@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');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700&subset=cyrillic');


i {
	font-family: 'Rubik', Roboto, sans-serif;
}
.img-brd {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.55);
box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.55);
}
.block-d {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fafafa;

}
/* для элемента 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 #64008e;
      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: #d982ff;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #d982ff;
      border-color: #d982ff;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .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: #d982ff;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
      border-color: #64008e;
      background-color: #64008e;
      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;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
.blue {
	color: #09214f;
}
.fimgg {
	width: 23%;
}
.ftxt {
	width: 75%;
}
.popup-subtitle {
	text-align: center;
	font-weight: 700;
	
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
}
.flex-block2 {
	display: flex;
}
.fimg {
	width: 250px;
	  min-width: 250px;
}
.pirice {

    display: inline-block;
    margin: auto;
    padding: 3px 15px;
    font-size: 24px;
	margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #f4763b;
    border: 3px solid #f4763b;
        border-top-color: rgb(244, 118, 59);
        border-right-color: rgb(244, 118, 59);
        border-bottom-color: rgb(244, 118, 59);
        border-left-color: rgb(244, 118, 59);

}
.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;
}
html{
  font-size: 1.6rem;
}
body{
  color: #333333!important;
  font-size: 16px!important;
  line-height: 1.6!important;
}
body *{
  font-family: 'Open Sans', sans-serif!important;
}
em {
	font-family: 'Rubik', sans-serif;
}
.testimonials {
	max-width: 500px;
	margin: 0 auto;
}
.slick-slide img {
	max-width: 300px;
	display: inline!important;
}
.slider1, .slider {
	text-align: center;
}
.otz-block {
	text-align: center;
}
.otz-block img {
	max-width: 332px;
	width: 100%;
}

.block-bg {
	background: url(../img/bg.jpg) no-repeat center;
	color: #fff!important;
	background-size: cover;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	padding: 20px 0 70px;
}
.op-bg {
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: rgba(0,0,0,0.5);
	max-width: 700px;
	margin: 0 auto;
}
.carousel {
  margin: 50px auto;
  width: 100%; }
  .carousel .carousel-wrapper {
    margin: 10px 30px;
    overflow: hidden;
    position: relative; }
  .carousel .carousel-items {
    width: 10000px;
    position: relative; }
  .carousel .carousel-block {
    position: relative;
    float: left;
    width: 3%;
    padding: 0.5% 10px 0.5% 0;
    transition: 0.8s; }
    .carousel .carousel-block .caption {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 0;
      margin: 10px 10px 10px 0;
      padding: 0 10px;
      overflow: hidden;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.5);
      transition: 1s; }
    .carousel .carousel-block:nth-child(2) {
      width: 5.2%;
      padding: 0 10px 0 0;
      z-index: 3; }
    .carousel .carousel-block:hover .caption {
      height: 92.5%;
      padding: 10px;
      visibility: visible; }
  .carousel .carousel-button-left a,
  .carousel .carousel-button-right a {
    width: 25px;
    height: 40px;
    position: absolute;
    top: 40%;
    cursor: pointer; }
  .carousel .carousel-button-right a {
    background-image: url(../img/carousel-right.png);
    background-repeat: no-repeat;filter: brightness(10) invert(1);
    right: 0; }
  .carousel .carousel-button-left a {
    background-image: url(../img/carousel-left.png);
    background-repeat: no-repeat;filter: brightness(10) invert(1);
    left: 0; }
.carousel-mobile {
	display: none;
}
.video {
  position: relative;
  display: block;
  padding-bottom: 52%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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;
}
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: #65A638;
    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;
}
.order:hover,
.order:visited,
.order:active{
  color: #ffffff;
  background-color: #52a01b;
  text-decoration: none;
}

.color1{
  color: #5ab839;
}
.highlights{
  background-color: #ffeda6;
}
.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-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: #5ab839;
}
.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;
}
.highlight {
  background-color: #ffeda6;
}

.w50 {
	width: 49%;
}

.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: 50px;
  margin-bottom: 22px;
  position: relative;
  font-family: 'Oswald';
  text-align: center;
}

.subHead span{
  position: relative;
  display: inline-block;
  padding: 0 15px;

  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  z-index: 1;
  text-transform: capitalize;
}
.title{
  font-size: 36px;
  font-weight: 300;
}
.title strong{
  display: inline-block;
  min-width: 100%;
  font-size: 1.2em;
}
.block-1 h2{
  margin-top: 40px;
}
.main-image{
  margin: 24px 0;
}

.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;
  padding-bottom: 100%;
}
.block-1 .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;
}
.block-1 .author-name{
  display: block;
  font-family: 'Oswald','Roboto',sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  text-align: center;
}


.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;
}



.block-3{
  padding-bottom: 0;
}
.block-3 .center-main-block{}
.block-3 h2{
  margin-top: 40px;
}
.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-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: #5ab839;
}
.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;
}
.ussr{}
.ussr input{
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 7px 10px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 6px;
  border: 2px solid #64008e;
}
.ussr input[type=submit]{
  background-color: #64008e;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #64008e;
}
.ussr input[type=submit]:hover{
  background-color: transparent;
  color: #64008e;
  border-color: #64008e;
}


.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);
}
.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;
}
.popup{
position: relative;
  z-index: 400;
  width: 100%;
  max-width: 460px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #64008e;
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 100;
  display: inline-block;
  color: #64008e;
  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;
}


.block-4{
  padding-top: 0;
  padding-bottom: 40px;
}
.block-4 .center-main-block{}
.block-4 h2{
  margin-top: 40px;
}
.testimonial{
  margin-bottom: 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);
}
.block-4 .author-block{
  margin-bottom: 40px;
}
.block-4 .author-image{
  max-width: 210px;
  margin-right: 20px;
  float: left;
}
.block-4 .author-image 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);
}
.block-4 .author-text{}
.block-4 .author-text ul{
  margin-top: 10px;
}




.faq-block{}
.faq-block p{}
.faq-block p:nth-of-type(odd){
  margin-bottom: 10px;
}
.faq-block p:nth-of-type(even){}
.faq{
  font-weight: bold;
  text-decoration: underline;
}



.block-contacts{
  margin-top: 30px;
  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{}



.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!important;
}
.block-footer a:visited {
	color: #ffffff!important;
}
.block-footer a:hover{
  opacity: 1;
  color: #ffffff!important;
  text-decoration: none;
  transform: scale(1.2;);
}



.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-butt{
  display: none;
}
.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 .fa{
  display: inline-block;
  margin-right: 6px;
  font-size: 1.3em;
  transition: all 0.2s ease-in-out;
}
.menu-top_item:hover .fa{
  transform: scale(1.2);
}
.menu-top_item span{
  display: inline-block;
  color: #121212;
  font-weight: 300;
}
.menu-top_item:hover span{
  text-decoration: underline;
}
.menu-top_item strong{
  font-weight: 300;
}
.nmobile {
	display: block;
}
.mobile {
	display: none;
}




@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%;
  }
  .order{
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
  }
  .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 only screen and (max-width : 992px) {
.carousel .carousel-block {
	margin-left: -50px;
}

}
@media screen and (max-width: 800px){
  footer{
    text-align: center;
  }
}

@media only screen and (max-width : 768px) {

.carousel .carousel-block {
	margin-left: -80px;
}


}

@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%;
  }
  .slick-prev, .slick-next {
	top: -30px!important;
}

.slick-dotted.slick-slider {

    margin-bottom: 60px!important;

}
}

@media only screen and (max-width : 600px) {

.carousel .carousel-block {
	margin-left: -140px;
	margin-right: 50px;
}

}
@media only screen and (max-width : 530px) {

.carousel .carousel-block {
	margin-left: -155px;
	margin-right: 50px;
}
.slider-box-ph img {
	width: 100%;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.carousel .carousel-block {
	margin-left: 0;
	margin-right: 0;
	padding: 0 10px 0 0;
}
.carousel .carousel-block:nth-child(2) {
	width: 3%;
}
.video {
	padding-bottom: 53%;
}
.mobile {
	display: block;
}
.nmobile {
	display: none;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

.video {
	max-width: 250px;
}

}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700&subset=cyrillic');
#footer-outer {
    display: none;
}
#breadcrumbs{
  display: none!important;
}
/*.container.main-content{
    max-width: 1600px!important;
    width: 100%!important;
}*/
div.container-wrap{
  padding-bottom: 0!important;
}
.wpb_row{
  margin-bottom: 0!important;
}
body{
  color: #333333!important;
  font-size: 16px!important;
  line-height: 1.6!important;
}
body *{
  font-family: 'Open Sans', sans-serif!important;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0!important;
  margin-bottom: 24px!important;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 400!important;
  line-height: normal!important;
  text-align: center;
}
h1{}
h2{}
h3{}
h4{}
p{
  padding-bottom: 0!important;
  margin-bottom: 24px!important;
}
p:last-of-type{
  margin-bottom: 0!important;
}
a{
  color: #64008e!important;
  transition: all 0.3s ease-in-out;
}
a:hover{
  color: #64008e!important;
}
a:visited{
  color: #64008e!important;
}
a:focus{
  color: #64008e!important;
}
strong,b,span,i,em{
  font-family: inherit!important;
}
img{
  margin-bottom: 0!important;
}
.order-container{
    margin: 24px auto;
    text-align: center;
}
a.order{
    display: inline-block;
    background-color: #79a140!important;
    padding: 14px 22px;
    color: #ffffff!important;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none!important;
    border: 2px solid #79a140;
    transition: all 0.3s ease-in-out;
}
a.order:hover{
  background-color: #365e43!important;
  color: #ffffff!important;
  border-color: #365e43;
  text-decoration: none!important;
}
a.order1{
  background-color: transparent!important;
  color: #365e43!important;
  border: 2px solid #365e43!important;
}
a.order1:hover{
  background-color: #cacaca!important;
  color: #365e43!important;
}
a.order2{
  background-color: #eaa500!important;
  color: #ffffff!important;
  border: 2px solid #eaa500!important;
}
a.order2:hover{
  background-color: #ffbf00!important;
  color: #ffffff!important;
  border-color: #ffbf00!important;
}
.video-container{
  max-width: 700px;
  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;
}
.costul2{
  display: none!important;
}
.color1{
  color: #64008e!important;
}
.color2{
  color: #79a140!important;
}
.highlight{
  background-color: #ffeda6;
}
.tal{
  text-align: left;
}
.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.fa{
  font-family: 'FontAwesome'!important;
  width: auto!important;
  height: auto!important;
  line-height: normal!important;
}
.list-check,
.list-def,
.list-num,
.list-number{
  margin-left: 0!important;
  margin-bottom: 24px!important;
}
.list-check ul,
.list-def ul,
.list-num ul,
.list-number ul{
  margin-left: 20px!important;
  margin-bottom: 0!important;
}
.list-number{
  counter-reset: list-number; 
  list-style: none!important; 
}
.list-check>li,
.list-def>li,
.list-num>li{
  margin-bottom: 6px;
  list-style: none!important;
}
.list-number>li{
  counter-increment: list-number;
  margin-bottom: 10px;
  list-style: none!important;
}
.list-check>li:before,
.list-def>li:before{
  margin-right: 6px;
  content: "\f00c";
  font-family: "FontAwesome"!important;
  color: #64008e;
}
.list-def>li:before{
  content: "\f064";
}
.list-number>li:before{
  content: counter(list-number);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: #64008e;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.list-def-new{
position: relative;
padding-left: 40px;
  margin-bottom: 32px;
}
.list-def-new li{
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  
}
.list-def-new li:before{
	
  content: "\f00c";
  font-family: "FontAwesome";
  color: #64008e;
}
.list-def-new li:before{
  content: "\f064";
  position: absolute;
  left: -30px;
  font-size: 20px;
}

.block{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-content{
  max-width: 720px;
  padding-left: 8px;
  padding-right: 8px;
}
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6{
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}



.block-top{
  background-color: #2c2c2c;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
}
.block-top .block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.block-top_left{}
.block-top_right{}



.block-1{
  max-width: 1140px;
}
.flex-block-1{
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.block-1 figure{
  width: 22%;
}
.block-1 figure img{}
.block-1-content{
  width: 54%;
}
.bracket{
  padding-left: 40px;
  background-image: url(https://vladimirzakharov.com/wp-content/uploads/2018/05/bracket.png);
  background-size: 26px;
  background-position: center left;
  background-repeat: no-repeat;
}
.bracket h1{
  margin-bottom: 2px!important;
  font-weight: 700!important;
  font-size: 32px;
  text-align: left;
}
.bracket h2{
  text-align: left;
}
.block-1-content p{
  font-size: 22px;
}
.block-1-content .order-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-1-content a.order{
  width: 49%;
  font-size: 17px;
}





.block-2{}
.block-2-1{}
.block-2-2{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -20px;
  margin-bottom: -20px;
}
.block-2-3{}
.podzag{
  margin-bottom: 4px!important;
}
.zag{
  margin-bottom: 0!important;
  font-size: 27px;
  font-weight: 700!important;
}
h2 strong{
  font-weight: 500!important;
}
.main-image{
  margin: 24px auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-image img{}
.consultan-image{
  margin: -10px auto;
}
.main-image-full{
  position: relative;
  width: 1200px;
  left: calc(-240px);
}
.image-logo-circle{
  margin: 0 auto;
  width: 400px; 
  max-width: 100%;
}
.steps-image{
  margin: -6% auto;
}
.image-collage{
  position: relative;
  width: 900px;
  left: calc(-90px);
  margin: 24px auto 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 700!important;
  text-align: center;
}
.image-collage-item{
  width: 32%;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  border: 1px solid #686868;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.image-collage-item p{}
.image-collage-item img{
  width: 100%!important;
  height: 300px!important;
  object-fit: cover;
  object-position: top;
}
.click-image{
  cursor: pointer;  
}
.popup-image.active{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.6);
}
.popup-image.active:after{
  content: "\f00d";
  position: fixed;
  top: 2vh;
  right: 2vw;
  z-index: 110;
  display: block;
  color: #ffffff;
  font-family: "FontAwesome"!important;
  font-size: 2vw;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup-image.active:hover:after{
  transform: scale(1.2);
}
.popup-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 106;
  max-width: 90vw;
  max-height: 90vh;
  transform: translate(-50%,-50%);
}


.block-3{
  font-size: 20px;
  text-align: center;
}
.block-3 h2{
  width: calc(100% + 300px);
  left: -150px;
  font-weight: 500!important;
}
.block-3 h3{
  margin-bottom: 4px!important;
}
.block-3 .main-image{}
.block-3 p{}




.block-4{
  padding-top: 0;
}
.block-4 p{}
.testimonial{
  margin: 50px auto 24px;
  padding: 10px;
  background-color: #fffdc3;
  border: 2px dashed #64008e;
}
.testimonial2{
  margin: 24px auto 24px;
  padding: 10px;
  background-color: #fffdc3;
  border: 2px dashed #FF7A03;
  font-style:italic!important;
}
.testimonial-image-head{
  margin-top: -46px;
  margin-left: -50px;
  margin-right: 14px;
  width: 140px;
  height: 140px;
  float: left;
  border-radius: 50%;
  shape-outside: circle(50% at 50% 30%);
  overflow: hidden;
}
.testimonial-image-head img{
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
  object-position: top;
}
.testimonial-image{
  width: 220px;
  margin-right: 10px;
  float: left;
}
.testimonial p{}
.testimonial-part-switch{
  display: none!important;
}
.testimonial-part-switcher{
  opacity: 1;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.testimonial-part-switcher:hover{
  opacity: 0.8;
}
.testimonial-part{
  max-height: 0px;
  padding-top: 16px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out, opacity 1s ease-in-out;
}
.testimonial-part-switch:checked~.testimonial-part-switcher{
  display: none;
}
.testimonial-part-switch:checked~.testimonial-part{
  opacity: 1;
  max-height: 4000px;
}





.block-otzuvu{}





#details{
  padding-top: 90px;
  margin-top: -70px;
}
.details{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details h2{
  margin-bottom: 2px!important;
  width: 100%;
}
.details-left{
  padding-top: 22px;
  width: 48%;
  font-size: 20px;
}
.details-left ol{}
.details-left ol li{
  margin-bottom: 25px;
}
.details-right{
  padding-top: 10px;
  width: 48%;
}
.details-right figure{
  margin: -18px auto;
}
.details-right figure img{}
.details-right p{}
.details-right a{}
.details-bottom{
  padding-top: 24px;
  text-align: center;
}
.details-bottom h2{
  font-weight: 700!important;
  margin-bottom: 24px!important;
}
.details-bottom a.order{}



.block-modules{}
.block-modules h2{
  font-weight: 500!important;
}
.block-modules h2 span{
  font-weight: 400!important;
}
.block-modules ul.list-num{
  max-width: 800px;
  margin: 0 auto 24px!important;
}
.block-modules ul.list-num>li{
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ababab;
  padding: 32px;
  padding-left: 120px;
  padding-right: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.block-modules ul.list-num>li:hover{
  background-color: #f2f2f2;
  transform: scale(1.1);
}
.block-modules ul.list-num>li img{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 80px!important;
}
.block-modules ul.list-num>li p{
  margin-bottom: 16px!important;
}
.block-modules ul.list-num>li ul{
  display: inline-block;
  margin-bottom: 0!important;
  text-align: left;
}
.block-modules .order-container{}
.block-modules a.order{}


.block-prise{}
.block-prise h2{
  font-size: 24px;
}



.details-2{}
.details-2 .details-left{
  font-size: inherit;
}
.details-2 .details-right{
  padding-top: 22px;
  font-size: 20px;
}
.details-2 h2{
  margin-bottom: 24px!important;
}
.details-2 .details-right ol{}
.details-2 .details-right ol li{
  margin-bottom: 20px;
}
.details-2 .figure-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.details-2 .figure-box figure{
  margin: 0 auto 24px;
}
.details-2 .figure-box figure img{
  max-height: 200px;
}




.block-about-money{}
.block-about-money h2{
  width: calc(100% + 220px);
  left: -110px;
}
.block-about-money p.tac{
  margin-bottom: 16px!important;
}



.block-how-work{
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}
.block-how-work h2{
  font-weight: 500!important;
  text-transform: capitalize;
}
.flex-block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.how-work-item{
  width: 31%;
  font-size: 14px;
  display: flex;
}
.how-work-item figure{
  min-width: 108px;
  width: 108px;
  margin-right: 16px;
}
.how-work-item figure img{}
.how-work-item figcaption{}
.how-work-item figcaption p{
  margin-bottom: 4px!important;
}
.how-work-item figcaption p strong{}




.buy-container{
  margin-top: 20px;
  margin-bottom: 20px!important;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
}
.buy-container header{
  width: 100%;
  padding: 6px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif!important;
}
.buy-container-left{
  width: 50%;
  padding: 20px;
}
.price{
  margin-top: -4px;
  text-align: center;
}
.price del{
  font-size: 1.2em;
  font-weight: bolder;
}
.price strong{
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.8em;
  line-height: 1;
}
.price span{
  font-weight: 600;
}
.buy-container-left ul{
  margin-bottom: 8px!important;
}
.buy-container-left ul li{}
.buy-container-left p{
  margin-bottom: 12px!important;
}
.buy-container-right{
  width: 50%;
  padding: 20px 20px 20px 0;
}
.buy-container-right figure{}
.buy-container-right figure img{}
.buy-container-bottom{
  width: 100%;
  padding: 0 10px 20px;
  text-align: center;
}
.buy-container-bottom a.order{}





.block-5{}
.block-5 h2{}
.slider-container{
  position: relative;
  margin: 24px auto;

}
.slider-container .fa-chevron-left,
.slider-container .fa-chevron-right{
  position: absolute;
  top: 50%;
  font-size: 40px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.slider-container .fa-chevron-left{
  left: -40px;
  z-index: 10;
}
.slider-container .fa-chevron-right{
  right: -40px;
}
.slider-container .fa-chevron-left:hover,
.slider-container .fa-chevron-right:hover{
  opacity: 0.8;
}
.slider-box{}
.slider-item{
  cursor: pointer;
}
.slider-item figure{}
.slider-item figure img{}
.slick-arrow{
  display: none!important;
}

.slider-container-ph{
  position: relative;
  margin: 24px auto;
}
.slider-container-ph .fa-chevron-left,
.slider-container-ph .fa-chevron-right{
  position: absolute;
  top: 50%;
  font-size: 40px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.slider-container-ph .fa-chevron-left{
  left: -40px;
  z-index: 10;
}
.slider-container-ph .fa-chevron-right{
  right: -40px;
}
.slider-container-ph .fa-chevron-left:hover,
.slider-container-ph .fa-chevron-right:hover{
  opacity: 0.8;
}
.slider-container-ph {
	text-align: center;
}

.slider-container-cs{
  position: relative;
  margin: 24px auto;
}
.slider-container-cs .fa-chevron-left,
.slider-container-cs .fa-chevron-right{
  position: absolute;
  top: 50%;
  font-size: 40px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.slider-container-cs .fa-chevron-left{
  left: -40px;
  z-index: 10;
}
.slider-container-cs .fa-chevron-right{
  right: -40px;
}
.slider-container-cs .fa-chevron-left:hover,
.slider-container-cs .fa-chevron-right:hover{
  opacity: 0.8;
}
.slider-container-cs .slick-slide img {
	max-width: 100%;
}



.block-6{}
.block-6 h2{
  width: calc(100% + 260px);
  left: -130px;
}
.block-6 h2 span{
  color: #4578ad;
  font-weight: 600!important;
}
.block-6 h3{
  margin-top: 24px!important;
}
.main-image-part{
  width: 280px;
  max-width: 100%;
}
.main-image-width{
  width: 500px;
  max-width: 100%;
}





.buy-block{
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
}
.buy-block h2{}
.buy-block .flex-block{
  justify-content: center;
}
.buy-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border: 1px solid #ababab;
}
.buy-box header{
  min-height: 180px;
  margin-bottom: 16px;
  text-align: center;
}
.buy-box header img{
  display: inline-block;
  height: 100px!important;
  margin-bottom: 16px!important;
}
.buy-box header p{
  font-family: 'Montserrat',sans-serif!important;
  font-size: 20px;
  font-weight: 500;
}
.buy-box main{
  flex-grow: 100;
}
.buy-box ul{
  margin-bottom: 10px!important;
}
.buy-box ul li{}
.buy-box h4{
  margin-bottom: 10px!important;
  font-weight: 500!important;
  text-align: left;
}
.buy-box main p{
  margin-bottom: 10px!important;
}
.buy-box .flex-block{
  width: calc(100% + 40px);
  justify-content: space-between;
}
.buy-box .buy-box-bottom{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  width: calc((100% + 2px) / 2);
  margin-top: 20px;
  margin-right: -1px;
  padding: 20px 14px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ababab;
  position: relative;
}
.abt {
	position: absolute;
	background: #ff9900;
	width: 150px;
	font-size: 28px;
	color: #000;
	left: 50%;
	margin-left: -75px;
	top: -35px;
	text-align: center;
	font-weight: bold;
}
.buy-box .buy-box-bottom p{
  margin-bottom: 10px!important;
}
.buy-box .buy-box-bottom a.order{
  width: 100%;
}
.buy-box h3{
  margin-top: 20px!important;
}
.order_down{
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  color: #2618e6!important; 
  font-weight: bolder;
  text-align: center;
  text-decoration: underline;
}
.testmonial-photo{
    max-width:33%!important;
    padding-bottom: 20px;
}
.low-quality-photo{
    max-width:320px!important;
    margin:auto!important;
}



.block-7{}
.block-7 h2{}
.who-item{
  width: 48%;
  padding: 20px;
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid #ababab;
  text-align: center;
}
.who-item figure{
  margin-bottom: 12px;
}
.who-item figure img{}
.who-item p{}



.block-8{}
.block-8 h2{}
.block-8 h3{
  width: 100%;
  left: 0;
  font-weight: 500!important;
  text-align: left;
}
.block-8 h3 i{
  margin-right: 6px;
  font-size: inherit;
}


.garant{}
.garant h2{}
.garant h2 i{
  margin-right: 10px;
  font-size: inherit;
}
.block-contacts{
  margin-bottom: 40px;
}
.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: 700px!important;  
}
.foot ul{
  margin-bottom: 8px!important;
}
.foot {
    display: none;
}




.gform_wrapper{
  margin-top: -20px!important;
  width: 100%;
}
.gform_wrapper *{
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
}
.gform_wrapper .gform_body>ul{}
.gform_wrapper .gform_body>ul>li{}
.gform_wrapper .gform_body>ul>li .gfield_label{
  display: none!important;
}
.gform_wrapper .gform_body>ul>li .gfield_required{
  display: none!important;
}
.gform_wrapper input{
  width: 100%!important;
    margin-top: 20px!important;
    padding: 12px!important;
    background-color: #ffffff!important;
    color: #242424!important;
    border: 2px solid #64008e;
}
.gform_wrapper input[type=submit]{
    background-color: #64008e!important;
  color: #ffffff!important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper input[type=submit]:hover{
  background-color: transparent!important;
  color: #64008e!important;
}
.gform_wrapper  label{
  display: none!important;
}



.timer-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  min-width: 100vw;
  background-color: #2c2c2c;
  color: #DD0000;
}
.timer-box{
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 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;
}

.new-footer .center-main-block {
    max-width: 700px!important;
    margin: 0 auto;
}
.new-footer .left {
    float: none;
}



@media screen and (min-width: 1200px){
  .container{
    max-width: 1100px!important;
  }
}
@media screen and (max-width: 1200px){
  .flex-block-1{
    flex-wrap: wrap;
    align-items: center;
  }
  .block-1 figure{
    width: 100%;
    text-align: center;
  }
  .block-1 figure img{
    display: inline-block;
    height: 240px!important;
    margin-bottom: 8px;
  }
  .block-1-content{
    width: 100%;
  }
  .main-image-full{
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .block-modules ul.list-num{
    font-size: 16px;
  }
  .how-work-item{
    width: 100%;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    text-align: center;
  }
  .how-work-item:last-of-type{
    margin-bottom: 0;
  }
  .how-work-item figure{
    margin-right: 0;
    margin-bottom: 12px;
    min-width: 1px;
    width: 100%;
    text-align: center;
  }
  .how-work-item figure img{
    display: inline-block;
    width: 180px!important;
  }
  .how-work-item figcaption{
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1000px){
	#format {
	margin-bottom: 40px!important;
	}
	.buy-box-bottom {
	padding-bottom: 30px!important;
	}
  .costul2{
    display: inline-block!important;
  }
  .costul1{
    display: none!important;
  }
  .punkts-image{
    margin: 24px auto 0;
    text-align: center;
  }
  .punkts-image img{
    margin-bottom: 24px!important;
    height: 180px!important;
  }
  .punkts-image img:first-of-type{
    height: auto!important;
  }
  .image-collage{
    left: calc(50% - 50vw);
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  .image-collage-item{
    width: 28%;
  }
  .block-3 h2{
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    left: calc(50% - 50vw);
  }
  .details-left{
    width: 100%;
    padding-top: 10px;
    font-size: inherit;
  }
  .details-right{
    width: 100%;
    padding-top: 0px;
    margin-bottom: 24px;
  }
  .block-modules ul.list-num>li img{
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-modules ul.list-num>li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 20px 20px;
  }
  .details-2 .details-right{
    padding-top: 0;
    font-size: inherit;
  }
  .block-6 h2{
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    left: calc(50% - 50vw);
  }
  .buy-box header{
    min-height: 1px;
  }
  .buy-box .flex-block{
    flex-wrap: wrap;
  }
  .buy-box .buy-box-bottom h3{
  	min-height: 0;
  }
  .buy-box .buy-box-bottom{
    width: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-width: 1px 0 1px 0;
  }
  .testmonial-photo{
    max-width:100%!important;
    margin: auto!important;
}
}

@media screen and (max-width: 800px){
	.w50 {
	width: 100%;
}
.slider-container .fa-chevron-left{
  left: 5px;
  z-index: 10;
}
.slider-container .fa-chevron-right{
  right: 5px;
}
.slider-container-ph .fa-chevron-left{
  left: 5px;
  z-index: 10;
}
.slider-container-ph .fa-chevron-right{
  right: 5px;
}
.slider-container-cs .fa-chevron-left{
  left: 5px;
  z-index: 10;
}
.slider-container-cs .fa-chevron-right{
  right: 5px;
}
}

@media screen and (max-width: 690px){
	.flex-block2 {
	display: block;
}
.fimg {
	width: 250px;
	  min-width: 250px;
	  margin: 0 auto;
}
  div.container{
    max-width: 100vw!important;
  }
  h2{
    font-size: 23px!important;
  }
  h3{
    font-size: 20px!important;
  }
  .video-box-banner{
    padding-bottom: 80%!important;
  }
  .block-content h1,
  .block-content h2,
  .block-content h3,
  .block-content h4,
  .block-content h5,
  .block-content h6{
    width: 100%;
    left: 0;
  }
  a.order{
    font-size: 18px;
  }
  .block{
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-top .block {
      display: block;
  }
  .block-top_left {
display: block;
}
  .block-top{
    font-size: 14px;
    text-align: center;
  }
  .bracket h1{
    font-size: 22px!important;
  }
  .bracket h2{
    font-size: 20px!important;
  }
  .block-1-content p{
    font-size: 18px;
  }
  .block-1-content .order-container{
    margin-bottom: 0;
  }
  .block-1-content a.order{
    width: 100%;
    margin-bottom: 12px;
  }
  .contact-box{
    width: 100%;
  }
  .consultan-image{
    margin: 0 auto;
  }
  .image-collage-item{
    width: 100%;
  }
  .popup-image.active:after{
    display: none;
  }
  .block-3{
    font-size: 18px;
  }
  .testimonial-image-head{
    margin-top: -28px;
    margin-left: -20px;
    width: 80px;
    height: 80px;
    shape-outside: circle(50% at 50% 8%);
  }
  .testimonial-image{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  .buy-container-left{
    width: 100%;
  }
  .buy-container-right{
    width: 100%;
    padding: 0 20px 20px;
  }
  .who-item{
    width: 100%;
  }
  .timer-box{
    padding: 7px;
    font-size: 14px;
  }
  .timer-box .ddio_countdown_wrap{
    margin: 8px 10px!important;
  }
  #buy-block{
    padding-top: 100px;
    margin-top: -80px;
  }
  #details{
    padding-top: 100px;
    margin-top: -80px;
  }
  .details-2 .figure-box{
    flex-wrap: wrap;
  }
  .popup-subtitle {
	font-size: 20px!important;
	line-height: 22px!important;
}
.popup {
    font-size: 16px;
padding: 8px;
}
.image-text {
	line-height: 18px;
	font-size: 16px;

}
}
@media screen and (max-width: 500px) {
	.del {
		display: none!important;
	}
}
@media screen and (max-width: 420px){
.slider-container .fa-chevron-left{
  left: -15px;
  font-size: 20px;
  z-index: 10;
}
.slider-container .fa-chevron-right{
  right: -15px;font-size: 20px;
}
.slider-container-ph .fa-chevron-left{
  left: -15px;
  z-index: 10;font-size: 20px;
}
.slider-container-ph .fa-chevron-right{
  right: -15px;font-size: 20px;
}
.slider-container-cs .fa-chevron-left{
  left: 0px;
  z-index: 10;font-size: 20px;
}
.slider-container-cs .fa-chevron-right{
  right: 0px;font-size: 20px;
}
}

@media screen and (max-width: 321px){
  h2{
    font-size: 21px!important;
  }
  div.container{
    max-width: 100vw!important;
  }
}

.slider-box .slick-slide img {

    max-width: 100%;
    display: inline !important;

}
.tbl {
	margin-top: 20px;
	width: 100%;
	 border-collapse: collapse;
}
.tbl td {
	padding: 5px;
}

.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;color: #333333 !important;
}
.timer-box div.cd_timer{
  margin: 0 5px!important;
  font-size: 4px!important;
}
.timer-box .cd_text{
  display: none!important;
}