@import url('/bitrix/templates/elektro_flat/fonts_roboto.css');
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #363D44;
	background-color: #E5EDEE;
	text-align: left;
	line-height: 1.42857143;
}
body,
html {
	height: auto;
}
textarea,
input:focus {
	outline: none !important;
}
.center {
	position: relative;
}
.breadcrumb__icon_main {
	font-size: 19px;
}
.breadcrumb {
	margin-bottom: 20px;
	list-style: none;
	font-size: 13px;
}
@media (max-width: 560px) {
	.breadcrumb {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		width: 100%;
	}
	.breadcrumb .breadcrumb__arrow {
		margin-left: 8px;
	}
}
span.link,
a.link {
	color: #09B0D4;
	text-decoration: underline;
	cursor: pointer;
}
/***H1,H2,H3***/
h1,
h2,
h3 {
	font-weight: 700;
	color: #363D44;
	line-height: 1.1;
}

h1,
p.h1 {
	font-size: 30px;
	margin-bottom: 30px !important;
}

h2,
h3 {
	font-size: 18px;
}

/* cart link */
header .cart_line {
	float: right;
	position: relative;
}
header .cart_line .cart {
	position: relative;
	background: #fff;
	border-radius: 6px;
	display: flex;
	height: 50px;
	align-items: center;
	padding: 0 18px;
	text-decoration: none;
}
header .cart_line .cart img {
	flex-shrink: 0;
	margin-right: 18px;
	display: block;
	width: 28px;
}
header .cart_line .cart .qnt_cont {
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 27px;
	text-align: center;
	background: #E06060;
	border-radius: 50%;
	font-weight: 500;
	color: #fff;
	z-index: 3;
	top: -13px;
	right: -13px;
	font-size: 14px;
}
header .cart_line .cart .cart_link__cnt .text,
header .cart_line .cart .cart_link__cnt .sum_cont {
	display: block;
	line-height: 1.25;
}
header .cart_line .cart .cart_link__cnt .text {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: 500;
}
header .cart_line .cart .cart_link__cnt .sum_cont {
	font-size: 15px;
	font-weight: 700;
	color: #363D44;
}

header .contact {
	padding: 0 60px;
}
header .contact p {
	margin: 0;
}
header .contact a.phone {
	margin-left: -11px;
}
header .header_1 {
	width: 24%;
}

#altop_search,
#altop_search form input[type="text"] {
	height: 64px;
}
#altop_search form input[type="text"] {
	padding: 0 74px 0 25px
}
#altop_search form input[type="submit"] {
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border-left: 1px solid #dcdcdc;
	border-right: none;
	border-top: none;
	border-bottom: none;
	text-indent: -99999px;
	overflow: hidden;

	background: transparent url('/bitrix/templates/elektro_flat/images/icon-search.svg') no-repeat center;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
	border-radius: 0;
	opacity: .8;
}
#altop_search form input[type="submit"]:focus {
	outline: none;
}
#altop_search form input[type="submit"]:hover {
	border-left: 1px solid #dee0ee;
	border-right: none;
	border-top: none;
	border-bottom: none;
	opacity: 1;
	background: transparent url('/bitrix/templates/elektro_flat/images/icon-search.svg') no-repeat center;
}
/* phones and emails*/
a.phone {
	font-size: 26px;
	font-weight: 700;
	text-decoration: none;
	color: #363D44;
	display: inline-block;
}
a.email {
	font-size: 16px;
	font-weight: 500;
	color: #09B0D4 !important;
	text-decoration: none;
	display: inline-block;
}
header {
	padding: 30px 0;
}
header .header_4 {
	padding-right: 0;
}
.content-wrapper {
	position: relative;
	width: 100%;
}
.content-wrapper__homepage {
	padding-top: 0;
}
.content-wrapper,
header,
.top-menu {
	background: transparent;
}
.banners_left img {
	border-radius: 6px;
	opacity: 0.8;
}

ul.left-menu>li>a {
	text-decoration: none !important;
}

.anythingSlider .arrow.forward a,
.anythingSlider .arrow.back a {
	background: #009470;
}

.anythingSlider .arrow.forward a:hover,
.anythingSlider .arrow.back a:hover {
	background: #ff8207;
}

.btn_buy {
	color: #fff;
	background: #000;
}

li.tabs__tab.redtab {
	background: #ff0000;
	border-radius: 5px;
}

li.tabs__tab.redtab span {
	color: #fff;
}

.raschetspec {
	color: #ff0000;
	font-weight: bold;
}

div#bx_incl_area_23 {
	text-align: justify;
}

span.logotext {
	color: #9D9D9D;
	text-align: center;
	display: block;
	margin-top: 7px;
	position: relative;
	font-size: 14px;
}
.header_1 .logo a img {
	width: 258px;
	display: block;
}


/***TOP_MENU***/
.top-menu .store-horizontal-wrap {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.top-menu ul.store-horizontal {
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: flex;
}

.top-menu ul.store-horizontal>li {
	float: left;
	flex-grow: 1;
	text-align: center;
	margin-left: 30px;
}

.top-menu ul.store-horizontal>li:first-child {
	margin: 0;
}

.top-menu ul.store-horizontal>li>a {
	display: block;
	padding: 0;
}

.top-menu ul.store-horizontal {
	float: left;
	width: 100%;
}

.telephone a {
	font-size: 16px;
}

.reviews_page__reasons {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 20px 0;
	box-sizing: border-box;
}

.reviews_page__reasons-item {
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px;
	border: 1px solid #dee0ee;
	width: 32%;
	box-sizing: border-box;
	border-radius: 4px;
}

.reviews_page__reasons-item span.icon {
	margin-right: 20px;
}

.reviews_page__reasons-item span.icon img {
	width: 38px;
	height: auto;
}

@media only screen and (max-width : 768px) {
	.reviews_page__reasons-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.reviews_page__reasons-item:last-child {
		margin-bottom: 0;
	}
}

.catalog-detail .advantages.advantages__new .advantages-item-icon img {
	width: 23px;
	height: auto;
}

.catalog-item-price-view .buy_more {
	width: 150px;
}

.catalog-item-price-view .buy_more .add2basket_block,
.catalog-item-price-view .buy_more .apuo {
	width: 100%;
}

.catalog-item-price-view .available {
	width: 243px;
}

.available .not_avl .fa-times-circle {
	display: none !important;
}

.catalog-item-card .buy_more .apuo {
	border: 1px solid #09B0D4;
	background: #09B0D4;
	color: #fff;
}

.catalog-item-card .buy_more .apuo:hover {
	border: 1px solid #13c8f1;
	background: #13c8f1;
}

.catalog-item-card .btn_buy.apuo i {
	color: #fff;
}

.btn_buy.apuo_detail {
	background: #09B0D4;
	color: #fff;
}

.btn_buy.apuo_detail:hover {
	background: #13c8f1;
}

.footer-bottom__block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.footer-bottom__copyright {
	width: 100%;
}

.footer-bottom__links {
	padding-left: 0;
	margin-bottom: 20px;
}

/* servers */

.servers_form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}

.servers_form .servers_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

.servers_form .servers_item.display {
	display: none;
}

.servers_form .servers_item .servers_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 5px;
	align-items: flex-end;
}

.servers_form .servers_item.column .servers_content {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.servers_form .servers_item .servers_content .servers_left {
	font-size: 14px;
	flex-shrink: 0;
	margin-right: 14px;
	position: relative;
}

.server_info__popup {
	position: absolute;
	z-index: 3;
	bottom: -6px;
	right: -6px;
	width: 16px;
	height: 16px;
	background: #d8d8d8;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	line-height: 17px;
	border-radius: 50%;
}
.server_info__popup-content p {
	font-size: 12px !important;
}
.server_info__popup-content {
	position: absolute;
	top: 0;
	width: 400px;
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	left: -9999px;
	margin-left: -190px;
	transform: translateY(-99%);
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05);
	transition: opacity .3s ease, transform .3s ease;
	opacity: 0;
	z-index: 6;
	font-size: 12px;
}
.server_info__popup-content p.h2 {
	font-size: 16px !important;
	font-weight: 600;
	margin-bottom: 12px;
	padding: 0;
}
.server_info__popup-content p:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.server_info__popup-content:after {
	content: " ";
	position: absolute;
	bottom: -8px;
	width: 16px;
	height: 16px;
	background: #fff;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -8px;
}
.servers_form .servers_item .servers_content .servers_left:hover>.server_info__popup-content {
	left: 50%;
	opacity: 1;
	transform: translateY(-106%);

}
.servers_form .servers_item .servers_content .servers_title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin-bottom: 6px;
	width: 100%;
	font-weight: unset;
}

.servers_form .servers_item .servers_content .servers_left img {
	width: 60px;
	border-radius: 6px;
}
.servers_form .servers_item .servers_content .servers_right {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}
.servers_form .servers_item .servers_content .servers_field {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
}
.servers_form .servers_item .servers_content .servers_field__row {
	display: flex;
	width: 100%;
}
.servers_form .servers_item .servers_content .servers_field select {
	padding: 0 42px 0 23px;
	background: #E5EDEE url('/bitrix/templates/elektro_flat/images/configurator/arrow.svg') 97% 50% no-repeat;
	-webkit-appearance: none;
	width: 100%;
	text-indent: 0.01px;
	word-spacing: 0;
	border: 1px solid #E5EDEE;
	font-size: 14px;
	color: #363D44;
	border-radius: 6px;
	height: 36px;
}
.servers_form .servers_item .servers_content .servers_inner,
.servers_form .servers_item .servers_content .servers_count {
	flex-shrink: 0;
}
.servers_form .servers_item .servers_content .servers_count select {
	padding: 0 31px 0 25px;
	text-align: center;
	background: #E5EDEE url(/bitrix/templates/elektro_flat/images/configurator/arrow.svg) 56px 50% no-repeat;
	-webkit-appearance: none;
	width: 85px;
	min-width: 85px;
	text-indent: 0.01px;
	word-spacing: 0;
	border: 1px solid #E5EDEE;
	font-size: 14px;
	color: #363D44;
	border-radius: 6px;
	outline: none;
	height: 36px;
}

.servers_form .servers_item .servers_content .servers_field textarea {
	width: 100%;
	background: #E5EDEE;
	border: 1px solid #E5EDEE;
	font-size: 14px;
	padding: 8px 23px;
	border-radius: 6px;
	height: 40px;
	color: #363D44;
	outline: none;
	font-family: "Open Sans", sans-serif;
}

.servers_form .servers_item .servers_content .servers_field input {
	padding: 8px 23px 8px 23px;
	width: 100%;
	word-spacing: 0;
	font-size: 14px;
	outline: none;
	background: #E5EDEE;
	border: 1px solid #E5EDEE;
	border-radius: 6px;
	color: #363D44;
}

.servers_form .servers_item .servers_content .servers_field select:focus,
.servers_form .servers_item .servers_content .servers_count select:focus,
.servers_form .servers_item .servers_content .servers_field textarea:focus,
.servers_form .servers_item .servers_content .servers_field input:focus {
	outline: none;
}

.servers_form .servers_item .servers_content p {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	width: 100%;
}
.servers_form .servers_item .servers_content p.h2 {
	font-size: 26px;
	font-weight: 600;
	padding: 0;
	line-height: 1.2;
	margin-bottom: 8px !important;
	display: block;
	width: 100%;
}
.servers_form .servers_item .servers_content p.h3 {
	line-height: 1.2
}
.servers_form .servers_item .servers_content p.price {
	color: #FD8107;
	font-weight: 900;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.servers_form .servers_item .servers_content p.config_servers {
	font-size: 16px;
}
.servers_form .servers_item .servers_content p.price span.currency {
	font-size: 36px;
	font-weight: 600;
}
.servers_item p.label {
	display: block;
	width: 100%;
	color: #9D9D9D;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	white-space: normal;
}

.servers_form .servers_item .servers_content .servers_inner {
	margin: 0 10px;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.servers_form .servers_item .servers_content .servers_inner.display {
	display: none;
}

.servers_form .servers_item .servers_content .servers_count.display {
	display: none;
}

.servers_form .servers_item .servers_content .info_configs {
	border: none;
	padding: 0;
	width: 100%;
	margin: 0 0 15px 0;
}

.servers_form .servers_item .servers_content .info_configs p:last-child {
	padding-bottom: 0;
}

.servers_form .servers_item .servers_content .info_configs p.price {
	font-size: 16px;
	color: #000000;
}

.servers_form .servers_item .servers_content .info_configs p.price span {
	color: rgb(225, 99, 26);
	padding: 0 10px;
}

.servers_form .servers_item .servers_content .button_servers {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	background: #09B0D4;
	text-transform: none;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	padding: 0 50px;
}

.servers_form .servers_item .servers_content .button_servers:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
	background: #13c8f1;
}
.servers_form__input {
	margin-bottom: 14px !important;
}
/*.servers_form__input input {*/
/*	padding: 10px 23px 10px 23px !important;*/
/*}*/

.form_input__file {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 0;
	display: none;
	opacity: 0;
}
.form_input__file+label {
	position: relative;
	display: block;
	background: transparent;
	color: #09B0D4;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	width: auto;
	margin-bottom: 0;
}
.form_input__file+label:after {
	content: " ";
	position: absolute;
	top: -4px;
	left: 0;
	bottom: 0;
	width: 22px;
	background-image: url('images/file_icon.svg');
	background-size: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
.servers_form__footer {
	flex-wrap: wrap;
	margin-bottom: 0 !important;
}
.servers_form__footer>.servers_form__submit,
.servers_form__footer>.servers_form__check {
	width: 100% !important;
}
.servers_form__footer>.servers_form__submit {
	margin-right: 30px !important;
}
.servers_form__footer>.servers_form__check {
	margin-top: 14px !important;
}
.servers_form__footer>.servers_form__check a {
	font-size: 14px !important;
}
.servers_form__footer>.servers_form__submit input[type="submit"] {
	margin-right: 30px;
}
/*.servers_form__footer > .servers_form__submit .checkbox input + label {
    line-height: 16px;
    font-size: 16px;
    color: #363D44;
}*/


.scroll_link {
	cursor: pointer;
}
.waranty_link {
	color: #333;
	border-bottom: 1px dashed #999;
	cursor: pointer;
}
.waranty_link:hover {
	color: #09B0D4;
	border-bottom: 1px dashed #09B0D4;
}
.config_server_detail__picture-holder {
	text-align: left;
	/* padding-bottom: 70px; */
}
.config_server_detail__picture-holder.align_center {
	text-align: center;
}
.config_server_detail__picture {
	max-height: 300px!important;
	max-width: 100%!important;
	display: inline-block;
	width: fit-content;
	margin: auto 10px;
}
.configurator_detail__content--row .slide a{
	display: flex;
}
@media only screen and (max-width : 768px) {
	.servers_form .servers_item .servers_content .servers_left span {
		display: none;
	}

	.servers_form .servers_item .servers_content .servers_left {
		min-width: auto;
	}
	.servers_form .licensies_container .servers_item .servers_content .servers_left {
		width: auto;
	}

	.servers_form .servers_item .servers_content .servers_left img {
		margin-right: 15px;
		width: 35px;
	}
	.servers_form .licensies_container .servers_item .servers_content .servers_left img {
		width: 35px;
		height: 35px;
		float: left;
	}

	.servers_form .servers_item .servers_content .servers_field textarea {
		height: 40px;
	}

	.servers_form .servers_item .servers_content p {
		word-break: break-word;
	}

	.servers_form .servers_item .servers_content .servers_field select {
		padding: 8px 34px 8px 15px;
	}

	.servers_form .servers_item .servers_content .servers_field textarea {
		padding: 8px 15px;
	}

	.servers_form .servers_item .servers_content .info_configs {
		padding: 15px;
	}

	.servers_form .servers_item .servers_content .servers_field input {
		padding: 8px 15px;
	}

	.servers_form .servers_item .servers_content p {
		font-size: 14px;
	}

	.servers_form .servers_item .servers_content .info_configs p.price {
		font-size: 15px;
	}
}

/*
.stage_label {
    font-size: 17px;
    font-weight: 600;
    color: rgb(87, 91, 113);
    margin: 20px 0 10px;
}

.stage_list {
    display: flex;
    margin: -10px -10px 10px;
    flex-wrap: wrap;
}

.stage_list .stage_item {
    display: flex;
    width: auto;
}

.stage_list .stage_item .stage_content {
    display: flex;
    margin: 10px;
    width: 100%;
    border: 2px solid rgb(195, 195, 195);
    padding: 8px 15px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.stage_list .stage_item .stage_content span {
    font-size: 14px;
    font-weight: 600;
    color: rgb(14, 14, 14);
}

.stage_list .stage_item.active .stage_content {
    background-color: rgb(255, 197, 59);
    border-color: rgb(255, 197, 59);
    box-shadow: 0px 0px 15px rgba(255, 197, 59, 0.5);
}

.stage_list .stage_item .stage_content:hover {
    background-color: rgb(255, 197, 59);
    border-color: rgb(255, 197, 59);
    box-shadow: 0px 0px 15px rgba(255, 197, 59, 0.5);
}
*/

.stage_label {
	font-size: 17px;
	font-weight: 600;
	color: rgb(87, 91, 113);
	margin: 2px 0 10px;
}

.stage_list {
	display: flex;
	margin: -3px -5px;
	flex-wrap: wrap;
}

.stage_list .stage_item {
	display: flex;
	width: auto;
}

.stage_list .stage_item .stage_content {
	display: flex;
	margin: 3px 5px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}

.stage_list .stage_item .stage_content span {
	font-size: 14px;
	font-weight: 600;
	color: rgb(14, 14, 14);
}

.stage_list .stage_item.active .stage_content span {
	color: rgb(153, 159, 176);
}

.stage_list .stage_item .stage_content:hover span {
	color: rgb(153, 159, 176);
}

.servers-container {
	position: relative;
}

.stage-container {
	width: 180px;
	position: absolute;
	right: -210px;
}

@media only screen and (max-width : 1600px) {
	.servers-container {
		width: calc(100% - 210px);
	}
}

@media only screen and (max-width : 1600px) {
	.servers-container {
		width: 100%;
	}

	.stage_label {
		margin: 20px 0 10px;
	}

	.stage-container {
		width: 100%;
		position: static;
	}

	.stage_list {
		margin: -3px -5px 7px;
	}
}


li.tabs__tab.redtab {
	background: #53a5de;
}
li.tabs__tab.redtab>a {
	border: 1px solid #53a5de;
}


.block_wht {
	background: #fff;
	border-radius: 6px;
	padding: 35px;
	/*float: left; убрал для Выберите комплектацию у конфигураторов серверов ибо верхний блок захватывал и х2 под ним*/
	position: relative;
	width: 100%;
	margin-bottom: 35px;
	box-sizing: border-box;
}

h2,
.h2 {
	font-size: 30px;
	margin-bottom: 20px !important;
	font-weight: 600;
}
.color-green {
	color: #9CC218;
}

.top-menu ul.store-horizontal>li.active>a {
	color: #34383d;
	background: transparent;
}
.top-menu ul.store-horizontal>li.active>a:hover {
	color: #09B0D4;
}
.image_fluid {
	display: block;
	width: 100%;
}
.block_content table {
	display: table;
	width: 100%;
	font-size: 14px;
}
.block_content table tr td {
	border: 1px solid #ccc;
	padding: 6px;
}
.block_content table tr td p {
	margin-bottom: 0;
	padding: 0;
}
.server_files__list {
	display: block;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.server_files__list li {
	display: block;
	margin-bottom: 10px;
	list-style-type: none;
}
.server_files__list li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.2;
	color: #09B0D4;
}
.server_files__list li a img {
	width: 28px;
	margin-right: 10px;
}

.top-menu .store-horizontal-wrap {
	float: left;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;

	background: transparent;
	border-radius: 0;
}
.button {
	background: #09B0D4;
	border-radius: 6px;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border: none;
	cursor: pointer;
}
.button.button_kp {
	height: 43px;
	line-height: 43px;
	margin-left: 10px;
}
.button.button_wht {
	background: #fff;
	color: #363D44 !important;
}
.button.button_green {
	background: #9CC218;
}
.top-menu .store-horizontal-wrap .button {
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin-right: 12px;*/
	border-radius: 0;
	white-space: nowrap;
	height: 76px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.top_menu__btns {
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
}
.top_menu__btns .button {
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin-right: 12px;*/
	white-space: nowrap;
	height: 50px;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	border-radius: 6px;
	margin-right: 20px;
}



/* footer */
footer {
	background: #fff;
}
/***FOOTER_MENU***/
.footer_menu_soc_pay {
	border-bottom: 1px dotted #dee0ee;
}

.footer_menu ul li a {
	color: #363D44;
	text-decoration: none;
}

.footer_menu ul li:first-child a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

.footer_menu ul li a:hover {
	color: #09B0D4;
}

.footer_menu ul li a span {
	text-decoration: none;
}

.footer_menu ul li:first-child a span,
.footer_menu ul li a:hover span {
	text-decoration: none;
}
/***FOOTER_MENU***/
.footer_menu_soc_pay {
	width: 1174px;
	float: left;
	margin: 0 34px 0 26px;
	padding: 25px 0 28px 0;
}


.footer_menu>div {
	display: block;
	margin: 0;
	padding: 0;
}

.footer_menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.footer_menu ul li:first-child {
	padding: 0 0 8px 0;
}

.footer_row {
	padding-top: 60px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_row .footer_contact {
	float: left;
	position: relative;
	width: 30%;

}
.footer_row .footer_menu__block {
	position: relative;
	padding-top: 8px;
	width: 60%;
}
@media screen and (max-width: 787px) {
	.footer_row .footer_menu__block {
		width: 100%;
	}
	.footer_row .footer_menu__block .footer_menu ul:first-child{
		margin-right: 0;
	}
}
.footer_row .footer_social {
	float: left;
	position: relative;
	flex-shrink: 0;
	padding-top: 8px;
}

.footer_row .footer_contact .logo {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.footer_row .footer_contact .contact {
	float: left;
	position: relative;
	width: 100%;
}
.footer_row .footer_contact .contact p {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 14px;
}
.footer_row .footer_contact .contact a.phone,
.footer_row .footer_contact .contact a.email {
	color: #363D44;
	font-size: 22px;
}
.footer_row .footer_contact .contact a.email {
	color: #09B0D4;
}
.footer_row .footer_contact .contact p.smalllabel {
	font-size: 12px;
	color: #9D9D9D;
	margin-bottom: 4px;
	margin-top: 0;
}

/***FOOTER_BOTTOM***/
.footer-bottom__copyright {
	font-size: 12px;
	color: #9D9D9D;
}



.social {
	float: left;
}
.social_link {
	float: left;
	position: relative;
	margin: 0 14px 14px 0;
	background: #363D44;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	width: 50px;
	height: 50px;
	transition: all .3s ease;
}
.social_link:hover {
	background: #09B0D4;
}
.social_link img {
	width: 26px;
	display: block;
}
.footer_row .social {
	float: right;
}
.footer_row .social_link {
	margin: 0 0 14px 14px;
}
.footer_row .social_link:first-child {
	margin: 0 0 14px 0;
}

.social {
	display: flex;
	flex-direction: column;
}
.social_title,
.social_links {
	float: left;
	position: relative;
}
.social_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 22px;
}

.footer_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_menu ul:first-child {
	margin-right: 60px;
}
.footer_menu > .footer-logos{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: end;
}
.footer_menu > .footer-logos .nadejnost{
	width: 150px;
}

.homepage_about {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	background: #363D44;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 200px;

}
.homepage_about h1 {
	color: #fff;
}
.homepage_about a {
	color: #9CC218;
}
.homepage_about__logo {
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-59%);
	pointer-events: none;
	box-sizing: border-box;
}
.homepage_about .center {
	display: block;
	position: relative;
	padding: 150px 0 100px 12.8%;
	box-sizing: border-box;
}
.homepage_about .button {
	padding: 24px 46px;
	margin-top: 40px;
}
.homepage_about .button_gradient {
	color: #fff;
	background: linear-gradient(270deg, #97C563 0%, #3EA79F 90.16%);
}





.catalog-section {
	width: 100%;
	margin: 0 0 35px 0;
	padding: 0;
}

/* cards */
.catalog-item-table-view {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.catalog-item-card {
	width: 33.33%;
	margin: 0 0 20px 0 !important;
	box-sizing: border-box;
	background: transparent;
	border-radius: 0;
	border: none;
	position: relative;
	padding: 0 10px;
}
.catalog-item-card .catalog-item-info {
	border: none;
	background: #fff;
	border-radius: 6px;
	padding: 24px 25px;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.catalog-item-card:hover .catalog-item-info {
	border: none !important;
}
.catalog-item-card .item-image .sticker {
	position: absolute;
	top: -10px;
	left: -10px;
}
.catalog-item-card:hover {
	border: none !important;
	z-index: 3;
	box-shadow: none !important;
}
.catalog-item-card .catalog-item-info:hover {
	border: none !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05);
}

.catalog-item-card .item-all-title {
	overflow: hidden;
}

.catalog-item-card .item-all-title .item-title {
	color: #363D44;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.catalog-item-card .item-all-title a.item-title:hover {
	color: #09B0D4;
}
.catalog-item-card .item-all-title {
	height: 52px;
}
.catalog-item-card .item-desc {
	display: none;
}
.catalog-item-card .buy_more .avl span,
.catalog-item-card .buy_more .not_avl span {
	font-size: 14px;
	color: #9cc218;
	margin-bottom: -2px;
	display: inline-block;
}
.catalog-item-card .buy_more .avl,
.catalog-item-card .buy_more .not_avl {
	display: flex;
	align-items: center;
}
.catalog-item-card .buy_more .avl img,
.catalog-item-card .buy_more .not_avl img {
	display: block;
	margin-right: 6px;
}

.catalog-item-card .catalog-item-price {
	color: #363D44;
	font-size: 26px;
	font-weight: 900;
}


.catalog-item-card .buy_more .add2basket_block {
	float: left;
	position: relative;
	width: 100%;
}
.catalog-item-card .buy_more button[name="add2basket"],
.catalog-item-card .buy_more .apuo {
	position: relative;
	width: auto;
	height: 55px;
	right: auto;
	top: auto;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	float: left;
	font-weight: 600;
	text-transform: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-item-card .buy_more button[name="add2basket"] i,
.catalog-item-card .buy_more .apuo i {
	font-size: 21px;
	margin-top: -1px;
}

.catalog-item-card .buy_more button[name="add2basket"].btn_buy__fullwth,
.catalog-item-card .buy_more .apuo.btn_buy__fullwth {
	width: 100%;
}
.catalog-item-card .buy_more .add2basket_block .add2basket_form {
	display: flex;
	flex-wrap: wrap;
}
.catalog-item-card .card_count__holder {
	flex-shrink: 0;
	width: 80px;
	margin-right: 10px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.catalog-item-card .buy_more a.minus,
.catalog-item-card .buy_more a.plus {
	width: 22px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 3;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E5EDEE;
}
.catalog-item-card .buy_more a.minus:hover,
.catalog-item-card .buy_more a.plus:hover {
	background: #363D44;
}
.catalog-item-card .buy_more a.minus {
	left: 0;
}
.catalog-item-card .buy_more a.plus {
	right: 0;
}
.catalog-item-card .buy_more input[name="quantity"] {
	width: 100%;
	height: 100%;
	padding: 0 22px;
	z-index: 1;
	position: relative;
	border: none;
	background: #E5EDEE;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.catalog-item-card .buy_more .delay,
.catalog-item-card .buy_more .compare {
	display: none;
}

.catalog-item-card .buy_more .available {
	margin: 10px 0 20px;
}


/* .tabs__box .filtered-items, .tabs__box .bigdata-items {
    margin: 0px -10px;
} */
.tabs__box .filtered-items {
	float: left;
	position: relative;
	width: 100%;
}
.catalog-detail-offers-list,
.set-constructor,
.kit-items,
.filtered-items,
.bigdata-items {
	width: auto;
}









ul.left-menu {
	padding: 8px 0;
}
ul.left-menu>li>a {
	display: block;
	margin: 0;
	padding: 8px 32px 8px 20px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
}

ul.left-menu>li:hover>a,
ul.left-menu>li.selected>a {
	color: #09B0D4 !important;
	border: none !important;
	background: transparent !important;
}



.breadcrumb__item>.breadcrumb__link:hover,
.breadcrumb__item>.breadcrumb__title:hover,
.breadcrumb__item>.breadcrumb__icon_main:hover {
	color: #363D44 !important;
}






/* catalog */
.catalog-detail-article {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	color: #9D9D9D;
}
.catalog-detail-element .catalog-detail.catalog-detail__main_block .block_wht {
	margin-bottom: 0;
	padding-left: 0;
	width: auto;
	flex-grow: 1;
}
.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo {
	position: relative;
	width: 22%;
	margin-left: 20px;
	z-index: 3;
	display: flex;
	flex-shrink: 0;
}
.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo .advantages {
	display: flex;
	margin: 0;
	flex-direction: column;

	padding: 0;
}
.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo .advantages.spbetween {
	justify-content: space-between;
}
.catalog-detail .advantages .advantages-item {
	display: flex;
	border: 2px dashed #9CC218;
	border-radius: 6px;
	align-items: center;
	padding: 16px 16px 16px 12px;
	box-sizing: border-box;
	margin: 0 0 20px;
}

.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo .advantages.spbetween {
	justify-content: space-between;
	margin-bottom: 0;
}
.catalog-detail .advantages .advantages-item .advantages-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	flex-shrink: 0;
}
.catalog-detail .advantages .advantages-item:last-child {
	margin-bottom: 0;
}
.catalog-detail .advantages .advantages-item .advantages-item-text {
	color: #363D44;
	font-size: 12px;
}
.catalog-detail .advantages .advantages-item-icon {
	border: none;
	border-radius: 0;
}

.catalog-detail .advantages .advantages-item-icon img {
	width: 23px;
	height: auto;
}
.catalog-detail .column.first {
	width: 60%;
	box-sizing: border-box;
	float: left;
	position: relative;
	display: block;
}
.catalog-detail .column.three {
	width: 40%;
	box-sizing: border-box;
	float: left;
	position: relative;
	display: block;
}

.catalog-detail .buy_more_detail button[name="add2basket"],
.catalog-detail .buy_more_detail .apuo_detail,
.catalog-detail .buy_more_detail button[name="choose_offer"],
.catalog-detail .buy_more_detail button[name="toitem"] {
	height: 55px;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 25px;
	position: relative;
	box-sizing: border-box;
}

.catalog-detail .buy_more_detail button[name="add2basket"] img,
.catalog-detail .buy_more_detail .apuo_detail img,
.catalog-detail .buy_more_detail button[name="choose_offer"] img,
.catalog-detail .buy_more_detail button[name="toitem"] img {
	width: 27px;
}
.catalog-detail .buy_more_detail .boc_anch,
.catalog-detail .buy_more_detail .cheaper_anch {
	height: 55px !important;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
	color: #363D44;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 25px;
	position: relative;
	box-sizing: border-box;
}

.catalog-detail .buy_more_detail .boc_anch svg,
.catalog-detail .buy_more_detail .cheaper_anch svg {
	width: 22px;
	fill: #363D44;
	transition: all .3s ease;
}
.catalog-detail .buy_more_detail .boc_anch:hover svg,
.catalog-detail .buy_more_detail .cheaper_anch:hover svg {
	fill: #fff !important;
}
.catalog-detail .buy_more_detail .cheaper_anch svg path {
	transition: all .3s ease;
}
.catalog-detail .buy_more_detail .cheaper_anch:hover svg path {
	fill: #fff !important;
}

.catalog-detail .buy_more_detail .boc_anch span.icon,
.catalog-detail .buy_more_detail .cheaper_anch span.icon,
.catalog-detail .buy_more_detail button[name="add2basket"] span.icon,
.catalog-detail .buy_more_detail .apuo_detail span.icon,
.catalog-detail .buy_more_detail button[name="choose_offer"] span.icon,
.catalog-detail .buy_more_detail button[name="toitem"] span.icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.catalog_detail__infoblock {
	display: block;
}
.catalog-detail-pictures .detail_picture {
	height: auto;
}

.catalog-detail .catalog-detail-price .avl,
.catalog-detail .catalog-detail-price .not_avl {
	margin: 0;
}
.catalog-detail-buy .buy_more_detail .qnt_cont {
	display: none;
}
.catalog-detail .catalog-detail-price .catalog-detail-item-price {
	font-size: 32px;
	font-weight: 700;
	color: #363D44;
}
.catalog-detail .catalog-detail-price .available {
	margin-bottom: 10px;
}

.catalog-detail .buy_more_detail .apuo_detail i {
	font-size: 20px;
}
.catalog-detail-properties {
	margin-bottom: 30px;
}

.catalog-detail-properties .h4 {
	color: #363D44;
	font-size: 20px;
	font-weight: 700;
}

.catalog-item-cards {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.catalog-item-cards:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.bigdata-items .catalog-item-cards {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.banners-main {
	overflow: visible;
}


/***ALREADY_SEEN***/
.already_seen {
	position: relative;
	width: 100%;
}
.already_seen {
	padding: 0 0 60px 0;
}
.already_seen ul {
	margin: 0;
	background: transparent;
	float: left;
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.already_seen .h3 {
	font-size: 30px;
	font-weight: 600;
	color: #363D44;
	margin: 30px 0;
	padding: 0;
}
.already_seen__row {
	margin-left: -10px;
	margin-right: -10px;
}
.already_seen__row:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.already_seen ul li {
	width: 16.6667%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 10px;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-radius: 0;
	display: flex;
}
.already_seen ul li:hover {
	margin: 0;
	border: none;
}
.already_seen ul li a {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	transition: all .3s ease;
}
.already_seen ul li a span.already_seen__img {
	float: left;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}
.already_seen ul li a span.already_seen__name {
	float: left;
	position: relative;
	width: 100%;
	font-weight: 600;
	color: #363D44;
	font-size: 14px;
	transition: all .3s ease;
}
.already_seen ul li a:hover span.already_seen__name {
	color: #09B0D4;
}
.already_seen ul li a:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05);
}

.catalog-section-childs__inner {
	display: flex;
	flex-wrap: wrap;
}

.catalog-section-child a,
.reviews-section-child a {
	background: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 6px;
	border: none;
}
.catalog-section-child {
	position: relative;
}
.catalog-section-child:hover {
	z-index: 3;
}
.catalog-section-child a:hover {
	z-index: 3;
	border: none;
	color: #09B0D4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05);
}
.catalog-section-child a .child {
	border: none;
}
.catalog-section-child a:hover .child {
	border: none;
	color: #09B0D4;
}
.catalog-section-child a .child .text,
.reviews-section-child a .child .text {
	text-decoration: none;
}
.catalog-section-child a:hover .child .text,
.reviews-section-child a:hover .child .text {
	color: #09B0D4;
}


ul.left-menu>li.parent>ul.submenu,
ul.left-menu>li.parent>.catalog-section-childs,
ul.left-menu>li.parentMore>ul.submenuMore {
	border: none !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05);
}
ul.left-menu>li.parent>ul.submenu,
ul.left-menu>li.parent>.catalog-section-childs a {
	border: 1px solid #E5EDEE;
}

ul.left-menu>li.parent>.catalog-section-childs:after {
	content: " ";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	transform: rotate(45deg);
	top: 21px;
	left: -6px;
}




.body_text ul.configurator_tile__list {
	padding: 0;
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.conf_card__container {
	margin-bottom: 20px;
	display: flex;
	padding: 0 10px;
}
.configurator_tile__list .conf_card {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 6px;
	padding: 12px;
	text-decoration: none;
	color: #363D44;
	display: flex;

	flex-direction: column;
	justify-content: space-between;

	transition: all .3s ease;
}
.configurator_tile__list .conf_card .conf_card__top,
.configurator_tile__list .conf_card .conf_card__img,
.configurator_tile__list .conf_card .conf_card__title,
.configurator_tile__list .conf_card .conf_card__desc,
.configurator_tile__list .conf_card .conf_card__button {
	float: left;
	position: relative;
	width: 100%;
}
.configurator_tile__list .conf_card .conf_card__img {
	height: 0;
	padding-top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 16px;
}
.configurator_tile__list .conf_card .conf_card__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
	transition: all .3s ease;
}
.configurator_tile__list .conf_card .conf_card__desc {
	font-size: 12px;
	color: #9D9D9D;
	line-height: 1.1;
}
.configurator_tile__list .conf_card .conf_card__button {
	margin-top: 20px;
	border-radius: 4px;
	background: #09B0D4;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	height: 42px;
	line-height: 42px;
	transition: all .3s ease;
}

.configurator_tile__list .conf_card:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05);
}
.configurator_tile__list .conf_card:hover>.conf_card__top>.conf_card__title {
	color: #09B0D4;
}

.configurator_tile__list .conf_card .conf_card__button:hover {
	background: #13c8f1;
}








/* checkbox */
.checkbox {
	display: inline-block;
}
.checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
}
.checkbox input+label {
	position: relative;
	z-index: 2;
	padding-left: 26px;
	line-height: 18px;
	font-size: 14px;
	padding-top: 1px;
	cursor: pointer;
	display: inline-block;
	color: #575757;
	margin-right: 6px;

}
.checkbox input+label>span {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	background: #E5EDEE;
	border-radius: 4px;
	transition: all .3s ease;
	pointer-events: none;
}
.checkbox input+label:hover span {
	background-color: #d7dfe0;
}
.checkbox input+label>span:after {
	content: " ";
	position: relative;
	float: left;
	width: 10px;
	height: 6px;
	margin: 4px 0 0 4px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg) scale(0);
	opacity: 0;
	transition: all .3s ease;
	box-sizing: border-box;
}
.checkbox input:checked+label>span {
	background: #09B0D4;

}
.checkbox input:checked+label>span:after {
	opacity: 1;
	transform: rotate(-45deg) scale(1);
}
.checkbox input:disabled+label>span {
	background: #ccc;
	pointer-events: none;
}
.checkbox input:disabled+label {
	opacity: .4;
}


.checkbox.disabled {
	opacity: .5;
	pointer-events: none;
}

input[type="submit"]:disabled {
	opacity: .5;
	background: #585858 !important;
	pointer-events: none;
}


.price_in__stock {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
}
.color-blue {
	color: #09B0D4;
}
.text-rigth {
	float: right;
}

.configurator_fix_panel {
	position: fixed;
	top: -120px;
	transition: all .3s ease;
	right: 0;
	left: 0;
	z-index: 999;
	background: #fff;

	padding: 11px 0;
}
.configurator_fix_panel.show_panel {
	top: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);
}

.configurator_fix_panel__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.configurator_fix_panel .price .text {
	font-size: 14px;
}
.configurator_fix_panel .price .price_inner {
	font-size: 28px;
	font-weight: 800;
	color: #FD8107;
}

.link_to_form {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 6px;
	background: #09B0D4;
	color: #fff;
	font-weight: 700;
}

.shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);
}

/* HEADER NEW */
header.header_new {
	padding: 0;
	background: #fff;
	position: relative;
	width: 100%;
	z-index: 90;
}
header.header_new .logo {
	position: relative;
}
header.header_new .logo a {
	position: relative;
	width: 320px;
}
header.header_new .logo a img {
	display: block;
	width: 100%;
}
header .contact a.phone {
	font-size: 20px;
}
.header_top,
.header_bottom {
	width: 100%;
	position: relative;
	display: flex;
}
.header_top {
	padding: 14px 0;
	border-bottom: 1px solid #EBEBEB;
	justify-content: space-between;
	align-items: center;
}



.header_top__search_container {
	position: absolute;
	display: flex;
	top: -200px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 600;
	transform: translateY(-150%);
	transition: all .3s ease;
}
.header_top__search_container.show_search {
	transform: translateY(200px);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);
}
.header_top__search_btn {
	float: left;
	display: flex;
	align-items: center;
	color: #34383d;
	cursor: pointer;
}
@media (min-width: 578px) {
	.header_top__search_btn {
		display: none!important;
	}
}
@media (max-width: 577px) {
	.header_top a.email {
		display: none;
	}
}
.header_top__search_btn span.icon {
	width: 16px;
	height: 16px;
	float: left;
	background: url(/bitrix/templates/elektro_flat/images/search_icon.svg) no-repeat center;
	background-size: 100%;
	margin-right: 10px;
}
.header_top__search_btn span.text {
	font-size: 16px;
	font-weight: normal;
	color: #9D9D9D;
	transition: all .3s ease;
}
.header_top__search_btn:hover span.text {
	color: #34383d;
}
.header_top__search--close {
	position: absolute;
	top: 17px;
	right: -17px;
	width: 60px;
	height: 60px;
	background-image: url('images/close-icon.svg');
	background-position: center;
	background-size: 26px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 9;
}
.header_top__search--inner {
	padding: 22px 25% 60px 0;
	width: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.header_bottom {
	padding: 12px 0;
	align-items: center;
	justify-content: space-between;
}
.header_bottom .header_btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header_bottom .header_btns .top_menu__btns {
	margin-right: 20px;
}
.header_bottom .header_btns .top_menu__btns,
.header_bottom .header_btns .header_cart {
	float: left;
}


/* SLIDER HOMEPAGE */
.homepage_slider {
	display: block;
	width: 100%;
	position: relative;
}
.homepage_slider .slide {
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	min-height: 570px;
}
.homepage_slider .slide .slide_content {
	width: 45%;
	float: left;
	position: relative;
}
.homepage_slider .slide .slide_title {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #fff;
	line-height: 1.2;
}
.homepage_slider .slide .slide_title .h1er {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
}
.homepage_slider .slide .slide_title .h2er {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}
.homepage_slider .slide .slide_btn .button {
	height: 66px;
	padding: 0 50px;
	color: #26a0af !important;
	line-height: 66px;
	font-weight: bold;
	font-size: 20px;
}
.homepage_slider .slide .slide_img {
	position: absolute;
	width: 41.995%;
	right: 2%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.homepage_slider .slide .slide_img img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.homepage_slider .slide.has-video video{
	position: absolute;
	min-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ADVANTAGES NEW */
.advantages {
	margin: 50px -10px 0;
	padding-bottom: 50px;
}
.advantages_row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.advantages .advantages-item {
	width: 20%;
	float: left;
	position: relative;
	padding: 0 10px;
	display: flex;
	box-sizing: border-box;
}
.advantages .advantages-item__inner {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	color: #34383d;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	box-sizing: border-box;
}
.advantages a.advantages-item__inner {
	text-decoration: none !important;
}
.advantages .advantages-item-icon {
	height: 40px;
	display: flex;
	align-items: flex-end;
	padding: 0;
	/* margin-bottom: 10px; */
}
.advantages .advantages-item-icon img {
	height: 40px;
	display: block;
	width: auto;
}
.advantages-item-text span.mobile {
	display: none;
}
.advantages-item-text span.text {
	display: block;
}



/* ADVANTAGES NEW */
.banners-main {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
}
.banners-main__row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

a.banners-main__item {
	float: left;
	position: relative;
	padding: 0 10px;
	display: flex;
	box-sizing: border-box;
	text-decoration: none;
}
.banners-main__item-block-wrap {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
}
.banners-main__item-block {
	float: left;
	position: relative;
	padding: 46px 40% 46px 46px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.banners-main__item-text {
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
.banners-main__item-desc {
	font-size: 16px;
	color: #E9E9E9;
	display: block;
	margin-bottom: 40px;
}

.banners-main__item-button {
	position: relative;
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	color: #34383d;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	align-items: center;
	padding: 0 25px;
	text-decoration: none;
}

.banners-main__item-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 65%;
	z-index: 9;
}
.banners-main__item.banner_dell .banners-main__item-block-wrap {
	background: #09B0D4;
}
.banners-main__item.banner_shd .banners-main__item-block-wrap {
	background: #9CC218;
}
.banners-main__item.banner_demo .banners-main__item-block-wrap {
	background: #9CC218;
}

.demo_btn__link span.mobile {
	margin-right: 4px;
}
.top_menu__btns .button.server_btn__link {
	padding-left: 16px;
}
.server_btn__link span.icon {
	display: none;
}
.server_btn__link {
	margin-right: 0 !important;
}
.server_btn__container {
	position: relative;
}
/* === Базовое меню (как и было) === */
.server_btn__menu {
	position: absolute;
	top: 50px;
	left: -9999px;
	transform: translateX(-50%) translateY(10px);
	padding-top: 7px;
	opacity: 0;
	transition: transform .3s ease, opacity .3s ease;
	box-sizing: border-box;
}
.server_btn__menu__inner {
	background: #09B0D4;
	box-sizing: border-box;
	border-radius: 6px;
	float: left;
	position: relative;
	overflow: visible; /* !!! изменил на visible, чтобы подменю выходило наружу */
	z-index: 2;
	min-width: 220px;
}
.server_btn__menu:after {
	content: " ";
	position: absolute;
	top: 2px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: #09B0D4;
	transform: rotate(-45deg);
	z-index: 1;
}
.header_fixed .server_btn__menu {
	top: 40px;
}
.server_btn__menu a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none;
	padding: 10px 20px;
	transition: background 0.2s ease;
}
.server_btn__menu a:hover {
	background: #0c8da9;
}
.server_btn__container:hover .server_btn__menu {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	left: 50%;
}


/* THANK PAGE */

.thank_container {
	float: left;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	display: flex;
	padding: 80px 0;
	margin-bottom: 60px;
}
.thank_col {
	float: left;
	position: relative;
}
.thank_col__left {
	width: 25%;
}
.thank_col__right {
	width: 65%;
	padding-right: 60px;
}
.thank_col__right h1 {
	padding-top: 0;
}
.thank_container h1,
p.h1 {
	margin-bottom: 10px !important;
}
.thank_container .label {
	margin-bottom: 24px;
}
.thank_container .button {
	padding: 0 25px 0 50px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	/* margin-right: 12px; */
	white-space: nowrap;
	height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border-radius: 6px;
	margin-right: 20px;
	line-height: 50px;
	position: relative;
}
.thank_container .button .arrow {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	background-image: url(images/button_arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 16px;
	left: 15px;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #9CC218;
	fill: none;
	animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: block;
	stroke-width: 3;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 0 auto;
	box-shadow: inset 0 0 0 #9CC218;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {
	0%,
	100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0 0 0 100px #9CC218;
	}
}



/* CONFIGURATOR DETAIL */
.configurator_page__container {
	position: relative;
	width: 100%;
}
.configurator_detail__content--row {
	display: flex;
	flex-wrap: wrap;
}
.configurator_detail__content--row:before,
.configurator_detail__content--row:after {
	display: none;
}

.conf_vendor_logo {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.conf_vendor_logo img {
	width: 64px;
	display: block;
}

.conf_tech__content ul {
	margin: 0;
	padding: 0;
}
.conf_tech__content ul li {
	list-style-type: none;
}
.conf_tech__content .specs {
	display: block;
	position: relative;
	width: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}
.conf_tech__content .specs:last-child {
	margin: 0;
	border: 0;
}
.conf_tech__content .specsHeading {
	margin: 0 0 20px 0;
}
.conf_tech__content .specsHeading h3 {
	padding: 0;
}
.conf_tech__content .specsItem {
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
}


.conf_video__link {
	position: absolute;
	top: 76px;
	right: 10px;
	width: 64px;
	height: 64px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
	background-size: cover;
	border-radius: 2px;
	/* border: 2px solid #09B0D4; */
}
.conf_video__link:after {
	content: " ";
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 23px;
	border-color: transparent transparent transparent #09afd4;
}




/* POPUP */
.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
	background: transparent;
}


/* BUTTTONS BLEAT */

.btn_buy,
.btn_buy.order {
	font-size: 16px !important;
	font-weight: 600 !important;
	text-transform: none !important;
}
.btn_buy.order {
	background: #09B0D4 !important;
}
.btn_buy:hover,
.btn_buy.order:hover {
	background: #13c8f1 !important;
}

.catalog-detail .buy_more_detail .boc_anch:hover,
.catalog-detail .buy_more_detail .cheaper_anch:hover,
.popup_button_boc:hover {
	background: #363D44 !important;
	color: #fff;
}

.pop-up.forms .submit button,
.pop-up.forms .popup-window-buttons button {
	float: left;
	padding: 0 25px;
}
.btn_buy.detail {
	height: 55px !important;
}



/* POPUP */
.pop-up.forms .row {
	display: block;
	margin-bottom: 16px;
}
.pop-up.forms .row .span1 {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.pop-up.forms .row .span2 {
	width: 100%;
	display: block;
}
.pop-up.forms .row .span2 input[type="text"],
.pop-up.forms .row .span2 input[type="tel"]
{
	width: 100%;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}
.pop-up .popup-window-titlebar {
	font-size: 24px;
}

.hint_agreement .checkbox span.input-checkbox.cheked {
	border: 2px solid #09B0D4;
	background: #09B0D4;
}
.hint_agreement .checkbox span.input-checkbox,
.hint_agreement .checkbox span.input-checkbox:hover i {
	color: #fff;
}
.hint_agreement .checkbox span.input-checkbox {
	width: 14px;
	height: 14px;
}
.popup-window-content .hint_agreement .checkbox span.input-checkbox {
	width: 18px;
	height: 18px;
}
.hint_agreement {
	font-size: 12px;
}
.pop-up .popup-window-close-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: -20px !important;
	top: -20px !important;
}
.pop-up.forms form {
	padding: 20px 30px;
}
.pop-up .popup-window-titlebar {
	padding: 25px 20px 4px 30px;
}

.hint_agreement .checkbox span.input-checkbox.cheked:hover {
	border: 2px solid #09b0d4;
}
.hint_agreement .checkbox span.input-checkbox i {
	line-height: 14px;
}
.pop-up .popup-window-close-icon i {
	color: transparent !important;
}
.pop-up .popup-window-close-icon:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('images/close-icon-wht.svg') no-repeat center;
	background-size: 16px;
}
.pop-up.forms .submit {
	margin-bottom: 10px;
}
.pop-up.forms .info {
	vertical-align: top;
	padding-left: 30px;
}
.pop-up.forms .info .image {
	border-radius: 6px;
	border: 1px solid #EBEBEB;
}



/* PAGINATION */
.pagination ul li {
	width: 40px;
	height: 40px;
	background: #fff;
	border: none;
	margin: 0 12px 0 0;
}
.pagination ul li.active {
	border: none;
	background: #09B0D4;
}
.pagination ul li a,
.pagination ul li span {
	line-height: 40px;
}
.pagination ul li:hover {
	border: none;
	background: #09B0D4;
}
.pagination ul li.points:hover {
	border: none;
	background: #fff;
}
.pagination ul li.active:hover {
	background: #8b92a5;
}
.pagination ul li.first,
.pagination ul li.last {
	border: none !important;
	padding: 0 10px;
	background: transparent;
}
.pagination ul li.first a,
.pagination ul li.last a {
	color: #a9a9a9;
}

/* SORT */
.count_items,
.catalog-item-sorting,
.catalog-item-limit {
	font-size: 14px;
	color: #9D9D9D;
}
.catalog-item-sorting a.selected,
.catalog-item-sorting a.selected:hover,
.catalog-item-limit a.selected,
.catalog-item-limit a.selected:hover {
	color: #fff;
	border: 1px solid #363d44;
	background: #363d44;
}
.catalog-item-view a.selected,
.catalog-item-view a.selected:hover {
	border: 1px solid #363d44;
	background: #363d44;
}
/* CATALOG */
.catalog-section .catalog-section-title a,
.catalog-section .catalog-section-title .catalog-section-title__link {
	display: block;
	font-size: 22px;
	text-decoration: none;
	font-weight: 600;
	color: #17bde1;
	border-bottom: 1px solid #EBEBEB;
	padding: 0 0 10px;
	margin: 0 0 15px;
	cursor: pointer;
}
.catalog-section .catalog-section-title a:hover, .catalog-section .catalog-section-title .catalog-section-title__link:hover {
	color: #09B0D4;
	border-color: #EBEBEB;
}
.btn_buy:disabled i {
	color: #ffffff;
}



/* HEADR FIXED */
.header_fixed {
	position: fixed;
	top: -120px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	backface-visibility: hidden;
	transition: all .3s ease;
}
.header_fixed.show_fixed {
	top: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);
}
.header_fixed__row {
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_fixed__menu ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.header_fixed__menu ul li {
	list-style-type: none;
	float: left;
	position: relative;
	margin-right: 20px;
}
.header_fixed__menu ul li a {
	color: #34383d;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}
.header_fixed__menu ul li a:hover {
	color: #09B0D4;
	text-decoration: none;
}
.header_fixed__left {
	display: flex;
	align-items: center;
}
.header_fixed .logo {
	float: left;
	margin-right: 30px;
}
.header_fixed .logo img {
	display: block;
	width: 35px;
}
.header_fixed .top_menu__btns .button {
	height: 40px;
	line-height: 40px;
}
.header_fixed .top_menu__btns .button:last-child {
	margin-right: 0;
}




.popup_block__text {
	width: 800px;
	padding: 40px;
}
.popup_block__text ol,
ul {
	margin: 0;
	padding: 0;
}
.popup_block__text ol {
	display: block;
	margin-bottom: 50px;
	counter-reset: myCounter;
	list-style-type: none;

}
.popup_block__text ol li {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;

}
.popup_block__text ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter)".";
	display: inline-block;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border: 0;
	outline: none;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #E5EDEE;
}
.fancybox-close-small:after,
.fancybox-close-small:before {
	content: " ";
	width: 2px;
	height: 16px;
	background: #161616;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 0;
}
.fancybox-close-small:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close-small:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-close-small:hover:before,
.fancybox-close-small:hover:after {
	background: #161616;
}





/* CONTACT PAGE */
.contact_page {
	position: relative;
	width: 100%;
}
.contact_page .contact p.smalllabel {
	font-size: 12px;
	color: #9D9D9D;
	margin-bottom: 4px;
	margin-top: 0;
	padding-bottom: 0;
}

.contact_page__row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.contact_page .contact {
	width: 40%;
	padding-right: 40px;
	box-sizing: border-box;
}
.contact_page .contact_page__map {
	border-radius: 6px;
	overflow: hidden;
	width: 60%;
}
.contacts_page__how {
	justify-content: space-between;
}
.contacts_page__col {
	width: 100%;
	display: flex;
}
.contacts_page__col img {
	flex-shrink: 1;
	margin-right: 30px;
	max-width: 70px;
}
.contacts_page__how p.label {
	font-size: 14px;
	color: #888888;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* CATALOG */
.catalog-item-card .item-image a img {
	max-width: 100%;
}


.tabs-wrap {
	position: relative;
	width: 100%;
	display: block;
}

.burger {
	position: relative;
	float: left;
	width: 30px;
	height: 40px;
	display: none;
}
.burger span {
	position: absolute;
	width: 30px;
	height: 2px;
	background: #34383d;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.burger span:after,
.burger span:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #34383d;
	left: 0;
}
.burger span:after {
	top: -8px;
}
.burger span:before {
	bottom: -8px;
}

body.lock {
	overflow: hidden;
}
.mobile_block {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	left: -9999px;
	opacity: 0;
	z-index: 1001;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0);
	transition: background .3ms ease;
}
.mobile_block.show {
	left: 0;
	opacity: 1;
	background: rgba(0, 0, 0, .3);
}
.mobile_block__close {
	float: left;
	width: 100%;
	position: relative;
	padding: 10px 0;
	margin-bottom: 20px;
	margin-top: -10px;
}
.mobile_block__close img {
	user-select: none;
	width: 22px;
}
.mobile_block__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #34383d;
	width: 80%;
	transform: translateX(-100%);
	transition: all .3s ease;
}
.mobile_block__inner.show {
	transform: translateX(0);
}
.mobile_block__content {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background: #34383d;
}
.mobile_block__menu {
	float: left;
	position: relative;
	width: 100%;
	color: #fff;
}
.mobile_block__menu ul {
	display: block;
	margin: 0;
	padding: 0;
}
.mobile_block__menu ul li {
	display: block;
	list-style-type: none;
}
.mobile_block__menu ul li a {
	font-size: 20px;
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
}
.mobile_block__content .contact {
	float: left;
	position: relative;
	width: 100%;
	color: #fff;
	padding-top: 20px;
	border-top: 1px solid #5a5a5a;
	margin-top: 30px;
}
.mobile_block__content .contact a.phone {
	color: #fff;
	font-size: 19px;
}


/* SERVICES PAGE */
.services_link__container {
	display: flex;
	flex-wrap: wrap;
}
.services_link__item {
	display: flex;
	margin-bottom: 20px;
}
.services_link {
	position: relative;
	float: left;
	width: 100%;
	background-color: #363D44;
	border-radius: 6px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	padding: 30px;
	height: 220px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}
.services_link:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	transition: all .3s ease;
}
.services_link:hover:after {
	background: rgba(9, 176, 212, .5);
}
.services_link span.title {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 3;
}
.services_block:first-child
{
	padding-top: 15px;
}

.services_block__container .services_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.services_block__container .services_block .block_wht .row {
	display: flex;
	flex-wrap: wrap;
}
.services_block__container .services_block:nth-child(even) .block_wht .row {
	flex-direction: row-reverse;
}
.services_block__container .services_block img {
	display: block;
	width: 100%;
	border-radius: 6px;
}



.content_block ul {
	margin: 0;
	padding: 0;
}
.content_block ul li {
	list-style-type: none;
	padding-left: 16px;
	margin-bottom: 10px;
	position: relative;
}
.content_block ul li:after {
	content: " ";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #09B0D4;
	top: 11px;
	left: 0;
}
article.content_block.block_wht{
	margin-bottom: 0;
}
article.content_block.block_wht p:last-child{
	padding-bottom: 0;
}

.about_vendors__list .row {
	display: flex;
	flex-wrap: wrap;
}
.about_vendors__item {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
}
.about_vendors__item a img {
	max-width: 80%;
	max-height: 80px;
}
.about_vendors__item a span {
	float: left;
	position: relative;
	width: 100%;
}
.about_vendors__item a span:first-child {
	height: 80px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header.header_new .logo.desktop,
.header_top__search_btn.desktop {
	display: block;
}
header.header_new .logo.mobile,
.header_top__search_btn.mobile {
	display: none;
}
.seo_text ul,
.services_block__container .services_block .block_wht ul {
	margin: 0;
	padding: 0;
}
.seo_text ul li,
.services_block__container .services_block .block_wht ul li {
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 10px;
	position: relative;
}
.seo_text ul li:after,
.services_block__container .services_block .block_wht ul li:after {
	content: " ";
	position: absolute;
	width: 14px;
	height: 2px;
	background: #09B0D4;
	top: 11px;
	left: 0;
}
.seo_text ul li:after {
	top: 10px;
}

.about_graf .graf {
	float: left;
	position: relative;
	width: 100%;
	height: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: #E5EDEE;
	margin: 20px 0;
}
.about_graf .graf>span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #09B0D4;
}
.about_graf__img {
	float: left;
	position: relative;
	width: 100%;
	margin: 30px 0;
}
.about_graf__img img {
	display: inline-block;
	max-width: 60%;
}
.about_graf {
	text-align: center;
}
.about_graf__text {
	padding: 0 10%;
}
.about_graf__text strong {
	font-size: 20px;
}
.servers_sidebar__list--btn {
	display: none;
}
.servers_sidebar__list--btn {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	position: relative;
}
.servers_sidebar__list--btn:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #363D44;
	border-right: 2px solid #363D44;
	transform: rotate(45deg);
	margin-top: -4px;
}
.seo_text {
	float: left;
	position: relative;
	width: 100%;
}

/* SIDEBAR BANNER */

.sidebar_banner {
	position: relative;
	width: 100%;
}
.sidebar_banner__link {
	display: block;
	position: relative;
	width: 100%;
	background: #09B0D4;
	padding: 20px;
	color: #fff;
	border-radius: 6px;
	text-decoration: none !important;
}
.sidebar_banner__link .button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.sidebar_banner__link.sidebar_banner__shd {
	background: #9CC218;
}

.sidebar_banner__link.sidebar_banner__lizing {
	background: linear-gradient(45deg, #91c366, #45a999) !important;
	margin-bottom: 30px;
}

.sidebar_banner__link.sidebar_banner__lizing b {
	color: #2e2e2e;
}

.sidebar_banner__link.sidebar_banner__hpe {
	background: #01a982;
}

.sidebar_banner__link.sidebar_banner__lenovo {
	background: #e5453d;
}
.sidebar_banner__link.sidebar_banner__supermicro {
	background: #FD8107;
	position: relative;
}
.sidebar_banner__link h3 {
	color: #fff;
	text-decoration: none;
}
.sidebar_banner__link img {
	display: block;
	width: 100%;
	margin: 30px 0;
}
.sidebar_banner__link.sidebar_banner__huawei {
	background: #fff;
	position: relative;
}
.sidebar_banner__link.sidebar_banner__huawei h3{
	color: #000;
}
.sidebar_banner__link.sidebar_banner__huawei .button {
	background: #c7000b!important;
}

/* FORM KP */
.form_kp {
	position: relative;
	width: 100%;
}
.form_kp__row {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.form_kp__col {
	position: relative;
	width: 50%;
}
.form_kp__form {
	padding-right: 60px;
	box-sizing: border-box;
}
.form_kp__input {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.form_kp__input.hidden {
	display: none;
}
.form_kp__input label {
	display: block;
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #9D9D9D;
}
.form_kp__input label.pseudofile {
	color: #09B0D4;
}
.form_kp .smalllabel {
	display: block;
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #9D9D9D;
}
.form_kp__input textarea {
	position: relative;
	width: 100%;
	background: #E5EDEE;
	border: 2px solid #E5EDEE;
	padding: 20px;
	height: 120px;
	border-radius: 6px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #363D44;
}
.form_kp__input textarea:focus {
	border: 2px solid #363D44;
}
.form_kp__input input:not(.iti__search-input) {
	position: relative;
	width: 100%;
	height: 50px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #E5EDEE;
	border: none;
	border-radius: 6px;
	padding: 0 20px;
}


/* CATALOG LIST */
.catalog-item-list-view .catalog-item {
	margin: 0 0 20px 0;
	border: none;
	background: #fff;
	border-radius: 6px;
	transition: all .3s ease;
}
.catalog-item-list-view .catalog-item:hover {
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);
}

.catalog-item-list-view .catalog-item .catalog-item-info {
	border: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.catalog-item-list-view .catalog-item .catalog-item-image .sticker-cont {
	left: -28px;
}

.catalog-item-list-view .catalog-item .catalog-item-title a {
	color: #363D44;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.catalog-item-list-view .catalog-item .catalog-item-title a:hover {
	color: #09B0D4;
}
.catalog-item-list-view .catalog-item .article {
	color: #9c9c9c;
}
.list_card_column__left {
	flex-grow: 1;
	display: flex;
	padding-right: 40px;
	box-sizing: border-box;
	width: 70%;
}
.list_card_column__right {
	border-left: 1px solid #EBEBEB;
	width: 30%;
	padding-left: 40px;
	flex-shrink: 0;
	box-sizing: border-box;

}
.catalog-item-list-view .catalog-item .catalog-item-desc {
	width: auto;
	flex-grow: 1;
}

.catalog-item-list-view .catalog-item .buy_more {
	float: left;
	position: relative;
	width: 100%;
	right: auto;
	bottom: auto;
}
.catalog-item-list-view .catalog-item .catalog-item-image-cont {
	margin-top: 0;
	width: 140px;
}
.catalog-item-list-view .catalog-item .catalog-item-image img {
	width: auto;
	max-width: 140px;
	height: auto;
	max-height: 140px;
}
.catalog-item-list-view .catalog-item .catalog-item-image {
	width: 140px;
	height: 140px;
}
.catalog-item-list-view .catalog-item .catalog-item-image-cont {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.galery-in-item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.galery-in-item a{
	width: fit-content;
}

.galery-img{
	width: 50px;
	transition: 0.2s all;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px;
}

.galery-img:hover{
	transform: scale(1.10);
	border: 1px solid #ddd;
}


.catalog-item-list-view .catalog-item .buy_more .apuo {
	border: 1px solid #09B0D4;
	background: #09B0D4;
	color: #fff;
}

.catalog-item-list-view .catalog-item .buy_more .apuo:hover {
	border: 1px solid #13c8f1;
	background: #13c8f1;
}

.catalog-item-list-view .catalog-item .btn_buy.apuo i {
	color: #fff;
}

.catalog-item-list-view .catalog-item .item-price {
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 6px;
}

.catalog-item-list-view .catalog-item .buy_more .qnt_cont {
	position: relative;
	width: 80px;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 6px;
	overflow: hidden;
}



.catalog-item-list-view .catalog-item .buy_more .avl span,
.catalog-item-list-view .catalog-item .buy_more .not_avl span {
	font-size: 14px;
	color: #9cc218;
	margin-bottom: -2px;
	display: inline-block;
}
.catalog-item-list-view .catalog-item .buy_more .avl,
.catalog-item-list-view .catalog-item .buy_more .not_avl {
	display: flex;
	align-items: center;
	float: left;
}
.catalog-item-list-view .catalog-item .buy_more .avl img,
.catalog-item-list-view .catalog-item .buy_more .not_avl img {
	display: block;
	margin-right: 6px;
}

.catalog-item-list-view .catalog-item .catalog-item-price {
	color: #363D44;
	font-size: 26px;
	font-weight: 900;
}


.catalog-item-list-view .catalog-item .buy_more .add2basket_block {
	float: left;
	position: relative;
	width: 100%;
}
.catalog-item-list-view .catalog-item .buy_more a[name="add2basket"],
.catalog-item-list-view .catalog-item .buy_more .apuo {
	position: relative;
	width: auto;
	height: 55px;
	right: auto;
	top: auto;
	margin: 0;
	padding: 0 20px;
	flex-grow: 1;
	float: left;
	font-weight: 600;
	text-transform: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.catalog-item-list-view .catalog-item .buy_more .apuo {
	width: 100%;
}
.catalog-item-list-view .catalog-item .buy_more button[name="add2basket"] i,
.catalog-item-list-view .catalog-item .buy_more .apuo i {
	font-size: 21px;
	margin-top: -1px;
}

.catalog-item-list-view .catalog-item .buy_more button[name="add2basket"].btn_buy__fullwth,
.catalog-item-list-view .catalog-item .buy_more .apuo.btn_buy__fullwth {
	width: 100%;
}
.catalog-item-list-view .catalog-item .buy_more .add2basket_block .add2basket_form {
	display: flex;
	flex-wrap: wrap;
}
.catalog-item-list-view .catalog-item .card_count__holder {
	flex-shrink: 0;
	width: 80px;
	margin-right: 10px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.catalog-item-list-view .catalog-item .buy_more a.minus,
.catalog-item-list-view .catalog-item .buy_more a.plus {
	width: 22px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 3;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E5EDEE;
}
.catalog-item-list-view .catalog-item .buy_more a.minus:hover,
.catalog-item-list-view .catalog-item .buy_more a.plus:hover {
	background: #363D44;
}
.catalog-item-list-view .catalog-item .buy_more a.minus {
	left: 0;
}
.catalog-item-list-view .catalog-item .buy_more a.plus {
	right: 0;
}
.catalog-item-list-view .catalog-item .buy_more input[name="quantity"] {
	width: 100%;
	height: 100%;
	padding: 0 22px;
	z-index: 1;
	position: relative;
	border: none;
	background: #E5EDEE;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.catalog-item-list-view .catalog-item .buy_more .delay,
.catalog-item-list-view .catalog-item .buy_more .compare {
	display: none;
}

.catalog-item-list-view .catalog-item .buy_more .available {
	width: 100%;
	margin-bottom: 20px;
}
/* FOOTER FORM */
.footer_form {
	position: relative;
	width: 100%;
	background: #24274b;
	color: #fff;
	margin-top: 40px;
}
.footer_form__row {
	position: relative;
	width: 100%;
	background-size: 65%;
	background: url('/upload/medialibrary/74d/mgahq7aw6arlyrqzkntejbqmtgfeq90a.jpg') no-repeat center right;
	padding: 100px 0;
}
.footer_form__col {
	position: relative;
	width: 36%;
}
.footer_form h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.footer_form__row input[type="text"] {
	color: #000 !important;
}
@media only screen and (max-width : 1400px) {
	.center {
		/*width: 1200px*/
	}
	.homepage_about .center {
		padding: 150px 20px 100px 20px;
	}
	.catalog-item-list-view .catalog-item .buy_more .qnt_cont {
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width : 1370px) {
	.catalog-item-card {
		width: 33.33%;
	}
	header .cart_line .cart img {
		width: 25px;
		margin-left: -2px;
	}
	header .cart_line .cart {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_bottom .header_btns .top_menu__btns {
		margin-right: 0;
	}
	header .contact {
		padding: 0 0 0 20px;
	}
	header.header_new .logo a {
		width: 235px;
		display: block;
	}
}
@media only screen and (max-width : 1100px) {
	.center {
		width: 100%;
		min-width: 240px;
		display: block;
		float: left;
	}
	.advantages .advantages-item {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.advantages {
		margin-bottom: 30px;
	}
	.catalog-item-card .catalog-item-info {
		height: auto;
	}
	.homepage_about {
		margin-top: 100px;
	}
	.catalog-detail .column.first {
		width: 50%;
	}
	.catalog-detail .column.three {
		width: 50%;
	}
	.yandex-rating-top{
		display: none;
	}
}
@media (max-width: 1068px) {
	.header-links{
		display: none;
	}
}
@media only screen and (max-width : 992px) {
	.catalog-item-card .card_count__holder {
		width: 100%;
		height: 46px;
		margin: 0 0 10px 0;
	}
	.catalog-item-card .catalog-item-price {
		font-size: 22px;
	}
	.header_top__search_btn{
		display: none;
	}
	.catalog-item-card {
		width: 50%;
	}

	.mobile-menu-burger{
		display: block;
	}
	.header_fixed__menu,
	.top-menu {
		display: none;
	}
	.burger {
		display: block;
	}
	.header_contact {
		display: none;
	}
	.demo_btn__link span.mobile {
		margin-right: 0;
		display: none;
	}
	.server_btn__link span.icon {
		display: block;
	}
	.server_btn__link span.text {
		display: none;
	}
	.demo_btn__link span.text {
		font-weight: 600;
	}
	.top_menu__btns .button {
		padding: 0 16px;
	}
	.server_btn__container,
	.top_menu__btns .button {
		margin-right: 14px;
	}
	.homepage_slider .slide .slide_content {
		width: 50%;
	}
	.homepage_slider .slide .slide_title {
		font-size: 42px;
	}
	.homepage_slider .slide .slide_title .h1er {
		font-size: 42px;
	}
	.demo_inputs__col--left {
		width: 100%;
		margin-right: 0;
	}
	.demo_inputs__col--right {
		width: 100%;
	}

	.contact_page .contact {
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	.contact_page .contact_page__map {
		width: 100%;
	}
	.contacts_page__col {
		width: 100%;
		margin-bottom: 20px;
	}
	header.header_new .logo.desktop,
	.header_top__search_btn.desktop {
		display: none;
	}
	header.header_new .logo.mobile,
	.header_top__search_btn.mobile {
		display: flex;
	}
	.header_bottom {
		padding: 18px 0;
		align-items: center;
		justify-content: space-between;
	}
	.popup_block__text {
		width: 90%;
	}
	.thank_container {
		flex-wrap: wrap;
	}
	.thank_col__left,
	.thank_col__right {
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}
	.thank_col__left {
		margin-bottom: 30px;
	}

	.filtered-items .h3 {
		margin-bottom: 20px;
	}
	.filtered-items,
	.filtered-items .catalog-item-cards {
		float: left;
		position: relative;
		width: 100%;
		margin: 0;
	}
	.filtered-items .catalog-item-cards {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.filtered-items .catalog-item-cards .catalog-item-card {
		padding: 0;
		width: 48%;
		height: auto !important;
	}

	.footer_form__col {
		width: 100%;
	}
	.footer_form__row {
		background: none;
		padding: 60px 0;
	}
}

@media only screen and (max-width : 768px) {
	.banners-main__item,
	a.banners-main__item {
		width: 100% !important;
	}
	.banners-main__item:first-child {
		margin-bottom: 20px;
	}
	header .cart_line .cart {
		padding: 0 15px;
		height: 40px;
	}
	.top_menu__btns .button {
		height: 40px;
		padding: 0 10px;
	}
	.advantages .advantages-item {
		width: 50%;
	}
	.homepage_about .center {
		padding: 100px 20px 100px 20px;
	}
	.footer_row .footer_contact {
		width: 100%;
	}
	.footer_row {
		padding-top: 30px;
	}
	.homepage_slider .slide .slide_title {
		font-size: 36px;
	}
	.homepage_slider .slide .slide_title .h1er {
		font-size: 36px;
	}

	.configurator_fix_panel .price .price_inner {
		display: block;
		font-size: 20px;
	}

	.catalog-detail .column.three {
		padding-left: 40px;
	}
	.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo {
		width: 100%;
		margin-left: 0;
	}
	.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo .advantages {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
	}
	.catalog-detail .advantages .advantages-item:last-child {
		margin-top: 0;
	}
	.catalog-detail .advantages .advantages-item {
		margin-bottom: 0;
		width: 32%;
	}
	.demo_submit .button {
		width: 100% !important;
	}
	.servers_form .servers_item .servers_content .button_servers {
		width: 100% !important;
	}
	.servers_form__footer>.servers_form__submit {
		margin-right: 0 !important;
	}
	.services_block__container .services_block .col-sm-5 {
		margin-bottom: 30px;
	}
	.services_block__container .services_block h2,
	.services_block__container .services_block .h2 {
		font-size: 24px;
	}
	.thank_container .button {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.thank_container .checkmark {
		width: 120px;
		height: 120px;
	}
	.thank_container .button>span.text>span {
		display: none;
	}
	.configurator_page__container .configurator_page__column {
		display: flex;
		flex-direction: column-reverse;
	}
	.servers_sidebar__list {
		width: 100%;
	}
	.servers_sidebar__list ul {
		display: none;
		position: relative;
		width: 100%;
		padding-top: 20px;
	}
	.servers_sidebar__list h3 {
		display: none;
	}
	.servers_sidebar__list--btn {
		display: block;
	}
	.sidebar_banner {
		display: none;
	}

	.form_kp__col {
		float: left;
		position: relative;
		width: 100%;
	}
	.form_kp__form {
		padding-right: 0;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width : 660px) {
	/* header.header_new .logo {
        width: 45%;
    } */
	/*header.header_new .logo a {
		width: 100%;
	}*/
	.homepage_slider .slide .slide_title {
		font-size: 30px;
	}
	.homepage_slider .slide .slide_title .h1er {
		font-size: 30px;
	}
	.homepage_slider .slide .slide_title .h2er {
		font-size: 16px;
	}
	.homepage_slider .slide .slide_content {
		width: 100%;
	}
	.homepage_slider .slide .slide_img {
		position: relative;
		width: 100%;
		right: 0;
		float: left;
		left: auto;
		top: auto;
		bottom: auto;
		align-items: center;
		padding: 40px 32px 0 32px;
		box-sizing: border-box;
	}
	.homepage_slider .slide {
		padding-bottom: 0;
	}
	.homepage_slider .slide .slide_img img {
		display: block;
		height: auto;
		width: 100%;
	}
	.homepage_slider .slide .slide_img {
		margin-bottom: -100px;
	}
	.banners-main__item-block {
		padding: 30px 40% 30px 20px;
	}

	.catalog-detail-element .catalog-detail.catalog-detail__main_block .prodinfo .advantages {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.catalog-detail .advantages .advantages-item:last-child {
		margin-top: 0;
	}
	.catalog-detail .advantages .advantages-item {
		margin-bottom: 20px;
		width: 100%;
	}

	.catalog-detail-element .catalog-detail.catalog-detail__main_block .block_wht {
		padding: 20px;
	}
	.catalog-detail .column.first {
		width: 100%;
		padding: 0;
	}
	.catalog-detail .column.three {
		width: 100%;
		padding: 0;
	}
	.catalog-detail-pictures .detail_picture .catalog-detail-images {
		padding-left: 0;
		box-sizing: border-box;
	}
}

@media only screen and (max-width : 480px) {
	.catalog-item-card {
		width: 100%;
	}
	.filtered-items .catalog-item-cards .catalog-item-card {
		padding: 0;
		width: 100%;
	}
	.tabs__box .filtered-items .catalog-item-card {
		padding: 0;
	}
	.homepage_about .center {
		padding: 80px 20px 80px 20px;
	}
	.homepage_about {
		font-size: 16px;
	}
	.homepage_slider .slide {
		padding-top: 40px;
	}
	.homepage_slider .slide .slide_img {
		margin-bottom: -40px;
	}
	.advantages .advantages-item {
		width: 100%;
	}
	.advantages-item-text span.mobile {
		display: block;
	}
	.advantages-item-text span.text {
		display: none;
	}
	.conf_card__container {
		width: 100%;
	}
	.block_wht {
		padding: 20px;
	}
	.servers_form .servers_item .servers_content .servers_left {
		margin-right: 0;
	}
	.servers_form .servers_item .servers_content .info_configs {
		padding: 15px 0;
	}
	.contacts_page__col {
		flex-direction: column;
		align-items: flex-start;
	}
	.contacts_page__col img {
		flex-shrink: 1;
		margin-bottom: 20px;
	}


	.header_top__search--inner {
		padding: 22px 0 40px 0;
	}
	.header_top__search_btn span.text {
		display: none;
	}
	.header_top__search_btn.mobile {
		width: 40px;
		height: 40px;
		border-radius: 6px;
		background: #e5edee;
		align-items: center;
		justify-content: center;
	}
	.header_top__search_btn span.icon {
		margin: 0;
	}/*
	header.header_new .logo a {
		width: 91%;
	}*/
	.services_link span.title {
		font-size: 20px;
	}
	.services_link {
		padding: 20px;
	}

	.catalog-item-list-view .catalog-item .catalog-item-image-cont {
		width: 100%;
	}
	.catalog-item-list-view .catalog-item .catalog-item-image {
		width: 100%;
		height: auto;
	}
	.catalog-item-list-view .catalog-item .catalog-item-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.catalog-item-list-view .catalog-item .catalog-item-image img.manufacturer {
		width: 60px;
	}
}


/***VENDORS***/
.vendors-section-list {
	width: 100%;
	margin: 0;
	padding: 0;
}

.vendors-section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}


.vendors-section-item {
	position: relative;
	box-sizing: border-box;

}
.vendors-section-item a {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	display: flex;
	box-sizing: border-box;
	border: none !important;
}
.vendors-section-item a .item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: none !important;
}
.vendors-section-item a:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);
}
.catalog_section_wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.catalog_section_filter {
	position: relative;
	width: 22%;
	padding-right: 40px;
	box-sizing: border-box;
}
.catalog_section_block {
	position: relative;
	width: 78%;
	box-sizing: border-box;
}












/* FILTER */
.smart-filter {
	float: left;
	position: relative;
	width: 100%;
}
.smart-filter-section {
	float: left;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09), 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.07);

	box-sizing: border-box;
}
.smart-filter-title {
	color: #363d44;
}

.d-flex.justify-content-between {
	justify-content: space-between;
}
.smart-filter-input-container input {
	display: block;
	width: 75%;
	padding: 8px;
	border: 1px solid #ccc;
}
.smart-filter-parameters-box-title {
	font-weight: 600;
	font-size: 15px;
}
.smart-filter-slider-ruler {
	background: transparent;
}
.smart-filter-slider-ruler.p2,
.smart-filter-slider-ruler.p3,
.smart-filter-slider-ruler.p4 {
	display: none;
}
.smart-filter-slider-handle {
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	top: -7px;
	box-sizing: border-box;
}
.smart-filter-slider-handle.left {
	border: 4px solid #09B0D4;
}
.smart-filter-slider-handle.right {
	border: 4px solid #09B0D4;
}
.smart-filter-slider-range {
	z-index: 70;
}
.smart-filter-slider-price-bar-vd {
	background: #09B0D4;
}
.smart-filter-slider-track-container {
	padding: 25px 15px 25px;
}


.smart-filter .smart-filter-input-group-checkbox-list .form-group.form-check {
	margin-bottom: 8px;
}
.smart-filter .smart-filter-input-group-checkbox-list .form-group.form-check:last-child {
	margin-bottom: 0;
}
.smart-filter .form-group.form-check input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
.smart-filter .form-group.form-check label {
	padding-left: 24px;
	position: relative;
	line-height: 19px;
	cursor: pointer;
}
.smart-filter .form-group.form-check label span.icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background: #dcdcdc;
	border-radius: 4px;
}
.smart-filter .form-group.form-check label span.icon:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) scale(0);
	opacity: 0;
	transition: all .3s ease;
	top: 4px;
	left: 7px;
}
.smart-filter .form-group.form-check input:checked+label span.icon {
	background: #09B0D4;
}
.smart-filter .form-group.form-check input:checked+label span.icon:after {
	transform: rotate(45deg) scale(1);
	opacity: 1;
}
.smart-filter .form-group.form-check label.disabled {
	opacity: .5;
}

.smart-filter-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.smart-filter-buttons .button_fluid {
	width: 100%;
	padding: 0;
	text-align: center;
	transition: all .3s ease;
}
.smart-filter-buttons .button_fluid:hover {
	background: #13c8f1;
}
.smart-filter-buttons .btn_reset_filter {
	display: inline-block;
	padding: 10px 10px 0;
	background: transparent;
	border: none;
	outline: none;
	color: #09B0D4;
	cursor: pointer;
}

.smart-filter {
	min-width: auto;
}

@media only screen and (max-width : 1240px) {
	.catalog_section_block {
		width: 70%;
	}
	.catalog_section_filter {
		width: 30%;
	}
}
@media only screen and (max-width : 860px) {
	.catalog_section_block {
		width: 100%;
	}
	.catalog_section_filter {
		width: 100%;
		padding-right: 0;
	}
	.smart-filter-form {
		display: none;
	}
	.smart-filter-title {
		margin-bottom: 17px;
		color: #000;
		font-size: 16px;
		padding: 16px 20px 0;
		box-sizing: border-box;
		font-weight: bold;
		position: relative;
	}
	.smart-filter-title:after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 19px;
		width: 6px;
		height: 6px;
		margin-top: 3px;
		border-bottom: 2px solid #444;
		border-right: 2px solid #444;
		transform: rotate(45deg);

	}
}

a.header_recall {
	color: #09b0d4;
	text-decoration: none;
}
.header_recall:hover {
	color: #9cc218;
	text-decoration: none;
}




/* лицензии */
.licensies_container {
	float: left;
	position: relative;
	width: 100%;
	z-index: 3;
}
.licensies_container select {
	display: none;
}

.licensies_container .lic_name,
input.lic_count__input {
	padding: 8px 0 8px 0;
	text-indent: 0.01px;
	word-spacing: 0;
	font-size: 14px;
	outline: none;
	background: #E5EDEE;
	border: 1px solid #E5EDEE;
	border-radius: 6px;
	color: #363D44;
	width: 85px;
	min-width: 85px;
	text-align: center;
}
.licensies_container .servers_field__row {
	margin-bottom: 20px;
}
.licensies_container .lic_name {
	width: 100%;
	display: block;
	text-align: left;
	padding-left: 23px;
}
.servers_form .licensies_container .servers_item .servers_content {
	align-items: flex-start;
}
.servers_form .licensies_container .servers_item .servers_content .servers_left {
	width: 60px;
}
.servers_form .licensies_container .servers_item .servers_content .servers_left img {
	width: 38px;
	height: 38px;
	float: right;
}
/* .licensies_container .servers_left {
    opacity: 0;
    pointer-events: none;
} */
.licensies_container .licensies__list {
	display: none;
	float: left;
	position: relative;
	width: 100%;
}
.licensies_container .licensies_btn {
	cursor: pointer;
}
.licensies_container .licensies_btn:hover {
	color: #09b0d4;
}
.servers_form .servers_item.licensies_container .servers_content {
	align-items: flex-start;
}

.licensies_btn {
	position: relative;
	float: left;
	padding-left: 80px;
	padding-bottom: 6px;
	padding-top: 4px;
}

.server_btn__link--mobile {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 3;
	background: transparent;
}


@media only screen and (max-width : 768px) {
	.servers_form .licensies_container .servers_item .servers_content .servers_left {
		width: auto;
	}
	.servers_form .licensies_container .servers_item .servers_content .servers_left img {
		width: 35px;
		height: 35px;
		float: left;
	}

	.servers_form .licensies_container .servers_item .servers_content .servers_field__row {
		flex-wrap: nowrap;
	}
	.servers_form .licensies_container .servers_item .servers_content .servers_inner {
		padding: 7px 10px 0 10px;
		box-sizing: border-box;
		margin: 6px 0;
		justify-content: center;
		align-items: flex-start;
	}
	.servers_form .licensies_container .servers_item .servers_content .servers_count {
		width: 60px;
	}
	.licensies_container .lic_name,
	input.lic_count__input {
		width: 60px;
		min-width: 60px;
	}
	input.lic_count__input {
		height: 35px;
		padding: 0;
	}

	.licensies_container .lic_name {
		height: auto;
		overflow-y: hidden;
		padding: 6px 15px;
		line-height: 20px;
		width: 100%;
	}
	.licensies_btn {
		position: relative;
		float: left;
		padding-left: 5px;
		padding-bottom: 22px;
	}

	.server_btn__link--mobile {
		display: block;
	}
	.detail-image-centerer {
		height: auto;
		text-align: center;
		display: block;
	}
	a.btn_buy.subscribe_anch.scroller{
		font-size: 12px !important;
	}
	.detail-image-centerer{
		min-height: 150px;
		display: flex;
		align-items: center;
	}
	.config-selects .config-select{
		width:100%;
	}
	.config-selects{
		display: block;
	}
	.mtop{
		margin-top:25px;
	}
}

.pop-up.forms .alert {
	padding: 0;
	margin: 0;
	display: block;
}
.pop-up.forms .row {
	margin-right: 0;
	margin-left: 0;
}
.pop-up.forms .hint_agreement .label,
.pop-up.forms .hint_agreement .checkbox {
	display: table-cell;
	height: 45px;
	color: #333;
}
.pop-up.forms .hint_agreement .label {
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	white-space: normal;
	vertical-align: baseline;
	border-radius: 0;
}
.pop-up.forms .hint_agreement .checkbox span.input-checkbox.cheked {
	border: 2px solid #09B0D4;
	background: #09B0D4;
}

.configurator_page__shd .servers_item__form_dop {
	margin-top: 0 !important;
}
.excl_table {
	border-collapse: collapse;
}
.excl_table tr td {
	border: 1px solid #9D9D9D;
	padding: 6px;
}





.configurator_tile__list .conf_card .conf_card__button {
	background: linear-gradient(45deg, #31d5f9, #09b0d4);
}
.configurator_tile__list .conf_card .conf_card__button:hover {
	background: linear-gradient(45deg, #31d5f9, #09b0d4);
}

.seo_text.green_links a,
.block_content.green_links a,
.conf_tech__content.green_links a,
.servers_sidebar__list.green_links a {
	color: #01a982;
}
.seo_text.green_links a:hover,
.block_content.green_links a:hover,
.conf_tech__content.green_links a:hover,
.servers_sidebar__list.green_links a:hover {
	color: #9cc218;
}
.servers_sidebar__list.green_links li.active a {
	color: #fff;
	background: #01a982;
}
.servers_sidebar__list.green_links li.active a:hover {
	color: #fff;
	background: #01a982;
}
.configurator_page--list.green_links .configurator_tile__list .conf_card__title {
	color: #01a982;
}
.configurator_page--list.green_links .configurator_tile__list .conf_card:hover .conf_card__title {
	color: #9cc218;
}
.configurator_page--list.green_links .configurator_tile__list .conf_card .conf_card__button {
	background: linear-gradient(45deg, #91c366, #45a999) !important;
}
.configurator_detail__content--row.hpe_detail .color-green,
.configurator_detail__content--row.hpe_detail .link {
	color: #01a982;
}

.configurator_detail__content--row.hpe_detail .link:hover {
	color: #9cc218;
}
.configurator_detail__content--row.hpe_detail .server_files__list a {
	color: #01a982;
}

.configurator_detail__content--row.hpe_detail .server_files__list_orange a {
	color: #FD8107;
}

.server_files__list_orange li a img {
	width: 28px;
	margin-right: 10px;
}

.server_files__list_orange li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.2;
	color: #09B0D4;
}

.server_files__list_orange li {
	display: block;
	margin-bottom: 10px;
	list-style-type: none;
}

.configurator_detail__content--row.hpe_detail .waranty_link:hover {
	color: #9cc218;
	border-bottom: 1px dashed #9cc218;
}
.licensies_container .licensies_btn.color-green {
	color: #333;
}
.licensies_container .licensies_btn.color-green:hover {
	color: #01a982;
}

.link_to_form.color-green,
.config_send_to_user.form_hpe .button_servers {
	background: linear-gradient(45deg, #91c366, #45a999) !important;
}
.config_send_to_user.form_hpe a.link {
	color: #01a982;
}
.config_send_to_user.form_hpe a.link:hover {
	color: #9cc218;
}
.config_send_to_user.form_hpe .checkbox input:checked+label>span {
	background: #01a982;
}
.config_send_to_user.form_hpe .form_input__file+label {
	color: #01a982;
}
.config_send_to_user.form_hpe .form_input__file+label:after {
	background-image: url(images/file_icon_green.svg);
}
.config_send_to_user.form_hpe .color-blue {
	color: #01a982;
}

.config_send_to_user.form_hpe .waranty_link:hover {
	color: #01a982;
	border-bottom: 1px dashed #01a982;
	cursor: pointer;
}

/*header*/
.top_menu__btns .button {
	font-weight: 600;
	font-size: 15px;
	padding: 0 20px;
}
.top_menu__btns .server_btn__link span.icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin: 0 14px 0 0;
}
.top_menu__btns .button {
	background: linear-gradient(45deg, #8cc169, #09b0d4) !important;
}
.top_menu__btns .button.button_green {
	background: linear-gradient(45deg, #91c366, #45a999) !important;
}

/*banners*/
.banners-main.three_in__row a.banners-main__item {
	width: 50% !important;
}
.banners-main.three_in__row .banners-main__item-block {
	padding: 36px 40% 46px 36px;
}
.banners-main.three_in__row .banners-main__item-text {
	font-size: 24px;
	line-height: 1.2;
}
.banners-main.three_in__row .banners-main__item-desc {
	font-size: 14px;
	color: #fff;
}
.banners-main__item.banner_hpe .banners-main__item-block-wrap {
	background: #01a982;
}
@media only screen and (max-width : 992px) {
	.banners-main.three_in__row a.banners-main__item {
		width: 100% !important;
		margin-bottom: 30px;
	}
}


.button.button_gradient {
	background: linear-gradient(45deg, #91c366, #45a999) !important;
}
.button {
	background: linear-gradient(45deg, #31d5f9, #09b0d4) !important;
}
.button.button_wht {
	background: #fff !important;
}




.header_bottom .header_btns .top_menu__btns {
	margin-right: 0;
}
@media (min-width: 1299px) {
	.header_bottom .header_btns .top_menu__btns {
		margin-right: 20px;
	}
}
.header_bottom .header_btns .top_menu__btns .demo_btn__link {
	margin-right: 0;
}
@media (max-width: 992px) {
	.header_btns{
		width: 100%;
		justify-content: space-between;
	}
	.top_menu__btns{
		margin-left: 0;
	}
}

.configurator_page__container select {
	cursor: pointer;
}
.demo_inputs textarea,
.demo_input input[type="text"] {
	box-sizing: border-box;
}


.small_text {
	margin-top: 30px;
	color: #9D9D9D;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	white-space: normal;
}

.configurator_tile__list .conf_card .conf_card__title {
	font-size: 25px;
}















/*lenovo*/


.seo_text.red_links a,
.block_content.red_links a,
.conf_tech__content.red_links a,
.servers_sidebar__list.red_links a {
	color: #e2231a;
}
.seo_text.red_links a:hover,
.block_content.red_links a:hover,
.conf_tech__content.red_links a:hover,
.servers_sidebar__list.red_links a:hover {
	color: #ef5952;
}
.servers_sidebar__list.red_links li.active a {
	color: #fff;
	background: #e2231a;
}
.servers_sidebar__list.red_links li.active a:hover {
	color: #fff;
	background: #e2231a;
}
.configurator_page--list.red_links .configurator_tile__list .conf_card__title {
	color: #e2231a;
}
.configurator_page--list.red_links .configurator_tile__list .conf_card:hover .conf_card__title {
	color: #ef5952;
}
.configurator_page--list.red_links .configurator_tile__list .conf_card .conf_card__button {
	background: linear-gradient(45deg, #ef5952, #e2231a);
}
.configurator_page--list.smicro_links .configurator_tile__list .conf_card .conf_card__button {
	background: linear-gradient(45deg, #ef5952, #e2231a) !important;
}
.configurator_detail__content--row.lenovo_detail .color-green,
.configurator_detail__content--row.lenovo_detail .link {
	color: #e2231a;
}
.configurator_detail__content--row.lenovo_detail .link:hover {
	color: #ef5952;
}
.configurator_detail__content--row.lenovo_detail .server_files__list a {
	color: #e2231a;
}
.configurator_detail__content--row.lenovo_detail .waranty_link:hover {
	color: #ef5952;
	border-bottom: 1px dashed #ef5952;
}
.licensies_container .licensies_btn.color-green {
	color: #333;
}
.licensies_container .licensies_btn.color-green:hover {
	color: #e2231a;
}

.config_send_to_user.form_lenovo .button_servers {
	background: linear-gradient(45deg, #ef5952, #e2231a) !important;
}

span.conf_card__button.bubutton {
	background: linear-gradient(45deg, #FD8107, #e2231a) !important;
}

.link_to_form.color-red,
.config_send_to_user.form_lenovo .button_servers {
	background: linear-gradient(45deg, #ef5952, #e2231a) !important;
}

.link_to_form.color-red,
.config_send_to_user.form_smicro .button_servers {
	background: linear-gradient(45deg, #FD8107, #e2231a) !important;
}

span.conf_card__title.butitle{
	color:#FD8107 !important;
}

.config_send_to_user.form_lenovo a.link {
	color: #e2231a;
}.config_send_to_user.form_smicro a.link {
	 color: #FD8107;
 }
.config_send_to_user.form_lenovo a.link:hover {
	color: #ef5952;
}
.config_send_to_user.form_lenovo .checkbox input:checked+label>span {
	background: #e2231a;
}.config_send_to_user.form_smicro .checkbox input:checked+label>span {
	 background: #FD8107;
 }
.config_send_to_user.form_lenovo .form_input__file+label {
	color: #e2231a;
}.pseudofile2 {
	 color: #FD8107 !important;
 }
.config_send_to_user.form_lenovo .form_input__file+label:after {
	background-image: url(images/file_icon_red.svg);
}
.config_send_to_user.form_smicro .form_input__file+label:after {
	background-image: url(/bitrix/templates/elektro_flat/images/file_icon_smicro.svg) !important;
}
.config_send_to_user.form_lenovo .color-blue {
	color: #e2231a;
}.config_send_to_user.form_lenovo .color-smicro {
	 color: #FD8107;
 }

.config_send_to_user.form_lenovo .waranty_link:hover {
	color: #e2231a;
	border-bottom: 1px dashed #e2231a;
	cursor: pointer;
}


.banners-main__item.banner_lenovo .banners-main__item-block-wrap {
	background: #e5453d;
}
.banners-main__item.banner_huawei .banners-main__item-block-wrap {
	background: #fff;
	color: #000;
}
.banners-main__item.banner_huawei .banners-main__item-block-wrap .banners-main__item-desc{
	font-size: 14px;
	color: #7d7d7d;
}
.banners-main__item.banner_huawei .banners-main__item-block-wrap .banners-main__item-button{
	color: #fff;
	background: #c7000b;
}


.banners-main__item.banner_xfusion .banners-main__item-block-wrap {
	background: #34383d;
}
/*
.banners-main__item.banner_xfusion .banners-main__item-block-wrap .banners-main__item-desc{
	font-size: 14px;
	color: #7d7d7d;
}
.banners-main__item.banner_xfusion .banners-main__item-block-wrap .banners-main__item-button{
	color: #fff;
	background: #c7000b;
}
*/

.banners-main.three_in__row a.banners-main__item {
	margin-bottom: 20px;
}
div#specification-tables table {
	color: #383a35;
	width: 100%;
	min-width: 480px;
	margin-bottom: 0;
}

div#specification-tables {
	-webkit-columns: 2 auto;
	columns: 2 auto;
	-webkit-column-gap: 45px;
	column-gap: 45px;
}

div#specification-tables table caption {
	background: linear-gradient(45deg, #91c366, #45a999) !important;
	color: #ffffff;
	padding: calc(1px + 0.1rem) 0.5rem;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
div#specification-tables table tbody tr:nth-child(odd) {
	background-color: #ebebeb;
}




/* жёсткие новьё */
.servers_hide__container {
	float: left;
	position: relative;
	width: 100%;
}
.servers_hide__container .servers_hide__list {
	display: none;
	float: left;
	width: 100%;
}
.servers_hide__btn {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 80px;
	padding-bottom: 6px;
	padding-top: 4px;
	cursor: pointer;
}
.servers_hide__btn:hover {
	color: #e2231a;
}
@media only screen and (max-width : 480px) {
	.configurator_detail__content--row h2,
	.configurator_detail__content--row p.h2 {
		font-size: 24px;
	}
	.config_server_detail__picture-holder {
		/*padding-bottom: 140px !important;*/
	}
	.configurator_detail__content--row .slick-track .slick-slide.slick-active a{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.servers_item__price_block .price{
		flex-direction: column;
		gap: 10px;
		align-items: baseline!important;
	}
	.servers_item__price_block .price .price_inner-with-nds{
		flex-direction: column;
		gap: 10px;
		align-items: start;
	}
}

.product_photos,
.product_photos__nav {
	position: relative;
	display: block;
	width: 100%;
}

/* .slick-track {
	display: flex;
} */
.slick-track .slide.slick-slide {
	height: auto;
}
.product_photos .slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}
.product_photos__nav .slide {
	padding: 6px !important;
	display: flex !important;
}
.product_photos .slide img,
.product_photos__nav .slide img {
	max-width: 80%;
	max-height: 90%;
}
.product_photos__nav .slide span {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	height: 60px;
}
.product_photos__nav .slide.slick-current span {
	border: 1px solid #09B0D4;
}


.conf_tech__content .key-specs .spec {
	display: block;
	position: relative;
	width: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}

.servers_sidebar__list ul ul {
	padding-left: 0;
}
.servers_sidebar__list .parent {
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding-left: 12px !important;
	margin-bottom: 10px !important;
}
.servers_sidebar__list .parent span{
	margin-left: -18px;
	padding-left: 18px;
}
.servers_sidebar__list .parent span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: -3px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	opacity: 0.5;
	transform: rotate(45deg);
}
.servers_sidebar__list .parent:hover:after {
	opacity: 0.8;
}

.servers_sidebar__list ul.show {
	display: block !important;
}
.servers_sidebar__list ul.hide {
	display: none !important;
}


.configurator_detail__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.configurator_detail__content .small_text a {
	padding: 0;
}

.configurator_dell .servers_hide__btn:hover {
	color: #09b0d4;
}

.fancybox-bg {
	background: #fff;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
.servers_sidebar__list ul li {
	width: 100%;
}
.servers_sidebar__list ul ul {
	padding-top: 0;
}

.reviews-detail__text img {
	max-width: 100%;
	margin-bottom: 10px;
	border-radius: 6px;
	height: auto;
}

.reviews-detail__text p {
	padding: 0 0 25px 0;
}

form.form.config_send_to_user.form_lenovo.form_smicro label {
	color: #FD8107;
}

a.banners-main__item.banner_supermicro .banners-main__item-block-wrap {
	background: #FD8107;
}


a.banners-main__item.banner_shd-hpe span.banners-main__item-block-wrap {
	background: #2f3e52;
}
section.col-12.col-lg-8.sticky-top {
	align-self: flex-start;
}