:root {
	--color-red: #f14922;
	--color-green: #0d8f4e;
}

/*
	blue - #0087c3
*/

@font-face {
	font-family: Bold;
	src: url("css/fonts/Proxima_Nova_Bold.otf");
}


@font-face {
	font-family: BoldEx;
	src: url("css/fonts/Proxima_Nova_Black.otf");
}

@font-face {
	font-family: Italic;
	src: url("css/fonts/Proxima_Nova_Regular Italic.otf");
}
@font-face {
	font-family: Light;
	src: url("css/fonts/Proxima_Nova_Light.otf");
}

@font-face {
	font-family: Regular;
	src: url("css/fonts/Proxima_Nova_Regular.otf");
}
@font-face {
	font-family: Semi;
	src: url("css/fonts/OpenSans-SemiBold.ttf");
}

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;

	background-color: #fff;
	line-height: 1.4;
	font-size: 14px;
	font-family: Regular, sans-serif;
	min-width: 1280px;
}

a {
	text-decoration: none;
	color: #0d8f4e;
	transition: color 0.3s, opacity 0.3s;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

.cle, .clear {
	clear: both;
}

.__border_top {
	border-top: 2px solid #D0D2D3;
}
.__border_top_green {
	border-top: 2px solid #1c8e56;
}

.__float_left {
	float: left;
}

.__float_right {
	float: right;
}

.__no_margin {
	margin: 0px;
}

.__text_center {
	text-align: center;
}

.page_wrapper {
	position: reltive;
	color: #000;
}

.page_wrapper.fixed {
	/*position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;*/
}

.content_wrapper {
	position: relative;
}

.page_block {
	padding: 30px 0px;
}

.page_block.gray {
	background-color: #f2f2f2;
}

.page_block.gray.mobile_version {
	background-color: #fff;
}

.page_block.green {
	background-color: #0d8f4e;
	padding: 0;
}

.page_block_header {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.2;
}

.page_block_header.white {
	color: #fff;
}

.page_block_header.center {
	text-align: center;
}

.page_block_header .more_link {
	float: right;
	text-transform: none;
	font-family: Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;

	padding-top: 10px;
}

.page_block_header .more_link a {
	display: inline-block;
	vertical-align: middle;
}

.page_block_header .more_link .navigation {
	display: inline-block;
	vertical-align: middle;

	margin-left: 20px;
	width: 30px;
}

.page_block_header .more_link .navigation .prev {
	display: inline-block;
	vertical-align: middle;

	width: 10px;
	height: 20px;
	margin-right: 2px;

	background: url(img/non_svg/arrow_small_prev.png) center center no-repeat;
	cursor: pointer;
}

.page_block_header .more_link .navigation .next {
	display: inline-block;
	vertical-align: middle;

	width: 10px;
	height: 20px;
	margin-left: 2px;

	background: url(img/non_svg/arrow_small_next.png) center center no-repeat;
	cursor: pointer;
}

.page_container {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.sale_order_full_table{
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.soa-oreder-result-back{
	text-align: center;
}
.simple_button {
	display: inline-block;

	min-width: 220px;
	height: 40px;
	line-height: 40px;
	border: none;
	background: #0d904e;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-family: Semi;
	transition: background-color 0.3s;
	padding: 0px 20px;
	border-radius: 15px;
	box-sizing: border-box;
}

.simple_button:hover {
	background-color: #000;
	color: #fff;
}

/***************************/

.top-messages {
	background-color: #f14922;
	color: #fff;
	text-align: center;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.top-messages a {
	text-decoration: underline;
	color: #fff;
}

.top-messages a:hover {
	text-decoration: none;
	color: #000;
}

.top-messages .page_container {
	position: relative;
	box-sizing: border-box;
	padding: 10px 60px;
}

.top-messages .close-message {
	position: absolute;
	height: 100%;
	width: 40px;

	right: 0px;
	top: 0px;

	background: #000 url(img/non_svg/close_white.png) center center no-repeat;
	cursor: pointer;

	transition: background-color 0.3s;
}

.top-messages .close-message:hover {
	background-color: #f14922;
}

/***************************/

.amenu-prev-button a {
	display: block;
	padding: 10px;

	color: #fff;
	font-weight: 100;

	font-family: Semi;

	font-size: 105%;
	cursor: pointer;

	background: #242424;
}

.amenu-prev-button i {
	display: inline-block;
	margin-right: 10px;
}

.amenu-prev-button a:hover {
	color: var(--color-green);
}

.sidr-menu.hidden {
	display: none;
}

.adaptive_menu {
	display: none;
}

.adaptive_menu_bg {
	background-color: rgba(0, 0, 0, 0.7);

	position: fixed;

	width: 100%;
	height: 100%;

	left: 0px;
	top: 0px;

	z-index: 100000;

opacity: 0;
	transition: 0.5s opacity;
}

.shown .adaptive_menu_bg {
	opacity: 1;
}

.adaptive_menu_container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;

	padding: 40px 20px 40px 20px;


	box-sizing: border-box;

	z-index: 100001;
	line-height: 1.4;

	opacity: 0;
	transform: scale(1.1);

	transition: 0.5s opacity, 0.5s transform;
}

.shown .adaptive_menu_container {
	opacity: 1;
	transform: scale(1);
}

.adaptive_menu_container a {
	color: #fff;
}

.adaptive_menu_container a:before {
	content: '—';
	margin-right: 10px;
}

.adaptive_menu_container a:hover {
	color: #f14922;
}

.adaptive_menu_container a.active {
	color: #f14922;
	font-family: BoldEx;
}

.adaptive_menu_header {
	font-size: 30px;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
	font-family: Bold;

	border-bottom: 2px solid #fff;

	padding-right: 60px;

	position: relative;
}

.adaptive_menu_close {
	position: absolute;
    height: 100%;
    width: 40px;
    height: 40px;
    right: 0px;
    top: 0px;
    background: url(/local/templates/s1/img/non_svg/close_white.png) center center no-repeat;
    cursor: pointer;
}

.adaptive_menu_container ul {
	margin: 5px 0px 5px 20px;
	list-style: none;
}

.adaptive_menu_container ul li {
	padding: 2px;
}

.adaptive_menu_container>ul {
	margin-left: 0px;
}

.adaptive_menu_container>ul>li {
	font-size: 18px;
	font-family: Bold;

	display: block;
	background-color: rgba(13, 143, 78, 0.5);
	padding: 5px;
	margin-bottom: 2px;
}

.adaptive_menu_container>ul>li>ul>li {
	font-size: 16px;
	font-family: Light;
}

.adaptive_menu_container>ul>li>ul>li>ul>li {
	font-size: 14x;
}

.adaptive_menu_container>ul>li>ul>li>ul>li>ul>li {
	font-size: 12px;
}


/***************************/

.header {
	display: block;
}

.top_top_line {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background-color: #373737;
}

.top_top_line .adapt_menu_toggler {
	height: 100%;

	vertical-align: middle;

	background-color: #000;

	display: none;

	color: #fff;
	font-size: 13px;
	padding-left: 40px;
	background: url(img/non_svg/adapt_menu_burger_white.png) left center no-repeat;

	cursor: pointer;
}

.top_top_line .top-email-link {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
}

.top_top_line .top-email-link .i {
	font-size: 24px;
	font-weight: 100;

	display: none;
}

.top_top_line .request-call-button {
	display: inline-block;
	vertical-align: top;
	background: #0d904e url(img/non_svg/top_phone_ico.png) 10px center no-repeat;
	color: #fff;
	transition: opacity 0.3s;

	padding-left: 50px;
	padding-right: 20px;
}

.top_top_line .request-call-button:hover {
	opacity: 0.7;
}

.top_top_line .left_side {
	float: left;
}

.top_top_line .right_side {
	float: right;
}

.top_top_line .menu {
	text-align: left;
}

.top_top_line .menu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	letter-spacing: 0px;
}

.top_top_line .menu ul li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	font-size: 14px;
}

.top_top_line .menu a {
	color: #fff;
}

.top_top_line .menu a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.top_top_line .menu a.active {
	color: #f14922;
}

.top_top_line .top_compare {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	padding-left: 40px;

	background: url(img/non_svg/compare_white_ico.png) left center no-repeat;
	color: #fff;
}
.top_top_line .top_compare.noa {
	opacity: 0.6;
}

.top_top_line .top_compare.noa {
	filter: grayscale(100);
}

.top_top_line .top_top_auth {
	display: inline-block;
	margin-left: 40px;

	position: relative;
	vertical-align: top;
}

.top_top_line .top_top_auth #top_auth_link {
	position: relative;
	z-index: 195;
}

.top_top_line .top_top_auth .top_auth_form {
	background-color: #fff;
	position: absolute;
	right: -20px;
	top: 0px;
	padding: 20px;
	padding-top: 60px;
	width: 240px;
	border-radius: 20px;
	z-index: 10501;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	line-height: 1.2;
}

.top_top_line .top_top_auth .top_auth_form #top_auth_t {
	position: absolute;
	right: 15px;
	top: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	background: url(/local/templates/s1/img/non_svg/personal_black_ico.png) left center no-repeat;
    padding-left: 25px;
}



.top_top_line .top_top_auth .top_auth_form .error {
	line-height: 1.2;
	color: #ff0000;
	font-size: 13px;
	margin-bottom: 15px;
}

.top_top_line .top_top_auth .top_auth_form .close {
	width: 20px;
	height: 20px;

	position: absolute;
	left: 20px;
	top: 20px;

	background: url(img/non_svg/close_black.png) center center no-repeat;

	cursor: pointer;
}

.c-bxmaker-authuserphone_login-default-box {
	max-width: 398px;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn,
.bxmaker-authuserphone-login-btn {

	background: #158E52;
	border-radius: 10px;
	width: 100%;
	padding: 21px 20px;
	border: none;
	text-transform: uppercase;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn:hover,
.bxmaker-authuserphone-login-btn:hover {
	background: #373737;
}

.c-bxmaker-authuserphone_login-default-box .msg.success,
.bxmaker-authuserphone-login-msg.bxmaker-authuserphone-login-msg--success
{
	background: #E5FCEF;
	border: 2px solid #59E999;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	padding: 21px 22px;
	border-radius: 10px;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_btn_reg {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	right: auto;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #F7F7F7;
	border: 0.5px solid #CEE7DB;
	box-sizing: border-box;
	border-radius: 0px 0px 7px 7px;
}

.top_top_line .top_top_auth .top_auth_form .c-bxmaker-authuserphone_login-default-box {
	max-width: 100%;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="text"],
.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="password"],
.bxmaker-authuserphone-login-row input[type="text"],
.bxmaker-authuserphone-login-row input[type="password"]{

	background: rgba(105, 105, 105, 0.15);
	border-radius: 10px;
	border: 1px solid transparent;
	box-shadow: none;
	padding: 18px 21px;

}

.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="text"]:focus,
.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="password"]:focus,
.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="text"]:focus-visible,
.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="password"]:focus-visible,
.bxmaker-authuserphone-login-row input[type="text"]:focus,
.bxmaker-authuserphone-login-row input[type="password"]:focus,
.bxmaker-authuserphone-login-row input[type="text"]:focus-visible,
.bxmaker-authuserphone-login-row input[type="password"]:focus-visible{
	border: 1px solid rgba(0, 0, 0, 0.53);
	outline: none;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="text"]:-internal-autofill-selected,
.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="password"]:-internal-autofill-selected,
.bxmaker-authuserphone-login-row input[type="password"]:-internal-autofill-selected{

	background-color: rgba(105, 105, 105, 0.15) !important;

}

.c-bxmaker-authuserphone_login-default-box .cbaup_row input[type="checkbox"] {
display: none;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row.mini input[type="checkbox"] {
	display: inline-block;
}

.top_top_line .top_top_auth .checkbox_label a {
	color: #757575;
	line-height: 11px;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .checkbox_label a {
	vertical-align: middle;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link {
	display: none;
}

.c-bxmaker-authuserphone_login-default-box .type2_2,
.bxmaker-authuserphone-login .enter_by_phone,
.login_password,
.bxmaker-authuserphone-login-row.btn_box
{ display: none; }

.c-bxmaker-authuserphone_login-default-box .type2 a,
.c-bxmaker-authuserphone_login-default-box .type2_2 a,
.bxmaker-authuserphone-login .enter_by_pass a,
.bxmaker-authuserphone-login .enter_by_phone a
{
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 21px !important;
	text-decoration: underline !important;
	color: #000 !important;
	padding: 0 !important;
}

.c-bxmaker-authuserphone_login-default-box .type2, .c-bxmaker-authuserphone_login-default-box .type2_2,
.bxmaker-authuserphone-login .enter_by_pass, .bxmaker-authuserphone-login .enter_by_phone
{
	text-align: center;
}

.c-bxmaker-authuserphone_login-default-box .webform_field label {
	color: #666;
	font-weight: normal;
	position: relative;
	top: -3px;
	cursor: pointer;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row label a,
.c-bxmaker-authuserphone_login-default-box .cbaup_row .checkbox_label a,
.bxmaker-authuserphone-login-row--registration .webform_field label a,
.bxmaker-authuserphone-login-row--registration .webform_field .checkbox_label a {
	color: #158E52;
	font-size: 13px;
	display: inline;
}

.top_top_line .top_top_auth .top_auth_form a { padding-left: 2px !important; }

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn {
	text-transform: uppercase;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link.show { display: inline-block !important; margin-top: 20px;}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link2 {
	display: block;
	cursor: pointer;
	background: #158E52;
	border-radius: 10px;
	width: 100%;
	padding: 21px 20px;
	border: none;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn_link2:hover {
	background: #373737;
}

.bxmaker-authuserphone-login-link{
	display: block;
	cursor: pointer;
	background: #158E52;
	border-radius: 10px;
	width: 100%;
	padding: 21px 20px;
	border: none;
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
}

.bxmaker-authuserphone-login-link:hover{
	background: #373737;
}

.bxmaker-authuserphone-login-link.timeout {
	background: #fff;
	border-bottom-color: transparent;
	color: #666666;
	font-size: 0.85em;
	background-image: url("data:image/gif;base64,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");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-transform: inherit;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row.pswd_row {
	display: none;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row.bxmaker-authuserphone-login__restore-email {
	display: none;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .cbaup_btn {
	display: none;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row .btn_show_password { top: 22px; }

.c-bxmaker-authuserphone_login-default-box .msg.error, .top_top_line .top_top_auth .top_auth_form .error,
.bxmaker-authuserphone-login-msg.bxmaker-authuserphone-login-msg--error {

	border: 2px solid #dd2002;
	font-weight: 400;
	font-size: 17px;
	color: rgba(255, 0, 0, 0.59);
	line-height: 20px;
	padding: 21px 22px;
	border-radius: 10px;

}

.c-bxmaker-authuserphone_login-default-box .cbaup_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 17px;
	margin-top: 34px;
}

.c-bxmaker-authuserphone_login-default-box {
	border: 1px solid rgba(21, 142, 82, 0.38);
	padding: 21px 22px;
}

.c-bxmaker-authuserphone_login-default-box .cbaup_row {
	padding-bottom: 20px;
}

.top_top_line .top_top_auth .top_auth_form  .text {
	height: 30px;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	padding: 0px 20px;

	box-sizing: border-box;

	border: none;
}

.top_top_line .top_top_auth .top_auth_form  .chb {
	display: none;
}

.top_top_line .top_top_auth .top_auth_form  .chb + label {
	display: block;
	line-height: 20px;
	padding: 5px 0px 5px 25px;
	background: url(img/checkbox_bg.png) -20px 0px no-repeat;
	cursor: pointer;
	color: #0d8f4e;
	transition: color 0.3s;
}

.top_top_line .top_top_auth .top_auth_form  .chb + label:hover {
	color: #000;
}

.top_top_line .top_top_auth .top_auth_form  .chb:checked + label {
	background: url(img/checkbox_bg.png) 0px -30px no-repeat;
	color: #000;
}

.top_top_line .top_top_auth .top_auth_form .submit {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;

	font-size: 14px;
	text-transform: uppercase;

	margin: 0 auto;
	background: none;
	border: none;

	cursor: pointer;

	color: #fff;
	background-color: #0d8f4e;
	transition: color 0.3s, background-color 0.3s;
	margin-top: 20px;
}

.top_top_line .top_top_auth .top_auth_form .submit:hover {
	background-color: #000;
}

.top_top_line .top_top_auth .top_auth_form .links {
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
}

.top_top_line .top_top_auth .top_auth_form .links a {
	color: #0d8f4e;
	padding: 0px;
}

.top_top_line .top_top_auth .personal {
	background: url(img/non_svg/personal_white_ico.png) left center no-repeat;
	padding-left: 25px;
}

.top_top_line .top_top_auth .personal.active {
	color: #000;
	background: url(img/non_svg/personal_black_ico.png) left center no-repeat;
}

.top_top_line .top_top_auth .quit {
	background: url(img/non_svg/personal_exit_ico.png) left center no-repeat;
	padding-left: 25px;
	margin-left: 20px;
}

.top_top_line .top_top_auth a {
	padding-left: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.top_top_line .top_top_auth .bxmaker-authuserphone-enter a {
	color: #000;
}

.top_top_line .top_top_auth a:hover {
	opacity: 0.7;
}

.top_middle_line {
	padding: 20px 0px;
	text-align: left;
}
/*
.top_middle_line_container {
	display: grid;
	grid-template-columns: 200px 1fr 250px 200px;
	grid-template-rows: auto;
	grid-column-gap: 30px;

	align-items: center;
}
*/

.top_middle_line_container {
	display: table;
	width: 100%;
}

.top_middle_line_container .cell {
	display: table-cell;
	vertical-align: middle;
}

.top_middle_line_container .cell._logo {
	width: 185px;
}

.top_middle_line_container .cell._search {
	padding:  0px 30px;
}

.top_middle_line_container .cell._phone {
	width: 250px;
}

.top_middle_line_container .cell._cart {
	width: 200px;
}

.top_middle_line .top_logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
}

.top_middle_line .top_logo img {
	width: 100%;
}


.top_middle_line .top_search_inline {
	position: relative;
	vertical-align: middle;
}

.top_middle_line .stay-at-home {
	position: absolute;
	right: 0;
	top: -20px;
	color: #0d8f4e;
	font-family: Bold;
}

.top_middle_line .top_phone {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;

	width: 250px;
}

.top_middle_line .top_phone .phone {
	font-size: 24px;
	font-family: BoldEx;
	color: #000;
}

.top_middle_line .top_phone .adress {
	color: #9d9d9d;
	font-size: 13px;
}

.top_middle_line .bx-basket {
	float: left;
	padding-left: 30px;
	font-size: 16px;
	background: url(img/non_svg/top_cart_ico.png) left center no-repeat;
}

.top_middle_line .bx-basket-block {
	display: block;
	color: #999999;
}

.top_middle_line .bx-basket-block .fa-shopping-cart-order {
	color: #0d8f4e;
}

.top_middle_line .bx-basket-block  .fa-shopping-cart-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	display: block;
}

.top_middle_line .bx-basket-block:hover  .fa-shopping-cart-title {
	color: #0d8f4e;
}

.top_menu {
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	position: relative;
	z-index: 500;
}

.top_menu .slideable_menu_container.overflow:before  {

}

.top_menu .slideable_menu_container.overflow:after  {
	content: ' ';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,0), #fff);
}

.top_menu .page_container {
	position: relative;
}

.top_menu ul#top_menu>li {
	border-left: 1px solid #f2f2f2;
}

.top_menu ul#top_menu>li:first-child {
	border: none;
}

.top_menu a {
	display: inline-block;
	color: #000;
}

.top_menu a:hover,
.top_menu a.active {
	color: #f14922;
}

.top_menu .page_container {
	position: static;
}

.top_menu .prev {
	position: absolute;
	width: 8px;
	height: 12px;
	left: -24px;
	top: 50%;
	margin-top: -6px;
	border: solid 6px #fff;
	border-right-color: #0d904e;
}

.top_menu .next {
	position: absolute;
	width: 8px;
	height: 12px;
	right: -24px;
	top: 50%;
	margin-top: -6px;
	border: solid 6px #fff;
	border-left-color: #0d904e;
}

.top_menu ul {
	list-style: none;
	text-align: left;
	white-space: nowrap;
	font-size: 0px;
	letter-spacing: 0px;
	display: inline-block;
	vertical-align: top;
	display: table;
	width: 100%;
	position: relative;
}

.top_menu ul#top_menu>li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	transition: background-color 0.3s;
	border-left: 1px solid #ddd;
}

.top_menu ul#top_menu>li:first-child {
	padding-left: 0px;
}

.top_menu ul>li .sub_menu {
	position: absolute;
	display: none;

	width: 100%;
	height: auto;

	background-color: #efefef;

	padding: 15px;

	top: 48px;
	left: 0px;
	box-sizing: border-box;

	z-index: 100;

	box-sizing: border-box;
	box-shadow: 0px 5px 4px rgba(0,0,0,0.1);
}

.top_menu ul>li.hovered .sub_menu{
	display: block;
}

.top_menu ul>li .sub_menu ul {
	letter-spacing: 0px;
	font-size: 0px;
	text-align: left;

	display: block;
	padding: 0px;
}

.top_menu ul>li .sub_menu ul>li{
	float:left;
	width: 23.5%;
	vertical-align: top;
	margin-right: 0px;
	padding-right: 20px;
	box-sizing: border-box;

	font-size: 14px;

	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 20px;
	white-space: normal;
	padding-left: 0px;
}

.top_menu ul>li .sub_menu.has_product ul {
	padding-right: 240px;
}

.top_menu ul>li .sub_menu.has_product ul>li{
	width: 23.5%;

}

.top_menu ul>li .sub_menu ul>li a.parent {
	font-size: 15px;
	line-height: 1.2;
}

.top_menu ul>li .sub_menu ul>li a.parent:hover,
.top_menu ul>li .sub_menu ul>li.active a.parent {
	color: #0d8f4e;
}

.top_menu ul>li .sub_menu ul>li a.parent:after {
	content: ' ';
	width: 80px;
	height: 1px;
	display: block;
	margin: 10px 0px;
	background-color: #ddd;
}

.top_menu ul>li .sub_menu a {
	color: #000;
	margin-bottom: 10px;
	display: block;
	border-radius: 18px;
}


.top_menu ul>li .sub_menu ul>li>ul{
	letter-spacing: 1px;
	white-space: normal;
	padding-right: 0px !important;
}

.top_menu ul>li .sub_menu ul>li>ul>li{
	display: block;
	width: auto !important;
	font-family: Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	margin-bottom: 8px;
	line-height: 1.2;
	letter-spacing: 0.9px;
	float: none;
}


.top_menu ul>li .sub_menu ul>li>ul>li a {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	display: inline-block;
	color: #000;
}

.top_menu ul>li .sub_menu ul>li>ul>li a:hover,
.top_menu ul>li .sub_menu ul>li>ul>li.active a {
	color: #0d8f4e;
}

.top_menu ul>li .sub_menu.has_product .page_container>ul{
	padding-right: 250px;

	box-sizing: border-box;
}

.top_menu ul>li .sub_menu .sub_menu_product {
	width: 220px;
	float: right;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.top_menu ul>li ul>li {
	float: none;
	display: block;
	line-height: 1.4;
	font-size: 90%;
	margin-bottom: 8px;
}

.top_menu li.active a,
.top_menu .root-item-selected {
	color: #000;
}

.top_search input[type=text],
.top_search .search-suggest {
	width: 100%;
	padding: 0px 20px 0px 60px;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	border: none;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	background: url(img/non_svg/search_loop.png) 20px center no-repeat;
	border: 2px solid #0d8f4e;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 15px;
}

.top_search input[type=submit] {
	width: 100%;
	height: 40px;
	border: none;
	background: #0d8f4e;
	display: block;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-family: Semi;
	transition: background-color 0.3s;
	border-radius: 15px;
	margin-left: 7px;
}

.top_search input[type=submit]:hover {
	background-color: #08763f; /* dark green */
}

.top_search tr {
	position: relative;
}

.top_search .close_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	width: 35px;
	text-align: center;
}

.top_search .close_btn svg{
	width: 19px;
	height: 30px;
}

/*********************/


.adapt-pane-link {
	display: none;
	color: #fff;
	vertical-align: middle;
	padding-left: 20px;

	border-left: 1px solid rgba(255, 255, 255, 0.5);

	position: relative;
}

.adapt-pane-link:first-child {
	border-left: none;
}

.adapt-pane-link a {

}

.adapt-pane-link .noa {
	opacity: 0.5;
}

.adapt-pane-link .icon {
	margin-right: 10px;
	font-size: 120%;
	display: inline-block;
	vertical-align: middle;
}


.adapt-pane-link .text {
	display: inline-block;
	vertical-align: middle;
}

.adapt-pane-link .qnt {
	background-color: #0d904e;
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 0px;
	bottom: 8px;
	bottom: 8px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 8px;
}

.adapt-pane-link a {
	color: #fff;
}

.adapt-pane-link a:hover {
	color: #f14922;
}

/*********************/

.content_zone {
	font-size: 14px;
	color: #000;
	line-height: 1.6;
}

.content_zone h1,
.content_zone h2,
.content_zone h3,
.content_zone h4,
.content_zone h5 {
	font-family: Bold;
	font-size: 24px;

	margin-bottom: 30px;
}

.content_zone p {
	padding: 0px 0px 20px;
}

.content_zone ul,
.content_zone ol {
	margin-left: 20px;
}

/*********************/

.bx-breadcrumb {
	font-size: 13px;
	color: #999999;
	text-align: left;
	padding: 15px 0px 10px;
	font-family: Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: none;
}

.bx-breadcrumb * {
	display: inline;
}

.bx-breadcrumb a {
	color: #999999
}

.bx-breadcrumb a:hover {
	color: #0d904e
}

.bx-breadcrumb i {
	padding: 0px 10px;
}

.bx-breadcrumb:last-of-type {
	color: var(--color-red);
}

/*********************/

.seo_links {

}

.seo_links a {
	display: block;
	padding: 10px 20px;
	margin-bottom: 10px;
	background-color: #373737;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: background-color 0.3s;
	border-radius: 18px;
	text-align: center;
}

.seo_links a:hover {
	background-color: #0d8f4e;
}

/*********************/

.nav_side_toggler {
	position: absolute;
	background-color: #fff;
	padding: 10px 10px 10px 31px;
	/*border-radius: 0px 50px 50px 0px;
	box-shadow: 5px 0px 5px rgba(0,0,0,0.3);*/
	right: -105px;
	top: 15px;
	z-index: 3;
	line-height: 1;
	font-size: 28px;
	color: #0d8f4e;
	cursor: pointer;
	display: none;
}

.nav_side_toggler:hover {
	color: #000;
}

.nav_side {
	width: 260px;
	float: left;
	position: relative;
}

.content_side {
	padding-left: 280px;
}

.bx-filter + .left_multy_level {
	display: none;
}

.left_multy_level>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.left_multy_level>ul>li {
	display: block;
	margin-bottom: 10px;
}

.left_multy_level>ul>li>a {
	display: block;
	padding: 0px 10px 10px;
	border-bottom: 2px solid #0d8f4e;

	color: #242424;

	text-transform: uppercase;
	font-size: 14px;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.left_multy_level>ul>li>a:hover,
.left_multy_level>ul>li>a.active {
	color: #0d8f4e;
}

.left_multy_level>ul>li>ul {
	list-style: none;
	font-size: 14px;
	line-height: 1.2;
	padding: 20px;
}

.left_multy_level>ul>li>ul>li {
	margin-bottom: 10px;
}

/*********************/

.left_banenr_block {

}

.left_banenr_block .banner_item {
	margin-bottom: 20px;
	overflow: hidden;

	width: 100%;

	display: block;
}

.left_banenr_block .banner_item table,
.left_banenr_block .banner_item iframe,
.left_banenr_block .banner_item img {
	width: 100%;
}

.left_banenr_block a.banner_item {
	transition: opacity 0.5s;
}

.left_banenr_block a.banner_item:hover {
	opacity: 0.7;
}

.left_banenr_block .banner_item_html a {
	transition: opacity 0.5s;
}

.left_banenr_block .banner_item_html a:hover {
	opacity: 0.7;
}


/*********************/

.index_slider {
	width: 100%;
	height: 440px;
	position: relative;
	background-color: #000;
}

.index_slider_container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index_slider ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	list-style: none;
	display: block;
}

.index_slider ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #000;
	overflow: hidden;
}

.index_slider ul li:first-child {
	z-index: 2;
}

.index_slider ul li .link_cover {
	position: absolute;

	width: 100%;
	height: 100%;

	left: 0px;
	top: 0px;

	display: block;
}

.index_slider .slide {
	position: relative;
}

.index_slider .slide .page_container {
	position: relative;
	height: 100%;
}

.index_slider .slide .slide_info {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 60%;
	height: auto;
	min-height: 100%;

	box-sizing: border-box;

	padding: 70px 20px;
}

.index_slider .slide.left .slide_info {
	left: 0px;
	text-align: left;
}

.index_slider .slide.right .slide_info {
	left: initial;
	right: 0px;
	text-align: right;
}

.index_slider .slide .slide_info .slide_header {
	font-size: 50px;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.1;
}

.index_slider .slide .slide_info .slide_text {
	font-size: 26px;
	font-family: Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.2;
	margin-top: 30px;
}

.index_slider .slide .slide_info .slide_link {
	margin-top: 40px;
}

.index_slider .slide .slide_info .slide_link a {
	display: inline-block;

	min-width: 200px;
	height: 50px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);

	font-family: Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 50px;
	font-size: 20px;

	box-sizing: border-box;

	padding: 0px 20px;

	text-align: center;
}

/* white theme */

.index_slider .slide.white .slide_info {
	color: #FFF;
}

.index_slider .slide.white .slide_info .slide_link a {
	color: #000;
	background-color: #FFF;
	transition: opacity 0.5s;
}

.index_slider .slide.white .slide_info .slide_link a:hover {
	opacity: 0.7;
}

/* green theme */

.index_slider .slide.green .slide_info {
	color: #0d904e;
}

.index_slider .slide.green .slide_info .slide_link a {
	color: #fff;
	background-color: #0d904e;
	transition: opacity 0.5s;
}

.index_slider .slide.green .slide_info .slide_link a:hover {
	opacity: 0.7;
}

/* black theme */

.index_slider .slide.black .slide_info {
	color: #000;
}

.index_slider .slide.black .slide_info .slide_link a {
	color: #000;
	background-color: #FFF;
	transition: opacity 0.5s;
}

.index_slider .slide.black .slide_info .slide_link a:hover {
	opacity: 0.7;
}

/* white_bg theme */

.index_slider .slide.white_bg .slide_info {
	color: #0d904e;
	background-color: #fff;
	width: 420px;
}

.index_slider .slide.white_bg .slide_info .slide_link a {
	color: #fff;
	background-color: #0d904e;
	transition: opacity 0.5s;
}

.index_slider .slide.white_bg .slide_info .slide_link a:hover {
	opacity: 0.7;
}

/* green_bg theme */

.index_slider .slide.green_bg .slide_info {
	color: #fff;
	background-color: #0d904e;
	width: 420px;
}

.index_slider .slide.green_bg .slide_info .slide_link a {
	color: #0d904e;
	background-color: #FFF;
	transition: opacity 0.5s;
}

.index_slider .slide.green_bg .slide_info .slide_link a:hover {
	opacity: 0.7;
}

/* black_bg theme */

.index_slider .slide.black_bg .slide_info {
	color: #fff;
	background-color: #000;
	width: 420px;
}

.index_slider .slide.green_bg .slide_info .slide_link a {
	color: #000;
	background-color: #FFF;
	transition: opacity 0.5s;
}

.index_slider .slide.green_bg .slide_info .slide_link a:hover {
	opacity: 0.7;
}
/***************/


.index_slider_navigation {
	text-align: center;
	line-height: 40px;
	height: 40px;

	position: absolute;
	width: 100%;

	bottom: -60px;
}

.index_slider_prev {
	display: inline-block;
	vertical-align: middle;

	width: 14px;
	height: 14px;

	background: url(img/non_svg/arrow_small_prev.png) center center no-repeat;

	transition: opacity 0.3s;

	z-index: 3;
}

.index_slider_prev:hover {
	cursor: pointer;
	opacity: 0.7;
}


.index_slider_next {
	display: inline-block;
	vertical-align: middle;

	width: 14px;
	height: 14px;

	background: url(img/non_svg/arrow_small_next.png) center center no-repeat;

	transition: opacity 0.3s;

	z-index: 3;
}

.index_slider_next:hover {
	cursor: pointer;
	opacity: 0.7;
}


.index_slider_pags {
	display: inline-block;
	vertical-align: middle;
	text-align: center;

	z-index: 3;
	margin: 0px 30px;
}

.index_slider_pags .pag {
	display: inline-block;
	width: 14px;
	height: 14px;

	border: 2px solid #0d8f4e;

	vertical-align: middle;

	border-radius: 10px;
	margin: 0px 5px;

	cursor: pointer;
	transition: background-color 0.5s;
}

.index_slider_pags .pag:hover {
	border-color: #f14922;
}

.index_slider_pags .pag.active {
	background-color: #f14922;
	border-color: #f14922;
	cursor: default;
}

/*********************/

.index_top_sections {
	text-align: center;
	padding-top: 80px;
}

.index_top_sections_item {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	text-align: center;
	width: 18%;
	height: 200px;
	box-sizing: border-box;
}

.index_top_sections_item .c {
}

.index_top_sections_item .i {
	height: 120px;
	width: 120px;
	line-height: 120px;
	background-color: #fff;
	background-size: cover;
	border-radius: 60px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 3px 3px 8px rgba(0,0,0, 0.2);
}

.new_section_style .index_top_sections_item .i.mobile_bg{
	display: none;
}

.new_section_style .index_top_sections_item .n.mobile_bg{
	display: none;
}

.index_top_sections_item .n {
	color: #000;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
	text-transform: uppercase;
}

.mobile_version {
	display: none;
}

/*********************/

.popular_category_list {

}

.popular_category_list_container {
	overflow: hidden;
}

.popular_category_list_container ul {
	display: inline-block;
	white-space: nowrap;

	position: relative;

	letter-spacing: 0px;
	font-size: 0px;

	list-style: none;
	padding: 0px;
	margin: 0px;

	padding-bottom: 50px;
}

.popular_category_list_item {
	display: inline-block;
	vertical-align: top;

	width: 260px;
	margin-right: 25px;

	white-space: normal;
	font-size: 14px;
}

.popular_category_list_item:last-child {
	margin-right: 0px;
}

.popular_category_list_item_preview {
	height: auto;
	width: 100%;

	margin-bottom: 10px;
	background-color: #cdcdcd;
}

.popular_category_list_item_preview img {
	width: 100%;
	display: block;
	border: none;
}

.popular_category_list_item_icon {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #158f52;
}

.popular_category_list_item_icon img {
	height: 70px;
	width: auto;
	border: none;
}

.popular_category_list_item_name {
	font-size: 18px;
	line-height: 1.1;
}

.popular_category_list_item_name a {
	color: #000;
}

.popular_category_list_item_name a:hover {
	color: #f14922;
}

.popular_category_list_item_subs {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.4;
}

.popular_category_list_item_more {
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;

	position: absolute;
	bottom: 0px;
}

.popular_category_list_item_more a {
	color: #000;
}

.popular_category_list_item_more a:hover {
	color: #f14922;
}

.popular_category_list_item_more a:after {
	content: "►";
	color: #f14922;
	font-size: 10px;
	margin-left: 10px;
}
/*********************/

.advantages_list {
	text-align: center;
	font-size: 0px;
	letter-spacing: 0px;
	margin-top: 30px;
	padding-top: 18px;
}

.advantages_list_item {
	display: inline-block;
	width: 20%;

	font-size: 14px;
	padding: 0px 20px;

	vertical-align: top;
	box-sizing: border-box;

	text-align: center;
	color: #fff;
}

.advantages_list_item_preview {
	height: 120px;
	width: 120px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 60px;
	margin: 0 auto;

	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	margin-bottom: 0px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}


.advantages_list_item_name {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 5px;
}

.advantages_list_item_text {
	line-height: 1.4;
}

/*********************/

.news_slider {
	margin-top: 40px;
}

.news_slider_container {
	overflow: hidden;
}

.news_slider_container ul {
	display: inline-block;

	list-style: none;
	margin: 0px;
	padding: 0px;

	font-size: 0px;
	letter-spacing: 0px;

	text-align: left;

	white-space: nowrap;
}

.news_slider_container li {
	display: inline-block;
	vertical-align: top;

	width: 260px;
	padding: 0px 0px;
	margin-right: 25px;

	box-sizing: border-box;
}

.news_slider_container li:last-child {
	margin-right: 0px;
}

.news_slider {}

/*********************/

.news_face {
	display: block;
	font-size: 14px;

	white-space: normal;
}

.news_face_preview {
	background-color: #cdcdcd;
	position: relative;
	border: 4px solid #1b8e55;

	overflow: hidden;
}

.news_face_preview img {
	width: 100%;
	height: auto;
	display: block;

	transition: all 0.3s;
}

.news_face_date {
	font-size: 14px;
	padding-bottom: 10px;

	position: relative;
	color: #fff;

	background-color: #1b8e55;
	line-height: 30px;
	padding: 0px 20px;

	overflow: hidden;

	box-sizing: border-box;

	position: absolute;
	bottom: -4px;
	left: -4px;

	width: 90%;
}

.news_face_date .show_counter {
	float: right;

	background: url(img/non_svg/eye_ico_white.png) right center no-repeat;
	background-size: auto 20px;
	padding-right: 24px;

	white-space: nowrap;
	font-size: 12px;
	color: #fff;
}

.news_face_label {
	margin-top: 15px;
	font-size: 16px;
	color: #000;
	transition: color 0.3s;
}

a.news_face:hover .news_face_label {
	color: #158f52;
}

a.news_face:hover .news_face_preview img {
	transform: scale(1.04);
}
/*********************/

.news_list {
	margin-top: 30px;
	overflow: hidden;
}

.news_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	letter-spacing: 0px;
	text-align: left;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	align-items: flex-start;
}

.news_list ul li {
	display: block;

	padding: 0px 0px;
	box-sizing: border-box;
}

.news_list ul li:nth-child(4n) {
	margin-right: 0px;
}

/*********************/

.pagginator {
	text-align: left;
	line-height: 30px;

	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;

	font-size: 16px;

	line-height: 28px;
}

.pagginator a {
	color: #158f52;
}

.pagginator a:hover {
	color: #000;
}



.pagginator .page {
	display: inline-block;

	box-sizing: border-box;
	margin-right: 10px;
}


.pagginator .more {
	float: right;

	text-align: center;

	box-sizing: border-box;
}

.pagginator .more.loading {
	color: rgba(0,0,0,0);
	background: url(img/loader_24_24.gif) center center no-repeat;
	background-size: 20px 20px;
}

/*********************/


.news_item_header_pic {
	background-size: cover;
	background-color: #efefef;
	background-repeat: no-repeat;

	background-position: center;
	height: 300px;
	width: 100%;
}

.news_item_header {
	margin-bottom: 30px;
	overflow: hidden;
}

.news_item_header .t {
	font-size: 26px;
	text-transform: uppercase;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news_item_header .b {
	float: right;
	padding-top: 10px;
}

.news_item_detail {
	background-color: #f1f1f1;
	padding: 30px 50px;
}

.news_item_detail_title,
.news_item_detail_title h1 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news_item_detail_date {
	background-color: #1c8e56;
	position: relative;
	padding-left: 50px;
	left: -50px;
	line-height: 30px;

	color: #fff;
	font-size: 13px;

	display: inline-block;
	padding-right: 20px;
}

.news_item_detail_counter {
	display: inline-block;
	margin-left: 50px;
	padding-left: 24px;
	background: url(img/non_svg/eye_ico_white.png) left center no-repeat;
	background-size: 20px auto;
}

.news_item_detail_content {
	margin-top: 30px;
}

.news_item_detail_content img {
	max-width: 100%;
	height: auto;
}
/*********************/



.news_header_image {
	margin-bottom: 30px;
	width: 100%;
	height: auto;

	text-align: center;
	background-color: #cdcdcd;
}

.news_header_image img {
	max-width: 100%;
	height: auto;
}

.news_header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D0D2D3;
}

.news_header .title {
	font-size: Bold;
	font-size: 20px;
	line-height: 1.4;
}

.news_header .sub {
	overflow: hidden;
	font-size: 14px;
}
.news_header .sub .d {
	float: left;
	margin-right: 30px;
}

.news_header .sub .l {
	float: left;
}

.news_header .sub .c {
	float: right;
	padding-right: 24px;
	background: url(img/eye_ico.png) right center no-repeat;
	background-size: auto 20px;
	color: #0087c3;

}


.news_content {

}

.news_content_item {
	margin-bottom: 30px;
}

/*********************/

.catalog_top {

}

.catalog_top_container {
	overflow: hidden;
	text-align: left;
}

.catalog_top ul {
	list-style: none;
	font-size: 0px;
	letter-spacing: 0px;

	display: inline-block;
	white-space: nowrap;
}

.catalog_top ul li {
	list-style: none;
	font-size: 14px;

	display: inline-block;
	vertical-align: top;

	width: 264px;

	box-sizing: border-box;
	padding: 0px;
	margin-right: 20px;

	white-space: normal;

	position: relative;
}

.content_side .catalog_top ul li {
	width: 260px;
}

/*********************/

.catalog_sections {
	margin-bottom: 30px;

	font-size: 0px;
	letter-spacing: 0px;

	text-align: left;
}

.catalog_sections_item {
	display: inline-block;
	width: 20%;
	box-sizing: border-box;


	height: 200px;

	position: relative;
	vertical-align: top;
}

.catalog_sections_item .pic {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	z-index: 1;
}

.catalog_sections_item .icon {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f1f1f1;

	width: 120px;
	height: 120px;

	border-radius: 60px;
	overflow: hidden;

	z-index: 1;
	margin: 0 auto;
	margin-bottom: 20px;

	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.catalog_sections_item .info {
	text-align: center;
	color: #000;
	line-height: 1.4;

	font-size: 16px;
	font-family: Regular;
}

/*********************/

.catalog_list {
	text-align: left;
}

.catalog_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	font-size: 0px;
}

/*********************/

.catalog_section_header {
	border-bottom: 2px solid #cdcdcd;
	overflow: hidden;

	padding-bottom: 14px;
	margin-bottom: 20px;
	line-height: 30px;
}

.catalog_section_header .h {
	font-size: 30px;
	text-transform: uppercase;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 1.2;
	display: inline-block;
}

.catalog_section_header .t {
	display: inline-block;
	margin-left: 10px;
}

.t__vert-align {
	margin-top: 4px;
	vertical-align: top;
}

.catalog_section_header .nav {
	float: right;
}

.catalog_section_description {
	border-bottom: 2px solid #cdcdcd;
	overflow: hidden;

	padding-bottom: 20px;
	margin-bottom: 20px;
}

.catalog_section_sort  {
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.catalog_section_sort_title_and_s{
	display: flex;
	text-transform: uppercase;
	font-size: 18px;
}

.catalog_section_sort_title {
	/* float: left; */
}

.catalog_section_sort .s {
	/* float: left; */
}

.catalog_section_sort .s a {
	margin-left: 15px;
}

.catalog_section_sort .s a.active {
	color: #000;
}

.catalog_section_sort .t {
	float: right;
	font-size: 0px;
	letter-spacing: 0px;
}

.catalog_section_sort .t span,
.catalog_section_sort .t a {
	font-size: 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.catalog_section_sort .t svg {
	margin: 10%;
}

.catalog_section_sort .t a svg{
	width: 80%;
	height: 80%;

	display: block;

	fill: #0d904e;
}

.catalog_section_sort .t span.active svg,
.catalog_section_sort .t a:hover svg {
	fill: #f14922;
	width: 80%;
	height: 80%;
}

/*********************/

.product_detail_header h1,
.product_detail_header {
	font-size: 24px;
	line-height: 1.4;
	font-family: BoldEx;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

.product_detail_header {
	padding-right: 150px;
	position: relative;
}

.product_detail_header .print_icon {
	position: absolute;
	right: 0px;
	top: 0px;
}

.product_detail {
	overflow: hidden;
}

.product_detail_gallery {
	width: 39%;
	float: left;


	box-sizing: border-box;

	position: relative;
}

.product_detail_gallery .tabs {
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0px;
	line-height: 20px;
	font-size: 16px;
	font-family: Semi;
}

.product_detail_gallery .tabs .tab {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	transition: 0.3s color;
}

.product_detail_gallery .tabs.single {
	opacity: 0;
}

.product_detail_gallery .tabs .tab:hover {
	color: #f14723;
}

.product_detail_gallery .tabs .tab.active {
	color: #f14723;
	cursor: default;
}

.product_detail_gallery .tabl_block {}
.product_detail_gallery .tab_block_item {}

.product_detail_gallery_video {
	padding-top: 56.25%;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.product_detail_gallery_video_prev {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	left: 10px;
	top: 50%;

	margin-top: -20px;
	background-color: rgba(255,255,255, 0.5);
	z-index: 10;

	text-align: center;
	cursor: pointer;
	transition: 0.3s background-color;
}

.product_detail_gallery_video_prev:hover {
	background-color: rgba(255,255,255, 1);
}

.product_detail_gallery_video_prev svg {
	width: 18px;
	fill: #000;
	display: inline-block;
	vertical-align: middle;
}

.product_detail_gallery_video_next {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	right: 10px;
	top: 50%;

	margin-top: -20px;
	background-color: rgba(255,255,255, 0.5);
	z-index: 10;

	text-align: center;
	cursor: pointer;

	transition: 0.3s background-color;
}

.product_detail_gallery_video_next:hover {
	background-color: rgba(255,255,255, 1);
}

.product_detail_gallery_video_next svg {
	width: 18px;
	fill: #000;
	display: inline-block;
	vertical-align: middle;
}


.product_detail_gallery_video_container {
	position: absolute;

	left: 0px;
	top: 0px;

	width: 100%;
	height: 100%;
}

.product_detail_gallery_video_container ul {
	display: block;
	list-style: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.product_detail_gallery_video_container ul li {
	position: absolute;

	left: 0px;
	top: 0px;

	width: 100%;
	height: 100%;

	z-index: 1;
}

.product_detail_gallery_video_container ul li:first-child{
	z-index: 2;
}

.product_detail_gallery_video_container ul li iframe {
	width: 100%;
	height: 100%;
	position: absolute;

	left: 0px;
	top: 0px;
}

.product_detail_info {
	width: 59%;
	float: right;
	/* background: #F2F2F2; */
	/* border-radius: 20px; */
	/* padding: 12px 14px; */
	/* box-sizing: border-box; */
}

.product_detail_info_top {
	padding: 0px 0px 10px;
	line-height: 20px;
	font-size: 14px;
	color: #898989;
	border-bottom: 1px solid #cdcdcd;

	margin-bottom: 20px;
	line-height: 30px;
}

.product_detail_info_top .article {
	margin-right: 20px;
}

.product_detail_info_top .quantity {

}

.product_detail_info_top .quantity .many {
	color: #158e52;
}

.product_detail_info_top .quantity .few {
	color: #ebed19;
}

.product_detail_info_top .quantity .none {
	color: #ff0000;
}

.product_detail_info_top .quantity .delivery_time {
	position: relative;
	display: inline-block;
}

.product_detail_info_top .quantity .delivery_time_descr {
	position: absolute;
	background-color: #fff;

	right: 0px;
	top: 30px;

	padding: 10px;
	line-height: 1.2;

	box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	box-sizing: border-box;

	display: none;
	width: 150px;
	z-index: 99;
}

.product_detail_info_top .quantity .delivery_time:hover .delivery_time_descr {
	display: block;
}

.product_detail_info_descr {
	margin-bottom: 40px;
}

.product_detail_info_price {

}

.product_detail_info_price_current {
	padding-right: 30px;
	font-size: 24px;
	font-family: BoldEx;
}

.product_detail_info_price_old {
	font-size: 18px;
	font-family: BoldEx;
	position: relative;

	color: #f14723;
}
.product_detail_info_price_old:before {
	content: ' ';
	background-color: #000;
	position: absolute;
	width: 110%;
	left: -5%;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	transform: rotate(10deg);
}

.product_detail_info_quantity_buttons {
	overflow: hidden;
	margin: 20px 0px;
}

.product_detail_info_icon_block {
	margin: 30px 0px;
	overflow: hidden;

	border-radius: 100px;

	background-color: #f1f2f2;

	position: relative;

	display: flex;

	justify-content: flex-start;
	align-items: center;

	width: 100%;
}

.product_detail_info_icon_block .ico {
	width: 40px;
	height: 40px;

	line-height: 60px;

	border-radius: 30px;
	border-radius: 30px;

	text-align: center;
	vertical-align: middle;

	margin: 10px;
	margin-right: 0px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.product_detail_info_icon_block .ico img {
	max-width: 90%;
	max-height: 90%;
}

.product_detail_info_icon_block  .text {
	text-align: left;
	padding: 20px;
}

.product_detail_info_icon_block  .ico + .text {
	width: calc(100% - 60px);
}

.product_not_in_stock {
	margin: 15px 0px;
	font-size: 110%;
	color: #898989;
}

.product_detail_tabs  {
		margin-top: 40px;
}

.product_detail_tabs .tabs {
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #158e52;
	padding: 15px 0px;
	line-height: 20px;
	font-size: 15px;
	font-family: Bold;
}

.product_detail_tabs .tab {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	font-size: 140%;
}

.product_detail_tabs .tab i {
	font-size: 120%;
}

.product_detail_tabs .tab.active {
	color: #f14723;
	cursor: default;
}

.product_detail_tabs .single .tab.active {
	color: #000;
}

.prodcut_detail_tech_props {

}

.prodcut_detail_tech_props_line {
	overflow: hidden;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 1.5;
}

.prodcut_detail_tech_props_line:nth-child(odd) {
	background-color: #cdcdcd;
}

.prodcut_detail_tech_props_line .t {
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.prodcut_detail_tech_props_line .v {
	width: 70%;
	float: left;
	box-sizing: border-box;
}

.product_detail_files {
	text-align: left;
	font-size: 0px;
	letter-spacing: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.product_detail_files .file_item {
	margin-bottom: 20px;
	display: inline-block;

	vertical-align: top;

	box-sizing: border-box;
	padding: 0px 10px;
}

.product_detail_files .file_item .file_ext {
	float: left;
	background: #0087c3;
	width: 70px;
	height: 50px;
	line-height: 50px;

	font-size: 22px;
	text-align: center;
	vertical-align: center;

	color: #fff;
	font-weight: Light;

	background: url(img/icon_bg.png) center center no-repeat;
	background-size: cover;

	padding-top: 40px;
	box-sizing: content-box;
}

.product_detail_files .file_item .file_name {
	text-align: left;
	font-size: 14px;
	word-break: break-word;
	padding-left: 90px;
	line-height: 1.2;
	padding-top: 12px;
}

.product_detail_files .file_item .file_name .size {
	margin-top: 12px;
	font-size: 13px;
	color: #969696;
}

.product_props_warning {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #777;
	line-height: 1.2;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #158e52;

}

.product_detail_catalog_list {
	margin-top: 0px;
	padding-top: 30px;
	border-top: 2px solid #158e52;
}

.product_detail_catalog_list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.product_detail_catalog_list ul li {
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 13px;
}

.product_detail_catalog_list ul li.current_element {
	background-color: #fff6b8;
}

.product-more-decription-block {
	margin-bottom: 20px;
}

.product-more-decription-block:last-child {
	margin-bottom: 20px;
}

.product-more-decription-block-header {
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	font-family: Bold;
	border-bottom: 2px solid #158e52;
	padding: 10px 0px;
}

.product-more-decription-block-content {
	padding-top: 10px;
}

/*********************/

.articles_list {
	margin-top: 40px;
}

.articles_list_item {
	margin-bottom: 20px;
}

/*********************/

.article_face {
	display: block;
	position: relative;

	overflow: hidden;
}

.article_face_preview {
	float: left;

	width: 150px;
	height: 150px;

	background-color: #cdcdcd;

	position: relative;
}

.article_face_preview img {
	display: none;
	width: 100%;
	height: 100%;
}

.article_face_preview_pic {
	position: absolute;

	width: 100%;
	height: 100%;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	left: 0px;
	top: 0px;
}

.article_face_info  {
	padding: 10px;
	font-size: 14px;

	text-transform: none;
}

.article_face_preview + .article_face_info {
	padding-left: 170px;
}

.article_face_date {
	font-size: 14px;
	color: #898989;
	margin-bottom: 5px;
}

.article_face_date .show_counter {

	display: inline-block;

	background: url(img/non_svg/eye_ico_black.png) left center no-repeat;
	background-size: auto 20px;
	padding-left: 24px;

	white-space: nowrap;
	font-size: 13px;
	color: #000;

	opacity: 0.8;

	z-index: 2;
	margin-left: 30px;
}

.article_face_label {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Bold;
}

.article_face_anons {
	color: #000;
}

/*********************/

.contacts_list {}

.contacts_list_item {}

.contacts_list_item_map {
	width: 100%;
	height: 300px;

	background-color: #efefef;

	overflow: hidden;
}

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

.contacts_list_item_content {
	background-color: #f1f1f1;
	padding: 40px;
	margin-bottom: 20px;
}

.contacts_list_item_header {
	margin-bottom: 10px;
	font-size: 26px;
	font-family: Bold;
}

.contacts_list_item_text {}

.contacts_list_item_gallery {
	text-align: center;
	border-top: solid 2px #0d904e;
	margin-top: 20px;
	padding: 20px 50px 0px;
	position: relative;
}

.contacts_list_item_gallery ul {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
	white-space: nowrap;
}

.contacts_list_item_gallery ul li {
	display: inline-block;
	border: 5px solid transparent;
	transition: 0.3s border-color;
	width: 155px;
}

.contacts_list_item_gallery ul li:hover {
	border-color: #0d904e;
}

.contacts_list_item_gallery ul li img {
	max-width: 100%;
	height: auto;
}

.contacts_list_item_gallery_container {

	overflow: hidden;
}

.contacts_list_item_gallery_prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	display: none;
	cursor: pointer;
	transition: 0.3s color;
}

.contacts_list_item_gallery_prev:hover {
	color: #0d904e;
}

.contacts_list_item_gallery_next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	display: none;
	cursor: pointer;
	transition: 0.3s color;
}

.contacts_list_item_gallery_next:hover {
	color: #0d904e;
}


/*********************/

.popup-window {
	border: 10px solid #158e52;
}

.popup-window-titlebar {
	border-bottom: 5px solid #158e52;
	margin-bottom: 20px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
	color: #000;
	font-size: 18px;
}

.popup-window-with-titlebar .popup-window-content {
	font-size: 16px;
}

.popup-window-with-titlebar .popup-window-content .prod-detail-pop {
	overflow: hidden;
}

.popup-window-with-titlebar .popup-window-content .prod-pic {
	width: 100%;
	height: 250px;
	line-height: 250px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}

.popup-window-with-titlebar .popup-window-content .prod-pic img {
	max-width: 90%;
	max-height: 90%;
}


.popup-window-with-titlebar .popup-window-content .prod-name {
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
}

.bx-blue .btn.btn-default {
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	padding: 0px 20px;
	background-color: #158e52;
	text-transform: uppercase;
}

.bx-blue .btn.btn-default:hover {
	background-color: #000;
}

/*********************/

.webform {
	/*max-width: 600px;*/
	/*width: 90%;*/
	margin: 0 auto;
}
.page_block .page_container .webform {
	max-width: 396px;
}
.webform_title {
	font-size: 139%;
	border-bottom: solid 2px #0d904e;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.webform_error {
	padding-bottom: 20px;
	color: #f14922;
}

.webform_result {
	padding-bottom: 20px;
	color: #0d904e;
}

.webform_success {
	font-size: 110%;
	line-height: 1.4;
}

.webform_text {
	margin-bottom: 20px;
	line-height: 1.6;
}

.webform_field {
	margin-bottom: 20px;
}

.webform_field input[type=text],
.webform_field input[type=email],
.webform_field input[type=password],
.webform_field .text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	outline: none;
	border: none;
	font-size: 15px;
	font-family: Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
}

.webform_field .textarea {
	width: 100%;
	height: 100px;
	line-height: 20px;
	padding: 8px 20px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	outline: none;
	border: none;
	font-size: 15px;
	font-family: Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	resize: none;
}

.webform_field .checkbox {
	display: none;
}

.webform_field .checkbox_label {
	display: block;
	line-height: 20px;
	margin-top: 5px;
	padding: 5px 0px 5px 23px;
	background: url(img/checkbox_bg.png) -20px 0px no-repeat;
	cursor: pointer;
	font-size: 12px;
}

.webform_field .checkbox:checked + .checkbox_label {
	background: url(img/checkbox_bg.png) 0px -30px no-repeat;
}

.webform_field .error {
	box-shadow: 0px 0px 10px rgba(255,0,0, 0.5);
}

.webform_field_label {
	font-size: 16px;
	font-family: Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 5px;
}

.webform_field table {
	width: 100%;
	border: none;
}

.webform_captcha {
	background-color: #f9f9f9;
	margin-bottom: 10px;
}

.capthca .captcha_image {
	padding-right: 10px;
	width: 200px;
}

.capthca .captcha_image img {
	width: 100%;
	height: auto;
	height: 40px;
}

.webform_submit {
	margin-top: 20px;
	text-align: center;
}

.webform_submit .submit {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: linear-gradient(183.03deg, rgba(0, 0, 0, 0.2) 2.5%, rgba(253, 253, 253, 0) 97.48%), #158E52;
	font-size: 16px;
	transition: background-color 0.3s;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 8px;
}

.webform_submit .submit:disabled {
	cursor: default;
	opacity: 0.8;
	background-color: #cdcdcd;
}

.webform_submit .submit:active {
	background: linear-gradient(183.03deg, rgba(0, 0, 0, 0.2) 2.5%, rgba(253, 253, 253, 0) 97.48%), #0D5C35;
}

.webform_warning {
	text-align: center;
	padding-top: 5px;
}

.webform_links {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.webform_links a {

}

/*********************/

.catalog_empty_setion {
	border: 2px solid #0d904e;
	text-align: center;
	font-size: 18px;
	padding: 20px 20px;
	font-family: Light;
}

/*********************/

.footer {
	display: block;

	background-color: #373737;

	padding: 50px 0px;

	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #0087c3;
}

.footer-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 250px 250px;
	grid-column-gap: 50px;
}

.footer-block {
	position: relative;
	min-height: 100%;
}


.footer-block.contacts {
	grid-column: 5;
	grid-row: 1;
}

.footer-block.adapt-footer-menu {
	display: none;
}

.footer-block-header {
	display: block;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0d8f4e;
	box-sizing: border-box;
	font-family: Bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.footer-block-header a {
	color: #fff;
}

.footer-block-header a:hover {
	color: #0d8f4e;
}

.footer-contacts {

}

.footer-contacts-logo {
	display: block;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #0d8f4e;
	box-sizing: border-box;
}

.footer-contacts-logo img {
	height: 44px;
}

.footer-contacts-phone {
	font-size: 26px;
	text-transform: uppercase;
	font-family: BoldEx;

	letter-spacing: 2px;

	color: #fff;
	margin-top: 10px;
}

.footer-contacts-phone a {
	color: #fff;
}

.footer-contacts-phone a:hover {
	color: #0d8f4e;
}


.footer-contacts-email {
	margin-top: 15px;

	font-size: 20px;
	font-family: Light;
	color: #fff;
}

.footer-contacts-email a {
	color: #fff;
}

.footer-contacts-email a:hover,
.footer-contacts-address a:hover
{
	color: #0d8f4e;
}

.footer-contacts-address {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 20px;
	opacity: 0.9;
}

.footer-menu {
	margin-top: 10px;
	font-size: 15px;
}

.footer-menu a {

}

.footer-menu a:hover {
	color: #0d8f4e;
}

.footer-menu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu>ul>li {
	display: block;
}

.footer-block-messangers {
	margin-top: 10px;
	padding-bottom: 10px;

	overflow: hidden;
}

.footer-block-messangers-item {
	float: left;
	height: 40px;
	line-height: 40px;

	margin-right: 20px;

	transition: all 0.3s;
}

.footer-block-messangers-item.whatsapp:before {
	content: ' ';
	display: block;
	width: 24px;
	height: 24px;

	background: url(img/whats-logo.png) center center no-repeat;
	background-size: contain;

	display: inline-block;

	vertical-align: middle;

	margin-right: 5px;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);

	transition: all 0.3s;
}

.footer-block-messangers-item.whatsapp:hover:before {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.footer-block-messangers-item.whatsapp:hover {
	color: #26d367;
}

.footer-block-messangers-item.viber:before {
	content: ' ';
	display: block;
	width: 24px;
	height: 24px;

	background: url(img/viber-logo.png) center center no-repeat;
	background-size: contain;

	display: inline-block;

	vertical-align: middle;

	margin-right: 5px;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);

	transition: all 0.3s;
}

.footer-block-messangers-item.viber:hover {
	color: #86519b;
}

.footer-block-messangers-item.viber:hover:before {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.footer-block-call-btn {
	display: block;
	vertical-align: top;
	background: #0d904e url(/local/templates/s1/img/non_svg/top_phone_ico.png) 15px center no-repeat;
	color: #fff;
	transition: opacity 0.3s;
	padding-left: 50px;
	padding-right: 20px;
	margin-top: 10px;
	line-height: 40px;
	font-size: 18px;
	font-family: Bold;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0px;
	color: #fff;
	text-align: left;
	border-radius: 15px;
}
.footer-block-adapt-call-btn {
	display: block;
	vertical-align: top;
	background: #0d904e url(/local/templates/s1/img/non_svg/top_phone_ico.png) 15px center no-repeat;
	color: #fff;
	transition: opacity 0.3s;
	padding-left: 50px;
	padding-right: 15px;
	line-height: 40px;
	font-size: 16px;
	font-family: BoldEx;
	width: 220px;
	height: 40px;
	bottom: 0px;
	left: 0px;
	color: #fff;
	margin: 0 auto 10px;
	display: none;
	text-align: left;
	border-radius: 15px;
}
a.footer-block-adapt-call-btn:hover,
a.footer-block-call-btn:hover {
	opacity: 0.7;
	color: #fff;
}

.footer-bottom {
	background-color: #000;
	color: rgba(255, 255, 255, 0.9);
	padding: 15px 0px;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover {
	color: #0d8f4e;
}

.footer-bottom-container {
	display: flex;
	flex-direction: row;
}

.footer-bottom-text-main {
	font-size: 14px;
	line-height: 18px;
}

.footer-bottom-text-sub {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.2;

	opacity: 0.5;
}

.footer-payments {
	height: 35px;
	display: inline-block;
}

.footer-payments img {
	display: block;
	height: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.3s;
}

.footer-payments:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.part-left {
	text-align: left;
	flex: 1;
}

.part-right {
	text-align: left;
	width: 250px;
}

/*****************/

.popup_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	z-index: 11000;
}

.popup_cont {
	z-index: 10000;
	width: 100%;
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 80px 0px;
}

.popup_container {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 12000;
	position: relative;
	transform: scale(1.1);
	opacity: 0;
	transition: 0.5s all;
	border-radius: 10px;
}

.popup_container.opened {
	transform: scale(1);
	opacity: 1;
}

.popup_close {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	background-color: #0d904e ;
	cursor: pointer;
	transition: 0.3s background-color;
	border-radius: 20px;
}

.popup_close svg {
	stroke: #fff;
	transition: 0.3s stroke;
	width: 16px;
	height: 16px;
	left: 12px;
	top: 12px;
	position: absolute;
}

.popup_close:hover {
	background-color: #fff;
}

.popup_close:hover svg {
	stroke: #fff;
}

.popup_content {
	padding: 30px 25px 30px 25px;
}

.popup_form {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
}

/*****************/

.payment_result_block {
	margin: 20px 0px;
}

.payment_result_icon {
	text-align: center;
}

.payment_result_icon img {
	max-height: 80px;
	margin-bottom: 30px;
}

.payment_result_text {
	width: 80%;
	min-width: 300px;
	max-width: 500px;
	text-align: center;

	border-top: 2px solid #0d8f4e;
	border-bottom: 2px solid #0d8f4e;

	padding: 40px 0px;
	margin: 50px auto;

	font-size: 120%;
}

.payment_result_button {
	text-align: center;
}

/*****************/

.page_404 {
	text-align: center;
	padding: 60px 10% 100px;
}

.page_404_err {
	font-size: 150px;
	line-height: 1;
	margin-bottom: 30px;
	font-family: BoldEx;
}

.page_404_err .green {
	color: #0d904e;
}

.page_404_err_text {
	margin-bottom: 80px;
	font-size: 18px;
}

.page_404_err_link {
	text-align: center;
}

/*********************/

.main-user-consent-request-popup {
	z-index: 10000000;
}

.g-recaptcha>div {
	margin: 0 auto;
}

.print_container {
	width: 96%;
	margin: 25px auto;
	max-width: 1200px;
}

.print_header {
	padding: 0px 20px 30px;
	margin-bottom: 30px;
	border-bottom: 5px solid #0d904e;
}

.print_header table{
	width: 100%;
	text-align: center;
}

.print_header_logo_cell {}
.print_header_logo_cell img {
	width: auto;
	height: 65px;
}
.print_header_phone_cell {
	padding-left: 0px;
	font-size: 42px;
	font-weight: bold;
}

.print_icon {
	display: inline-block;
	height: 30px;
	float: right;
	display: block;
}

.print_icon:hover:before {
	content: 'Распечатать';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #000;
	text-transform: uppercase;
	font-family: Semi;
	transition: color 0.3s;
	color: #f14922;
	font-size: 12px;
}

.print_icon svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #000;
	vertical-align: middle;
}

a.print_icon:hover svg{
	fill: #f14922;
}

.site-version-link {
	display: none;
	margin: 5px 0px;
}

.site-version-link.mobile {
	display: block;
}

.show-iphone {
	display: none;
}

.c-bxmaker-authuserphone_login-default-box {
	margin:0 auto;
}

.section .c-bxmaker-authuserphone_login-default-box {
	margin-bottom:32px;
}

.pointer_events_none {
	pointer-events: none;
}

.popup_cont, .popup_container.opened, .popup_content, .webform, .conts {
	/*height: 100% !important;*/
}

.opacity50 {
	opacity: 0.5;
}

/* .block_flex_pb { */
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	/* max-width: 212px; */
	/* margin: 0 auto; */
/* } */

/* .product-item-amount-field-container { */
	/* display: flex; */
	/* align-items: center; */
/* } */

/* .product_detail_info .product-item-amount { */

	/* margin: 0; */
	/* border: 1px solid #000000; */
	/* border-radius: 5px; */
	/* padding: 9px 10px; */

/* } */

/* .product-item-amount-field-btn-minus, .product-item-amount-field-btn-plus { */

	/* background: none; */
	/* position: static; */
	/* height: auto; */

/* } */

/* .product-item-amount-field { */
	/* padding-left: 0; */
	/* font-size: 13px; */

/* } */

/* .product-item-amount { */
	/* height: 29px; */
/* } */

/* .block_content_right { */

	/* max-width: 262px; */
	/* margin: 0 auto; */

/* } */

/* .product_detail_info_price_current { */
	/* padding-right: 0; */
/* } */

/* .product-item-detail-buy-button { */

	/* width: 100%; */
	/* display: block; */
	/* max-width: 100%; */
	/* margin: 17px 0 12px 0; */

/* } */

/* .product-item-detail-onclick-button { */
	/* border: 1px solid #158E52; */
/* border-radius: 50px; */
/* width: 212px; */
	/* display: block; */
	/* max-width: 100%; */
/* background: none; */
/* box-sizing: border-box; */
	/* float: none; */
	/* margin: 0; */

/* } */

/* .product-item-detail-compare label { */
	/* width: 100%; */
	/* display: block; */
	/* max-width: 100%; */
	/* text-align: center; */
/* } */

/* .v_offers .v_offers_item_color { */
	/* width: 47px; */
	/* height: 47px; */
	/* background-size: contain; */
/* } */
/* .dolyami_banner { */

	/* margin: 18px 0 54px 0; */
	/* text-align: center; */

/* } */

/* .dolyami_banner svg { */
	/* width: 212px; */
/* } */

/* .flex_slider { */
	/* display: flex; */
	/* height: 500px; */
/* } */

/* .flex_slider .swiper6th { */
	/* height: 100%; */
	/* width: 30%; */
	/* position: relative; */
	/* padding: 40px 0; */
	/* box-sizing: border-box; */
/* } */

/* .flex_slider .swiper6th .dt_next_th { */

	/* position: absolute; */
	/* bottom: 0; */
	/* left: 50%; */
	/* margin-left: -13px; */
	/* top: auto; */
	/* right: auto; */
	/* transform: rotate(90deg); */
	/* background: #fff; */

/* } */

/* .flex_slider .swiper6th .dt_prev_th { */

	/* position: absolute; */
	/* top: 15px; */
	/* left: 50%; */
	/* margin-left: -13px; */
	/* right: auto; */
	/* transform: rotate(90deg); */
	/* z-index: 999; */
	/* background: #fff; */

/* } */

/* .title_z { */

	/* font-weight: 400; */
/* font-size: 20px; */
/* line-height: 20px; */

/* text-transform: uppercase; */

/* color: #000000; */
/* padding-bottom: 11px; */

/* border-bottom: 2px solid #158e52; */
/* margin-bottom: 15px; */

/* } */

.fsw .swiper6.detail_slider {
	height: calc(100vh - 150px);
}

.block_content_right .offers_block {
	margin-top: 40px;
}

.index_top_sections.desktop_version {
    display: none;
}