@font-face {
  font-family: 'ClearSans-Bold';
  src: url('../fonts/ClearSans-Bold.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ClearSans-Bold.woff') format('woff'), 
  		url('../fonts/ClearSans-Bold.ttf')  format('truetype'), 
  		url('../fonts/ClearSans-Bold.svg#ClearSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Regular.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ClearSans-Regular.woff') format('woff'), 
  		url('../fonts/ClearSans-Regular.ttf')  format('truetype'), 
  		url('../fonts/ClearSans-Regular.svg#ClearSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Medium';
  src: url('../fonts/FiraSans-Medium.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/FiraSans-Medium.woff') format('woff'), 
  		url('../fonts/FiraSans-Medium.ttf')  format('truetype'), 
  		url('../fonts/FiraSans-Medium.svg#FiraSans-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-Light';
  src: url('../fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/FiraSans-Light.woff') format('woff'), 
  		url('../fonts/FiraSans-Light.ttf')  format('truetype'), 
  		url('../fonts/FiraSans-Light.svg#FiraSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSans-Bold';
  src: url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/FiraSans-Bold.woff') format('woff'), 
  		url('../fonts/FiraSans-Bold.ttf')  format('truetype'), 
  		url('../fonts/FiraSans-Bold.svg#FiraSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	box-sizing: border-box;
}
html, body {
    height: 100%;
    font-family: "ClearSans", sans-serif;
    width: 100%;
   /* min-width: 1200px;*/
    color: #263238;
    font-size: 14px;
}
.row{
	width: 100%;
}
.container{
	max-width: 1180px;
    margin: 0 auto;
}
.flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.head_logo{
	background-color: #84c551;
	/*padding: 19px 14px 23px;*/
}
.head_logo .flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
}

.company-space a.logo {
	display:inline-block;
	margin-right: 20px;
}

.company-slogan {
	display:inline-block;
    border-left: 1px solid #0f9147;
    padding-left: 10px;
    height: 100%;
    /*padding-top: 19px;
	padding-bottom: 15px;
	*/
    padding-top: 10px;
	padding-bottom: 9px;
    margin-bottom: 8px;
    
}
.company-slogan span{
	text-transform: uppercase;
	font-weight: 700;
	color: #0f9147;
	font-size: 16px;
}
/*
.head_logo .logo  {
    padding: 19px 14px 23px;
}
.head_logo .phone_block  {
    padding: 19px 14px 23px;
}*/

.phone_block img{
	vertical-align: middle;
	margin-right: 15px;
}
.phone_block>a,
.phone_block>span>a{
	font-family: 'FiraSans-Medium', sans-serif;
	color: #263238;
	text-decoration: none;
	font-size: 16px;
}
.phone_block .email_icon {
    margin-left: 30px;
}
 .hamburger__block.default{
	position: relative;
	    transition: position .05s ease;
}
#menu.default{
	position: fixed;
	top: 0;
	z-index: 99;
}
#menu.fixed, .hamburger__block.fixed{
	position: fixed;
	z-index: 99;
	    transition: position .05s ease;
	  
	    left:0;
	    right: 0;
}
#menu.fixed{
  top: 0;

}
.menu_header{
	/*width: 730px;*/
	width: 870px;
	padding-bottom: 7px;	
}
.menu_block{
	background-color: #0f9147;
}

.menu_header li{
	list-style: none;
	display: inline-block;
}
.menu_header li a, .link_up{
	text-transform: uppercase;
	color: #fff;
	font-family: 'FiraSans-Medium', sans-serif;
	text-decoration: none;
	padding: 18px 10px;
	display: block;
	border-top: 4px solid transparent;
}
.link_up .up-h {
	display:none;
}
/*.link_up:hover .up-h {
	display:block;
}.link_up:hover .up {
	display:none;
}*/
.menu_header, .link_up{
	display: inline-block;
}
.menu_header li a.active{
	background: #84c551;
}
.menu_header li a.active:hover,
.menu_header li a.active:focus{
	color: #fff;
}
.menu_header li a:hover, 
.menu_header li a:focus, 
.link_up:hover{
	color: #84c551;
	border-top: 4px solid #84c551;
}
.link_up img{
	margin-left: 13px;
}

.menu_header li a:hover img.up, 
.menu_header li a:focus img.up, 
.link_up:hover img.up{
	display:none;
}
.menu_header li a:hover img.up-h, 
.menu_header li a:focus img.up-h, 
.link_up:hover img.up-h{
	display:initial;
}

.link_up {
	float: right;
	padding-right: 0;
}
.h1, h1{
	font-size: 25px;
	line-height: 28px;
	font-family: 'FiraSans-Medium', sans-serif;
}
.banner p{
	max-width: 500px;
}
.banner{
	font-size: 17px;
	padding-top: 70px;
	padding-bottom: 130px;
	margin-top: 130px;
	background: #E4E0DF url(../img/condishn_4.jpg) no-repeat;

	/*background: url(../img/teh-klimat.jpg) no-repeat;*/
	/*background: url(../img/condishn_3.png) no-repeat;*/
	background-size: contain;
	background-position: top right 100px;
}
.btn{
	display: inline-block;
	width: 117px;
	font-size: 10px;
	font-family: 'ClearSans-Bold';
	text-align: center;
	border-radius: 4px;
  	border: solid 1px #263238;
  	color: #263238;
  	padding: 7px;	
  	text-decoration: none;	
  	margin-right: 10px;	
}
.btn:hover{
	color: #fff;
	background: #0f9147;
	border-color: #0f9147;
}
.h3{
	font-family: 'ClearSans-Bold', sans-serif;
	text-transform: uppercase;
}
.green{
	color: #0f9147;
}
.adv_block img{
	vertical-align: middle;
	margin-right: 14px;	
}
.adv_block{
	 -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #cfd8dc;

}
.adv_item{
	width: 200px;	
}
.h2{
	font-size: 18px;
	font-family: 'FiraSans-Bold', sans-serif;
}
.number{
	font-size: 29px;
	width: 60px;
	  height: 60px;
	  border: solid 1px #263238;
	  border-radius: 50%;
	  font-family: 'FiraSans-Light', sans-serif;
	  display: block;
	  text-align: center;
	  line-height: 60px;
}
.icon_span{
 width: 48px;
  height: 48px;
  background-color: #263238;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: 6px;
  left: 45px;	
}
.icon_span img{
	vertical-align: middle;
}
.icon{
	position: relative;
}
.done .icon_span{
	background-color: #84c551;
}
.item_work .text{
	font-size: 16px;
	max-width: 140px;
}
.item_work:nth-of-type(3) .text{
	max-width: 157px;	
}
.arrow_img{
	position: absolute;
	    top: 30px;
    left: 95px;
}
.work_block .flex{
	 -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.work_block{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.work_block p.h2 {
	font-size:25px;
	line-height: 35px;
	margin: 5px 0;
}
.work_block>img{
	position: absolute;
	top: -51px;
	z-index: 2;
}
.work_block>.container{
	padding-left: 160px;
	z-index: 4;
	position: relative;
}
.block_name{
	font-size: 25px;
	line-height: 35px;
	font-family: 'FiraSans-Medium', sans-serif;
	margin: 0;
}

.descr_action{
	font-size: 18px;
	max-width: 495px;
}
.action_block .btn {
  font-size: 21px;
  color: #0f9147;
  border-radius: 100px;
  border: solid 1px #0f9147;
  width: 236px;
  margin-top: 90px;
  margin-bottom: 34px;
  font-family: 'FiraSans-Medium', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.more-p .btn {
	font-size: 14px;
	color: #0f9147;
	border-radius: 100px;
	border: solid 1px #0f9147;
	width: 236px;
	margin-bottom: 10px;
	font-family: 'FiraSans-Medium', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.action_block .btn:hover, .more-p .btn:hover {
	color: #fff;
}
.action_block{
	background-color: #e9f2f7;
	/*background-image: url(../img/condition_ny3.png);*/
	background-image: url(../img/condition.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.condown{
	width: 632px;
  height: 94px;
  background-color: #84c551;
  margin-bottom: 45px;
  z-index: 4;
  position: relative;
}
.center{
	text-align: center;
}
.product_block{
	  background-color: #dde7eb;
	  padding-top: 40px;
	  padding-bottom: 40px;
}
.product_block .block_name{
	margin-bottom: 15px;
}
.cart_tabs label,.button-box button{
	font-size: 21px;
	font-family: 'FiraSans-Medium', sans-serif;
	color: #0f9147;
	padding: 11px 26px; 
	border: solid 1px #0f9147;
	cursor: pointer;
	margin: 0;
}
input:checked + label,
input:checked + label:hover{
	color: #fff;
	background: #0f9147;
}
.cart_tabs label:nth-of-type(1),.button-box button:nth-of-type(1){
	border-radius: 100px 0 0 100px;
}
.cart_tabs label:nth-of-type(2),.button-box button:nth-of-type(2){
	
	margin-left: -4px;
}
.cart_tabs label:nth-of-type(3),.button-box button:nth-of-type(3){
	border-radius: 0 100px 100px 0;
	margin-left: -4px;
}
.cart_tabs label:hover,.button-box button:hover,.button-box button.active{
	color: #84c551;
	color: #fff;
	background: #0f9147;
}
.cart_tabs{
	text-align: center;
	padding-top: 20px;
}
.cart_tabs input{
	display: none;
}
.cart_item{
	width: 280px;
	background-color: #f1f4f5;
  border: solid 1px #cfd8dc;
  text-align: left;
  padding: 11px 19px;
  margin-bottom: 20px;
  margin-right: 20px;
	display: inline-block;
}
.cart_item .fancybox-img{
	display: inline-block;
	height: 150px;
	width: 100%;
	text-align: center;
}
.cart_item img {
	margin: 0 auto;
	display: block;
	max-height: 150px;
}
#cat-block-3 .cart_item img {
	margin: 0 auto;
	display: block;
	max-height: 180px;
}
.cart_item{
	background-color: #fff;
}
.cart_item:nth-of-type(4n){
	margin-right: 0;
}
.name_product{
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'FiraSans-Bold', sans-serif;
	margin-bottom: 5px;
	height: 44px;
}
#cart_content2 .descr_product {
	min-height: 200px;
}
.descr_product{
	padding-left: 0;
	margin-top: 0;
	min-height: 160px;
	margin-bottom: 10px;
}
.descr_product li{
	list-style: none;
	line-height: 20px;
	position: relative;
	padding-left: 12px;
}
.descr_product li:before{
	position: absolute;
	content: '';
	width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #84c551;
  left:0;
  /*top:50%;	
  margin-top: -2.5px;*/
  top: 8px;
}

.select-room {
	border-bottom: 1px solid #ced7de;
	margin-bottom: 10px;
	height: 65px;
	/*display: none;*/
}
.select-room .room-title {
	font-weight: bold;
}
.select-room .room-list {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.select-room .room-list .room-item {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	vertical-align: top;
	border-radius: 15%;
	border: solid 1px #84c551;
	cursor: pointer;
	color: #000;
	margin-right: 10px;
	height: 24px;
	width: 50px;
}
.select-room .room-list .room-item.active {
	background-color: #84c551;
	color: #fff;
}


.price-by-select-room .condown {
	display: none;
}
.price-by-select-room .condown.active {
	display: block;
}


.price{
	font-family: 'FiraSans-Bold', sans-serif;
	font-size: 32px;
	text-align: center;
	margin-bottom: 21px;
}
.podval{
	margin-left: -19px;
	margin-right: -19px;
	background-color: #cfd8dc;
	font-size: 16px;
	text-align: center;
	padding: 9px;
	margin-top: 0;
	font-weight: bold;
}
.btn_green{
	display: block;
	border-radius: 4px;
  background-image: linear-gradient(to bottom, #13a150, #0f9147);
  
  width: 242px;
  color: #fff;
  font-family: 'ClearSans-Bold', sans-serif;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
.btn_green:hover,
.btn_green:focus{
	 background-image: linear-gradient(to bottom, #84c551, #6aa23e);
}
.cart_item .btn_green {
	background-image: linear-gradient(to bottom, #ffc107, #ce7b00);
}
.cart_item .btn_green:hover,
.cart_item .btn_green:focus{
	 background-image: linear-gradient(to bottom, #FFEB3B, #FFC107);
}
/*.cart_item .btn_green {
	background-image: linear-gradient(to bottom, #F44353, #9F041B);
}
.cart_item .btn_green:hover,
.cart_item .btn_green:focus{
	 background-image: linear-gradient(to bottom, #D93948, #7F0416);
}*/


.category{
	height: 48px;
	font-size: 16px;
	color: #fff;
	font-family: 'FiraSans-Medium', sans-serif;
	margin: 0 0 10px  -25px;
	padding: 12px 26px;
}
.hit{
	background: url(../img/hit.svg) no-repeat;
}
.new{
	background: url(../img/new.svg) no-repeat;
}
.cart_contents{
	margin-top: 65px;
}
.cart_tab.flex{
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
}

.description-box{
	font-size: 18px;
	padding: 20px 0;
	text-align: left;
}
.cart_tabs .cart_tab, .desc-by-prod {
    height: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    display: none;
}
.cart_tabs .cart_tab, .desc-by-prod ul {
    text-align: left;
    margin: 10px auto;
}
#cart1:checked~.cart_contents #cart_content1, 
#cart2:checked~.cart_contents #cart_content2,
#cart3:checked~.cart_contents #cart_content3{
    visibility: visible;
    height: auto;
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all ease-out .2s .1s;
    transition: all ease-out .2s .1s;
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#cart1:checked~.cart_contents .cart-cont1, 
#cart2:checked~.cart_contents .cart-cont2,
#cart3:checked~.cart_contents .cart-cont3{
    visibility: visible;
    height: auto;
    position: relative;
    opacity: 1;
    display: block;
	font-size: 18px;
	text-align: center;
    width: 100%;
    margin: 0 0 20px;
}
.left_block>p:not(.block_name){
	font-size: 16px;
	line-height: 24px;
}
p.blocknote{
	font-family: 'FiraSans-Bold', sans-serif;
	padding-left: 15px;
	position: relative;
}
p.blocknote:before{
	position: absolute;
	content: '';
	top:0;
	bottom: 0;
	left:0;
  border: solid 3px #0f9147;
}
.left_block{
	width:660px;
	display: inline-block;
}
.work_montage{
	padding-top: 50px;
	padding-bottom: 50px;
}
.right_block{
	width: 380px;
	display: inline-block;
}
.right_block .h2{
	margin-top: 0
}
.work_montage .flex{
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.work_montage .btn_green{
	font-size: 21px;
	margin: 20px auto;
	border-radius: 100px;
	text-transform: none;
	width: 300px;
	padding: 11px 10px;
}
.work_montage .right_block .flex-viewport{
	/*height: 253px;*/
	height: 285px;
}
.sertificat{
	background-color: #e9f2f7;
}
.partners{
	padding-top: 70px;
	padding-bottom: 60px;
}

.partners .flexslider .slides img {
	width:140px;
	height:40px;
}
.partners .flex-nav-next,
.partners .flex-nav-prev,
.flex-pauseplay,
.sertificat  .flex-control-nav{
	display: none;
}
.partners .flex-viewport{
	margin-bottom: 50px;
}
.partners .flex-control-nav{
	bottom: -59px;
}
.flex-control-paging li a{
	width: 11px;
  height: 11px;
  background-color: #fff;
}
.flex-control-paging li a.flex-active{
	background-color: #afbdc4;
}
.flexslider{
	background: transparent;
	border: none;
}
.sertificat{
	padding-top: 30px;
	padding-bottom: 30px;
}
.sertificat .flexslider.carousel{
	width: 990px;
	margin: 38px auto 10px;
}
.work_montage .flex-control-paging li a{
	text-indent: 0;
	border: none;
	width: auto;
	height: auto;
	background: transparent;
	font-size: 21px;
	font-family: 'FiraSans-Light', sans-serif;
	color: #263238;
	text-decoration: none;
	box-shadow: none;
}
.work_montage .flex-control-paging li{
	position: absolute;
	left: 0;
	right: 0;
}
.work_montage .flex-control-nav{
	position: relative;
}
.work_montage .left_block .flex-control-nav{
	display: none;
}
.work_montage .flex-control-paging li a:not(.flex-active){
	display: none;	
}
.work_montage .flex-control-paging li a.flex-active:after{
	content: "/18";
}
.left_block .flex-direction-nav a.flex-next,
.left_block .flexslider:hover .flex-direction-nav a.flex-next{	
	right: -45px;
}

.left_block .flex-direction-nav a.flex-prev,
.left_block .flexslider:hover .flex-direction-nav a.flex-prev{	
	left: -45px;
}
.flex-direction-nav a.flex-prev { opacity: 1; left:0;}
.flex-direction-nav a.flex-next { opacity: 1; right: 0;}
.work_montage .right_block .flexslider:hover .flex-direction-nav .flex-prev,
.work_montage .right_block .flex-direction-nav a.flex-prev{
    left:120px;
}
.work_montage .right_block .flexslider:hover .flex-direction-nav .flex-next,
.work_montage .right_block .flex-direction-nav a.flex-next{
	right: 108px;
}
.work_montage .right_block .flex-direction-nav a.flex-prev,
.work_montage .right_block .flex-direction-nav a.flex-next{
	top: auto;
	bottom: -68px;
	
}

.sertificat .flex-direction-nav a.flex-next,
.sertificat .flexslider:hover .flex-direction-nav .flex-next{
	right: -75px;
}
.sertificat .flex-direction-nav a.flex-prev,
.sertificat .flexslider:hover .flex-direction-nav .flex-prev{
	left: -75px;
}
.flex-direction-nav a.flex-next:before{
	content: url(../img/right.svg);
}
.flex-direction-nav a.flex-prev:before{
	content: url(../img/left.svg);
}
.number_slide{
	 width: 22px;
  height: 22px;
  background-color: #263238;
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -13px;
  left: 20px;
}
.slide_step li p{
	height: 98px;
  	border: solid 1px #979797;
  	position: relative;
  	padding: 25px 20px;
  	line-height: 18px;
  	font-size: 14px;

}
.big_slide{
	width: 360px !important;
}
/*.left_block .flexslider li:not(.big_slide){
	width: 220px !important;
}*/
.slide_step{
	width: 600px;
	margin: 0 auto;
}
.vopros_block{
	 background-color: #e9f2f7;
}
.vopros_block .block_name{
	padding-top: 40px;
}
.input{
	background-color: #dde7eb;
  border: solid 1px #afbdc4;
  font-size: 16px;
  padding: 18px 20px;
  width: 380px;

}
.vopros_block p:not(.block_name){
	font-size: 16px
}
.form_vopros{
	width: 788px;
}
.form_vopros p{
	display: inline-block;
}
.form_vopros p:nth-of-type(1){
	margin-right: 20px;
}
.form_vopros .btn_green{
	width: 173px;
	border-radius: 100px;
	border: solid 1px #0f9147;
	cursor: pointer;
	margin-right: 0;
	margin-left: auto;
}
.form_vopros .btn_block{
	text-align: right;
	display: block;
}
.master_img{
	/*width: 345px;	
	margin-top: -30px;*/
	
	width: 455px;
	margin-top: -25px;
	margin-left: -70px;
	margin-right: 10px;	
}
.vopros_block .flex{
	-webkit-box-align: start;
       -ms-flex-align: start;
               -ms-grid-row-align: flex-start;
           align-items: flex-start;	
}
footer{
	background-color: #84c551;
	padding: 15px 0;
}
.develop{
	border-radius: 100px;
  border: solid 1px #0f9147;
  /*padding: 7px;*/
  padding: 8px 11px;
  display: inline-block;
  /*width: 161px;*/
  text-align: center;
   font-family: 'FiraSans-Light', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0f9147;
  text-decoration: none;
}
.develop svg{
	vertical-align: middle;
    margin-left: 3px;
}
.develop:hover{
	background-color: #0f9147;
	color: #fff;
}
.develop:hover #Artboard-1{
	fill: #fff;
}
footer .flex {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.adress{
	margin: 0;
	font-size: 15px;
}
.adress a{
	color: #263238;
}
.flex-direction-nav  a.flex-prev:hover:before,
.flex-direction-nav a.flex-next:hover:before{
	opacity: .5;
}
.modal_form .input{
	background: #fff;
	border-radius: 4px;
  border: solid 1px #cfd8dc;
  width: 560px;
  font-size: 14px;
}
.modal_form .btn_green{
	width: 166px;
	font-size: 14px;
	text-transform: none;
	padding: 7px 7px 6px;
	line-height: 22px;
	margin-right: 0;
	margin-left: auto;
	border: none;
	cursor: pointer;
}
.modal .h2{
	position: relative;
	border-bottom: 1px solid #cfd8dc;
	padding-bottom: 11px;
	margin: 0;
}
.modal_form p{
	margin-top: 9px;
	margin-bottom: 9px;
}
.modal_form{
	margin-top: 19px;
}
.modal_form .btn_block{
	margin-top: 30px;
}
.close{
	color: #90a4ae;
	font-size: 30px;
	font-family: 'ClearSans', sans-serif;
	position: absolute;
	right: 0px;
	top: -14px;
	cursor: pointer;
}
.modal{
	padding: 20px 30px 15px;
	position: fixed;
    display: none;
    opacity: 0;
    z-index: 9999;
    left: 50%;
    margin-left: -310px;
    margin-top: -191px;
    top: 50%;
    width: 620px;
    background: #fff;

}
 .fancybox-skin  h2,  .fancybox-skin .h2{
    position: relative;
    border-bottom: 1px solid #cfd8dc;
    padding-bottom: 11px;
    margin: 0;

 }
 .fancybox-skin form{
 	padding-right: 0px;
 	max-width: 560px;
 	margin-left: auto;
 	margin-right: auto;
 }
 .fancybox-skin .modal-catalog h2,
 .fancybox-skin .modal-catalog .h2{
 	position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top:-1;
 }
 .fancybox-skin .modal-catalog>div{
 	margin-top: 40px;
 }
.modal-catalog {
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto; /*455px;*/
}

.overlay{
	 background-color: #cfd8dc;
	z-index: 9998;
    position: fixed;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.countdownHolder{
	font: 30px 'FiraSans-Medium',sans-serif;

}
.kkcountdown{
	font-size: 30px;
	font-family: 'FiraSans-Medium', sans-serif;
	color: #fff;
}
.condown{
	padding: 29px 20px 18px;
	text-align: center;
	position: relative;
}
.end_timer{
	font-family: 'ClearSans-Bold', sans-serif;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
  background-image: linear-gradient(to bottom, #13a150, #0f9147);
  padding: 9px;
  width: 258px;
  position: absolute;
	top: -34px;
	left:17px;
}
.end_timer img{
	vertical-align: middle;
	margin-right: 17px;
}
.cart_item .condown{
	background: url(../img/akcija.svg) no-repeat;
	margin-left: -25px;
	margin-top: 12px;
	margin-bottom: 0;
	width: 291px;
	text-align: left;
	padding: 7px 0 7px 35px;
	height: auto;
	font-size: 16px;
}
.cart_item .condown .kkcountdown{
	font-size: 16px;
	font-family: 'ClearSans', sans-serif;
	line-height: 18px;
}
.end_action{
	color: #fff;
	font-size: 14px;
}

.price_action{
	color: #000;
	font-size: 22px;
	margin: 11px 0 0;
}
.old_price{
	text-decoration: line-through;
	font-size: 18px;
}

.cart_item .condown  .kkc-hours-text,
.cart_item .condown .kkc-min-text,
.cart_item .condown .kkc-sec-text{
display: none;
}
.cart_item .condown .kkc-days,
.cart_item .condown .kkc-hours,
.cart_item .condown .kkc-min,
.cart_item .condown .kkc-sec{
	position: relative;
	font-family: 'ClearSans-Bold', sans-serif;
	font-size: 18px;
}

.cart_item .condown .kkc-hours:after,
.cart_item .condown .kkc-min:after{
	content: ':';
	margin-right: 4px;
	margin-left: 4px;
}
.btn-tab {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    border-bottom: 1px dotted #0f9147;
    color: #0f9147;
    text-decoration: none;
    font-weight: 700;
}
.btn-tab:hover {
	border-bottom: 1px dotted #84c551;
	color: #84c551;
}


.btn-consultation {
	font-size: 21px;
	border-radius: 100px;
	border: solid 1px #0f9147;
	width: 280px;

    font-family: 'FiraSans-Medium', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
	background: #0f9147;
	color: #fff;
	text-decoration: none;
    display: block;
    text-align: center;	
}
.btn-consultation:hover {
	border: solid 1px #84c551;
    background: #84c551;
}
 
form.modal_form .input.is-error {
	border: 1px solid red;
}
.fancybox-wrap .error-place {
    margin: 20px 0;
}
.fancybox-wrap .success-place {
	margin: 20px 0 0 0;
	width: 380px;
}
.fancybox-wrap .error-place {
	color: red;
}

.fancybox-wrap .success-place {
	color: #0f9147;
}

.vopros_block .input.is-error {
	border: 1px solid red;
}
.vopros_block  .error-place, .vopros_block  .success-place {
    margin: 20px 0;
	font-size: 16px;

}
.vopros_block .error-place {
	color: red;
}

.vopros_block  .success-place {
	color: #0f9147;
}

.sertificat .flexslider .slides img {
	width: initial;
}
.banner>img, #nav-icon2{
	display:none;
}
#nav-icon2{
    width: 25px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.all_show{
	display: none;
}
.vopros_block .d-block {
	display:block;
}

.answer{
	color: #263238;
	display: none;
	opacity: 0;
	transition: 0.3s;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 41px;
	margin-top: 9px;
}
.question{
	font-size: 18px;
	position: relative;
	display: inline-block;
	color: #0f9147;
	font-family: 'ClearSans', sans-serif;
	line-height: 24px;
	margin-left: 41px;
	text-decoration: none;

}
.question>span{
	border-bottom: 1px dashed #0f9147;
	    color: #0f9147;
}
.ques_answer{
	padding: 16px 0px 0;
}
.answer.open{
	display: block;
	opacity: 1;
	transition: 0.3s;
}
.plus__icon{
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: solid 1px #0f9147;
	font-style: normal;
	text-align: center;
	position: absolute;
	left: -41px;
	top: 0;
}
.plus__icon:after,
.plus__icon:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
}
.plus__icon:after{
	width: 13px;
	height: 1px;
	background: #0f9147;
	margin-left: -6.5px;
	margin-top: -0.5px;
}
.plus__icon:before{
	width: 1px;
	height: 13px;
	background: #0f9147;
	margin-left: -0.5px;
	margin-top: -6.5px;
	transition: 0.3s;
	opacity: 1;
}
.question.rotate  .plus__icon:before{
	opacity: 0;
	transition: 0.3s;
}
.question_blocks{
	margin-bottom: 2px;
}

@media (max-width: 1200px){
	.container{
		width: 970px;
	}
	.company-space a.logo{
		margin-right: 10px;
	}
	a.logo>img{
		width: 130px;
	}
	.company-slogan span{
		font-size: 12px;
	}
	.phone_block img{
		margin-right: 10px;
	}
	.phone_block .email_icon{
		margin-left: 20px;
	}
	.form_vopros, .sertificat .flexslider.carousel{
		width: 100%;
	}
	.sertificat .flex-direction-nav a.flex-next, .sertificat .flexslider:hover .flex-direction-nav .flex-next{
		right: -10px;
	}
	.sertificat .flex-direction-nav a.flex-prev, .sertificat .flexslider:hover .flex-direction-nav .flex-prev{
		left: -10px;
	}
	.left_block .flex-direction-nav a.flex-prev, .left_block .flexslider:hover .flex-direction-nav a.flex-prev{
		left: -28px;
	}
	.cart_item:nth-of-type(4n){
		margin-right: 20px;
	}
	.cart_item:nth-of-type(3n){
		margin-right: 0;
	}
}
@media(max-width: 1025px){
	.container,
	.action_block .container .cont_laptop,
	.vopros_block .container>div{
		width: 710px;
		padding-right: 7px;
		padding-left: 7px;
		margin: 0 auto;
	}
	
	.vopros_block .d-block {
		width: 320px;
	}
	
	.vopros_block {
		
	}
	
	.vopros_block .d-block p{
		display: block;
		padding-right: 10px;
	}
	.vopros_block .master_img {
		height: 420px;
		margin-top: 0;
		flex-shrink: 0;
	}
	.vopros_block .block_name {
		padding-top: 20px;
	}
	
	.vopros_block .d-block .input {
		width: 310px;
	}
	
	.form_vopros .btn_green {
		margin-left: 137px;
	}
	
	.work_montage .right_block .flexslider:hover .flex-direction-nav .flex-prev, .work_montage .right_block .flex-direction-nav a.flex-prev{
		left: 105px;
	}
	.head_logo .flex.container{
		width: 742px;
	}
	a.logo>img{
		width: 128px;
	}
	.company-slogan span{
		font-size: 14px;
	}
	.phone_block a:nth-of-type(2){
		display:block;
		margin-left: 27px !important;
	}
	.phone_block>a{
		font-size: 14px;
	}
	.phone_block img{
		width: 14px;
	}
	.phone_block .email_icon{
		margin-left: 0;
	}
	.phone_block{
		padding-left: 20px;
		min-width: 200px;
	}
	.head_logo .flex{
		align-items: center;
	}
	.menu_header{
		width: 650px;
	}
	.menu_header li a{
		font-size: 11px;
		padding: 21px 6px;
	}
	.link_up{
		font-size: 0;
	}
	.banner .container{
		padding-left: 37px;
	}
	.btn-consultation{
		font-size: 16px;
	}
	.adv_block img{
		float: left;
	}
	.adv_item p:not(.h3){
		font-size: 12px;	
	}
	.adv_item p.h3{
		margin-bottom: 0;
		height: 30px;
	}
	.work_block .flex{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
    -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
	}
	.arrow_img, .work_block>img{
		display: none;
	}
	.item_work{
		margin-right: 50px;
	}
	.item_work:nth-of-type(3){
		margin-right: 0;
	}
	.row.work_block{
		background: url(../img/work_men.png);
    background-position: -40% top;
    background-repeat: no-repeat;
    background-size: contain;
	}

	.end_timer{
		left:0;
	}
	.condown{
		text-align: left;
	}
	.action_block .container>p, .action_block .container>a{
		max-width: 366px;
	}
	.action_block{
		background-position: 275% top;
	}
	.action_block .btn{
		margin-top: 40px;
	}
	.cart_item:nth-of-type(3n), .cart_item{
		margin-right: 15px;
	}
	.cart_item:nth-of-type(2n){
		margin-right: 0;
	}
	.cart_tabs .cart_tab{
		max-width: 575px;
		margin: 0 auto;
	}
	.left_block{
		width: 362px;
	}
	.right_block{
		width: 303px;
	}
	.sertificat .flex-viewport{
		max-width: 650px;
		margin: 0 auto;

	}
	.sertificat .flexslider .slides > li{
		margin-right: 15px !important;
	}
	.develop{
		display: block;
	}
	footer .flex{
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.adress{
		max-width: 527px;
		margin-left: 37px;
	}
	.action_block .container,
	.vopros_block .container{
		padding:0;
		width: 100%;
	}
	.partners .flexslider .slides > li{
		width: 140px !important;
		margin-right: 40px !important;
	}
	.all_show{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.fancybox-wrap .success-place {
		width: inherit;
	}	
}
@media(max-width: 767px){
	.company-slogan span:not(.timework), .work_block>img{
		display:none;
	}
	.company-space{
		display: inline-block;
		
	}
	#menu.default{

		position: relative;
	}
	.head_logo .flex{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
		justify-content: center;
	}
	.phone_block a:nth-of-type(2){
		display: inline-block;
	}
	.phone_block>span{
		display: block;
		margin: 15px auto;
		width: 180px;

	}
	.container, .action_block .container .cont_laptop, .vopros_block .container>div,
	.condown, .right_block, .left_block, .input, .form_vopros p, .head_logo .flex.container{
		width: 100%;
	}
	.banner>img{
		display: block;
		width: 100%
	}
	.banner, .row.work_block{
		background: none;
		padding-top: 0;
	}
	.work_block .flex, .cart_tabs .cart_tab{
		 -webkit-box-pack: center;
       -ms-flex-pack: center;
       -webkit-justify-content: center;
           justify-content: center;
	}
	.h1, h1, .block_name{
		font-size: 20px;
	}
	.banner .container{
		padding-left: 10px;
	}
	.adv_block{
		background-color: #cfd8dc;
	-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.adv_item, .item_work{
		width: 132px;
	}
	.adv_block img{
		margin-right: 10px;
		width: 23px;
	}
	.container, .work_block>.container, .action_block .container{
		padding-left: 11px;
		padding-right: 11px;
	}
	.item_work:nth-of-type(2n){
		margin-right: 0;
	}
	.item_work, .item_work:nth-of-type(3){
		margin-right: 10px;
	}
	.end_timer{
		left: 20px;
		width: 239px;
	}
	.kkcountdown, .descr_action{
		font-size: 16px;
	}
	.action_block .kkc-days-text{
		display: inline-block;
		width: 97%;
		margin-left: 5px;
	}
	
	.action_block .cont_laptop p{
		width: 174px;
		margin-left: 0;
	}
	.cart_tabs label,.button-box button{
		font-size: 14px;
		padding: 11px;
	}
	.work_montage .flex{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.right_block{
		margin-right: -11px;
		margin-left: -11px;
	}
	.right_block .h2{
		margin-left: 11px;

	}
	.master_img{
		
		position: absolute;	
		top: 0;
		left:0;
		margin-top: 20px;
	}
	.vopros_block{
		position: relative; 	
	}
	.vopros_block .container>div>p{
		line-height: 24px;
	}
	
	.vopros_block .d-block {
		width: 320px;
		position: relative;
	}

	
	.vopros_block .d-block p.block_name {
		position: absolute;
		top: 0;
		right: 0;	
		width: 138px;		
	}	
	.vopros_block .d-block p.block-desc {
		margin-top: 455px;
		padding-right: 10px;
	}
	.vopros_block .master_img {
		height: 420px;
		margin-top: 0;
	}
	.vopros_block .block_name {
		padding-top: 20px;
	}
	
	.vopros_block .d-block .input {
		width: 100%;
	}
	

	
	.form_vopros p:nth-of-type(1){
		margin-right: 0;
	}
	footer .flex {
	    -webkit-box-pack: center;
       -ms-flex-pack: center;
       -webkit-justify-content: center;
           justify-content: center;
	}
	#nav-icon2{
		display: block;
	}
	#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}
#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 8px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 16px;
}
.menu_header, .modal_form .input, .modal_form .btn_green{
	width: 100%;
}
.menu_header li{
	display: block;
	text-align: center;
	background-color: #afbdc4;
}
.menu_header li>a, .menu_header li>a:hover, .menu_header li>a:focus{
	color: #000;
	border-bottom: solid 1px #90a4ae;
	border-top: none;
}
.menu_block .container{
	padding: 0;
}
.link_up{
	float: none;
	width: 100%;
	font-size: 14px;
	  background-color: #84c551;
	  border-top: none;
	  margin-top: -7px;
	  padding-right: 10px;
}
.link_up:hover, .link_up:focus{
	color: #fff;
	border-top: none;
}
.menu_header li a:hover img.up, .menu_header li a:focus img.up, .link_up:hover img.up{
	display: inline-block;
}
.link_up img{
	float: right;
}
.mobile_menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.company-slogan{
width: 118px;
}
.hamburger__block{
	padding-top: 20px;
	position: relative;
	width: 100%;
	background: #0f9147;
	top:0;
}
.action_block{
	background-size: 50%;
	background-position: 120% center;
}
.modal, .fancybox-skin {
	width: 300px;
	margin-left: -150px;
}
.big_slide, .left_block .flexslider li:not(.big_slide){
	width: 240px !important;
}
.right_block .flexslider, .left_block .flexslider,
.sertificat .flexslider.carousel, .partners .flexslider.carousel{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.slide_step li p{
	height: 140px;	
}
.left_block .flexslider {
	width: 240px;
}
.sertificat .flex-viewport{
	width: 200px;
}
.sertificat  li>img{
	max-width: 100%;
}
.sertificat .flexslider .slides > li {
    margin-right: 0px !important;
}
.flex>div{
	-webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
          flex-grow: 1;
}
.left_block .flex-direction-nav a.flex-next, .left_block .flexslider:hover .flex-direction-nav a.flex-next{
	right: -30px;
}
.partners .flexslider .slides > li{
	margin-right: 15px!important;
}
.left_block .flex-direction-nav a.flex-prev, .left_block .flexslider:hover .flex-direction-nav a.flex-prev{
	left: -30px;
}
 .work_montage .right_block .flexslider:hover .flex-direction-nav .flex-next, .work_montage .right_block .flex-direction-nav a.flex-next{
 	right: 95px;
 }
 .work_montage .right_block .flexslider:hover .flex-direction-nav .flex-prev, .work_montage .right_block .flex-direction-nav a.flex-prev{
 	left: 95px;
 }
 .sertificat .flex-direction-nav a.flex-next, .sertificat .flexslider:hover .flex-direction-nav .flex-next{
 	right:0;
 }
 .sertificat .flex-direction-nav a.flex-prev, .sertificat .flexslider:hover .flex-direction-nav .flex-prev{
 	left:0;
 }
 .cart_item .condown{
 	width: 295px;
 	background-size: cover;
 }
 .flex .cart_item{
 	-webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -webkit-flex-grow: 0; 
    -ms-flex-grow: 0;
     flex-grow: 0; 
 }
 .develop{
 	margin-top: 25px;
 	margin-bottom: 5px; }
 .adress{
 	margin-left: 0;
 	text-align: center;
 }
.form_vopros .btn_green, .btn-consultation, .action_block .btn{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
a.logo>img{
	width: 97px;
	margin-bottom: 5px;
}
.adress{
	font-size: 12px;
	padding-left: 13px;
	padding-right: 13px;
}
.adress span{
	display: block;
}
.adress .no_mob{
	display: none;
}
.banner{
	padding-bottom: 36px;
	margin-top: 0;
}
.work_montage .btn_green, .action_block .btn,.form_vopros .btn_green{
	font-size: 18px;
}
.form_vopros .btn_green{
	text-transform: none;
}
}
@media(max-width: 520px){
	.action_block .kkc-days-text{
		width: 93%;	}
		.cart_item:nth-of-type(3n), .cart_item{
			margin-right: 0;
		}
}

.delivery-cl {
	color:#e54332;
}

@media(max-width: 380px){
	.vopros_block .master_img {
		width: 270px;
		height: 300px;
		margin-left: -45px;
	}
	.vopros_block .d-block p.block-desc {
		margin-top: 320px;
	}
}

.condown.l-hide-i {
	background: none;
	min-height: 77px;
}
.condown.l-hide-i .price_action {
	color: #263238;
}
.condown.l-hide-i .end_action, .condown.l-hide-i .kkcountdown {
	display: none;
}

/** New colors **/
.head_logo {
    background-color: #cce9f5;
}
.menu_block {
    background-color: #259cd3;
}
.company-slogan {
	border-left: 1px solid #259cd3;
}
.company-slogan span {
	color: #259cd3;
}
.menu_header li a:hover, .menu_header li a:focus, .link_up:hover {
	color: #cce9f5;
	background: none;
	border-top: 4px solid #cce9f5;
}
.menu_header li a.active {
    background: #1d94ce;
}
.btn-consultation {
	background: #259cd3;
	border: solid 1px #259cd3;
}
.btn-consultation:hover {
	background: #259cd3;
	border: solid 1px #259cd3;
    opacity: 0.75;
}
.green {
    color: #259cd3;
}
.end_timer {
	color: #259cd3;
	background: #cce9f5;
}
.condown {
	background-color: #259cd3;
}
.action_block .btn {
	color: #259cd3;
	border: solid 1px #259cd3;
}
.action_block .btn:hover, .more-p .btn:hover {
    color: #fff;
	background-color: #259cd3;
}
.cart_tabs label:hover, .button-box button:hover, .button-box button.active {
	background: #259cd3;
}
.cart_tabs label, .button-box button {
	color: #259cd3;
	border: solid 1px #259cd3;
}
.select-room .room-list .room-item.active {
    background-color: #259cd3;
    color: #fff;
}
.select-room .room-list .room-item,
.more-p .btn {
	border: solid 1px #259cd3;
}
.descr_product li::before {
	background-color: #259cd3;
}
.action_block .btn:hover, .more-p .btn:hover {
    color: #fff;
    background-color: #259cd3;
}
.more-p .btn {
    color: #259cd3;
}
p.blocknote::before {
	border: solid 3px #259cd3;
}
.btn_green {
	background-color: #259cd3;
	background-image: none;
}
.btn_green:hover {
	background-color: #259cd3;
	opacity: 0.75;
	background-image: none;
}
.plus__icon {
	border: solid 1px #259cd3;
}
.question {
    color: #259cd3;
}
.plus__icon::after,
.plus__icon::before {
    background: #259cd3;
}
.question > span {
    border-bottom: 1px dashed #259cd3;
    color: #259cd3;
}
.form_vopros .btn_green {
	border: solid 1px #259cd3;
}
footer {
    background-color: #cce9f5;
}
.done .icon_span {
    background-color: #259cd3;
}
.btn-tab {
	color: #259cd3;
	border-bottom: 1px dotted #259cd3;
}
.btn-tab:hover {
    border-bottom: 1px dotted #259cd3;
    color: #259cd3;
	opacity: 0.75;
}
.hamburger__block {
	background: #259cd3;
}