body {
  font-family: 'PP Neue Montreal', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  overflow: visible !important;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
}
ul{margin: 0;padding: 0;list-style: none;}
a, button{outline: none;}
h1, h2, h3, p{margin: 0;}

h1{
  font-family: "NeueMachina";
  position: relative;
  font-weight: 800;
  font-size: 84px;
  margin-bottom: 29px;
  text-transform: uppercase;
  line-height: 1;
}
h1::before{
  position: absolute;
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #e5bd57;
  left: -43px;
  top: 35px;
}
h2{
  font-family: "NeueMachina";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1;
}
h2+p{
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 44px;
}
input[type='text']{
  display: block;
  margin: 0 auto;
	width: 100%;
	color: #000;
	height: 40px;
  border: none;
  border-bottom: solid 1px #cccccc;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
button, input[type='submit'],.link{
  display: block;
  margin: 0 auto;
	border-radius: 100px;
  border: 2px solid #e5bd57;
	padding: 17px 29px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  background: #fff;
}
button{
	width: 35%;
  margin-top: 20px;
}
input[type='submit']{
  width: 80%;
  margin-bottom: 15px;
}
section{
	padding: 50px 0;
	position: relative;
}
img{
  max-width: 100%;
}

/*boxmodal*/
.box-modal{
  font-family: 'PP Neue Montreal', sans-serif;
  position:relative;
  text-align:left;
  line-height: 1.3;
  border-radius: 10px;
  font-size: 15px;
  color: #000;
  padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}
.box-modal_close{
  position:absolute;
  right:-40px;
  top:6px;
  font-size:60px;
  line-height:15px;
  color:#fff;
  cursor:pointer;
  transform:rotate(45deg);
}
.box-modal h4{
  margin-bottom: 5px;
}

.getting-started{
    display:inline-block;
    margin: 5px 0;
}
.getting-started:after{
    content:"";
    display:block;
    clear:both
}
.getting-started>div{
    float:left;
    text-align:center;
    margin-left:10px;
    line-height: 1;
}
.getting-started>div:first-child{
    margin-left:0
}
.getting-started .dial{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    background: #171717;
    border-radius: 11px;
    padding: 10px;
}
.getting-started .text-timer{
    font-size:14px;
}

.slick-slide img {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
.slick-prev, .slick-next{
  content: '';
  width: 41px;
  height: 41px;
  bottom: -70px;
  top: auto;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
  background: url('../img/prev.png') no-repeat;
  left: 40%;
  background-size: 100% 100%;
}
.slick-next,.slick-next:hover, .slick-next:focus{
  background: url('../img/next.png') no-repeat;
  right: 40%;
  background-size: 100% 100%;
}
.slick-prev:before{
  content: '';  
}
.slick-next:before{
  content: '';
}

#menu{
  width:100%;
  background: #000;
  padding:5px 0 15px;
}
#menu.default{
  width:920px;
  display:none;
}
#menu.fixed{
  display:block;
  position:fixed;
  bottom:0;
  left:0;
  z-index:999
}
#menu button{
  display: block;
  margin: 0 auto;
}

.mob{
  display: none !important;
}
.img{
  position: absolute;
}
.items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blue{
  color: #e5bd57;
}
.bluebg{
  background: #e5bd57 !important;
  color: #fff !important;
}
.link{
  width: max-content;
  display: block;
  margin: 0 auto;
}
.days{
  justify-content: center;
  align-items: center;
  color: red
}
.days h4, .days h2{
  padding: 0 10px;
  margin: 0;
}
.days h2{
  font-size: 30px;
}

.s1{
  padding: 20px;
}
.s1 .content{
  border-radius: 50px;
  border: 1px solid #000;
  padding: 40px 125px;
  position: relative;
}
.s1 h3{
  font-family: "NeueMachina";
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding-left: 295px;
}
.s1 h3::before{
  position: absolute;
  content: '';
  background: url('../img/arrow.png') no-repeat;
  background-size: 100% 100%;
  width: 261px;
  height: 20px;
  left: 0;
  top: calc(50% - 10px);
}
.s1 .auth{
  margin: 18px 0 29px;
  align-items: center;
  width: 50%;
}
.s1 .auth div:first-child{
  width: 25%;
}
.s1 .auth div:last-child{
  width: 75%;
  padding-left: 20px;
  font-size: 25px;
  text-transform: uppercase;
}
.s1 .auth strong{
  display: block;
}
.s1 .btm{
  align-items: flex-end;
}
.s1 .deskr{
  width: 49%;
  border-radius: 40px;
  background: #F8F8F8;
  padding: 20px;
}
.s1 .format{
  width: 49%;
  text-align: center;
  text-transform: uppercase;
}
.s1 .format p{
  font-size: 18px;
  font-weight: 700;
}
.s1 .format button{
  width: 49%
}
.s1 .format button a{
  color: #e5bd57;
}
.s1 .format button.bluebg a{
  color: #fff;
}
.s1 .format .items{
  justify-content: space-between;
}
.s1 .img{
  position: absolute;
  width: 10%;
  top: 10%;
  right: 5%;
}
.s2{
  padding-bottom: 0;
}
.s2 .item{
  width: 32%;
  border-radius: 40px;
  background: #F8F8F8;
  padding: 20px;
  margin-bottom: 35px;
}
.s2 .item .items{
  margin-bottom: 16px;
  align-items: center;
}
.s2 .item .items img{
  width: 20%;
}
.s2 .item .items p{
  width: 80%;
  font-weight: 700;
  padding-left: 20px;
}
.s2 .arrow{
  width: 100%;
}
.s3 h2{
  margin-bottom: 21px;
}
.s3 p{
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.s3 ul{
  padding-left: 15px;
  list-style: disc;
  width: 70%;
}
.s3 ul>li{
  margin-bottom: 20px;
  font-size: 13px;
}
.s3 img{
  width: 80%;
}
.s3 img:not(.s3 .img){
  border: solid 1px #000;
    border-radius: 50px;
}
.s3 .image{
  position: relative;
}
.s3 .image .img{
  position: absolute;
  width: 20%;
  top: -20px;
  left: -50px;
}
.s4 .content{
  border-radius: 50px;
  border: 1px solid #000;
  padding: 40px;
}
.s4 h2{
  position: relative;
}
.s4 h2::before{
  position: absolute;
  content: '';
  width: 225px;
  height: 20px;
  background: url('../img/arrow.png') no-repeat;
  background-size: 100% 100%;
  top: 15px;
  left: 85px;
}
.s4 ul,.s5 ul{
  margin: 20px 0;
  padding-left: 15px;
  list-style: disc;
}
.s5 h2{
  margin-bottom: 30px;
}
.s5 .it{
  width: 70%;
  margin: 15px 0;
}
.s5 .it>li{
  border-radius: 40px;
  border: 1px solid #000;
  padding: 10px 10px 10px 60px;
  margin-top: -5px;
  position: relative;
}
.s5 .it>li:not(.s5 ul>li.bluebg){
  background: #fff;
}
.s5 .it>li::before{
  width: 9px;
  height: 9px;
  background: #e5bd57;
  border-radius: 50%;
  left: 26px;
  top: 23px;
  position: absolute;
  content: '';
}
.s5 .it>li.bluebg::before{
  background: #fff;
}
.s5 .content{
  padding-left: 20px;
  list-style: disc;
  margin: 20px 0;
}
.s5 img{
  width: 80%;
}
.s6 .it{
  width: 49%;
}
.s6 .item{
  border-radius: 30px;
  background: rgba(217, 217, 217, 0.30);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  margin-bottom: 20px;
  align-items: flex-start;
}
.s6 .item img{
  width: 5%;
}
.s6 .item p{
  padding-left: 30px;
  width: 95%;
}
.s6 ul{
  list-style: disc;
  padding-left: 15px;
  margin-top: 20px;
}
.s7 .items{
  margin: 0 auto;
  width: 80%;
  border-radius: 50px;
  border: 1px solid #000;
  background: #e5bd57;
  padding: 50px;
  position: relative;
  padding-bottom: 70px;
}
.s7 .item:first-child{
  width: 40%;
}
.s7 .item:nth-child(2){
  width: 60%;
}
.s7 .items .img{
  position: absolute;
  width: 15%;
  top: -50px;
  right: -50px;
}
.s8{
  background: #F8F8F8;
}
.s8 h2{
  margin-bottom: 30px;
  text-align: center;
}
.s8 .accordion {
  width:40%;
  display: block;
  margin: 0 auto;
}
.s8 .accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
  padding: 0;
}
.s8 .accordion .title_block {
  cursor:pointer;
  border-radius: 100px;
  background: #000;
  color: #fff;
  padding:10px 15px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 7px;
}
.s8 .accordion .title_block:before {
  content:'+';
  height:21px;
  width:31px;
  position:absolute;
  right:10px;
  top:7px;
  font-size: 26px;
  color: rgba(217, 217, 217, 1);
  text-align: center;
  line-height: 21px;
  border-left: 1px solid #797979;
}
.s8 .accordion .active_block .title_block:before {
  content:'-';
}
.s8 .accordion .info {
  display:none;
  padding:12px 0;
}
.s8 .accordion .info ul{
  list-style: disc;
  padding-left: 15px;
  font-size: 13px;
}
.s8 .img1{
  width: 10%;
  position: absolute;
  right: 10%;
  top: 30%;
}
.s8 .img2{
  width: 8%;
  left: 10%;
  top: 50%;
}
.s9{
  padding-bottom: 0;
}
.s9 .title{
  position: relative;
  width: max-content;
  margin-bottom: 60px;
}
.s9 .title img{
  position: absolute;
  width: 15%;
  right: -110px;
  top: -10px;
}
.s9 .item{
  width: 49%;
  border-radius: 40px;
  background: #F8F8F8;
  padding: 25px;
  margin-bottom: 35px;
}
.s9 .slick-prev, .s9 .slick-next{
  bottom: -35px;
}
.s9 .item p{
  margin-bottom: 15px;
}
.s10 h2{
  margin-bottom: 15px;
}
.s10 .items .item{
  width: 48%;
}
.paket{
  border-radius: 50px;
  border: 1px solid #e5bd57;
  padding: 40px 20px;
  background: #fff;
}
.paket h3, .box-modal h3{
  font-family: "NeueMachina";
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.box-modal h3{
  text-align: center;
}
.paket ul{
  padding-left: 15px;
  list-style: disc;
  margin-bottom: 20px;
}
.paket ul li.unactive{
  color: #C7C7C7;
}
.paket img:not(.info img){
  width: 100%;
  margin-bottom: 15px;
}
.paket .items{
  align-items: center;
}
.paket .hidd{
  display: none;
}
.paket .down{
  margin-top: 5px;
  font-weight: 500;
  cursor: pointer;
  display: block;
}
.s10 .price,.box-modal .price{
  width: 50%;
  font-size: 23px;
  font-family: "NeueMachina";
  font-weight: 800;
}
.box-modal .price:not(.box-modal .items .price){
  width: 100%;
  text-align: center;
}
.box-modal h3+.items{
  width: 35%;
  margin: 0 auto;
}
.box-modal .price span{
  width: 100%;
}
.oldpr{
  width: 50%;
  text-align: right;
  font-family: "NeueMachina";
  font-weight: 800;
}
.s10 button{
  margin-top: 20px;
  margin-bottom: 8px;
  width: 100%;
}
.s10 button+p:not(.rassrochka){
  font-weight: 600;
  margin-bottom: -10px;
  text-align: center;
}
.s10 button.bron{
  font-size: 15px;
}
.rassrochka{
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: max-content;
}
.rassrochka::before{
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  background: url('../img/check.png') no-repeat;
  background-size: 100% 100%;
  left: -25px;
  top: 0;
}
.s11 ul{
  list-style: disc;
  padding-left: 15px;
}
.s11 ul>li{
  margin-bottom: 17px;
}
.s11 img{
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 30%;
}
.s11 h2+p{
  margin-bottom: 0;
}
.s12 h2{
  text-align: center;
  margin-bottom: 25px;
}
.s12 .accordion {
  width:40%;
  display: block;
  margin: 0 auto;
}
.s12 .accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
  padding: 0;
}
.s12 .accordion .title_block {
  cursor:pointer;
  border-top: solid 1px rgba(0, 0, 0, 0.20);
  padding:15px 40px 15px 15px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  position: relative;
}
.s12 .accordion .title_block:before {
  content:'+';
  height:24px;
  width:24px;
  background: #000;
  border-radius: 50%;
  position:absolute;
  right:10px;
  top:cacl(50% - 12px);
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.s12 .accordion .active_block .title_block:before {
  content:'-';
}
.s12 .accordion .info {
  display:none;
  padding:12px 0;
}

footer{
  background: #000;
  padding: 15px 0 100px;
  color: #fff;
  font-size: 14px;
}
footer a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}
footer p{
  margin-bottom: 10px;
}

/* Lazyload iframe YOUtube */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.youtube img {width: 100%; top: -16.82%; left: 0; opacity: 0.7;}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}

.youtube .play-button, .youtube .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}