.bg {
  background: url(img/bg1.jpg) center center no-repeat;
  background-size: cover;
}
#main .chk label:before, #var .chk label:before {
    border-radius: 0px;
}
#main .chk input.ch1:checked + label:before, #var .chk input.ch1:checked + label:before {
    border-radius: 0px;
}
body {
  font-family: 'Ubuntu', sans-serif;
}
* {
  outline: none;
}
header {
  padding-top: 17px;
  padding-bottom: 17px;
}
header .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .menu a {
  /* Style for "Главная" */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
header .menu a:first-of-type {
  margin-left: 0;
}
header .menu a:last-of-type {
  margin-right: 0;
}
header .tel-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .tel-block a {
  /* Style for "8 775 030" */
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}
#main h1,
#var h1 {
  /* Style for "Получите 3" */
  color: #00abdb;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
#main .title,
#var .title {
  color: #ff0064;
  font-size: 36px;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  margin-bottom: 30px;
  text-align: center;
}
#main .block,
#var .block {
  width: 701px;
  min-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background: #fff;
  border-radius: 30px;
  padding-left: 61px;
  padding-right: 61px;
}
#main .title2,
#var .title2 {
  /* Style for "1 ШАГ - КУ" */
  color: #01c7f7;
  font-size: 30px;
  font-weight: 400;
  line-height: 50.02px;
  margin-bottom: 10px;
  text-align: center;
}
#main .q1-title,
#var .q1-title {
  /* Style for "Куда смотр" */
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.01px;
  /* Text style for "(можно нес" */
  text-align: right;
}
#main .q1-title span,
#var .q1-title span {
  color: #757c82;
}
#main label,
#var label {
  /* Style for "Турция" */
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0;
}
#main label:before,
#var label:before {
  content: '';
  display: block;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  /* Style for "Прямоуголь" */
  border-radius: 100%;
  border: 1px solid #757c82;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#main input.ch1,
#var input.ch1 {
  display: none;
}
#main input.ch1:checked + label:before,
#var input.ch1:checked + label:before {
  background: #ff1671;
  content: '';
  display: block;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #757c82;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: 80%;
  -webkit-box-shadow: inset 0px 0px 0px 2.6px white;
          box-shadow: inset 0px 0px 0px 2.6px white;
}
#main .checkbox,
#var .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .checkbox1 label,
#var .checkbox1 label {
  min-width: 30%;
  max-width: 30%;
  min-height: 32px;
}
#main .checkbox1 .svoiv,
#var .checkbox1 .svoiv {
  min-width: 40%;
  max-width: 40%;
}
#main .checkbox2 label,
#var .checkbox2 label {
  margin-right: 17px;
  margin-bottom: 19px;
}
#main .checkbox3 label,
#var .checkbox3 label {
  margin-bottom: 19px;
  min-width: 85px;
}
#main .checkbox5 label,
#var .checkbox5 label {
  min-width: 125px;
  margin-bottom: 19px;
}
#main .checkbox4,
#var .checkbox4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .svoiv,
#var .svoiv {
  width: 100%;
  height: 32px;
  /* Style for "Прямоуголь" */
  border-radius: 16px;
  border: 1px solid #757c82;
  background-color: #ffffff;
  padding-left: 15px;
  /* Style for "Свой вариа" */
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
#main button.next,
#var button.next {
  /* Style for "НА ШАГ № 2" */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Style for "Прямоуголь" */
  border-radius: 30px;
  background-color: #dc276e;
  background-image: linear-gradient(86deg, #3196fe 0%, #3196fe 12%, #00cbfb 100%);
  width: 214px;
  height: 61px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#main button.next span,
#var button.next span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
#main button.next .fa,
#var button.next .fa {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
#main .block0,
#var .block0 {
  display: none;
}
#main .block1,
#var .block1 {
  display: block;
}
#main .block3 input,
#var .block3 input,
#main .block3 textarea,
#var .block3 textarea {
  display: block;
  width: 338px;
  height: 51px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
  /* Style for "Прямоуголь" */
  border-radius: 5px;
  border: 1px solid #929292;
  background-color: #ffffff;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 25.01px;
}
#main .block3 textarea,
#var .block3 textarea {
  padding: 18px;
  height: 84px;
}
#main .block3 button,
#var .block3 button {
  /* Style for "ПОСЧИТАЙТЕ" */
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  width: 216px;
  height: 61px;
  /* Style for "Прямоуголь" */
  border-radius: 30px;
  background-color: #dc276e;
  background-image: linear-gradient(86deg, #3196fe 0%, #3196fe 12%, #00cbfb 100%);
  margin-top: 32px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#main .block4,
#var .block4 {
  position: relative;
}
#main .block4 .text,
#var .block4 .text {
  /* Style for "Спасибо за" */
  color: #757c82;
  font-size: 20px;
  font-weight: 400;
  line-height: 49.99px;
  text-align: center;
}
#main .block4 .text2,
#var .block4 .text2 {
  /* Style for "Наши менед" */
  color: #757c82;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.99px;
  text-align: center;
}
#main .block4 .text3,
#var .block4 .text3 {
  /* Style for "ИНФО МАЦИО" */
  color: #f70966;
  font-size: 25px;
  font-weight: 400;
  line-height: 33.34px;
}
#main .block4 .text-left,
#var .block4 .text-left {
  text-align: left;
}
#main .block4 .text4,
#var .block4 .text4 {
  /* Style for "БЕСПЛАТНО!" */
  color: #f70966;
  font-size: 40px;
  font-weight: 400;
  line-height: 33.36px;
}
#main .block4 img,
#var .block4 img {
  margin-left: auto;
  margin-right: auto;
}
#main .block4 .link,
#var .block4 .link {
  width: 233px;
  height: 60px;
  /* Style for "Прямоуголь" */
  border-radius: 30px;
  background-color: #dc276e;
  background-image: linear-gradient(60deg, rgba(222, 1, 87, 0.77) 0%, rgba(222, 1, 87, 0.77) 26%, rgba(255, 0, 99, 0.77) 100%);
  /* Style for "ЗАБРАТЬ БЕ" */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
#country {
  padding-bottom: 98px;
  padding-top: 89px;
}
#country h2 {
  /* Style for "Топ 12 стр" */
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  color: #01c7f7;
  text-align: center;
  margin-bottom: 85px;
}
#country h2 span {
  color: #ff0063;
}
#country .block {
  height: 314px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
#country .block:hover .text0 {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#country .block:hover .link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#country .block:hover .text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#country .block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(img/fbf.png) top center no-repeat;
}
#country .con1 {
  background-image: url(img/con1.jpg);
  background-size: cover;
}
#country .text {
  /* Style for "Мексика" */
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 59.93px;
  margin-bottom: 39px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 50;
}
#country .link {
  /* Style for "Подробнее" */
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 59.93px;
  width: 175px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  z-index: 50;
  margin-right: auto;
  /* Style for "Прямоуголь" */
  border-radius: 30px;
  border: 2px solid #ffffff;
  text-decoration: none;
}
#country .con2 {
  background-image: url(css-image/1.jpg);
}
#country .con3 {
  background-image: url(css-image/cappadocia-805624-560x460.jpg);
}
#country .con4 {
  background-image: url(css-image/c134721aea16acf04f9d4bfdde9fd882.jpg);
}
#country .con5 {
  background-image: url(css-image/13552061.jpg);
}
#country .con6 {
  background-image: url(css-image/maxresdefault.jpg);
}
#country .con7 {
  background-image: url(css-image/adventure-aerial-shot-beach-1456293.jpg);
}
#country .con8 {
  background-image: url(css-image/thailand.jpg);
}
#country .con9 {
  background-image: url(css-image/city-1283140_1280-800x445.jpg.pagespeed.ce.3xPaCZ2Icz.jpg);
}
#country .con10 {
  background-image: url(css-image/05a02efa6036e842a49be4417acfb148.jpg);
}
#country .con11 {
  background-image: url(css-image/images.jpg);
}
#country .con12 {
  background-image: url(css-image/5dd69bdbe73c_15664.jpg);
}
#country .text0 {
  /* Style for "Таиланд" */
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 50;
}
#main {
  padding-bottom: 50px;
}
#why {
  background: url(img/why.jpg) top center no-repeat;
  background-size: auto;
}
#why h2 {
  /* Style for "Почему 9 и" */
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  background: url(img/fly.png) center center no-repeat;
  width: 100%;
  height: 481px;
  padding-top: 100px;
  margin-top: 0;
}
#why h2 span {
  /* Style for "9 из 10" */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  border-radius: 100%;
  color: #ff0063;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}
#why .title {
  margin-top: 90px;
  color: #ff0063;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}
#why .text {
  /* Style for "Не продади" */
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
#why .link {
  text-decoration: none;
  /* Style for "ХОЧУ ЗАБРО" */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  width: 381px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Style for "Прямоуголь" */
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff0063;
  margin-top: 44px;
  background-image: linear-gradient(60deg, rgba(222, 1, 87, 0.77) 0%, rgba(222, 1, 87, 0.77) 26%, rgba(255, 0, 99, 0.77) 100%);
}
#nums {
  padding-top: 50px;
}
#nums .round {
  margin-left: auto;
  margin-right: auto;
}
#nums .block-round {
  position: relative;
  width: 778px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
#nums .num {
  /* Style for "318" */
  color: #dd2c71;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  /* Text style for "3, 18" */
  color: #ff0063;
}
#nums .text-num {
  /* Style for "лет совоку" */
  color: #757c82;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
#nums .num1 {
  position: absolute;
  left: 323px;
  top: -4px;
}
#nums .num2 {
  position: absolute;
  left: 574px;
  top: 95px;
}
#nums .num3 {
  position: absolute;
  left: 690px;
  top: 323px;
}
#nums .num4 {
  position: absolute;
  left: 610px;
  top: 608px;
}
#nums .num5 {
  position: absolute;
  left: 330px;
  top: 746px;
}
#nums .num6 {
  position: absolute;
  left: 51px;
  top: 646px;
}
#nums .num7 {
  position: absolute;
  left: -97px;
  top: 386px;
}
#nums .num8 {
  position: absolute;
  left: -25px;
  top: 110px;
}
.bg2 {
  margin-top: 0px;
  background: url(img/bg2.jpg) top center no-repeat;
  background-size: cover;
}
#team {
  padding-top: 60px;
}
#team h2 {
  /* Style for "Профессион" */
  color: #01c7f7;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}
#team .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
#team .line .name {
  color: #01c7f7;
}
#team .img {
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#team .img img {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#team .img .img2 {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  right: 0px;
  opacity: 0;
}
#team .img:hover .img1 {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#team .img:hover .img2 {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#team .name {
  /* Style for "Екатерина" */
  color: #2e2e2e;
  font-size: 16px;
  line-height: 24px;
  /* Text style for "Екатерина" */
  color: #ff0063;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
#team .img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#team .img img {
  margin-left: auto;
  margin-right: auto;
}
#team .work {
  /* Style for "Екатерина" */
  color: #2e2e2e;
  font-size: 16px;
  line-height: 24px;
  /* Text style for "Екатерина" */
  font-size: 20px;
  /* Text style for "Директор ц" */
  font-weight: 400;
  text-align: center;
}
.benefits__number {
  opacity: 0;
}
#team2 {
  padding-bottom: 81px;
  padding-top: 88px;
}
#team2 h2 {
  text-align: center;
  margin-bottom: 19px;
  /* Style for "Астанинска" */
  color: #ff0063;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
#team2 h2 img {
  display: inline-block;
  margin-left: 44px;
}
#team2 .slick-dots li button:before {
  font-size: 12px;
}
#team2 .slick-dots li.slick-active button:before {
  color: #ff0063;
}
#team2 .slick-dots li button:before {
  color: #ff0063;
}
#team2 .slick-prev:before,
#team2 .slick-next:before {
  display: none;
}
#team2 button.slick-prev.slick-arrow {
  height: 66px;
  width: 66px;
  background: url(img/prevh.png) center center no-repeat;
  background-size: contain;
  z-index: 50;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  left: -75px;
  border-radius: 100%;
}
#team2 button.slick-next.slick-arrow {
  height: 66px;
  width: 66px;
  background: url(img/nexth.png) center center no-repeat;
  background-size: contain;
  z-index: 50;
  right: -75px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}
#team2 .bron {
  /* Style for "ХОЧУ ЗАБРО" */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  /* Style for "Прямоуголь" */
  border-radius: 50px;
  background-color: #dd2c71;
  background-image: linear-gradient(60deg, rgba(222, 1, 87, 0.77) 0%, rgba(222, 1, 87, 0.77) 26%, rgba(255, 0, 99, 0.77) 100%);
  width: 380px;
  max-width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 51px;
  text-decoration: none;
}
#partners {
  padding-top: 100px;
  padding-bottom: 81px;
}
#partners h2 {
  /* Style for "Наши партн" */
  color: #01c7f7;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 39px;
}
#partners h4 {
  /* Style for "Мировые от" */
  color: #2e2e2e;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 56px;
  margin-top: 30px;
}
#partners img {
  margin-left: auto;
  margin-right: auto;
}
#partners .slick-prev:before,
#partners .slick-next:before {
  display: none;
}
#partners button.slick-prev.slick-arrow {
  width: 21px;
  height: 37px;
  background: url(img/prev1.png) center center no-repeat;
  background-size: contain;
}
#partners button.slick-prev.slick-arrow:hover {
  background: url(img/prev1h.png) center center no-repeat;
  background-size: contain;
}
#partners button.slick-next.slick-arrow {
  width: 21px;
  height: 37px;
  background: url(img/next1.png) center center no-repeat;
  background-size: contain;
}
#partners button.slick-next.slick-arrow:hover {
  background: url(img/next1h.png) center center no-repeat;
  background-size: contain;
}
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
  background: none;
}
#testimonial {
  background-color: #f4f9fd;
  padding-top: 102px;
  padding-bottom: 127px;
}
#testimonial .swiper-button-prev,
#testimonial .swiper-button-next {
  top: 90%;
}
#testimonial .swiper-button-next {
  right: 440px;
}
#testimonial .swiper-button-prev {
  left: 440px;
}
#testimonial .testimonial .swiper-button-prev,
#testimonial .sw1 .swiper-button-prev,
#testimonial .testimonial .swiper-button-next,
#testimonial .sw1 .swiper-button-next {
  top: 78%!important;
}
#testimonial .testimonial .swiper-button-next,
#testimonial .sw1 .swiper-button-next {
  right: 460px!important;
}
#testimonial .testimonial .swiper-button-prev,
#testimonial .sw1 .swiper-button-prev {
  left: 460px!important;
}
#testimonial h2 {
  /* Style for "Отзывы наш" */
  color: #01c7f7;
  font-size: 48px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 59px;
  text-align: center;
}
#testimonial h4 {
  /* Style for "из Instagr" */
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 54px;
}
#testimonial h4.h4 {
  margin-bottom: 0;
}
#testimonial .swiper-slide {
  background-position: center;
  background-size: contain;
  width: 306px;
  height: 622px;
  background-repeat: no-repeat;
}
#testimonial.testimonial {
  background: #fff;
}
.google {
  background: url(img/google.jpg) top center no-repeat;
}
#google {
  padding-top: 101px;
  padding-bottom: 57px;
}
#google h4 {
  text-align: center;
  /* Style for "Google отз" */
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
}
#google .mac {
  width: 1009px;
  height: 662px;
  background: url(img/mac.png) center center no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}
#google .mac .block {
  max-width: 673px;
  margin-left: auto;
  margin-right: auto;
  max-height: 470px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#google .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#google .line .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 22px;
  position: relative;
  top: 5px;
}
#google .name {
  /* Style for "Коля Коляя" */
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 9px;
}
#google .text {
  /* Style for "Отличная т" */
  color: #1a2e41;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 36px;
  margin-top: 23px;
}
#google .link {
  width: 380px;
  max-width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Style for "Прямоуголь" */
  border-radius: 50px;
  background-color: #da2b70;
  background-image: linear-gradient(86deg, #3196fe 0%, #3196fe 12%, #00cbfb 100%);
  text-decoration: none;
  /* Style for "ХОЧУ ЗАБРО" */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}
.variants {
  background: url(img/v.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.variants h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
#address {
  padding: 100px 0;
}
#address .col-md-4 {
  padding-left: 45px;
}
#address h2 {
  /* Style for "Наши адрес" */
  color: #01c7f7;
  font-size: 48px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 69px;
}
#address .title {
  /* Style for "Офис на ул" */
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 400;
  line-height: 35.99px;
  margin-top: 0px;
  margin-bottom: 61px;
}
#address .adr,
#address .phone {
  /* Style for "Адрес: ул." */
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 47px;
  position: relative;
  /* Text style for "А, дрес:" */
}
#address .adr:before,
#address .phone:before {
  content: '';
  display: block;
  width: 20px;
  height: 23px;
  background: url(img/map.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 7px;
}
#address .adr b,
#address .phone b {
  font-weight: 400;
  color: #01c7f7;
  display: block;
}
#address .phone:before {
  width: 24px;
  height: 24px;
  background: url(img/phone.png) center center no-repeat;
  background-size: contain;
}
#address .link {
  text-decoration: none;
  /* Style for "СКАЧАТЬ КА" */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 35.99px;
  width: 264px;
  height: 62px;
  /* Style for "Прямоуголь" */
  border-radius: 30px;
  background-color: #05c5fa;
  background-image: linear-gradient(86deg, #3196fe 0%, #3196fe 12%, #00cbfb 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
}
#address iframe {
  margin-bottom: 67px;
}
footer {
  background-color: #01c7f7;
  padding-top: 75px;
  padding-bottom: 98px;
}
footer .logo {
  margin-bottom: 28px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
footer .logo img {
  margin-left: auto;
  margin-right: auto;
}
footer .text {
  /* Style for "QAZAQSTAN" */
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  margin-bottom: 33px;
}
footer .links {
  width: 111px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
}
footer .policy {
  /* Style for "Пользовате" */
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  text-align: center;
  display: block;
}
footer .title {
  /* Style for "Реквизиты" */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .text2 {
  /* Style for "ТОО “today" */
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.con-modal .slick-prev:before,
.con-modal .slick-next:before {
  display: none;
}
.con-modal button.slick-prev.slick-arrow {
  height: 66px;
  width: 66px;
  background: url(img/prev.png) center center no-repeat;
  background-size: contain;
  z-index: 50;
  left: 25px;
}
.con-modal button.slick-prev.slick-arrow:hover {
  background: url(img/prevh.png) center center no-repeat;
  background-size: contain;
}
.con-modal button.slick-next.slick-arrow {
  height: 66px;
  width: 66px;
  background: url(img/next.png) center center no-repeat;
  background-size: contain;
  z-index: 50;
  right: 25px;
}
.con-modal button.slick-next.slick-arrow:hover {
  background: url(img/nexth.png) center center no-repeat;
  background-size: contain;
}
.con-modal .slider {
  margin-bottom: 47px;
}
.con-modal .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con-modal .line .item {
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}
.con-modal .item-text {
  /* Style for "Пляжный  о" */
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 21px;
}
.con-modal .title {
  /* Style for "Мальдивы" */
  color: #01c7f7;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
.con-modal p {
  /* Style for "Мальдивы –" */
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.con-modal p b {
  font-size: 24px;
}
.con-modal .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 370px;
  height: 90px;
  max-width: 100%;
  /* Style for "Прямоуголь" */
  border-radius: 45px;
  background-color: #01c7f7;
  background-image: linear-gradient(86deg, #3196fe 0%, #3196fe 12%, #00cbfb 100%);
  /* Style for "ПОДОБРАТЬ" */
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  .logom {
    padding: 14px 0;
  }
  .logom img {
    margin-left: auto;
    margin-right: auto;
  }
  header {
    /* Style for "Прямоуголь" */
    background-color: #ff0064;
    padding: 20px 0px;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu-btn .fa {
    color: #fff;
    font-size: 25px;
    margin-right: 14px;
  }
  header .menu-btn span {
    /* Style for "Меню" */
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  header .tel img {
    position: relative;
    top: -4px;
    margin-left: auto;
    display: block;
  }
  #main {
    background: url(img/mainmob.png) top center no-repeat;
    background-size: 100%;
  }
  #main .block0 {
    max-width: 100%;
  }
  #main .block,
  #var .block {
    max-width: 100%;
  }
  #main .q1-title,
  #var .q1-title {
    text-align: center;
    margin-bottom: 15px;
  }
  #main .checkbox1 label,
  #var .checkbox1 label {
    min-width: 50%;
    max-width: 50%;
  }
  #main .checkbox1 .svoiv,
  #var .checkbox1 .svoiv {
    min-width: 100%;
    max-width: 100%;
  }
  #main .checkbox2 label,
  #var .checkbox2 label {
    margin-right: 0;
    min-width: 50%;
    max-width: 50%;
  }
  #main label,
  #var label {
    font-size: 12px;
  }
  #main .title2,
  #var .title2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #main .q1-title,
  #var .q1-title {
    font-size: 14px;
  }
  #main .q1-title br,
  #var .q1-title br {
    display: none;
  }
  #main .q1-title span,
  #var .q1-title span {
    display: block;
  }
  .checkbox.checkbox1 {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  #country h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #country .block {
    height: 131px;
    margin-bottom: 10px;
  }
  #country .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #country .text0 {
    font-size: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    text-align: center;
  }
  #why h2 {
    font-size: 24px;
    line-height: 30px;
    height: auto;
  }
  #why h2 span {
    font-size: 24px;
    line-height: 30px;
    text-shadow: none;
  }
  #why .title {
    font-size: 24px;
    line-height: 30px;
    -webkit-text-stroke-width: 1px;
    margin-top: 0;
  }
  #why .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  #why .link {
    width: 100%;
    height: 60px;
  }
  #nums .tod {
    /* Style for "в цифрах" */
    color: #ff0063;
    font-size: 24px;
    font-weight: 400;
    line-height: 49.45px;
    text-align: center;
    margin-bottom: 32px;
  }
  #nums .nums img {
    margin-left: auto;
    margin-right: auto;
  }
  #nums .num {
    /* Style for "40" */
    color: #dd2c71;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    /* Text style for "4, 0" */
    color: #ff0063;
    text-align: center;
    margin-bottom: 0;
  }
  #nums .text0 {
    /* Style for "менеджеров" */
    color: #757c82;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 16px;
    text-align: center;
  }
  #team h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #team .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  #team .line .item1 {
    min-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #team .line .item1 .img {
    max-width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  #team .line .item2,
  #team .line .item3 {
    max-width: 50%;
    min-width: 50%;
  }
  #team .line .item2 .img,
  #team .line .item3 .img {
    max-width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  #team .work {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #team .img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  #team2 h2,
  #partners h2,
  .variants h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #team2 h2 img,
  #partners h2 img,
  .variants h2 img {
    display: none;
  }
  #team2 {
    padding: 20px 0;
  }
  #team2 .bron {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
  }
  #partners button.slick-next.slick-arrow {
    right: 0;
  }
  #partners button.slick-prev.slick-arrow {
    left: 0;
  }
  #testimonial h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #google .mac {
    width: 100%;
    background: none;
    padding-top: 45px;
    height: auto;
    margin-bottom: 25px;
  }
  #address .title {
    text-align: center;
  }
  #address iframe {
    height: 150px;
  }
  #address br {
    display: none;
  }
  #address .adr,
  #address .phone {
    font-size: 14px;
  }
  footer .title {
    text-align: center;
  }
  footer .text2 {
    text-align: center;
  }
  #main h1,
  #var h1 {
    font-size: 36px;
    margin-top: 36px;
  }
  #main .title,
  #var .title {
    font-size: 30px;
  }
  #main .block,
  #var .block {
    padding-left: 0;
    padding-right: 0;
  }
  .bg {
    background: none;
  }
  #main .checkbox1 .svoiv,
  #var .checkbox1 .svoiv {
    min-width: 158px;
    width: 158px;
    margin-left: auto;
    margin-right: auto;
  }
  .checkbox.checkbox1 {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #main .checkbox1 label,
  #var .checkbox1 label {
    min-height: 25px;
  }
  #main .checkbox,
  #var .checkbox {
    width: 240px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #main .checkbox2 label,
  #var .checkbox2 label {
    margin-bottom: 9px;
  }
  #main button.next,
  #var button.next {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main button.next .fa,
  #var button.next .fa {
    margin-left: 38px;
  }
  .checkbox.checkbox3 {
    width: 220px;
    min-width: 220px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #main .title2,
  #var .title2 {
    line-height: 1;
  }
  #main .checkbox3 label,
  #var .checkbox3 label {
    min-width: 50%;
    max-width: 50%;
  }
  .checkbox4 label {
    margin-bottom: 10px;
  }
  .checkbox4 label:last-of-type {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #main .checkbox5 label,
  #var .checkbox5 label {
    min-width: 10px;
    width: 50%;
    max-width: 50%;
  }
  #main .checkbox3 label,
  #var .checkbox3 label {
    margin-bottom: 9px;
  }
  #main .checkbox5 label,
  #var .checkbox5 label {
    margin-bottom: 9px;
  }
  label.nolimit {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    min-width: 100%!important;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  button.next3 {
    width: 290px;
    min-width: 290px;
  }
  #main .block4 .text,
  #var .block4 .text {
    font-size: 16px;
  }
  #main .title2,
  #var .title2 {
    font-size: 18px;
    margin-bottom: 21px;
  }
  #main .block4 .text2,
  #var .block4 .text2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  #main .block4 .text-left,
  #var .block4 .text-left {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 22px;
  }
  #main .block4 .text3,
  #var .block4 .text3 {
    line-height: 24px;
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
  }
  #main .block4 .text4,
  #var .block4 .text4 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  #main .block4 .link,
  #var .block4 .link {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  form.block {
    margin-bottom: 0;
  }
  #main {
    padding-bottom: 0;
  }
  #country {
    padding: 0;
    background-color: #f4f9fd;
  }
  #country .block {
    background-size: cover;
  }
  #country h2 {
    margin-bottom: 19px;
  }
  #why h2 {
    padding-top: 40px;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 42px;
  }
  #why {
    background: none;
    overflow: hidden;
  }
  #why .bg01 {
    background: url(img/why2.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 38px;
  }
  #why .title {
    font-size: 23px;
  }
  #why div {
    position: relative;
  }
  #why .img1 {
    position: absolute;
    width: 160px;
    left: -55px;
  }
  #why .img2 {
    position: absolute;
    right: -52px;
  }
  #why .col-xs-8 {
    padding-left: 7px;
    padding-right: 7px;
  }
  #why .text {
    margin-bottom: 58px;
  }
  #why .link {
    margin-top: 0;
    position: relative;
    top: -10px;
  }
  #nums {
    padding-top: 40px;
  }
  #why .col-xs-4,
  #why .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #nums .text0 {
    margin-top: 7px;
    margin-bottom: 22px;
  }
  #nums .num {
    line-height: 1;
  }
  .bg2 {
    margin-top: 0;
  }
  #team {
    padding-top: 40px;
  }
  #team h2 {
    margin-top: 0;
    margin-bottom: 37px;
  }
  #team .line .item3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    min-width: 100%;
    max-width: 100%;
  }
  #team .line .item1 {
    min-width: 50%;
    margin-bottom: 0;
  }
  #team .line .item2 .img,
  #team .line .item3 .img {
    min-height: 100px;
  }
  #team .name {
    font-size: 18px;
    line-height: 1;
  }
  #team .work {
    margin-bottom: 32px;
  }
  #team2 .col-md-12 {
    padding: 0;
  }
  #team2 h2 {
    margin-bottom: 20px;
  }
  #team2 button.slick-next.slick-arrow {
    right: 0;
  }
  #team2 button.slick-prev.slick-arrow {
    left: 0;
  }
  #team2 .bron {
    font-size: 14px;
  }
  #partners {
    padding-top: 40px;
  }
  #partners h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
  }
  #partners h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 19px;
  }
  section {
    overflow: hidden;
  }
  #partners .logo2 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #partners .logo2 img {
    display: block;
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 22px;
  }
  #partners .b {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #partners .b img {
    display: block;
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 22px;
  }
  #partners .all {
    /* Style for "Смотреть в" */
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: underline;
    text-align: center;
    min-width: 100%;
    max-width: 100%;
  }
  #testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #testimonial h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #testimonial h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #google {
    padding: 50px 0;
  }
  #google .link {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
    font-size: 14px;
  }
  .variants .col-md-12 {
    padding: 0;
  }
  .variants h2 {
    /* Style for "Получите" */
    margin-bottom: 23px;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
  }
  #var .block3 input,
  #var .block3 textarea {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .variants {
    background: url(img/var.jpg) center top no-repeat;
    background-size: 100%;
    padding-top: 45px;
  }
  #address h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
  }
  #address {
    padding: 0;
  }
  #address .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #address .title {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
  }
  #address .adr,
  #address .phone {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #address .link {
    width: 290px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  footer .text {
    font-size: 16px;
    line-height: 24px;
  }
  footer .text2 {
    font-size: 14px;
  }
  #main label,
  #var label {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #main .checkbox,
  #var .checkbox {
    width: 280px;
  }
  #why h2 br {
    display: none;
  }
  #why h2 span {
    -webkit-text-stroke-width: 1px;
  }
  .variants h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
  }
  #address .phone br {
    display: block;
  }
  header .menu-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header {
    height: auto;
    min-height: 59px;
  }
  .menu-down {
    padding-left: 15px;
    display: none;
  }
  .menu-down a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  #country .text {
    opacity: 1!important;
  }
  #country .text:hover {
    opacity: 1!important;
  }
  #country .text0 {
    display: none;
  }
  #country .link {
    display: none;
  }
  .con-modal .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .con-modal .line .item {
    min-width: 50%;
    max-width: 50%;
    margin: 0;
    margin-bottom: 10px;
  }
}
