:root {
	--c-h-ad-i: #4E7DF1;
}
}
.dop-cat-links{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.dop-cat-links li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.dop-cat-links li a {
    text-decoration: none;
    display: block;
    line-height: 18px;
}

.dop-cat-links li img {
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
}

.dop-cat-links li a span {
    max-width: 100px;
    text-align: center;
    background-size: 1px 1em;
    display: inline;
}

.swiper-slide{
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    width: auto;
    height: auto;
    max-width: 96vw;
    padding: 0;
    cursor: pointer;
    transition: all linear .2s;
    transform: translate3d(0,0,0);
    flex-shrink: 1 !important;
    margin-right: 30px;
}

.swiper-slide a:hover{
    text-decoration: none;
}

.swiper-container{
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px !important;
}

@media screen and (max-device-width: 480px){

    .dop-cat-links{
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .dop-cat-links li{
        width: 106px;
    }
}

@media screen and (max-device-width: 375px){

    .dop-cat-links li{
        width: 95px;
    }
}


@media screen and (max-device-width: 320px){

    .dop-cat-links li{
        width: 85px;
        margin-right: 10px;
    }
}
.products__item-color {
	display: none;
}

.name {
	color: black;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 1%;
}

.h1 {
	color: black;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	background-color: white;
	border-radius: 3px;
	border-top: 2px solid grey;
}

.wa-total-section .wa-item-price {
	display: none !important;
}

/*кнопка меню, снизу, на мобильном*/
.f-panel-2 .f-panel__icon-bars {
	display: none;
}

.product__button,
.product__button-one {
	font-size: 1.2rem;
}

.bundling-configurator .bundling-last-price {
	font-size: 2.2em !important;
}

.bundling-product td {
	vertical-align: middle;
}

.bundling-product-title {
	font-size: 1.5em;
}

.bundling-product-price {
	font-size: 1.5em;
	font-weight: 600;
}

.map-delivery {
	display: none;
}

.bundling-configurator .bundling-bundle-title span {
	padding: 10px;
	border: 0 !important;
	border-bottom: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	background: #ffffff !important;
	color: #362323 !important;
	font-weight: 600 !important;
	font-size: 1.5em !important;
}

.in-radio__element {
	border: 2px solid #000;
}

.in-radio__element:before {
	background: #000;
}

.bundling-product-title {
	padding: 0px 20px !important;
}

.product__features-name {
	color: black;
	font-weight: 600;
}

.product-group__item.product-group-links__item {
	color: #777 !important;
	border-color: #777 !important;
}

.product-group__item--active.product-group-links__item--active {
	color: #d41819 !important;
	border-color: #d41819 !important;
}

.product-group__item.product-group-links__item:hover {
	color: #d41819 !important;
}

.otpButton:hover {
	background: aliceblue !important;
}

.product__code span {
	display: contents !important;
}

.h-block-catalog .b-catalog__button {
	width: 300px;
}

.wa-price {
	display: none;
}

.wa-item.wa-item-shipping {
	display: none !important;
}

.wa-details-rates-section .wa-row:nth-child(1) {
	display: none !important;
}

.delivery-info {
	border: 2px solid #0172d7;
	padding: 10px;
	border-radius: 4px;
}

.delivery-info ul {
	margin: 0;
}

/*фон футера*/
@media screen and (max-width: 1570px) {
	.footer_pb {
		background: #232b46;
	}
}

/*кнопка каталога на мобилке*/
.only_mob {
	display: none;
}

@media screen and (max-width: 1570px) {
	.only_mob {
		display: block;
	}
}

/*три колонки меню в футере*/
.foot_row {
	list-style-type: none;
	column-count: 3;
	padding-left: 0rem;
}

.foot_row li {
	padding-bottom: 1rem;
}

/*подчеркивание в футере*/
.footer__item-title {
	border-bottom: outset;
}

/*меню шапки по середине высоты*/
.h-menu_active {
	margin-bottom: 0rem !important;
}

/*кнопка ОК на куки*/
.f-cookies__button {
	font-size: 12px !important;
}

/*жирный шрифт в шапке меню*/
.h-menu__name {
	font-weight: 600;
}

/*выравнивание значений хар-ик товара в категории*/
.alg {
	display: flex;
	justify-content: space-between;
}

/*для акций, новостей и блога*/
.h-news__item {
	-ms-flex: none;
	flex: none;
	-ms-flex-preferred-size: calc(33.33% - 30px);
	flex-basis: calc(33.33% - 30px);
	margin-left: 30px;
	margin-top: 40px;
	width: calc((100% - 90px) / 3);
}

.blog .h-categ__img {
	padding-top: 60%;
}

.blog {
	background-color: #ffffff;
	height: 40vh;
	border: 1px #dfdfdf;
	border-style: solid;
	border-radius: 10px;
	width: 100%;
}

.blog_img {
	position: relative;
	min-height: 1px;
	width: 100%;
	height: 30vh;
	min-width: 17vh;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog_text {
	padding-inline: 1vh;
	padding-block: 2vh;
}

.card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.h-block-address .h-info__icon {
	color: #fff;
}

/*отступ меню*/
.c-menu {
	margin: 0px !important;
}

.h-menu__img {
	margin: 0px !important;
}

/*страница монтаж*/
.montazh-article .table-hover>tbody>tr:hover>td,
.montazh-article .table>tbody>tr.active>td,
.montazh-article .table>tbody>tr.active>td strong {
	background-color: #1976d2;
	color: #fff;
	cursor: pointer;
}

.montazh-article .table td,
.montazh-article .table th {
	padding: 15px 12px;
	line-height: 1.6;
}

/*banner_text_1 главная*/
.bg-promo {
	background-size: cover;
	border-radius: 6px;
	padding: 116px 50px;
}

/*товар дня*/
/*.p-day__item {*/
/*    height: 29rem;*/
/*}*/

/*страница контактов*/
.col .f-contact__item-text {
	font-size: 12px;
	font-size: 1rem;
}

.icon .icon16 {
	width: 40px;
	height: 40px;
	color: #0d6efd;
}

.tbl td {
	border: none;
}

.mrgn-btm {
	margin-block-end: 2vh;
}

.mrgn-top {
	margin-block-start: 2vh;
}

/*блок карты на главной*/
.properties .f-contact__item-text a {
	color: #0d6efd;
}

.properties .f-contact__item-text {
	font-size: 1.5vh;
}

/*табы на главной*/
.tab-pane .products__item {
	width: calc(20% - var(--c-l-m));
}

.tab-pane .button {
	padding: 0px 15px;
}

@media screen and (max-width: 1570px) {
	.tab-pane .products__item {
		width: calc(25% - var(--c-l-m));
	}

	@media screen and (max-width: 1570px) {
		.tab-pane button {
			padding: 0;
		}
	}

	@media screen and (max-width: 1370px) {
		.tab-pane .button {
			padding: 0;
			font-size: 2vh;
		}
	}

	.product-group__item--active.product-group-links__item--active {
		color: #d41819;
	}

	/*товар дня*/
	.p-day__rating {
		margin-bottom: -4px;
	}

	/*стрелки на кнопках при наведении*/
	.button:not(.in-loading):not(:disabled):after,
	input[type=button]:not(.in-loading):not(:disabled):after {
		right: -15px;
	}

	.wa-type-wrapper .wa-date {
		display: none;
	}

	.products__item-info-name {
		font-weight: 600;
	}

	.p-features__item-val {
		font-weight: 600;
		color: #000;
	}

	.page table {
		width: 10% !important;
	}

	@media screen and (max-width: 950px) {
		.easyfeedback-toggler {
			display: none !important;
		}
	}
}
.m-menu-catalog__bars{
    color:#4e7df1!important;
