

/* Start:/bitrix/components/sotbit/regions.choose/templates/.default/style.css?17785956906535*/
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	color: #414141;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	font-family: "NotoSans";
	display: block;
	margin-bottom: 10px;
}


.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'ProximaNova';
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}

.modal__overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
}

.select-city__modal__list__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	color: #414141 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'ProximaNova';
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/bitrix/components/sotbit/regions.choose/templates/.default/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	.select-city__modal__list {
		columns: 2;
	}
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	}
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}

.select-city__modal__submit__vars {
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #fff;
	box-shadow: 2px 3px 3px #a0a0a0;
	padding: 3px;
	cursor: pointer;
	max-height: 171px;
	overflow-y: auto;
}

.select-city__modal__submit__vars .regions_vars:hover {
	background-color: #f0f0f0;
}
/* End */


/* Start:/local/templates/luxol_lk/template_styles.css?176043385615613*/
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    background-color: #fff;
    z-index: 120;
    transition: all 0.3s linear;
}

.red {
    color: red;
}

.glh1 {
    color: var(--dark);
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    margin: 0;
}

.glh4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
}

.slh2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Bebas Neue, cursive;
    font-size: 52px;
    line-height: 58px;
}

.proh4 {
    margin-top: 10px;
    font-weight: 700;
    transition: color .3s linear;
}

.adh4 {
    max-width: 322px;
    width: 100%;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
}

a.disabled {
    position: relative;
    background-color: #c0c1bd;
    cursor: not-allowed;
    pointer-events: none;
}

.cart .minPrice {
    margin-top: 25px;
    color: red;
}

.header-mobile._fixed {
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.header-mobile__burger {
    width: 18px;
    height: 12px;
}

.header-mobile__burger span {
    display: block;
    background-color: #3c6e87;
    height: 2px;
    width: 100%;
    margin-bottom: 3px;
}

.header-mobile__logo {
    max-width: 140px;
}

.header-mobile__logo a {
    display: block;
}

.header-mobile__logo img {
    display: block;
    max-width: 100%;
}

.header-mobile__cart .btn {
    padding: 0;
    border: 0;
    width: 18px;
    height: 16px;
}

.header-mobile__cart .btn span {
    display: none;
}

.header-mobile__cart .btn img,
.header-mobile__cart .btn {
    display: block;
}

.mobile-menu__link--icon {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-menu__link--icon svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.mobile-menu__link--icon svg path {
    fill: #6eb6ea;
}

.main-mobile-info {
    display: none;
    padding: 0 10px;
}

.main-mobile-info__item {
    padding: 60px 0 60px;
}

.main-mobile-info__item + .main-mobile-info__item {
    padding-top: 10px;
}

.main-mobile-info__title {
    text-align: center;
    font-family: 'Montserrat', Arial;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #001719;
}

.section-slider-card {
    position: relative;
    text-align: center;
}

.section-slider-card__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.section-slider-card__icon {
    max-width: 100px;
    margin: 0 auto 10px;
}

.section-slider-card__icon img {
    display: block;
    max-width: 100%;
}

.section-slider-card__title {
    font-size: 14px;
    line-height: 18px;
}

.section-slider__pagination {
    margin-top: 30px;
}

.slider-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-pagination__dot {
    flex: 0 0 auto;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f3f3f3;
    transition: all 0.3s linear;
}

.slider-pagination__dot--active {
    background-color: #3c6e87;
}

.u-list__pagination {
    margin-top: 30px;
}

.product-slider__pagination {
    margin-top: 30px;
}

.slider-pagination--lock {
    display: none;
}

.card-info__main-chars {
    display: none;
    align-items: center;
}

.card__photos {
    position: relative;
    width: calc(100% - 550px);
}

.lk-tip.card__tip {
    --tip-index: 2;
}

.product-card__actions--mobile {
    display: none !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    z-index: 6;
}

.card-info__main-chars {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 15px;
    color: #3c6e87;
}

.card-info__main-chars svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-right: 10px;
    color: #3c6e87;
}

.card__squere + .card__bottom {
    display: block !important;
}

.card__squere + .card__bottom .card__actions {
    padding: 0 !important;
    margin: 0 !important;
}

.modal-upsell .up-sell--cart {
    margin-bottom: 0 !important;
}

.modal-upsell {
    display: none;
}

@media (max-width: 1199px) {
    .card__photos {
        width: calc(100% - 480px);
    }
}

@media (max-width: 1023px) {
    .card__photos {
        width: 100%;
    }

    .card-info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .lk-tip.card__tip {
        --tip-size: 14px;
        --icon-size: 20px;

        right: unset;
        left: var(--tip-spacing);
    }

    .modal-upsell {
        display: block;
    }

    #bx-soa-paysystem .bx-soa-pp-desc-container {
        display: none !important;
    }

    #bx-soa-delivery .bx-soa-pp-company-subTitle {
        display: none !important;
    }

    #bx-soa-delivery .bx-soa-pp-company-logo {
        display: none !important;
    }

    /* #bx-soa-delivery .bx-soa-pp-company-block{
        display: none !important;
    } */
    .card__photos {
        width: 100%;
    }

    .product-card__actions {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .product-card__actions--mobile {
        display: flex !important;
    }

    .card-info__main-chars {
        display: inline-flex;
    }

    .card-info__main {
        background-color: #fff !important;
        padding: 0 !important;
    }

    .card-info__main p {
        display: none;
    }

    .card {
        position: relative;
    }

    .card-info__labels {
        position: absolute;
        margin-bottom: 0;
        top: 15px;
        left: 30px;
        z-index: 6;
    }

    .product-info {
        display: flex;
        flex-direction: column;
    }

    .product-info > * {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .product-info .up-sell {
        order: 1;
    }

    .product-info .card-tabs {
        order: 3;
    }

    .product-info .other-product {
        order: 2;
        margin-bottom: 50px !important;
    }

    .footer-logo {
        display: none;
    }

    .footer__left > img {
        display: none;
    }

    .main-mobile-info {
        display: block;
    }

    .m-hide {
        display: none;
    }

    .header-mobile {
        display: flex;
    }

    .header-mobile + * {
        margin-top: 66px;
    }

    .breadcrumb-item {
        display: none;
    }

    .breadcrumb-item:nth-last-child(2) {
        display: block;
        margin-right: 0;
    }

    .breadcrumb-item:nth-last-child(2) a {
        padding-left: 15px;
    }

    .breadcrumb-item:nth-last-child(2) a:after {
        right: auto;
        left: 0;
        transform: rotate(180deg);
        top: 3px;
    }

    .breadcrumb a, .breadcrumb-item.current {
        font-size: 12px !important;
    }

    .breadcrumb {
        padding-top: 20px !important;
    }

    .filter .radio .radio-text {
        font-size: 12px !important;
    }

    .filter-sort {
        display: none;
    }
}


@media (max-width: 575px) {
    .section-slider-card__icon {
        max-width: 80px;
        margin: 0 auto 10px;
    }

    .section-slider-card__title {
        font-size: 12px;
        line-height: 16px;
    }
}

.top-chars p span:first-child {
    font-weight: bold;
    order: 1;
}

.top-chars p span:last-child {
    order: 3;
}

.top-chars p {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 0.9 !important;
    margin-bottom: 15px !important;
}

.top-chars p:last-child {
    margin-bottom: 0 !important;
}

.top-chars p span {
    background-color: #f7f7f7;
}

.top-chars p:after {
    content: '';
    height: 1px;
    margin: 0 8px;
    background: linear-gradient(90deg, #dcdcdc 33%, transparent 0) repeat-x bottom;
    background-size: 3px 1px;
    flex-grow: 1;
    order: 2;
}

@media (max-width: 767px) {
    .top-chars {
        display: none;
    }
}

#ipol_yadost_inject_courier > a._error, #ipol_yadost_inject_pickup > a._error, #ipol_yadost_inject_post > a._error {
    animation: button-error 2s linear;
}

@keyframes button-error {
    0% {
        background-color: red;
    }
    25% {
        background-color: #3c6e87;
    }
    50% {
        background-color: red;
    }
    100% {
        background-color: #3c6e87;
    }
}

.p-single-slider__item > a,
.p-single-slider__item .magnify {
    display: block !important;
    width: 100%;
    height: 100%;
}

.p-single-slider-thumb__item {
    cursor: pointer;
}

.header-message {
    position: relative;
    padding: 20px 45px;
    color: #001719;
    background-color: #aecb42;
    text-align: center;
}

.header-message__inner {
    padding: 0 !important;
}

.header-message__close {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
}

.header-message__close:after, .header-message__close:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #721c24;
}

.header-message__close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-bottom {
    position: relative;
}

.header-bottom .submenu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 255px;
    opacity: 0;
    transition: .4s;
    z-index: 20;
    background: #fff;
    visibility: hidden;
}

.header-bottom .submenu.active {
    opacity: 1;
    visibility: visible;
}

.header-bottom .submenu .dropdown {
    position: relative;
}

.header-bottom .submenu .dropdown > a {
    padding-right: 35px;
}

.header-bottom .submenu .dropdown > a:after {
    background: url(/local/templates/luxol_lk/images/arrow-black.png) center no-repeat;
    content: "";
    height: 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.header-bottom .submenu .dropdown-menu {
    background: #fff;
    left: 100%;
    min-width: 255px;
    opacity: 0;
    position: absolute;
    top: 10px;
    transition: .4s;
    visibility: hidden;
}

.header-bottom .submenu .dropdown:hover .dropdown-menu.level1 {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.header-bottom .submenu .dropdown .dropdown:hover .dropdown-menu.level2 {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header-bottom .submenu a {
    color: #001719;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.header-bottom .submenu a:hover {
    background-color: #6eb6ea;
    color: #fff;
}

.mobile-pane__catalog button {
    width: 100%;
}

#js-cart-block .action-button__icon svg {
    stroke: none;
}

.add-btns {
    display: flex;
    margin: 0 -15px;
}

.add-btns__item {
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.product-card__alert {
    font-size: var(--fz-small);
    line-height: var(--lh-small);
}

@media (max-width: 767px) {
    .add-btns {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .add-btns__item {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .add-btns__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .header-message {
        padding: 15px 30px;
    }

    .header-message__close {
        width: 16px;
        height: 16px;
        top: 16px;
    }
}

.sizes + .btn {
    margin-bottom: 20px;
}

.social-action .socials {
    justify-content: center;
}

.product-card__action._active svg {
    fill: var(--primary);
}

.contacts-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.contacts-section__map {
    margin-bottom: 30px;
}

.contacts-section__content {
    display: flex;
    margin: 0 -15px;
}

.contacts-section__item {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .contacts-section__content {
        flex-direction: column;
        margin: 0;
    }

    .contacts-section__item {
        max-width: 100%;
        padding: 0;
    }

    .contacts-section__item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.catalog-slider__item.swiper-slide {
    height: auto;
}

.slider-pagination.slider-pagination--lock {
    display: none;
}

.contacts__item a {
    color: inherit;
}

.main-slide__image img {
    object-position: left;
}

.gallery-slider__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    pointer-events: none;
}

.gallery-slider {
    position: relative;
}

.gallery-slider__nav .slider-nav__btn {
    pointer-events: all;
    background-color: #fff;
}

.single-blog__slider {
    margin-top: 40px;
}

.card-color__item,
.product-card__color {
    position: relative;
    overflow: hidden;
}

.card-color__item img,
.product-card__color img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog__descr {
    margin-top: 20px;
}

.text-block.catalog__descr .catalog__descr-img {
    float: right;
    width: 400px;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1275px) {
    .text-block.catalog__descr .catalog__descr-img {
        width: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .text-block.catalog__descr .catalog__descr-img {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

#SDEK_map {
    width: 100% !important;
}

#SDEK_info #SDEK_sign {
    display: none !important;
}

#SDEK_closer {
    background-position: 0px -22px;
}

#SDEK_looper {
    background-position: 0px -22px;
}

.SDEK_arrow {
    background-position: bottom right;
}

@media screen and (max-width: 919px) {
    #SDEK_wrapper {
        height: 300px;
    }

    #SDEK_looper {
        top: 10px;
    }

    #SDEK_closer {
        top: 8px;
    }

    #SDEK_info {
        top: -459px;
    }
}

.cart-link {
    color: #001719;
    transition: color 0.3s linear;
}

.cart-link:hover {
    color: var(--primary);
}

.btn {
    text-align: center;
}

.btn--primary.btn--green {
    border-color: #9fba3d;
    background-color: #9fba3d;
    color: #fff;
}

.btn--primary.btn--green:hover {
    color: #9fba3d;
    background-color: transparent;
}

.delivery-calc {
    margin-left: auto;
}

@media (max-width: 767px) {
    .delivery-calc {
        margin-left: 0;
        margin-right: 0;
    }
}

.cookie-pane {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10151;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
}

.cookie-pane__inner {
    display: flex;
}

.cookie-pane__btn {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .cookie-pane__inner {
        flex-direction: column;
    }

    .cookie-pane__btn {
        margin-left: 0px;
        margin-top: 15px;
    }

    .cookie-pane__btn .btn {
        display: block;
        width: 100%;
    }
}

/**** old price ****/
.cur_price {
    color: #000000;
    font-size: 20px;
    padding-right: 10px;
}

.cur_price:after {
    content: ' \20BD ';
}

.old_price {
    color: #808080;
    font-size: 18px;
}


.header-top__inner {
    justify-content: space-between;
}

.header-top__controls a {
    color: var(--grey)
}
/* End */
/* /bitrix/components/sotbit/regions.choose/templates/.default/style.css?17785956906535 */
/* /local/templates/luxol_lk/template_styles.css?176043385615613 */
