

/* Start:/local/components/nav/catalog_rival/templates/.default/style.css?1711626854823*/
h1.SEO__h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(43, 43, 49, 0.24);
    margin-bottom: 10px;
}

.SEO__URLS {
    list-style: none;
    margin: 15px 0px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	    justify-content: space-between;
}

.SEO__URLS li {
    padding-right: 10px;
    margin-bottom: 20px;
}

.SEO__URLS li a {
    color: #414182;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.SEO__URLS li a:hover {
    color: #6363dd;
    text-decoration: underline;
}


.SEO__TEXT {
	margin-top: 2rem;
}
/* End */


/* Start:/local/templates/b2c/components/bitrix/catalog.element/rival/style.css?16363759131805*/
.disabled {
    pointer-events: none;
    opacity: .5;
}

.d-none {
    display: none !important;
}

.select:not(.disabled) select {
    cursor: pointer;
}

.catalogue-detail-usage {
    flex-direction: column;
}

.filters {
    display: flex;
    margin-bottom: 25px;
}

.table {
    width: 100%;
    display: flex;
    padding: 0 8px;
}

.table table {
    width: 100%;
    border-radius: 5px;
    padding: 0 8px;
}

.table table thead,
.table table tbody tr {
    text-align: center;
}

.table table thead {
    border: 0;
    background-color: #003974;
    color: #fff;
}

.table table tbody tr {
    text-align: center;
    background-color: #fff;
    border: 0 solid #f7f7f7;
    border-top-width: 0;
    border-bottom-width: 10px;
}

.table table thead tr .manufacturer {
    padding: 30px;
    font-weight: normal;
}

.table table tbody tr .manufacturer {
    padding: 15px;
}

.table .mobile {
    display: none;
}

@media screen and (max-width: 760px) {
    .table .desktop {
        display: none;
    }

    .table .mobile {
        display: table;
    }

    .catalogue-detail-usage .filters {
        flex-direction: column;
    }

    .table {
        padding: 0;
    }

    .table .mobile {
        table-layout: fixed;
    }

    .table .mobile thead tr {
        font-size: 14px;
    }

    .table .mobile thead tr th:first-child {
        text-align: left;
        padding: 15px 0;
        padding-left: 15px;
        width: 100%;
    }

    .table .mobile thead tr th:last-child {
        text-align: right;
        width: 100%;
        padding: 0;
        padding-right: 15px;
    }

    .table .mobile tbody td:first-child {
        padding: 10px 0;
        text-align: left;
    }

    .table .mobile tbody td:last-child {
        padding: 10px 0;
        text-align: right;
    }
}
/* End */


/* Start:/local/components/nav/youtube/templates/.default/style.css?1626940295185*/
/*.video-container div#player,*/
/*.video-detail-frame div#player {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%*/
/*}*/
/* End */


/* Start:/local/templates/b2c/components/bitrix/catalog.element/rival/themes/blue/style.min.css?1626940295902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/local/templates/b2c/components/bitrix/catalog.section/buy-together/style.css?17558672863594*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.buy-together--grid {
	gap: 20px;
	display: flex;
}

.buy-together {
	width: 100%;
	box-sizing: border-box;
	margin-top: 125px;
	margin-bottom: 125px;
}

.buy-together__title {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 88px;
	color: #002c6e;
}

.buy-together__navigation {
	display: flex;
	gap: 20px;
	justify-content: end;
	margin-top: 26px;
}

.swiper-button-prev,
.swiper-button-next {
	position: static !important;
	width: 84px !important;
	height: 63px !important;
	background-image: none !important;
	background-color: #fff !important;
	border: 1px solid #eaeaea !important;
	margin: 0 !important;
	transition: background-color 0.3s, border-color 0.3s !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #f5f5f5;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-family: none !important;
	content: "" !important;
	display: block;
	width: 22px !important;
	height: 12px !important;
	background-color: #002c6e !important;
	mask-image: url("data:image/svg+xml,%3csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.27637 0.168034C5.57093 -0.0722092 6.00568 -0.0547384 6.28027 0.219791C6.55486 0.494373 6.57228 0.929118 6.33203 1.2237L6.28027 1.28034L2.56055 5.00006H20.75C21.1642 5.00006 21.4999 5.33591 21.5 5.75006C21.5 6.16428 21.1642 6.50006 20.75 6.50006H2.56055L6.28027 10.2198C6.57315 10.5127 6.57311 10.9874 6.28027 11.2803C5.98738 11.5732 5.51262 11.5732 5.21973 11.2803L0.219727 6.28034L0.125977 6.16608C0.0444808 6.0438 1.0118e-07 5.89919 0 5.75006C3.10906e-05 5.5512 0.0791021 5.36042 0.219727 5.21979L5.21973 0.219791L5.27637 0.168034Z' fill='black'/%3e%3c/svg%3e");
	mask-size: contain !important;
	mask-repeat: no-repeat !important;
	mask-position: center !important;
}

.swiper-button-next::after {
	transform: rotate(180deg);
}

.swiper-button-disabled::after {
	background-color: #000000;
}

.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-wrapper {
	align-items: stretch;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 502px !important;
}

.buy-together--grid .swiper-slide {
	flex-shrink: 1 !important;
}

.buy-together__slider .catalogue-col {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 100% !important;
}

.buy-together--grid .swiper-slide {
	width: 25% !important;
}

@media (max-width: 1100px) {
	.buy-together--grid .swiper-slide {
		width: 33.3% !important;
	}
}

@media (max-width: 768px) {
	.buy-together--grid .swiper-slide {
		width: 50% !important;
	}
}

@media (max-width: 480px) {
	.buy-together--grid .swiper-slide {
		width: 100% !important;
	}
}

.buy-together__slider .catalogue-col > a {
	flex: 1;
}

.buy-together__slider .catalogue-col .cat-item-img {
	height: 291px;

	display: flex;
	flex-direction: column;
	align-items: start;
	padding-bottom: 0;
}

.buy-together__slider .catalogue-col .cat-item-img > div {
	margin: auto 0 3px 0 !important;
}

.buy-together__slider .catalogue-col .cat-item-img > img {
	margin-top: auto !important;
	max-height: 265px !important;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1626940280666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/b2c/components/bitrix/news.list/where_to_buy_in_product/style.css?16365624801491*/
.set-center-map-in-popup{
    display: block;
    max-width: 100%;
    border: 2px solid #4682c8;
    padding: 10px 16px;
    font-size: 16px;
    margin: 0 30px;
    text-align: center;
    line-height: 18px;
    -webkit-transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
    -o-transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
    transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
}
.set-center-map-in-popup:hover{
    color:white;
    background-color: #4682c8;
}
.set-center-map-in-popup.proccess{
    opacity: 0.5;
    pointer-events: none;
}

.map-sidebar-panel.hide-shop{
    display: none;
}

.promokod-popup--content{
    max-width: 500px;
}
.promokod-popup--promokod{
    text-align: center;
    border: 2px solid #003974;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 15px;
    cursor: pointer;
}
.promokod-popup--success-text{
    opacity: 0;
    text-align: center;
    display: block;
    color: #005200;
    font-size: 14px;
    transition: .3s;
}
.promokod-popup--promokod-value{
    font-size: 25px;
    font-weight: 800;
}
.promokod-popup--promokod-icon{
    width: 22px;
    margin-left: 16px;
}



/* End */
/* /local/components/nav/catalog_rival/templates/.default/style.css?1711626854823 */
/* /local/templates/b2c/components/bitrix/catalog.element/rival/style.css?16363759131805 */
/* /local/components/nav/youtube/templates/.default/style.css?1626940295185 */
/* /local/templates/b2c/components/bitrix/catalog.element/rival/themes/blue/style.min.css?1626940295902 */
/* /local/templates/b2c/components/bitrix/catalog.section/buy-together/style.css?17558672863594 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1626940280666 */
/* /local/templates/b2c/components/bitrix/news.list/where_to_buy_in_product/style.css?16365624801491 */
