* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: 'TildaSansRegular';
  src: url('../fonts/TildaSans-Regular.eot');
  src:
       url('../fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TildaSans-Regular.woff2') format('woff2'),
       url('../fonts/TildaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TildaSansBold';
  src: url('../fonts/TildaSans-Bold.eot');
  src:
       url('../fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TildaSans-Bold.woff2') format('woff2'),
       url('../fonts/TildaSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}





body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background: #fff;
}

.clear {clear: both;}
.modal {display: none;}
.modal-privacy {display: none;}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.relative {
  position: relative;
}

.title {
  font-size: 48px;
  text-align: center;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.title span {
  font-weight: 600;
}






#block-1 {
  background: #232323 url(../img/bg-4.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  height: 100vh;
  width: 100%;
}
  
  
#block-1 video,
#block-1 .hero-photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  
.effects {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
  }
  

.content-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}




.top  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  position: relative;
  z-index: 5;
}



.top-logo {
  display: flex;
  align-items: center;
}

.top-logo img {
  width: 60px;
  margin-right: 12px;
}


.top-local {
  background: url(../img/icons8-visit-16.png) no-repeat left center;
  background-size: 16px;
  padding-left: 22px;
}

.a-top-phone {
  background: url(../img/icons8-phone-16.png) no-repeat left center;
  background-size: 16px;
  padding-left: 22px;
  color: #fff;
  text-decoration: none;
}



.top-mess img {
width: 36px;
margin-left: 7px;
opacity: 0.9;
}

.top-mess img:hover {opacity: 1;}

.a-top-callcack {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
}

.a-top-callcack:hover {
  background: #fff;
  color: #000;
}







.text-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 5;
}

h1 {
  padding: 0px;margin: 0px;
  font-size: 50px;
  margin-bottom: 40px;
font-family: "Roboto", sans-serif;
  font-weight: 600;
}

h1 span {
  color: #ffcc00;
}

.p-1-1 {
  font-size: 26px;
  background: url(../img/point.png) no-repeat left 5px center;
  padding-left: 25px;
  margin-bottom: 0px;
}

.p-1-2 {
  padding-top: 40px;
}

.btn-1 {
  /* background: #ffcc00; */
  background: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  padding: 22px 40px;
}

.btn-1 span {
  display: block;
line-height: 150%;
letter-spacing: 0.2em;
text-align: center;
}

.btn-1:hover {
  background: #ffd800;
}




.bulits-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
}

.bulit-1 {
    display: flex;
    align-items: center; 
    width: 30%;
}


.bulit-1 img {
  width: 36px;
  margin-right: 10px;
}

.bulit-1 span {
  font-size: 20px;
}









































#block-2 {
  padding: 120px 0px;
  }


.content-2 {
  display: flex;
  justify-content: space-between;
}


.content-2__left {
  width: 60%;
  
}

.content-2__left h2 {
text-align: left;
}

.p-2-1 {
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 24px;
}

.p-2-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  padding-left: 80px;
  padding-right: 160px;
}


.bulit-2-1 {
  background: url(../img/bulit-2-1-new.png) no-repeat left 0px center;
  background-size: 60px;
}

.bulit-2-2 {
  background: url(../img/bulit-2-2-new.png) no-repeat left 0px center;
  background-size: 60px;
}

.bulit-2-3 {
  background: url(../img/bulit-2-3-new.png) no-repeat left 0px center;
  background-size: 60px;
}



.content-2__right {
  width: 40%;
}


.form-2 {
  width: 100%;
  text-align: center;
  background: #dcf2ff;
  border-radius: 10px;
  color: #232323;
  padding: 50px 40px;
}

.p-2-3 {
  font-size: 32px;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.p-2-4 {
  font-size: 22px;
  margin-bottom: 30px;
}











.input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  font-size: 22px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
}

.btn-2 {
  /* background: #ffcc00; */
  background: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  padding: 18px 40px;
  width: 100%;
  border: 0px;
  cursor: pointer;
}

.btn-2 span {
  display: block;
line-height: 150%;
letter-spacing: 0.2em;
text-align: center;
}

.btn-2:hover {
  background: #ffd800;
}




.p-soglasiye {
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
}

.input_name {
  background: #fff url(../img/icons8-user-50.png) no-repeat left 10px center;
  background-size: 28px;
}


.input_phone {
  background: #fff url(../img/icons8-call-50.png) no-repeat left 10px center;
  background-size: 28px;
}








#block-3 {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #dcf2ff;
  }

.content-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
}

.box-3 {
  width: 50%;
  display: flex;
  margin-bottom: 70px;
}

.box-3 img {
  width: 350px;
}

.box-3 p span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}









#block-4 {
padding: 120px 0px;
}



.napravleniye {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}


.napravleniye-first-child {
  margin-top: 100px;
}

.napravleniye-last-child {
  margin-bottom: 0px;
}

.napravleniye img {
  width: 50%;
  border-radius: 10px;
}


.nap-text {
  width: 50%;
  padding-left: 60px;
}

.nap-text-left  {
  padding-right: 60px;
  padding-left: 0px;
  text-align: right;
}



.p-nap-1 {
  font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.p-nap-2 {
  font-size: 22px;
    padding-bottom: 20px;
}


.p-nap-3 a {
  background: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 40px;
}

.p-nap-3 a span {
  display: block;
line-height: 150%;
letter-spacing: 0.2em;
text-align: center;
}

.p-nap-3 a:hover {
  background: #ffd800;
}






#block-5 {
  padding: 60px 0px;
  background: #dcf2ff;
  text-align: center;
}



#block-5 video {
  width: 80%;
  margin-top: 60px;
  border-radius: 22px;
  cursor: pointer;
}





#block-6 {
  padding: 120px 0px;
  padding-bottom: 60px;
  background: #fff;
  }

#block-6 h2 {
    text-align: left;
  }




.content-6 {
  display: flex;
  justify-content: space-between;
}

.content-6__left {
  width: 45%;
}

.content-6__right {
  width: 55%;
}


.trener {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  border-radius: 16px;
  background: #e8f5fc;
}

.trener img {
  width: 250px;
  border-radius: 16px 0px 0px 16px;
}


.trener-text {
  padding-left: 40px;
  padding-right: 20px;
}

.trener-text p span {
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}


.trener-text p scan {
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
}






#block-7 {
  padding: 60px 0px;
  background: #232323 url(../img/bg-3.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}

.tarifs {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.tarif {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  color: #000;
}

.tarif h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: normal;
}

.tarif span {
  font-size: 38px;
  margin-bottom: 50px;
  display: block;
  font-family: "Playfair Display", serif;
}



.btn-4 {
  background: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 40px;
}

.btn-4:hover {
  background: #ffd800;
}







#block-8 {
  padding: 120px 0px;
  padding-bottom: 20px;
}


.slider-8 {
  padding: 60px 100px;
text-align: center;
}


.slider-8 img {
  width: 90% !important;
  border-radius: 12px;
}






.slick-prev {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/left-new.png) no-repeat center center;
  opacity: 0.8;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -21px;
  z-index: 6;
  border: 0px;
  cursor: pointer;
  font-size: 0px;
}


.slick-next {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/right-new.png) no-repeat center center;
  opacity: 0.8;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -21px;
  z-index: 6;
  border: 0px;
  cursor: pointer;
  font-size: 0px;
}

.slick-prev:hover {opacity: 1;}
.slick-next:hover {opacity: 1;}





#block-9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #dcf2ff;
}



.content-9 {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-9 a {
  width: 32%;
  margin-bottom: 2%;
  text-decoration: none;
}

.content-9 a img {
  width: 100%;
  border-radius: 12px;
}

.content-9 video {
  width: 32%;
  margin-bottom: 2%;
  text-decoration: none;
  border-radius: 10px;
}









#block-10 {
  padding: 120px 0px;
}


.content-10 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}


.content-10__right {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.content-10__right span {
  display: inline-block;
  border: 1px solid #777;
  border-radius: 6px;
  padding: 9px 12px;
  margin: 0px 12px;
  font-size: 18px;
}

red {
  color: #f00;
}




.otzivs {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.otziv {
  width: 32%;
  background: #dcf2ff;
  border-radius: 10px;
  padding: 30px;
}


.otziv-top {
  display: flex;
  align-items: center;
  font-size: 18px;
    font-weight: bold;
}

.otziv-top img {
  width: 50px;
  margin-right: 18px;
}


.otziv-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otziv-text {
  padding: 20px 0px;
}



.p-10-1 {
  text-align: center;
  padding-top: 60px;
}


.btn-10 {
  background: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 40px;
}

.btn-10:hover {
  background: #ffd800;
}









#block-11 {
  background: #232323 url(../img/bg-3.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  padding: 60px 0px;
}


.p-11-1 {
  padding: 40px 200px;
  font-size: 26px;
}



.btn-11 {
  background: #ffcc00;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: inline-block;
  border-radius: 10px;
  padding: 18px 40px;
}

.btn-11:hover {
  background: #ffd800;
}



#block-12 {
  padding: 120px 0px;
}

#block-12 h2 {
  margin-bottom: 70px;
}



.details {
  position: relative;
  display: block;
  border-radius: 0px;
  transition: 0.3s;
  overflow: hidden;
}

.details::after {
  position: absolute;
  right: 15px;
  top: 9px;
  content: "𐄂";
font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: .3s;
  color: #ffcc00;
}

.details[open]::after {
  transform: rotate(90deg);
}

.details[open] {
  padding-bottom: 100px;
}

.details[open] .details__title {
  margin-bottom: 32px;
}

.details__title {
  background: #eee;
  border-radius: 12px;
  padding: 20px 40px;
  font-size: 20px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}


.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 2px 0px;
  padding-left: 40px;
  font-size: 22px;
  margin-bottom: -60px;
  margin-top: -10px;
}






#block-14 {
  position: relative;
  height: 560px;
  background: #eee;
}



.mapframe {
  height: 560px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.flexxx {
  height: 560px;
  display: flex;
  align-items: center;
  background: #eee;
  justify-content: start;
}


.contacts {
  width: 500px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  z-index: 5;
}

.contacts h2 {
  text-align: left;
  margin-bottom: 30px;
}

.contacts p {
  font-size: 22px;
  margin-bottom: 15px;
}

.contacts p a {
  text-decoration: none;
  color: #000;
}

.contacts p a:hover {
  text-decoration: underline;
  color: #ffb535;
}




.contacts img {
  width: 42px;
  margin-right: 8px;
  opacity: 0.9;
}

.contacts img:hover {
  opacity: 1;
}




.p-privacy {
  padding: 20px 0px;
}

.p-privacy a {color: #777;}

.p-pol {font-size: 12px;}

.modal-h5 {
  font-size: 16px;
  margin-bottom: 10px;
}



.fancybox-content {
  max-width: 400px;
  background: #ffcc00;
  color: #232323;
border-radius: 12px;

  }


.modal__title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.modal__img {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}



.btn-mod {
  background: #fff;
  cursor: pointer;
}

.btn-mod:hover {
  background: #eee;
}









.mobmenu {
  background: #232323;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  padding-top: 100px;
  z-index: 9999999;
  transform: translateX(3600px);
  transition: 0.7s;
}

.mobmenu a {
  display: block;
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: center;
}

.mobmenu a:hover {
  color: #fff;
  text-decoration: underline;
}


.btn-nav-close {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 60px;
  cursor: pointer;
  color: #fff;
}

.btn-nav-close:hover {color: #f00;}

.nav-open {
  transform: translateY(0px);
}

.btn-nav {
  width: 45px;
  height: 45px;
  background: none;
  border: 0;
  cursor: pointer;
}

.btn-nav span {
  background: #ffcc00;
  height: 4px;
  width: 40px;
  display: block;
  margin: 8px 0px;
}


















































.popup {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  padding-top: 50px;
  width: 400px;
  margin-left: -200px;
  background: #ffcc00;
  color: #232323;
  border: 1px solid #ffcc00;
  border-radius: 10px;
  z-index: 999;
  opacity: 1;
  display: none;
}

.popup-2 {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  padding-top: 50px;
  width: 400px;
  margin-left: -200px;
  background: #ffcc00;
  color: #232323;
  border: 1px solid #ffcc00;
  border-radius: 10px;
  z-index: 999;
  opacity: 1;
  display: none;
}

.popup-3 {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  padding-top: 50px;
  width: 400px;
  margin-left: -200px;
  background: #ffcc00;
  color: #232323;
  border: 1px solid #ffcc00;
  border-radius: 10px;
  z-index: 999;
  opacity: 1;
  display: none;
}


.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 46px;
  text-decoration: none;
  color: #232323;
}

.popup-close:hover {
  color: #f00;
}

.popup-open {
  display: block;
}

.popup-fade {
  width: 100vw;
  height: 100vh;
  background: rgb(35 35 35 / 90%);
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}


.popup-fade-2 {
  width: 100vw;
  height: 100vh;
  background: rgb(35 35 35 / 90%);
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}


.popup-fade-3 {
  width: 100vw;
  height: 100vh;
  background: rgb(35 35 35 / 90%);
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}


.popup-fade-open {
  display: block;
}



.p-modal-901 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.p-modal-902 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}

.modal__btn {

}
