*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6,.head_h3,.head_h2,.head_h4,.head_h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

h1{
	font-size: 30px;
	margin-top: 0px;
}

h2,.head_h5{
	font-size: 24px;
	margin-bottom: 15px;
}

h2.h2_main,
.head_h2 {
	font-size: 36px;
	margin-bottom: 35px;
}

h2.h2_items{
	font-size: 30px;
	margin-bottom: 32px;
}

h2.h2_main a,
.head_h2 a{
	font: inherit;
	text-decoration: underline;
}

h2.h2_main a:hover,
.head_h2  a:hover{
	color: #8FBA3F;
}

h3,
.head_h3{
	font-size: 20px;
}

h3.h3_main,
.head_h3.h3_main{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}

h4,.head_h4{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

h5{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;

}

a{
	color: #8FBA3F;
	cursor: pointer;
	text-decoration: underline;
}

a:hover{
	color: #80A144;
	text-decoration: underline;
}

a, .slow, input, textarea, select, button{
	transition: all 0.15s ease-in-out;
	outline: none;
	box-sizing: border-box;
}

b, strong{
	font: inherit;
	font-weight: 600;
}

body{
	background: #fff;
	color: #41474F;
	color: #333;
	font-size: 15px;
}

header, section, footer{
	box-sizing: border-box;
	position: relative;
}


.content, .content2{
	width: 1170px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.content2{
	width: 1230px;
}

header{
	background-color: rgba(247,248,250,1);
	position: fixed;
	z-index: 15;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: all 0.15s ease-in-out;
}

.header_top{
	box-shadow: inset 0 -1px 0 0 rgba(215,215,215,0.50);
}

.top_menu{

}

.top_menu.tm_right{
	position: absolute;
	right: 0px;
	top: 0px;
}

.top_menu.tm_right>li:last-child{
	padding-right: 0px;
}

.top_menu>li, .top_menu.tm_right>li{
	float: left;
	list-style: none;
	position: relative;
}

.top_menu>li>a, .top_menu.tm_right>li>a{
	font-size: 13px;
	color: rgba(103,111,122,0.75);
	padding: 0 13px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	display: block;
}

.top_menu>li>a:hover, .top_menu.tm_right>li>a:hover, .second_category.small:hover + a, .top_menu>li.active>a{
	color: rgba(103,111,122,1);
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}

.top_menu>li.active>a{
	border-bottom: 1px solid #9CC74C;
}

.top_menu>li:first-child a{
	padding-left: 0;
}

.top_menu.tm_right>li>a:first-child{
	padding-left: 13px;
}

.top_menu:after, .main_menu:after, .price_change:after, .item_price_block:after, .item_buy_block:after{
	content: '';
	display: block;
	clear: both;
}

.header_middle{
	padding: 25px 0;
	position: relative;
}

.top_contact{
	position: absolute;
	top: 0px;
	left: 50%;
}

.top_contact.phone{
	left: auto;
	right: 0px;
	top: -10px;
}

.tc_link a{
	color: #41474F;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.tc_link a:hover{
	color: #8FBA3F;
}

.top_contact.phone .tc_link a{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.top_contact.phone .tc_text{
	margin-top: 0;
}


.tc_text{
	font-size: 14px;
	color: rgba(103,111,122,0.60);
}

.slogan{
	position: absolute;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	left: 190px;
	top: 0px;
	border-radius: 3px;
	border: 1px solid rgba(215,215,215,0.50);
	font-size: 13px;
	color: rgba(103,111,122,0.75);
}

.slogan:before, .slogan:after{
	content: '';
	position: absolute;
	z-index: 3;
	left: -17px;
	top: calc(50% - 10px);
	border: 10px solid transparent;
	border-right: 10px solid #F7F8FA;
}
.slogan:after{
	z-index: 2;
	left: -19px;
	top: calc(50% - 10px);
	border: 10px solid transparent;
	border-right: 10px solid rgba(215,215,215,0.50);
}



.header_bottom{
	padding-bottom: 10px;
}

.header_bottom .tel { 
    display: none; 
    white-space: nowrap;
}
    header.scroll .header_bottom .tel {
        display: block;
        margin-top: 10px;
    }
    header.scroll .header_bottom .tel a {
        font-size: 115%;
        text-decoration: none;
        font-weight: bold;
    }
    header.scroll .header_bottom .content {
        display: flex;
        align-items: start;
        gap: 30px;
        justify-content: center;
        width: 100%;
        padding: 0 15px;
    }

.main_menu{
	margin: 0 -15px;
}

.main_menu>li{
	float: left;
	list-style: none;
	margin-right: 10px;
	position: relative;
}

.main_menu>li:last-child{
	margin-right: 0;
}

.main_menu>li>a{
	font-size: 16px;
	text-decoration: none;
	color: #41474F;
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	display: block;
	border-radius: 4px;
}

.main_menu>li.active>a{
	background-color: #fff;
}

.main_menu>li>a:hover, .second_category:hover + a{
	background: #fff;
	color: #8FBA3F;
}

.icon-wa {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-wa.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
}
.icon-tg {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-tg.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
}

.main_menu>li>a>i, .tm_right>li>a>i, .main_menu>li>a>span.arrow, .top_menu>li>a>span.arrow, .main_menu_mobile>li>a>i,
.advantages-index>ul>li>i{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/sprite.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
	margin-right: 6px;
}

li>a>i.mmi_1,
li>i.mmi_1{
	background-position: 0 0 !important;
}
li>a>i.mmi_2,
li>i.mmi_2{
	background-position: -20px 0 !important;
}
li>a>i.mmi_3,
li>i.mmi_3{
	background-position: -40px 0 !important;
}
li>a>i.mmi_4,
li>i.mmi_4{
	background-position: -60px 0 !important;
}
li>a>i.mmi_5,
li>i.mmi_5{
	background-position: -80px 0 !important;
}
li>a>i.mmi_6,
li>i.mmi_6{
	background-position: -100px 0 !important;
}

.main_menu>li>a>span.arrow, .top_menu>li>a>span.arrow{
	margin: 0 0 0 3px;
	top: 5px;
	background-position: -120px 0;
	transition: all 0.15s ease-in-out;
}

.main_menu>li>a:hover>span.arrow, .top_menu>li>a:hover>span.arrow, .second_category:hover + a>span.arrow{
	transform: rotate(180deg);
	top: 6px;
}

.top_menu>li>a>span.arrow{
	transform: scale(0.75);
	top: 5.5px;
	margin: 0 0 0 1px;
}

.top_menu>li>a:hover>span.arrow, .second_category.small:hover + a>span.arrow{
	transform: rotate(-180deg) scale(0.75);
	top: 6.5px;
}

.tm_right>li>a>i{
	position: relative;
	top: 6px;
}

.second_category{
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 50px;
	background-color: #fff;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	border-radius: 4px;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in-out;
}

.second_category>li{
	list-style: none;
}

.second_category>li>a{
	text-decoration: none;
	color: #41474F;
	padding: 10px 30px;
	display: block;
	white-space: nowrap;
	min-width: 240px;
}

.second_category>li>a:hover{
	background-color: #F7F8FA;
	color: #8FBA3F;
}

.second_category>li.active>a{
	background-color: #F7F8FA;
}

.main_menu>li:hover > .second_category, .top_menu>li:hover > .second_category{
	opacity: 1;
	visibility: visible;
	top: 44px;
}

.second_category.small{
	top: 44px;
}

.second_category.small>li{

}

.second_category.small>li>a{
	font-size: 13px;
	padding: 5px 10px;
	min-width: 200px;
}

.top_menu>li:hover > .second_category.small{
	top: 38px;
}


.top_content{
	padding-top: 194px;
	position: relative;
}

.top_content:before, .video_block:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 250px;
	background-color: #F7F8FA;
}


.banner{
	background-color: #fff;
	min-height: 20px;
	border-radius: 8px;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.07);
	overflow: hidden;
	position: relative;
}

.main_catalog{
	padding: 30px 0 100px;
}

.articles-block__list {
    list-style: none;
    padding: 0;
    margin: 0 -15px 0 -10px;
}
.articles-block__list > li {
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    margin-left: -5px;
    padding: 0 15px;
    margin-bottom: 30px;
}
    .articles-block__list > li:before,
    .pagination>li:before { content: ""; display: none; }

.pagination>li>a, .pagination>li>span { color: #41474f; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #8caf4a; border-color: #8caf4a;}

.item_img{
	display: block;
	position: relative;
	padding-top: 80%;
    border-radius: 8px;
 	transform: translate3d(0,0,0);
	overflow: hidden;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.07);
	margin-bottom: 25px;
}

.item_img img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.item_img:hover img{
	transform: scale(1.04);
}

.item_title, .new_title{
	display: block;
	font-size: 16px;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #41474F;
	text-decoration: none;
}

.item_title:hover, .new_title:hover{
	text-decoration: none;
}

.item_text{
	font-size: 13px;
	color: rgba(103,111,122,0.6);
    color: #333;
	line-height: 18px;
	margin-top: 10px;
	padding: 0 10px;
}

.item_price_block{
	margin: 15px 0;
	padding: 0 10px;
}

.ipb_left, .ipb_right{
	float: left;
	width: 40%;
}

.ipb_right{
	width: 60%;
}

.ipbl_price1, .ipbl_price2{
	display: none;
}

.ipbl_price1.active, .ipbl_price2.active{
	display: block;
}

.price_change{
	background: rgba(215,215,215,0.30);
	border-radius: 4px;
	height: 37px;
	padding: 2px;
}

.price_change a{
	display: block;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	float: left;
	width: 50%;
	border-radius: 2px;
	text-decoration: none;
	color: rgba(103,111,122,0.4);
}

.price_change a:hover{
	color: rgba(103,111,122,1);
}

.price_change a.active{
	background-color: #fff;
	color: rgba(103,111,122,1);
}

.ipbl_price{
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #41474F;
}

.ipbl_price.new{
	color: #D23838;
	line-height: normal;
}

.ipbl_old{
	font-size: 10px;
	color: #676F7A;
	text-decoration: line-through;
	line-height: normal;
	margin-top: 6px;
}

.item_buy_number{
	float: left;
	width: calc(40% - 20px);
	margin-right: 20px;
	position: relative;
}

.item_buy_number input{
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: none;
	background: rgba(215,215,215,0.30);
	border-radius: 4px;
	box-sizing: border-box;
	color: #41474F;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
}

.item_buy_number input:hover, .item_buy_number input:focus{
	background: rgba(215,215,215,0.50);
}

.item_buy_number input::-webkit-outer-spin-button, .item_buy_number input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.item_buy_block{
	padding: 0 10px;
}

.item_buy_block .green_btn{
	width: 60%;
}

.green_btn, .btn_border, .white_btn, .ylw_btn{
	display: inline-block;
	text-decoration: none;
	padding: 0 25px; 
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 4px;
	background-color: #9CC74C;
	border: none;
	font-weight: 500;
	font-size: 16px;
}
.ylw_btn { 
    background: #feef02; 
    color: #000;
    text-decoration: none;
}
.ylw_btn:hover { 
    background: #fed702; 
    color: #fff;
    text-decoration: none;
}

.green_btn:hover{
	background-color: #8FBA3F;
	color: #fff;
	text-decoration: none;
}

.btn_border{
	background: rgba(255,255,255,0.00);
	border: 1px solid #9CC74C;
	color: #41474F;
}

.btn_border:hover{
	text-decoration: none;
}




.item_buy_number .minus, .item_buy_number .plus{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	top: calc(50% - 10px);
	background: url(../images/sprite.svg);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
	transition: all 0.15s ease-in-out;
}

.item_buy_number .plus{
	background-position: -20px -20px;
	left: auto;
	right: 5px;
	
}

.item_buy_number:hover .minus, .item_buy_number:hover .plus{
	opacity: 1;
}

.item_sale{
	position: relative;
	width: 80px;
	text-align: center;
	z-index: 2;
	top: -36px;
	margin: 0 0 -22px 10px;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #D23838;
	text-transform: uppercase;
	font-weight: 500;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background-color: #F7F8FA;
	border: 1px solid #F7F8FA;
	position: relative;
	transition: all 0.15s ease-in-out;
}

.owl-nav .owl-prev:after, .owl-nav .owl-next:after{
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all 0.15s ease-in-out;
}

.owl-nav .owl-prev.disabled:after, .owl-nav .owl-next.disabled:after{
	filter: grayscale(100%);
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled{
	opacity: 0.5;
}

.owl-nav .owl-prev.disabled:hover, .owl-nav .owl-next.disabled:hover{
	opacity: 0.5;
	background-color: #F7F8FA;
}

.owl-nav .owl-prev:after{
	transform: rotate(180deg);
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	background-color: #fff;
}

.main_catalog .owl-nav{
	position: absolute;
	right: 0px;
	top: -70px;
}

.main_catalog .owl-nav .owl-prev, .main_catalog .owl-nav .owl-next{
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

.main_tarif{
	padding: 70px 0 90px;
	background-color: #F7F8FA;
}

.tarifs_block:after{
	content: '';
	display: block;
	clear: both;
}

.tarif{
	width: 25%;
	float: left;
	background-color: #fff;
	position: relative;
}

.tarif.hit{
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	
	margin-top: -10px;
}

.tarif.hit .tarif_title{
	height: 180px;
}

.tarifs_block .tarif:last-child{
	border-right: 0px;
	border-radius: 0 8px 0 0;
	overflow: hidden;
}

.tarifs_block .tarif:first-child{
	border-right: 0px;
	border-radius: 8px 0 0 8px;
	border: 1px solid rgba(215,215,215,0.30);
}

.tarif.hit{
	z-index: 10;
	box-shadow: 0 25px 50px 0 rgba(0,0,0,0.05);
}

.tarif.hit .hit_label{
	right: -28px;
    top: 12px;
}

.tarif.hit .tarif_title{
 background-color: #232931;
}

.tarif.hit .tarif_price{
	padding-top: 10px;
}

.tarif.hit:after{
	content: '';
	position: absolute;
	z-index: -1;
	top: -10px;
	bottom: -10px;
	left: 0px;
	right: 0px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 25px 50px 0 rgba(0,0,0,0.07);
}

.tarif_title{
	height: 160px;
	display: block;
	vertical-align: top;
	padding: 30px;
	color: #fff;
	position: relative;
	z-index: 2;
	background-color: #85AC3D;
}

.tarifs_block .tarif:first-child .tarif_title{
	border: 1px solid rgba(215,215,215,0.30);
}

.tarif_title1{
	font-family: Montserrat-Black;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
}

.tarif_title2{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

.tarif_title2 b{
	font-weight: 800;
}



.tarif_price{
	padding: 20px 30px 10px;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.tarif_price b{
	font-size: 48px;
	font-weight: 800;
}

.tarif.hit .tarif_price{
	color: #D23838;
}

.tarif_ul{
	padding: 10px 30px;
	min-height: 470px;
	border-top: 1px solid rgba(215,215,215,0.65);
}

.tarif_ul>li{
	list-style: none;
	margin: 15px 0;
	font-size: 14px;
	color: #676F7A;
	padding-left: 20px;
	position: relative;
}

.tarif_ul>li:before{
	content: '';
	background: #9CC74C;
	width: 8px;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.tarif .btn_border, .tarif .green_btn{
	text-align: center;
	width: calc(100% - 60px);
	padding: 0px;
	height: 60px;
	line-height: 60px;
	margin: 0px 30px 30px;
}

.hit_label{
	height: 30px;
	width: 110px;
	line-height: 32px;
	background-color: #FEEF02;
	color: #41474F;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	right: -25px;
	top: 5px;
	transform: rotate(35deg);
}

.hit_label_block{
	position: absolute;
	left: 0px;
	right: 0px;
	top: -10px;
	height: 80px;
	z-index: 10;
	overflow: hidden;
}

.banner_main_middle{
	background-color: #F7F8FA;
    padding-bottom: 30px;
}

.banner_middle{
	background-color: #9CC74C;
	border-radius: 8px;
	color: #fff;
	background-image: url(../images/bg_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
}

.works_grid_main, .works_grid{
	margin-top: -40px;
}

.work{
	margin-top: 80px;
}
.work.work-page { margin-top: 0; }

.work:after{
	content: '';
	display: block;
	clear: both;
}

.work_img, .work_text{
	float: left;
	width: 50%;
}
.work.work-page .work_img, .work.work-page .work_text { float: none; width: 100%; }

.work_text{
	padding: 50px 80px 0;
}
.work.work-page .work_text { padding: 30px 0 0 0; }

.work_img{
	
}

.work_img .work_slider{
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.07);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.work_img .item_img{
	padding-top: 70%;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0px;
}

.inner_gallery { overflow: hidden; }
.inner_gallery .mini_item img { filter: none; opacity: 1;}
.work_slider .owl-nav,
.main_slider .owl-nav,
.big_item .owl-nav,
.inner-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: calc(50% - 22px);
	right: 0px;
	z-index: 10;
	margin-top: 0;
}

.work_slider .owl-nav .owl-prev, .work_slider .owl-nav .owl-next,
.main_slider .owl-nav .owl-prev, .main_slider .owl-nav .owl-next,
.big_item .owl-nav .owl-prev, .big_item .owl-nav .owl-next,
.inner-slider .owl-nav .owl-prev, .inner-slider .owl-nav .owl-next{
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0 4px 4px 0;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0);
}
.work_slider .owl-nav .owl-next,
.main_slider .owl-nav .owl-next,
.big_item .owl-nav .owl-next,
.inner-slider .owl-nav .owl-next
{
	left: auto;
	right: 0px;
	border-radius: 4px 0 0 4px;
}

.work_slider .owl-nav .owl-prev:hover, .work_slider .owl-nav .owl-next:hover,
.main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:hover,
.big_item .owl-nav .owl-prev:hover, .big_item .owl-nav .owl-next:hover,
.inner-slider .owl-nav .owl-prev:hover, .inner-slider .owl-nav .owl-next:hover
{
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
}

.work_slider .owl-nav .owl-prev:after, .work_slider .owl-nav .owl-next:after,
.main_slider .owl-nav .owl-prev:after, .main_slider .owl-nav .owl-next:after,
.big_item .owl-nav .owl-prev:after, .big_item .owl-nav .owl-next:after,
.inner-slider .owl-nav .owl-prev:after, .inner-slider .owl-nav .owl-next:after{
	filter: brightness(400%);
}

.work_slider .owl-nav .owl-prev:hover:after, .work_slider .owl-nav .owl-next:hover:after,
.big_item .owl-nav .owl-prev:hover:after, .big_item .owl-nav .owl-next:hover:after{
	filter: brightness(100%);
}

.main_slider .owl-nav .owl-prev:after, .main_slider .owl-nav .owl-next:after,
.inner-slider .owl-nav .owl-prev:after, .inner-slider .owl-nav .owl-next:after{
	filter: brightness(100%);
}

.inner-slider { padding: 15px 0; }
.owl-dots {
    text-align: center;
    padding-top: 10px;
    margin: 0 -5px 0 0;
}
    .owl-dots > .owl-dot {
        display: inline-block;
        vertical-align: middle;
        margin-left: -5px;
        padding: 0 5px;
    }
        .owl-dots > .owl-dot span {
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            border: 2px solid #8fba3f;
        }
        .owl-dots > .owl-dot.active span { background: #8fba3f; }

.table_character{
	margin: 10px 0;
}

.table_character:after{
	content: '';
	display: block;
	clear: both;
}

.table_character dt, .table_character dd{
	width: 50%;
	float: left;
	margin-top: 9px;
	position: relative;
}

.table_character dt{
	color: #676F7A;
	font-weight: 400;
}

.table_character dt span{
	position: relative;
	z-index: 1;
	background-color: #F7F8FA;
	padding: 0 10px 0px 30px;
}

.table_character dt:after{
	content: '';
	position: absolute;
	z-index: 0;
	left: 0px;
	right: 10px;
	bottom: 6px;
	border-top: 1px dashed #D7D7D7;
}

.table_character dd{
	color: #41474F;
	font-weight: 700;
}

.work_text_title{
	font-size: 24px;
	color: #41474F;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}

.work_text_title:hover{
	text-decoration: none;
}

.work_text_text{
	font-size: 13px;
	color: rgba(103,111,122,0.60);
	line-height: 20px;
}
.work.work-page .work_text_text{ font-size: 100%; color: #41474f;}

.tc_icon{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: -1px;
	margin-right: 5px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
}

.tc_icon.icon1{
	background-position: -40px -20px;
}
.tc_icon.icon2{
	background-position: -60px -20px;
}
.tc_icon.icon3{
	background-position: -80px -20px;
}

.work_btns{
	margin-top: 25px;
}

.work_btns:after{
	content: '';
	display: block;
	clear: both;
}

.work_btns .green_btn, .work_btns .btn_border{
	height: 56px;
	line-height: 56px;
}

.work_btns .btn_border{
	width: calc(50% - 20px);
	margin-right: 20px;
}

i.carret{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -140px 0px;
	margin: 0 0px 0 5px;
	transition: all 0.15s ease-in-out;
}

.work_btns .btn_border:hover i.carret{
	margin: 0 -3px 0 8px;
}

.video_block{
	margin: 0 0 40px 0;
	position: relative; 
}

.new_title{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: none;
	line-height: 20px;
	padding: 0px;
	margin: -5px 0 15px;
}

.new_date{
	font-size: 12px;
	color: rgba(103,111,122,0.75);
}

.goods{
	text-align: center;
	font-size: 0;
}


.good{
	display: inline-block;
	width: 33.3333%;
	vertical-align: top;
	padding: 0px 20px;
}

.goods .good .good_title{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin: 15px 0 10px;
}

.goods .good .good_text{
	font-size: 13px;
	color: rgba(103,111,122,0.75);
	text-align: center;
	line-height: 20px;
}

.good_img{
	margin: 10px 0 10px;
}

.bottom_form{
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 100px 0;
}

.bottom_form_text{
	font-size: 15px;
	color: rgba(103,111,122,0.60);
	line-height: 20px;
	margin-bottom: 30px;
}

.bottom_form_content{
	padding: 0px 0 0 100px;
	width: 55%;
	position: relative;
	z-index: 2;
}


.bottom_form_btns .green_btn, .bottom_form_btns .btn_border{
	height: 64px;
	line-height: 64px;
	margin-right: 30px;
	font-size: 16px;
	padding: 0 40px;
}

.icon_chat{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	position: relative;
	top: 4px;
	transform: scale(1.3);
}

.bottom_form_img{
	position: absolute;
	right: 100px;
	bottom: -100px;
	z-index: 0;
}


footer{
	background-color: #8CAF4A;
	background-image: url(../images/bg_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
	color: #fff;
}

.footer_bottom{
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.footer_bottom{
	font-size: 12px;
}

.footer_bottom a{
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

.footer_bottom a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.footer_middle{
	padding: 60px 0 40px;
}

.footer_ul{

}

.footer_ul>li{
	list-style: none;
	margin-bottom: 15px;
}

.footer_ul>li>a{
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}

.footer_ul>li>a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.footer_ul.two_columns:after{
	content: '';
	display: block;
	clear: both;
}

.footer_ul.two_columns>li{
	float: left;
	width: calc(50% - 30px);
}

.top_menu .soc>a { 
    display: block !important;
    padding: 7px 5px !important;
}
    .top_menu .soc>a>img { height: 26px; }

.socials>li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.socials>li>a{
	display: block;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.socials>li>a img { height: 30px; }


.socials>li>a.soc_ig{
	background-position: 0px -80px;
}
.socials>li>a.soc_yt{
	background-position: -45px -80px;
}

.footer_top{
	padding: 45px 0 25px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.fc_link{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

a.fc_link:hover{
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

.fc_text{
	color: rgba(255,255,255,0.6);
}


.video_banner{
	padding: 115px 130px;
	background-image: url(../images/bg_video.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 90%;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.video_banner_text, .banner_middle_text{
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

.video_banner_text b, .banner_middle_text b{
	display: block;
	font-weight: 800;
}

.video_banner.mini{
	padding: 40px 130px;
	background-position: center 75%;
}

.video_banner.mini .video_banner_text{
	font-size: 24px;
}

.video_banner.mini .video_banner_text b{
	font-size: 24px;
	display: inline-block;
}

.video_block.top_video{
	padding-top: 194px;
}

.video_play{
	width: 70px;
	height: 70px;
	position: absolute;
	right: 230px;
	top: calc(50% - 35px);
}

.video_banner.mini .video_play{
	right: 170px;
	transform: scale(0.8);
}

.video_play i{
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 100%;
	background-color: #fff;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: 0 -125px;
	transition: all 0.35s ease-in-out;
}

.video_play:hover i{
	transform: scale(1.05);
	box-shadow: 0 25px 50px rgba(255,255,255,0.2);
}

.video_play:after, .video_play:before{
	content: '';
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 0;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.0);
	border: 1px solid rgba(255,255,255,0.35);
	animation: video_play1 3s infinite ease-in-out;
}

.video_play:before{
	left: -75px;
	top: -75px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255,255,255,0.12);
	animation: video_play2 4s infinite ease-in-out;
}


@keyframes video_play1 {
	from {border: 1px solid rgba(255,255,255,0.0); transform: scale(0.8);}
	50% {border: 1px solid rgba(255,255,255,0.35); transform: scale(1);}
	to {border: 1px solid rgba(255,255,255,0.0); transform: scale(1.8);}
}
@keyframes video_play2 {
	from {border: 1px solid rgba(255,255,255,0.0); transform: scale(0.8);}
	50% {border: 1px solid rgba(255,255,255,0.12); transform: scale(1);}
	to {border: 1px solid rgba(255,255,255,0.0); transform: scale(1.8);}
}

.banner_middle_content{
	padding: 100px 130px;
	width: 65%;
}

.banner_middle_text{
	padding: 0px;
}

.banner_text_yellow{
	background-color: #FEEF02;
	border-radius: 4px;
	display: inline-block;
	padding: 8px 20px;
	color: #678431;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
}

.banner_text_yellow:before{
	content: '';
	border: 8px solid transparent;
	border-bottom: 8px solid #FEEF02;
	position: absolute;
	left: 15px;
	top: -15px;
}

.bm_text{
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 30px;
}

.white_btn{
	background: #fff;
	border-radius: 4px;
	color: #232931;
}

.white_btn:hover{
	color: #80A144;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.07);
	text-decoration: none;
}

.black_input{
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px;
	height: 60px;
	padding: 0 20px;
	border: none;
	color: #fff;
	width: calc(60% - 20px);
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 20px;
	float: left;
}

.black_input:hover, .black_input:focus{
	background-color: rgba(0,0,0,0.2);
}

.black_input::-webkit-input-placeholder {color: rgba(255,255,255,0.8);}
.black_input::-moz-placeholder          {color: rgba(255,255,255,0.8);}
.black_input:-moz-placeholder           {color: rgba(255,255,255,0.8);}
.black_input:-ms-input-placeholder      {color: rgba(255,255,255,0.8);}


.form_light .white_btn{
	height: 60px;
	border: none;
	width: 40%;
	float: left;
}

.form_light:after{
	content: '';
	display: block;
	clear: both;
}

.banner_middle_content small{
	margin-top: 10px;
	display: block;
}

.phone_img{
	position: absolute;
	right: 140px;
	bottom: 0px;
	z-index: 0;
}

.main_slider{
	border-radius: 8px;
	overflow: hidden;
}

.main_slide{
	position: relative;
	overflow: hidden;
	height: 380px;

}

.main_slider_title{
	display: inline-block;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 2px 12px;
	border-radius: 4px;
}
.main_slider_title:after {content: ""; display: block;}

.main_slider_title.light{
	font-weight: 400;
	font-size: 36px;
}

.main_slider_title.bold{
	font-weight: 800;
	font-size: 30px;
	margin-top: -8px;
}


.main_slider_content{
	padding: 80px 130px;
	width: 65%;
	position: relative;
	z-index: 2;
}

.main_slider_text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 25px 0 30px;
	color: #fff;
	padding: 3px 10px 5px 0;
	border-radius: 4px; 
}
.main_slider_text > span {
	display: inline-block;
	background-color: #9CC74C;
	border-radius: 4px; 
}

.bg_slider{
	background-color: #9CC74C;
	position: absolute;
	z-index: 0;
	left: -200px;
	right: 65%;
	top: 0px;
	bottom: 0px;
	transform: skewX(35deg);
}

.main_slide .white_btn{
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	position: relative;
}

.slider_img{
	position: absolute;
	z-index: -1;
	right: 0px;
	top: 0px;
}

.free_label{
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: 10px;
	background: #232931;
	color: #fff;
	border-radius: 4px;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 0 15px;
	transform: skewY(-7deg);
	animation: free_label 1s infinite ease-in-out;
	white-space: nowrap;
}


@keyframes free_label {
	from {top: 0px;}
	50% {top: 10px;}
	to {top: 0px;}
}

.free_label:before{
	content: '';
	position: absolute;
	left: -16px;
	top: 8px;
	border: 10px solid transparent;
	border-right: 10px solid #232931;

}

header.scroll{
	background-color: rgba(247,248,250,0.96);
	top: -134px;
}

.modal-content{
	box-shadow: none;
	border: none;
	border-radius: 8px; 
}

.modal-content .head {
	padding: 30px 20px 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.modal-content .close{
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
}

.modal_form{
	padding: 0 30px;
}

.modal_form input{
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: none;
	background: rgba(215,215,215,0.30);
	border-radius: 4px;
	box-sizing: border-box;
	color: #41474F;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
	padding: 0 20px;
}

.modal_form input:hover, .modal_form input:focus{
	background: rgba(215,215,215,0.50);
}

.modal-content small{
	padding: 15px 30px 20px;
	font-size: 10px;
	text-align: center;
	display: block;
	color: rgba(103,111,122,0.60);
}

.modal_form button{
	display: block;
	width: 100%;
	height: 60px;
	font-size: 18px;
}

.modal_text{
	padding: 0px 30px 15px;
	text-align: center;
	display: block;
	font-size: 13px;
	color: rgba(103,111,122,0.60);
}

.page{
	padding: 0px 0 80px;
}
.page.page-ukladka {
    padding: 0 0 30px;
}
.page .main_tarif { padding: 30px 0; }

.page_grid:after{
	content: '';
	display: block;
	clear: both;
}

.pg_left{
	float: left;
	position: sticky;
	top: 90px;
	width: calc(25% - 30px);
	margin-right: 30px;
}

.pg_right{
	float: left;
	width: 75%;
}

.breadscrumb{
	margin-bottom: 20px;
}

.breadscrumb>li{
	list-style: none;
	display: inline-block;
	position: relative;
	color: rgba(103,111,122,0.3);
	font-size: 13px;
	margin-right: 25px;
}

.breadscrumb>li:after{
	content: '>';
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	right: -17px;
	top: 2px;
	color: rgba(103,111,122,0.4);
}

.breadscrumb>li:last-child:after{
	display: none;
}

.breadscrumb>li>a{
	color: rgba(103,111,122,0.6);
	text-decoration: none;
}

.breadscrumb>li>a:hover{
	color: rgba(103,111,122,1);
	text-decoration: none;
}

.page_content p.lead{
	font-size: 18px;
	font-weight: 400;
	color: #41474F;
}
.page_content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.page_content ul>li, .page_content ol>li{
	list-style: none;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	color: #676F7A;
	margin-bottom: 15px;
}

.page_content ul>li:before{
	content: '';
	background: #8FBA3F;
	width: 8px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 8px;
}

.page_content ol{
	counter-reset: myCounter;
}

.page_content ol>li:before{
	counter-increment: myCounter;
  	content:counter(myCounter) ".";
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 800;
  	color: #8FBA3F;
  	position: absolute;
	left: 0px;
	top: 0px;
	
}

.page_content table{
	width: 100%;
	border-radius: 6px;
	display: block;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.05);
}

.page_content table thead{
	width: 100%;
}

.page_content table thead tr td{
	background: #F7F8FA;
	padding: 10px 20px;
	min-width: 120px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	border-right: 1px solid rgba(0,0,0,0.05);
}

.page_content table thead tr td:last-child, .page_content table tbody tr td:last-child{
	border-right: 0;
}

.page_content table tbody{
	width: 100%;
}

.page_content table tbody tr td{
	padding: 15px 20px;
	min-width: 120px;
	font-size: 14px;
	line-height: 1.4;
	border-right: 1px solid rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.05);
	vertical-align: top;
}

.page_content table tbody tr td.table_small{
	font-size: 13px;
	color: #676F7A;
}

table.small_table thead tr td, table.small_table tbody tr td{
	min-width: auto;
	width: 12.7% !important;
	padding: 15px;
}

table.small_table thead tr td:first-child, table.small_table tbody tr td:first-child{
	width: 11.1% !important;
}


.page_content .nav-tabs{
	border: none;
	margin-bottom: -1px
}
.inner-tabs {
    padding: 15px 0;
}

.page_content .nav-tabs>li{
	padding: 0px;
	margin: 0px;
}

.page_content .nav-tabs>li:before{
	display: none;
}

.page_content .nav-tabs>li.active a{
	border: 1px solid rgba(0,0,0,0.05);
	border-bottom: 0;
}

.page_content .nav-tabs>li>a{
	text-decoration: none;
	border-bottom: 0;
}

.page_content .nav-tabs>li>a:hover, .page_content .nav-tabs>li>a:focus{
	text-decoration: none;
	background: #fff;
	border-bottom: 0;
}

.page_content .tab-content{
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 0 6px 6px 6px;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.05);
	padding: 25px;
}

.page_content .panel-heading{
	background: #fff;
}

.page_content .panel-heading a{
	text-decoration: none;
	background: #fff;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}

.page_content .panel-heading a:hover, .page_content .panel-heading a:focus{
	text-decoration: none;
	color: #8FBA3F;
}

.page_content .panel.panel-default{
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 6px;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.05);
}
.inner-accordion { padding: 15px 0; }

.left_menu_ul{
	margin: 0 0 40px;
}

.left_menu_ul h4,
.left_menu_ul .head_h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #8FBA3F;
	text-transform: uppercase;
	margin: 5px 0px 15px;
}

.left_menu_ul ul{
}


.left_menu_ul ul li{
	list-style: none;
	position: relative;
}

.left_menu_ul ul li a{
	font-size: 13px;
	color: #676F7A;
	text-decoration: none;
	padding: 7px 20px;
	display: block;
}

.left_menu_ul ul li a:hover{
	text-decoration: none;
	color: #8FBA3F;
}

.left_menu_ul li.active:before{
	content: '';
	background: #8FBA3F;
	width: 8px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 16px;
}

.left_menu_ul li.active a{
	color: #8FBA3F;
}

.pg_left div:last-child{
	margin: 0 0 5px;
}

.works_grid{
	margin: -25px 0 0 0;
}

.works_grid .work{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 50px;
}

.works_grid .work_img, .works_grid .work_text{
	display: table-cell;
	width: 50%;
	float: none;
	padding: 0px;
	vertical-align: middle;
}

.works_grid .work_text{
	padding-left: 30px;
}

.work_btns .btn_border{
	text-align: center;
	padding: 0px; 
}

.items_grid{
	font-size: 0px;
	margin: 0 -15px -50px;
}

.items_grid .item{
	display: inline-block;
	width: calc(33.333% - 30px);
	margin: 0 15px 50px;
	vertical-align: top;
	position: relative;
}
.item .hit_label_block,
.cb_calc .hit_label_block,
.big_item_grid .big_left .hit_label_block { top: 0; z-index: 10;}

.analog_items{
	margin: 80px 0 0;
	padding: 0px;
	position: relative;
}

.big_item_grid{

}

.big_item_grid:after{
	content: '';
	display: block;
	clear: both;
}


.big_item_grid .big_left, .big_item_grid .big_right{
	float: left;
	width: 60%;
	position: relative;
}

.big_item_grid .big_right{
	width: calc(40% - 30px);
	margin-left: 30px;
	position: sticky;
	top: 95px;
}


.big_item_grid.big_service .big_left{
	width: 65%;
}

.big_item_grid.big_service .big_right{
	width: calc(35% - 30px);
}

.big_item_grid .big_left .item_img{
	margin: 0px;
}

.zoom{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0);
	transition: all 0.25s ease-in-out;
}

a:hover>.zoom{
	background-color: rgba(0,0,0,0.4);
}

.zoom:after{
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 2;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	transition: all 0.25s ease-in-out;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -70px -125px;
	opacity: 0;
	transform: scale(1);
}

a:hover>.zoom:after{
	transform: scale(1.4);
	opacity: 1;
}

.mini_items{
	margin: 10px -5px 20px;
	overflow: hidden;
}
.mini_items .swiper-slide { width: 100px; }
.mini_items:after{
	content: '';
	display: block;
	clear: both;
}

.mini_item{
	display: block;
	position: relative;
	padding-top: 15%;
	border-radius: 8px;
	transform: translate3d(0,0,0);
	overflow: hidden;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.07);
	/* float: left; */
	margin: 5px 5px;
	width: 100%;
	/* width: calc(20% - 10px); */
}
.inner-gallery .mini_item {
    width: auto;
    height: auto;
    padding-top: 0;
}

.mini_item img{
	/* position: absolute; */
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s ease-in-out;
	filter: grayscale(100%);
	opacity: .75;
} 
.inner-gallery .mini_item img {
    filter: grayscale(0%);
	opacity: 1;
	height: auto;
	width: auto;
	max-width: 100%;
	position: static;
}
    
.mini_item.active img,
.swiper-slide-thumb-active .mini_item img{
	filter: grayscale(0%);
	opacity: 1;
}

.mini_item:hover img{
	filter: grayscale(0%);
	opacity: 1;
}

.item_character{
	margin: 10px 0 0px;
}

.item_character_left, .item_character_right{
	float: left;
	width: 50%;
}

.item_character_line{
	border-bottom: 1px solid rgba(215,215,215,0.50);
	padding: 15px 0 5px;
}

.item_character_line:after{
	content: '';
	display: block;
	clear: both;
}

.item_character>.item_character_line:last-child{
	border: none;
	padding-bottom: 0px;
}

.item_character_left{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: rgba(103,111,122,0.75);
	text-transform: uppercase;
}

.item_character_right p{
	line-height: 1.2;
}

.big_right{
	background: #F7F8FA;
	border-radius: 8px;
	padding: 15px 30px 20px;
	position: relative;
}

.big_right .item_sale{
	position: absolute;
	margin: 0;
	top: -11px;
	left: 20px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.04);
}

.big_right .item_price_block, .big_right .item_buy_block{
	padding: 0px;
}

.big_right_line{
	margin: 20px -30px 15px;
	position: relative;
	padding: 0 20px;
}

.big_right_line:after{
	content: '';
	top: 10px;
	left: 0px;
	right: 0px;
	border-top: 1px solid rgba(215,215,215,0.75);
	position: absolute;
	z-index: 0;
}

.big_right_line span{
	padding: 5px 10px;
	background: #F7F8FA;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: rgba(103,111,122,0.5);
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.big_right_icons li{
	list-style: none;
	padding: 0 0 0 50px !important;
	font-size: 12px !important;
	line-height: 1.25;
	color: #676F7A;
	position: relative;
}

.big_right_icons li:last-child{
	margin-bottom: 0px;
}

.big_right_icons li:before{
	display: none;
}

.big_right_icons li i{
	width: 35px;
	height: 35px;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: -3px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
}

.big_right_icons li i.icon1{
	background-position: 0 -195px;
}

.big_right_icons li i.icon2{
	background-position: -35px -195px;
}

.big_right_icons li i.icon3{
	background-position: -70px -195px;
}

.services{
	margin: 0 -15px -50px;
	font-size: 0;
}

.services .item{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 30px);
	margin: 0 15px 50px;
}

.services .item .item_img{
	padding-top: 60%;
}

.service_img{
	padding-top: 30%;
}

.service_title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #41474F;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.big_service .big_right{
	padding: 30px;
}

.big_service .big_right .green_btn{
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	height: 56px;
	line-height: 56px;
}

.white_div{
	background-color: #fff;
	border-radius: 8px;
	margin: 0px 0 25px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);
	padding: 25px;
	text-align: center;
}

.white_div_text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	color: #41474F;
	text-transform: uppercase;
	margin-top: 10px;
}

.big_right hr{
	margin: 15px -30px 20px;
	height: 0px;
	display: block;
	border: none;
	border-top: 1px solid rgba(215,215,215,0.75);
}

.service_small_text{
	margin: -16px 0 5px;
	color: rgba(103,111,122,0.60);
	font-size: 13px;
}

.big_price{
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #41474F;
}

.big_price.sale{
	color: #D23838;
}

.calc_title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	color: #41474F;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.calc_title i{
	color: #8FBA3F;
	font-style: normal;
}

.calc_title span{
	color: rgba(103,111,122,0.6);
}

.inpt_short{
	padding: 0px;
	display: inline-block;
	margin-right: 20px;
}

.inpt_short .item_buy_number{
	width: 120px;
	margin: 0px;
	display: inline-block;
}

.inpt_short input{
	display: inline-block;
}

.calc_block{
	padding: 0 0 35px;
}

.inpt_info{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 50px;
}

.inpt_info i{
	font-style: normal;
	color: rgba(103,111,122,0.75);
}

.radio{
	display: inline-block;
	background: rgba(215,215,215,0.30);
	border-radius: 4px;
	padding: 2px;
	margin: 0px;
}

.radio label{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0px 20px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #979FaA;
	transition: all 0.15s ease-in-out;
}

.radio input[type=radio]{
	display: none;
}

.radio input[type=radio]:checked + label{
    background-color: #fff;
    border-radius: 2px;
    color: #232931;
}


.checkbox{
	margin: 0px;
	padding: 0px;
}

.checkbox label{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0px 0px 0px 40px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #979FaA;
	transition: all 0.15s ease-in-out;
	margin: 0px 0px 15px 0px;

}

.checkbox label span{
	opacity: 0.6;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox input[type=checkbox] + label:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 26px;
	height: 26px;
	background: rgba(215,215,215,0.30);
	border-radius: 4px;
}

.checkbox input[type=checkbox] + label:hover:before{
	background: rgba(215,215,215,0.5);
}

.checkbox input[type=checkbox] + label:hover{
	color: #232931;
}

.checkbox input[type=checkbox]:checked + label:before{
	content: "";
	background: #9CC74C;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);
}

.checkbox input[type=checkbox]:checked + label{
	color: #232931;
}

.checkbox input[type=checkbox]:checked + label span{
	opacity: 1;
	color: #8FBA3F;
}

.checkbox input[type=checkbox] + label:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: -13px;
	z-index: 2;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -100px -20px;
	opacity: 0;
	transition: all 0.15s ease-in-out;
}


.checkbox input[type=checkbox]:checked + label:after{
	opacity: 1;
	top: 3px;
}

.cb_calc_grid{
	margin: 0 -15px;
	font-size: 0;
}

.cb_calc{
	display: inline-block;
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}

.cb_calc label{
	display: block;
	background: #F7F8FA;
	border-radius: 6px;
	padding: 2px;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	position: relative;
}

.cb_calc label:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -120px -20px;
	opacity: 0;
	transition: all 0.15s ease-in-out;

}

.cb_calc label img{
	display: inline-block;
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 6px;
	float: left;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.15s ease-in-out;
}

.cb_calc label .cb_calc_text{
	height: 90px;
	margin-left: 110px;
	padding-top: 30px;
}

.cb_calc_text_title, .cb_calc_text_price{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #41474F;
	text-transform: uppercase;
}

.cb_calc_text_price{
	font-weight: 700;
	font-size: 14px;
}


.cb_calc input[type=radio]:checked + label{
	background: #fff;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.05);
}


.cb_calc input[type=radio]:checked + label img{
	filter: grayscale(0%);
	opacity: 1;
}

.cb_calc input[type=radio]:checked + label:after{
	opacity: 1;
}

.mobile_header{
	display: none;
	position: fixed;
	z-index: 10;
	height: 60px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(247,248,250,1);
	padding: 10px 15px;
}

.m_ul{
	position: absolute;
	top: 10px;
	right: 15px;
}

.m_ul:after{
	content: '';
	display: block;
	clear: both;
}

.m_ul>li{
	list-style: none;
	float: left;
	margin-left: 10px;
}

.m_ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	padding: 0 15px 0 40px;
	text-decoration: none;
	position: relative;
}

.m_ul>li>a>i,
.m_ul>li>a>img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.m_ul>li>a>i{
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
}

.m_ul>li>a.m_calc>i{
	background-position: -60px 0;
}

.m_ul>li>a.m_call>i{
	background-position: -160px 0;
}

.m_ul>li>a.m_menu>i{
	background-position: -180px 0;
}

.m_ul>li>a>span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	color: #41474F;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out;
}

.m_ul>li>a:hover>span{
	color: #8FBA3F;
}

.main_menu_mobile{

}

.main_menu_mobile>li{
	list-style: none;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.main_menu_mobile>li>a{
	padding: 20px 30px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	color: #41474F;
	text-transform: uppercase;
	text-decoration: none;
}

.s_category{
	display: none;
	padding-bottom: 10px;
}

.s_category>li{
	
}

.s_category>li>a{
	padding: 10px 40px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	color: #91979F;
	text-transform: uppercase;
	text-decoration: none;

}

.top_menu_mobile{

}

.top_menu_mobile li{
	list-style: none;
	position: relative;
}

.top_menu_mobile>li>a{
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 400;
	color: #676F7A;
}

.in_menu:after{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/sprite.svg);
	background-repeat: no-repeat;
	background-position: -120px 0px;
	position: absolute;
	top: 15px;
	right: 30px;
	transition: all 0.15s ease-in-out;
}

.main_menu_mobile .in_menu:after { top: 22px; }
.in_menu.active:after{
	transform: rotate(180deg);
}

.top_menu_mobile>li .s_category>li>a{
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
}


.main_menu_mobile>li.active>a, .top_menu_mobile>li.active>a, .s_category>li.active>a{
	color: #8FBA3F;
}

.m_contacts{
	padding: 0px 30px 20px;
	border-top: 1px solid rgba(0,0,0,0.07);
}

.m_contact{
	padding-top: 20px;
}

.m_contacts>.m_contact>.tc_link>a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
}

.last_calc{
	padding-bottom: 0px;
}

.last_calc .checkbox:last-child label{
	margin: 0px;
}

.map_zone{
	width: 100%;
	height: 600px;
}

.map_zone iframe{
	width: 100%;
	height: 100%;
}

.yellow_btn{
	background: #FEEF02;
	color: #000;
}

.yellow_btn:hover{
	background: #fed702;
    color: #fff;
}

.h2_main.h2_bg{
	background: #FEEF02;
	font-weight: 700;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
}

mark{
	padding: .2em;
    background-color: #fcf8e3;
	color: #000;
	margin-bottom: 15px;
	display: inline-block;
}

.goods_block{
	margin: 20px 0 30px;
}

.goods_block .content{
	display: flex;
	justify-content: space-between;
}


.good_item{
	border-radius: 8px;
	flex: 0 1 31.5%;
	height: 190px;
	align-items: flex-start;
	order: 1;
	position: relative;
	overflow: hidden;
}

.good_item .green_btn{
	padding: 0 50px;
}

.good_item.bordered{
	border: 3px solid #9CC74C;
	text-align: center;
	padding: 30px;

}

.good_item .good_text_center{
	font-family: Montserrat-Bold;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 25px;
}

.good_item .good_text_center b{
	color: #80A144;
}

.yellow_text{
	background-color: #FEEF02;
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding: 5px 10px;
	border-radius: 4px;
}

.goods_block2{
	margin: 50px 0px 0px;
	font-size: 0px;
	text-align: center;
}

.good_icon{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.good_icon div{
	font-family: Montserrat-Bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #41474F;
	line-height: 1.2;
}

.good_icon img{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-bottom: 14px;
}

.good_icon small{
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 1.1;
	color: rgba(103,111,122,0.75);
	margin-top: 5px;
	display: block;
}

.tables_block{
	background-color: #F7F8FA;
	padding: 20px 0 0px;
}

.tables_block .content:after{
	content: '';
	display: block;
	clear: both;
}

.new_table{
	width: calc(50% - 15px);
	float: left;
	margin-bottom: 50px;
}

.tables_block .content .new_table:nth-child(2){
	margin-left: 30px;
}


.n_t_title{
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 24px;
	color: #41474F;
	text-transform: uppercase;
}

.n_t_title2{
	font-size: 14px;
	color: #676F7A;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 15px;
}

.btn_center{
	text-align: center;
}

.btn_center .yellow_btn, .btn_center .btn_border{
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
}

.new_table_content{

}

.n_t_c_line{
 	padding: 17px 20px;
 	position: relative;
 	border-radius: 5px;
 	border-bottom: 1px solid #D7D7D7;
 	transition: all 0.15s ease-in-out;
}

.n_t_c_line:hover{
	background-color: #fff;
	border-color: #fff;
}

.n_t_c_line_title{
	font-size: 16px;
	color: #232931;
	letter-spacing: 0;
	line-height: 16px;
	font-weight: 700;
	width: calc(100% - 100px);
	margin-bottom: 5px;
}

.n_t_c_line_text{
	font-size: 14px;
	color: rgba(103,111,122,0.75);
	letter-spacing: 0;
	line-height: 16px;
	width: calc(100% - 100px);
}

.n_t_c_line_text b{
	color: #41474F;
}

.n_t_c_line_price{
	position: absolute;
	right: 15px;
	top: 15px;
}

.n_t_c_line_price b{
	font-size: 18px;
	font-weight: 800;
}

.n_t_c2 .n_t_c_line{
	padding: 17px 20px 17px;
}

.n_t_c2 .n_t_c_line_title{
	width: 33%;
    float: left;
    text-transform: uppercase;
}
.n_t_c2 .n_t_c_line_text{
	width: 50%;
    float: left;
}





.do_posle{
	margin-bottom: 40px;
}

.d_p:after{
	content: '';
	display: block;
	clear: both;
}

.d_p{
	position: relative;
	margin-top: 30px;
}

.d_p_do, .d_p_posle{
	display: block;
	width: calc(50% - 15px);
	float: left;
	padding: 18% 0;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.07);
	overflow: hidden;
}

.d_p_posle{
	margin-left: 30px;
}

.d_p_do img, .d_p_posle img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.d_p_title{
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 20px;
	background: rgba(0,0,0,0.50);
	border-radius: 8px;
	padding: 0 20px;
	position: absolute;
	left: calc(50% - 106px);
	top:  calc(50% - 22px);
	z-index: 2;
	
}

.d_p_title span{
	text-transform: uppercase;
	font-family: 'Montserrat';
}

.d_p_title span:first-child{
	margin-right: 100px;
}

.d_p_title i{
	height: 70px;
	width: 70px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 55px);
	top: -13px;
	background-image: url(../images/sprite.svg);
	background-position: 0 -229px;
	background-repeat: no-repeat;
}

.more_d_p{
	display: none;
}


.n_t_c_line:after,  .btn_center:before{
    display: block;
    clear: both;
    content: "";
}






@media screen and (max-width: 1260px){
	.content2{width: 100%; padding: 0 15px;}
	.video_banner.mini{padding: 40px 125px 40px 25px;}
	.video_banner.mini .video_play{right: 50px;}
}

@media screen and (max-width: 1220px){
	.content{width: 100%; padding: 0 15px;}
	.footer_bottom>div>div{width: 33.3333%;}
	.top_contact.phone{right: 15px;}
	.main_menu>li{margin: 0;}
	.good_item.bordered{padding: 25px;}
}

@media screen and (max-width: 1180px){
	.bottom_form_content{padding-left: 0px;}
	.bottom_form_img{right: 0px; z-index: 0;}
}

@media screen and (max-width: 1120px){
	.bottom_form_content{padding-left: 0px;}
	.bottom_form_img{right: 0px; z-index: 0;}
	.main_menu>li>a{font-size: 14px;}
	.banner_middle_content{padding: 50px 25px}
	.phone_img{right: 25px; width: 30%; height: auto;}
}

@media screen and (max-width: 1030px){
	header{display: none;}
	.video_block.top_video, .top_content{padding-top: 70px;}
	.mobile_header{display: block;}
	.pg_left{top: 80px;}
	.big_item_grid .big_right{top: 85px;}
	.video_banner{padding: 60px 25px;}
	.video_play{right: 50px;}
	.works_grid_main .work_btns a{padding: 0 20px; text-align: center; width: auto;}
	.works_grid_main .work_text{padding: 0px 0 0 40px;}
	.tarifs_block .tarif{padding: 0 15px;}
	.tarifs_block .tarif .tarif_price{margin: 0 -15px; padding: 10px 15px;}
	.main_slider_content{padding: 50px 60px;}
	.slider_img{right: 0px;}
	.new_table, .tables_block .content .new_table:nth-child(2){width: 100%; margin: 0px 0 40px;}
	.n_t_c2 .n_t_c_line_title, .n_t_c2 .n_t_c_line_text{float: none; width: 80%}
	.btn_center .green_btn.yellow_btn, .btn_center .btn_border{width: 100%; padding: 0px; font-size: 15px;}
}


@media screen and (max-width: 991px){
	footer, .bottom_form, .main_tarif .content h2.h2_main.text-center,.head_h2.text-center{text-align: center;}
	.footer_bottom>div>div{width: 100%;}
	.footer_ul.two_columns>li{width: 100%; float: none;}
	.footer_ul{margin-bottom: 50px;}
	.footer_middle{padding: 30px 0 0;}
	.socials>li>a{margin: 0 5px 5px;}
	.footer_contacts{margin-bottom: 10px;}
	.bottom_form_btns .green_btn, .bottom_form_btns .btn_border{padding: 0 30px; margin: 15px 0 0;}
	.bottom_form_btns .green_btn{margin-right: 20px;}
	.pg_left{display: none;}
	.pg_right{width: 100%; text-align: left;}
	.item_buy_number .minus, .item_buy_number .plus{opacity: 1}
	.video_block{margin-bottom: 30px;}
	.breadscrumb{margin-bottom: 10px;}
	.mini_items{width: 100%; overflow: auto; white-space: nowrap;}
	.mini_item{display: inline-block; float: none;}
	.good_item.bordered{order: 5;}
	.good_item{flex: 0 0 100%; height: auto; margin-top: 20px;}
	.goods_block .content{flex-wrap: wrap; text-align: center;}
	.good_item img{display: block; width: 100%; height: auto;}

}

@media screen and (max-width: 900px){
	.bottom_form_content{width: 100%; margin-bottom: 20px;}
	.bottom_form_img{position: relative; right: auto; bottom: -20px;}
	.bottom_form{padding: 20px 0;}
	.main_catalog{padding: 0 0 30px;}
	.tarifs_block{font-size: 0; margin: -30px -15px 0;}
	.tarif{width: calc(50% - 30px); margin: 30px 15px 0; float: none; display: inline-block; vertical-align: top;}
	.tarif.hit:after{display: none;}
	.hit_label_block{top: 0px;}
	.tarif_ul{min-height: 330px;}
	.tarif_title{padding-right: 50px;}
}

@media screen and (max-width: 840px){
	.big_item_grid.big_service .big_left, .big_item_grid.big_service .big_right{float: none; width: 100%; margin: 0px; position: sticky; top: auto;}
	.big_item_grid.big_service .big_right{margin-top: 30px;}
	.page{padding: 0 0 40px;}
	.page.page-ukladka { padding: 0 0 15px; }
	.page .main_tarif { padding: 15px 0; }
	.big_item_grid .big_left, .big_item_grid .big_right{float: none; width: 100%; margin: 0px; position: sticky; top: auto;}
	.big_item_grid .big_right{margin-top: 30px;}
	.items_grid .item{width: calc(50% - 30px);}
	.work_btns .green_btn, .work_btns .btn_border{width: auto; padding: 0 15px;}
	.works_grid_main .work_img, .works_grid_main .work_text{display: block; float: none !important; width: 100%;}
	.works_grid_main .work_text{padding: 20px 10px 0;}
	.works_grid_main{margin-top: -10px;}
	.works_grid_main .work{margin-top: 40px;}
	.main_tarif{padding: 30px 0 40px;}
	.works_grid_main .work_btns a{padding: 0 15px;}
	h2.h2_main, h2.h2_main.text-center,.head_h2{font-size: 26px; margin-bottom: 20px; text-align: left;}
	.banner_middle_content{width: 100%; padding: 40px 25px;}
	.phone_img{display: none;}
}

@media screen and (max-width: 750px){
	.work{display: block;}
	.work .work_img, .work .work_text{display: block; width: 100%;}
	.works_grid .work_text{padding: 0px 10px; margin: 20px 0 0;}
	.video_banner .video_banner_text, .video_banner .video_banner_text b{font-size: 16px; display: inline;}
	.video_banner{padding: 30px 100px 30px 25px;}
	.video_banner .video_play{right: 20px; transform: scale(0.6);}
	.main_slider_title.light, .main_slider_title.bold{font-size: 24px;}
	.main_slide{height: 280px;}
	.slider_img{height: 100%; width: auto; 
		/* right: -20%; */
	}
	.main_slider_content{width: 100%; padding: 30px 25px;}
	.main_slider_text{margin: 10px 0 15px;}

}

@media screen and (max-width: 680px){
	.goods{margin-top: -30px;}
	.goods .good{width: 100%; padding: 0px; margin-top: 30px;}
	h2.h2_main,.head_h2{font-size: 30px;}
	.main_tarif{padding: 20px 0 40px;}
	.table_mask{overflow: auto;}
	.page_content table{display: table;}
	.free_label{display: none;}
	table.small_table thead tr td:first-child, table.small_table tbody tr td:first-child{width: auto !important; white-space: nowrap;}
	table.small_table thead tr td, table.small_table tbody tr td{width: auto !important;}
}

@media screen and (max-width: 620px){
	.m_ul>li>a>span{display: none;}
	.m_ul>li>a>i,
	.m_ul>li>a>img{
	    left: 5px;
	    top: 5px;
	}
	.m_ul>li>a{
	    padding: 0 15px;
        width: 30px;
        height: 30px;
	}
	.services{margin: 0 0 -30px;}
	.services .item{width: 100%; margin: 0px 0 30px 0;}
	.cb_calc_grid{margin: 0 0 -15px;}
	.cb_calc{width: 100%; margin: 0px 0 15px 0;}
	h2.h2_items{padding-right: 100px; font-size: 26px; margin-bottom: 20px;}
	.analog_items{margin-top: 40px;}
	.work_text_title{font-size: 20px;}
	.tarifs_block{font-size: 0; margin: 0px 0px 0;}
	.tarif{width: 100%; margin: 30px 0px 0; display: block;}
	.tarif_ul{min-height: auto;}
	.tarif_title{height: auto; display: block; padding: 20px 50px 20px 0px;}
	.main_catalog h2.h2_main, .main_catalog .head_h2{padding-right: 120px;}
	.good_item .good_text_center{margin-bottom: 10px;}
}

@media screen and (max-width: 500px){
	.bottom_form_btns .green_btn{margin-right: 0px;}
	.bottom_form_btns .green_btn, .bottom_form_btns .btn_border{padding: 0px; margin: 15px 0 0; width: 100%;}
	.bottom_form_img{width: 100%; height: auto;}
	.nav-tabs{overflow: auto; width: 100%; white-space: nowrap;}
	.nav-tabs>li{float: none; display: inline-block; margin: 0px;}
	.nav-tabs>li>a{border: 1px solid rgba(0,0,0,0.05); border-radius: 3px;}
	.video_banner.mini .video_banner_text, .video_banner.mini .video_banner_text b{font-size: 16px; display: inline;}
	.video_banner.mini{padding: 20px 100px 20px 25px;}
	.video_banner.mini .video_play{right: 20px;}
	.radio label{padding: 0 15px;}
	.item_character_left{width: 35%;}
	.item_character_right{width: 65%;}
	.main_catalog .owl-nav{}
	.items_grid{margin: 0 0 -30px;}
	.items_grid .item{width: 100%; margin: 0px 0 30px 0;}
	.banner_middle_content{text-align: center;}
	.form_light .black_input, .form_light .white_btn{display: block; width: 100%; margin: 0px 0px 10px;}
	.banner_text_yellow:before{left: calc(50% - 5px);}
	.banner_middle_text{font-size: 24px;}
	.banner_middle_content{padding: 40px 20px;}
	.main_catalog h2.h2_main, .main_catalog .head_h2{font-size: 26px;}
	.main_slider_content{padding: 20px;}
	.main_slider .owl-nav{opacity: 0.2;}
	.good_icon{width: 50%;}
	.bg_slider{display: none;}
	.main_slider_title, .main_slider_text{color: #fff; background: transparent; padding: 0px;}
	.main_slider_title.bold{font-size: 20px;}
	.main_slide{background: rgba(0,0,0,0.3);}
	.banner.slid{margin: 0 -15px; border-radius: 0px;}
	.main_slider{border-radius: 0px;}
	.banner .white_btn.yellow_btn{height: 46px; line-height: 46px;}
	.top_content{padding-top: 60px;}
	.goods_block2{margin-top: 30px;}
	.good_icon div br{display: none;}
	.good_icon{margin-bottom: 25px;}
	mark{font-size: 16px;}
	.main_catalog h2.h2_main, .main_catalog .head_h2{margin-bottom: 0px;}
	.tarifs_block .tarif{padding: 0;}
	.tarif_title{padding: 30px 15px; height: auto; border-radius: 8px 8px 0 0 !important}
	.tarifs_block .tarif .tarif_price{margin: 0px; padding-left: 25px;}
	.tarif.hit{margin: 0px;}
	.tarif.hit .tarif_title{height: auto;}
	.tarif.hit .hit_label{top: 2px;}
	.d_p_do, .d_p_posle{width: calc(50% - 5px);}
	.d_p_posle{margin-left: 10px;}
	.d_p_title{transform: scale(0.5); left: calc(50% - 118px);}
	.main_slider_content{padding: 50px 15px;}
	.main_slider_text{margin: 10px 0 25px; color: #9CC74C;}
	.main_slider_text > span { background: none; }
}

@media screen and (max-width: 360px){
	.radio{width: 100%; display: block;}
	.radio label{padding: 0; text-align: center; width: 100%; display: block;}
	.work_btns .green_btn, .work_btns .btn_border, .works_grid_main .work_btns a{width: 100%; padding: 0; text-align: center; margin-top: -5px;}
	.work_btns .green_btn, .works_grid_main .work_btns .green_btn{margin-top: 10px;}
	.main_slider_content{padding: 10px;}
}

@media screen and (max-width: 340px){
	.mobile_header{padding: 10px;}
	.m_ul{right: 10px;}
	.m_ul>li{margin-left: 5px;}
	.checkbox label{font-size: 12px;}

}

.videoBlock {
    margin: 30px 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoBlock iframe,
.videoBlock embed,
.videoBlock object { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.youtube-block {
    padding: 30px 0;
}

label.error {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: normal;
    color: #d23838;
}
input.error { box-shadow: 0 0 10px #d23838; }

.main_catalog .advantages-index {
    text-align: left;
    padding: 30px 0;
}
.main_catalog .advantages-index ul {
    list-style: none;
    padding: 0;
    margin: -30px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_catalog .advantages-index ul li {
     width: 33.3333%;
     padding: 0 15px;
     margin-top: 30px;
     text-align: center;
     font-weight: bold;
     font-size: 115%;
}
.main_catalog .advantages-index ul li:before { display: none !important; }
.main_catalog .advantages-index ul li svg { margin-right: 6px; }
.page_content .main_catalog { padding-bottom: 30px;}

.big_right .main_catalog .advantages-index ul li { 
    width: 100%; 
    text-align: left;
	font-size: 100%;
	margin-top: 15px;
}
.main_catalog .advantages-index ul li a { color: inherit;}

@media all and (max-width: 991px) {
    
.main_catalog .advantages-index ul li { 
    width: 100%; 
    text-align: left;
}
}

.text-block {
	padding: 30px 0;
}

.reviews__list {
	align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}
.reviews__list.index { overflow: hidden; }
.reviews__list > div {
	margin-top: 30px;
}
.reviews__list_wrap {
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,.3);
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border-radius: 10px;
	height: 100%;
	gap: 15px;
	position: relative;
}
.review__list_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.review__list_top .rank { display: flex; }
.reviews__list_wrap .name { font-weight: bold;}
.review__list_mdl { margin-bottom: 30px; }
.review__list_btm {
	margin-top: auto;
}

.reviews_slider .reviews__list_wrap {
	margin: 15px;
}
.reviews_slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
	/* padding: 15px;
	overflow: hidden; */
	position: relative;
}
.reviews_slider .swiper-wrapper .swiper-slide { height: auto; }
.reviews_slider .swiper-wrapper .item { height: 100%; }
/* .reviews_slider .owl-stage .item { height: calc( 100% - 30px ); } */
.reviews_slider .reviews__list_wrap {
	box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
@media all and (max-width: 600px) {
	.reviews__list.index { display: block; }
	.reviews_slider .owl-stage {
		display: block;
	}.reviews_slider .owl-stage { padding: 0;}
	.reviews_slider .owl-stage .item { height: calc( 100% - 30px ); }
}

.swiper-wrapper + .owl-nav {
	margin-top: 15px;
	display: flex;
    gap: 15px;
	margin-bottom: 30px;
}
.reviews_slider .owl-nav { margin-top: 30px; }
.uslugi-block,
.big_item,
.items_main2 {
	overflow: hidden;
	position: relative;
}





































