@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,700i|Roboto:300,400,500,700&subset=cyrillic');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
html{
  font-size: 1.6rem;
}
body{
  color: #000000;
  font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
main{
  max-width: 100vw;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 1rem;
  font-family: 'Oswald', Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
h2{
  margin-top: 0px;
  font-size: 30px;
}
.rotshild {
	text-align: right;
	color: #999;
	line-height: 1.2;
	margin: 40px 0;
}
.after-title {
	text-align: center;
	font-weight: bold;
	font-size: 0.95rem;
}
.theme {
	text-transform: uppercase;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #ff9900 !important;
	font-weight: bold;;
	font-size: 18px;
	-webkit-box-shadow: 0px 11px 11px 0px rgba(130,130,130,0.37);
-moz-box-shadow: 0px 11px 11px 0px rgba(130,130,130,0.37);
box-shadow: 0px 11px 11px 0px rgba(130,130,130,0.37);
	padding: 15px 70px;
	margin-bottom: 40px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin: 0 auto 10px;
	max-width: 500px;
}
.theme:hover {
	-webkit-box-shadow: 0px 11px 31px 0px rgba(130,130,130,0.57);
-moz-box-shadow: 0px 11px 31px 0px rgba(130,130,130,0.57);
box-shadow: 0px 11px 31px 0px rgba(130,130,130,0.57);
	transform: scale(1.01);
}
.plus {
	color: #ff9900;
	font-weight: bold;
	font-size: 70px;
	line-height: 0px;
	display: block;
	margin-top: 70px;
}
.arrow {
	color: #ff9900;
	font-weight: bold;
	font-size: 100px;
	line-height: 0px;
	display: block;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.messenger_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 40px 0 10px;
}
.m_button {
	display: block;
	width: 32%;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	min-width: 150px;
	margin-bottom: 10px;
}
.m_button svg {
	font-size: 24px;
	margin: 0 5px -3px 0;
}
.m_button:hover {
	text-decoration: none;
	color :#fff;
}
.whatsapp {
	background: #25D366;
	padding: 15px 5px;
}
.whatsapp:hover {
	text-decoration: none;
	color :#fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(37, 211, 102, 0.35);
-moz-box-shadow:    0px 1px 20px 0px rgba(37, 211, 102, 0.35);
box-shadow:         0px 1px 20px 0px rgba(37, 211, 102, 0.35);
}
.viber {
	background: #59267c;
	padding: 15px 5px;
}
.viber:hover {
	text-decoration: none;
	color :#fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(89, 38, 124, 0.35);
-moz-box-shadow:    0px 1px 20px 0px rgba(89, 38, 124, 0.35);
box-shadow:         0px 1px 20px 0px rgba(89, 38, 124, 0.35);
}
.telegram {
	background: #0088cc;
	padding: 15px 5px;
}
.telegram:hover {
	text-decoration: none;
	color :#fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 136, 204, 0.35);
-moz-box-shadow:    0px 1px 20px 0px rgba(0, 136, 204, 0.35);
box-shadow:         0px 1px 20px 0px rgba(0, 136, 204, 0.35);
}
.email {
	background: #47ba6f;
	padding: 15px 5px;
}
.email:hover {
	text-decoration: none;
	color :#fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(71, 186, 111, 0.35);
-moz-box-shadow:    0px 1px 20px 0px rgba(71, 186, 111, 0.35);
box-shadow:         0px 1px 20px 0px rgba(71, 186, 111, 0.35);
}
.phone-b {
	background: #214ff2;
	padding: 15px 5px;
}
.phone-b:hover {
	text-decoration: none;
	color :#fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(33, 79, 242, 0.35);
-moz-box-shadow:    0px 1px 20px 0px rgba(33, 79, 242, 0.35);
box-shadow:         0px 1px 20px 0px rgba(33, 79, 242, 0.35);
}
.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 #ff9900;
}
.popup .popup-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;
}

i {
	font-family: 'Rubik', sans-serif;
}
.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;
}
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{

  text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:hover{
  color: #23527c;
  text-decoration: none;
}

.order-container{
    margin: 20px auto;
    text-align: center;
}
.order{
    display: inline-block;
    background-color: #30d425;
    padding: 10px 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: #2bbe21;
  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-number{
  margin-top: 32px;
  margin-left: 0;
  margin-bottom: 32px;
}
.list-number{
  counter-reset: list-number; 
  list-style: none; 
}
.list-check>li,
.list-def>li,
.list-num>li,
.list-number>li{
  margin-bottom: 20px;
  list-style: none;
}
.list-check>li:before,
.list-def>li:before{
  margin-right: 8px;
  content: "\f00c";
  color: #ffde00;
  font-family: "FontAwesome";
  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: #5ab839;
  color: #ffffff;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.flex-block{
  display: flex;
  justify-content: space-between;
}
.highlight {
  background-color: #ffeda6;
}



.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{
  margin-top: 50px;
}
.block-1 .center-main-block{}
.subHead{
  margin-top: 30px;
  margin-bottom: 22px;
  position: relative;
  font-family: 'Oswald';
  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;
}
.before-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}
.title{
  font-size: 35px;
  font-weight: 700;
  text-transform: none;
	text-transform: uppercase;
}
.title span {
	text-transform: none;
	font-size: 25px;
	font-weight: 400;
}
.title strong{
  display: inline-block;
  min-width: 100%;
  font-size: 1.2em;
}
.date {
	color: #5ab839;
	font-weight: bold;
	text-align: center;
}
.date span {
	font-weight: normal;
	font-size: 16px;
}
.dashed-text {

    border: 1px dashed #FFC000 !important;
    background-color: #FFFEE7 !important;
    padding: 20px;
    text-align: center !important;
    margin: 0 auto 50px;
	font-size: 0.8rem;
	
}
.dashed-text strike {
	color: #c00000;
}
.y_bg {
	background: #ffffcc;
}
.color2 {
	color: #ffde00;
}
.price {
	font-size: 0.9rem;
}
.button {
	display: block;
	padding: 14px 10px 15px !important;
    background-color: #ff9900;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
    border: 1px solid transparent;
    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;
	margin: 20px auto 0;
	width: 300px;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
.button:hover {
	background: #E8640F;
	color: #fff!important;
}

.under-title{
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
}
.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;
}
.author-image img.no-border{
  border: none;
}
.author-name{
  display: block;
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}


.block-4{
  margin-top: 60px;
}


.main-image{
  margin: 24px 0;
}
.main-image a{
  display: block;
}
.main-image a br{
  display: none;
}
.main-image img{
  display: inline-block;
}
.main-image_phone{
  max-width: 400px;
}
.special{
  margin: 20px auto;
  padding: 14px;
  border: 3px dashed rgba(0,0,0,0.3);
}


.table-block{
  margin-bottom: 30px;
  border-top: 1px solid #242424;
}
.table-row{
  display: flex;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
}
.table-row-main{
  justify-content: center;
  padding: 10px;
  background-color: #5ab839;
  color: #fff;
  font-weight: 500;
}
.table-column{
  display: flex;
  align-items: center;
  padding: 6px 10px;
}
.table-column:nth-of-type(1){
  justify-content: center;
  min-width: 70px;
  background-color: #5ab839;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid rgba(0,0,0,0.4);
}
.table-column:nth-of-type(2){
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.table-column:nth-of-type(2):hover{
  background-color: #b2d8bf;
}


.forest-image{
  display: block;
  max-width: 300px;
  margin: 24px 0 0;
}
.forest-image img{}
.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-9{
  padding-bottom: 30px;
}
.variant-block{
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 4px dashed #c4c4c4;
}
.variant-title{
  font-size: 1.2em;
  font-weight: bold;
}


.city-block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
}
.city-item{
  position: relative;
  width: 48%;
  height: 0;
  padding-bottom: 48%;
  background-color: rgba(0,0,0,0.4);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.4);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  cursor: pointer;
}
.city-item:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.city-item:nth-of-type(2n+1):before{
  background-image: url(https://vladimirzakharov.com/wp-content/uploads/2017/12/moscow-1.png);
}
.city-item:nth-of-type(2n):before{
  background-image: url(https://vladimirzakharov.com/wp-content/uploads/2017/12/kyiv-1.png);
}
.city-item:hover,
.city-item:visited,
.city-item:focus{
  color: #ffffff;
}
.city-item:hover:before{
  transform: scale(1.1);
}
.city-text{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
}
.city-item strong{
  display: inline-block;
  font-size: 1.4em;
  transition: all 0.3s ease-in-out;
}
.city-item:hover strong{
  transform: scale(1.2);
}
.city-order{
  display: inline-block;
  margin-top: 6px;
  padding: 10px 16px;
  background-color: #30d425;
  border-radius: 4px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.city-order:hover{
  transform: scale(1.1);
}



.variant-form{
  margin-bottom: 30px;
}

.ussr{
	
	text-align: center;
}
.ussr i {
	font-size: 24px;
}
.ussr input, select, textarea{
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 7px 10px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 6px;
  border: 2px solid #ff9900;
  font-family: 'Roboto', sans-serif;
}
.ussr input[type=submit]{
  background-color: #ff9900;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
   padding: 12px 0px;
}
.ussr input[type=submit]:hover{
  background-color: #FFC000!important;
  color: #ffffff;
  border-color: #FFC000;
  
}


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



.video-cls{
    position: relative;
    margin: 20px auto;
    width: 100%;
    text-align:center;
    cursor: pointer;
}
.video-cls:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    content: "\f144";
    color: #ef0d0d;
    opacity: 1;
    font-size: 70px;
    font-family: 'FontAwesome';
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity ease-in-out;
}
.video-cls:hover:before{
    opacity: 0;
    font-size: 0;
}
.video-cls img{
  width: 100%;
}
#iframeBox{
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height:  100vh;
  max-height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  background: rgba(0,0,0,0.6);
}
#iframeVideo{
  background-color: #000000;
    width: 700px;
    margin: auto;
    height: 393.75px;
}
#buttonCLose{
  position: absolute;
  z-index: 102;
  top: calc(50% - 216px);
  right: calc(50% - 368px);
  cursor: pointer;
}
#buttonCLose:before{
  position: relative;
  content: "\f00d";
  display: block;
  width: 36px;
  height: 36px;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
#buttonCLose:hover:before{
    transition: all 0.3s linear;
    background: rgba(0,0,0,0.5);
}



.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-bottom: 40px;
  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{}



.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;
}
.block-footer a:hover{
  opacity: 1;
  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;
  display: none;
  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;
}

.mobile {
		display: none;
    }
.otz_block {
	text-align: center;
}
.otz_block img {
	display: block;
	margin: 0 auto;
}

.fa.fa-arrow-right {
  color: #f90;
  padding-right: 0.5em;
}

@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%;
  }
  .testimonial{
    max-width: 100%;
  }
  .contact-box{
    width: 49%;
  }
}
@media screen and (max-width: 1000px){
  .flex-block{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px){
  footer{
    text-align: center;
  }
  .block-footer ul {

    display: flex;
    align-items: center;
    margin-bottom: 0.47rem;
    max-width: 200px;
    margin: 0 auto;

}
}
@media screen and (max-width: 700px){
	.timer-text{
    	margin-right: 0;
    	margin-bottom: 5px;
    }
    .wide {
		display: none;
    }
	.mobile {
		display: block;
    }
  h2{
    font-size: 25px;
  }
  .costul2{
    display: inline-block;
  }
  .costul1{
    display: none;
  }
  div.container{
    max-width: 100vw;
  }
  .subHead span{
    font-size: 16px;
  }
  .title{
    font-size: 26px;
  }
  .title span {
	font-size: 22px;
  }
  ul li {
	font-size: 18px;
  }
  .main-image img{
    max-width: 100%;
  }
  .city-item{
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px;
  }
  .city-item:last-of-type{
    margin-bottom: 0;
  }
  .menu-top{
    justify-content: center;
  }
  .menu-top_item{
    padding: 5px 3px;
    font-size: 13px;
  }
  .menu-top_item:nth-of-type(1){
    border-left: none;
  }
  .menu-top_item .fa{
    display: none;
  }
  .contact-box{
    width: 100%;
  }
  #iframeVideo{
    width: 100%;
    margin: auto;
    height: calc(56.25vw - 20px);
  }
  #buttonCLose{
    display: none;
  }
  .ffb {
  display: block;
  }
}
@media screen and (max-width: 460px){
	.button {
		width: 100%;
	}
}

@media screen and (max-width: 375.5px){
  .author-block .author-photo {

    display: block;
    float: none;
    margin: 0 auto;

}
}
  @media screen and (max-width: 360px){
	p br {
		display: none;
  }
  
  .contact-box br {
    display: inline-block;
  }
	
}