@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: Akrobat-Black;
  src: url(../fonts/Akrobat-Black.otf); }
@font-face {
  font-family: Akrobat-Bold;
  src: url(../fonts/Akrobat-Bold.otf); }
@font-face {
  font-family: Akrobat-ExtraBold;
  src: url(../fonts/Akrobat-ExtraBold.otf); }
@font-face {
  font-family: Akrobat-ExtraLight;
  src: url(../fonts/Akrobat-ExtraLight.otf); }
@font-face {
  font-family: Akrobat-Light;
  src: url(../fonts/Akrobat-Light.otf); }
@font-face {
  font-family: Akrobat-Regular;
  src: url(../fonts/Akrobat-Regular.otf); }
@font-face {
  font-family: Akrobat-SemiBold;
  src: url(../fonts/Akrobat-SemiBold.otf); }
@font-face {
  font-family: Akrobat-Thin;
  src: url(../fonts/Akrobat-Thin.otf); }
::-webkit-input-placeholder {
  color: #3e4659; font-weight:500;}

::-moz-placeholder {
  color: #3e4659; font-weight:500;}

:-moz-placeholder {
  color: #3e4659; font-weight:500;}

:-ms-input-placeholder {
  color: #3e4659; font-weight:500; }
.media{margin-left: 100px;width:200px}
.thanks{font-size:21px; }
html,body{
  overflow-x:hidden;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

body {
  width: 100%;
  margin: 0 auto;
}

.header {
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 20px;
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  font-family: Akrobat-Light;
}
  .header-logo {
    float: left;
    margin-left: 40px;
    margin-top: 24px;
    max-width: 310px;
    height: auto;
    }
   .header-logo p{
      font-size:18px;
      font-weight: 600;
      line-height: 0.6;
      -webkit-margin-before: 0px;
      text-align: right;
     }
  .header-info {
   border-left: 1px solid #bfbfbf;
    margin: 27px 0 0 40px;
    padding-left:30px;
    font-size: 17px;
    float: left;
  }
  .header-phones {
    margin-right: 20px;
    font-size: 21px;
    float: right;
  }
    .header-phones-item {
      display: block;
      height: 33px;
      padding-left: 35px;
      position: relative;
      text-decoration: none;
      color: #000;
    }
      .header-phones-item img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 33px;
        height: 33px;
      }


.main {
  background: url(../img/main/main-bg.JPG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0,0,0,.5);
    background-blend-mode: darken;
    background-size:cover;
  height: 850px;
  color: #ffffff; }
  .main .container {
    overflow: hidden; }
  .main-title {
    font-family: Akrobat-Black;
    text-align: center;
    font-size: 103px;
    text-transform: uppercase;
    margin-top: 70px; }
  .main-info {
    text-align: center;
    text-transform: uppercase;
    font-family: Akrobat-Regular;
    font-size: 33px; }
    .main-info span {
      margin: 0 40px; }
  .main-included {
    width: 600px;
    position: absolute;
    top: 345px;
    left: 40px; }
    .main-included-title {
      margin-bottom: 40px;
      display: block;
      font-family: Akrobat-Black;
      font-size: 50px;
      color: #ffbd03; }
    .main-included-item {
      margin-right: 25px;
      text-align: center;
      width: 100px;
      float: left;
      font-size: 23px;
      font-family: Akrobat-Regular; }
      .main-included-item img {
        width: 100%;
        margin-bottom: 10px; }

.main-2 {
  background: url(../img/main/main-bg.JPG);
  background-repeat: no-repeat;
  background-position: center;
   background-color: rgba(0,0,0,.5);
    background-blend-mode: darken;
    background-size:cover;
  height: 802px;
  color: #ffffff; }
  .main-2 .container {
    overflow: hidden; }
  .main-2-title {
    font-family: Akrobat-Black;
    text-align: center;
    font-size: 85px;
    text-transform: uppercase;
    margin-top: 70px; }
  .main-2-info {
    text-align: center;
    text-transform: uppercase;
    font-family: Akrobat-Regular;
    font-size: 27px;
  }
  .main-2-info span {
    margin: 0 50px;
  }
  .main-2-included {
    width: 700px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    height: 255px; }
    .main-2-included-title {
      margin-bottom: 50px;
      display: block;
      font-family: Akrobat-Black;
      font-size: 50px;
      color: #ffbd03; }
    .main-2-included-item {
      margin-right: 50px;
      text-align: center;
      width: 100px;
      float: left;
      font-size: 23px;
      font-family: Akrobat-Regular; }
      .main-2-included-item img {
        width: 100%;
        margin-bottom: 10px; }
  .main-2-offer {
    text-align: center;
    font-size: 27px;
    font-family: Akrobat-Regular;
    color: #3e4659;
    height: 130px;
    line-height: 130px;
    text-transform: uppercase; }
  .main-2-button {
    text-align: center;
    width: 345px;
    height: 65px;
    line-height: 65px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    border-radius: 33px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffbd03;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffbd03;
    font-family: Akrobat-Regular;
    font-size: 30px;
    color: #3e4659;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto; }
    .main-2-button:hover {
      background-color: #ffffff; }

.form {
  background-color: rgba(255, 255, 255, 1.0);
  max-width: 530px;
  width:100%;
  /*height: 460px;*/
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 35px 60px 40px 60px;
}


  .form-title {
    font-family: Akrobat-Bold;
    text-transform: uppercase;
    color: #3e4659;
    font-size: 18px;
    display: block;
    margin-bottom: 20px; }

  .form-input {
    -webkit-appearance: none;
    width:100%;
    /*padding-left:35px;background-position: 7px 10px !important;font-size:15px;*/
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 18px;
    border: 1px solid #bfbfbf;
    font-size: 1.8vw;
    font-family: Akrobat-Light;
    text-transform: uppercase;
    padding-left: 75px;
    background-repeat: no-repeat;
    background-position: 40px 10px;
    /*color: #3e4659;*/color:black;
    font-weight:800 }
  .form-input.error { border-color: #f00; }
    .form-input-submit {
      width:100%;
      /*width: 240px;*/
      height: 40px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      text-transform: uppercase;
      font-family: Akrobat-Regular;
      color: #3e4659;
      background-color: #ffbd03;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 1px solid #ffbd03;
      font-size: 20px; }
      .form-input-submit:hover {
        background-color: #fff; }
    .form-input-phone {
      background-image: url(../img/main/phone-icon.PNG); }
    .form-input-name {
      background-image: url(../img/main/person-icon.PNG); }
    .form-input-email {
      background-image: url(../img/main/mail-icon.PNG); }
    #gorod1{background-image: url(../img/main/town.PNG);}
  .form-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
  .form_popup {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white; }





.form7 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 477px;
/*  height: 475px;*/
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 35px 60px 40px 60px;
  margin-top:80px;
  right: 6%;
  position: absolute;

}
  .city-7-txt{
    font-family: Akrobat-Light;
    font-size: 20px;
    color: #3e4659;
  }
  .form-title7 {
    font-family: Akrobat-Bold;
    text-transform: uppercase;
    color: #3e4659;
    font-size: 22px;
    display: block;
    margin-bottom: 40px; }

  .form-input7 {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 18px;
    border: 1px solid #bfbfbf;
    font-size: 20px;
    font-family: Akrobat-Light;
    text-transform: uppercase;
    padding-left: 75px;
    background-repeat: no-repeat;
    background-position: 40px 10px;
    /*color: #3e4659;*/color:black;
    font-weight:800 }
  .form-input.error7 { border-color: #f00; }
.error7{ border-color: #f00 !important; }
    .form-input-submit7 {
      width: 240px;
      height: 40px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      text-transform: uppercase;
      font-family: Akrobat-Regular;
      color: #3e4659;
      background-color: #ffbd03;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 1px solid #ffbd03;
      font-size: 20px; }
      .form-input-submit7:hover {
        background-color: #fff; }
    .form-input-phone7 {
      background-image: url(../img/main/phone-icon.PNG); }
    .form-input-name7 {
      background-image: url(../img/main/person-icon.PNG); }
    .form-input-email7 {
      background-image: url(../img/main/mail-icon.PNG); }
  .form-close7 {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
  .form_popup7 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white; }






.inp-dop{background-position: 37px 10px;}
.inp-dop-top{background-position:37px 12px;}
.border-box {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .border-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0; }
  .border-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0; }
  .border-box_statistics {
    margin: 0 43px 30px 43px;
    width: 170px;
    height: 170px;
    border-bottom: 1px solid #3e4659;
    border-left: 1px solid #3e4659; }
    .border-box_statistics:before {
      height: 1px;
      width: 80%;
      background-color: #3e4659; }
    .border-box_statistics:after {
      width: 1px;
      height: 60%;
      background-color: #3e4659; }
  .border-box_mistakes {
    width: 490px;
    height: 275px;
    border-bottom: 3px solid #35d8fe;
    border-left: 3px solid #35d8fe;
    top: 0;
    left: 0; }
    .border-box_mistakes:before {
      height: 3px;
      width: 75%;
      background-color: #35d8fe; }
    .border-box_mistakes:after {
      width: 3px;
      height: 58%;
      background-color: #35d8fe; }
    .border-box_mistakes_yellow {
      border-bottom: 3px solid #ffbd03;
      border-left: 3px solid #ffbd03; }
      .border-box_mistakes_yellow:before, .border-box_mistakes_yellow:after {
        background-color: yellow; }

.box-flip-1 {
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1); }
.box-flip-2 {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.box-flip-3 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
.box-flip-4 {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }
.box-flip-5 {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.statistics {
  width: 100%;
  height: 470px;
  padding-top: 110px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .statistics-item {
    visibility: none;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    float: left;
    color: #3e4659;
    width: 249px;
    height: 280px;
    text-align: center;
    margin-top: -280px; }
    .statistics-item-count {
      font-family: Akrobat-ExtraBold;
      font-size: 70px;
      line-height: 170px;
      margin-bottom: 30px; }
      .statistics-item-count-costyl {
        margin-top: 50px;
        line-height: 40px;
        margin-bottom: 70px; }
    .statistics-item-info {
      text-transform: uppercase;
      font-family: Akrobat-Regular;
      font-size: 22px; }

.advertisment1 {
  height: 180px;
  width: 100%;
  background-color: #3e4659;
  color: #ffffff;
  padding-top: 50px;
  overllow: hidden; }
  .advertisment-text1 {
    float: left;
    font-size: 41px;
    font-family: Akrobat-Bold;
    margin-left: 80px;
    width: 700px; }
  .advertisment-button1 {
    margin-right: 80px;
    margin-top: 30px;
    float: right;
    cursor: pointer;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
    font-family: Akrobat-Regular;
    background-color: #35d8fe;
    height: 70px;
    width: 340px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    margin-rigth: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .advertisment-button1:hover {
      color: #35d8fe;
      background-color: #ffffff; }

.resorts {
  width: 100%;
  height: 650px;
  padding-top: 15px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
DISPLAY: inline-table;
}
.busBlock .resorts{ height:inherit;}
  .resorts .container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 25px;
    padding-top: 10px;
 }
  .resorts-item {
    background-color: #fff;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    width: 280px;
    height: 480px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;

    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.photos-title.top-resort{
    margin-top:50px;
    margin-bottom:15px;
}
.busBlock .resorts-item{width:330px;margin-right: 20px; margin-left: 20px; }
    .resorts-item-info {
      width: 100%;
      height: 248px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 0px 5px 0px 5px; }
    .resorts-item-img {
        height: 250px;
        width: 100%;
      }
    .bus-offer .resorts-item .resorts-item-img{
         height: 174px;
      }
    .resorts-item-title {
      display: block;
      margin: 15px 0 10px 0;
      font-size: 22px;
      font-family: Akrobat-Bold;
      text-transform: uppercase; }
    .resorts-item-price {
      font-size: 22px;
      font-family: Akrobat-Regular;
      text-align: right;
      background-position: 0 10px;
      background-repeat: no-repeat;
      line-height: 35px; }
	  .resorts-item-pivo {
      font-size: 22px;
      font-family: Akrobat-Regular;
      text-align: center;
      background-position: 0 10px;
      background-repeat: no-repeat;
      line-height: 35px; }
	  .resorts-item-pivo2 {
      font-size: 21px;
      font-family: Akrobat-Regular;
      text-align: center;
      background-position: 0 10px;
      background-repeat: no-repeat;
      line-height: 18px; }
    .resorts-item-button {
      height: 40px;
      width: 248px;
      background-color: white;
      border: 1px solid #ffbd03;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      margin-top: 25px;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-family: Akrobat-Regular;
      font-size: 18px; }
	  .resorts-item-button-kostyl {
      height: 40px;
      width: 248px;
      background-color: white;
      border: 1px solid #ffbd03;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      margin-top: 10px;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-family: Akrobat-Regular;
      font-size: 18px; }
      .resorts-item-button:focus {
        outline: none; }
      .resorts-item-button:hover {
        background-color: #ffbd03;
        color: #ffffff; }
		.resorts-item-button-kostyl:focus {
        outline: none; }
      .resorts-item-button-kostyl:hover {
        background-color: #ffbd03;
        color: #ffffff; }
    .resorts-item:hover {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25); }
  .stars3 {
    background-image: url(../img/resorts/3stars.PNG); }
  .stars4 {
    background-image: url(../img/resorts/4stars.PNG); }
  .stars5 {
    background-image: url(../img/resorts/5stars.PNG); }

.consultation {
  position: relative;
  background-image: url(../img/consultation/consultation-bg.JPG);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px; }
  .consultation-img {
    bottom: 0px;
    left: -16px;
    position: absolute; }
  .consultation-text {
    text-transform: uppercase;
    position: absolute;
    top: 160px;
    left: 441px;
    width: 820px;
    font-size: 42px;
    color: #3e4659;
    font-family: Akrobat-Black; }
  .consultation-filter {
    position: absolute;
    width: 100%;
    height: 320px;
    bottom: 0;
    left: 0;
    background-color: rgba(53, 216, 254, 0.9); }

.advantages {
  height: 480px;
  width: 100%;
  padding-top: 90px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .advantages-wrap {
    height: 252px;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
    margin-left: -1260px; }
  .advantages-item {
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
    text-align: center;
    width: 252px;
    float: left; }
    .advantages-item-img {
      margin-bottom: 30px; }
    .advantages-item-text {
      font-family: Akrobat-Regular;
      font-size: 20px;
      color: #3e4659; }
      .advantages-item-text span {
        color: #ffbd03; }
  .advantages-button, .discount-button, .benefits-main-button, .partners-button {
    border: 1px solid #ffbd03;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    height: 50px;
    width: 265px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 60px;
    line-height: 50px;
    font-size: 23px;
    font-family: Akrobat-Regular;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .advantages-button:focus, .discount-button:focus, .benefits-main-button:focus, .partners-button:focus {
      outline: none; }
    .advantages-button:hover, .discount-button:hover, .benefits-main-button:hover, .partners-button:hover {
      background-color: #ffbd03;
      color: #fff; }

.discount {
  height: 441px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/discount/discount-bg.JPG); }
  .discount-text {
    position: absolute;
    font-family: Akrobat-SemiBold;
    font-size: 47px;
    color: #3e4659;
    width: 780px;
    text-align: left;
    top: 135px;
    left: 360px; }
    .discount-text span {
      font-family: Akrobat-Black; }
  .discount-button {
    border: 1px solid #3e4659; }
    .discount-button:hover {
      background-color: #3e4659;
      color: #fff; }

.benefits {
  height: 900px;
  width: 100%; }
  .benefits-title {
    padding-top: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-color: #35d8fe;
    height: 200px;
    font-family: Akrobat-Black;
    font-size: 47px;
    text-transform: uppercase; }
    .benefits-title span {
      color: #3e4659; }
  .benefits-main {
    position: relative;
    height: 700px;
    background-image: url(../img/benefits/benefits-bg.JPG);

    background-repeat: no-repeat; }

    .benefits-main-list {
      padding: 65px 0 0 35px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 50%;
      width: 550px;
      height: 700px;
      color: #3e4659; }
      .benefits-main-list-title {
        text-transform: uppercase;
        font-size: 47px;
        font-family: Akrobat-Black;
        margin-bottom: 30px; }
      .benefits-main-list-item-top{
        font-size: 20px;
        font-family: Akrobat-Regular;
        padding-bottom: 20px;
      }
      .benefits-main-list-item {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 20px;
        font-family: Akrobat-Regular;
        padding-bottom:15px;
        display:table}
        .benefits-img-container{
          width: 50px;
          float: left;
          margin-right: 5px;
          display:table-cell;
          vertical-align: middle;
        }
        .benefits-text-container{
          display: table-cell;
          vertical-align: middle;
        }
        .benefits-main-button{
          position:initial;
        }
    .benefits-main-button {
      background-color: #35d8fe;
      color: #000000; }
      .benefits-main-button:hover {
        background-color: #ffffff;
        color: #3e4659; }

.photos {
  position: relative;
  width: 100%;
  max-height: 805px;
  margin-top: 50px;
}
  .photos-title {
    text-align: center;
    font-size: 47px;
    font-family: Akrobat-SemiBold;
    margin: 0px 0 100px 0;
    text-transform: uppercase;
    color: #3e4659;
    margin-bottom: 50px;
  }
  .photos-slider-wrapper {
    width: 90%;
    /*height: 450px;*/
    margin: 0 auto; }
  .swiper-slide img {
    max-height: 720px;
  }
  .photos-slider-controls {
    height: 350px;
    z-index: 5;
    position: absolute;
    top: 185px;
    width: 100%; }
    .photos-slider-controls-unit {
      height: 100%;
      top: 0px; }
      .photos-slider-controls-unit-prev {
        position: absolute;
        left: 0;
        width: 420px; }
      .photos-slider-controls-unit-next {
        position: absolute;
        right: 0;
        width: 300px; }
  .photos-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 290px;
    height: 244px;
    cursor: pointer; }
  .photos-next {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 290px;
    height: 244px;
    cursor: pointer; }

.slick-slide {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  height: 500px;
  position: relative; }
  .slick-slide:focus {
    outline: none; }
  .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 115%;
    padding-top: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.slick-center {
  z-index: 10; }
  .slick-center img {
    -webkit-box-shadow: 25px 21px 25px -25px rgba(0, 0, 0, 0.45), -25px 21px 25px -25px black;
    -moz-box-shadow: 25px 21px 25px -25px rgba(0, 0, 0, 0.45), -25px 21px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: 25px 21px 25px -25px rgba(0, 0, 0, 0.45), -25px 21px 25px -25px rgba(0, 0, 0, 0.45);
    padding-top: 0px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

.video {
  overflow: hidden;
  height: 780px;
  width: 100%;
  background: url(../img/video/video-bg.JPG);
  background-repeat: no-repeat;
 background-color: rgba(255,188, 3,.9);
    background-blend-mode: soft-light;

  background-size: cover;
  background-position: center;
  text-align: center; }
  .video-title {
    font-size: 47px;
    color: #3e4659;
    font-family: Akrobat-SemiBold;
    text-transform: uppercase;
    margin: 85px 0 80px 0; }
  .video-slider {
    width: 820px;
    height: 430px;
    background-color: #ffffff; }
    .video-slider-item {
      width: 100%;
      height: 100%; }
    .video-slider-wrapper {
      margin: 0 auto;
      width: 820px;
      height: 500px;
      background-color: #ffffff; }
    .video-slider-controls, .partners-slider-controls {
      position: absolute;
      height: 40px;
      width: 1170px;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 310px;
      z-index: 5; }
      .video-slider-controls-unit, .partners-slider-controls-unit,.photos-slider-controls-unit {
        cursor: pointer;
        border-bottom: 2px solid #3e4659;
        border-left: 2px solid #3e4659;
        width: 30px;
        height: 30px; }
        .video-slider-controls-unit-prev, .partners-slider-controls-unit-prev, .photos-prev {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          float: left; }
        .video-slider-controls-unit-next, .partners-slider-controls-unit-next, .photos-next {
          float: right;
          -moz-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          transform: rotate(-135deg); }
  .video .swiper-container {
    width: 820px;
    height: 500px;
    background-color: #fff; }
  .video .swiper-slide {
    width: 740px; }
  .video-swiper-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 40px; }

.mistakes {
  height: 990px;
  width: 100%;
  overflow: hidden;
  background: url(../img/mistakes/mistakes-bg.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7f8fa; }
  .mistakes-title {
    margin: 70px 0 80px 0;
    text-align: center;
    font-size: 47px;
    font-family: Akrobat-SemiBold;
    text-transform: uppercase;
    color: #ffbd03; }
    .mistakes-title span {
      color: #3e4659; }
  .mistakes-item {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 480px;
    height: 275px;
    line-height: 32px;
    float: left;
    margin: 0 75px 15px 75px;
    padding: 20px 20px 50px 15px; }
    .mistakes-item-title {
      font-size: 18px;
      font-family: Akrobat-ExtraBold;
      text-transform: uppercase; }
    .mistakes-item-text {
      font-size: 17px;
      font-family: Akrobat-Regular;
      color: #878787; }
  .mistakes-button {
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 310px;
    position: absolute;
    bottom: 60px;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ffbd03;
    left: 0;
    right: 0;
    font-size: 23px;
    font-family: Akrobat-Regular;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .mistakes-button:hover {
      background-color: #ffbd03;
      color: #ffffff; }

.partners {
  width: 100%;
  height: 580px; }
  .partners-title {
    margin: 70px  0 50px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 47px;
    font-family: Akrobat-SemiBold;
    color: #3e4659; }
    .partners-title span {
      color: #ffbd03; }
  .partners-button {
    width: 310px;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  .partners-slider-wrapper {
    width: 1000px;
    height: 200px;
    margin: 0 auto; }
  .partners-slider-controls {
    bottom: 225px; }

.reviews {
  height: 580px;
  width: 100%;
  background: url(../img/reviews/reviews-bg.JPG);
  background-repeat: no-repeat;
  background-position: center; }
  .reviews-slider-wrapper {
    width: 1030px;
    height: 100%;
    margin: 0 auto;
    text-align: center; }
  .reviews-slider-item {
    text-align: center; }
    .reviews-slider-item-img {
      margin: 0 auto;
      margin-top: 40px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      border: 9px solid white;
      background-color: #ffffff; }
    .reviews-slider-item-title {
      font-family: Akrobat-Bold;
      font-size: 30px; }
    .reviews-slider-item-when {
      font-family: Akrobat-Regular;
      font-family: 25px; }
    .reviews-slider-item-contacts {
      height: 100px;
      line-height: 100px; }
      .reviews-slider-item-contacts-unit {
        cursor: pointer;
        display: inline-block;
        margin: 0 10px; }
        .reviews-slider-item-contacts-unit img {
          display: inline-block;
          vertical-align: middle; }
    .reviews-slider-item-text {
      font-size: 17px;
      font-family: Akrobat-Regular; }
  .reviews .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid white;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    margin: 0 17px !important;
    opacity: 1; }
    .reviews .swiper-pagination-bullet-active {
      border: 1px solid #ffbd03;
      background-color: #ffbd03; }

.map {
  height: 423px;
  width: 100%;
  position: relative;
  }
  .map .container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .map-office {
    background-color: #ffffff;
    width: 425px;
    height: 335px;
    position: absolute;
    top: 40px;
    right: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 16px; }

.info {
  width: 100%;
  min-height: 215px;
  font-family: Akrobat-Light; }
  .info-phones {
    margin-top: 25px;
/*
    font-size: 28px;
*/
  }
    .info-phones-item {
      line-height: 28px;
      margin-bottom: 10px; }
  .info-main {
    margin: 10px 0 10px 40px;
    float: left; }
    .info-main-text {
      font-size: 20px; }
  .info-time {
    padding-left: 30px;
    top: 30px;
    left: 450px;
    position: absolute;
    font-size: 28px;
    width: 215px;
    background-image: url(../img/icon-clock.PNG);
    background-position: 0 9px;
    background-repeat: no-repeat; }
    .info-time img {
      margin-right: 30px; }

.copyright {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-family: Akrobat-Regular;
  font-size: 16px;
  background-color: #ffbd03; }
#popup1 form{height:340px}
.popup {
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .popup-show {
    visibility: visible;
    opacity: 1; }

.visible {
  visibility: visible;
  opacity: 1; }

.bounceLeft {
  margin-left: 0; }

.bounceRight {
  margin-right: 0 !important; }

.bounceDown {
  margin-top: 0px; }

.rolling {
  -moz-transform: rotate(1080deg);
  -ms-transform: rotate(1080deg);
  -webkit-transform: rotate(1080deg);
  -o-transform: rotate(1080deg);
  transform: rotate(1080deg); }

.rollingBack {
  -moz-transform: rotate(-1080deg);
  -ms-transform: rotate(-1080deg);
  -webkit-transform: rotate(-1080deg);
  -o-transform: rotate(-1080deg);
  transform: rotate(-1080deg); }

.scaleIn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }

/*# sourceMappingURL=style.css.map */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 45%;
    top: 30%;
    background: url('../css/ajax-loader.gif') no-repeat 30% 30%;
    margin: -16px 0 0 -16px;
}
.form-error{
display: block;
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 140%;
}
.form-input form-input-name error{border-color: #ff0000; border:2px; }

.can-toggle {
 position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
 pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
 opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
 content: attr(data-unchecked);
 left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 content: attr(data-checked);
}
.can-toggle label {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 position: relative;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.can-toggle label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
 position: relative;
}
.can-toggle label .can-toggle__switch:before {
 content: attr(data-checked);
 position: absolute;
 top: 0;
 text-transform: uppercase;
 text-align: center;
}
.can-toggle label .can-toggle__switch:after {
 content: attr(data-unchecked);
 position: absolute;
 z-index: 5;
 text-transform: uppercase;
 text-align: center;
 background: white;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
 color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
 background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 color: #2fc3de;
}
.can-toggle input[type="checkbox"]:hover ~ label {
 color: #2fc3de;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
 color: #2fc3de;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
 background-color: #2fc3de;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 color: #2fc3de;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
 background-color: #2fc3de;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 color: #2fc3de;
}
.can-toggle label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.can-toggle label .can-toggle__switch {
 -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
 transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
 background: #848484;
}
.can-toggle label .can-toggle__switch:before {
 color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
 transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
 color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 -webkit-transform: translate3d(65px, 0, 0);
 transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
 font-size: 14px;
}
.can-toggle label .can-toggle__switch {
 height: 36px;
 -webkit-flex: 0 0 134px;
 -ms-flex: 0 0 134px;
 flex: 0 0 134px;
 border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
 left: 67px;
 font-size: 12px;
 line-height: 36px;
 width: 67px;
 padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
 top: 2px;
 left: 2px;
 border-radius: 2px;
 width: 65px;
 line-height: 32px;
 font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 -webkit-transform: translate3d(44px, 0, 0);
 transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
 font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
 height: 28px;
 -webkit-flex: 0 0 90px;
 -ms-flex: 0 0 90px;
 flex: 0 0 90px;
 border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
 left: 45px;
 font-size: 10px;
 line-height: 28px;
 width: 45px;
 padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
 top: 1px;
 left: 1px;
 border-radius: 1px;
 width: 44px;
 line-height: 26px;
 font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 -webkit-transform: translate3d(78px, 0, 0);
 transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
 font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
 height: 50px;
 -webkit-flex: 0 0 160px;
 -ms-flex: 0 0 160px;
 flex: 0 0 160px;
 border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
 left: 80px;
 font-size: 14px;
 line-height: 50px;
 width: 80px;
 padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
 top: 2px;
 left: 2px;
 border-radius: 2px;
 width: 78px;
 line-height: 46px;
 font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
 color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
 background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 color: #8f315c;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
 color: #a23768;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
 color: #39916a;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
 background-color: #44ae7f;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 color: #368a65;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
 background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 color: #2f7757;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
 -webkit-transition: background-color 0.3s ease-in-out;
 transition: background-color 0.3s ease-in-out;
 background: #c14b81;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
 color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
 -webkit-transition: -webkit-transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out;
 color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
 color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
 background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
 color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
 color: #62b125;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
 background-color: #75d32d;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 color: #5da924;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
 background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 color: #52941f;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
 -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
 color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 -webkit-transform: translate3d(58px, 0, 0);
 transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
 font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
 height: 60px;
 -webkit-flex: 0 0 120px;
 -ms-flex: 0 0 120px;
 flex: 0 0 120px;
 border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
 left: 60px;
 font-size: 13px;
 line-height: 60px;
 width: 60px;
 padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
 top: 2px;
 left: 2px;
 border-radius: 30px;
 width: 58px;
 line-height: 56px;
 font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}


html.noscroll, body.noscroll { overflow: hidden; }
.bg_popup { display: none; position: fixed; background: rgba(0,0,0,0.7); top:0; left: 0; right: 0; bottom: 0; z-index: 1001; }
.form_popup_form { width: 530px; height: 460px; background: #fff; }
.form_popup_form2 { width: 530px; background: #fff; }

.benefits-img-container{}
.benefits-text-container{}
.tourDescription{background:#fff;margin:0 auto; padding:30px 40px;}
.tourDescription ul{margin:20px;}
.tourDescription ul li{margin-top:10px;}
.tourDescription table tr td{padding:0 15px;}
select{background-color:#fff;}

.resorts .container{padding-bottom:20px;}

// @media (max-width: 565px){
//   .form{width:100%;}
//   .form-input{width:100%;padding-left:35px;background-position: 7px 10px !important;font-size:15px;}
//   .form-input-submit{width:100%;}
// }

// @media (min-width: 566px){
//   .form-title{
//     font-size: 20px;
//   }
// }

.partners .swiper-slide img{
  max-height:655px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.reviews .swiper-slide img{
  max-width: 200px;
  max-height: 200px;
}
.reviews-slider-item-text{
  padding: 0 20px;
}
.vyvesk{float:right;margin-top: 110px; padding-right: 40px; transition: all 1.5s; margin-right: -1000px;}

.otherWays .container{padding:40px 0;}
.otherWays .dynamicContainer .resorts-item{width: 330px;text-decoration: none; color:black; margin-right: 20px;margin-left: 20px;
}
.info-main-logo{
  width: 310px;
}
.info-main-logo img{
  width: 100%;
  height: auto;
}
.info-main-logo p{
  margin-left: 15px;
  font-size:18px;
  font-weight: 600;
  line-height: 0.6;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  text-align: right;
}
.label-city{
  font-family: Akrobat-Light;
  font-size: 20px;
  color: #3e4659;
}
.form-input-name{
  margin-top: 10px;
}
.clearfix{
  clear: both;
}
.main-resort .resorts.bus-offer .container{
  padding-top: 20px;
  padding-bottom: 40px;
}
.resorts.bus-tour{
  padding-top: 25px;
}
.benefits-main .container, .map .container{
  max-width: 100%;
}
