@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: 'Roboto', sans-serif;
  	font-size: 0.8rem;
  	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
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{
	margin-top: 40px;
	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;
    background-color: #30d425;
    padding: 10px;
    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;
		width: 375px;
}
.order:hover,
.order:visited,
.order:active{
  color: #ffffff;
  background-color: #2bbe21;
  text-decoration: none;
}

.color1{
	color: #5ab839;
}
.color2{
	color: #CC3300;
}
.highlight{
  background-color: #ffeda6;
}
.tal{
	text-align: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.costul2{
	display: none;
}
.video-container{
	position: relative;
	/*max-width: 700px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,0.6);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.video-container_min{
	max-width: 350px;
}
.video-box{
	width: 100%;
	height: 0;
	padding-bottom: 57.25%;
}
.video-box_quadra{
	padding-bottom: 100%;
}
.video-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.list-check,
.list-def,
.list-num{
  margin-top: 32px;
  margin-left: 0;
  margin-bottom: 32px;
}
.list-margin-left{
  margin-left: 30px;
}
.list-check li,
.list-def li,
.list-num 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";
}
.flex-block{
	display: flex;
	justify-content: space-between;
}



.block{}
.center-main-block{
	position: relative;
	max-width: 800px;
	padding-left: 200px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.center-main-block_full{
	padding-left: 10px;	
}
.left-main-block{
	position: absolute;
	left: 0;
	width: 165px;
}




.block-1{
	padding-top: 20px;
}
.block-1 .center-main-block{}
.subHead{
  margin-top: 40px;
  margin-bottom: 22px;
  position: relative;
  font-family: 'Oswald','Roboto',sans-serif;
  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{
  margin-bottom: 1.6rem;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.3;
}
.title strong{}



.block-2{
	padding-bottom: 40px;
}
.block-2 .center-main-block{}
.author-image-block{
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.author-image{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.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;
    /*transform: scale(-1,1);*/
}
.author-name{
  display: block;
  font-family: 'Oswald','Roboto',sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  text-align: center;
}




.testimonials-block{
	margin-top: 20px;
}
.testimonials-block h2{
	margin-top: 0;
}
.testimonials{
	flex-wrap: wrap;
}
.testimonial{
	max-width: 49%;
	margin-bottom: 20px;
}
.testimonial-full{
	max-width: 320px;
	margin: auto;
}
.testimonial img{}
/*.testimonial-text{
	padding: 12px;
	background-color: #f7f7f7;
	font-size: 0.8em;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}*/



.question-block{
	margin-bottom: 40px;
}
.list-icon{
	display: inline-block;
	position: relative;
	top: 8px;
	max-width: 40px;
	margin-right: 4px;
}




.block-buy{
	padding: 30px 0;
}
.block-buy .center-main-block{
	max-width: 800px;
	padding-left: 10px;
}
.block-buy h2{
	margin-top: 20px;
}
.special-block{
	margin: 30px auto;
    padding: 20px;
    background-color: rgb(252, 248, 227);
	border: 3px dashed black;
}
.special-block p{
	margin-bottom: 18px;
}
.special-block p:last-of-type{
	margin-bottom: 0;
}
.special-block .price{
	font-size: 1.1rem;
}
.block-buy .order{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49%;
	margin-bottom: 20px;
	padding: 20px 10px;
}
.order2{
	background-color: #A0A0A0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
}
.order2:hover,
.order2:active,
.order2:visited{
	background-color: #A0A0A0;
}



.garant-image{
	max-width: 200px;
    float: left;
    padding-right: 30px;
    shape-outside: circle(50%);
}
.garant-image img{
	display: inline-block;
}




.block-contacts{
  margin-top: 10px;
  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{}
.popup-container{
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 1s ease-in-out, top 0.6s 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: 100%;
  max-width: 660px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #ff9900;
}
.popup-title {
	text-align: center;
	font-weight: 700;
	color: #ff9900;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
}
.popup-flex {
	display: flex;
	justify-content: space-between;
}
.image-text {
	line-height: 26px;
	font-size: 18px;
	margin-left: 20px; 
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 10;
  display: inline-block;
  color: #ff9900;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup .fa-close:hover{
  transform: scale(1.2);
}
.popup h2{
  margin-top: 0;
  margin-bottom: 14px!important;
  font-weight: 500!important;
}
.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;
}
.popup-text {
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 20px 0 20px;
}
.form-block{
  justify-content: center;
  align-items: center;

}
.form-item{
  width: 100%;
  max-width: 660px;
}


.gform_wrapper,
.ussr{
 

  border-radius: 5px;

  
}
.gform_wrapper *{
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
}
.gform_wrapper .form-title,
.ussr .form-title{
  margin-bottom: 20px!important;
  font-size: 20px;
  font-weight: 400!important;
  line-height: 1.4!important;
}
.gform_wrapper .form-title_top,
.ussr .form-title_top{
  display: inline-block;
  margin-bottom: 6px!important;
  padding: 0 4px 3px!important;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #4472c4;
}
.gform_wrapper .form-title_bottom,
.ussr .form-title_bottom{}
.gform_wrapper .form-title_date,
.ussr .form-title_date{
  color: #4472c4!important;
  font-weight: bold;
}
.gform_wrapper label{
  display: none!important;
  margin-bottom: 5px!important;
  font-size: 18px!important;
}
.gfield_required,
#input_310_1_3_container label{
  display: none!important;
}
.gform_wrapper input,
.ussr input{
  display: inline-block;
  width: 32%!important;
  margin-bottom: 20px!important;
  padding: 10px 10px!important;
  background-color: #ffffff!important;
  color: #495057!important;
  font-size: 16px!important;
  line-height: 1;
  border: 1px solid #ced4da!important;
  border-radius: 3px;
}
.moonray-form-input {
	padding: 10px 10px 10px!important;
  background-color: #ff9900!important;
  color: #ffffff!important;
  font-size:22px!important;

  border: 1px solid transparent!important;

  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: block;
	margin: 20px auto 10px;
	max-width: 300px;
	
}
.gform_wrapper input[type=submit],
.ussr input[type=submit]{
  padding: 14px 10px 15px!important;
  background-color: #ff9900!important;
  color: #ffffff!important;
  font-size: 18px!important;
  font-weight: bold;
  text-align: center;
  border: 1px solid transparent!important;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_wrapper input[type=submit]:hover,
.ussr  input[type=submit]:hover,
{
  background-color: #ffde00!important;
  color: #121212!important;
}
.conf {
	font-size: 14px;
}


footer{
	padding: 20px 0;
	background-color: #f3f3f3;
	font-size: 0.6rem;
}
footer .center-main-block{}
footer .left{
	display: inline-block;
}
footer .right{
	display: inline-flex;
}
footer .right li{
	margin: 0 10px;
	list-style: none;
}
footer .right li a{
	display: inline-block;
	opacity: 0.9;
}
footer .right li a:hover{
	opacity: 1;
	transform: scale(1.2);
}
footer a{
	color: #000000;
}
footer a:hover{
	color: #000000;
	text-decoration: underline;
}
footer .down{
	margin-top: 10px;
}



.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-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 span{
  display: inline-block;
  color: #121212;
  font-weight: 300;
}
.menu-top_item:hover span{
  text-decoration: underline;
}



@media screen and (max-width: 1000px){
	.flex-block{
		flex-wrap: wrap;
	}
	.center-main-block{
		max-width: 100%;
		padding-left: 10px;
	}
	.left-main-block{
		position: static;
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-bottom: 20px;
		text-align: center;
	}
	.title{
		font-size: 51px;
	}
	.order{
		max-width: 100%;
	  	margin-bottom: 20px;
		width: 100%;
	}
	.block-buy .order{
	  	margin-bottom: 20px;
		width: 100%;
	}
	.testimonial{
		max-width: 100%;
	}
    .contact-box{
      width: 49%;
    }
}
@media screen and (max-width: 800px){
	footer{
		text-align: center;
	}
	footer .down{
		justify-content: center;
	}

}
@media screen and (max-width: 700px){
	h2{
		font-size: 23px;
	}
	.order{
		width: 100%;
		padding: 20px 10px;
	}
	.costul1{
		display: none;
	}
	.costul2{
		display: inline-block;
	}
	.subHead{
		margin-top: 24px;
	}
	.subHead span{
		font-size: 20px;
	}
	.title{
		font-size: 30px;
	}
	.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%;
    }
    .special-block .price{
    	font-size: 1em;
    }
	.garant-image{
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
		text-align: center;
		float: none;
	}
	.popup-flex {
		display: block;
	}
	.author-image-block {
		margin: 0 auto 20px!important;
	}
	.image-text {
		margin-left: 0;
	}
	.gform_wrapper input,
	.ussr input{
	  width: 100%!important;
		line-height: 1.4;
	}
}