@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&subset=cyrillic');

.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;
}
/* для элемента input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: flex-start;
      user-select: none;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1em;

      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #fff;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* стили при наведении курсора на checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #ffe4bb;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #ffe4bb;
      border-color: #ffe4bb;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #ffe4bb;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
      border-color: #ff9900;
      background-color: #ff9900;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }
    .ussr input[type="checkbox"] {
	width: 10px!important;
	position: absolute!important;
	left: 0!important;
}
.popup{
position: relative;
  z-index: 400;
  width: 100%;
  max-width: 460px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #ff9900;
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 100;
  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{

}
.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;
}
#breadcrumbs{
  display: none!important;
}
/*.container.main-content{
    max-width: 1600px!important;
    width: 100%!important;
}*/
figure {
	margin: 0;
}
ul {
	padding-left: 0;
}
.dashed-text {
    border: 1px dashed #FFC000 !important;
background-color: #FFFEE7 !important;
    padding: 20px;
    margin: 0 auto 30px;
    font-style: italic;
    font-family: 'Rubik', sans-serif!important;
}
div.container-wrap{
  min-height: calc(100vh - 87px);
  padding-bottom: 0!important;
}
.wpb_row{
  margin-bottom: 0!important;
}
.wpb_wrapper>div{
  margin-bottom: 0!important;
}
.wpb_content_element{
  margin-bottom: 0!important;
}
body{
  color: #000000!important;
  font-size: 20px!important;
  line-height: 1.5!important;
}
body *{
  font-family: 'Roboto', sans-serif!important;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0!important;
  margin-bottom: 24px!important;
  color: #000!important;
  font-family: 'Oswald', sans-serif!important;
  font-weight: 700!important;
  line-height: 1.2!important;
  text-align: center;
  text-transform: capitalize;
}
h1{}
h2{
  margin-top: 40px!important;
}
h3{}
h4{}
p{
  padding-bottom: 0!important;
  margin-bottom: 28px!important;
}
p:last-of-type{
  margin-bottom: 0!important;
}
strong,b,span,i,em{
  font-family: inherit!important;
}
img{
  margin-bottom: 0!important;
}
a{
  color: #337ab7!important;
  transition: all 0.3s ease-in-out;
}
a:hover{
  color: #337ab7!important;
}
.order-container{
    margin: 24px auto;
    text-align: center;
}
.order{
    display: inline-block;
    background-color: #ff9900;
    padding: 10px 20px;
    color: #ffffff!important;
    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;
}
.order:hover,
.order:visited,
.order:active{
  color: #ffffff!important;
  background-color: #FFB900;
  text-decoration: 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: 56.25%;
}
.video-box iframe{
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0!important;
}
.color1{
  color: #ff9900!important;
}
.color2{
  color: #DD0000!important;
}
.highlight{
  background-color: #ffeda6!important;
}
.fa{
  font-family: 'FontAwesome'!important;
  width: auto!important;
  height: auto!important;
  line-height: normal!important;
}
.costul2{
  display: none!important;
}
.tal{
  text-align: left;
}
.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.list-check,
.list-def,
.list-num,
.list-num,
.list-number{
  margin-bottom: 32px!important;
  margin-left: 0!important;
}
.list-number{
  counter-reset: list-number; 
  list-style: none!important; 
}
.list-check>li,
.list-def>li,
.list-num>li,
.list-num2>li,
.list-number>li{
  margin-bottom: 20px;
  list-style: none!important;
}
.list-check>li:before,
.list-def>li:before{
  margin-right: 8px;
  content: "\f00c";
  color: #ff9900;
  font-family: "FontAwesome"!important;
  font-style: normal;
}
.list-def>li:before{
  content: "\f064";
}
.list-number>li:before{
  counter-increment: list-number;
  content: counter(list-number);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: #ff9900;
  color: #ffffff;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.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;
}
.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'!important;
  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: 24px!important;
  font-size: 36px;
  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'!important;
  font-weight: 300;
  font-size: 0.8em;
  text-align: center;
}

.author-block .author-photo{
  max-width: 210px;
  margin-right: 20px;
  float: left;
}
.author-block .author-photo 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);
	width: 100%;
}
.author-block .author-text{}
.author-block .author-text ul{
  margin-top: 10px;
	padding-left: 0;
}


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



.question-block{
  margin-bottom: 40px;
}
.list-icon{
  display: inline-block!important;
  position: relative;
  top: 0;
  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.1em;
}
.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;
}


.list-icon{
  display: inline-block;
  position: relative;
  top: 8px;
  max-width: 40px!important;
  margin-right: 4px;
}

.garant-image{
  max-width: 200px;
    float: left;
    padding-right: 30px;
    shape-outside: circle(50%);
}
.garant-image img{
  display: inline-block;
}



.block-contacts{
  margin-top: 30px;
  margin-bottom: 40px!important;
  font-size: 18px;
}
.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{}


.foot{}
.foot *{
  color: #dddddd!important;
}
.foot *:hover{
  color: #dddddd!important;
}
.foot .box_block{
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
}
.foot ul{
  margin-bottom: 8px!important;
}


.gform_wrapper,
.gform_wrapper *{
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
}

.gform_wrapper label{
  display: none!important
}
.ussr {
	margin-bottom :20px;
}
.ussr input, .gform_wrapper input{
  width: calc(100% - 22px)!important;
  margin-top: 20px!important;
  padding: 7px 10px!important;
  background-color: #ffffff;
  color: #121212;
  font-size: 22px!important;
  line-height: 1.5;
  border-radius: 6px;
  border: 1px solid #ff9900;
  font-family: 'Rubik', sans-serif!important;
}
.ussr input[type=submit], .gform_wrapper input[type=submit]{
  padding: 10px 10px!important;
  background-color: #ff9900;
  color: #ffffff;
  font-size: 20px!important;
	width: 100%!important;
  font-weight: 600;
  box-shadow: rgba(0,0,0,0.1) 0px 5px 10px, rgba(0,0,0,0.2) 0px 0px 0px inset;
	cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ussr input[type=submit]:hover, .gform_wrapper input[type=submit]:hover{
  background-color: #FFB900!important;
  color: #ffffff!important;
  border-color: #FFB900;
}




.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: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.timer-box .timer-descripton{}
.timer-box .ddio_countdown_wrap{
  height: 24px;
  min-width: 150px;
  margin: 0 10px!important;
}
body i, body em {
    font-family: 'Rubik', sans-serif!important;
}
footer{
	padding: 20px 0;
	background-color: #f3f3f3;
	font-size: 1rem;
}
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;
}



@media screen and (min-width: 1200px){
  .container{
    max-width: 1100px!important;
  }
}
@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: 690px){
  .costul2{
    display: inline-block!important;
  }
  .costul1{
    display: none!important;
  }
  div.container{
    max-width: 100vw!important;
  }
  .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;
    }
  .contact-box{
    width: 100%;
  }
  .garant-image{
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
    float: none;
  }
  .timer-box{
    padding: 7px;
    font-size: 14px;
  }
  .timer-box .ddio_countdown_wrap{
    margin: 8px 10px!important;
  }
  
}

@media screen and (max-width: 400px){
    .gform_wrapper input{
  padding: 5px 10px!important;
  font-size: 16px!important;
}
.gform_wrapper input[type=submit]{
  padding: 5px 10px!important;
  font-size: 16px!important;
}
.author-block .author-photo{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}

@media screen and (max-width: 321px){
  div.container{
    max-width: 100vw!important;
  }
}
	@media screen and (max-width: 500px) {
	.del {
		display: none!important;
	}
	.foots {
	 text-align: center;
	}
	.foots .flex-block {
		display: block;
	}
.foots a {

    display: block;
    text-align: center;
}
}

nav a {
  text-decoration: none;color: #fff;
  width: 100%;
  display: block;

}
nav a:hover, nav a:focus {
	color: #fff;

}
nav ul li ul a:hover {
	color: #fff;
	text-decoration: underline;
}
nav ul li ul li {
	  border-bottom: 1px solid #ddd;
}
.toggle:hover, .toggle:active, .toggle:visited {
	color: #fff!important;
}
.dropclick {
	display :none;
}
nav {
font-size: 16px;
background: #ff9900;
color: #fff;
}
nav ul {
  background: darkorange;
    list-style: none;
    margin: 0;
    padding-left: 0;

}

nav li {
background: #ff9900;

    display: block;
    float: left;
    padding: 15px;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  
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: 6rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 15px;
    left: 0;
  display: none;
}


nav ul li:hover > ul.drop,
nav ul li:focus-within > ul.drop,
nav ul li ul.drop:hover,
nav ul li ul.drop:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   position: absolute;
}

nav ul li ul li {
    clear: both;
  width: 100%;
}

nav ul li ul.sub {
	min-width: 290px;
	right: 0;
	left: auto;
}
.dropclick li {
	display: block;
	visibility: visible;
	z-index: 100;
}
.dropclick li a span {
	
	position: relative;
	z-index: 100;
}
.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;
}