@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,700i|Roboto:300,400,500,700&subset=cyrillic');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
html{
  font-size: 1.6rem;
}
body{
  color: #000000;
  font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
main{
  max-width: 100vw;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 1rem;
  font-family: 'Oswald', Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
h2{
  font-size: 30px;
}
img{
  max-width: 100%;
  border-style: none;
}
p{
  margin-bottom: 28px;
}
p:last-of-type{
  margin-bottom: 0;
}
p .fa{
  margin-right: 6px;
}
a,
a:focus,
a:visited{
  color: #337ab7;
  text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:hover{
  color: #23527c;
  text-decoration: none;
}

.order-container{
    margin: 20px auto;
    text-align: center;
}
.order{
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: rgba(234, 94, 104, 0.23);
}
.order:hover,
.order:visited,
.order:active{
  color: #ffffff;
  background-color: rgba(234, 94, 104, 0.53);
  text-decoration: none;
}

.color1{
  color: #5ab839;
}
.highlights{
  background-color: #ffeda6;
}
.tal{
  text-align: left;
}
.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.costul2{
  display: none;
}
.video-container{
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.video-box{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.25%;
}
.video-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.list-check,
.list-def,
.list-num,
.list-num2{
  margin-top: 32px;
  margin-left: 0;
  margin-bottom: 32px;
}
.list-margin-left{
  margin-left: 30px;
}
.list-check li,
.list-def li,
.list-num li,
.list-num2 li{
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}
.list-check li:before,
.list-def li:before{
  margin-right: 8px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ab839;
}
.list-def li:before{
  content: "\f064";
}
.list-num2{
  margin-bottom: 0!important;
  counter-reset: myCounter;
}
.list-num2 li{
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px!important;
  list-style: none!important;
}
.list-num2 li:before{
  counter-increment: myCounter;
  content:counter(myCounter);
  background-color: rgb(22,91,146);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 18px;
}
.list-num2 li p{
  margin-bottom: 2px!important;
}
.list-num2 li strong{
  font-size: 18px;
}
.center{
  text-align:center;
}
.green_bg{
  background-color: #C6E2BA;
}
.flex-block{
  display: flex;
  justify-content: space-between;
}
.highlight {
  background-color: #ffeda6;
}
.top-block_center {
	max-width: 480px;
}


.block{}
.center-main-block{
  max-width: 700px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.left-main-block{
  width: 25%;
    padding-right: 30px;
}
.right-main-block{
  width: 75%;
}

.clubs-block {
	text-align: center;
}
i {
	font-style: italic;
	font-family: 'Rubik', sans-serif;
}
.arrow {
	color: #ff9900;
	font-size :40px;
	margin-top: -20px;
}

.block-1{}
.block-1 .center-main-block{}
.subHead{
  margin-top: 20px;
  margin-bottom: 22px;
  position: relative;
  font-family: 'Oswald';
  text-align: center;
}
.subHead:before{
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  z-index: 1;
}
.subHead span{
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background-color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  z-index: 1;
  text-transform: capitalize;
}
.title{
  font-size: 36px;
  font-weight: 300;
}
.title strong{
  display: inline-block;
  min-width: 100%;
  font-size: 1.2em;
}
.block-1 h2{
  margin-top: 40px;
}
.main-image{
  margin: 24px 0;
}
.main-image img{
  display: inline-block;
  max-width: 500px;
  max-height: 400px;
}
.block-1 .author-image-block{
  max-width: 177px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.block-1 .author-image{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.block-1 .author-image img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 5px solid #ddab53;
}
.block-1 .author-name{
  display: block;
  font-family: 'Oswald','Roboto',sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  text-align: center;
}


.block-2{}
.block-2 .center-main-block{}
.block-2 h2{
  margin-top: 40px;
}
.otzuv{
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffc1;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.punkt-block{
  flex-wrap: wrap;
}
.punkt-item{
  position: relative;
  margin-bottom: 40px;
}
.punkt-item .fa{
  position: absolute;
    top: 0;
    left: -60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 36px;
}
.punkt-item h3{
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
}
.hidelist-container{
  padding-top:28px;
}
.hidelist p{}
.hidelist-part-switch{
  display: none;
}
.hidelist-part-switcher{
  opacity: 1;
/* text-decoration: underline; */
cursor: pointer;
transition: all 0.2s ease-in-out;
padding: 10px 15px;
border-radius: 20px;
background-color: rgb(22,91,146);
color: #fff;
}
.hidelist-part-switcher:hover{
  opacity: 0.8;
}
.hidelist-part{
  max-height: 0px;
  padding-top: 1rem;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out, opacity 1s ease-in-out;
}
.hidelist-part-switch:checked~.hidelist-part{
  opacity: 1;
  max-height: 400rem;
}



.block-3{
  padding-bottom: 0;
}
.block-3 .center-main-block{}
.block-3 h2{
  margin-top: 40px;
}
.price-block{
  flex-wrap: wrap;
}
.price-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  max-width: 49%;
  padding: 15px;
  font-size: 18px;
  
  text-align: center;
  border: 2px dashed #bfbfbf;
}
.price-head{}
.price-head ul{
  margin-bottom: 12px;
  text-align: left;
}
.price-head ul li{
  margin-bottom: 8px;
}
.price-head .price-title{
  margin-bottom: 16px;
  font-size: 24px;
	font-weight: 700;
}
.price-head .price-normal{
  margin-top: -10px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #5ab839;
}
.price-item .flex-block{}
.price-box{
  display: inline-block;
  width: 100%;
}
.price-box p{
  margin-bottom: 10px;
}
.price{
    font-size: 24px;
}
.price strong{
  color: inherit;
    text-decoration: underline;
    text-transform: uppercase;
}
.price-special{
  color: #DD0000;
  font-size: 20px;
}
.price-val{
  font-size: 20px;
}
.price-block .order-container{
  margin-bottom: 0;
}
.ussr{}
.ussr input{
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 7px 10px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 6px;
  border: 2px solid #30d425;
}
.ussr input[type=submit]{
  background-color: #30d425;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ussr input[type=submit]:hover{
  background-color: #2bbe21;
  color: #ffffff;
  border-color: #2bbe21;
}


.click-image{
  cursor: pointer;
}
i.image-close{
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 200;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
i.image-close:hover{
  transform: scale(1.2);
}
.popup-container{
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.4s ease-in-out, top 0.4s linear;
}
.popup-container.active{
  top: 0;
  opacity: 1;
}
.popup-background{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.popup{
position: relative;
  z-index: 400;
  width: calc(100% - 4px);
  max-width: 460px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 2px solid #5ab839;
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 100;
  display: inline-block;
  color: #5ab839;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup .fa-close:hover{
  transform: scale(1.2);
}
.popup h2{

}
.popup h3{
  margin-top: 22px!important;
  font-family: 'Roboto'!important;
  font-weight: 500!important;
}
.popup p{
  margin-bottom: 14px;
}
.popup p:last-of-type{
  margin-bottom: 0;
}


.block-4{
  padding-top: 0;
  padding-bottom: 40px;
}
.block-4 .center-main-block{}
.block-4 h2{
  margin-top: 40px;
}
.testimonial{
  margin-bottom: 30px;
  padding: 20px;
  background-color: #FFFFC1;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.block-4 .author-block{
  margin-bottom: 40px;
}
.block-4 .author-image{
  max-width: 210px;
  margin-right: 20px;
  float: left;
}
.block-4 .author-image img{
  transform: scale(-1,1);
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: -2px 2px 5px rgba(0,0,0,0.4);
}
.block-4 .author-text{}
.block-4 .author-text ul{
  margin-top: 10px;
}




.faq-block{}
.faq-block p{}
.faq-block p:nth-of-type(odd){
  margin-bottom: 10px;
}
.faq-block p:nth-of-type(even){}
.faq{
  font-weight: bold;
  text-decoration: underline;
}



.block-contacts{
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 0.7rem;
}
.block-contacts .center-main-block{}
.block-contacts h2{
  font-size: 20px;
}
.block-contacts .flex-block{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contact-box{
  display: flex;
  align-items: flex-start;
  width: 49%;
  margin-right: 1%;
  margin-top: 30px;
}
.contact-image{
  min-width: 34px;
  width: 34px;
  margin-right: 12px;
}
.contact-image.fa{
  line-height: 34px;
  font-size: 34px;
}
.contact-text{}



.block-footer{
  padding: 0.56rem;
  background-color: #29333a;
  color: #dddddd;
  font-size: 0.6rem;
}
.block-footer .center-main-block{
  background-color: transparent;
  padding: 0;
  border: none;
}
.block-footer .flex-block{}
.block-footer .footer-top{
  justify-content: flex-start;
}
.block-footer ul{
  display: flex;
  align-items: center;
  margin-bottom: 0.47rem;
}
.block-footer ul li{
  margin: 0 0.35rem;
  list-style: none;
}
.block-footer a{
  opacity: 0.8;
  color: #ffffff;
}
.block-footer a:hover{
  opacity: 1;
  text-decoration: none;
  transform: scale(1.2;);
}



.menu-top{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 3px 0;
  background-color: #ffffff;
  justify-content: flex-end;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.menu-butt{
  display: none;
}
.menu-top_item{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid rgba(0,0,0,0.3);
  cursor: pointer;
}
.menu-top_item .fa{
  display: inline-block;
  margin-right: 6px;
  font-size: 1.3em;
  transition: all 0.2s ease-in-out;
}
.menu-top_item:hover .fa{
  transform: scale(1.2);
}
.menu-top_item span{
  display: inline-block;
  color: #121212;
  font-weight: 300;
}
.menu-top_item:hover span{
  text-decoration: underline;
}
.menu-top_item strong{
  font-weight: 300;
}





@media screen and (max-width: 1000px){
  .flex-block{
    flex-wrap: wrap;
  }
  .left-main-block{
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .right-main-block{
    width: 100%;
  }
  .order{
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
  }
  .punkt-item{
    max-width: 100%;
    padding-left: 0;
  }
  .punkt-item .fa{
    left: 0;
  }
  .punkt-item h3{
    padding-left: 60px;
  }
  .price-item{
    max-width: 100%;
  }
  .testimonial{
    max-width: 100%;
  }
  .contact-box{
    width: 49%;
  }
.top-block_center {
	max-width: 100%;
}
}
@media screen and (max-width: 800px){
  footer{
    text-align: center;
  }
}
@media screen and (max-width: 700px){
  h2{
    font-size: 25px;
  }
  .costul2{
    display: inline-block;
  }
  .costul1{
    display: none;
  }
  div.container{
    max-width: 100vw;
  }
  .subHead span{
    font-size: 16px;
  }
  .title{
    font-size: 28px;
  }
  .main-image img{
    max-width: 100%;
  }
  i.image-close{
    display: none;
  }
  .block-4 .author-image{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .block-footer .flex-block{
    justify-content: center;
  }
  .menu-top{
    justify-content: center;
  }
  .menu-top_item{
    padding: 5px 5px;
    font-size: 14px;
  }
  .menu-top_item:nth-of-type(1){
    border-left: none;
  }
  .menu-top_item .fa{
    display: none;
  }
  .contact-box{
    width: 100%;
  }
}
