@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,700i|Roboto:300,400,500,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Rubik:400i&display=swap');
nav a {
  text-decoration: none;color: #fff;
}
nav a:hover {
	color: #fff!important;
}
nav {
font-size: 16px;
background: #ff9900;
color: #fff;
}

nav ul {
  background: darkorange;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.item {
    font-size: 16px;padding: 10px;border: 2px dashed #ff9900;background: #fff9ea;
}
.slick-prev:before, .slick-next:before {
    color: #ff9900!important;
}
.slick-dots li button:before {

    background: #ff9900!important;

}
.slick-dots {
    bottom: -30px!important;
}
.slick-prev, .slick-next {
    top: auto !important;
    bottom: -32px !important;
}
nav li {
background: #ff9900;

    display: block;
    float: left;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  .kav {
    padding-left: 60px;
    position: relative;
    margin-bottom: 32px;
}
.kav:before {
    background: url(https://vladimirzakharov.com/wp-content/uploads/2019/12/kav.png);
    width: 50px;
    height: 31px;
    content: '';
    position: absolute;
    left: 0;
}
nav li a {
color: #fff;
}
.menu-top_item span {
	color: #fff!important;
}
.menu-top_item {
	border-color: #fff!important;
}

nav li:hover,
nav li:focus-within {

    cursor: pointer;
}

nav li:focus-within a {
  outline: none;
}

nav ul li ul {
    background: #fff;
    visibility: hidden;
  opacity: 0;
  min-width: 5rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 0.5rem;
    left: 0;
  display: none;
}

nav ul li:hover > ul,
nav ul li:focus-within > ul,
nav ul li ul:hover,
nav ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   position: absolute;
}

nav ul li ul li {
    clear: both;
  width: 100%;
}

.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;
}
.a-photo {
	float: left; width: 250px; padding-right:20px;
}
.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-subtitle {
	text-align: center;
	font-weight: 700;
	
	font-size: 30px;
	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;
}
.order-popup{
  padding: 14px 30px 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;
	border-radius: 3px;
display: inline-block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.order-popup:hover
{
  background-color: #ffde00!important;
  color: #121212!important;
}
.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: #ff9900!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: 100%!important;
  margin-bottom: 20px!important;
  padding: 10px 10px!important;
  background-color: #ffffff!important;
  color: #495057!important;
  font-size: 16px!important;
  line-height: 1.4;
  border: 1px solid #ced4da!important;
  border-radius: 3px;
}
.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;
}

.special-block {
	poaition: relative;
}
.one-t {
	max-width: 500px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.one-t img {
	width: 100%;
	
}
.radio {
	position: absolute;
	left: -60px;
	top: -23px;
	display: block;
}
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    border: 2px solid #5ab839;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 6px;
    width: 15px;
    height: 8px;
    border-radius: 1px;
    border-left: 4px solid #5ab839;
    border-bottom: 4px solid #5ab839;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
*{
	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{
	font-size: 30px;
}
h2 span {
	font-weight: 400;
}
h2 em {
	
}
i {
	font-family: 'Rubik', Roboto, sans-serif;
}
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: #ff9900;
    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: #ff9900;
  text-decoration: none;
  transform: scale(1.05);
}

.color1{
	color: #ff9900;
}
.highlights{
  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;
}
.video-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 57.25%;
}
.video-box iframe{
	height: 100%;
	width: 100%;
}
.list-check,
.list-def{
  margin-top: 32px;
  margin-left: 30px;
  margin-bottom: 32px;
  position: relative;
}
.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{
position: absolute;
left: -30px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ff9900;
}
.list-def li:before{
  content: "\f064";
}
.flex-block{
	display: flex;
	justify-content: space-between;
}
.center{
	text-align: center;
	margin-bottom: 0px!important;
}
ol {
	margin: 30px 0 0 30px;
}


.block{}
.center-main-block{
	max-width: 800px;
	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%;
}




.block-1{}
.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;
text-transform: none;
  line-height: 1.3;
}
.title strong{}
.title span {
	font-weight: 400;
	font-size: 36px;
	display: block;
	margin-bottom: 30px;
}
.plus{
	padding: 20 0px;
	font-size: 20px;
	font-weight: 700;
}


.testimonials-block{}
.testimonials-block h2{}
.testimonials{
	flex-wrap: wrap;
}
.testimonial{
	max-width: 49%;
	margin-bottom: 20px;
}
.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);
}

.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;
}
.block-2 h2{
	margin-top: 40px;
}
.block-2 .list-num strong{}
.author{
	margin: 30px auto;
}




.block-3{
	padding-bottom: 20px;
}
.block-3 .center-main-block{}
.gps-image{}
.gps-image img{}
.block-3 h2{
	margin-top: 40px;
}
.block-3 h2:first-of-type{
	margin-top: 0;
}
.question-block{
	margin-bottom: 40px;
}
.question-block p{}
.question-block .fa{}
.list-icon{
	display: inline-block;
	position: relative;
	top: 8px;
	max-width: 40px;
	margin-right: 4px;
}



.color2{
	color: #CC3300;
}
.block-buy{
	padding: 30px 0;
}
.block-buy .center-main-block{
	max-width: 800px;
}
.block-buy h2{}
.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;
}
.special-block label{
	font-size: 1.1rem;
	font-weight: bold;
	cursor: pointer;
}
.special-block label .fa{
	display: inline-block;
	color: #5ab839;
    border-radius: 4px;
    border: 3px solid #5ab839;
}
.special-block .through{
	text-decoration:line-through;
}
.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;
}
.chekout-image{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*.chekout-image img{
	position: relative;
	left: calc(50% - 600px);
	width: 1200px;
	max-width: 100vw;
}*/


.garant-image{
	max-width: 200px;
    float: left;
    padding-right: 30px;
    shape-outside: circle(50%);
}
.garant-image img{
	display: inline-block;
}




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%;

  background-color: #ffffff;

  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;
}
.block-contacts{
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 0.7rem;
}
.author-text {
	font-size: 0.8rem;
}
.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{}
.list-num2{
 margin-left: 0;
  counter-reset: myCounter;
}
.list-num2 li{
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px!important;
  list-style: none!important;
  margin-top: 20px;
}
.list-num2 li:before{
  counter-increment: myCounter;
  content:counter(myCounter);
  background-color: #ff9900;
  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;
}
@media screen and (max-width: 1200px){
	.chekout-image img{
		left: calc(50% - 50vw);
	}
}
@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%;
	}
	.title{
		font-size: 51px;
	}
	.block-2{
		padding-bottom: 0;
	}
	.gps-image{
		text-align: center;
	}
	.order{
		max-width: 100%;
	  	margin-bottom: 20px;
		width: 100%;
	}
	.block-buy .order{
	  	margin-bottom: 20px;
		width: 100%;
	}
	.testimonial{
		max-width: 100%;
	}
	.bt{
		display: block!important;
	}
}
@media screen and (max-width: 900px){
.radio {
	position: absolute;
	left: -5px;
	top: 0px;
	display: block;
}
}
@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;
	}
	.contact-box{
      width: 100%;
    }
	.order{
		width: 100%;
		padding: 20px 10px;
	}
	.costul1{
		display: none;
	}
	.costul2{
		display: inline-block;
	}
	.a-photo {
		float: none;
		padding: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.a-photo img {
		max-width: 300px;
	}
	.subHead{
		margin-top: 24px;
	}
	.subHead span{
		font-size: 20px;
	}
	.title{
		font-size: 30px;
	}
	.garant-image{
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
		text-align: center;
		float: none;
	}
	.special-block .price{
		font-size: 0.7rem;
	}
	.maraphone{
		font-size: 1.0rem;
	}
.title span {
	font-size: 26px;
	}
}
