@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,700i|Roboto:300,400,500,700&subset=cyrillic');
i {
	font-family: 'Rubik', sans-serif;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
}
html{
  font-size: 1.6rem;
}
body{
	color: #313234;
	font-family: 'Roboto', sans-serif;
  	font-size: 0.8rem;
  	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #F9FAFC;
}
main{
	max-width: 100vw;
	overflow-x: hidden;
}
/* для элемента 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 #ff9900;
      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-subtitle {
	text-align: center;
	font-weight: 700;
	
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
}
.order-t:hover {
	background: #cc0000!important;
}
.block-bg {
	background: url(../img/most.jpg) no-repeat center bottom;
	color: #fff!important;
	background-size: cover;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	padding: 100px 0;
}
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;
}
.block-1{}
.block-1 .center-main-block{}
.form-block{
  justify-content: center;
  align-items: center;

}
.form-item{
  width: 100%;

}
.timer-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100vw;
	z-index: 200;
	background-color: #E53B2C;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.timer-main-block{
	
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #FDCA39;
}
.timer-text{
	margin-right: 10px;
	font-weight: bold;
}

.otz {
	display: flex;
  justify-content: center;
  align-items:top;
	flex-wrap: wrap;
}
.otz-block {
	width: 49%;
}
.otz-block img {
	width: 100%;
	max-width: 349px;
}
.smaller img {
	max-width: 250px;
}
.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-container2{
  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-container2.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: 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 .fa-close2{
  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-close2: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;
}
.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: 10px!important;
  padding: 5px 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: 9px 10px 10px!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;
}
.order-container{
    margin: 20px auto;
    text-align: center;
}
.order{
    display: inline-block;
	min-width: 260px;
	max-width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #ff9900;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.flex-block_right {
	text-align: center;
	padding-left: 30px;
}
.price span.price-b {
font-family: 'Oswald', Roboto, sans-serif;
font-size: 28px;
display: block;

font-weight: 700;
}
.order:hover,
.order:visited,
.order:active{
  color: #ffffff;
  background-color: #ffb900;
  text-decoration: none;
}
.fbc {
	align-items: center;
	margin-bottom: 20px;

}
.fbc-last {
	border: none;
}

.color1{
	color: #ff9900;
}
.color2{
	color: #ff9900;
}
.highlight{
  background-color: #ffeda6;
}
.highlight-y{
  background-color: yellow;
}
.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{
	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-style: none;
}
.list-margin-left-ls{
  margin-left: 30px;
}
.list-margin-bottom li {
	margin-bottom: 25px;
}
.list-check li,
.list-def li,
.list-num li{
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 30px;
}
.list-num li {
	padding-left: 0px;
}
.list-check li:before,
.list-def li:before{
  margin-right: 8px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ff9900;
  position: absolute;
  left: 0px;
}
.list-def li:before{
  content: "\f064";
}
.flex-block{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	
}
.flex-block .price-inside {
	width: 49%;
}


.block{}
.center-main-block{
	position: relative;
	max-width: 720px;
	
	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;
}



em {
	font-family: 'Rubik', sans-serif;
}
.block-1{
	
}
.block-1 .center-main-block{}
.subHead{
  margin-top: 0px;
  margin-bottom: 12px;
  position: relative;
  font-family: 'Oswald','Roboto',sans-serif;
  text-align: center;
}
.subHead:before{
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;

  z-index: 1;
}
.subHead span{
  position: relative;
  display: inline-block;
  padding: 0 15px;

  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  z-index: 1;
  text-transform: capitalize;
}
.title{
  margin: 2rem 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}
.title strong{
	font-size: 40px;
	font-weight: 700;
}
.bonus-block {
	border: 3px dashed #002060;
	padding: 30px;
	background: #f6f6f6;
}


.block-2{
	
}
.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 {
	max-width: 500px;
	margin: 0 auto;
}
.slick-slide img {
	max-width: 400px;
	display: inline!important;
}
.slider1, .slider {
	text-align: center;
}

section.block-5{
  padding-top: 0;
  padding-bottom: 0;
}
.block-5 .center-main-block{}
.block-5 h2{}
.testimonials{
  flex-wrap: wrap;
}
.testimonial{
  position: relative;
  width: 100%;
  max-width: 49%;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f4f4f4;

	font-size: 0.7rem;
}
.testimonial:before{
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 4;
  display: block;
  height: 0;
  width: 0;
  border-right: 60px solid transparent;
  border-top: 60px solid #ffffff;
}
.testimonial:after{
  content: '\f10e';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 6;
  display: inline-block;
  color: #002060;
  font-size: 22px;
  font-family: 'FontAwesome'!important;
}
.testimonial-name{
  font-style: italic;
  font-weight: bold;
}
section.block-7{}
.block-7 .center-main-block{}
.block-7 h2{}
.faq-block{}
.faq-item{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #c4c4c4;
}
.faq-item:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.faq-item .faq-q{
  color: #121212;
  font-weight: 500;
	margin-bottom: 10px;
}
.faq-item .faq-q:before{
  content: "\f128";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 18px;
  color: #002060;
  font-size: 24px;
  font-family: "FontAwesome"!important;
  line-height: 17px;
}
.faq-item .faq-a{}
.faq-item .faq-a:before{
  content: "\f0e5";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 8px;
  color: #002060;
  font-size: 24px;
  font-family: "FontAwesome"!important;
  line-height: 17px;
}



.question-block{
	margin-bottom: 40px;
}
.list-icon{
	display: inline-block;
	position: relative;
	top: 8px;
	max-width: 40px;
	margin-right: 4px;
}
.main-image{
	text-align: center;
}




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





.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: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px dashed #bfbfbf;
}
.price-item-full{
	max-width: 100%;
}
.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;
  text-transform: uppercase;
}
.price-head .price-normal{
  margin-top: -10px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #ff9900; 
}
.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;
}


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



.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);
}
.author-block .author-text{}
.author-block .author-text ul{
  margin-top: 10px;
}
.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{}

.table {
	display: table;
}
.td {
	display: table-cell;
	vertical-align: top;
}
.table p {
	margin-bottom: 10px;
}
.num {
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	line-height: 60px;
	color: #002060;
	font-size: 24px;
	margin-right: 20px;
}
.num:before {
	width: 58px;
	height: 58px;
	position: absolute;
	border: 1px solid #002060;
	border-radius: 60px;
	content: '';
	left: 0;
}
.num:after {
	width: 50px;
	height: 50px;
	position: absolute;
	border: 1px solid #002060;
	border-radius: 60px;
	content: '';
	left: 4px;
	top: 4px;
}
.kav {
	position: relative;
	padding-left: 50px;
}
.kav:before {
	width: 40px;
	height: 34px;
	position: absolute;
	background: url(../img/kav.jpg);
	content: '';
	left: 0; 
}
ol {
	margin-left: 35px;
}
ol li {
	margin-bottom: 10px;
}
h2 span {
	font-weight: 300;

	display: block;
}
.punkt-block{
  flex-wrap: wrap;
}
.punkt-item{
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-left: 50px;
  padding-right: 0;
  margin-bottom: 30px;
  text-align: left;
}

.punkt-item>.fa{
  position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px!important;
    height: 60px!important;
    line-height: 1!important;
    font-size: 36px;
}
.punkt-item:nth-of-type(2n+1)>.fa{
 
}
.punkt-item h3{
    margin-bottom: 20px!important;
    font-size: 20px;
    text-align: left;
  text-transform: capitalize;
}
.punkt-item h3 .fa{
  display: none;
  margin-right: 8px;
  line-height: 1!important;
  font-size: 36px;
}

.punkt-item:nth-of-type(2n+1) h3{
  
}
.punkt-item .list-check li {
	margin-bottom: 5px;
	font-size: 0.7rem;
}
.punkt-item .list-check {
	margin-bottom: 10px;
	margin-top: 10px;
}


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;
}
.foot {
	 color: #000;
	}


.menu-top{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 5px 0;
  background-color: #002c49;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.logo{
    display: flex;
    align-items: stretch;
	flex-grow: 100;
}
.logo img{
	width: 100%;
	height: 100%;
    max-width: 200px;
}
.menu-top_butt{
	display: none;
    padding: 0 20px 0 10px;
	align-items: center;
	font-size: 36px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.menu-top_butt .fa{}
.menu-top_box{
  justify-content: flex-end;	
}
.menu-top_item{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid rgba(255,255,255,0.3);
  cursor: pointer;
}
.menu-top_item span{
  display: inline-block;
  color: #fff;
  font-weight: 300;
}
.menu-top_item:hover span{
  text-decoration: underline;
}
.menu-top_item strong{
	font-weight: 300;
}
.podl {
	background: url(../img/pod.jpg) no-repeat center;
	padding: 20px;
	width: 100%;
}
.r-block {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	width: 31%;
}
.bonus {
	padding: 20px;
	border: 3px dashed #ff9900;
}
h2 span {
	font-weight: 400;
	display: inline;
	text-transform: none;font-family: 'Roboto', sans-serif;
}
.flex-block  .price-inside {

	padding: 20px;
	border: 3px dashed #ddd;
}


@media screen and (max-width: 1000px){
	.flex-block{
		flex-wrap: wrap;
	}
	.flex-block {
		text-align: center;
	}
	.flex-block_left, .flex-block_right {
		width: 100%;
	}
	.flex-block_right {
		padding: 0;
	}
	.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: 34px;
	}
	.block-contacts .flex-block {
		text-align: left;
	}
	.order{
		
	  
		
	}
	.block-buy .order{
	  	margin-bottom: 20px;
		width: 100%;
	}
	.testimonial{
		max-width: 100%;
	}
    .contact-box{
      width: 49%;
    }
    .menu-top:after{
    	content: "";
	    display: block;
	    
	    background-color: #fff;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    bottom: 0;
    }
    .logo{
    	padding: 0 15px;
    }
   	.price-item{
   		max-width: 100%;
   	}
    /*.menu-top_butt{
		display: flex;
	}
	.menu-top_box{
		position: absolute;
	    top: 100%;
	    right: 0;
	    z-index: -1;
	    max-height: 0;
	    opacity: 0;
	    flex-direction: column;
	    background-color: #ffffff;
	    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	}
	.menu-top_box.active{
		max-height: 100vh;
		opacity: 1;
	    transition: max-height 0.4s linear, opacity 1s ease-in-out;
	}
	.menu-top_item{
	    justify-content: center;
	    width: 100%;
	    padding: 8px 14px;
		border-left: none;
	    border-bottom: 1px solid rgba(0,0,0,0.3);
	}*/
}
@media screen and (max-width: 800px){
	footer{
		text-align: center;
	}
	footer .down{
		justify-content: center;
	}

}
@media screen and (max-width: 700px){
	.popup-subtitle {
	font-size: 20px!important;
	line-height: 22px!important;
}
.popup {
    font-size: 16px;
padding: 8px;
}
.image-text {
	line-height: 18px;
	font-size: 16px;

}
	h2{
		font-size: 23px;
	}
	
	.costul1{
		display: none;
	}
	.costul2{
		display: inline-block;
	}

	.subHead{
		margin-top: 24px;
	}
	.subHead span{
		font-size: 20px;
	}
	.title{
		font-size: 30px;
	}
    .menu-top_box{
    	width: 100%;
    }
    .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;
	}
	.bonus-block {
		padding: 20px;
	}
	body {
    font-size: 0.7rem;
}
.title strong {

    font-size: 30px;
    font-weight: 700;

}
.slick-prev, .slick-next {
	top: -20px!important;
}
.slick-dots {
    bottom: -75px!important;
}

.r-block {
	width: 100%;
	margin-bottom: 20px;
}
.block-bg {

	padding: 50px 0;
}
.title {
	margin: 1em 0;
}
.flex-block  .price-inside {
	width: 100%;
	margin-bottom: 30px;
	
}
.flex-block  .price-inside br.brd {
	display: none;
}

}
@media screen and (max-width: 500px) {
	.price-head .price-title {
    margin-bottom: 16px;
    font-size: 18px;
    text-transform: uppercase;
}
.aftr {
	font-size: 15px!important;
}
	.order{
    display: inline-block;

    font-size: 18px;
}
	.del {
		display: none!important;
	}
	.foot {
	 text-align: center;
	}
	.foot .flex-block {
		display: block;
	}
.foot a {

    display: block;
    text-align: center;
}
}
@media screen and (max-width: 400px){
	.otz {
		display: block;
	}

.otz-block {
	width: 100%;
}
.slick-slide img {

    width: 100%!important;

}
.author-block .author-photo {

    max-width: 210px;
    margin: 0 auto 10px;
    text-align: center;
    float: none;

}
}
footer a {
	color: #000!important;
}