@font-face {
  font-family:PF-Regular;
  src: url(../fonts/PFDinTextCondPro-Regular.ttf);
}
@font-face {
  font-family:PF-Medium;
  src: url(../fonts/PFDinTextCondPro-Medium.ttf);
}
@font-face {
  font-family:PF-Bold;
  src: url(../fonts/PFDinTextCondPro-Bold.ttf);
}
body,html{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
header{
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style-type: none;
}
.logo{
  position: relative;
  top: 15px;
  background-color: #fff;
  border-bottom:2px solid #faac18;
  padding:0 15px 15px 15px;
}
.phone{
  font-family:PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #464646;
}
.button{
  display: block;
  width: 230px;
  height: 40px;
  border: 2px solid #dc073a;
  border-radius: 50px;
  color: #dc073a;
  font-family: PF-Medium;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s ;
  -ms-transition: all ease 0.4s ;
  -o-transition: all ease 0.4s ;
  transition: all ease 0.4s ;
  cursor: pointer;
  z-index:2;
}
.button:hover{
  color: #fff;
  background: #dc073a;
}
.button--center{
  margin: 0 auto;
}
.phones{
  width: 665px;
}
.circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0094d6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
}
.main{
  min-height: 720px;
  background: url(../img/main_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position-y: 20px;
  padding: 140px 0 40px 0;
}
.from{
  color: white;
  font-family: PF-Bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  width: 131px;
  height: 33px;
  background-color: #faac18;
  text-align: center;
}
h1{
  text-shadow: 2px 3.5px 0 rgba(70, 70, 70, 0.1);
  color: white;
  font-family: PF-Medium;
  font-size: 76px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
}
.main_prices{
  margin-top: 75px;
}
.price_block{
  width: 310px;
  background-color: #fff;
  border-bottom:2px solid #faac18;
  padding: 5px 5px 15px 5px;
}
.price_block:nth-of-type(2){
  position: relative;
  bottom:30px;
}
.price_time{
  padding: 5px;
  border:2px solid #faac18;
}
.price_time_second{
  background-color: #faac18;
  padding-bottom: 15px;
}
.price_day{
  color: white;
  font-family: PF-Medium;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}
.price_type{
  color: white;
  font-family: PF-Medium;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;

}

.price_type-line{
  width: 22px;
  height: 2px;
  background-color: white;
  margin: 0 10px;
}
.date_month{
  min-width: 80px;
  color: #656261;
  font-family: PF-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.date_day{
  color: #464646;
  font-family: PF-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
}
.price_date{
  margin: 20px 0 10px 0;
  padding-left: 20px;
}
.price_cost {
  color: #dc073a;
  font-family: PF-Medium;
  font-size: 48px;
  font-weight: 500;
  margin-left: 70px;
  width: 165px;
}
.price_cost p{
  margin: 0;
}
.price_discount{
  color: #656261;
  font-family: PF-Regular;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  text-align: right;
}

.dream{
  min-height: 550px;
  background: url(../img/dream_bg.png) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position-y: -320px;
}
.section-title{
  font-family: PF-Regular;
  font-size: 60px;
  color: #464646;
  font-weight: 400;
}
.section-title span{
  font-family: PF-Bold;
  font-size: 60px;
  color: #faac18;
  font-weight: 700;
  text-transform: uppercase;

}

.dream_list_item p{
  color: #464646;
  font-family: PF-Regular;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  max-width: 435px;
  margin-left: 25px;
}
.dream_list_item p span{
  color: #464646;
  font-family: PF-Bold;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;

}
.inPrice{
  min-height: 680px;
}
.inPrice_list{
  max-width: 640px;
  z-index: 2;
}
.inPrice_list_item{
  margin-bottom: 40px;

}
.inPrice_list_item p{
   max-width:145px;
   color: #464646;
   font-family: PF-Regular;
   font-size: 24px;
   line-height: 30px;
   font-weight: 400;
  margin-left: 20px;
  z-index: 2;

}
.inPrice_list_item p span{
  font-family: PF-Bold;
  font-weight: 700;
}
.inPrice_list_item p span.light{
  color: #464646;
  font-family: PF-Regular;
  font-size: 18px;
  font-weight: 400;
}
.inPrice_form{
  position: absolute;
  right: -280px;
  bottom: 0;
  z-index: 1;
}
.inPrice_form_block{
  position: absolute;
  right: 220px;
  bottom: 110px;
}
.inPrice_form_block p{
  font-family: PF-Medium;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.inPrice_form_block p span{
  color: #faac18;
}
.inPrice .button{
  color: #fff;
  border:2px solid #fff;
}
.arrow{
  position: absolute;
  right: -45px;
  bottom: 28px;
  padding: 100;
}
.baner{
  text-align: center;
  background-position-y: 20px;
  left: 100px;
  float: center;
}

.program{
  min-height: 910px;
  background: url(../img/program_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.program_tour_block{
  max-width: 535px;
  border-bottom: 2px solid #faac18;
  background: #fff;
  padding: 0 15px 25px 15px;

}

.program .price_time{
  width: 225px;
  border: 2px solid #f3f0f0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  transition: all ease 0.5s ;
  cursor: pointer;
}
.program .price_time_second{
  background: none;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  transition: all ease 0.5s ;
}
.program .price_day, .program .price_type{
  color: #464646;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  transition: all ease 0.5s ;
}
.program .price_type-line{
  background: #464646;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  transition: all ease 0.5s ;
}

.program .price_time:hover {
  border: 2px solid #faac18;

}
.uk-active .price_time_second{
  background: #faac18;
}
.uk-active .price_type-line{
  background-color: #fff;
}
.uk-active .price_type, .uk-active .price_day{
  color: #fff;
}
.program .price_time:hover .price_time_second{
  background: #faac18;
}
.program .price_time:hover .price_type-line {
  background: #fff;
}
.program .price_time:hover .price_type {
  color: #fff;
}
.program .price_time:hover .price_day {
  color: #fff;
}
.select_type_title{
  color: #464646;
  font-family: PF-Medium;
  font-size: 24px;
  font-weight: 400;
}
.program_select_day{
  margin-top: 30px;
}
.select_day{
  width: 62px;
  height: 40px;
  border: 2px solid #f3f0f0;
  color: #464646;
  font-family: PF-Medium;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s ;
  -ms-transition: all ease 0.5s ;
  -o-transition: all ease 0.5s ;
  transition: all ease 0.5s ;
}
.select_day:hover{
  background-color: #faac18;
  border: 2px solid #faac18;
  color: white;
}
.program_routine{
  margin-top: 50px;
}
.routine_title{
  font-family: PF-Bold;
  font-size: 24px;
  line-height: 30px;
  color: #464646;
  font-weight: 700;
}
.routine_title span{
  font-family: PF-Bold;
  font-size: 24px;
  line-height: 30px;
  color: #faac18;
  font-weight: 700;

}
.routine_list_item-title{
  font-family: PF-Bold;
  font-size: 24px;
  line-height: 30px;
  color: #faac18;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;

}
.program_select_day .uk-active .select_day{
  background-color: #faac18;
  border: 2px solid #faac18;
  color: white;
}
.routine_list_item-text{
  margin-top: 0;
  font-family: PF-Regular;
  font-size: 24px;
  line-height: 30px;
  color: #464646;
  font-weight: 400;
}
.program .button{

  margin: 60px auto 0 auto;
}
.info{
  background-color: #fdfdfd;
  padding: 50px 0;
}
.info_text p{
  color: #464646;
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 390px;
}
.info_block{
  margin-bottom: 40px;
}
.info .routine_list_item-title{
  font-family: PF-Bold;
  font-size: 24px;
  line-height: 30px;
  color: #faac18;
  font-weight: 700;
  text-transform: uppercase;

}
.info_offer{
  width: 390px;
  height: 185px;
  border: 4px solid #dc073a;
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px 40px 10px 40px;

}
.offer_title{
  font-family: PF-Medium;
  font-size: 24px;
  color: #464646;
  font-weight: 500;
}
.circle--red{
  height: 10px;
  width: 10px;
  background-color: #dc073a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.offer_text{
  font-family: PF-Regular;
  font-size: 24px;

  color: #464646;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom:5px;
}
.order_left_title{
  color: white;
  font-family: PF-Bold;
  font-size: 60px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.order_left_subtitle{
  color: #dc073a;
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.order_left_phones a{
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: white;
}
.order_left .circle--red{
  margin: 0 25px;
}
.order_left{
  width: 50%;
  height: 300px;
  background-color: #faac18;
}
.order_right_title{
  font-family:PF-Medium;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.order_right_title span{
  color: #faac18;

}

.order{
  background: url(../img/order_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  min-height: 530px;
  background-position-y: 20px;
}
.order_right{
  width: 50%;
  height: 300px;
  background-color: #dc073a;
}
.order_right .button{
  color: #fff;
  border: 2px solid #fff;
  margin-top: 40px;
}
.order_boy{
  position: absolute;
  right: -160px;
  bottom: -305px;
  z-index:1;
}
.scene_block{
  position: absolute;
  right: -80px;
  bottom: -200px;
  width: 100%;
  height: 100%;
}
.abon_left_place{
  width: 308px;
  height: 75px;
  background-color: white;
  border: 2px solid #f3f0f0;
  color: #464646;
  font-family: PF-Medium;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 75px;
  text-align: center;
  margin: 30px 0;
}
.price_number{
  color: #464646;
  font-family: PF-Medium;
  font-size: 48px;
  font-weight: 500;
}
.price_text{
  margin-left: 20px;
  color: #464646;
  font-family: PF-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.abon{
  padding-bottom: 100px;
}
.abon_right{
  padding-top: 70px;
}
.abon_right_title{
  color: #dc073a;
  font-family: PF-Bold;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.abon_right_text{
  color: #464646;
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  max-width: 380px;
  margin-bottom: 133px;
}
.abon_right_text span{
  font-weight: 700;
}
.abon_right_place{
  width: 310px;
  height: 75px;
  border: 2px solid #faac18;
  padding: 5px;
  margin: 45px 0
}
.abon_right_place2{
  background-color: #faac18;
  color: white;
  font-family: PF-Medium;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
}
.abon_right .price_number{
  line-height: 32px;
  color: #dc073a;
  height: 35px;
}
.abon_right .price_text{
  color: #dc073a;
}
.abon_right .price_number span{
  color: #656261;
  font-family: PF-Regular;
  font-size: 18px;
  font-weight: 400;
}
.pay{
  background: url(../img/pay_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 960px;
  padding-bottom: 40px;
}
.pay_block{
  margin-top: 80px;
}
.pay_item p{
  color: #464646;
  font-family: PF-Regular;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  max-width: 310px;
}

.pay_item p span{
  font-family: PF-Bold;
  font-weight: 700;
}
.pay_arrow{
  position: absolute;
  left: 0;
  bottom: 190px;
}
.pay_arrow:nth-of-type(1){
  left: 330px;
}
.pay_arrow:nth-of-type(2){
  left: 680px;
}
.abon .button{
  margin: 40px auto 0 auto;
}
.pay_form_left{
  width: 50%;
  background-color: #faac18;

}
.pay_form_left-title{
  color: white;
  font-family: PF-Bold;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 342px;
}
.pay_form_left-subtitle{
  color: #dc073a;
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}
.pay_form_right{
  width: 50%;
  height: 350px;
  background-color: #dc073a;
}
.pay_form{
  margin-top: 110px;
}
.input_text{
  font-family: PF-Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: white;
  margin-bottom: 10px;
}
label{
  margin-top: 20px;
}
input{
  outline: none;
  width: 309px;
  height: 40px;
  border: 2px solid #fff;
  color: white;
  font-family: PF-Medium;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left:25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
input:hover{
  border:2px solid #faac18;
}
input:focus{
  border:2px solid #faac18;

}
.success{
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: white;
}
.fail{
  font-family: PF-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  color: #faac18;
}
.submit{
  margin-top: 20px;
  width: 338px;
  height: 50px;
  padding-left: 0;
  background-color: #faac18;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 28px;
}
footer{
  padding: 15px 0;
}
.copy{
  color: #464646;
  font-family: PF-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media(max-width: 1100px){
  .uk-container{
    width:auto !important;
  }
  .dream {
    background: url(../img/dream_bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .logo{
    margin-bottom: 50px;
  }
  header{
    position: relative;
  }
  header .uk-container{
    flex-direction: column;
  }
  .main_prices{
    flex-direction: column;
    align-items: center;
  }
  .price_block{
    margin-bottom: 20px;
  }
  .price_block:nth-of-type(2) {
    position: relative;
    bottom: 0;
  }
  .dream{
    background-position-y: 0;
  }
  .inPrice_form{
    display: none;
  }
  .program_block{
    flex-direction: column;
  }
  .program img{
    width: 100%;
    margin-top: 20px;
  }
  .info_block{
    flex-direction: column;
  }
  .info_text{
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .order .uk-container{
    flex-direction: column;
  }
  .order_right,.order_left{
    width: 100%;
  }
  .abon{
    padding-top: 80px;
  }
  .abon_right{
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .abon_right_placeblock{
    width: 320px;
  }
  .abon .uk-container{
    flex-direction: column;
  }
  .pay_block{
    flex-direction: column;
  }
  .pay_arrow{
    display: none;
  }
  .pay_form{
    flex-direction: column;
  }
  .pay_form_right,.pay_form_left{
    width: 100%;
  }
  footer .uk-container{
    flex-direction: column;
  }
  .scene_block{
    display: none;
  }

}
@media (max-height: 660px) {
  .scene_block{
    bottom: -440px;
  }
}
@media (max-width: 600px) {
  h1{
    font-size: 52px;
  }
  .dream_list_item{
    flex-direction: column;
  }
  .inPrice_list_item  p{
    margin-left: 0;
    max-width: 100%;
  }
  .inPrice_list{
    justify-content:center;
  }
  .inPrice_list_item{
    flex-direction: column;
  }
  .section-title span{
    font-size: 46px;
  }
  .section-title{
    font-size: 46px;
  }
  .program_select_type{
    flex-direction: column;
  }
  .program .price_time{
    margin-bottom: 20px;
  }
  .program_select_day{
    flex-wrap: wrap;
    justify-content:flex-start;
  }
  .select_day{
    margin-top: 10px;
    margin-left: 10px;
  }
  .info_img{
    width: 100%;
  }
  .info_offer{
    border: none;
    width: 100%;
    padding: 0;
  }
  .order_left_title{
    font-size: 42px;
  }
.order_left_subtitle{
  text-align: center;
}
.order_left_phones{
  flex-direction: column;
}
.circle--red{
  margin: 10px;
}
.scene_block{
  display: none;
}
  .abon_right_placeblock,.abon_right_place,.abon_left_place{
    width: 100%;
  }
  .pay_form_left-title{
    font-size: 48px;
    text-align: center;
  }
  .pay_form_left-subtitle{
    text-align: center;
  }
  input{
    width: calc(100% - 25px);
  }
  .submit{
    width: 100%;
  }
  .phones{
    flex-direction: column;
  }
}