@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: #333;
  font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
	
}
.timer-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  min-width: 100vw;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.timer-box{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}
.timer-box .timer-description{
  padding-right: 10px;
}
.timer-box div.cd_timer{
  margin: 0 5px!important;
  font-size: 4px!important;
}
.timer-box .cd_text{
  display: none!important;
}
.right-main-block {
	position: relative;
}
.about {
	background: green;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	margin-bottom: 20px;
}
.right-main-block p a {
	color: #ff9900;
	
}
.white-popup-block {
	max-width: 500px;
	margin: 0 auto;
	position: relative;

}
a.order.org {
	color: #fff!important;
}
.mfp-close {

    width: 20px!important;
    height: 20px!important;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 0px!important;
	color: transparent!important;
}
.hdn {
	overflow: hidden;
}
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;
}
.order{
    display: inline-block;
    background-color: #ff9900;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	opacity: 0.9;
}
.order:hover,
.order:visited,
.order:active{
  color: #ffffff;
  text-decoration: none;
	opacity: 1;
}
.order.vip {
	background: #000;
	color: #fff;
	width: 100%;

}
.order.vip:hover {
	background: #222;
	text-decoration: none;
}
.order.vip2 {
	background: #8602B1;
	color: #fff;
	cursor: pointer;
	width: 100%;

}
.order.vip2:hover {
	background: #E00CA7;
	color: #fff;
	text-decoration: none;
}
.order.org {
	background: #B78F5C;
}
.order.org:hover {
	background: #B48F5B;
	color: #fff;
	text-decoration: none;
}
.stars {
	float: right;
	color: green;
}


.color1{
  color: #ff9900;
}
.highlights{
  background-color: #ff9900;
}
.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: #ff9900;
}
.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;
	
}
.main-block {
	border-bottom: 1px solid #ddd;
	padding-bottom :60px;
	margin-bottom: 60px;
}
.highlight {
  background-color: #ffeda6;
}
p {
	margin-bottom: 10px;
}



.block{}
.center-main-block{
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.left-main-block{
  width: 50%;
    padding-right: 20px;
}
.right-main-block{
  width: 50%;
}
.right-main-block a {
	color: #333;
	
}

.right-main-block a:hover {
	text-decoration: underline;
}
h2 {
	font-weight: 500;
	text-align: left;
}
.fa-arrow-right {
	color: #ff9900;
	font-weight: 300;
	font-size: 18px!important;
}



.block-1{}
.block-1 .center-main-block{}
.subHead{
  margin-top: 50px;
  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: 300;
  line-height: 1;
  z-index: 1;
  text-transform: capitalize;
}
.title{
  font-size: 36px;
  font-weight: 700;
	text-transform: uppercase;
}
.title strong{
  display: inline-block;
  min-width: 100%;
  font-size: 1.2em;
}
.block-1 h2{
  margin-top: 0px;
}
.main-image{
  margin: 24px 0;
}
.main-image img{
  display: inline-block;
  max-width: 500px;
  max-height: 400px;
}
.opc {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	border: 4px solid #ff9900;
}
.block-1 .author-image-block{
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.block-1 .author-image{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
	outline: none;
  padding-bottom: 100%;
	display: flex;
	transition: all 0.2s ease-in-out;
}
.block-1 .author-image:hover {
	transform: scale(1.05);
}
.block-1 .author-image img{
  position: absolute;
	outline: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #44bb6e;
}
.block-1 .author-name{
  display: block;
  font-family: 'Oswald','Roboto',sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  text-align: center;
}
.block-1 .author-image div {
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}


.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;
}

.ussr{}
.ussr input, .ussr textarea{
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 7px 10px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 6px;
  border: 2px solid #ff9900;
	font-family: 'Roboto'!important;
}
.ussr input[type=submit]{
  background-color: #ff9900;
  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: #ff9900;
  color: #ffffff;
  border-color: #ff9900;
}


.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);
}




.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;);
}




.delim {
	width: 100%;
	height: 60px;
}
.attention {
	display: block;
	font-size: 22px;
	color: #e2223f;
	margin-bottom: 10px;
	font-weight: 700;
}



@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%;
  }
  .delim {
	display :none;
  }
  p {
	margin-bottom: 20px;
  }
.center-main-block {

    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;

}

  .order{
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
  	min-width: 280px!important;
  	position: static;
  }
  .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%;
  }
}
@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%;
  }
}
