@import url("fonts.css");
@import url("structur.css");
/* ОБЩИЕ СТИЛИ ПРОЕКТА */
BODY {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	min-height: 100dvh;
	font-family: 'Open Sans';
	line-height: 1.35;
	font-size: 16px;
	font-weight: 400;
	color: #302a26;
	padding-top: 77px;
}
a {
	color: #3274B0;
	text-decoration: underline;
	-webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
	-moz-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
	-o-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
	transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
a:hover,
a:focus {
	text-decoration: none;
}
p {
	margin-top: 20px;
}
p:first-child {
	margin-top: 0;
}
ul:not([class]),
ol:not([class]) {
	margin: 10px 0;
	overflow: hidden;
	padding-left: 35px;
}
ul:not([class])>li {
	margin-top: 1px;
	position: relative;
	list-style: none;
}
ul:not([class])>li::before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0.75em;
	margin: auto;
	left: -17px;
	background-color: #000;
}
ul:not([class])>li:first-child {
	margin-top: 0;
}
fieldset {
	border: none;
}
input,
textarea {
	font-size: inherit;
	font-family: inherit;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	position: relative;
	padding: 14px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
	-moz-transition: border-color 0.3s ease, background-color 0.3s ease;
	-o-transition: border-color 0.3s ease, background-color 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
input:focus,
textarea:focus {}
input:hover,
textarea:hover {}
input:not(:placeholder-shown),
textarea:not(:placeholder-shown) {}
input.buttonSend {
	width: auto;
}
textarea {
	min-height: 118px;
	resize: none;
}
input::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: 0.8;
}
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
	color: inherit;
	opacity: 0.8;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 0.8;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 0.8;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
	color: inherit;
	opacity: 0.8;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 8px;
}
select {
	height: 40px;
	width: auto;
	max-width: 100%;
	padding: 5px 15px;
	border: 1px solid #cdcdcd;
	border-radius: 0px;
	font-size: inherit;
}
button {
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	line-height: inherit;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.buttonSend {
	display: inline-block;
	padding: 17px 38px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	background-color: #D9221C;
	border: 1px solid #D9221C;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
a.buttonSend {
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.buttonSend:hover,
.buttonSend:focus {
	cursor: pointer;
	background-color: #BC241F;
}
.buttonSend.buttonSend--line {
	background-color: transparent;
	color: #D9221C;
}
.buttonSend.buttonSend--line:hover {
	background-color: #D9221C;
	color: #fff;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}
.custom-checkbox {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	cursor: pointer;
}
.custom-checkbox__checkbox {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 1px;
	margin-right: 10px;
	margin-top: 1px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
.custom-checkbox__checkbox::before {
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	margin: auto;
	border: 2px solid #333;
	border-left: none;
	border-top: none;
	-webkit-transform: translateY(-1px) rotate(45deg);
	-ms-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	bottom: 0;
	left: 0px;
}
.custom-checkbox__text {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.custom-checkbox:hover .custom-checkbox__text {}
.custom-checkbox:hover .custom-checkbox__checkbox {
	border-color: #333;
}
.custom-checkbox__old-checkbox:focus~.custom-checkbox__checkbox {}
.custom-checkbox__old-checkbox:focus~.custom-checkbox__text {}
.custom-checkbox__old-checkbox:active~.custom-checkbox__checkbox {}
.custom-checkbox__old-checkbox:active~.custom-checkbox__text {}
.custom-checkbox__old-checkbox:checked~.custom-checkbox__checkbox {
	border-color: #333;
}
.custom-checkbox__old-checkbox:checked~.custom-checkbox__checkbox::before {
	opacity: 1;
}
.custom-checkbox__old-checkbox:checked~.custom-checkbox__text {}
#navPart {
	margin: 2em 0;
	max-width: 100%;
}
.seNavigator {
	font-size: 14px;
	margin: 40px 0 0;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	max-width: 100%;
	padding: 0;
	list-style: none;
}
.seNavigator tbody,
.seNavigator tr {
	display: block;
}
.seNavigator td {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.seNavigator .pagen {
	white-space: nowrap;
	border: 1px solid #d4d4d4;
}
.seNavigator .pagen>* {
	padding: 4px 10px;
	display: block;
	color: inherit;
	text-decoration: none;
}
.seNavigator .pagen:not(.disabled):hover>* {
	background-color: #F2F3F4;
	border-color: #F2F3F4;
}
.seNavigator .pagen.active>* {
	background-color: #D9221C !important;
	color: #ffffff !important;
	border-color: #D9221C !important;
}
.goodsNavigator {
	text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans';
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
}
strong {
	font-weight: 600;
}
.nomark {
	list-style: none;
}
.main table:not([class]) {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	margin: 15px 0;
}
.main table:not([class]) td,
.main table:not([class]) th {
	padding: 15px 15px;
	font-size: 15px;
	font-weight: 400;
	color: #302A26;
}
.main table:not([class]) thead th {
	padding: 15px 15px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	background-color: #F2F2F2;
	white-space: nowrap;
}
.main table:not([class]) thead {}
.main table:not([class]) tbody {
	border: 1px solid #E6E6E6;
	border-top: none;
}
.main table:not([class]) tbody tr {
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.main table:not([class]) tbody tr:nth-child(2n) {
	background-color: #F7F7F7;
}
.main table:not([class]) tbody tr:hover {
	background-color: #e6e6e6;
}
.to_up {
	display: none;
}
.card {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px 25px 25px 25px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	min-height: 400px;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.card__blok_image {}
.card__link_img {
	position: relative;
	padding-top: 100%;
	display: block;
}
.card__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.product_item-labels_area {
	position: absolute;
	top: 10px;
	left: 10px;
}
.card_title_wrapper {
	margin-top: 27px;
	margin-bottom: auto;
}
.card_title {
	font-weight: 400;
}
.card_textTitle {
	text-decoration: none;
	color: inherit;
	font-size: 16px;
}
.card__count {
	font-size: 14px;
	color: #ff0000;
}
.priceBox {
	margin-top: 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
}
.card__price {}
.card__btn {}
.card__addcart {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D9221C;
	background-image: url(cardicon.png);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	font-size: 0;
	color: transparent;
}
.card__addcart:hover {
	background-color: #BC241F;
}
.card__addcart:disabled {
	background-color: #E0E0E0;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
}
.newPrice {
	font-size: 20px;
	font-weight: 700;
	color: #302A26;
}
.newPrice::after {
	content: ".00"
}
.newPrice .fMoneyFlang {
	display: none;
}
.card:hover {
	border-color: #2388C1;
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.card:hover .card_textTitle {
	color: #3274B0;
}
@media (max-width:1199px) {
	.mobile-skroller-wrapper {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		vertical-align: middle;
		position: relative;
	}
	.mobile-skroller {
		overflow: scroll;
		box-sizing: border-box;
		height: calc(100% + 0px);
		margin: 0px;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-skroller::-webkit-scrollbar {
		display: none;
	}
	.table_wrapper {
		overflow-x: auto;
		width: 100%;
		position: relative;
	}
}
@media (min-width:576px) {}
@media (min-width:992px) {}
/* КОНЕЦ ОБЩИЕ СТИЛИ ПРОЕКТА */
/* Шапка */
.topbar__email,
.topbar__phone {
	display: none;
}
/* .topbar__btnmobmen {
} */
/* ОСНОВНОЕ МЕНЮ САЙТА */
.btnmobmen {
	margin-left: -15px;
}
.blokmenu {
	width: 100%;
	max-width: 350px;
	position: fixed;
	top: 0;
	height: 100dvh;
	left: -800px;
	z-index: 120;
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
}
.burger-btn {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	width: 46px;
	height: 46px;
	border-radius: 2px;
	padding: 0;
	border: none;
	cursor: pointer;
	margin: auto;
	padding: 10px;
	background-color: transparent;
}
.burger-btn__icon {
	width: 22px;
	height: 26px;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.burger-btn__line {
	background-color: #302a26;
	height: 3px;
	display: block;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	border-radius: 4px;
	margin: 2px 0;
	width: 100%;
}
.line-logo__container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
	height: 60px;
}
.line-logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DFDFDF;
	z-index: 22;
}
.siteTitle {
	font-size: 12px;
	line-height: 1.1;
	max-width: 200px;
}
.line-logo__insocial,
.line-logo__cont,
.informer_cart,
.header-blokprice {
	display: none;
}
.line-logo__logotype {
	margin-left: 5px;
	margin-right: 10px;
	width: 80px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.mobileBar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
	box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
	z-index: 11;
}
.mobileBar__container {
	padding: 3px 0 15px;
	position: relative;
}
.mobileBar__list {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	padding: 0;
	margin: 0;
}
.mobileBar__item {}
.mobileBar__link {}
.mobileBar__cart_count,
.mobileBar__compare_count {
	position: absolute;
	top: -3px;
	right: 6px;
	background-color: #d9221c;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobileBar-element {
	position: relative;
	width: 60px;
	height: 48px;
	text-align: center;
	line-height: 1;
	padding: 7px 0px 0;
	border: none;
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	cursor: pointer;
}
.mobileBar__btn {}
.mobileBar-element svg {
	fill: #999;
}
.mobileBar-element::after {
	content: attr(aria-label);
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: lowercase;
	color: #b8b8b8;
	margin-top: auto;
	margin-bottom: 0;
}
.mobileBar-element.sviaz svg {
	fill: #d4444a !important;
	stroke: none !important;
}
.mobileBar-element.sviaz::after {
	color: #d4444a;
}
/* Настройка секций и контентов */
.section {
	padding: 50px 0;
}
.section__title {
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 33px;
	display: block;
	font-size: 25px;
}
.main>.content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.main>.content:last-child {
	margin-bottom: 40px;
}
.main>.content .contentTitle,
.content__title {
	margin-bottom: 35px;
	display: block;
	font-weight: 600;
	font-size: 20px;
	text-transform: none;
}
.main>.content .contentText,
.content__text {
	margin-bottom: 20px;
}
.link-tel {
	text-decoration: inherit;
}
.link-price {
	border: 1px solid #3274B0;
	padding: 15px 30px;
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	line-height: 1;
	font-weight: 600;
	text-decoration: underline;
	white-space: nowrap;
}
.link-price svg {
	fill: inherit;
	margin-right: 15px;
}
.footer {
	background-color: #2E3C44;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	margin-top: auto;
	margin-bottom: 0;
	padding-bottom: 60px;
}
.footer__left {
	display: none;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: underline;
}
.footer__right {
	padding: 25px 0 0;
}
.footer-nav__list {
	list-style: none;
}
.footer-nav__item {
	text-align: center;
}
.footer-nav__link {
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.footer-cont {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	text-align: center;
}
.footer-cont__phone {
	font-weight: 700;
	text-decoration: none;
	font-size: 17px;
	padding: 2px 0;
}
.social {
	margin-top: 20px;
}
.social__zapisi-list {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.social__object {
	width: 28px;
	height: 28px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-radius: 50%;
}
.social__object svg {
	display: block;
}
.social__object:hover {
	opacity: .7;
}
.social__zapisi-item {
	margin: 0 7px;
}
.social__zapisi-item.item-1 .social__object {
	background-color: #25D366;
}
.social__zapisi-item.item-2 .social__object {
	background-color: #2298D5;
}
.social__zapisi-item.item-3 .social__object {
	background-color: #FF0000;
}
.footer-cont__adress {
	margin-top: 20px;
}
.footer-cont__email {
	margin-top: 5px;
}
.footer-cont__shema {
	margin-top: 5px;
}
.footer__line-copirait {
	margin: 20px -15px 0;
	text-align: center;
	font-size: 14px;
	background-color: #050607;
	padding: 20px 15px;
}
.link-razrab {
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
}
.blokoferta {
	margin-top: 10px;
}
.footer-blokprice {
	margin-top: 10px;
}
.footer-blokprice .link-price {
	border-color: #fff;
	fill: #fff;
	text-transform: uppercase;
}
.pagetitle {
	margin-bottom: 15px;
	padding-top: 25px;
}
.page-title {
	font-size: 18px;
	margin-top: 0;
	font-weight: 700;
	color: #302A26;
}
.content__image {
	display: block;
	margin: 0 auto;
}
.content__image-wrapper {
	margin-bottom: 20px;
}
.breadcrumbs {
	display: none;
}
.shopSearch__closeSearch {
	background-image: url(icon_cross__fff.svg);
	border: none;
	background-color: #191e32;
	width: 50px;
	background-size: 1.7em auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.shopSearch__closeSearch:hover {
	background-color: #b4c8ff;
}
.shopSearch__form {
	position: relative;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	background: #fff;
}
.shopSearch__button {
	cursor: pointer;
	background-color: #D9221C;
	border: none;
	margin: 0;
	width: 60px;
	min-height: 100%;
	padding: 0;
	text-align: center;
	outline: none;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	font-size: 0;
	color: transparent;
}
.shopSearch__button::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(searchicon.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}
.shopSearch__button:hover {
	background-color: #BC241F;
}
.shopSearch__icon-search {
	width: 25px;
	margin: auto;
	fill: #191e32;
}
.shopSearch__input {
	border: 1px solid #D6D6D6;
	height: 50px;
	outline: none;
	width: 100%;
	font-size: 15px;
	padding: 0px 20px;
}
.shopSearch__input:not(:placeholder-shown) {
	border-color: #D9221C;
}
.shopSearch {
	flex-grow: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
}
.catalog-line,
.informersblok {
	display: none;
}
.tabs__block-tabov {
	list-style: none;
	display: none;
}
.tabs__block-tabov_item {
	margin: 0 10px 0 0;
}
.tabs__block-tabov_button {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	color: #302A26;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px 25px;
	background: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.tabs__block-tabov_button.active,
.tabs__block-tabov_button:hover {
	border-bottom: 1px solid #D9221C;
	color: #D9221C;
}
.tabs_block-contents_button {
	display: none;
}
.tabs_block-contents__text {
	text-align: center;
	margin-top: 40px;
}
.tabs__block-contents {
	margin: 0;
	list-style: none;
}
.tabs__block-contents_item {
	margin-bottom: 0;
}
.tabs__block-contents .slick-dots {
	display: none !important;
}
.tabs_block-contents_content {
	display: block;
	margin-top: 5px;
	padding: 35px 0;
	background-color: #fff;
}
.tabs__block-contents_title {
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 33px;
	display: block;
	font-size: 25px;
}
.tabs_block-contents_content.active {
	display: block;
}
.main .content.adap_karusel {
	padding: 0;
}
.adap_karusel .slick_arrow {
	top: 0;
	bottom: 0;
	margin: auto;
}
.photoalbum-link {
	display: block;
	text-decoration: none;
	position: relative;
	min-width: 100px;
	min-height: 100px;
}
.photoalbum-link__image {
	display: block;
}
.photoalbum-link__image-wrapper::before {
	background-color: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	content: "";
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 2;
}
.photoalbum-link__icon {
	position: absolute;
	width: 25px;
	height: 25px;
	margin: auto;
	right: 10px;
	bottom: 10px;
	opacity: 0.9;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 3;
	fill: #fff;
}
.photoalbum-link:hover .photoalbum-link__image-wrapper::before {
	background-color: rgba(0, 0, 0, 0.2);
}
.photoalbum-link:hover .photoalbum-link__icon {
	opacity: 1;
}
.card__service-btn {
	position: relative;
}
.card__compare,
.card__izbran {
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-color: #EEEEEE;
	border: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.card__compare svg,
.card__izbran svg {
	fill: #D9221C;
}
.card__compare {
	right: 120px;
}
.card__izbran {
	left: 120px;
}
.card:hover .card__compare {
	right: 60px;
	opacity: 1;
}
.card:hover .card__izbran {
	left: 60px;
	opacity: 1;
}
.card__compare:hover,
.card__izbran:hover {
	background-color: #c3c3c3;
}
.card__compare.active,
.card__izbran.active {
	background-color: #c3c3c3;
}
.product_item-labels_area {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.product_item-label {
	font-size: 14px;
	color: #fff;
	padding: 5px 16px;
	text-transform: lowercase;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product_item-label.flag_new {
	background-color: #2388C1;
}
.product_item-label.flag_hit {
	background-color: #6ACA3D;
}
@media (min-width:576px) {
	.footer__navblok {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.footer-cont {
		width: 100%;
	}
	.footer-nav {
		width: 30%;
	}
	.footer-nav__item {
		text-align: left;
		margin-bottom: 5px;
	}
	.footer-nav[data-semenu="003"] {
		width: 70%;
		padding-left: 30px;
		border-left: 1px solid #fff;
	}
	.footer-nav[data-semenu="003"] .footer-nav__list {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.footer-nav[data-semenu="003"] .footer-nav__item {
		width: 50%;
	}
	/* .tabs__block-tabov {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	} */
}
@media (min-width:768px) {
	.page-title {
		font-size: 24px;
	}
	.content__image-wrapper {
		float: left;
		max-width: 48%;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.footer-cont {
		width: 25%;
		border: none;
		padding-top: 0;
		margin-top: 0;
		text-align: left;
	}
	.content__razdel::after {
		content: "";
		display: block;
		clear: both;
		width: 100%;
	}
	.footer-nav {
		width: 25%;
	}
	.footer-nav[data-semenu="003"] {
		width: 50%;
	}
	.footer-cont__phone {
		font-size: 15px;
	}
	.social__zapisi-list {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
	}
	.social__zapisi-item {
		margin: 0 14px 0 0;
	}
	.footer__line-copirait {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		text-align: left;
	}
	.footer-blokprice {
		margin-top: 0;
		width: 182px;
		margin-left: 30px;
	}
	.blokoferta {
		margin-top: 0;
		margin-right: 0;
		margin-left: auto;
		width: 25%;
	}
	.copiraitblok {
		width: 25%;
	}
}
@media (min-width:992px) {
	.photoalbum-link__icon {
		opacity: 0;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.photoalbum-link__image-wrapper::before {
		background-color: rgba(0, 0, 0, 0.05);
	}
	.content__image-wrapper {
		margin-right: 40px;
	}
	.main>.content:last-child {
		margin-bottom: 80px;
	}
	.tabs__block-tabov_button {
		font-size: 15px;
		padding: 20px 40px;
	}
	.slick_arrow.slick_next {
		right: -35px;
	}
	.slick_arrow.slick_prev {
		left: -35px;
	}
	.main .contentTitle.adap_karusel__contentTitle-brandd {
		padding-bottom: 25px;
	}
}
@media (min-width:1200px) {
	.tabs__block-tabov {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.tabs__block-contents_title {
		display: none;
	}
	.tabs_block-contents_content .adap_karusel__karus {
		opacity: 0;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.tabs_block-contents_content {
		display: none;
	}
	.tabs_block-contents_content.active {
		display: block;
	}
	.tabs_block-contents_content.vis .adap_karusel__karus {
		opacity: 1;
	}
	.card {
		min-height: 420px;
		padding: 10px 20px 20px 20px;
	}
	.section__title {
		font-size: 30px;
	}
	.newPrice {
		font-size: 24px;
	}
	.container.catalog-line__container {
		position: relative;
	}
	.catalogue-nav__list {
		list-style: none;
	}
	.catalogue-nav {
		display: block;
		width: 23%;
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
	}
	.catalogue-nav__link {
		background-color: #3274B0;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		padding: 20px 30px 19px 30px;
		position: relative;
		text-decoration: none;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		line-height: 1;
	}
	.catalogue-nav__link::before {
		content: "";
		background-image: url(burger.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 24px;
		height: 18px;
		display: block;
		margin-right: 20px;
	}
	.catalogue-nav__link::after {
		content: "";
		position: absolute;
		border: 2px solid #fff;
		border-top: none;
		border-left: none;
		height: 8px;
		width: 8px;
		right: 37px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: auto;
		top: 0;
		bottom: 2px;
	}
	/* .catalogue-nav__item:hover .catalogue-nav__link {
		background-color: #222;
	} */
	.catalogue-nav__list,
	.catalogue-nav__item,
	.catalogue-nav__link {
		width: 100%;
		margin: 0;
	}
	.nav__sublist.nav__sublist-catalog {
		display: none;
		background-color: #F8F8F8;
		border: 1px solid #3274B0;
		padding: 14px 0;
		list-style: none;
		position: absolute;
		z-index: 10;
		width: 23%;
	}
	.catalogue-nav__list.active .nav__sublist.nav__sublist-catalog {
		display: block;
	}
	.nav__catalog_sublist-item {
		width: 100%;
	}
	.catalogue-nav .count {
		color: #93999e;
		margin-left: 4px;
		display: none;
	}
	.sublist-link0 .count {
		display: none;
	}
	.nav__catalog_sublist-link {
		display: block;
		text-decoration: none;
		font-family: 'Source Sans 3';
		font-size: 16px;
		color: #3D3734;
		padding: 10px 30px;
		line-height: 1.3;
		flex-grow: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
	}
	.nav__catalog_sublist-item:hover>.nav__catalog_sublist-link.sublist-link0 {
		color: #fff;
		background-color: #3274B0;
	}
	.nav__catalog_sublist-item.sublist__item0 .nav__sublist.submenu1 {
		list-style: none;
		margin-left: 0px;
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
		background-color: #f8f8f8;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
		width: 337.5%;
		height: 100%;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		align-content: flex-start;
		padding: 14px 3px;
		border-left: 1px solid #3274B0;
		overflow-y: auto;
	}
	.nav__catalog_sublist-item.sublist__item0:hover>.nav__sublist.submenu1 {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.catalogue-nav .nav__sublist.submenu2 {}
	.nav__catalog_sublist-item.sublist__item1 {
		width: 50%;
		position: relative;
	}
	.nav__catalog_sublist-btn {
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		border: 1px solid #93999e;
		border-radius: 2px;
		cursor: pointer;
		height: 13px;
		margin-right: 8px;
		width: 13px;
		position: absolute;
		top: 13px;
		left: 9px;
	}
	.nav__catalog_sublist-btn::after,
	.nav__catalog_sublist-btn::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 5px;
		height: 1px;
		background-color: #435159;
	}
	.nav__catalog_sublist-btn::before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.nav__catalog_sublist-btn:hover {
		background-color: #D9221C;
		border-color: #D9221C;
	}
	.nav__catalog_sublist-btn:hover::after, 
	.nav__catalog_sublist-btn:hover::before {
		background-color: #fff;
	} 
	.nav__catalog_sublist-btn.active::before {display: none;}
	.nav__sublist.submenu2 {
		display: none;
		list-style: none;
		padding-left: 20px;
	}
	.nav__catalog_sublist-item.sublist__item1.active .nav__sublist.submenu2 {
		display: block;
	}
	
	.nav__catalog_sublist-link.sublist-link1:hover,
	.nav__catalog_sublist-link.sublist-link2:hover {
		background-color: transparent;
		color: #3274B0;
	}
	.catalogus {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		background-color: #F2F3F4;
		position: relative;
	}
	.catalogus::before {
		position: absolute;
		top: 0;
		left: 23%;
		content: "";
		display: block;
		height: 100%;
		width: 15px;
		background: -moz-linear-gradient(270deg, rgba(242, 243, 244, 0.5) 0%, rgba(242, 243, 244, 1) 100%);
		background: -webkit-linear-gradient(270deg, rgba(242, 243, 244, 0.5) 0%, rgba(242, 243, 244, 1) 100%);
		background: linear-gradient(270deg, rgba(242, 243, 244, 0.5) 0%, rgba(242, 243, 244, 1) 100%);
	}
	.catalogus::after {
		position: absolute;
		top: 0;
		right: 80px;
		content: "";
		display: block;
		height: 100%;
		width: 15px;
		background: -moz-linear-gradient(270deg, rgba(242, 243, 244, 0.5) 0%, rgba(242, 243, 244, 1) 100%);
		background: -webkit-linear-gradient(270deg, rgba(242, 243, 244, 0.5) 0%, rgba(242, 243, 244, 1) 100%);
		background: linear-gradient(270deg, rgba(242, 243, 244, 0.5) 0%, rgba(242, 243, 244, 1) 100%);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.nav-top-cat {
		flex-grow: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		overflow: hidden;
	}
	.nav-top-cat__list {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		list-style: none;
	}
	.nav-top-cat__item:first-child {
		padding-left: 15px;
	}
	.nav-top-cat__item:last-child {
		padding-right: 15px;
	}
	.nav-top-cat__link {
		display: block;
		padding: 19px 15px;
		color: #3D3734;
		white-space: nowrap;
		font-size: 14px;
		text-decoration: none;
	}
	.nav-top-cat__link:hover {
		color: #D9221C;
	}
	.nav-top-cat__btn {
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		width: 60px;
		margin-right: 20px;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		border: none;
		background-color: transparent;
	}
	.nav-top-cat__btn::before {
		content: "";
		display: block;
		position: relative;
		border: 2px solid #302A26;
		border-bottom: none;
		border-left: none;
		height: 8px;
		width: 8px;
		left: -1px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: auto;
	}
	.nav-top-cat__btn.active:before {
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		left: 1px;
	}
	.pagetitle {
		padding-top: 25px;
		margin-bottom: 30px;
	}
	BODY {
		padding-top: 0;
	}
	.topbar {
		display: block;
		background-color: #F7F7F7;
		border: 1px solid #DFDFDF;
	}
	.topbar__container {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.line-logo {
		position: relative;
		background-color: transparent;
		border: none;
	}
	.burger-btn,
	.blokmenu__closemenu {
		display: none;
	}
	.line-logo__insocial,
	.line-logo__cont,
	.informer_cart,
	.header-blokprice,
	.catalog-line,
	.informersblok {
		display: initial;
	}
	.blokmenu {
		position: initial;
		height: auto;
		width: auto;
		left: 0;
		padding-right: 0;
		max-width: 100%;
		z-index: 9;
		background-color: transparent;
		margin-right: auto;
	}
	.nav {
		margin: 0 auto 0 -15px;
	}
	.nav__list {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		list-style: none;
		width: 100%;
	}
	.nav__item {
		position: relative;
		margin-right: 11px;
	}
	.nav__item[data-id="catalogue"] {
		display: none;
	}
	.nav__link {
		color: #3D3734;
		text-decoration: none;
		display: block;
		padding: 14px 15px;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		font-size: 14px;
		font-weight: 400;
	}
	.nav__link:hover,
	.nav__link.nav__link-active,
	.nav__item.nav__item-parent:hover>.nav__link {
		color: #D9221C;
	}
	.topbar__email,
	.topbar__phone {
		display: initial;
	}
	.topbar__phone {
		margin-left: 31px;
	}
	.topbar__phone .link-tel {
		color: #302A26;
		font-size: 15px;
		font-weight: 600;
	}
	.topbar__email .link-mail {
		color: #302A26;
		font-size: 14px;
		font-weight: 400;
	}
	.topbar__email .link-mail:hover {
		color: #D9221C;
	}
	.page-title {
		font-size: 32px;
		margin-top: 15px;
	}
	.line-logo__container {
		height: auto;
		padding-top: 25px;
		padding-bottom: 20px;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
	}
	.line-logo__logotype {
		width: 190px;
		margin-left: 15px;
		margin-top: 0;
	}
	.line-logo__logotype-link {
		display: block;
	}
	.informer_cart__btn {
		border: none;
		background-color: #D9221C;
		border-radius: 0;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 600;
		color: #fff;
		padding: 15px 24px;
	}
	.informer_cart__btn:hover {
		background-color: #BC241F;
	}
	.informer_cart__btn::before {
		content: "";
		width: 24px;
		height: 24px;
		background-image: url(cardicon.svg);
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 15px;
	}
	.informer_cart__countGoodsShort {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.informer_cart__countGoodsShort .cart_count {
		background-color: #1F1A17;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		line-height: 1;
		font-size: 16px;
		font-weight: 600;
		margin-left: 15px;
	}
	.informer_cart__btn .summCart {
		display: none;
	}
	.informersblok {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.informer_compare__text,
	.informer_izbran__text {
		display: none;
	}
	.content.informer_compare,
	.content.informer_izbran,
	.openid {
		margin: 0 0 0 30px;
	}
	.informer_compare__link,
	.informer_izbran__link,
	.login_modal {
		position: relative;
		height: 50px;
		width: auto;
		border: none;
		background-color: transparent;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		margin-right: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-decoration: none;
		font-size: 12px;
		color: #000;
		line-height: 1;
		padding: 0;
	}
	.informer_compare__link::before,
	.informer_izbran__link::before,
	.login_modal::before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 auto 9px;
	}
	.informer_compare__link::before {
		background-image: url(icon_srav.svg);
	}
	.informer_izbran__link::before {
		background-image: url(icon_izbran.svg);
	}
	.login_modal::before {
		background-image: url(icon_avtoriz.svg);
	}
	.informer_compare__count,
	.informer_izbran__count {
		position: absolute;
		top: -8px;
		right: 6px;
		background-color: #d9221c;
		border: 3px solid #fff;
		border-radius: 50%;
		width: 24px;
		height: 24px;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		line-height: 1;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.informer_compare__link:hover,
	.informer_izbran__link:hover,
	.login_modal:hover {
		color: #D9221C;
	}
	.informer_compare__link:hover .informer_compare__count,
	.informer_izbran__link:hover .informer_izbran__count {
		top: -10px;
	}
	.line-logo__cont {
		margin-right: 40px;
	}
	.line-logo__adress {
		color: #837F7D;
		font-size: 14px;
	}
	.line-logo__shema {
		font-size: 14px;
		margin-top: 10px;
	}
	.siteTitle {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 600;
		max-width: 343px;
		line-height: 1.4;
	}
	.line-logo__insocial {
		margin-left: auto;
		margin-right: 28px;
	}
	.line-logo__insocial .social {
		margin-top: 0;
	}
	.search-line__container {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.header-blokprice {
		margin-right: 30px;
	}
	.header-blokprice .link-price {
		font-size: 14px;
	}
	.header-blokprice .link-price svg {
		fill: #D9221C;
	}
	.breadcrumbs {
		text-align: left;
		padding: 0;
		display: block;
	}
	.container.breadcrumbs-,
	.container.breadcrumbs__container {
		line-height: 2;
		display: block;
		overflow: scroll;
		box-sizing: border-box;
		height: 100%;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		width: auto;
	}
	.container.breadcrumbs-::-webkit-scrollbar,
	.container.breadcrumbs__container::-webkit-scrollbar {
		display: none;
	}
	.breadcrumbs__list,
	.breadcrumbs__container>span {
		list-style: none;
		padding: 0;
		width: 100%;
		position: relative;
		white-space: nowrap;
		display: block;
	}
	.breadcrumbs__item,
	.breadcrumbs span[itemprop="itemListElement"],
	span[itemtype="http://data-vocabulary.org/Breadcrumb"] {
		white-space: nowrap;
		display: inline;
		font-size: 14px;
		font-weight: 400;
	}
	.breadcrumbs__item+.breadcrumbs__item::before,
	.breadcrumbs span[itemprop="itemListElement"]::before,
	.breadcrumbs span[itemtype="http://data-vocabulary.org/Breadcrumb"]::before {
		height: 1px;
		width: 15px;
		content: "";
		margin: 0 12px;
		display: inline-block;
		position: relative;
		background-color: #808080;
		vertical-align: middle;
		top: -2px;
	}
	.breadcrumbs span[itemprop="itemListElement"]:first-child::before,
	.breadcrumbs span[itemtype="http://data-vocabulary.org/Breadcrumb"]:first-child::before {
		display: none;
	}
	.breadcrumbs__link {
		display: inline-block;
		color: #6d6d6d;
	}
	a.breadcrumbs__link,
	.breadcrumbs span[itemprop="itemListElement"] a,
	.breadcrumbs span[itemtype="http://data-vocabulary.org/Breadcrumb"] a {
		padding: 3px 0;
		text-decoration: underline;
		color: #3274B0;
	}
	.breadcrumbs__endtext,
	div.breadcrumbs__link span,
	.breadcrumbs span[itemprop="itemListElement"]>span,
	.breadcrumbs span[itemtype="http://data-vocabulary.org/Breadcrumb"]>span {
		color: #837F7D;
	}
	a.breadcrumbs__link:hover,
	.breadcrumbs span[itemprop="itemListElement"] a:hover,
	.breadcrumbs span[itemtype="http://data-vocabulary.org/Breadcrumb"] a:hover {
		color: #212121;
	}
	.breadcrumbs .space {
		display: none !important;
	}
	.mobile-bar {
		display: none;
	}
	.section {
		padding: 70px 0;
	}
	.footer {
		padding-bottom: 0;
		overflow: hidden;
		position: relative;
	}
	.footer::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 50%;
		width: 100vw;
		background-color: #050607;
		z-index: 1;
	}
	.footer__container {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		position: relative;
		z-index: 2;
	}
	.footer__left {
		position: relative;
		width: 18.7%;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		background-color: #050607;
	}
	.footer__right {
		background-color: #2E3C44;
		flex-grow: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		padding-left: 40px;
		padding-top: 22px;
		padding-bottom: 25px;
	}
	.footer__line-copirait {
		margin: 0;
		background-color: transparent;
		padding: 0;
	}
	.footer-nav__item {
		margin-bottom: 9px;
	}
	.footer__line-copirait {
		margin-top: 14px;
	}
	.footer-blokprice {
		margin-top: 4px;
		margin-left: 17px;
	}
	.footer-nav {
		width: 21.6%;
	}
	.footer-nav[data-semenu="003"] {
		border: none;
		padding-left: 70px;
		width: 42%;
		position: relative;
	}
	.footer-nav[data-semenu="003"]::before {
		content: "";
		display: block;
		width: 1px;
		position: absolute;
		top: 1px;
		left: 0;
		bottom: 12px;
		background-color: #fff;
	}
	.footer-cont {
		margin-left: auto;
		margin-right: 0;
		width: 29.1%;
	}
	.footer-cont__phone {
		margin-bottom: 3px;
	}
	.social {
		margin-top: 18px;
		padding-left: 2px;
	}
	.footer-cont__adress {
		margin-top: 16px;
	}
	.footer-cont__email {
		margin-top: 15px;
	}
	.footer-cont__shema {
		margin-top: 15px;
	}
	.blokoferta {
		width: 29.1%;
	}
	.footer-blokprice .link-price {
		padding: 12px 29px;
	}
	.copiraitblok {
		width: 27%;
	}
	.catalog-line {
		margin-top: 20px;
		display: block;
		height: 54px;
	}
}
@media (min-width:1500px) {
	.line-logo__container {
		padding-top: 40px;
		padding-bottom: 36px;
	}
	.catalog-line {
		margin-top: 28px;
	}
}
.blokinfo {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 30%);
}
.blokinfo__text {
    padding: 0;
    text-align: center;
    color: #fff;
}
.blokinfo__text a {
    color: inherit;
}
.blokinfo__btn {
    margin-top: 10px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.blokinfo.active {
    display: block;
}
@media (min-width:576px) {
    .blokinfo__btn {
        margin-top: 0px;
    }
    .container.blokinfo__container {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        margin: auto;
        max-width: 1170px;
        position: relative;
        z-index: 1;
        padding: 10px 15px;
    }
    .blokinfo__text {
        text-align: left;
        
        flex-grow: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        padding-right: 20px;
    }
    
}
.cont_txt .linkNext { margin-top:5px; display:block; }
.cont_txt#view .buttonSend { margin-top:20px; }
