.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.main-wrapper {
  overflow: hidden;
  min-width: 1024px;
}

.s-hero {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.hero-bg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/main_pic-02.png');
  background-position: 50% 82%;
  background-size: 970px;
  background-repeat: no-repeat;
}

.hero-bg-1plan {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 255px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-bg-2plan {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 255px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-first-plan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00529c;
}

.hero-bg-contaner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  color: #fff;
}

.row50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-right: 3%;
  margin-left: 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row50.arrange-front {
  position: relative;
  z-index: 30;
}

._40 {
  position: relative;
  width: 40%;
}

._40.l-border-and-l-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px none #fff;
}

._40.color-bg {
  position: relative;
  min-height: 100vh;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #00529c;
  color: #fff;
}

._40.bobr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

._40.bob {
  background-image: url('../images/pers_2.svg');
  background-position: 50% 96%;
  background-size: 251px;
  background-repeat: no-repeat;
}

._60 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._60.distribute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._60.al {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._60.list {
  padding-top: 47px;
}

._100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._100.p-t-35 {
  padding-top: 40px;
}

._100.p-t-35.hide {
  display: none;
}

.hero-nav-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.hero-nav-1.al-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.descriptor {
  margin-top: 18px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.descriptor.hid {
  display: block;
}

.hero-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 135px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-btn {
  width: 283px;
  height: 83px;
  margin-bottom: 20px;
  padding-top: 17px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.cta-btn:hover {
  background-color: #fff;
  color: #4e4ba0;
}

.cta-btn.diplom {
  margin-left: 0px;
}

.logo {
  position: relative;
  padding-right: 30px;
  text-align: right;
}

.number4 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.social {
  width: 30px;
  height: 30px;
  margin-right: 13px;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #00529c;
  font-size: 12px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.social:hover {
  background-color: #715ba0;
}

.nav-btn {
  display: block;
  height: 35px;
  margin-right: 13px;
  padding-right: 5px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  background-image: url('../images/icon_help.svg');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #00529c;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.nav-btn:hover {
  opacity: 0.69;
}

.nav-btn.last-btn {
  display: none;
  margin-right: 0px;
  background-image: url('../images/icon_share.svg');
  background-size: 20px;
}

.s-second {
  min-height: 100vh;
  background-image: url('../images/fir_big.png');
  background-position: 0px 50%;
  background-size: 65px;
  background-repeat: no-repeat;
}

.s-second-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 3%;
  margin-left: 3%;
}

.logo-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-group-header {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-block {
  margin-top: 6px;
}

.link-block-2 {
  margin-top: 7px;
  margin-right: 8px;
}

.devider {
  width: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 8px solid #00529c;
}

.devider.white {
  border-top-color: #fff;
}

.devider.al-center {
  display: block;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
}

.link-block-3 {
  margin-right: 11px;
}

.paragraph {
  margin-right: 60px;
  margin-bottom: 35px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-bottom: 30px;
}

.div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 80px;
  background-color: #004079;
}

.s-third {
  position: relative;
  overflow: hidden;
  padding-bottom: 34px;
}

.s-third-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 3%;
  margin-left: 3%;
}

.text-bouble {
  position: relative;
  margin-bottom: 29px;
  padding: 50px 40px 50px 65px;
  background-color: #00529c;
  background-image: url('../images/quotes.svg');
  background-position: 18px 36px;
  background-size: 37px;
  background-repeat: no-repeat;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 25px;
}

.paragraph-3 {
  font-size: 20px;
  line-height: 28px;
}

.text-block {
  margin-right: 39px;
  margin-bottom: 50px;
  margin-left: 25px;
  padding-left: 29px;
  border-left: 8px solid #2ac4f4;
  font-size: 20px;
  line-height: 29px;
}

.bobr {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(0px, 51px);
  -ms-transform: translate(0px, 51px);
  transform: translate(0px, 51px);
  text-align: center;
}

.tail-bouble {
  position: absolute;
  right: -60px;
  bottom: 110px;
  width: 60px;
  height: 60px;
  background-color: #0098ff;
}

.tail-bouble.hide {
  display: none;
}

.s-fourth {
  height: 100vh;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  background-image: url('../images/bottom_bg.png');
  background-position: 50% 100%;
  background-size: 720px;
  background-repeat: repeat-x;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 3%;
  margin-left: 3%;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  height: 100px;
  background-image: url('../images/wave2x.png');
  background-position: 50% 186%;
  background-size: auto 75px;
  background-repeat: repeat-x;
}

.heading-2 {
  margin-top: 10px;
  color: #00529c;
  line-height: 40px;
  text-transform: uppercase;
}

.heading-2.al-r {
  margin-top: 10px;
  margin-right: 20px;
  text-align: right;
}

.heading-2.big {
  font-size: 36px;
  line-height: 53px;
}

.list-item {
  min-height: 130px;
  margin-bottom: 30px;
  padding-left: 126px;
}

.list-item._1 {
  background-image: url('../images/icon_present.png');
  background-position: 0px 0px;
  background-size: 103px;
  background-repeat: no-repeat;
}

.list-item._2 {
  margin-bottom: 13px;
  padding-top: 5px;
  background-image: url('../images/icon_game1.png');
  background-position: 0px 0px;
  background-size: 107px;
  background-repeat: no-repeat;
}

.list-item._3 {
  padding-top: 20px;
  background-image: url('../images/icon_poster2.png');
  background-position: 0px 0px;
  background-size: 108px;
  background-repeat: no-repeat;
}

.list-item.st1 {
  background-image: url('../images/numbs.png');
  background-position: 0px 18px;
  background-size: 92px;
  background-repeat: no-repeat;
}

.list-item.st2 {
  min-height: 95px;
  padding-top: 15px;
  background-image: url('../images/numbs.png');
  background-position: 0px 55%;
  background-size: 92px;
  background-repeat: no-repeat;
}

.list-item.st3 {
  padding-top: 15px;
  background-image: url('../images/numbs.png');
  background-position: 0px 111%;
  background-size: 92px;
  background-repeat: no-repeat;
}

.s-fith {
  height: 100vh;
  padding-top: 45px;
  background-image: url('../images/cloud.png'), url('../images/cloud.png'), url('../images/building.png'), url('../images/tree.png');
  background-position: 43px 46px, 99% 24px, 99% 64%, -1% 35%;
  background-size: 91px, 147px, 212px, 173px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-right: 3%;
  margin-left: 3%;
}

.div-block-5 {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 8px solid #2ac4f4;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  min-width: 150px;
  margin: 30px 60px 30px 30px;
  padding-top: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 8px solid #2ac4f4;
  border-radius: 50%;
  background-color: #00529c;
  color: #fff;
  line-height: 16px;
}

.div-block-6.to-left {
  margin-left: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-span {
  font-size: 37px;
}

.text-span-2 {
  font-size: 20px;
}

.div-block-7 {
  width: 100px;
  height: 100px;
  margin-top: -152px;
  margin-left: -50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/fir_sm.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8 {
  height: 30%;
  padding-top: 30px;
  background-color: #f3f4f6;
}

.text-block-2 {
  min-height: 105px;
  padding-left: 116px;
  background-image: url('../images/icon_calendar.png');
  background-position: 12px 50%;
  background-size: 86px;
  background-repeat: no-repeat;
}

.text-block-2.date {
  padding-top: 30px;
  background-image: url('../images/calend.png');
  background-position: 12px 24%;
  background-size: 82px;
  background-repeat: no-repeat;
}

.text-block-2._2 {
  background-image: url('../images/cube.png');
  background-position: -13px 50%;
  background-size: 116px;
}

.s-six {
  min-height: 100vh;
  padding-bottom: 100px;
  background-color: #fff;
}

.div-block-9 {
  padding-top: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  padding-top: 35px;
  padding-left: 265px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  margin-top: 76px;
  margin-bottom: 64px;
  text-align: center;
}

.heading-3.bih {
  margin-bottom: 23px;
  font-size: 34px;
  line-height: 39px;
  text-transform: uppercase;
}

.heading-3.mod-margin {
  margin-bottom: 24px;
  font-size: 34px;
  text-transform: uppercase;
}

.column {
  padding-left: 163px;
  background-image: url('../images/kid_girl.png');
  background-position: 0px 50%;
  background-size: 152px;
  background-repeat: no-repeat;
}

.column-2 {
  display: block;
  padding-left: 168px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/kid_boy.png');
  background-position: 0px 50%;
  background-size: 152px;
  background-repeat: no-repeat;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-seven {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  background-color: #00529c;
}

.heading-4 {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}

.row-2 {
  display: block;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 86px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  position: relative;
  height: 100%;
  padding-top: 0px;
}

.footer {
  height: 300px;
  padding-top: 85px;
  background-image: url('../images/wave2x.png');
  background-position: 0px 0px;
  background-size: 842px;
  background-repeat: repeat-x;
}

.s-howto {
  height: 100vh;
  padding-top: 63px;
}

.image {
  position: absolute;
  z-index: 10;
}

.earth {
  position: absolute;
  top: 105px;
}

.pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.form-wrapper {
  position: relative;
  min-width: 600px;
  padding: 19px 38px 38px;
  border: 7px solid #00529c;
  background-color: #fff;
  opacity: 0.19;
  -webkit-transform: translate(-144px, 0px);
  -ms-transform: translate(-144px, 0px);
  transform: translate(-144px, 0px);
}

.column-5 {
  padding-right: 15px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-5 {
  margin-bottom: 28px;
  color: #00529c;
}

.textarea {
  margin-bottom: 20px;
  border: 2px solid silver;
}

.button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  padding-left: 18px;
  float: right;
  background-color: #00529c;
}

.button:hover {
  background-color: #2ac4f4;
}

.submit-button {
  float: none;
  background-color: #00529c;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #2ac4f4;
}

.text-field {
  border: 2px solid silver;
}

.text-field-2 {
  border: 2px solid silver;
}

.success-message {
  margin-top: 16px;
  background-color: #fff;
}

.text-block-3 {
  font-size: 21px;
}

.error-message {
  background-color: #ffb192;
}

.div-block-11 {
  width: 46px;
  height: 60px;
  margin-top: 0px;
  margin-right: 44px;
  float: right;
  background-image: url('../images/icon_q.svg');
  background-position: 0px 0px;
  background-size: 43px;
  background-repeat: no-repeat;
}

.text-span-3 {
  margin-right: -5px;
}

.s-eight {
  padding-top: 15px;
  padding-bottom: 10px;
}

.row-old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-old {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-old._60proz {
  min-width: 40%;
  padding: 0px 31px 31px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-old._40proz {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-2 {
  width: 290px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 6px solid #1fa8d3;
  background-color: #2ac4f4;
  -webkit-transition: border 200ms ease, margin 200ms ease;
  transition: border 200ms ease, margin 200ms ease;
  text-align: center;
  cursor: pointer;
}

.button-2:hover {
  margin-top: 21px;
  border-bottom-width: 0px;
}

.button-2.green {
  border-bottom-color: #329923;
  background-color: #52b73d;
}

.button-2.royal-blue {
  border-bottom-color: #004079;
  background-color: #00529c;
}

.cloud {
  position: absolute;
  z-index: 500;
  width: 252px;
  height: 70px;
  margin-right: 42px;
  margin-left: 155px;
  background-image: url('../images/cloud-12x.png');
  background-position: 0px 0px;
  background-size: 250px;
  background-repeat: no-repeat;
  -webkit-transform: translate(250px, 0px);
  -ms-transform: translate(250px, 0px);
  transform: translate(250px, 0px);
}

.list-what {
  padding-right: 44px;
}

.btn-box {
  margin: 0px;
  padding-bottom: 1px;
  background-color: transparent;
  color: #00529c;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.flickrimg {
  margin-right: 9px;
  margin-bottom: 9px;
}

.text-span-4 {
  margin-left: -24px;
}

html.w-mod-js *[data-ix="show-bobr1"] {
  opacity: 0.2;
}

html.w-mod-js *[data-ix="show-bobr2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

@media (max-width: 991px) {
  .column-6 {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .pop-up {
    padding-left: 0px;
  }
  .form-wrapper {
    width: 90%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
  }
  .column-6 {
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  .form-wrapper {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-5 {
    padding-right: 0px;
  }
  .column-6 {
    padding-right: 0px;
  }
}