/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

:root {
    --inter: "Inter", sans-serif;
    --roboto: "Roboto", sans-serif;
    --secondary: #016b53;
    --green: #006652;
}

	.block_sort, .block_region_sort {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.block_region_sort .sort {
		max-width: 100%;
	}

	.block_region_sort .block_title {
		margin-right: 16px;
	}
	.dwn_ref {display: flex;align-items: center;justify-content: flex-end;margin-top: 24px;}
	.dwn_ref a {
		display: flex;align-items: center;
	}
	.dwn_ref svg {
		min-width:29px;
		margin-right: 6px;
	}
	.dwn_ref a:hover svg path{
		fill:#000;
	}
	.accordion-body .dwn_ref{
		justify-content:flex-start;
	}
	.block_body_ref .panel-collapse .accordion-body {
		padding-right: 28px;
	}
	
	.LK__order-table-paid {
		font-weight:bold;
		color: #5cb85c!important;
	}
	.LK__order-table-not-paid {
		font-weight:bold;
    color: #d9534f!important;
}
.LK__order-chosen-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}

.flexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.LK__order-chosen-info-text {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.LK__order-chosen-info-title {
    margin-right: 8px;
    color: #1d2444;
}
.LK__order-chosen-info-not-paid:before {
  content: attr(data-paid);
  color: #d9534f!important;
}
 .LK__order-chosen-info-paid:before {
 /* content: "Оплачено";*/
  content: attr(data-paid);
		color: #5cb85c!important;
 }
 
  .LK__order-chosen-table img {
    width: 72px;
}
.LK__order-chosen-table.table>tbody>tr>td{
    vertical-align: middle;
}
 .LK__order-chosen-table {
    width: 100%;
    margin-top: 24px;
}
 .LK__order-chosen-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

	@media (max-width:767.5px){
		.callback_frame.jqmWindow{
    max-width: 95%;
    width: 100%!important;
    margin: 0 auto!important;
    left: 2.5%;
}

.callback_frame .licence_block.bx_filter {
    height: auto;
}

 .print_basket{
	 display:none!important;
 }
 .LK__order-chosen-info-wrapper {
    padding: 24px 24px 16px;
    background: #f6f7fa;
    margin: 0 -16px;
}
.LK__order-chosen-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.LK__order-chosen-info-code {
    margin-bottom: 16px;
}
.LK__order-chosen-info-date, .LK__order-chosen-info-status,
.LK__order-chosen-info-sum {
    margin-bottom: 12px;
}
		.LK__order-all tr, .LK__order-chosen-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
    padding-bottom: 12px;

    border-bottom: 1px solid #eaecf1;
  } .LK__order-all tr:last-child, .LK__order-chosen-table tr:last-child {
    padding-bottom: 0;

    border-bottom: 0;
  } .LK__order-all tr:last-child td:last-child, .LK__order-chosen-table tr:last-child td:last-child{
    margin-bottom: 0;
  } .LK__order-all td, .LK__order-chosen-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
  } 
  .LK__order-all td:before, .LK__order-chosen-table td:before {
    content: attr(data-label);
	
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1d2444;
  }
.LK__order-chosen-table td:first-child:before {
    display: none;
}


.LK__order-all  thead, .LK__order-chosen-table thead {
    display: none;
}

.LK__order-all .table tr:nth-child(even) td, .LK__order-chosen-table tr:nth-child(even) td{
  background:none;
}

.LK__order-all td, LK__order-chosen-table td{
    margin-bottom: 0;
}


		.block_body_ref h3 {
			font-size: 20px;
		}

		.block_sort {
			flex-direction: column-reverse;
			justify-content: flex-start;
			align-items: flex-start;
		}

		.block_region_sort {
			flex-direction: column;
			align-items: flex-start;
			width: 100%;
		}

		.block_region_sort .block_title {
			margin-bottom: 8px;
		}
		.block_region_sort .select-outer.black {
			width: 100%;
		}

		.block_region_sort .sort {
			width: 100%;
		}
	}
	
	
	
/*css 24.11.2021*/	
	
	.block_title_link {
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin: 40px 0 16px;
}

.block_title_link a {
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #006B53;
    white-space: nowrap;
    margin-left: 12px;
}

.block_title_link h2 {
    margin: 0;
}
.catalog.sections_1 .item .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.section_count {
    font-weight: 500;
    letter-spacing: 0.03em;
}

.block_price {
    border-top: 1px solid #EBEBEB;
    padding-top: 64px;
    margin-top: 48px;
}

.block-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #161616;
    padding-bottom: 32px;
}
.block_list_price {
	display:flex;
	/*justify-content:space-between;*/
	flex-wrap:wrap;
}
.block_item_price {
	margin-bottom:16px;
	width:calc(100% / 2 - 16px);
    display: flex;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
}
.block_name_dwn {
    display: flex;
	
    width: 100%;
    justify-content: space-between;
}

.block_item_price svg {
    min-width: 24px;
    margin-right: 11px;
}

.block_name_file {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
    word-break: break-word;
}

.block_size {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #006B53;
    margin-top: 4px;
}

.block_name_dwn svg {
    margin: 0;
}

.block_name_dwn a {
    margin-left:6px;
    display: flex;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    min-width: 40px;
    align-items: center;
    justify-content: center;
}
a {transition:all .3s linear}
.block_name_dwn a:hover {
    background: #006B53;
}
.block_name_dwn a:hover svg path {
    stroke: #fff;
}

.block_feedback {
    background: #006B53;
}

.block_feedback .block_bottom {
    padding: 24px;
}

.block_bottom .block_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.block_bottom .block_subtitle {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 4px;
    margin-bottom: 16px;
}
.btn_white_border {
    border: 1px solid #FFFFFF;
    padding: 8px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.btn_white_border:hover {
    background: #008A6B;
    border-color: #008A6B;
}
.block_feedback img {
    width: 100%;
}
.block_brand {
    padding-top: 68px;
    padding-bottom: 64px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 76px;
    margin-bottom: 64px;
}
.block_title_arrow {
    margin-bottom:36px;
	
    display: flex;
    align-items: center;
    justify-content: space-between;
	
}
.block_brand .block-title {
	margin:0;padding:0;
}
.block_item_brand img {
    max-width: 130px;
}

.block_item_brand {
	width:192px;
    display: flex;	
    filter: grayscale(100%);
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.block_item_brand:hover {
	filter: grayscale(0);
}
.block-arrows {
    display: flex;
}

.block-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006B53;
    border: 1ps solid #006B53;
    margin: 0 4px;
	cursor:pointer;
}

.block-arrows .slick-arrow:hover{
	background-color:#008A6B
}
.block-arrows .slick-arrow:last-child{margin-right:0;}
.block-arrows .slick-arrow.slick-disabled {
	cursor:default;
    background-color: #fff;
    border: 1px solid #EBEBEB;
}
.block-arrows .slick-arrow.slick-disabled path {
    stroke: #EBEBEB;
}
.block_title_link a:hover {
    color: #008A6B;
}
.have_spoiler .block_spoiler {
    display: none;
}

.open_spoiler {
	display:none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #161616;
	position:absolute;
	bottom:0;
}
.text_before_items.catalog
.col-lg-10 {
    position: relative;
   padding-bottom: 36px;
}
.height93 + .open_spoiler {
	display:inline-flex;
    margin-top: 16px;
}
.height93 {
	height:93px;
	overflow:hidden;
}
.have_spoiler p {
    margin-bottom: 16px;
}

.have_spoiler {
	
    position: relative;
}
.open_spoiler.SHOW {
    display: block;
}
.tabs .nav.nav-tabs a{
    padding: 0 0 11px;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-transform:unset;
    letter-spacing: 0.02em;
    color: #161616;
    margin:0 20px;
}

.tabs .nav.nav-tabs li:first-child a{
    margin-left:0
}

.tabs .nav.nav-tabs li:last-child a{
    margin-right:0
}

.tabs .nav-tabs li.active a:before {
    right:0;
    bottom: -1px;
}

.tabs .nav-tabs li.active a, .tabs .nav-tabs li a:hover{
    color: #006B53;
}


.tabs .nav-tabs {
    margin: 0 0 32px;
    padding: 0;
    border-bottom-color: #EBEBEB;
}

.status-icon.instock, .status-icon.order {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 4px 6px;
    display: inline-flex;
	margin-bottom:8px;
	text-transform:uppercase;
	}
	
.status-icon.order:before, .status-icon.instock:before{
	display:none;
}
.status-icon.order {
	background: #F29100;
}
.status-icon.instock{
    background: #00B38C;
}
.item-views.table .item .title a {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
	margin-bottom:8px;
	display:block;
 }
 .price_val {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #161616;
}
/* .block_qwenty_variant {
   font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #8F8F8F;
}
*/
.block_desc_goods {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #161616;
    margin-bottom: 8px;
}


.quantity button {
    background: #FFFFFF;
    border: 1px solid #E3E3E6;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity input {
    background: #FFFFFF;
    border:0;
    border-top: 1px solid #E3E3E6;
    border-bottom: 1px solid #E3E3E6;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
}
.footer-button {
    padding-top: 16px;
    display: flex!important;
    align-items: center;
    flex-direction: row;
	justify-content:space-between;
}
.catalog.item-views.table .item .foot .btn {
    margin-top: 0!important;
    /*width: calc(100% - 136px)!important;*/
}
.catalog.item-views.table .item .foot .btn.btn-transparent-bg {
	width:100%!important
}
.block_up_price {min-height:150px;}
.pagination a, .pagination span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
	font-weight: bold;
font-size: 13px;
line-height: 20px;
text-align: center;
letter-spacing: 0.02em;
color: #161616;
}

.pagination li.next a, .pagination li.prev a {
    border: 1px solid #EBEBEB;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .active a, .pagination .active span, .pagination a:hover {
    background: #006B53!important;
    border-color: #006B53!important;
	color:#fff!important;
}
.pagination li.prev:hover a svg path, .pagination li.next:hover a svg path, .more_text_ajax svg path {
	fill:unset;
}
.pagination li.prev:hover a svg path, .pagination li.next:hover a svg path, .more_text_ajax svg path {
	stroke:#fff;
}
.wrap_pagination {text-align:left;}
.ico_favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: #FAFAFA;
    border-radius: 50%;
    z-index: 10!important;
	display:flex;
    align-items: center;
    justify-content: center;
}

.ico_favorite .add_fav {
	display:none;
}
.ico_favorite.add .not_fav {
	display:none;
}
.ico_favorite.add .add_fav {
	display:block;
}
.ico_favorite.add {
    background: #006B53;
}
.ico_favorite.add path {
    fill: #fff;
}

.clear_fav {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #161616;
    position: relative;
    top: -71px;
    float: right;
}
.clear_fav:hover{
	color:#006B53
}

.more_page:hover a,.more_page a {
    border: 0!important;
    background: none!important;
    width: 24px;
	
color: #161616!important;
cursor:default;
}
.block_list_cat {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block_item_cat {
    width: calc(100% / 4 - 24px);
    background: #F6F7FA;

    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.title_cat {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #161616;
}
.block_item_cat img {
    width: 56px;
    max-height: 56px;
    margin-right: 8px;
}.block_list_cat:before, .block_list_cat:after {
    display:block;
    content:'';

    width: calc(100% / 4 - 24px);
    order:2;
}
.text_before_items.catalog + .block_catalog_list_cat {
    margin-top: 68px;
}

.block_view_variant {
    display: flex;
    justify-content: flex-end;
}

.block_view_variant a {
    margin: 0!important;
    border-radius: 0!important;
}

.filter-action.active rect, .display-type .view-button:hover rect, .display-type .view-button.cur rect {
    stroke: #fff;
}

.filter-action.active, .display-type .view-button:hover, .display-type .view-button.cur {
    background: #006B53;
    border: 1px solid #006B53;
}
.block_view_variant
.display-type .view-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_view_variant
.display-type .view-button .svg {
    top: 0;
}

.block_item_cat_filter {
    padding: 8px;
    background: #FAFAFA;
    margin: 0 8px 8px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #161616;
}

.block_list_cat_filter {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:24px;
}

.block_item_cat_filter span {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}
.block_item_cat_filter.change {
	background: #006B53;
	color: #FFFFFF;
}
.pos_right {
    margin-left: auto;
}

.show_hide_list {
    font-style: normal;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #006B53;
}
.show_hide_list:hover, .show_hide_list:focus {opacity:0.8;
	color: #006B53;}
.show_hide_list svg path {stroke:#006B53 }
.pos_right.show_hide_list span {
    margin-right: 8px;
}

.pos_right.show_hide_list.SHOW svg {
    transform: rotate(180deg);
}
.pos_right.show_hide_list {
    padding-left: 16px;
}

.title_filter {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #161616;
}

.catalog .bx_filter_parameters_box {
    border-top: 1px solid #EBEBEB;
    border-bottom: 0;
    background: none;
    padding: 24px 0;
}

.bx_filter .border_block {
    border: 0;
}

.catalog .bx_filter_parameters_box.active {
    background: unset;
}

.catalog.bx_filter .bx_filter_parameters_box_title:before {
    font-size: 23px;
    color: #161616;
}

.bx_filter.catalog .bx_filter_parameters_box_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #161616;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text, .filter label>span {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #161616;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text span, .filter label>span span {
    color: #8F8F8F;
}
.bx_filter input[type=checkbox]+label:before, .filter input[type=checkbox]+label:before, .filter input[type=radio]+label:before,
.bx_filter input[type=checkbox]+label:after, .filter input[type=checkbox]+label:after {
    width: 18px;
    height: 18px;
    top: -2px;
}

.bx_filter input[type=checkbox]+label {
    padding: 0 0 0 29px;
    margin:0 0 20px 0;
}

.bx_filter input[type=checkbox]:checked+label:after, .filter input[type=checkbox]:checked+label:after {
    background-position: -24px 4px;
}
.bx_filter input[type="checkbox"]+label:before, .filter input[type="radio"]+label:before, .bx_filter .bx_filter_select_arrow, .common_select .common_select-link .trigger, .bx_filter input[type="checkbox"]:checked+label:after, .filter input[type="checkbox"]:checked+label:after {
	border-radius: 2px;
    background-color: #006B53;
}
.bx_filter input[type=checkbox]+label:last-child {
    margin-bottom: 0;
}
.catalog.bx_filter .bx_filter_block{padding-top:19px;}
.center-line {display:flex;}
.center-line span{margin-left:8px;}
.tooltip-inner {
    background:  #006B53;
    padding:8px;
    border-radius:0;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #006B53;
}

.tooltip-inner a {
    color: #fff;
    text-decoration: underline;
}
.have_scroll {
    overflow: auto;
    max-height: 144px;
    padding-top: 2px;
}


/* width */
.have_scroll::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.have_scroll::-webkit-scrollbar-track {
  background: #EBEBEB;
border-radius: 10px;
}

/* Handle */
.have_scroll::-webkit-scrollbar-thumb {
background: #006B53;
border-radius: 8px;
}


.block_search_prop_item .form-input {
    background: url(../images/svg/ico_search_filter.svg) no-repeat calc(100% - 12px) center, #FAFAFA;
    padding: 10px 12px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
   font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #161616;
	border:0;
}

.block_search_prop_item .clear_input {
    top: 23px;
    right: 10px;
    background: url(../images/svg/ico_clear_input.svg) no-repeat center, #FAFAFA;
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
}
.block_search_prop_item .clear_input.d-block{display:block;}
.block_search_prop_item {
    position: relative;
}

.catalog .bx_filter_button_box {
    border-top: 1px solid  #EBEBEB;
    padding: 0;
}

.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: none;
    border: 0;
    margin-bottom: 32px;
}

.catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn, .bx-chrome .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: #006B53;
    width: auto;
    padding: 7px 30px;
    max-width: 100%;
}

.catalog .bx_filter_button_box .bx_filter_block {
    padding-top: 32px;
}
.bx_filter_block .bx_filter_search_reset {
    margin-top: 32px;
}
.catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn:hover, .bx-chrome .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn:hover
{
	background: #008A6B;
}
.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset svg {
    margin-left: 4px;
}

.block_view_variant .display-type .view-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_view_variant .display-type .view-button .svg {
    top: 0;
}
.content-md + .text_after_items {
    border-top: 1px solid #EBEBEB;
    padding-top:32px;
}
.block_sort_title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #161616;
    font-family: 'Inter', sans-serif;
    margin-right: 16px;
}


.block_view_qwnt {
    position: relative;
}
.block_view_qwnt .box_select {
   z-index:3;
   padding-top: 0;
   top: calc(100% + 16px);
   width: 160px;
   left: -11px;
}

.block_view_qwnt .box_select ul {
	margin:0;
}
.block_view_qwnt .box_select li {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #0F203D;
	padding:16px;
	margin-bottom:0;
    border-top:0;
}
.block_view_qwnt .box_select li:hover, .block_view_qwnt .block_select_change:hover {
    color:#006b53;
}
.block_view_qwnt .block_select_change.open ~ .box_select {
    border: 0;
	z-index:100;
}
.block_select_change:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    background: url(../images/svg/select.svg) no-repeat center;
}
.block_select_change.open:after {
    transform: rotate(180deg);
}
.block_select_box .box_select {
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: -16px;
    width: 228px;
    background: #fff;
    box-shadow: 0px 6px 20px rgb(219 226 232 / 50%);
}

.block_select_change{
	cursor:pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #161616;
	padding-right:24px;
}
.block_select_change.open ~ .box_select {
    display: block;
    border:1px solid #fff;
}
.block_select_box ul li.change{
	display:none;
}
.block_item_input {
    position: relative;
}
.block_view_qwnt .box_select li:before {
    display: none;
}
.ordering-wrap {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.page_catalog .block_item_price {
    width: calc(100% / 4 - 32px);
    margin-right: 32px;
    margin-bottom: 32px;
}

.page_catalog .block_list_price {
    margin-right: -32px;
    justify-content: flex-start;
}
.page_catalog .block_name_dwn{
    flex-direction: column;
}

.page_catalog .block_name_dwn a {
    margin-left: 0;
    margin-top: auto;
}

.page_catalog .block_name_file {
    margin-bottom: 8px;
}
.block_price.page_catalog {
	clear:both;
    margin-bottom: 44px;
    padding-bottom: 48px;
    border-bottom: 1px solid  #EBEBEB;
}
.back_page {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #161616;
    margin-top: 40px;
    margin-bottom: -14px;
    position: relative;
    transition:all .3s linear;
    z-index: 3;
}
.back_page span{margin-right:4px;}
.back_page path{
    transition:all .3s linear;
}
.back_page svg{margin-right:4px;}
.back_page:hover{
   color: #006B53;
}
.back_page:hover path{
   stroke: #006B53;
}

.block_list_variant {
    display: flex;
    flex-wrap: wrap;
}

.block_item_variant {
    background: #FAFAFA;
    padding: 8px;
}

.catalog.item-views.list .item .image {
    width: 148px;
    height: 148px;
    line-height: initial;
}
.list .title {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
    margin-bottom: 8px!important;
}

.catalog.item-views.list .item .description {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #161616;
    padding-top: 0;
    margin-bottom: 8px;
}

.catalog.item-views.list .item {
    padding: 24px;
}
.block_item_variant {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #161616;
    margin-right: 8px;
    margin-bottom: 8px;
}
.block_item_variant svg {
    margin-left:4px;
}
.block_up {
	min-height:116px;
	padding-bottom:16px;
}
.block_txt_pic {
    display: flex;
}

.block_txt_pic .image-wrapper {
    min-width: 148px;
    margin-right: 24px;
}
.block_have_more_var {
    display: flex;
}
.show_more_variant {
    background: #FAFAFA;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog.item-views.list .item .text {
    width: 100%;
}
.list .cont {
    border-right: 1px solid #EBEBEB;
    margin: -20px 0 -24px;
    padding: 24px 0;
	height:calc(100% + 44px);
}
.block_have_more_var {
    justify-content: space-between;
    padding-right: 24px;
}
.show_more_variant.SHOW svg {
    transform: rotate(180deg);
}

.list .text {
    display: flex;
}

.block_left_list_cart {
    width: calc(100% - 279px);
}

.block_right_list_cart, .block_tp .block_right_list_cart {
    width: 279px;
    padding: 0 0 0 24px;
}
.block_tp .block_right_list_cart{min-width:279px;}
.list.item-views .item .btn {
    margin: 0;
}
.block_between {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list .ico_favorite {
    top: -4px;
    right: 12px;
}
.list.item-views .item .btn.btn-transparent-bg {
    width: 100%;
	font-weight: 500;
}
.form label.form-label {
    position: relative;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #161616;
	margin-bottom:8px;
}
.title.mb-0 {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.required-star {
    position: relative;
}
.required-star i {
    display: block!important;
    width: 3px;
    height: 3px;
    background: #006B53;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -3px;
}
.form-control.form-input {
    background: #FAFAFA;
    border-radius: 4px;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #161616;
}
.form .form-group {
    margin-bottom: 16px;
}
.form-textarea, textarea.form-textarea.form-control {
    background: #FAFAFA;
    border-radius: 4px;
    height: 116px;
    border: 0;
    margin-bottom: 16px;
}
.hide {
	display:none;
}
.add_file, .form label.add_file {
    padding: 12px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    transition:all .3s linear;
    color: #006B53;
    border: 1px solid #006B53;
    position: relative;
    left: 0;
    cursor: pointer;
}

.add_file:hover, .form label.add_file:hover {
    border-color: #006B53;
    background: #006B53;
    color:#fff;
}
.block_dwn_item_file {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #161616;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EBEBEB;
    margin-bottom: 12PX;
}

.block_list_file {
    MARGIN-TOP: 16PX;
}

.block_list_file a:hover {
    opacity: 0.7;
}
.send_order.btn.btn-default {
    margin-top: 4px;
    width: 100%;
    margin-right: 0;
}
.form.order-done .form-header .text p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #161616;
    margin-bottom: 0;
}
.order-done .bottom-close {
    background: #006B53;
    border-color: #006B53;
}

.form.popup.order-done .form-footer {
    padding-top: 0;
    margin-top: 0;
}
.list .cont {
    padding-right: 16px;
}

.catalog.detail {
    margin-top: 64px;
}

.catalog.detail .head .info {
    border: 1px solid #EBEBEB;
    padding: 24px;
}

.catalog.detail .head .label, .catalog.detail .head .status-icon {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.03em;
    margin: 0;
}

.catalog.detail .head .info .hh {
    padding-bottom: 0;
}
.detail .galery .flexslider.top-bigs .slides>li {
    max-height: 448px;
    min-height: 448px;
}
.detail .galery .top-small-wrapper .bx-controls-direction a {left:32.5px}
.catalog.detail .galery .flexslider.top-bigs:not(.s_1) {
    width: 448px;
}
.block_flex_top {
    display: flex;
	justify-content:space-between;
}

.block_text_desc {
    width: calc(100% - 560px);
}
.block_picture_slider { width: 548px; }
form[name="centino_heat_callback"] .form-header {
    padding: 55px 53px 29px 53px!important;
}
.detail_page.text_after_items {
    padding-left: 16px;
    padding-right: 16px;
}
@media(max-width:395px){
	.form.popup form[name="centino_heat_callback"] .form-header .text{
		padding: 0!important;
	}
	form[name="centino_heat_callback"] .form-header {
		padding: 55px 11px 0!important;
	}
}
.swipeignore form[name="centino_heat_callback"] .form-header {
    padding:15px 0px 9px 0px!important;
}
@media (max-width: 991px) {
    .catalog-section__section .wrap_pagination {
        text-align: center;
    }
}
@media (max-width: 767px) {
	#headerfixed {
    height: 0!important;
}
	.prices.summ.box {
		 display: none!important;
	}
    .block_sort_title {
        font-size: 13px;
    }
}

.bx_filter_parameters_box_container{
    overflow: auto;
    max-height: 295px;
    box-sizing: border-box;
    height: auto;
	padding-top:19px;
}

.bx_filter_parameters_box_container::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

.bx_filter_parameters_box_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #006b53
    
}

.bx_filter_parameters_box_container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}
.bx_filter_parameters_box_container {
  scrollbar-width: thin;
  scrollbar-color: #006b53 #f9f9fd;
}

.bx_filter_button_box .bx_filter_parameters_box_container{
  overflow:unset;
  max-height:unset;
	padding-top:0;
}

@media (max-width: 991px) {
	.search-block.wrap_icon.ico_fav.js--header-block-ico-fav svg {
    position: relative;
    top: 5px;
}
.pull-right .ico_fav .fav__count {
    top: 12px;
}

	.block_picture_slider { width: 100%; }
	
	.page_catalog.two_element .block_item_price  {
		width:100%;
	}
}
.block_picture_slider .flexslider a.fancybox { display: block !important; }
.detail h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #161616;
    margin-bottom: 8px;
}

.block-seriya {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #8F8F8F;
    margin-bottom: 16px;
}

.detail .chars .props_table .char_name span {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
}
.detail .chars .char-wrapp tr td {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
    width: auto;
    padding-bottom: 12px;
}


.docs-block .page_catalog.block_list_price{max-width:684px;}
.docs-block  .page_catalog .block_item_price {
    width: calc(100% / 2 - 32px);
}

.block_text_desc {
    position: relative;
}

.block_text_desc .ico_favorite {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 72px;
}

.print {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 50%;
	transition:all .3s linear;
}
/*
.print:hover {
    background: #006B53;
}

.print:hover path {
    stroke: #fff;
}
*/


.print_basket {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 50%;
	transition:all .3s linear;
    top: 5px;
    position: relative;
    margin-right: 12px;
}
.print_basket:hover {
    background: #006B53;
}

.print_basket:hover path {
    stroke: #fff;
}

.detail .chars .char-wrapp tr td:nth-child(2) {
    text-align: right;
    background: url(/bitrix/templates/centino-heat/images/dott.png) 0 15px repeat-x;
}
.show_all_property {
    margin-top: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #006B53;
}

.catalog.detail.detail_narrow_N .head .bottom-wrapper {
    border-top: 1px solid #EBEBEB;
    padding: 24px 0 0;
    margin: 24px 0 0;
}
.detail .bottom-wrapper-inner {
    display: flex;
    align-items: center;
}

.catalog.detail .head .price, .catalog.detail .head .price .price_val {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.wrapper-block-btn.order {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.catalog.detail .wrapper-block-btn .btn {
    margin: 0;
	font-weight:500;
    padding: 9px;
    height: 40px;
    min-width: 119px;
    margin-left: 16px;
}

.catalog.detail .wrapper-block-btn .quantity {
    margin: 0;
}

.catalog.detail .footer-button {
    padding: 0;
    margin: 0;
}
.catalog.detail .head .price .price_new .price_val {
    margin-right: 16px;
    padding: 0;
}
.detail .galery .top-small-wrapper {
    width: 80px;
}

.catalog.detail .galery .top-small-wrapper {
    top: 0;
}
.detail .galery .top-small-wrapper .bx-controls-direction a.bx-prev {
    top: -40px;
}

.detail .galery .top-small-wrapper .bx-controls-direction a.bx-next {
    bottom: -40px;
}

.detail .galery .top-small-wrapper {
    padding: 40px 0;
}
.detail .galery .inner {overflow-x:hidden;}
.detail .galery .top-small-wrapper .slides li {
    height: 80px;
}
.detail .drag_block.tab {
    max-width: 560px;
    margin-top: 64px;
    width: 100%;
}
.drag_block.tab p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #161616;
}

.drag_block.tab h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #161616;
    margin: 24px 0;
}
.detail_page.text_after_items {
	padding-top:64px;
	margin-top:32px;
	border-top:1px solid #EBEBEB;
}
.block_title_head {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #161616;
    margin-bottom: 16px;
    margin-top: 32px;
}

.block_tp .catalog.item-views.list .item .title {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 4px!important;
    color: #161616;
}
.block_tp .catalog.item-views.list .item .description {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #161616;
}

.block_tp .block_between {
    height: auto;
    min-height: unset;
}
.block_tp .block_up{min-height:unset}
.view_property {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #006B53;
    padding: 8px 16.5px;
	min-width:170px;
    margin-right: 30px;
    border: 1px solid #006B53;
}

.block_btn_two {
    display: flex;
    align-items: center;
}

.link_goods_detail {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #161616;
    display: block;
    padding: 8px 0;
}
.block_tp .chars .props_table .char_name span {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
}

.block_tp .chars .char-wrapp tr td:nth-child(2) span {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
}

.block_tp .chars .props_table .char_value {
    background: url(/bitrix/templates/centino-heat/images/dott.png) 0 15px repeat-x;
}

.block_tp .char-wrapp.props_table {
    max-width: 560px;
}
.block_tp .chars .props_table tr td {
    width: auto;
    padding-bottom: 12px;
}
.block_tp .chars .char-wrapp tr td:nth-child(2) {
    text-align: right;
}
.block_tp .chars {
    padding-top: 24px;
}
.block_tp .chars {
    display: none;
}
.view_property:hover {
    background: #006B53;
    color: #fff;
    border-color: #006B53;
}
.link_goods_detail:hover {
	color:#006B53;
}
.block_property_all.SHOW .chars {
    display: block;
}
.block_tp .pagination {
    margin-top: 0;
}

.minus.disabled {
    cursor: default;
}
.minus.disabled path {
    stroke: #E6ECF0;
}
/*
.detail .block_have_more_var {
    margin-top: 8px;
    padding-right: 0;
}
*/
.catalog.detail .wrapper-block-btn {max-width:unset}
.catalog.detail .wrapper-block-btn .btn.btn_variant{width:100%;min-width:176px}
.block_popup_filter_detail {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: #0000008c;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
body .container
.block_popup_filter_detail .bx_filter {
    margin-left:auto;
    max-width:368px;
    padding:16px;
    background:#fff;
    height:100%;
    overflow:auto;
	
    display: block;
    right: 0;
	position:relative;
}
 .block_popup_filter_detail .catalog .bx_filter_button_box {
	position:fixed;
	bottom:0;
    max-width:368px;
	right:0;
	left:auto;
    padding: 0 16px 16px;
    background: #FAFAFA;
    border-top: 0;
    z-index: 2;
}
 .block_popup_filter_detail .bx_filter_button_box .bx_filter_parameters_box_container {
    display: flex;
    align-items: center;
}
.filter-custom .bx_filter_button_box .bx_filter_parameters_box_container {
    display: flex;
    justify-content: center;
}
 .block_popup_filter_detail .catalog .bx_filter_button_box .bx_filter_block {
    padding: 16px 0 0;
}
.block_popup_filter_detail .catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset, .block_popup_filter_detail .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn, .bx-chrome .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    margin-bottom: 0;
}
.block_popup_filter_detail .bx_filter_section {
    padding-bottom: 55px;
}
/* width */
.block_popup_filter_detail .bx_filter::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.block_popup_filter_detail .bx_filter::-webkit-scrollbar-track {
  background: #EBEBEB;
border-radius: 10px;
}

/* Handle */
.block_popup_filter_detail .bx_filter::-webkit-scrollbar-thumb {
background: #006B53;
border-radius: 8px;
}
.block_popup_filter_detail .title_filter a {
    display: block;
    top: 7px;
    position: relative;
}
.block_popup_filter_detail .title_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_popup_filter_detail .catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset span, .block_popup_filter_detail .catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset svg {display:none}

.btn-transparent-bg:hover path {
    stroke: #fff;
}

.detail .info .btn-transparent-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .info .btn-transparent-bg svg {
    margin-right: 4px;
}
.block_popup_filter_detail.open{
	display:block;
}
.footer-button .buy_block {
    display: flex!important;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0!important;
}

.buy_block:after, .buy_block:before {
    display: none;
}

.catalog.item-views .item .buy_block .buttons .btn {
    padding-top: 8px;
}
.catalog.item-views.table .item .buy_block .buttons {
    max-width: calc(100% - 136px);
    width: 100%;
}
.catalog.item-views.table .item .buy_block.in .buttons {
	max-width:100%;
}
 .detail_link_catalog_block .item:hover {
	 z-index:20;
 }
 .bx_filter_vertical input[type="checkbox"] + label.disabled span {
    color: #d2d2d2;
}

.catalog.detail .head.wti .buy_block {
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}
/*
.detail .bottom-wrapper-inner {
    flex-wrap: wrap;
}*/
@media(max-width:1340px){
.detail .bottom-wrapper-inner {
    flex-wrap: wrap;
}
}
.catalog.detail .wrapper-block-btn .btn.open_filter {
    font-size: 0;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}
.catalog.detail .wrapper-block-btn .btn.open_filter svg{margin:0}

.catalog.detail .wrapper-block-btn .btn.btn_variant:hover {
    background: #006B53;
    color: #fff;
    border-color: #006B53;
}

.catalog.detail .wrapper-block-btn .btn.btn_variant {
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #006B53;
    transition: all .3s linear;
}

.catalog.detail .wrapper-block-btn .btn.btn_variant {
    margin-left: 0;
}

@media(max-width:1060px) and (min-width:768px){
	.catalog.detail .galery .flexslider.top-bigs:not(.s_1) {
		width: 400px;
	}
	.block_text_desc {
		width: calc(100% - 432px);
	}
	.block_tp .catalog.item-views.list .item {
		padding: 16px;
	}

	.block_tp .list .cont {
		margin: -12px 0 -16px;
		padding: 16px 0;
		height:calc(100% + 28px);
	}
	.block_tp .chars {
		padding-right: 16px;
	}
}
@media(min-width:768px){
	
	.catalog.detail .galery .flexslider.top-bigs:not(.s_1) {
		margin-left: 0;
		margin-right: 0;
	}

	.catalog.detail .galery .top-small-wrapper + .flexslider.top-bigs:not(.s_1){
		margin-left: 90px;
	}
	
	.catalog.detail .galery .top-small-wrapper {
		left: 0;
		right: auto;
	}

	.catalog.detail .head:not(.wti) {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.catalog.detail .galery .inner {
    padding: 0;
    margin: 0;
}
}

@media (max-width:1400px) and (min-width:1200px), (max-width:1045px) and (min-width:992px){
	/*.catalog.item-views.table  .footer-button, .catalog.item-views.table .item .buy_block{
		flex-direction: column;
		align-items: flex-start;
	}

	.catalog.item-views.table .item .foot .btn, .catalog.item-views.table .item .buy_block .buttons {
		width: 100%!important;
		max-width: 100%!important;
	}
	.catalog.item-views.table .item .buy_block .buttons {margin:0;}

	.catalog.item-views.table  .quantity {
		margin-bottom: 12px;
	}*/
}
@media (max-width:1200.5px){
	/*.block_between .footer-button .quantity + .buttons {
    width: 100%;
}

.block_between .footer-button .quantity {
    MARGIN-BOTTOM: 12px;
}

.catalog.item-views.list .footer-button .buy_block {flex-wrap: wrap;}*/
.catalog.item-views.list .footer-button .buy_block .buttons {width:100%;max-width:100%;}
.catalog.item-views .item .buy_block .buttons .btn {
    width: 100%;
}
	.catalog.detail .head .have_variant_detail .price {
		width: 100%;
		margin-bottom:16px;
	}
	.have_variant_detail .bottom-wrapper-inner {
		flex-wrap: wrap;
	}
	.catalog.detail .have_variant_detail .wrapper-block-btn .btn.btn_variant {
    margin-left: 0;
}

	.block_right_list_cart {
    width: 260px;
}

.block_between .footer-button {
    flex-direction: column;
    align-items: flex-start;
}
.block_tp .block_between .footer-button {
    flex-direction: row;
    align-items: center;
}

.block_between .footer-button .quantity + .btn {
    width: 100%;
}
.block_tp .block_between .footer-button .quantity + .btn {
    width: calc(100% - 136px);
    height: 40px;
}

.block_left_list_cart {
    width: calc(100% - 260px);
}
	.block_list_cat:before, .block_list_cat:after, .block_item_cat {
		width: calc(100% / 3 - 20px);
	}
	
.page_catalog .block_item_price {
    width: calc(100% / 3 - 32px);
}
}

@media (max-width:1100px) and (min-width: 992px) {
	.block_txt_pic .image-wrapper {
		min-width: 100px;
		margin-right: 16px;
	}
	.catalog.item-views.list .item .image {
		width: 100px;
		height: 100px;
	 }
}
@media (min-width: 992px){
	.filter-action {display:none;}
	.content-md>.right_block.narrow_Y {
		width: calc(100% - 304px);
	}
	.side_left .content-md>.right_block.narrow_Y+.left_block {
		padding-right: 32px;
	}
	.content-md>.right_block.narrow_Y+.left_block{width:304px}
}
.title_filter a  {display:none;}
.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset span {
    margin-left: 4px;
}

@media(max-width:991px){
	.hide_mob {
		display: none!important;
	}
	
	.docs-block  .page_catalog .block_item_price {
		width: calc(100% / 2 - 16px);
	}

}
@media(min-width:992px){
	.block_hide_pc {
		display: none!important;
	}
}
@media(max-width:991.5px){
	
.block_tp .image-wrapper {
    display: none;
}
.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset{margin-top:0;}
	.block_flex_top {
    flex-direction: column;
}

.catalog.detail .head .info {
    padding: 0;
    border: 0;
}

.block_text_desc {
    width: 100%;
    position: unset;
}
.detail .head {
    position: relative;
}
.detail .status {
    display: inline-flex;
    margin-bottom: 18px;
}

.block_hide_pc .block_title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #161616;
    margin-bottom: 8px;
}

.block_text_desc .ico_favorite {
    top: 0;
    right: 0;
}
.print {
    display: none;
}
.detail .bottom-wrapper-inner .price {
    width: 100%;
    padding-bottom: 16px;
}

.detail .bottom-wrapper-inner {
    flex-wrap: wrap;
}

	.ordering-wrap {
    order: 2;
}
.page_catalog .block_item_price {
    width: calc(100% / 2 - 16px);
	margin-right:16px;
	margin-bottom:16px;
}

.page_catalog .block_list_price {
    margin-right: -16px;
}

.filters-wrap {
    display: flex;
    flex-direction: column;
}
.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset span {
display: none;
}
.catalog .pagination {
    margin: 0;
    padding: 0;
}

.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset svg {
    display: none;
}
	.title_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_filter a {
	display:block;
    top: 7px;
    position: relative;
}
.filter-action.active, .display-type .view-button:hover, .display-type .view-button.cur {
    color: #fff;
}

.filter-action.active path, .display-type .view-button:hover path, .display-type .view-button.cur path {
    stroke: #fff;
}
.catalog .bx_filter_button_box {
    position: fixed;
    width: 100%;
    padding: 0 16px 16px;
    background: #FAFAFA;
    bottom: 0;
    left: 0;
    border-top: 0;
    z-index: 2;
}
.bx_filter {
    height: calc(100vh - 60px);
}
.bx_filter{display:none;}
	body .container .bx_filter {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 16px;
    background: #fff;
}
.block_view_variant {
    display: none;
}
.filter-action {font-family: 'Inter', sans-serif;width: 100%;margin: 0;padding: 7px;border: 1px solid #006B53;font-style: normal;font-weight: 500;font-size: 15px;line-height: 24px;
text-align: center;letter-spacing: 0.03em;
color: #006B53;height: auto;background: none;}

.block_mob_icon {
    display: flex;
    width: 100%;
}
.bx_filter_button_box .bx_filter_parameters_box_container {
    display: flex;

   align-items:center;
}

.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset {
    margin-bottom: 0;
}

.catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn, .bx-chrome .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    margin-bottom: 0;
}

.catalog .bx_filter_button_box .bx_filter_block {
    padding: 16px 0 0;
}
	.block_item_price {
		width: 100%;
	}
	.block_item_cat{margin-bottom:16px;}
	.block_list_cat:before, .block_list_cat:after, .block_item_cat {
		width: calc(100% / 2 - 8px);
	}
}

@media (min-width: 767px) and (max-width:991px) {
	.catalog.detail .galery .flexslider.top-bigs:not(.s_1) {
		width: calc(100% - 75px);
	}
}
@media(max-width:767.5px){
	footer.footer_v10 .social-icons {margin-left:0;}
	.catalog.item-views .item .buy_block .buttons {
    max-width: calc(100% - 136px);
	margin-left:auto;
}
.catalog.item-views.list .item .buy_block.in, .catalog.item-views .item .buy_block.in .buttons{width:100%;max-width:100%;} 

.catalog.item-views.list .item .buy_block {
    align-items: flex-start;
}
	.detail_link_catalog_block.catalog.item-views.table .item {height:auto!important}
.height93 {
	height:90px;
}
	.block_tp .list .cont {height:100%;}
	.catalog.detail .head .have_variant_detail .price {
    margin-bottom: 0;
}

.catalog.detail .have_variant_detail .wrapper-block-btn .btn.btn_variant {
    width: 100%;
}

.catalog.detail .have_variant_detail .footer-button {
    width: 100%;
}

.catalog.detail .wrapper-block-btn .btn.open_filter {
    font-size: 0;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    padding-right: 6px;
    margin-left: 12px;
}
.detail .drag_block.tab {margin-top:0;}
.catalog.detail .head {padding-bottom:16px;}
.open_filter svg {
    margin: auto;
}
.detail .block_have_more_var {margin-top:24px;}
	.SHOW .chars {
		margin-bottom:-12px;
	}
	.block_tp .catalog.item-views.list .item .title {
		padding-left: 0;
	}

	.block_tp .list .item .status-icon {
		left: 16px;
	}

	.block_tp .catalog.item-views.list .item .description {
		padding-left: 0;
		font-style: normal;
		font-weight: bold;
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.block_tp .list .block_up {
		padding-bottom: 0;
	}
	.block_tp .block_right_list_cart {
		width: 100%;
		padding: 0;
		border: 0;
		margin: 0;
	}

	.view_property {
		margin-top: 20px;
		padding: 0;
		min-width: unset;
		border: 0;
	}

	.view_property:hover {
		background: none;
		color: #222;
	}
	.block_tp .block_right_list_cart {min-width:unset;}
	/*.char {
    display: flex;
    flex-direction: column;
}*/
.block_tp .chars .props_table tr td {
    background: none!important;
    padding: 0;
    margin: 0;
}

.block_tp .chars .char-wrapp tr td:nth-child(2) {
    text-align: left;
    padding: 4px 0 12px;
    margin: 0;
}

.block_tp .chars .char-wrapp tr td:nth-child(2) span {
    margin: 0;
    padding: 0;
}

.detail .chars .char-wrapp tr td {
    background: none!important;
    padding: 0 0 4px;
}

.detail .chars .char-wrapp tr td:nth-child(2) {
    text-align: left;
    padding: 0 0 8px;
    margin: 0;
}

.detail .chars .props_table .char_value span {
    margin: 0;
    padding: 0;
}
.title-tab-heading.visible-xs {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-transform: unset;
    padding: 12px 47px 12px 16px;
}

.title-tab-heading:before {
    right: 22px;
    top: 13px;
}
.detail_page.text_after_items {
    padding-top: 32px;
    margin-top: 12px;
}
.detail .galery .flexslider.top-bigs .slides>li {
    width: 100%;
    max-height: 228px;
    min-height: 228px;
}
.catalog.detail .galery .inner {min-height:228px;}
.catalog.detail .galery .flexslider.top-bigs:not(.s_1) {
	width:100%;
}
.drag_block.tab h2 {
   margin: 0 0 16px;
   font-size: 20px;
   line-height: 32px;
}

.tab-pane.active .title-tab-heading+div {
    margin-bottom: 32px;
}
	.catalog.item-views.list .item {
    padding: 16px;
}

.block_txt_pic .image-wrapper {
    min-width: 80px;
    margin-right: 8px;
    position: absolute;
}

.catalog.item-views.list .item .image {
    width: 80px;
    height: 80px;
}

.catalog.item-views.list .item .title {
    font-size: 13px;
    line-height: 20px;
}

.catalog.item-views.list .item .description {
    font-size: 13px;
    line-height: 20px;
}

.list .cont {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 0;
}

.catalog.item-views.list .item .text {
    padding-top: 0!important;
    flex-direction: column;
}

.block_right_list_cart {
    width: 100%;
    padding: 16px 0 0;
    margin-top: 16px;
    border-top: 1px solid #EBEBEB;
}

.catalog.item-views.list .item .footer-button {
    flex-direction: row;
}

.block_between .footer-button .quantity + .btn {
    width: calc(100% - 136px);
    padding: 8px;
}
.block_left_list_cart {width:100%;}
.block_left_list_cart .block_up .title, .catalog.item-views.list .item .description {padding-left:88px;}
.list .block_up {
    padding-top: 30px;
}
.block_qwenty_variant {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #EBEBEB;
}
.list .ico_favorite {top:-3px}

.list .item .status-icon {
    position: absolute;
    top: 0;
	left:103px;
}
.block_have_more_var {
    padding: 0;
    flex-direction: column;
}
.show_more_variant {
    width: auto;
    height: auto;
    background: unset;
    justify-content: flex-start;
}
.show_more_variant svg {
    display: none;
}

.show_more_variant:before {
    content: 'Показать еще';
    color: #006B53;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.list.item-views .item .btn.btn-transparent-bg {
    background: #006B53;
    color: #fff!important;
    border-color: #006B53;
}
.show_more_variant.SHOW:before {content: 'Скрыть';}
.block_between {min-height:unset;}
	.back_page span {
		display: none;
	}

	.back_page {
		margin-top: 16px;
		margin-bottom: -16px;
	}
	.block_price.page_catalog {
		margin-bottom: 12px;
		padding-bottom: 16px;
	}
		.tabs .nav-tabs {
		display: flex;
		flex-wrap: nowrap;
		padding: 0!important;
		margin: 0!important;
		width: 100%;
		overflow: auto;
	}

	.page_catalog .block_item_price {
		width: calc(100% / 2 - 16px);
	}

	.tabs .nav-tabs::-webkit-scrollbar { width: 0; }

	.tabs .nav-tabs { -ms-overflow-style: none; }

	.tabs .nav-tabs { overflow: -moz-scrollbars-none; }

	.tabs .nav.nav-tabs a {
		font-size: 15px;
		line-height: 24px;
		white-space: nowrap;
		padding-left:0!important;
	}

	.tabs .nav-tabs li.active a:before {
		width: 100%!important;
		height: 1px!important;
		top: 100%!important;
	}
	.catalog.item-views.table .item .inner-wrap {
		padding: 16px;
	}
	.item .footer-button {
		
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.detail_link_catalog_block .item .inner-wrap .text .foot {
		display: block;
		opacity: 1;
		transition: opacity .2s ease-in-out;
	}
	.clear_fav span {
		display: none;
	}
	.clear_fav {
		top: -42px;
	}
	.block_title_link h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 30px;
	}

	.block_title_link {
		margin-bottom: 0;
		margin-top: 0;
	}


	.block_title_link a {
		display:block;
		width:16px;
		min-width:16px;
		height:16px;
		background:url(../images/svg/link_str.svg) no-repeat center;
		font-size:0;
	}
	.block_price {
		margin: 24px 0 0;
		padding: 0;
		border: 0;
	}

	.block-title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 16px;
	}

	.block_feedback .block_bottom {
		padding: 16px;
	}


	.block_brand {
		padding: 0 0 21px;
		margin: 40px 0 32px;
		border-top: 0;
	}

	.block-arrows {
		display: none!important;
	}

	.block_title_arrow {
		margin-bottom: 16px;
	}

	.text_after_items h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.text_after_items p, .text_after_items li {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.02em;
	}
	section.page-top .maxwidth-theme .page-top-main {
		padding: 32px 0 16px;
	}

	section.page-top h1 {
		margin-bottom: 0;
	}

	.text_before_items.catalog p, .text_before_items.catalog li {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.02em;
	}

	.text_before_items.catalog p {
		margin-bottom: 8px;
	}
	a.pos_right.show_hide_list {
		display: NONE;
	}

	.block_list_cat_filter {
		flex-wrap: nowrap;
		align-items: flex-start;
		overflow: auto;
	}

	.block_item_cat_filter {
		white-space: nowrap;
		DISPLAY: BLOCK!IMPORTANT;
	}

	/* хром, сафари */
	.block_list_cat_filter::-webkit-scrollbar { width: 0; }

	/* ie 10+ */
	.block_list_cat_filter { -ms-overflow-style: none; }

	/* фф (свойство больше не работает, других способов тоже нет)*/
	.block_list_cat_filter { overflow: -moz-scrollbars-none; }
	.block_list_cat_filter {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media(max-width:575px){
	
.page_catalog .block_item_price, 	.docs-block  .page_catalog .block_item_price  {
    width: 100%;
	margin-right:0;
}
/*.page_catalog .block_name_dwn {
    flex-direction: row;
}

.page_catalog .block_name_file {
    margin-bottom: 0;
    margin-right: 8px;
}*/
.page_catalog .block_list_price{margin-right:0}
	.block_list_cat:before, .block_list_cat:after{
		display:none;
	}
	.block_item_cat {
		width: 100%;
	}
}



footer .logo{max-width:200px}


footer.footer_v10 .bottom-menu.wdt-100 .items>.item-link .item .title a {
    font-size: 13px;
    line-height:16px;
}

body:not(.index) footer.footer_v10 .bottom-middle {padding-bottom: 0;}

footer.footer_v10 .footer_v10_services_list {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.block_list_goods img {
    max-width: 40px;
    margin-right:5px;
}
.block_list_goods .edit--blogflex__item {
    display:flex;
    align-items:center;
}
.slider_company .flex-direction-nav {
	display:block!important;
}

.block_popup_filter_detail .catalog .bx_filter_button_box {width: 100%;}
.block_popup_filter_detail .bx_filter .bx_filter_popup_result#modef_mobile {
  padding-bottom:0;
}

span[data-name="question"] {
    margin-top: 0!important;
    margin-bottom:5px!important;
    margin-left:16px!important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span,.pagination>li:first-child>a, .pagination>li:first-child>span {border-radius:50%}

@media (min-width:992px) and (max-width:1200px){
	.catalog.detail .head .price .price_new .price_val {
    white-space: nowrap;
}

.catalog.detail .bottom-wrapper-inner .footer-button {
    display: flex;
    flex-direction: column;
}

span[data-name="question"] {
    margin-left: 0!important;
    margin-top: 8px!important;
}

.detail .bottom-wrapper-inner {
    align-items: flex-start;
}

.catalog.detail .head .price {
    min-height: 45px;
    display: flex;
    align-items: center;
}
}

form[name="centino_heat_callback"] .form-footer .licence_block input[type="checkbox"] + label:before, 
form[name="centino_heat_callback"] .form-footer .licence_block input[type="checkbox"] + label:after{
   margin-top: 0;
    left: 0;
}

form[name="centino_heat_order_product"].form-footer .licence_block input[type="checkbox"] + label:before, 
form[name="centino_heat_order_product"] .form-footer .licence_block input[type="checkbox"] + label:after,
.bx_filter input[type="checkbox"] + label:not(.disabled):hover:before, .bx_filter input[type="checkbox"] + label:not(.disabled):hover:after{
	 margin-top: 0;
    left: 0;
}
form[name="centino_heat_order_product"] .form-footer .licence_block input[type="checkbox"] + label:before {
	display:none;
}

.ico_fav .fav__count {
    position: absolute;
    background: #fff;
    border:  1px solid #333;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -2px;
    top: -12px;
    border-radius: 50px;
    font-size: 11px;
	padding:0 2px;
}
#headerfixed.fixed .ico_fav .fav__count {
    right: -12px;
}
.basket--pull-right .basket--pull-right__count {font-size:11px;}
.ico_fav {
    position: relative;
}
.block_popup_filter_detail .catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset {margin-top:0;}

@media (max-width:991.5px) and (min-width:768px){
	.catalog.detail.detail_narrow_N .head .bottom-wrapper{margin-bottom:24px;}
}
@media(max-width:540px) {
	#mobileheader .wrap_icon{padding-left: 7px;
    padding-right: 0px;}
	body {min-width:360px}
	.catalog.detail .footer-button + .footer-button {
		max-width: 100%;
		width: 100%;
	}
	.catalog.detail .wrapper-block-btn .btn.btn_variant {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}


}

@media(min-width:992px) {
    .catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset { margin-bottom: 0; }
    .catalog .bx_filter_section .bx_filter_button_box #set_filter { margin-bottom: 0; }
}
@media(max-width:767px) {
    .block_picture_slider .nf_con { height: 100%; }
}

.catalog.detail .bottom-wrapper-inner > * { margin-bottom: 15px!important; }
.catalog.detail .head.wti .order.basketTrue .btn { margin-bottom: 0!important; margin-left: 0 !important; }
.catalog.detail .wrapper-block-btn.order.basketTrue { padding-left: 16px; }


@media print {
	section.page-top {min-height:0;}
	.chars .char {
   display:table-row;
}
.chars .char td {width:50%;}

.catalog.detail {margin-top:0;}
	.detail .galery .item img {
		width:130px;height:auto;
	}
	.top-small-wrapper {display:none!important}
	html[xmlns] .flexslider .slides {display:flex;flex-direction:column;}
	.block_picture_slider {width:100%;}
	.detail .galery .flexslider.top-bigs .slides>li {
    height: auto!important;
    min-height: unset!important;
    max-height: unset!important;
	line-height: unset!important;
}
.tabs .nav-tabs, .footer-button .buy_block {display:none!important}
.title-tab-heading {
	margin-bottom:16px;
}
.tab-content>.tab-pane, .title-tab-heading {display:block!important}
.detail .galery .flexslider .flex-viewport, .detail .galery .items {
    overflow: unset!important;
    height: auto!important;
    max-height: unset!important;
}
	.detail .galery .flexslider .flex-viewport {overflow:unset;}
}


.detail div.drag_block .h4 { font-size: 1.3335em; line-height: 33px; color: #333333; margin-top: 0; margin-bottom: 31px; }
.basket.fly>.wrap>.h4 { margin: 0; padding: 27px 30px 28px; border-bottom: 1px solid #fbfbfb; margin-top: -90px; height: 125px; font-size: 1.33em; line-height: 20px; font-family: Roboto,Arial,sans-serif; }
.basket .basket_empty .h4 { font-size: 1.33em; line-height: 20px; margin: 30px 0 17px; font-family: Roboto,Arial,sans-serif; }
.basket.fly .basket_empty .h4 { font-size: 1.2em; }
@media (max-width: 767px) {
	.pagination a, .pagination span{width:35px;height:35px;font-size:11px;}
    .basket.fly .wrap .h4 { display: none; }
}
#headerfixed .logo-row.v2 .small-block .wrap_icon {margin-bottom:0;}
#headerfixed .logo-row .logo {display: block;}
#headerfixed .ico_fav svg {
    margin-bottom: -2px;
	width:18px;
}
#headerfixed .logo-row .logo img {
    background: none;
}

/*.catalog.detail .galery .top-small-wrapper {height:429px;}*/


.ajax-preloader{
	position: fixed;
	z-index: 100000;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
}

/*Тень*/
.ajax-preloader-shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 10000;
}


@keyframes ldio-vc5gs2v5rk {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-vc5gs2v5rk div {
  left: 95px;
  top: 48px;
  position: absolute;
  animation: ldio-vc5gs2v5rk linear 1s infinite;
  background: #006b53;
  width: 10px;
  height: 24px;
  border-radius: 5px / 6.48px;
  transform-origin: 5px 52px;
}.ldio-vc5gs2v5rk div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.875s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.75s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.625s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.5s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.375s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.25s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.125s;
  background: #006b53;
}.ldio-vc5gs2v5rk div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
  background: #006b53;
}
.loadingio-spinner-spinner-2hppeol1okf {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-vc5gs2v5rk {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-vc5gs2v5rk div { box-sizing: content-box; }
.style-switcher {display:none!important;}
.breadcrumb_wrapper {height:auto!important}
.breadcrumb a {
    font-family: 'Inter', sans-serif;
}
.basket.fly .price_val {
    white-space: nowrap;
}

.basket.fly .price_new .price_val {font-size:14px}
.buy_block .counter .wrap {
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    justify-content: space-between;
}

.buy_block .counter .wrap .minus,.buy_block .counter .wrap .plus {
    background: #FFFFFF;
    border: 1px solid #E3E3E6;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.buy_block .counter .plus:before, .buy_block .counter .minus:before{
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
}
.buy_block .counter .wrap .input {
    background: #FFFFFF;
    border: 0;
    border-top: 1px solid #E3E3E6;
    border-bottom: 1px solid #E3E3E6;
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    height: 40px;
   
}
.buy_block .counter .minus:before{
	background:url("data:image/svg+xml;utf8,<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.2998 8H13.2998\" stroke=\"hsl(0deg 0% 9%)\" stroke-width=\"1.33333\" stroke-linejoin=\"round\"/></svg>") no-repeat center;
}
.buy_block .counter .plus:before{
	background:url("data:image/svg+xml;utf8,<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.30078 8H13.3008M8.30078 13L8.30078 3\" stroke=\"hsl(0deg 0% 9%)\" stroke-width=\"1.33333\" stroke-linejoin=\"round\"/></svg>") no-repeat center;
}
.buy_block .counter .wrap .input input {
     text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    width: 40px;
    min-width: 40px;
    height: 40px;
}


.basket .items .item .counter {
    padding: 0;
    width: 120px;
    margin: 0 auto!important;
}
.buy_block .counter .input {
    padding: 0 41px 0;
}
.foot .remove>span:before{display:none;}
.basket.fly>.wrap>.h4 {height:auto;}
.basket.fly .foot.top{border:0;}
.basket.fly .foot.top .remove {
    position: absolute;
    top: 30px;
    left: calc(100% - 140px);
}


.catalog.item-views.table .item:hover .footer-button .buy_block > div {
   padding: 0;
}
.catalog.item-views.table .item .footer-button .buy_block>div {
	width:120px;
}
.favorite_page .catalog.item-views.table .item .footer-button .buy_block .quantity {
    width: 110px;
    margin-right: 2px;
}
.basket.fly .buttons{
	
    margin-top: auto;
}

.basket.fly>.wrap .basket_wrap{
height:calc(100vh - 76px);
	padding-bottom:0;
	
    display: flex;
    flex-direction: column;
}
.basket.fly .items_wrap {
	height:calc(100% - 160px)
}
.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.not_icon a {
    padding: 0;
}
.email.centino_header_phone {
    display: flex;
    align-items: flex-start;
    padding-left: 40px;
}

.email.centino_header_phone a {
    padding: 0 0 16px 7px!important;
}

.email.centino_header_phone i {
    margin-top: 2.3px;
}
.basket.fly .items .item .prices{min-width:150px!important}
.basket.fly {width:100%!important;max-width:800px;right:-800px;}
.bx_filter input[type=checkbox]+label:before, .filter input[type=checkbox]+label:before, .filter input[type=radio]+label:before, .bx_filter input[type=checkbox]+label:after, .filter input[type=checkbox]+label:after {
	margin-top:0;left:0;
}
@media (max-width: 1300px){
	body.long_menu header .top_menu_wrapper {padding:0;}
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper .logo-block {
		width: 23%;
	}
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper>.address {
		width: 20%;
	}
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper>.phone {
		width: 35%;
	}
	.email.centino_header_phone {padding-left:16px;}
}

.basket.fly span[data-name="question"] {
    margin: 0!important;
}
.jqmWindow {
    max-height: 100vh;
    overflow: auto;
}
.jqmWindow::-webkit-scrollbar { width: 0; }
.jqmWindow { -ms-overflow-style: none; }
.jqmWindow { overflow: -moz-scrollbars-none; }



.logo-row .menu-row .menu-only {
    max-width: calc(100% - 282px);
}
.logo-row .menu-row .right-icons{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.icon_block_header .pull-right svg path {
    fill: #fff;
}
.icon_block_header .pull-right a:hover svg path, .icon_block_header .pull-right button:hover svg path, .icon_block_header .wrap_icon:hover .svg.inline svg path {
    fill: #fff!important;
	opacity:0.5;
}
.icon_block_header .pull-right a {
    padding: 0 10px;
}

.lang_block .lang--link,.lang_block .lang--link.active {
    color: #ffff;
    font-weight: normal;
    padding: 0 0 0 8px!important;
}

.lang_block .lang--link {
    opacity: 0.5;
}
.lang_block{padding-left:/*32px*/16px;}

.lang_block .lang--link.active, .lang_block .lang--link:hover {
    opacity: 1;
	color: #ffff;
}
.header_1 .menu-row .menu-row .menu-only .mega-menu table td .wrap > a {padding:0 16px;}

.icon_block_header .basket--pull-right .basket--pull-right__count,.menu-row  .ico_fav .fav__count {
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    border: 0;
    min-width: 16px;
    width: auto;
    padding: 3px;
    border-radius: 16px;
    color: #006B53;
	top:10px;
}
.menu-row .ico_fav .fav__count{
    top:5px;
}
.txt_slogan {
	text-align:center;
	width:100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #161616;
}
.block_info_company p, .block_info_company a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #161616;
    margin: 0;
    text-align: right;
}

.block_info_company {
	min-width:310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_1 .top-block {height:100px;}
@media(min-width:992px){
	.txt_slogan{
		
		margin-right: -16px;
		width: calc(100% + 16px);
	}
}
@media(max-width:1199.5px){
	.txt_slogan{line-height:18px;}
}
.header_1 .top-block .maxwidth-theme .top_menu_wrapper .slogan {margin-left:0;}
.d-flex_phone {
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.d-flex_phone i{
	font-style:normal;
	display:block;
	margin:0 12px;
}
.top_menu_wrapper {display:flex;}
 .bottom_block .bx_filter input[type="checkbox"]:checked + label:before, .bottom_block .bx_filter input[type="checkbox"]:checked + label:after {top:-2px;}
 .in_catalog{
	 
    margin: 0 auto 24px;
    display: block;
    max-width: 150px;
 }
 .block_price.page_catalog.not_border {
    margin: 0;
    padding: 0;
    border: 0;
}
.bold_txt a {
    font-weight: 500;
    line-height: 1.358em;
    font-size: 1.072em;
    color: #333;
}
footer.footer_v10 .info .blocks.phones {
    display: flex;
	flex-direction:column;
} 

.block_right_pic {
    float:right;
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.block_right_pic a {
    display: block;
    margin-bottom: 16px;
}
.bold_txt .wrap a {
    font-weight: 500;
    line-height: 1.358em;
    font-size: 16.08px;
    color: #333;
}
body .front_projects_5 .news_block .item .info {padding-bottom:55px;}
@media(max-width:460px){
    .block_right_pic {float:unset;flex-direction:row;}        
    .block_right_pic a {margin:0 8px 8px;}
    .block_right_pic a img{
        width: 100%;
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
        
    .block_right_pic a {
        max-width: calc(100% / 2);
        width: 100%;
    }
}

#registraion-page-form .animated-labels .label_block .licence_block label:not(.error):after, #registraion-page-form .animated-labels .label_block .licence_block label:not(.error):before {top:0!important}
 .auth_wrapp .form-wr .filter input[type="checkbox"] + label:after, .auth_wrapp .form-wr .filter input[type="checkbox"] + label:before{
	width:18px;height:18px;top:16px;
}
 .auth_wrapp .form-wr .prompt label {
	padding: 0px 0px 0px 6px; 
}
@media(max-width:767.5px){
	.menu.bold_txt .item-link:after {display:none!important}

}
.CATALOG_INDEX .slider_catalog .slick-slider .slick-list {z-index:2;}
.subscribe-edit-main .filter input:checked + label:before, .subscribe-edit-main .filter input[type="radio"] + label:hover:before {
    border-radius: 50%;
    top: 2px;
    height: 16px;
    width: 16px;
}
.subscribe-edit-main .filter input[type="radio"]:checked + label:after {
    box-shadow: none;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: #fff !important;
    border: 4px solid #006B53;
}

footer .blocks.phones .phone + .phone {
    margin-top: 3px;
}

.block_tp {clear: both;}
label.error {
	top:-1px;
	right:4px;
}
.captcha_input.error label.error, .captcha_input label.error {
    font-size: 10px;
    top: -4px;
}

.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .fancybox-image {opacity:1!important}
.mb-35{
	margin-bottom:35px;
}
@media(max-width:991.5px){
	.block_price.page_catalog.not_border {padding: 0 16px;}
}
@media(max-width:795.5px){
	.basket.fly {right:-100vw;}
}
.icons-block .svg-inline-ask {
	padding-left:8px;
}
.ajax_basket {display: none!important;}
.icons-block  span[data-name="question"],#headerfixed span[data-name="question"] {margin-left:0!important;}
.logo-row .menu-row .menu-only {padding-left:0;}
.header_1 .logo-row {height:48px}
.menu-row .wrap_icon .inline-search-show {height:48px;}
#headerfixed .svg-inline-ask {padding-bottom: 3px;}
.item-views .item .price .price_val, .order-block .price .price_val {font-size:16px;}
.status-icon.instock {
    background: #CCCCCC;
    border-radius: 2px;
    padding: 7px;
    height: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
}
.front_projects_5 .news_block .item:not(.big) .info .name{max-height:64px;}

.block_top_grey {padding-top: 32px;margin-bottom: 32px;background: #F6F7FA;}

.block_top_grey .block_item_cat_filter {background: #006b53;color: #fff;}
.block_top_grey .block_item_cat_filter:hover {color: #fff;background: #10916f;}

.form .input .add_file {border-color: #EBEBEF;margin-top: 16px;padding-bottom: 4px;
    border-radius: 2px;}

.form .input .add_file:before {content: '+';background: none;}

.form .input .add_file:hover:before {background: none;color: #fff;}
.form .input .add_file:hover {color:#fff;}
.uploader .action {border-color: #006B53;transition:all .3s linear;}


/*t113430*/
@media (min-width:1199px){
	
header .d-flex_phone  {flex-wrap: nowrap!important;}
}
@media (min-width:992px){
header .txt_slogan,header  .txt_slogan span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px!important;
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #898989!important;
    text-align: left;
}

header .block_info_company p, header .block_info_company a {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #000000;
}

header .block_info_company i {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #1E8971;
}

header .d-flex_phone a {white-space: nowrap;}

header .d-flex_phone {
    display: flex;
    flex-wrap: wrap;
}
header .mega-menu table {width:auto;}
header .lang--link.active {
    display: none;
}

header .lang--link {
    opacity:1!important;
}
header .ico_fav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #147F67;
    border-radius: 4px;
    padding: 8px 10px!important;
    min-width: 62px;
    margin-left:12px;
}

header .menu-row .ico_fav .fav__count,header .icon_block_header .basket--pull-right .basket--pull-right__count{
    position: unset;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: #006B53;
}

header .header_1 .right-icons i {
    top: 0;
}

header .header_1 .right-icons .ico_fav svg,header  .basket--pull-right svg, .svg-inline-ask svg {
    width: 18px;
}
header .basket--pull-right {
    margin-left: 16px;
}
header .basket--pull-right a{
    background: #147F67;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 62px;
    padding: 8px 10px!important;
}

header .icons-block .svg-inline-ask {
    padding: 0 0 0 14px;
}
header .lang_block {
    padding-left: 31px;
}
}

body.index .CATALOG_SECTIONS_INDEX {
    background: unset;
    border: 0!important;
}

body.index .CATALOG_SECTIONS_INDEX .item-views.blocks{
    padding-top: 16px!important;
	padding-bottom:0;
}

.BIG_BANNER_INDEX {
    border-bottom: 0!important;
}
body.index .CATALOG_SECTIONS_INDEX .block_item_cat {
    background: #F6F7FA;
    border: 0;
}
@media(min-width:992px){
body.index .CATALOG_SECTIONS_INDEX .block_item_cat {
    min-height: 128px;
}
    
}
@media(min-width:768px){

	.CATALOG_INDEX.z-2  .item-views.blocks .title_block h3{
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 40px;
		color: #000000;
		padding-bottom:0;
	}
	
	.CATALOG_INDEX.z-2  .col-md-12.title_block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 32px;
	}

}
/*
@media(min-width:768px) and (max-width:992px){
	.CATALOG_INDEX .tabs_ajax .catalog.item-views.table .item .buy_block .buttons {margin:0;}
	.CATALOG_INDEX .catalog.item-views.table .item .buy_block {
		flex-direction: column;
		align-items: flex-start;
	}
	.CATALOG_INDEX .catalog.item-views.table .quantity {
		margin-bottom: 12px;
	}
	.CATALOG_INDEX .catalog.item-views.table .item .foot .btn, .catalog.item-views.table .item .buy_block .buttons {
		width: 100%!important;
		max-width: 100%!important;
	}
}*/
.CATALOG_INDEX.z-2 .item-views.blocks .title_block .right_link_block {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #006B53;
}
.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .section_name {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #8F8F8F;
    margin-bottom: 4px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
/*
.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .price {
    border-top: 1px solid #EBEBEF;
    padding: 18px 24px 0;
    text-align: center!important;
}
.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text {
    margin: 0 -24px 0;}


.CATALOG_INDEX .block_up_price {
    padding: 0 24px;
}

.CATALOG_INDEX  .item-views .item .price .price_val,.CATALOG_INDEX  .order-block .price .price_val {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #006B53;
    padding: 0;
    text-align: center;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot {
    padding: 0 24px 0;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap {
    padding: 24px 24px 18px;
}*/
.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap {
    padding: 24px 24px 0;
}
.CATALOG_INDEX.z-2 .status-icon, .table .status-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    
}

.CATALOG_INDEX.z-2 .tabs {
    margin-bottom: 18px;
}
.catalog-item .tabs {
    margin-bottom: 0;
}

.CATALOG_INDEX.z-2 .item-views.blocks .title_block .right_link_block.in_catalog {
    margin: 0;
	white-space:nowrap;
}

.CATALOG_INDEX.z-2 .item-views.blocks {
    padding-top: 0!important;
    border-bottom: 0!important;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-list {
    border: 0;
    padding: 0 0 48px;
}

.CATALOG_INDEX.z-2 {
    border-bottom: 0!important;}
	.COMPANY_INDEX {
    padding-top: 0;
}
.COMPANY_INDEX .row .maxwidth-theme .title_block h3 {margin:0 }
.COMPANY_INDEX .title_block {margin-bottom:32px;}

.block_title_green {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    color: #006B53;
    margin-bottom: 12px;
}

.address.blocks strong {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #222222;
}

footer.footer_v10 .info .address.blocks {
    font-weight: 400;
    font-size: 15px!important;
    line-height: 26px;
    color: #222222;
    margin-bottom: 12px;
}

footer.footer_v10 .info .address.blocks + .address.blocks {
    margin-bottom: 8px;
}

footer.footer_v10 .info .blocks.phones {
    padding: 0;
    margin:0;
}

footer.footer_v10 .info .blocks.phones a {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
    display:inline-block;
}

footer.footer_v10 .info .email a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #222222;
}

footer.footer_v10 .info .email {
    margin-bottom: 12px;
}


footer .bottom-under .outer-wrapper {
    padding-bottom: 0;
}

footer.footer_v10 .bottom-under .inner-wrapper {
    padding: 24px 0 14px;
    margin: 0;
    display: flex;
    align-items: center;
}
footer.footer_v10 .bottom-under .inner-wrapper .copy-block>div.copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7A7C7F;
}

.block_link a {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #222222;
}

footer .bottom-middle {
    padding-bottom: 21px;
}

footer .bottom-under .inner-wrapper .copy-block {
    padding: 0;
}
footer .info .blocks {display:block;}
@media(max-width:767.5px){
	.block_link a {
		font-size: 13px;
	}

	.col-sm-1.col-xs-12 {
		position: relative;
		top: -50px;
		margin-bottom: -50px;
	}
    body .container .item-views.blocks .title_block h3 {
        max-width: calc(100% - 100px);
    }
	footer.footer_v10 .bottom-under .outer-wrapper .inner-wrapper .copy-block {
		padding-top: 0;
	}
    .CATALOG_INDEX .slider_catalog .slick-slider .slick-list {
        padding: 0 0 28px;
    }
}

.bottom-menu .item a {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom:0;
}

.bottom-menu .item {
    margin-bottom: 0;
}

.wrap.two_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
	margin-bottom:32px;
}
.col-md-6.col-xs-12.menu:last-child .wrap.two_column{
	margin-bottom:0;
} 
footer.footer_v10 .bottom-menu .items>.item-link .item .title.block_title_green a {
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    color: #006B53;
}
footer.footer_v10 .bottom-menu .title.bold a {
    font-weight: 700;
}
footer.footer_v10 .bottom-menu .title a {
    color: #000000;
}
.CATALOG_INDEX .slider_catalog {padding-top:48px!important}

@media(max-width:1199px) and (min-width:992px){
	.wrap.two_column{display:block;}
}
@media(max-width:991.5px){
	.items.head-block {
		max-width:calc(100% - 100px);
	}
	footer.footer_v10 .media_block {margin-bottom:0;}
}
@media(max-width:575.5px){
	body.index .CATALOG_SECTIONS_INDEX .item-views.blocks {
		padding-top: 0px!important;
    }
	
	.wrap.two_column{display:block;}
}
.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow {top:-60px;}



/*t*/

.list .block_right_list_cart .block_between {min-height:unset;}
.list .block_right_list_cart .footer-button {padding-top:12px;}
.list .block_right_list_cart .status-icon.instock {margin-bottom:24px;}
.plus path, .minus path {
    stroke: #006b53;
}

.block_qwenty_variant {
    padding: 8px;
    background: #FAFAFA;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #006B53;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:16px;
}

.block_qwenty_variant:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23006B53' stroke-width='1.33' stroke-linecap='square'/%3E%3C/svg%3E%0A"), no-repeat center;
    margin-left: 4px;
    transition:all .3s linear;
}

.block_have_more_var {
    padding-right: 0;
}
.block_have_more_var .block_list_variant:first-child{
    padding-top: 8px;
	
}
.show_more_variant {
    display: none;
}

.block_qwenty_variant.SHOW:after {
    transform: rotate(180deg);
}
.title_good {
	font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}
.catalog.item-views.list .item .description {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4E4E4E;
}
	.catalog.item-views .item .buy_block .buttons .btn {
		border-radius: 0;
	}
	
	.table .title a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

.logo-row .menu-row .menu-only {
	
    max-width: calc(100% - 350px);
}
.table .title a:hover, .title_good:hover {    color: #006B53;}
.table .ico_favorite  {top:24px;right:24px;}
.table  .catalog.item-views.table .item .inner-wrap {padding:24px 24px 0 24px;}
.table  .catalog.item-views.table .item .buy_block .buttons {
    width: 100%!important;
    max-width: 100%;
    margin-left: 0;
	height:40px;
}

.table  .detail_link_catalog_block .item .inner-wrap .text .foot .foot_button span.btn.to_cart {
    width: 100%;
    max-width: 100%;
}
.table  .catalog.item-views.table .item .buy_block {flex-wrap:nowrap;}
.table  .detail_link_catalog_block .item .inner-wrap .text .foot .footer-button {padding-top:0;margin-top:-8px;}
.table  .catalog.item-views.table .item .text {
    margin: 0 -24px;
}

.table  .catalog.item-views.table  .block_up_price {
    padding: 0 24px;
}


.table .catalog.item-views.table .slice_price {
    padding: 0 24px 24px;
}
.table  .item-views .item .price .price_val, .table .order-block .price .price_val {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #006B53;
}
.page_catalog .block_name_file:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='%23FAFAFA'/%3E%3Cpath d='M32 8H8V32H32V8Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M13 9C11.9 9 11 9.9 11 11V20H13V11H22.6L27 15.4V29H13V26H11V29C11 30.1 11.9 31 13 31H27C28.1 31 29 30.1 29 29V15C29 14.7 28.9 14.5 28.7 14.3L23.7 9.3C23.5 9.1 23.3 9 23 9H13Z' fill='%23006B53'/%3E%3Cpath d='M10 19H22V26H10V19Z' stroke='%23006B53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"), no-repeat center;
}

.page_catalog .block_name_file {
    padding-left: 52px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.page_catalog .block_size {
    margin-top: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #8F8F8F;
}

.page_catalog .block_name_dwn a {width: calc(100% + 32px);background: #FFFFFF;
border-top: 1px solid #EBEBEB;margin: 0 -16px -16px;display: block;padding: 8px;height: auto;font-style: normal;font-weight: 700;font-size: 13px;line-height: 24px;
color: #006B53;text-align: center;margin-top: 15px;}
.page_catalog .block_item_price {
	padding-top:24px;
    background: url(../images/bg_dwn.png) no-repeat top right;
}
.page_catalog .block_name_dwn a:hover {
    background: #006B53;
    color: #fff;
}
.detail  .block_item_variant {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	margin-right:0;
	padding:12px;
}
.block_qwenty_variant span {
    margin-right: 4px;
}
.detail .drag_block.tab {max-width:100%;}
@media(min-width:1332px){
	.detail .bottom-wrapper-inner .price {
		width: 100%;
	}
}
.detail h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #222222;
}
.detail h1.catalog-info__title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-style: normal;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.detail h1.catalog-info__title_sku {
    margin: 0 0 22px 0;
}
.block_text_desc .link_consult {
    position: absolute;
    padding: 8px 12px;
    width: 147px;
    height: 40px;
    background: #FAFAFA;
    border-radius: 2px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 136px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #006B53;
}

.block_text_desc .link_consult svg {
    margin-right: 4px;
    min-width: 24px;
    transition:all .3s linear;
}

.block_text_desc .link_consult:hover {
    background: #006B53;
    color:#fff;
}
.block_text_desc .link_consult:hover svg path {
    stroke:#fff;
}
.detail .block_item_variant {
    color: #006B53;
	
}
.detail .block_item_variant {
	margin-right:8px;
}
.block_item_variant svg {
    min-width: 16px;
}
.block_list_variant {
    margin-right: -8px;
}
.link_goods_detail {
    background: #FAFAFA;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #006B53;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.link_goods_detail:after {
    transition:all .3s linear;
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 13L14.5 8L9.5 3' stroke='%23006B53' stroke-width='1.33' stroke-linecap='square'/%3E%3Cpath d='M13.5 8L2.5 8' stroke='%23006B53' stroke-width='1.33' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    margin-left:4px;
    
}
.link_goods_detail:hover{
    background: #006B53;
    color:#fff;
}
.link_goods_detail:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13L14 8L9 3' stroke='white' stroke-width='1.33' stroke-linecap='square'/%3E%3Cpath d='M13 8L2 8' stroke='white' stroke-width='1.33' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
@media(max-width:991.5px){
	.block_text_desc .link_consult{top:0;right:60px;}
}
@media(min-width:1200px){
	.table  .catalog.item-views .item .buy_block .buttons, .list  .catalog.item-views .item .buy_block .buttons {
		max-width: 100%;
		width: 100%;
	}

	.table  .catalog.item-views .item .buy_block .buttons .btn, .list .catalog.item-views .item .buy_block .buttons .btn {
		width: 100%;
	}
}
.text_before_items.catalog p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.text_before_items.catalog p:last-child{
    margin-bottom:0;
}
/*
.text_before_items {
    margin-bottom: 0;
}*/
@media(max-width:1055px){
	.block_text_desc .link_consult {
		font-size: 10px;
		line-height: 12px;
		padding: 7px;
		width: auto;
		height: 24px;
		top: 25px;
	}

	.block_text_desc .link_consult svg {
		min-width: 16px;
		width: 16px;
	}
}
@media(max-width:991.5px){
	.block_text_desc .ico_favorite {
		top: -5px;
	}

	.block_text_desc .link_consult {
		top: 2px;
	}
}
.list .title {
    min-height: 50px;
}
.catalog.item-views.table .item .buy_block .buttons .btn.in_cart{max-width:100%;}
@media(max-width:767.5px){
	.block_view_qwnt {
		margin-left: auto;
	}
	.block_view_qwnt .block_select_change {
        font-family: 'Inter', sans-serif;
		font-size: 13px;
		padding-right: 20px;
	}
}
#headerfixed .logo-row .logo img,#headerfixed .logo-row .logo {
    max-width: 172px;
}
#headerfixed .inner-table-block {
    padding-left: 0;
}
#headerfixed .logo-row.v2 .mega-menu table td .wrap > a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.420075px;
    text-transform: uppercase;
    color: #333333;
    padding: 0 16px;
}
#headerfixed .mega-menu table{
    max-width:unset;
    width:auto;
}
#headerfixed .inner-table-block.menu-block{
    max-width:calc(100% - 322px);
	width:100%;}
.block_list_icon_fixed {
    display: flex;
    max-width: 322px;
    min-width: 322px;
    width: 100%;
}
#headerfixed .inner-table-block.block_list_icon_fixed {
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

#headerfixed .logo-row.v2 .small-block {
    width: auto;
    height: auto;
}

.block_icon_fixed {
    padding: 0 12px;
}

.block_icon_fixed svg path {
    fill: #006B53;
}

.block_icon_fixed svg {
    width: 18px;
}

.block_icon_fixed.favorite_icon a {
    display: flex;
    background: #006B53!important;
    border-radius: 4px;
    padding: 8px 10px;
    align-items: center;
    justify-content: space-between;
}

.block_icon_fixed.favorite_icon a svg path, .basket--pull-right a svg path {
    fill: #fff;
}

.block_icon_fixed .ico_fav .fav__count {
    position: unset;
    margin-left: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 13px;
    color: #006B53;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_list_icon_fixed .wrap_icon.basket--pull-fixed a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: #006B53;
    border-radius: 4px;
}
.block_list_icon_fixed .basket--pull-right .basket--pull-right__count {
    border: 0;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: #006B53;
    position: unset;
    margin-left: 8px;
}


#headerfixed .svg-inline-ask {
    padding-bottom: 0;
    margin-left: 12px;
}
#headerfixed .lang_block .lang--link {
    color: #006B53;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    opacity: 1;
}

#headerfixed .lang_block .lang--link.active {
    display: none;
}
@media(min-width:992px) and (max-width:1200.5px){
	.list .footer-button .buy_block {
		flex-direction: column;
		align-items: flex-start;
	}

	.list .footer-button .buy_block .quantity {
		margin-bottom: 12px;
	}
}
.block_info_detail_card {
    background: #F6F7FA;
    border: 1px solid #EBEBEB;
    width: 100%;
    padding: 8px 0;
}
.block_info_detail_card .maxwidth-theme{
	
    display: flex;
}
.block_img {
    width: 48px;
    height: 48px;
}

.block_img img {
    max-width: 100%;
    width: auto;
}

.block_title_good_detail {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #222222;
    padding: 0 16px;
}

.block_title_good_detail .block_subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #222222;
    opacity: 0.7;
    margin-top: 2px;
}

.block_info_detail_card .block_price_detail {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    min-width: 152px;
    padding-right: 16px;
}

.btn_green {
    padding: 8px 12px;
    background: #006B53;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    min-width: 95px;
    display: block;
	transition:all .3s linear;
}
.btn_green:hover{
	color:#fff;
	background-color: #008A6B;
}
.block_left_part, .block_right_part {
    display: flex;
    align-items: center;
}

#headerfixed .maxwidth-theme {justify-content: space-between;}

.block_info_detail_card .maxwidth-theme:before, .block_info_detail_card .maxwidth-theme:after {
    display: none!important;
}
.detail_link_catalog_block .item .inner-wrap .text .foot {
		display: block;
		opacity: 1;
		margin-top:0;
		transition: opacity .2s ease-in-out;
	}
	.detail_link_catalog_block .item .inner-wrap .text .foot .footer-button {opacity:1;}
	
	span.fs-17.color-888, span.fs-12.color-888 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4E4E4E;
}

.favorite_page .catalog.item-views.table .item .buy_block .buttons {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.favorite_page .catalog.item-views.table .item .buy_block {
    flex-wrap: nowrap;
}
.favorite_page .detail_link_catalog_block .item .inner-wrap .text .foot .foot_button span.btn.to_cart {
    width: 100%;
    max-width: 100%;
	padding:8px;
}
@media(min-width:1200px) and (max-width:1290px){
.tabs.favorite_page .catalog.item-views.table .item .buy_block .quantity{
    margin-bottom:10px;
}

.tabs.favorite_page .catalog.item-views.table .item .buy_block {
    flex-wrap:wrap;
}
}

/*t113537 */
.icon_block_header .ico_fav svg path, .block_icon_fixed.favorite_icon .ico_fav svg path {fill:none;}
.CATALOG_SECTIONS_INDEX .right_link_block {
    padding: 8px 16px;
    background: #006B53;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.CATALOG_SECTIONS_INDEX .right_link_block:hover {
    background-color: #008A6B;
}

.CATALOG_INDEX  .item-views .item .price .price_val,.CATALOG_INDEX  .order-block .price .price_val {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #006B53;
}


.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap {
    padding: 24px 24px 0;
}


.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text {
    margin: 0 -24px 0;}


.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .cont {
    padding: 0 24px;
}

.CATALOG_INDEX .tabs_ajax .catalog.item-views.table .item .buy_block .buttons {
    margin: 0;
    width: 100%;
    max-width: calc(100% - 120px);
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot .foot_button span.btn.to_cart {
    width: 100%;
	max-width:100%;
}
.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot {
    display: block;
    opacity: 1;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot .footer-button {
    opacity: 1;
}
.CATALOG_INDEX .catalog.item-views.table .item {
    height: auto!important;
}
.CATALOG_INDEX .tabs_ajax .catalog.item-views.table .item .buy_block .buttons .btn {padding:8px;}

.CATALOG_INDEX .item-views.table .item .title a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#headerfixed .wrap_icon .sidebar.dropdown-menu {
	right:unset;
}
.block_icon_fixed.cabinet {
    margin-bottom: -34px;
    padding-bottom: 34px;
}
.fixed .ico_fav:hover svg path, .fixed .basket--pull-fixed:hover svg path {
    fill: #fff!important;
    opacity: 0.5;
}
.fixed .block_icon_fixed a:hover svg path, .fixed .block_icon_fixed i:hover svg path{
    opacity: 0.5;
}
.fixed svg path {
    transition:all .3s linear;
}

.block_item_cat_filter {
    background: #F6F7FA;
    color: #161616;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-right: 16px;
}
.block_item_cat_filter:hover {
    color:#fff;
    background: #006B53;

}
.pos_right.show_hide_list {
    margin-left: 0;
}

.block_text_desc .block-seriya {
    max-width: 500px;
}
.breadcrumb>li{
    display: inline;
}
.block_qwenty_variant {
    cursor: pointer;
}
.fancybox-outer .zoom {
    display: none;
}


.block_text_desc .ico_favorite circle, 
.block_text_desc .ico_favorite path{
    transition:all .3s linear;
}
.block_text_desc .ico_favorite:hover circle {
    fill: #006B53;
}
.block_text_desc .ico_favorite:hover path  {
    fill:#fff;
}
.page_catalog.list_catalog .block_item_price {
    width: calc(100% / 3 - 32px);
}
.block_list_price.page_catalog.list_catalog {
    margin-right: -32px;
}
@media(max-width:1199.5px){
    .page_catalog.list_catalog .block_item_price {
        width: calc(100% / 2 - 32px);
    }

}
@media(max-width:991.5px){   
    .block_list_price.page_catalog.list_catalog {
        margin-right: -16px;
    }    
    .page_catalog.list_catalog .block_item_price {
        width: calc(100% / 2 - 16px);
    }

    .flex_block_lk {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex_block_lk .text_block {
        margin-bottom: 10px;
    }
}

@media(max-width:575.5px){   
    .block_list_price.page_catalog.list_catalog {
        margin-right: 0;
    }    
    .page_catalog.list_catalog .block_item_price {
        width: 100%;
    }
}
.favorite_page .block_qwenty_variant {display: none!important;}

.block_item_variant span {
    display: block;
}
.fancybox-inner img {
    margin: 0 auto;
}




 .catalog.item-views.table  .item .image {
    min-height: 200px;
}

.catalog.item-views.table .item {
    height: 100%;
	margin-bottom:0!important;
}

.catalog.item-views.table .item .inner-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog.item-views.table .item .text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

 .catalog.item-views.table  .text .cont {
    height: 100%;
}
.table .detail_link_catalog_block .item .inner-wrap .text .foot .footer-button {margin-bottom:-1px;}
.catalog.item-views.table .item .text .cont {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.catalog.item-views.table .js--card, .catalog.item-views.table .col-lg-4.col-sm-6.col-xs-12 {
    margin-bottom: 32px;
}
 .catalog.item-views.table  .block_up_price {min-height:86px;}
 .catalog.item-views.table  .text .price {margin-top:0;}
 
 .detail_link_catalog_block .item:hover{z-index:1;}
 
 .mobileheader-v1 .ico_fav:hover svg path {
    stroke: #006B53;
}

 @media(max-width:767.5px){
	 .block_list_cat_filter a.pos_right.show_hide_list {display: none!important;}
	 
	 .lang--link.active {
		display: none;
	}

	#mobileheader .logo svg {
		max-height: 60px;
	}
 
}

/* YANDEX MAP */

/*header logo правки*/
.top_menu_wrapper .logo-block .logo a img {
    width: 95%;
    background: none;
    min-width: 192px;
    max-width: 192px;
}

.top_menu_wrapper .phone-block .inline-block.form {
    display: none;
}

#mobileheader .logo a img {
    width: 100%;
    background: none!important;
    max-width: 100px;
    min-width: 100px;
}

.lang--link {
    color: #555;
}
.lang--link.active {
    color: #006B53;
    font-weight: 600;
}


#registraion-page-form .animated-labels .label_block .licence_block label:not(.error):after, #registraion-page-form .animated-labels .label_block .licence_block label:not(.error):before {
    top: 14px;
    background-position: -24px 4px!important;
}
#registraion-page-form .animated-labels .label_block .licence_block {
    margin-top: -20px;
}
#registraion-page-form .animated-labels .label_block .licence_block label, .bottom_block .bx_filter label, .bottom_block .filter label{
    padding-left: 30px;
}

.bottom_block .bx_filter input[type="checkbox"]:checked + label:after, .bottom_block .filter input[type="checkbox"]:checked + label:after, .bottom_block .bx_filter input[type="checkbox"]:checked + label:before, .bottom_block .filter input[type="checkbox"]:checked + label:before {
    background-position: -24px 4px!important;
    top: 11.5px;
}


@media (max-width:  480px) {
    #registraion-page-form .animated-labels .label_block .licence_block label:not(.error):after, #registraion-page-form .animated-labels .label_block .licence_block label:not(.error):before {
        left:  0;
    }
    #registraion-page-form .animated-labels .label_block .licence_block {
        margin-top: -17px;
    }
}


.basket--pull-right {
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
}
.basket--pull-right .basket--pull-right__count {
    position: absolute;
    background: #fff;
    border:  1px solid #333;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    font-size: 12px;
}

.inner-table-block--wrap {
    position: relative;
}

.logo-row .basket--pull-fixed {
    height: auto!important;
}

.logo-row .basket--pull-fixed .basket--pull-right {
    margin-right: 0;
}

.basket--pull-block-head {
    margin-right: 0;
}

.favorite-active svg path {
    fill:  #006B53;
}


@media (max-width:1100px){
	#headerfixed .maxwidth-theme {
		max-width: 1009px;
		padding-left: 0!important;
	}
}

@media (min-width: 992px){
	body #headerfixed>.maxwidth-theme>.logo-row {padding-left:0!important;}
#headerfixed .maxwidth-theme {
max-width: calc(1392px - 32px);
}
}

.top-bigs .flex-active-slide.current{display:flex!important;

    align-items: center;
    justify-content: center;
	}
	
	.block_picture_slider .flexslider a.fancybox {
    display: block !important;
    max-height: 100%;
    height: 100%;
}
.CATALOG_INDEX .catalog.item-views.table  .js--card .item {
    height:100%!important;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-list .slick-track {
    display: flex;
}
.CATALOG_INDEX .catalog.item-views.table .js--card {
    height: auto;
}

.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image img {max-width:100%;object-fit:cover;}
.drag-block.container.CATALOG_INDEX+.drag-block {
    border-bottom: none;
}

/* other */
html.overflow {
    height: 100vh;
    overflow: hidden;
}
.btn {
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 10px 9px;
}
.header__contacts-button .btn {
    font-size: 13px;
}
.btn-secondary {
    border: 1px solid #016B53;
    background: #D9ECE8;
    color: #016B53;
}
.btn-small {
    padding: 6px 14px;
}
.quantity .minus {
    border-radius: 5px 0 0 5px;
    border: 1px solid #E3E3E6;
}
.quantity .plus {
    border-radius: 0 5px 5px 0;
    border: 1px solid #E3E3E6;
}
.plus path, .minus path {
    stroke: none;
}
#headerfixed .maxwidth-theme {
    max-width: 1392px;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .d-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
}
.align-items-center {
    align-items: center;
}
.w-100 {
    width: 100%;
}
/* /other */

.quotes__wrapper {
    display: flex;
    gap: 38px;
    align-items: center;
    padding: 28px 35px 25px;
    border: 4px solid #D9ECE8;
}
.quotes h2 {
    color: #016B53;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
@media (max-width: 767px) {
    .quotes__wrapper {
        padding: 16px 35px 24px 16px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .quotes__wrapper svg {
        width: 25px;
        height: 25px;
    }
    .quotes h2 {
        font-size: 16px;
    }

}
body h2 {
    font-size: 28px;
}

.about-page {
    color: #000;
    padding-bottom: 100px;
}
.about-page__block {
    margin: 60px 0;
}
.about-page__block ul {
    margin-bottom: 0;
}
.about-page__block ul li:last-child {
    margin-bottom: 0;
}
.about-page__block:first-child {
    margin-top: 0;
}
.about-page p:first-of-type {
    margin: 0;
}
.about-page__title, .about-page__title * {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
}
.about-page__title * {
    margin: 0;
}
.about-page__story .story {
    margin-bottom: 46px;
}
.about-page__story > p {
    font-size: 18px;
}
.about-page__text-big {
    color: #016B53;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.about-page ul li:before {
    width: 9px;
    height: 9px;
    background: #016B53;
    border-radius: 50%;
    top: 7px;
}
.about-page__block .dark_block_animate {
    position: relative;
}
.about-page__zoom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.about-page__zoom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.37);
    width: 100%;
    height: 100%;
    z-index: 7;
    opacity: 0;
    transition: .3s;
}
.about-page .about-page__zoom .zoom {
    position: absolute;
    top: 50% !important;
    left: 50%;
    margin: 0;
    right: auto !important;
    bottom: auto;
    background: none;
    width: 69px;
    height: 69px;
    padding: 0;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .3s;
}
@media(min-width: 1024px) {
    .about-page__zoom:hover:before {
        opacity: 1;
    }
    .about-page__zoom:hover .zoom {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .about-page__title * {
        font-size: 22px;
    }
    .about-page__text-big {
        margin-top: -30px;
    }
    .about-page__text-big p {
        font-size: 16px;
        line-height: 22px;
    }
    .about-page__story > p {
        font-size: 16px;
    }
    .about-page__block li {
        font-size: 14px;
    }
}

.about-slider {
    position: relative;
}
.about-slider__wrapper .slick-track {
    display: flex;
    align-items: flex-end;
}
.about-slider__item {
    width: 584px;
    height: 389px;
    filter: blur(3.5px);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.about-slider__item_prev {
    transform: translateX(calc(100% - 113px));
}
.about-slider__item_next {
    transform: translateX(calc(-100% + 113px));
}
.about-slider__item.slick-active {
    max-width: 761px;
    width: 761px;
    height: 509px;
    z-index: 1;
    position: relative;
    filter: none;
    margin-bottom: 0;
    transform: translateX(0);
}
.about-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-slider__arrows {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.about-slider__arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 0;
    cursor: pointer;
}
.about-slider__arrow_prev {
    background-image: url(/local/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
    background-position: 15px 13px;
    background-repeat: no-repeat;
}
.about-slider__arrow_next {
    background-image: url(/local/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
    background-position: 16px 13px;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    .about-slider__arrow_prev:hover {
        background-color: #006B53;
        background-image: url(/local/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
    }
    .about-slider__arrow_next:hover {
        background-image: url(/local/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
        background-color: #006B53;
    }
}
@media (max-width: 1400px) {
    .about-slider__item_prev {
        transform: translateX(calc(100% - 10%));
    }
    .about-slider__item_next {
        transform: translateX(calc(-100% + 10%));
    }
}
@media (max-width: 1024px) {
    .about-slider__item {
        width: 188px;
        height: 125px;
        margin-bottom: 10px;
    }
    .about-slider__item.slick-active {
        width: 245px;
        height: 164px;
    }
    .about-slider__arrow {
        width: 25px !important;
        height: 25px !important;
        background-position: center center;
    }
    .about-slider__arrows {
        bottom: 9px;
    }
    .about-page__slider {
        max-width: 320px;
        margin: 0 auto;
    }
}

/* story */
.story__title {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 42px;
}
.story__table {
    display: flex;
    flex-direction: column;
}
.story__row {
    display: flex;
    gap: 30px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #A7A7A7;;
}
.story__row:first-of-type {
    padding-top: 0;
}
.story__year {
    color: #016B53;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    min-width: 194px;
}
.story__text {

}
@media (max-width: 767px) {
    .story__title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .story__row {
        flex-direction: column;
        gap: 11px;
    }
    .story__year {
        font-size: 18px;
    }
    .story__text {
        font-size: 14px;
    }
}
/* /story */


/* tag-custom */
.tag-custom {
    padding: 6px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #000;
    border-radius: 4px;
    background: #EBEBEF;
    display: inline-block;
}
.tag-custom.instock {

}
/* /tag-custom */

/* catalog-sections */
.catalog-sections__block {
    margin-bottom: 70px;
}
.catalog-sections__block .catalog-sections__block {
    margin-bottom: 40px;
}
.catalog-sections__title {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding: 0;
    margin-bottom: 50px;
}
.catalog-sections__block .catalog-sections__block .catalog-sections__title {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding: 12px 20px 10px;
    margin-bottom: 30px;
    border-left: 3px solid #016B53;
}
.catalog-sections__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.catalog-sections__item {
    width: calc(33.33% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border: 1px solid #EBEBEE;
    transition: .3s;
}
.catalog-sections__item-left {
    max-width: 178px;
    width: 100%;
}
.catalog-sections__item-right {
    max-width: 156px;
    width: 100%;
}
.catalog-sections__item-img {
    width: 100%;
}
.catalog-sections__item-img a {
    display: block;
    width: 100%;
}
.catalog-sections__item-img img {
    width: 100%;
    max-height: 137px;
    object-fit: contain;
}
.catalog-sections__item-title {
    color: #016B53;
    font-size: 22px;
    font-weight: 500;
}
.catalog-sections__item-subtitle {
    margin-top: 15px;
    color: #8F8F90;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 1250px) {
    .catalog-sections__item:hover {
        border: 1px solid #016B53;
    }
}
@media (max-width: 1024px) {
    .catalog-sections__items {
        gap: 10px;
    }
    .catalog-sections__item-title {
        font-size: 16px;
    }
    .catalog-sections__item-subtitle {
        font-size: 13px;
    }
    .catalog-sections__item-img img {
        max-height: 86px;
    }
    .catalog-sections__item {
        padding: 10px 5px 10px 15px;
        width: calc(33.33% - 7px);
    }
}
@media (max-width: 767px) {
    .catalog-sections__title {
        font-size: 14px;
        padding: 7px 20px;
        margin-bottom: 20px;
    }
    .catalog-sections__item {
        width: calc(50% - 5px);
    }
    .tag-custom {
        font-size: 13px;
    }
}
@media (max-width: 530px) {
    .catalog-sections__item {
        width: 100%;
    }
    .catalog-sections__item-img img {
        width: 86px;
    }
    .catalog-sections__item-right {
        width: auto;
    }
}
/* /catalog-sections */

/* catalog-section */
.catalog-section__wrapper {
    display: flex;
    border-bottom: 1px solid #E3E3E6;
    margin-bottom: 65px;
}
.catalog-section__left {
    width: 310px;
}
.catalog-section__right {
    width: calc(100% - 310px);
    padding-left: 30px;
}
.catalog-section__tags {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-section__section-table {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.catalog-section__section-table .product-table {
    width: calc(33.33% - 20px);
}
.catalog-section__container .downloads-list {
    display: none;
}
@media (max-width: 1250px) {
    .catalog-section__section-table .product-table {
        width: calc(50% - 15px);
    }
}
@media (max-width: 1024px) {
    .catalog-section__wrapper {
        flex-direction: column;
    }
    .catalog-section__left {
        display: none;
    }
    .catalog-section__right {
        width: 100%;
        padding-left: 0;
    }
    .catalog-section__tags {
        margin-bottom: 10px;
    }
    .catalog-section__section-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .catalog-section__container .downloads-list {
        display: block;
    }
}
@media (max-width: 650px) {
    .catalog-section__section-table .product-table {
        width: 100%;
    }
}
/* /catalog-section */

/* category-sections */
.category-sections__list {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
}
.category-sections__item {
    display: flex;
    background: #f6f7fa;
    padding: 11px 29px 12px 11px;
    align-items: center;
}
.category-sections__image {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.category-sections__title {
    font-family: 'Inter', sans-serif;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
@media (max-width: 1250px) {
    .category-sections__item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 1024px) {
    .category-sections__list {
        gap: 10px;
        margin-bottom: 60px;
    }
    .category-sections__item {
        width: 100%;
        padding: 12px;
    }
    .category-sections__title {
        font-size: 13px;
    }
}
/* /category-sections */

/* fast-links */
.fast-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    height: 26px;
    overflow: hidden;
}
.fast-links__list_active {
    height: auto;
}
.fast-links__item {
    font-family: 'Inter', sans-serif;
    border-radius: 2px;
    border: 1px solid #D9ECE8;
    background: #D9ECE8;
    color: #000;
    padding: 0 18px;
    font-size: 14px;
}
@media (max-width: 1024px) {
    .fast-links__list {
        flex-wrap: nowrap;
        overflow: auto;
        height: auto;
        padding-bottom: 10px;
    }
    .fast-links__item {
        white-space: nowrap;
    }
    .fast-links__more {
        display: none;
    }
}
@media (max-width: 767px) {
    .fast-links__item {
        font-size: 13px;
    }
}
/* /fast-links */

/* custom-link */
.custom-link {
    color: #016B53;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-bottom: 1px dashed #016B53;
    cursor: pointer;
}
/* /custom-link */

/* product-list */
.product-list:not(:last-child) {
    margin-bottom: 30px;
}
.product-list__wrapper {
    display: flex;
    border: 1px solid #EBEBEB;
}
.product-list__left {
    padding: 35px 30px 45px 14px;
}
.product-list__image {
    width: 145px;
    height: 155px;
}
.product-list__image a {
    display: inline-block;
}
.product-list__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-list__info {
    display: flex;
}
.product-list__info-right {
    width: 310px;
    min-width: 310px;
    position: relative;
}
.product-list__info-left {
    padding: 35px 14px 45px 0;
    border-right: 1px solid #EBEBEB;
    font-family: 'Inter', sans-serif;
    flex-grow: 1;
}
.product-list__info-right {
    padding: 44px 23px 43px 36px;
}
.product-list__title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    color: #000;
    margin-bottom: 19px;
}
.product-list__title a {
    color: #000;
}
.product-list__props {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}
.product-list__props-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-list__props-column_large .product-list__prop-name {
    min-width: 79px;
}
.product-list__prop {
    display: flex;
    width: calc(50% - 5px);
    font-family: 'Inter', sans-serif;
}
.product-list__prop-name {
    font-family: 'Inter', sans-serif;
    color: #A7A7A7;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    margin-right: 10px;
    white-space: nowrap;
}
.product-list__prop-value {
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    white-space: nowrap;
}
.product-list__offers-list {
    display: none;
    margin-top: 20px;
    /*display: flex;*/
    flex-direction: column;
    gap: 15px;
}
.product-list__offers-item {
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.product-list__offers-item:last-child {
    border-bottom: 0;
}
.product-list__offers-left {
    display: flex;
    align-items: center;
}
.product-list__offers-image {
    width: 71px;
    height: 71px;
    min-width: 71px;
    margin-right: 33px;
}
.product-list__offers-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-list__offers-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.product-list__offers-right {
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-list__offers-right .btn {
    margin: 0;
    width: 50%;
}
.product-list__info-favorite {
    position: absolute;
    right: 23px;
    width: 24px;
    height: 24px;
    top: 44px;
}
.product-list__info-favorite .ico_favorite {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-list__status .status-icon, .product-table__tag .status-icon {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    height: auto;
    padding: 4px 12px;
    text-transform: none;
    color: #000;
}
.product-list__price {
    margin-top: 59px;
}
.product-list__price .price_val {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 130%;
}
.product-list__buttons .footer-button {
    opacity: 1;
    padding: 0;
    margin: 34px 0 0 ;
}
.product-list__buttons .btn {
    margin: 0;
}
.product-list__buttons .buy_block {
    justify-content: flex-start;
    gap: 12px;
}
.product-list__buttons .quantity .minus svg, .product-list__buttons .quantity .plus svg {
    z-index: 2;
}
.product-list__buttons .quantity .minus, .product-list__buttons .quantity .plus {
    position: relative;
}
.product-list__buttons .quantity .minus:after, .product-list__buttons .quantity .plus:after {
    content: '';
    background: #D9ECE8;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.product-list__buttons .quantity .plus path, .product-list__buttons .quantity .minus path {
    stroke: none;
}
.product-list__right {
    width: 100%;
}
@media (max-width: 1250px) {
    .product-list__image {
        width: 95px;
        height: 105px;
    }
    .product-list__title {
        font-size: 15px;
    }
    .product-list__info-right {
        padding: 44px 15px;
        width: 100%;
        max-width: 310px;
        min-width: auto;
    }
    .product-list__left {
        padding: 35px 15px 45px;
    }
}
@media (max-width: 1024px) {
    .product-list__right {
        width: calc(100% - 125px);
    }
    .product-list__info {
        width: 100%;
        justify-content: space-between;
    }
    .product-list__price {
        margin-top: 10px;
    }
    .product-list__buttons .footer-button {
        margin: 20px 0 0;
    }
    .product-list__buttons .footer-button .buy_block {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product-list__left {
        padding: 35px 15px 20px;
    }
    .product-list__info-left {
        padding: 35px 14px 20px 0;
    }
    .product-list__info-right {
        padding: 44px 15px 20px;
    }
    .product-list__price {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .product-list__wrapper {
        position: relative;
    }
    .product-list__left {
        position: absolute;
    }
    .product-list__right {
        width: 100%;
    }
    .product-list__info {
        flex-direction: column;
    }
    .product-list__info-left {
        padding: 35px 14px 20px 148px;
        border-right: none;
    }
    .product-list__info-right {
        padding: 0 15px 20px;
        max-width: none;
        position: static;
    }
    .product-list__info-favorite {
        top: 4px;
        right: 18px;
    }
    .product-list__buttons .buttons {
        width: calc(100% - 135px);
    }
    .product-list__buttons .buttons .btn {
        width: 100%;
    }
    .product-list__block {
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
    }
    .product-list__status .status-icon, .product-table__tag .status-icon {
        font-size: 12px;
    }
    .product-list:not(:last-child) {
        margin-bottom: 15px;
    }
    .product-list__price .price_val {
        font-size: 14px;
    }
}
@media (max-width: 530px) {
    .product-list__image {
        width: 75px;
        height: 75px;
    }
    .product-list__info-left {
        padding: 40px 14px 20px 108px;
    }
    .product-list__left {
        padding: 40px 15px 20px;
    }
    .product-list__prop-value {
        white-space: normal;
    }
    .product-list__props {
        flex-direction: column;
    }
    .product-list__prop {
        width: 100%;
    }
    .product-list__props-column_large .product-list__prop-name {
        min-width: auto;
    }
}
/* /product-list */

/* product-table */
.product-table {
    border: 1px solid #EBEBEB;
}
.product-table__wrapper {
    display: flex;
    flex-direction: column;
    padding: 31px 20px;
}
.product-table__top {
    position: relative;
}
.product-table__image {
    display: inline-block;
    width: 173px;
    height: 185px;
    margin: 0 auto 18px;
}
.product-table__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-table__title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #000;
    margin-bottom: 11px;
}
.product-table__props {
    margin-bottom: 17px;
}
.product-table__props .product-list__prop {
    width: 100%;
}
.product-table__props .product-list__prop-value {
    white-space: normal;
}
.product-table__props .product-list__prop-name {
    min-width: 79px;
}
.product-table__buttons .footer-button {
    opacity: 1;
}
.product-table__buttons .btn {
    margin: 0;
}
.product-table__buttons .buttons {
    display: flex;
    justify-content: space-between;
}
.product-table__offers {
    text-align: center;
    margin-top: 37px;
}
.product-table__price .price_val {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: normal;
}
.product-table__buttons .quantity .minus, .product-table__buttons .quantity .plus {
    position: relative;
}
.product-table__buttons .quantity .minus svg, .product-table__buttons .quantity .plus svg {
    z-index: 2;
}
.product-table__buttons .quantity .minus:after, .product-table__buttons .quantity .plus:after {
    content: '';
    background: #D9ECE8;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.product-table__tag .status-icon {
    top: -4px;
    left: 0;
}
.product-table__favorite .ico_favorite {
    top: -6px;
    right: 0;
}
.product-table__buttons .footer-button .buy_block {
    flex-wrap: nowrap;
    gap: 5px;
}
@media (max-width: 767px) {
    .product-table__title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .product-table__props {
        margin-bottom: 19px;
    }
    .product-table__props .product-list__props-column {
        gap: 8px;
    }
    .product-table__props .product-list__prop-name {
        font-size: 12px;
    }
    .product-table__props .product-list__prop-value {
        font-size: 13px;
    }
    .product-table__buttons .footer-button {
        margin-top: 0;
    }
    .product-table__offers {
        margin-top: 22px;
    }
    .product-table__price .price_val {
        font-size: 14px;
    }
}

/* /product-table */

/* popup-custom */
.custom-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    display: none;
}
.custom-popup_active {
    display: flex;
}
.custom-popup__bg {
    background: rgba(0, 0, 0, 0.27);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.custom-popup__wrapper {
    font-family: 'Inter', sans-serif;
    z-index: 1;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 37px 45px 51px;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow: auto;
    max-width: 987px;
}
.custom-popup__close {
    position: absolute;
    top: 15px;
    right: 19px;
    cursor: pointer;
}
.custom-popup__title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 17px;
}
.custom-popup__title a {
    color: #000;
}
.custom-popup .product-list__offers-list {
    display: flex;
}
.custom-popup .product-list__offers-right {
    flex-wrap: nowrap;
}
@media (max-width: 767px ) {
    .custom-popup__title {
        font-size: 18px;
    }
    .custom-popup__wrapper {
        margin: 0 15px;
        padding: 40px 20px;
    }
    .custom-popup .product-list__offers-item {
        flex-direction: column;
    }
}
/* /popup-custom */

/* download-list */
.downloads-list__title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.downloads-list__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
}
/* /download-list */

/* download-item */
.download-item {
    display: flex;
}
.download-item__icon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    min-width: 34px;
}
.download-item__title {
    font-family: 'Inter', sans-serif;
    color: #006652;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    margin-bottom: 5px;
}
.download-item__size {
    font-family: 'Inter', sans-serif;
    color: #8F8F90;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
/* /download-item */

/* catalog-item */
.catalog-item__wrapper {
    margin-bottom: 39px;
}
.catalog-item__main {
    display: flex;
    justify-content: space-between;
    gap: 37px;
}
.catalog-item__main .catalog-info {
    max-width: calc(589 / 1312 * 100%);
}
.catalog-item__main .catalog-variants {
    max-width: calc(690 / 1312 * 100%);
}
.catalog-item__main .catalog-slider {
    max-width: calc(535 / 1312 * 100%);
}
.catalog-item__main_sku .catalog-info {
    max-width: calc(644 / 1312 * 100%);
}
@media (max-width: 1024px) {
    .catalog-item__main {
        flex-wrap: wrap;
        gap: 31px;
    }
    .catalog-item__main .catalog-info {
        max-width: 100%;
        width: 100%;
    }
    .catalog-item__main .catalog-variants {
        max-width: 100%;
        width: 100%;
    }
    .catalog-item__main .catalog-slider {
        max-width: 535px;
        margin: 0 auto;
        width: 100%;
    }
    .catalog-item__wrapper {
        margin-bottom: 34px;
    }
}
@media (max-width: 630px) {
    .catalog-item__main .catalog-slider {
        max-width: 292px;
    }
}
/* /catalog-item */

/* catalog-info */
.catalog-info {

}
.catalog-info__top {
    margin-bottom: 25px;
}
.catalog-info__block {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.catalog-info__block_sku {
    justify-content: space-between;
}
.catalog-info__tag {
    margin-right: 51px;
}
.catalog-info__icons .print {
    position: static;
    top: 0;
    right: 0;
}
.catalog-info__title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-style: normal;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}
.catalog-info__title_sku {
    margin-bottom: 22px;
}
.catalog-info__props {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.catalog-info__prop {
    display: flex;
    gap: 23px;
}
.catalog-info__prop-name {
    min-width: 124px;
    max-width: 124px;
    color: #A7A7A7;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-family: 'Inter', sans-serif;
}
.catalog-info__prop-value {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-family: 'Inter', sans-serif;
}
.catalog-info__variant {
    margin-top: 46px;
    max-width: 454px;
}
.catalog-info__price {
    font-family: 'Inter', sans-serif;
}
.catalog-info__bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-info__buttons {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}
.catalog-info__buttons .quantity .minus, .catalog-info__buttons .quantity .plus {
    position: relative;
}
.catalog-info__buttons .quantity .minus svg, .catalog-info__buttons .quantity .plus svg {
    z-index: 2;
}
.catalog-info__buttons .quantity .minus:after, .catalog-info__buttons .quantity .plus:after {
    content: '';
    background: #D9ECE8;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.catalog-info__buttons .open_filter {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 0;
}
.catalog-info__buttons .ico_favorite {
    position: static;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
}
.catalog-info__buttons .footer-button .buy_block {
    gap: 11px;
}
.catalog-info__buttons .footer-button .wrapper-block-btn.order.basketTrue {
    padding-left: 0;
}
.catalog-info__buttons .footer-button .buttonss .btn {
    margin: 0;
    padding: 12px 23px;
    height: 45px;
}
.catalog-info__buttons .footer-button .quantity button {
    width: 45px;
    height: 45px;
}
.catalog-info__buttons .footer-button .quantity input {
    width: 45px;
    height: 45px;
}
@media (max-width: 610px) {
    .catalog-info__block {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 36px;
    }
    .catalog-info__icons .print {
        display: inline-block;
    }
    .catalog-info__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .detail h1.catalog-info__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .catalog-info__prop {
        gap: 10px 18px;
    }
    .catalog-info__prop-name {
        font-size: 12px;
        min-width: 108px;
        max-width: 108px;
    }
    .catalog-info__prop-value {
        font-size: 13px;
    }
    .catalog-info__price {
        width: 100%;
        margin-bottom: 16px;
    }
    .catalog-info__price .price_val {
        font-size: 14px;
    }
    .catalog-info__bottom {
        flex-direction: column;
    }
    .catalog-info__buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: relative;
        gap: 0;
    }
    .catalog-info__buttons .footer-button {
        width: 100%;
    }
    .catalog-info__buttons .footer-button .buy_block {
        flex-direction: column;
        align-items: flex-start;
    }
    .catalog-info__buttons .quantity {
        width: 100%;
    }
    .catalog-info__buttons .footer-button .quantity input {
        width: calc(100% - 90px);
    }
    .catalog-info__buttons .footer-button .wrapper-block-btn.order.basketTrue {
        display: none;
    }
    .catalog-info__buttons .buttonss {
        width: calc(100% - 91px);
    }
    .catalog-info__buttons .footer-button .buttonss .btn {
        width: 100%;
        height: 39px;
        padding: 9px 15px;
    }
    .catalog-info__buttons .ico_favorite {
        width: 39px;
        height: 39px;
        position: absolute;
        bottom: 0;
        top: auto;
        right: 44px;
    }
    .catalog-info__buttons .open_filter svg {
        width: 39px;
        height: 39px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
/* /catalog-info */

/* catalog-variants */
.catalog-variants__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #EBEBEB;
}
.catalog-variants__item-left {
    display: flex;
    align-items: center;
}
.catalog-variants__img {
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
}
.catalog-variants__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog-variants__name {
    margin-left: 18px;
    color: #006652;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: inline-block;
    font-family: 'Inter', sans-serif;
}
.product-table__props product-list__props {
    font-family: 'Inter', sans-serif;
}
.catalog-variants__buttons {
    display: flex;
    gap: 7px;
}
.catalog-variants__buttons .catalog-variants__button_in {
    display: none;
}
.catalog-variants__buttons.in .catalog-variants__button_to {
    display: none;
}
.catalog-variants__buttons.in .catalog-variants__button_in {
    display: inline-block;
}
.catalog-variants__button {
    margin: 0;
    min-width: 100px;
}
@media (max-width: 610px) {
    .catalog-variants__item {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        padding: 5px 0 15px;
    }
    .catalog-variants__img {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
    .catalog-variants__name {
        font-size: 13px;
    }
}
/* /catalog-variants */

/* catalog-slider */
.catalog-slider__main-slider {
    width: 100%;
    height: 442px;
    padding: 50px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    margin-bottom: 5px;
}
.catalog-slider__main-slider .slick-list {
    height: 100%;
}
.catalog-slider__main-slider .slick-track {
    height: 100%;
}
.catalog-slider__main-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog-slider__nav {
    position: relative;
}
.catalog-slider__nav .slick-list {
    padding: 0 !important;
}
.catalog-slider__nav .slick-track {
    margin: 0 -2.5px;
}
.catalog-slider__nav-item {
    padding: 14px 30px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    margin: 0 2.5px;
}
.catalog-slider__nav-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.catalog-slider__nav-arrow-left {
    left: 0;
}
.catalog-slider__nav-arrow-right {
    right: 0;
}
@media (max-width: 610px) {
    .catalog-slider__main-slider {
        width: 292px;
        height: 241px;
        padding: 28px 50px;
    }
    .catalog-slider__nav .slick-track {
        margin: 0 -1.5px;
    }
    .catalog-slider__nav-item {
        padding: 7px 17px;
        height: 79px;
        margin: 0 1.5px;
    }
}
/* /catalog-slider */

/* tabs-nav */
.tabs-nav__wrapper {
    display: flex;
    padding: 10px 13px;
    border-radius: 5px;
    background: #F6F7FA;
    gap: 30px;
}
.tabs-nav__item {
    color: #016B53;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 9px 18px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #016B53;
    background: #D9ECE8;
    transition: .3s;
    cursor: pointer;
}
.tabs-nav__item_active {
    color: #FFF;
    background: #016B53;
}
@media (min-width: 1024px) {
    .tabs-nav__item:hover {
        color: #FFF;
        background: #016B53;
    }
}
@media (max-width: 767px) {
    .tabs-nav__wrapper {
        flex-direction: column;
        padding: 13px 14px;
        gap: 10px;
    }
    .tabs-nav__item {
        font-size: 13px;
        text-align: center;
    }
    .catalog-info__icons .print circle {
        r: 15;
    }
}
/* /tabs-nav */

/* tabs-content */
.tabs-content {
    display: none;
    padding: 40px 0;
}
.tabs-content_active {
    display: block;
}
.tabs-content__text {
    max-width: 845px;
}
.tabs-content .downloads-list__title {
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 35px;
    margin-bottom: 27px;
    line-height: normal;
}
.tabs-content .downloads-list__list {
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
}
.tabs-content .download-item {
    display: flex;
    width: calc(33.33% - 5.5px);
}
@media (max-width: 767px) {
    .tabs-content {
        padding: 22px 0;
    }
    .tabs-content__text {
        font-size: 14px;
    }
    .tabs-content .downloads-list__title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .tabs-content .downloads-list__list {
        flex-direction: column;
        gap: 10px;
    }
    .tabs-content .download-item {
        width: 100%;
    }
}
/* /tabs-content */

/* banner-main */
.banner-main.banners-big.long-banner .banner-main__slider .banner-main__slider-left .inner {
    max-width: 470px !important;
    padding: 90px 40px;
}
.banner-main__slider-title b {
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.banner-main__slider-text {
    margin-bottom: 43px !important;
}
.banner-main__slider-text b {
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.banner-main__slider-btn {
    font-family: 'Roboto', sans-serif;
    padding: 14px 20px;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: inline-flex;
    align-items: center;
    gap: 40px;
    border-radius: 5px;
    border: 2px solid #FFF !important;
}
@media (max-width: 992px) {
    .banner-main__slider-left {
        width: 100%;
    }
    .banner-main__slider-right {
        display: none !important;
    }
    .banner-main__slider-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.28);
        z-index: 1;
        display: block !important;
        width: 100%;
        height: 100%;
    }
    .banner-main__slider-content {
        z-index: 2;
    }

}
@media (max-width: 767px) {
    .banner-main {
        padding: 0 !important;
        margin: 0 -16px;
    }
    .banner-main.banners-big.long-banner .banner-main__slider .banner-main__slider-left .inner {
        width: 100%;
        padding: 23px 14px 27px !important;
        align-items: flex-start !important;
    }
    .banner-main__slider-title b {
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }
    .banner-main.banners-big.long-banner .banner-main__slider-title {
        margin: 0 0 13px !important;
        padding-bottom: 14px !important;
        position: relative;
    }
    .banner-main__slider-title:before {
        content: '';
        height: 3px;
        width: 102px;
        position: absolute;
        bottom: 0;
        background: #016B53;
        left: 0;
    }
    .banner-main.banners-big.long-banner .banner-main__slider-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 22px !important;
    }
    .banner-main__slider-text b {
        font-size: 14px !important;
    }
    .banner-main__slider-btn {
        margin: 0 !important;
        border: none !important;
        gap: 20px;
        padding: 11px 20px !important;
    }
}
/* /banner-main */

/* block-top */
.block-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    width: 100%;
    gap: 10px;
}
.block-top__title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.block-top__title_small {
    font-size: 35px;
}
.block-top__button .btn {
    margin: 0;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
    max-width: none;
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
}
@media (max-width: 650px) {
    .block-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .block-top__title {
        font-size: 22px;
    }
    .block-top__button {
        max-width: 320px;
        width: 100%;
    }
    .block-top__button .btn {
        padding: 8px 20px;
        justify-content: center;
    }

}
/* /block-top */

.sections-main {
    margin-bottom: 37px;
}
.sections-main .catalog-sections__item-title {
    font-family: 'Inter', sans-serif;
}
.catalog-sections__item-count,
.sections-main .catalog-sections__item-count {
    font-family: 'Inter', sans-serif;
}
@media (max-width: 650px) {
    .sections-main {
        margin-bottom: 0;
    }
    .sections-main .catalog-sections__items {
        flex-wrap: nowrap;
        gap: 20px;
        overflow: auto;
    }
    .sections-main .catalog-sections__item {
        min-width: 214px;
        width: auto;
        height: 126px;
        padding: 25px 3px 25px 13px;
    }
    .sections-main .catalog-sections__item-right {
        width: 75px;
    }
    .sections-main .catalog-sections__item-img {
        width: 75px;
    }
    .sections-main .catalog-sections__item-img img {
        width: 75px;
        height: 75px;
    }
    .sections-main .catalog-sections__item-subtitle {
        font-size: 14px;
    }
    .sections-main .catalog-sections__item-title {
        max-width: 117px;
        word-wrap: break-word;
    }
}

/* about-main */
.about-main__wrapper {
    display: flex;
    gap: 30px;
}
.about-main__left {
    width: 50%;
}
.about-main__right {
    width: 50%;
}
.about-main__title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 19px;
}
.about-main__subtitle {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 12px;
}
.about-main__text {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.about-main__text .btn {
    display: none;
}
.about-main__right .img-responsive {
    min-height: 362px;
}
@media (max-width: 767px) {
    .about-main__wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .about-main__left {
        width: 100%;
    }
    .about-main__right {
        width: 100%;
    }
    .about-main__right .img-responsive {
        min-height: auto;
        aspect-ratio: 292/164;
    }
    .about-main__right .flex-direction-nav {
        display: block !important;
    }
    .about-main__title {
        font-size: 22px;
    }
    .about-main__subtitle {
        font-size: 15px;
    }
    .about-main__text {
        font-size: 14px;
    }
    .COMPANY_INDEX .about-main__right .flexslider {
        margin-top: 0 !important;
    }
}
/* /about-main */

/* news-main */
.news-main.front_projects_5 .news_block .item.sliced .img {
    aspect-ratio: 309/300;
    height: auto;
}
.news-main.front_projects_5 .news_block .item.sliced .image {
    margin-bottom: 20px;
}
.news-main.front_projects_5 .news_block .item .date {
    position: static;
    color: #A7A7A7;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.news-main.front_projects_5 .news_block .item .info {
    padding: 0;
}
.news-main.front_projects_5 .news_block .item:not(.big) .info .name {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 130%;
    margin-bottom: 14px;
}
.news-main.front_projects_5 .news_block .item.sliced {
    border: none;
}
.news-main.front_projects_5 .news_block .item.sliced:hover {
    box-shadow: none;
}
@media (max-width: 650px) {
    .news-main.front_projects_5 .news_block .flexbox>div {
        margin-bottom: 30px;
    }
    .news-main.front_projects_5 .news_block .item.sliced .img {
        aspect-ratio: 292/197;
    }
    .news-main.front_projects_5 .news_block .item.sliced .image {
        margin-bottom: 16px;
    }
    .news-main.front_projects_5 .news_block .item:not(.big) .info .name {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .news-main.front_projects_5 .news_block .item .date {
        font-size: 13px;
    }
}
/* /news-main */

/* second-banner */
.second-banner {

}
.second-banner__wrapper {
    display: flex;
    position: relative;
    margin-bottom: 100px;
}
.second-banner__left {
    background: #006045;
    padding: 75px 30px 50px 70px;
    max-width: 555px;
    width: 100%;
    height: 320px;
    position: relative;
}
.second-banner__left:before {
    content: '';
    position: absolute;
    border-top: 160px solid #006045;
    border-left: 160px solid #006045;
    display: block;
    right: -290px;
    border-bottom: 160px solid transparent;
    border-right: 160px solid transparent;
    top: 0;
    bottom: 0;
}
.second-banner__info {
    margin-bottom: 36px;
    max-width: 450px;
}
.second-banner__title {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 10px;
}
.second-banner__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.second-banner__left svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -290px;
}
.second-banner__right {
    width: calc(100% - 555px);
}
.second-banner__bg {
    height: 320px;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.second-banner__button .btn {
    padding: 15px 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border: 1px solid #FFF;
}
.third-banner {
    padding: 40px 0 120px;
    height: 320px;
    overflow: hidden;
}
.third-banner .second-banner__wrapper {
    overflow: hidden;
}
.third-banner .second-banner__left {
    height: 160px;
    padding: 32px 76px 25px;
}
.third-banner .second-banner__title {
    font-size: 30px;
    margin-bottom: 0;
}
.third-banner .second-banner__info {
    margin-bottom: 20px;
}
.third-banner .second-banner__bg {
    height: 160px;
}
@media (max-width: 850px) {
    .second-banner__wrapper {
        margin-bottom: 50px;
    }
    .second-banner__left {
        max-width: 251px;
        height: 229px;
        padding: 18px 75px 29px 14px;
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
    }
    .second-banner__left svg {
        display: none;
    }
    .second-banner__title {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .second-banner__text {
        font-size: 14px;
    }
    .second-banner__button .btn {
        padding: 11px 8px;
        font-size: 13px;
        margin: 0;
    }
    .second-banner__info {
        margin-bottom: 8px;
    }
    .second-banner__right {
        transform: translateX(-100px);
        width: calc(100%);
        margin-right: -100px;
    }
    .second-banner__bg {
        height: 229px;
        background-position: right;
    }
    .second-banner__left:before {
        display: none;
    }
}
@media (max-width: 767px) {
    .third-banner .second-banner__left {
        padding: 18px 14px;
    }
    .third-banner .second-banner__title {
        font-size: 22px;
        margin-bottom: 16px;
        max-width: 200px;
    }
}
/* /second-banner */

/* header */
.header__top {
    padding: 8px 0 9px;
    background: #EBEBEF;
}
.header__top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top-left {
    display: flex;
    gap: 106px;
    align-items: center;
    width: 50%;
}
.header__top-right {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    gap: 100px;
}
.header__place {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    gap: 10px;
}
.header__phones {
    display: flex;
    align-items: center;
    gap: 22px;
}
.header__phones a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}
.header__main-wrapper {
    padding: 14px 0;
    display: flex;
}
.header__logo {
    max-width: 196px;
    min-width: 196px;
    max-height: 36px;
}
.header__logo img {
    width: 100%;
}
.header__logo svg {
    width: 100%;
    height: 36px;
}
.header__main-left {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 41.66%;
    padding-right: 15px;
}
.header__slogan {
    color: #8F8F90;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.header__main-right {
    width: 58.33%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__icons {
    display: flex;
    gap: 18px;
    margin: 0 75px 0 49px;
}
.header__icon {
    width: 40px;
    height: 40px;
    background: #D9ECE8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__icon .fav__count, .header__icon .count {
    width: 17px;
    height: 17px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000 !important;
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.header__icon .fav__count {
    display: none;
}
.header__icon .fav__count.active {
    display: flex;
}
.header__icon_cart .count {
    display: none;
}
.header__icon_cart.basket-count .count {
    display: flex;
}
.header__icon_favorite .fav_count {
    display: none;
}
.header__icon_favorite.active .fav_count {
    display: flex;
}
.header__email {
    margin-bottom: 13px;
}
.header__email a {
    font-size: 14px;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 130%;
    padding-bottom: 2px;
}
.header__contacts-button .btn {
    margin: 0;
    width: 100%;
}
.header__menu {
    /*padding: 21px 0;*/
    background-color: #006B53;
}
.header__menu .mega-menu table td .wrap>a {
    color: #fff;
}
.header__search {
    max-width: 388px;
    width: 100%;
}
@media (max-width: 1200px) {
    .header__top-left {
        gap: 30px;
    }
    .header__top-right {
        gap: 20px;
    }
}
/* /header */

/* header-fixed */
.header-fixed__wrapper {
    padding: 8px 0;
}
.header-fixed__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-fixed__left {
    display: flex;
    gap: 32px;
    align-items: center;
}
.header-fixed__right {
    display: flex;
    align-items: center;
    gap: 60px;
}
.header-fixed__block {
    display: flex;
    align-items: center;
}
.header-fixed__menu {
    cursor: pointer;
    display: flex;
    align-items: baseline;
}
.header-fixed__menu span {
    margin-left: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #006B53;
}
.header-fixed .header__logo {
    max-width: 155px;
    min-width: 155px;
    max-height: 28px;
}
.header-fixed .header__icons {
    margin: 0;
}
.header-fixed .header__place {
    align-items: flex-start;
    margin-left: 22px;
    margin-right: 28px;
}
.header-fixed .header__place span {
    max-width: 176px;
}
.header-fixed .header__phones {
    flex-direction: column;
    gap: 0;
}
.header-fixed .header__phones .custom-link {
    color: #006B53;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.header-fixed .header__email {
    margin-bottom: 5px;
}
@media (max-width: 1400px) {
    .header-fixed__right {
        gap: 20px;
    }
    .header-fixed__left {
        gap: 15px;
    }
    .header-fixed .header__place {
        margin: 0 15px;
    }
}
@media (max-width: 1300px) {
    .header-fixed__menu span {
        display: none;
    }
}
@media (max-width: 1200px) {
    .header-fixed__right .auth-top__link {
        display: none;
    }
    .header-fixed__left .header__icon_search {
        display: none;
    }
}
@media (max-width: 1050px) {
    .header-fixed__left .header__city {
        display: none;
    }
}
/* /header-fixed */

/* dropdown-menu-custom */
.dropdown-menu-custom {
    position: fixed;
    top: 77px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 102;
    display: none;
}
.dropdown-menu-custom_active {
    display: block;
}
.dropdown-menu-custom:after {
    content: '';
    background: #fff;
    width: calc((100vw - 1312px) / 2);
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.dropdown-menu-custom .maxwidth-theme {

}
.dropdown-menu-custom .maxwidth-theme, .dropdown-menu-custom .col-md-12 {
    height: 100%;
}
.dropdown-menu__wrapper {
    height: 100%;
    display: flex;
}
.dropdown-menu__column {
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    max-width: 258px;
    width: 100%;
    border-right: 1px solid #A7A7A7;
    padding: 42px 15px 42px 0;
    overflow: auto;
}
.dropdown-menu__column_l2, .dropdown-menu__column_l3 {
    padding-left: 34px;
    max-width: 373px;
    background: #F9F9F9;
    display: none;
}
.dropdown-menu__column_active {
    display: block;
}
.dropdown-menu__column_l3 {
    border-right: none;
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.10);
}
.dropdown-menu__column_l1 {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.dropdown-menu__item-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    transition: .3s;
    height: 100%;
    display: inline-block;
}
@media (min-width: 1024px) {
    .dropdown-menu__item-title:hover {
        color: #006B53;
    }
}
.dropdown-menu__item-title svg {
    margin-left: 11px;
}
.dropdown-menu__title {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 27px;
}
.dropdown-menu__subtitle {
    color: #016B53;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 31px;
}
.dropdown-menu__block-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.dropdown-menu__block {
    margin-bottom: 27px;
}
.dropdown-menu__column_l2 .dropdown-menu__item-title {
    font-size: 15px;
}
.dropdown-menu__column-list {
    display: none;
}
.dropdown-menu__column-list_active {
    display: block;
}
.dropdown-menu__item {
    padding-bottom: 30px;
}
.dropdown-menu__accordion {
    margin-bottom: 22px;
}
/* /dropdown-menu-custom */

/* menu */
.menu__nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.menu__item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 21px 0;
}
.menu__item a {
    color: #fff;
}
.menu__item_parent a {
    margin-right: 11px;
}
.menu__item_catalog a {
    margin-left: 17px;
    margin-right: 11px;
}
.menu__item-dropdown {
    display: none;
    box-shadow: 0 8px 8px rgba(0,0,0,.175);
    position: absolute;
    background: #fff;
    top: 100%;
}
.menu__item-dropdown .menu__item-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 380px;
    display: none;
}
.menu__item-dropdown ul {
    margin-bottom: 0;
    padding-top: 0 !important;
}
.menu__item-dropdown li {
    padding: 15px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.menu__item-dropdown li:hover > .menu__item-dropdown {
    display: block;
}
.menu__item-dropdown li:before {
    display: none;
}
.menu__item-dropdown a {
    color: #000;
}
.menu__item-dropdown li:hover > a {
    color: #006B53;
}
.menu__item-dropdown svg {
    margin-left: 10px;
}
.menu__item_parent:hover > .menu__item-dropdown {
    display: block;
}
@media (max-width: 1200px) {
    .menu__item {
        font-size: 15px;
    }
}
/* /menu */

/* menu-accordion */
.menu-accordion__title {
    color: #016B53;
    cursor: pointer;
}
.menu-accordion__list {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}
.menu-accordion__item {
    font-size: 14px;
}
.menu-accordion__item a {
    color: #000;
    transition: .3s;
}
@media (min-width: 1024px) {
    .menu-accordion__item a:hover {
        color: #006B53;
    }
}
.menu-accordion_active .menu-accordion__list {
    display: flex;
}
.menu-accordion__title svg {
    margin-left: 6px;
}
.menu-accordion_active .menu-accordion__title svg {
    transform: rotate(90deg);
}
/* /menu-accordion */

.city__content span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-bottom: 1px dashed;
    color: #000;
    padding-bottom: 4px;
}

.lang__link a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 3px 8px;
    border-radius: 17px;
    border: 1px solid #016B53;
}
@media (max-width: 767px) {
    .lang__link a {
        color: #817F7F;
        font-size: 9px;
        padding: 3px 6px;
        border: 1px solid #817F7F;
    }
    .lang__link {
        display: flex;
    }
    .header__logo svg {
        height: 16px;
    }
}

.auth-top__wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}
.auth-top__icon {
    line-height: 0;
}
.auth-top__link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}

.search-custom__input {
    position: relative;
    width: 100%;
}
.search-custom__input button {
    background: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.search-custom__input svg {
    position: absolute;
    bottom: 3px;
}
.search-custom__input input {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    height: auto;
    padding: 6px 30px;
    width: 100%;
}

/* header-mobile */
#mobileheader {
    height: 46px;
}
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #E3E3E6;
}
.header-mobile__wrapper svg {
    line-height: 0;
}
.header-mobile__wrapper img {
    line-height: 0;
}
.header-mobile__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 15px;
    align-items: center;
}
.header-mobile .header__logo {
    max-width: 81px;
    min-width: 81px;
    max-height: 18px;
    line-height: 0;
}
.header-mobile .header__icons {
    margin: 0;
    gap: 5px;
}
.header-mobile .header__icon {
    padding: 0 !important;
    width: 25px;
    height: 25px;
}
.header-mobile .header__icon .fav__count, .header-mobile .header__icon .count {
    width: 14px;
    height: 14px;
    font-size: 10px;
}
.header-mobile .basket-link .count {
    top: auto !important;
    left: auto !important;
}
.header-mobile__left {
    display: flex;
    gap: 16px;
}
.header-mobile__right {
    display: flex;
    align-items: center;
}
.header-mobile__icons {
    margin-right: 31px;
}
.header-mobile__search {
    margin-right: 11px;
}
.header-mobile__search .inline-search-show {
    display: flex;
}
.header-mobile__button-menu {
    line-height: 0;
}
/* /header-mobile */

/* mobile-menu */
.mobile-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    height: 100%;
    display: none;
}
.mobile-menu_active {
    display: block;
}
.mobile-menu .mobilemenu-v1 {
    height: 100%;
}
.mobile-menu__wrapper {
    height: 100%;
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.10);
}
.mobile-menu .dropdown-menu__column_l1 {
    justify-content: space-between;
    padding: 0;
}
.mobile-menu .dropdown-menu__content {
    padding: 30px 16px 37px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.mobile-menu .dropdown-menu__bottom {
    border-top: 1px solid #E3E3E6;
    padding: 21px 16px 0;
}
.mobile-menu .header__city {
    margin-bottom: 22px;
}
.mobile-menu .header__place {
    margin-bottom: 30px;
}
.mobile-menu .header__contacts {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 40px;
}
.mobile-menu .header__contacts-button {
    max-width: 152px;
    width: 100%;
}
.mobile-menu .header__auth {
    margin: 0 -16px;
}
.mobile-menu .auth-top {
    display: flex;
    justify-content: center;
    background: #d9ece8;
    padding: 11px;
}
.mobile-menu .dropdown-menu__column {
    max-width: 275px;
    min-width: 275px;
}
.mobile-menu .dropdown-menu__column_l2 {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: .3s;
}
.mobile-menu .dropdown-menu__column_l3 {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: .3s;
}
.mobile-menu .dropdown-menu__column_l2.dropdown-menu__column_active {
    left: 0;
}
.mobile-menu .dropdown-menu__column_l3.dropdown-menu__column_active {
    left: 0;
}
.mobile-menu .dropdown-menu__column_l2, .mobile-menu .dropdown-menu__column_l3 {
    padding: 18px 16px;
}
.mobile-menu .dropdown-menu__column-back {
    color: #016B53;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
    margin-bottom: 31px;
}
.mobile-menu .dropdown-menu__title {
    font-size: 18px;
    margin-bottom: 34px;
}
.mobile-menu .dropdown-menu__column {
    border-right: none;
}
/* /mobile-menu */

/* custom-form */
.custom-form .form-control {
    border-radius: 5px;
    border: 1px solid #E2E2E5;
}
.custom-form .form-header {
    padding: 40px 30px 0;
}
.custom-form .form-header .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.custom-form .form-header .title {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 17px;
}
.custom-form.popup .form-body {
    padding: 18px 30px 36px;
}
.custom-form.popup .form-footer {
    padding: 0 30px 36px;
}
.custom-form.popup .form-footer button {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.custom-form .uploader {
    background: #F6F7FA;
    border-color: #F6F7FA;
    margin-bottom: 16px;
}
.custom-form .uploader .action {
    user-select: none;
    border: none;
    background: transparent;
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 0;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-form .uploader .action span {
    border-bottom: 1px dashed;
    padding-bottom: 4px;
    color: #006B53 !important;
}
.custom-form .input .add_file:before {
    display: none;
}
.custom-form .input .add_file {
    margin-top: 0;
    padding: 9px;
    height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #F6F7FA;
    border-color: #F6F7FA;
    border-radius: 5px;
}
.custom-form .input .add_file span {
    padding-bottom: 4px;
    border-bottom: 1px dashed;
    color: #016B53;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
/* /custom-form */

.recommend-products__wrapper {
    margin: 0 -15px;
}
.recommend-products__wrapper .slick-track {
    display: flex;
}
.recommend-products__item {
    padding: 0 15px;
    height: auto;
}
.recommend-products__item .product-table {
    height: 100%;
}
.recommend-products__item .product-table__wrapper {
    justify-content: space-between;
    height: 100%;
}
.recommend-products__item .product-table__block {
    display: flex;
    flex-direction: column;
}
.recommend-products__item .product-list__props {
    flex-direction: column;
}
.recommend-products__arrows .slick_prev {
    background-image: url(/local/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.recommend-products__arrows .slick_next {
    background-image: url(/local/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.recommend-products__arrows .slick_prev.slick-disabled {
    background-image: url(/local/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.recommend-products__arrows .slick_next.slick-disabled {
    background-image: url(/local/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.recommend-products__top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}
.recommend-products__title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.recommend-products__arrows.block-arrows {
    display: flex !important;
}
@media (max-width: 767px) {
    .recommend-products__title {
        font-size: 22px;
    }
    .recommend-products__arrows .slick-arrow {
        width: 30px !important;
        height: 30px !important;
    }
    .mobile-menu .dropdown-menu__column_l1 .dropdown-menu__item-title svg {
        margin-top: 4px;
        position: absolute;
    }
    .mobile-menu .dropdown-menu__column_l2 .dropdown-menu__item-title svg {
        margin-top: 2px;
        position: absolute;
    }
}

.custom-select {
    display: flex;
}
.custom-select .block_view_qwnt {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E2E2E5;
    background: #FFF;
    padding: 12px 35px 12px 15px;
}
.custom-select .block_select_change {
    color: #8F8F90;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.custom-select .block_select_change:after {
    right: 15px;
}
.custom-select .block_select_box .box_select {
    left: 0;
    top: 100%;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #E2E2E5;
    background: #FFF;
    padding: 17px 20px;
}
.custom-select .block_view_qwnt .box_select li {
    padding: 6px 0;
    /*border-bottom: 1px solid #EBEBEB;*/
}
.custom-select .block_view_qwnt .box_select li:last-of-type .catalog-variants__item {
    border-bottom: none;
}

.footer__wrapper {
    padding: 54px 0 28px;
    display: flex;
    gap: 30px;
    color: #000;
}
.footer__left {
    width: 33.33%;
}
.footer__catalog {
    width: 44.44%;
}
.footer__block-about-us {
    width: 22.22%;
}
.footer__title {
    color: #016B53;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 17px;
}
.footer__subtitle {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 7px;
}
.footer__address, .footer__office {
    margin-bottom: 10px;
}
.footer__office {
    max-width: 309px;
}
.footer__phones {
    display: flex;
    flex-direction: column;
}
.footer__phones a, .footer__email a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.footer__subscribe {
    margin-top: 20px;
}
.footer__subscribe .btn {
    margin: 0;
    font-size: 17px;
    font-family: Roboto, Arial, sans-serif;
    padding: 9px 28px;
}
.footer__menu {
    display: flex;
}
.footer__block-about-us a {
    font-weight: 500;
}
.footer__block a {
    color: #000;
    line-height: 190%;
}
.footer__block:first-of-type {
    width: 66.66%;
}
.footer__block:last-of-type {
    width: 33.33%;
}
.footer__block-about-us a {
    line-height: 37.5px;
}
.footer__bottom {
    padding: 27px 0 32px;
    border-top: 1px solid #8F8F90;
}
.footer__bottom-wrapper {
    display: flex;
    justify-content: space-between;
}
.footer__bottom-left {
    display: flex;
}
.footer__copyright {
    margin-right: 190px;
    color: #817F7F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.footer__licenses a {
    color: #817F7F;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
}
.footer__block.footer__block-contacts {
    width: 100%;
}
@media (max-width: 1024px) {
    footer .container {
        padding: 0 16px;
    }
    .footer__copyright {
        margin-right: 0;
    }
    .footer__wrapper, .footer__menu {
        flex-direction: column;
    }
    .footer__bottom-wrapper, .footer__bottom-left {
        flex-direction: column;
    }
    .footer__bottom-left {
        align-items: center;
        gap: 21px;
    }
    .footer__copyright {
        font-size: 14px;
    }
    .footer__licenses a {
        font-size: 14px;
    }
    .footer__left {
        width: 100%;
    }
    .footer__catalog {
        width: 100%;
    }
    .footer__wrapper {
        padding: 37px 0;
    }
    .footer__socials {
        text-align: center;
        margin-top: 38px;
    }
}
@media (max-width: 767px) {
    .footer__block-contacts a {
        font-size: 14px;
    }
    .footer__text {
        font-size: 14px;
    }
    .footer__block-about-us a {
        line-height: 33px;
    }
    .footer__block-contacts .column {
        margin-bottom: 8px;
    }
    .footer__block:first-of-type,
    .footer__block:last-of-type {
        width: 100%;
    }
}

.materials h3 {
    margin: 0;
}
.materials__title {
    min-height: 60px;
    padding: 15px;
    background: #d9ece8;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.materials__table {
    width: 100%
}
.materials__table td,
.materials__table th {
    padding: 22px 0;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #d9d9d9
}
@media screen and (max-width:991px) {
    .materials__content {
        --margin: 30px;
        --marginMinus: -30px;
        width: calc(100% + var(--margin) + var(--margin));
        margin: 0 var(--marginMinus);
        padding-left: var(--margin);
        padding-right: var(--margin);
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }
    .materials__content::-webkit-scrollbar {
        width: 0;
        height: 0
    }
    .materials__title {
        padding: 12px;
        min-height: 46px;
        font-size: 18px
    }
    .materials__table {
        min-width: 900px
    }
    .materials__table td,
    .materials__table th {
        padding: 16px 0;
        font-size: 14px
    }
}
@media screen and (max-width:575px) {
    .materials__title {
        font-size: 16px;
        text-align: left;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .materials__content {
        --margin: 15px;
        --marginMinus: -15px
    }
}
.section {
    padding: 50px 0
}
.detail .section {
    padding: 0;
}
.section__header {
    margin-bottom: 45px
}
.section__header > :not(:last-child) {
    margin-bottom: 32px
}
.section__header--row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.section__title {
    font-weight: 500;
    font-size: 40px;
    color: #000;
    margin: 30px 0 25px;
}
.section__text {
    max-width: 1100px;
    font-size: 15px;
    line-height: 160%
}
.section__text > :not(:last-child) {
    margin-bottom: 20px
}
.section__manage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.section__regions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}
@media screen and (max-width:991px) {
    .section {
        padding: 40px 0
    }
    .section__header--row {
        display: block
    }
    .section__header--row > :not(:last-child) {
        margin-bottom: 30px
    }
}
@media screen and (max-width:767px) {
    .section {
        padding: 30px 0
    }
    .section__header {
        margin-bottom: 32px
    }
    .section__header--row {
        display: block
    }
    .section__header--row > :not(:last-child) {
        margin-bottom: 16px
    }
    .section__title {
        font-size: 30px;
        margin-top: 0;
    }
    .section__text {
        font-size: 14px;
        line-height: 140%
    }
    .section__regions {
        grid-template-columns: 1fr
    }
}
@media screen and (max-width:575px) {
    .section__header > :not(:last-child) {
        margin-bottom: 16px
    }
    .section__title {
        font-size: 22px
    }
    .section__manage {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .section__manage .select2 {
        width: 100%!important
    }
}
.tabs__list {
    padding: 10px 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 14px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f6f7fa;
    border-radius: 5px
}
.tabs__list li::before {
    content: none;
}
.tabs__btn {
    display: block;
    border: 1px solid var(--secondary);
    border-radius: 5px;
    padding: 8px 18px;
    text-align: center;
    font-size: 17px;
    line-height: 130%;
    color: var(--secondary);
    background: #d9ece8
}
.tabs__btn.is-active {
    background: var(--secondary);
    color: #fff
}

/* SWIPER start */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0,0,0)
}
.swiper-horizontal {
    touch-action: pan-y
}
.swiper-vertical {
    touch-action: pan-x
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-3d {
    perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: var(--secondary);
    position: relative
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    width: 8px;
    height: 14px
}
.swiper-button-prev::after {
    background: url(/local/html/html/images/icons/prev.svg) no-repeat center/contain
}
.swiper-button-next::after {
    background: url(/local/html/html/images/icons/next.svg) no-repeat center/contain
}
@media screen and (max-width:767px) {
    .property__certificates-next,
    .property__certificates-prev {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        position: absolute;
        top: 50%;
        z-index: 5;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .property__certificates-prev {
        left: 0
    }
}
.cookie-banner {
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    color: #fff;
    padding: 16px 8px;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.12);
    display: flex;
	z-index: 2147483647;
    text-align: center;
  }
  .cookie-banner a {
    color: #0fc79e;
    text-decoration: underline;
  }
  .cookie-accept-btn {
    margin-top: 10px;
    background-color: #006B53;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 24px;
    
    cursor: pointer;
    transition: background 0.2s;
  }
  .cookie-accept-btn:hover {
    background-color: #008A6B;
  }
  @media (min-width: 600px) {
    .cookie-banner {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 16px 32px;

    }
    .cookie-accept-btn {
      margin-top: 0;
      margin-left: 24px;
    }
  }