/* main */

body {
	font: 1em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	color: #48a216;
	outline: 0;
}

a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}

a:hover{
	cursor: pointer
}

button {
	outline: 0;
}

.br10 {
	margin-bottom: 10px;
}

.br20 {
	margin-bottom: 20px;
}

.br30 {
	margin-bottom: 30px;
}

.button {
	padding: 13px 12px;
	border-radius: 4px;
	background: #48a216;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 0.95em;
}

.button:hover {
	text-decoration: none;
	opacity: 0.9;
}

a.button {
    color: #fff;
}

a.button:hover,  
a.button:focus,
a.button:active {
	color: #fff;
}

@font-face {
	font-family: Play;
	src: url(../css/fonts/play.ttf);
}

#header_top,
#header,
#top_menu,
#slider,
#block_company,
#wrapper,
#footer_top, 
#footer_bottom, 
#footer_center {
	width: 100%;
}

#header_top_main,
#header_main, 
#block_company_main,
#wrapper,
#footer_top_main, 
#footer_bottom_main, 
#footer_center_main {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: content-box;
}

/* HEADER */

#header {
	width: 100%;
}

#header .fa {
	color: #48a216;
}

/* header top */

#header_top {
	background: #f7f7f7;
	color: #000;
	overflow: hidden;
}

#header_top a {
	color: #000;
}

#header_top_main {
	padding: 3px 10px;
	font-size: 0.9em;
	overflow: hidden;
}

#header_top_address {
	float: left; 
	margin: 7px 0 0 0;
	padding-right: 15px;
	font-size: 0.9em;
}

#header_top_address .fa-map-marker:before {
	margin-right: 3px;
    font-size: 1.4em;
}

#header_top_email {
	float: left;
	margin: 7px 0 0 0;
	padding-left: 15px;
	border-left: 1px solid #888;
}

#header_top_email .fa-envelope:before {
	margin-right: 3px;
    font-size: 1em;
}

#header_top_search {
	float: right;
}

#header_top_search form {
	position: relative;
	width: 230px;
}

#header_top_search input, button {
	border: none;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}

#header_top_search input {
	width: 100%;
	border: 1px solid #e9e9e9;
	height: 33px;
	background: #fff;
	color: #000;
	padding: 0 40px 0 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#header_top_search button {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 3px;
	right: 8px;
	background: none;
	cursor: pointer;
}

#header_top_search button:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #999;
	font-size: 1.4em;
}

/*header main */

#header_main {
	height: 100px;
	padding: 3px 10px;
	overflow: hidden;
}

#header_logo {
	float: left;
	margin-top: 26px;
}

#header_logo:hover {
	opacity: 0.7;
}

#header_logo a {
	color: #000;
	text-decoration: none;
}

#header_logo_img  {
	float: left;
}

#header #header_logo_img .fa {
	padding: 5px 9px;
	font-size: 2.3em;
	background: #48a216;
    color: #fff;
    border-radius: 4px;
}

#header_logo_name {
	float: left;
	font-family: Play;
	font-size: 1.9em;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 0 0 10px;
}

#header_callback {
	float: right;
}

#header_callback a {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

#header_callback a:hover {
	text-decoration: none;
	border: 0;
}

#header_contact {
	float: right;
	margin: 0;
	text-align: right;
}

#header_nomer {
	font-size: 1.5em;
	margin-bottom: 7px;
	position:relative;
}

#header_nomer a,
#header .hdslide_contact_nomer a {
	color: #000;
}

#header_time {
    font-size: 0.85em;
}

#header_zayavka {
	float: right;	
	margin: 26px 6% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 1em;
	border-right: 1px solid #ccc;
}

#header_text {
	float: right;
	margin: 24px 5% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 120%;
	font-size: 0.9em;
	border-right: 1px solid #ccc;
}

#header_zayavka .fa, #header_calc  .fa  {
	float: left;
	margin-right: 10px;
    font-size: 2em;
}

#header_zayavka:hover {
	opacity: 0.7;
}

#header_zayavka a {
	color: #000;
}

/* TOP MENU */

#top_menu_main {
	background: #48a216;
}

#top_menu  a {
	color: #fff;
	text-transform: uppercase;
}

#top_menu ul li:hover,
#top_menu ul li.root-item-selected,
#top_menu ul li.item-selected {
	background: rgba(0, 0, 0, 0.1);
}

#top_menu ul li ul li.root-item-selected,
#top_menu ul li ul li.item-selected {
	background: #48a216;
}

#top_menu ul li.item-selected >a {
	color: #fff;
}

/* SLIDER */

#slider {
	width: 100%;
	height: 500px;
	margin: 0 auto 1px auto;
	background: #000;
}

/* BLOCK KOMPANY */

#block_company {	
	margin-bottom: 10px;
	background: #f7f7f7;
}

#block_company_main {
	padding: 25px 1% 20px 3%;
	margin:  0 auto;	
	box-sizing: border-box;
	font-size: 0.8em;
}

#block_company ul {
	list-style: none;
}

#block_company ul li {
	display: inline-block;
	margin-right: 3%;
	width: 22%;
}

#block_company ul li:last-child {
	margin-right: 0;
}

#block_company ul li span {
	float: right;
	width: 75%;
	margin-top: 17px;
	font-size: 1.2em;
}

#block_company .ico {
	display: inline-block;
	width: 52px;
	height: 52px;
}

#block_company .ico_1 {
	background: url(../images/ico/1.svg) no-repeat;
	background-size: auto 52px;
}

#block_company .ico_2 {
	background: url(../images/ico/2.svg) no-repeat;
	background-size: auto 52px;
}

#block_company .ico_3 {
	background: url(../images/ico/3.svg) no-repeat;
	background-size: auto 52px;
}

#block_company .ico_4 {
	background: url(../images/ico/4.svg) no-repeat;
	background-size: auto 52px;
}

#block_company a {
	color: #000;
}

#block_company a:hover {
	opacity: 0.7;
}

/* WRAPPER */

#wrapper {
	min-height: 500px;
	padding: 70px 10px;
	overflow: hidden;
}

/* BREADCRUMB */

#breadcrumb {
	margin: 0 0 30px 300px; 
	overflow: hidden;
	color: #777;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#breadcrumb a {
	text-decoration: underline;
	font-size: 1.2em;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#breadcrumb ul li {
	background: none;
	float: left;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

#breadcrumb li + li:before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 1em;
	margin: 0 10px 0 0;
}

#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#breadcrumb ul li:last-child {
	background: none;
	font-size: 0.9em;
	line-height: 1.3;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar_menu {
	overflow: hidden;
}

#section_element_menu ul.menu-element-list-active2 a.item-selected {
    color: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu > li.menu-section-active2 > a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu li a:hover {
    background: #48a216;
    color: #fff;
}

/* CONTENT */

#content {
	/* margin-left: 300px; */
	overflow: hidden;
}

#content h1 {
	font-size: 1.9em;
    margin: 10px 0 22px 0;
}

#content h2 {
	font-size: 1.4em;
    margin: 27px 0 10px 0;
}

#content h3 {
	font-size: 1.3em;
	margin: 27px 0 10px 0;
}

#content h4 {
	font-size: 1.14em;
	margin: 27px 0 10px 0;
}

#content h5 {
	font-size: 1em;
	font-weight: bold;
}

#content p,
#content ul,
#content ol {
	color: #404040;
}

#content p {
	line-height: 1.5;
    margin: 0 0 10px 0;
}

#content table {
	width: 100%;
	border: 1px solid #dedede;
	font-size: 0.9em;
	margin: 20px 0;
}

#content td, #content th {
    border: 0;
    padding: 15px 5px;
	text-align: center;
	border: 1px solid #dedede;
}

#content th {
	text-transform: uppercase;
    padding: 15px 5px;
	background: #48a216;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
}

#content tr {
	background: #fff;
}

#content table td:first-child {
    text-align: left;
    padding-left: 24px;
}

#content table tr:nth-child(odd) {
	background: #fcfcfc;
}

#content ul, #content ol {
	margin: 10px 0 20px 5%;
}

#content ul {
	list-style: square;
	padding-left: 0;
}

#content ol {
	list-style: decimal;
	padding-left: 0;
}

#content ul li, #content ol li {
    line-height: 1.5;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content img {
    max-width: 100%;
	height: auto;
}

#content b, #content strong {
	font-weight: 600;
}

#content sup {
	position: relative;
	top: -0.5em;
}

#content sub {
	position: relative;
	top: 0.5em;
}

/*FOOTER*/

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

#footer_top,
#footer_bottom {
	width: 100%;
	background: #222;
	overflow: hidden;
}

#footer_top_main,
#footer_bottom_main {
	padding: 35px 10px;
	overflow: hidden;
}

#footer .title {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#footer_top_main .kontakty,
#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	box-sizing: border-box;
}

#footer_top_main {
	border-bottom: 1px solid #888;
	color: #fff;
}

#footer_top_main .kontakty {
	float: right;
	width: 26%;
	padding-right: 5px;
}

#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	float: left;
	width: 24%;
	padding: 0 5px;
}

#footer_nomer {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#footer_callback {
	margin-bottom: 30px;
}

#footer_callback a {
	padding: 6px 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

#footer_callback a:hover{
	background: #fff;
	color: #000;
}

#footer_email {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#footer_email a {
	color: #888;
}

#footer_address {
	font-size: 0.9em;
	margin-bottom: 30px;
	color: #888;
}

#footer_top_main .fa {
	color: #888;
	margin-right: 3px;
}

#footer_top_main .footer_menu ul li {
	padding: 0 0 10px 0;
}

#footer_top_main .footer_menu a {
	font-size: 0.95em;
	text-decoration: underline;
}

#footer_social ul li {
	float: left;
	margin-right: 10px;
}

#footer_social ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #888;
}

#footer_social ul li a:hover {
	border: 1px solid #ccc;
	color: #ccc;
}

#footer_social .fa-vk {
	position: absolute;
	top: 9px;
	left: 8px;
}

#footer_social .fa-facebook {
	position: absolute;
	top: 9px;
	left: 13px;
}

#footer_social .fa-twitter {
	position: absolute;
	top: 9px;
	left: 11px;
}

#footer_social .fa-instagram {
	position: absolute;
	top: 9px;
	left: 10px;
}

#footer_social ul li:last-child {
	padding-left: 0;
}

#footer_bottom_main {
	padding: 30px 10px;
}

#footer_copyrait {
	float: left;
	margin-top: 1px;
	color: #888;
	font-size: 0.8em;
}

#footer_copyrait a {
	text-decoration: underline;
	margin-right: 10px;
	font-size: 0.9em;
}

#footer_stat {
	float: right;
	margin-right: 50%;
}

/* bitrix */
.borderbx {
	margin-top: 1px;
}

[id^=bx_incl] {
  display: inline;
}

.logo-p-header {padding: 0 10px; font-weight: 400; color: #333;}
#header_logo_name {padding-top: 0;}
@media (max-width: 760px) {
    #header_logo_name {float: none;}
}

.faq{
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid transparent;
	border-image: 5 repeating-linear-gradient(45deg, #48a216, #48a216 5px, transparent 5px, transparent 5px, #48a216 5px, #48a216 10px,transparent 10px, transparent 20px);
    border-radius: 4px;
	background: #e2fad7;
}

.faq__caption{
	color: #48a216!important;
	margin-top: 0!important;
    background: #e2fad7;
	padding: 10px 9px;
}

.spoiler{
	line-height: 19px;
    border: 1px solid #48a216;
    padding: 10px;
    cursor: pointer;
    position: relative;
	background: #fff;
}

.spoiler__wrapper{
	margin: 15px 0;
}

.spoiler__caption::marker{
	color: #48a216
}

.spoiler__body{
	background: #f7f7f7;
	margin: 10px 0 0 0;
	padding: 10px 17px
}

.btn{
	font-size: 20px;
    font-weight: 100;
    text-reansform: uppercase;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 4px;
	cursor: pointer;
}

.btn_theme_orange{
	color: #fff;
	background: #ffa500;
}

.btn_theme_printlogos{
	font-family: "Nunito", Sans-serif;
    font-weight: 400;
    font-style: normal;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #34760F;
    border-radius: 50px 50px 50px 50px;
	padding: 15px 30px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.btn__wrapper{
	margin: 20px auto;
	width: 300px;
}

.kc-form{
	background: #61915F;
	box-sizing: border-box;
	padding: 30px 35px;
	border-radius: 5px;
	position: relative;
	background: url('/include/forms/form_bg.jpg')  center/cover no-repeat;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.kc-form__title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 41px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.kc-form__label{
	z-index: 2;
	position: relative
}

.kc-form__title:first-line{
	color: #48A216;
}

.kc-form__title:before{
	content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    display: block;
    top: -3px;
    position: absolute;
    left: -65px;
    border-radius: 0 5px 5px 0;
	z-index: 1;
}

.kc-form__btn{
	background: #FFA800;
	color: #261A01;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 16px 25px;
	display: block;
	width: 100%;
	margin: 7px 0;
	border: 2px solid #FFA800;
	transition: .2s
}

.kc-form__btn:hover{
	cursor: pointer;
	background: #fcbe46;
	transition: .2s;
}

.kc-form__wrapper{
	width: 50%
}

.kc-form__description{
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	font-size: 16px
}

@media screen and (max-width: 1200px){
	.kc-form{
		flex-direction: column
	}

	.kc-form__title{
		text-align: center;
	}

	.kc-form__wrapper{
		width: 100%
	}

	.kc-form__title:before{
		left: -5%
	}

}

@media screen and (max-width: 768px){
	.kc-form__wrapper{
		width: 100%;
		padding-top: 10px
	}

	.kc-form__title{
		font-size: 20px;
		text-align: center;
	}

	.kc-form__title:before{
		content: "";
		left: 0;
		border-radius: 5px;
	}

	.kc-form{
		padding: 20px 25px;
	}

	.kc-form__outer{
		margin-top: 10px
	}
}

.seller-logoz{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0!important;
}
.seller-logoz__seller{
	width: 22%;
	border: 1px solid rgba(0,0,0,.1);
	margin: 10px!important
}

.seller-logoz__seller:before{
	content: "";
	display: none;
}

.seller-logoz__seller-logo{
	width: 100%; height: 100%; max-width: 100%;
}

#content .base-list li{
	line-height: 1.4;
}
#content .base-list{
	margin: 10px 0 20px 0;
}
#content .base-list li:before{
	counter-increment: myCounter;
    content: counter(myCounter);
	background: none;
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

#content .article-subcaption{
	font-size: 20px
}

.cus-popup{
	width: 600px; height: 400px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	z-index: 500;
	/*top: calc(50% - 150px); */
	top: 500px;
	left: calc(50% - 300px);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px){
	.cus-popup{
		width: 100%; height: 300px;
		left: 0;
	}
}

.cus-popup_closed{
	display: none;
}

.cus-popup_theme_ny{
	background: url('/upload/medialibrary/f1d/ozd886sqx6rf38t19gfvczg8zmscdb7g.jpg') center/cover no-repeat;
}

.cus-popup__caption{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}

.cus-popup__caption_theme_ny{
	color: #fff;
	padding: 20px 0
}

.cus-popup__description{
	text-align: center;
	font-size: 18px;
}

.cus-popup__description_theme_ny{
	color: #fff
}

.cus-popup__overlay{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 499;
}

.cus-popup__submit{
	margin: 20px 0
}

.noscroll{
	overflow: hidden
}

#lm0223_popup{
	background: #fff url(/upload/medialibrary/2ab/uypvzfyavzl3vf2exgopqxjyxgbf2x6y.jpg) left center no-repeat;
    padding: 64px 0 64px 270px;
    box-sizing: border-box;
    max-width: 600px;
    border-radius: 10px;
}

.lm0223_title{
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0 20px 0;
}

.lm0223_descr{
	color: #919191;
	padding: 10px 0 20px 0;
}

#lm0223_popup .b24-form-click-btn{
	margin: 0;
    width: 87%;
}

@media screen and (max-width: 700px){
	#lm0223_popup{
		background: #fff;
		padding: 44px;
	}

	#lm0223_popup .b24-form-click-btn{
		margin: 0 auto;
		width: 100%;
	}
}

.article-content{
	background: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.2);
	box-sizing: border-box;
	padding: 10px 10px;
	/* margin: 15px 0px; */
}

.article-content__title{
	text-align: center;
	font-weight: bold
}

.article-content__list{
	margin: 0!important;

	/* 09.08.24 */
	padding-left: 0;
	/* 09.08.24 */
}

.list-2-col{
	display: flex;
}

.list-2-col > li{
	width: 45%
}

.g-content-section{
	box-sizing: border-box;
	padding: 0 0 30px 0
}

.wrapper {
	padding: 70px 10px;
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: content-box;
}

.cont{
	line-height: 26px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    background: #f7f7f7;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px,transparent 10px, transparent 20px);
    border-radius: 4px;
}

.g-gallery_dc_full{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(95% / 6), auto));
	// grid-auto-rows: 1fr;
	grid-gap: 10px;
	box-sizing: border-box;
	padding: 10px;
	grid-auto-flow: dense;
}

.g-caption_l_2{
	font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 28px;
}

@media screen and (max-width: 768px){
	.g-gallery_dc_full{
		grid-template-columns: repeat(auto-fit, minmax(100px, 45%));
	}
}

.g-gallery_dc_full .g-gallery__img{
	width: 100%;
	max-width: 100%;
	height: auto
}

.g-gallery__link{
	max-width: 240px
}

.g-gallery_dc_3{
	position: relative
}

.g-gallery_dc_3 .slick-arrow{
	position: absolute;
	top: calc(50% - 10px);
}

.g-gallery_dc_3 .fa-arrow-circle-left{
	left: 0
}

.g-gallery_dc_3 .slick-track{
	height: 120px
}

.g-gallery_dc_3 .fa-arrow-circle-right{
	right: 0
}

.g-gallery_dc_3 li:before{
	content: ""!important;
	display: none;
}

.g-gallery_dc_3 .slick-dots{
	margin: 0!important;
}

.text-justify{
	text-align: justify;
}

.text-indent{
	text-indent: 15px
}

p{
	color: #000
}

.burger {
	cursor: pointer;
}

/* MENU OVERLAY */
.menu {
	display: none;
	position: absolute;
	inset: 0;
	background: #fff;
	flex-direction: column;
	z-index: 100;
}

.menu.open {
	display: flex;
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 16px 20px;
	border-bottom: 1px solid #e0e0e0;
}

.menu-logo {
	font-size: 18px;
	font-weight: 700;
	color: #111;
}

.close-btn {
	background: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 14px;
	color: #111;
}

.menu-links {
	list-style: none;
	padding: 8px 0;
}

.menu-links a {
	display: block;
	padding: 16px 20px;
	font-size: 16px;
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
}

.menu-links a:hover {
	background: #f5f5f5;
}