:root{
	--primary-main: #1E1E1E;
	--gray: #7C7B7B;
	--gray-2: #A3A3A3;
	--gray-3: #9F9F9F;
	--gray-border: #EFEFEF;
	--secondary-main: #236493;
	--secondary-dark: #154874;
	--secondary-light: #2B74A5;
	--secondary-transparent: #EFF2F5;
	--secondary-focused: #DCE3EA;
	--clothes-blue: #0050AF;
	--info-main: #BEBEBE;
	--stroke-main: #d7d7d7;
	--box-shadow: 0px 0px 16px 0px rgba(11, 37, 55, 0.20);
	--menu-li-margin: 15px;
	--red: #f00;
	--dark-badge: #1C2434;
	--l-brown: #FAF6F3;
}

html{ min-height: 100vh; font-size: 14px; }
body{ min-height: 100vh; display: flex; flex-direction: column; margin:0; color: var(--primary-main); stroke: var(--primary-main); font-size: 1rem; font-family: "Nunito Sans", sans-serif; /*font-family: 'GT-America';*/ }
body.no-scroll{ overflow: hidden; }
img{ border:0; max-width: 100%; }
img[src*="px.adhigh.net"] { display: none; }
input::-moz-focus-inner, select::-moz-focus-inner{ border:0; }
input{ padding:0; margin:0; border:0; }
button{ border: 0; background-color: transparent; }
a{ text-decoration: none; color: inherit; }
a:hover, a:visited{ text-decoration: none; }
:focus, :active{ outline: none; }

::-webkit-scrollbar{ width: 7px; height: 7px; }
::-webkit-scrollbar-thumb{ background-color: rgba(30,30,30,.3); }
::-webkit-scrollbar-thumb:hover{ background-color: rgba(30,30,30,1); }
::-webkit-scrollbar-track{ background-color: rgba(30,30,30,.1); }
::-webkit-scrollbar-track:hover{ background-color: rgba(30,30,30,.2); }

header{ position: sticky; top: 0; padding-top: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--gray-border); background-color: #fff; z-index: 1001; }
header .container,
header .container-fluid{ display: flex; align-items: center; justify-content: space-between; max-width:100%; }
header .logo{ max-width: 200px; max-height: 33px; }
header .header-section{ flex: 1; display: flex; align-items: center; }
header .menu-btn{ cursor: pointer; }
header .menu-btn:not(.active) span:last-child,
header .menu-btn.active span:first-child{ display: none; }
header .menu ul{ display: flex; align-items: center; list-style: none; margin: 0; padding: 0; font-weight: 600; text-transform: uppercase; }
header .menu ul li{ padding: 4px 8px; }
header .menu ul li:not(:last-child){ margin-right: 20px; }
header .header-icons{ justify-content: flex-end; }
header .header-icons .icon{ cursor: pointer; }
header .header-icons .icon:not(:last-child){ margin-right: 2rem; }
header .header-search{ position: absolute; top: 100%; left: 0; right: 0; z-index: 1000; background: #fff; padding: 10px 0; }
header .header-search:not(.active){ display: none; }
header .header-search__inner{ position: relative; width: 100%; }
header .header-search input[type="text"]{ width: 100%; height: 40px; padding: 0 15px 0 45px; border: 1px solid var(--primary-main); }
header .header-search button{ position: absolute; left: 10px; top: 50%; margin-top: -14px; }
header .header-contact{ width: 250px; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 10px; padding: 20px; background: #fff; text-align: center; border-radius: 10px; box-shadow: var(--box-shadow); z-index:1100; }
header .header-contact__phone{ font-size: 20px; font-weight: bold; }
header .icon:not(.active) .header-contact{ display: none; }
header .fixed-inform { text-align: center; display: block; color: #FFF; background-color: #1e1e1e; margin-top: -12px; margin-bottom: 12px; }
header .fixed-inform:hover{ color:#fff; }

.info-slider a {color: #fff;}
.info-slider a:hover {color: inherit;}

.mobile-menu{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; visibility: hidden; z-index: 2500; /*transition: opacity .3s, visibility .3s;*/ }
.mobile-menu.active{ opacity: 1; visibility: visible; }
.mobile-menu ul{ list-style: none; margin: 0; padding: 0; font-size: 16px; font-weight: 600; }
.mobile-menu ul li{ display: flex; align-items: center; padding: 8px 10px; line-height: 1.2; cursor: pointer; }
.mobile-menu ul li:not(:last-child){ margin-bottom: var(--menu-li-margin); }
.mobile-menu .mob-links-src,
.mobile-menu .mob-links-copy{ padding-top: var(--menu-li-margin); }
.mobile-menu .mob-link:after{ content: ''; display: block; width: 20px; height: 20px; margin-left: auto; background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.04167 13.4583L12 9.49993L8.04167 5.5416' stroke='%234E5255' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat; }
.mobile-menu .mob-back-btn{ display: flex; align-items: center; padding: .15rem 0; cursor: pointer; }
.mobile-menu .mob-back-btn:before{ content: ''; display: block; width: 20px; height: 20px; margin-right: 10px; background: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9583 6.04174L7 10.0001L10.9583 13.9584' stroke='%234E5255' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat; }
.mobile-menu__shadow{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(30,30,30,.2); overflow-x: hidden; overflow-y: auto; z-index: 2400; }
.mobile-menu__content{ position: fixed; display: flex; width: 100vw; max-width: 576px; flex-direction: column; top: 0; bottom: 0; left: 0; padding: 20px; background: #fff; overflow-x: hidden; overflow-y: auto; z-index: 2500; }
.mobile-menu__layer{ position: fixed; display: none; width: 100vw; max-width: 576px; flex-direction: column; top: 0; bottom: 0; left: 0; width: 100vw; max-width: 576px; padding: 20px; background: #fff; z-index: 3100;  overflow:auto; }
.mobile-menu__layer.active{ display: flex; }
.mobile-menu__layer li{ padding: 9px 10px; }
.mobile-menu__inner:not(.active){ display: none; }

@media (max-width: 744px) {
    .logo a img {
        width: 160px;
    }
}

.svg-icons{ width: 0 !important; height: 0 !important; position: absolute; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; }

.color-black{ color: var(--primary-main); fill: var(--primary-main); stroke: var(--primary-main); }
.color-gray{ color: var(--gray); fill: var(--gray); stroke: var(--gray); }
.color-blue{ color: var(--secondary-light); fill: var(--secondary-light); stroke: var(--secondary-light); }

.bg-l-brown{ background-color: var(--l-brown); }

.btn{ display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; padding: 8px 32px; line-height: 1.43; text-align: center; background-color: var(--primary-main); border: 1px solid var(--primary-main); color: #fff; font-size: 1rem; font-weight: 600; vertical-align: top; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.btn:hover{ background-color: var(--secondary-dark); border-color: var(--secondary-dark); color: #fff; }
.btn:active{ background-color: var(--secondary-main); border-color: var(--secondary-main); }
.btn.btn_lg{ padding: 12px 44px; }
.btn.btn_sm{ padding: 4px 20px; font-size: 1rem; }
.btn_gray,
.btn_gray:hover{ background-color: var(--secondary-transparent); border-color: var(--secondary-transparent); color: var(--primary-main); }
.btn_gray:active{ background-color: var(--secondary-focused); border-color: var(--secondary-focused); }
.btn_white{ background-color: #fff; border-color: #fff; color: var(--primary-main); }
.btn_white:hover{ background-color: var(--secondary-transparent); border-color: var(--secondary-transparent); color: var(--primary-main); }
.btn_white:active{ background-color: var(--secondary-focused); border-color: var(--secondary-focused); }
.btn_bordered{ background-color: #fff; border-color: var(--primary-main); color: var(--primary-main); }
.btn_bordered:hover{ background-color: var(--secondary-transparent); border-color: var(--primary-main); color: var(--primary-main); }
.btn_bordered:active{ background-color: var(--secondary-focused); border-color: var(--primary-main); }

.inp{ width: 100%; height: 40px; padding: 0 10px; font-size: 1.1rem; border-bottom: 1px solid var(--stroke-main); transition: background .2s, border-color .2s, color .2s; }
.inp:focus{ border-color: var(--primary-main); }

.error, .error:focus{ color: var(--red); border-color: var(--red); }
.error-msg{ display: none; margin-top: 5px; color: var(--red); }
.error+.error-msg{ display: block; }

.icon{ position: relative; width: 28px; height: 28px; flex-shrink: 0; display: -ms-flex; display: flex; align-items: center; justify-content: center; border-radius: 4px; transition: fill .3s, stroke .3s, background .3s; }
.icon svg{ max-width: 22px; max-height: 22px; }
.icon:not(.icon_stroke){ fill: inherit; stroke: none; }
.icon:not(.active) svg:last-child:not(:only-child),
.icon.active:not(.header-icon-btn) svg:first-child:not(:only-child){ display: none; }
.icon.icon_stroke{ fill: none !important; stroke: inherit; }
.icon.icon_lg{ width: 38px; height: 38px; }
.icon.icon_lg svg{ max-width: 24px; max-height: 24px; }
.icon.icon_sm{ width: 20px; height: 20px; }
.icon.icon_sm svg{ max-width: 20px; max-height: 20px; }
.icon.icon_xs{ width: 16px; height: 16px; }
.icon.icon_xs svg{ max-width: 16px; max-height: 16px; }
.icon_action{ cursor: pointer; }
.icon_action:hover{ background-color: var(--secondary-transparent); }
.icon_action:active{ background-color: var(--secondary-focused); }
.icon-counter{ position: absolute; width: 10px; height: 10px; text-align: center; top: 2px; right: 0; color: #fff; background: var(--secondary-light); border-radius: 5px; line-height: 10px; font-size: .5rem; }
.icon-counter:empty{ display: none; }

.text{ font-size: 1rem; }
.text_md{ font-size: 1.15rem; }
.text_lg{ font-size: 1.4rem; }

.title{ font-size: 1.4rem; text-transform: uppercase; font-weight: bold; margin-bottom: 1rem; }
.title_md{ font-size: 2rem; line-height: 1.25; }
.subtitle{ font-size: 1.15rem; font-weight: bold; margin-bottom: .5rem; }

.font-400{ font-weight: 400 !important; }
.font-600{ font-weight: 600 !important; }
.font-700{ font-weight: 700 !important; }

.cursor-pointer{ cursor: pointer; }

.unstyled{ margin: 0; padding: 0; list-style: none; }

.chb{ display: none; }
.chb+label{ position: relative; display: block; padding-left: 40px; min-height: 20px; cursor: pointer; }
.chb+label:before{ content: ''; display: block; position: absolute; height: 20px; width: 20px; top: 0; left: 0; border-radius: 3px; border: 1px solid var(--stroke-main); }
.chb+label:hover:before{ border-color: var(--primary-main); }
.chb+label:after{ content:''; display: none; position: absolute; width: 6px; height: 11px; left: 7px; top: 3px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); }
.chb:checked+label:before{ background: var(--primary-main); }
.chb:checked+label:after{ display: block; }

.rad{ display: none; }
.rad+label{ position: relative; display: block; padding-left: 40px; min-height: 20px; cursor: pointer; }
.rad+label:before{ content: ''; display: block; position: absolute; height: 20px; width: 20px; top: 0; left: 0; border-radius: 50%; border: 1px solid var(--stroke-main); }
.rad+label:hover:before{ border-color: var(--primary-main); }
.rad+label:after{ content:''; display: none; position: absolute; width: 14px; height: 14px; left: 3px; top: 3px; border-radius: 50%; background: var(--primary-main); }
.rad:checked+label:after{ display: block; }
.input_bordered+label{ min-height: 52px; padding: 15px 20px 15px 60px; border-radius: 10px; border: 1px solid var(--stroke-main); }
.input_bordered+label:before{ top: 15px; left: 20px; }
.input_bordered+label:after{ top: 18px; left: 23px; }
.input_bordered:not(:checked)+label .label-content{ display: none; }

.switch{ display: none; }
.switch+label{ position: relative; display: block; padding-left: 50px; min-height: 20px; cursor: pointer; }
.switch+label:before{ content: ''; display: block; position: absolute; height: 20px; width: 36px; top: 0; left: 0; border-radius: 10px; border: 1px solid var(--stroke-main); }
.switch+label:after{ content:''; position: absolute; width: 14px; height: 14px; left: 3px; top: 3px; border-radius: 50%; background: var(--stroke-main); transition: left .3s; }
.switch:checked+label:before{ background: var(--primary-main); }
.switch:checked+label:after{ background: #fff; left: 19px; }

.row_flex > [class*="col"]{ display: -ms-flex; display: flex; flex-direction: column; }
.row_sm{ margin-left: -8px; margin-right: -8px; }
.row_sm > [class*="col"]{ padding-left: 8px; padding-right: 8px; }

.section{ padding-top: 20px; padding-bottom: 20px; }
.section_md{ padding-top: 30px; padding-bottom: 30px; }
.section_lg{ padding-top: 45px; padding-bottom: 45px; }

.breadcrumbs{ display: flex; flex-wrap: wrap; gap: 8px; padding-top: 20px; padding-bottom: 20px; }
.breadcrumbs .breadcrumbs__item{ display: flex; align-items: center; }
.breadcrumbs .breadcrumbs__item:not(:last-child):after{ content: '/'; display: block; margin-left: 8px; color: var(--gray-2); }
.breadcrumbs .breadcrumbs__item a{ color: var(--gray-2); }

.modal-link{ cursor: pointer; }
.modal-wrap{ position: fixed; display: flex; align-items: center; justify-content: center; top: 0; right: 0; left: 0; height:100vh; background:rgba(0,0,0,.5); overflow: hidden; transition:opacity .4s, visibility .4s; opacity: 0; visibility: hidden; z-index: 3000; }
.modal-wrap .modal{ display: block; max-width: 96vw; padding: 20px; border-radius: 10px; background-color: #fff; color: #000; z-index: 3010; visibility: hidden; opacity: 0; transition: opacity .4s, visibility .4s, right .4s; }
.modal-wrap .modal_md{ width: 800px; }
.modal-wrap .modal_sm{ width: 550px; }
.modal-wrap .modal_xs{ width: 400px; }
.modal-wrap .modal__body{ max-height: calc(100dvh - 40px); overflow-x: hidden; overflow-y: auto; }
.modal-wrap .modal__close{ cursor: pointer; }
.modal-wrap.active,
.modal-wrap.active .modal{ opacity: 1; visibility: visible; }
.modal-wrap .modal.modal_side{ position: fixed; right: -100%; top: 0; bottom: 0; border-radius: 0; }
.modal-wrap.active .modal.modal_side{ right: 0; }

.info{ padding: 8px 0; margin-bottom: 8px; font-size: 1em; }
.info__head{ display: flex; font-weight: 600; cursor: pointer; }
.info__head:after{ content: ''; display: block; width: 20px; height: 20px; margin-left: auto; background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 10C17.5 10.1658 17.4342 10.3247 17.3169 10.4419C17.1997 10.5592 17.0408 10.625 16.875 10.625H10.625V16.875C10.625 17.0408 10.5592 17.1997 10.4419 17.3169C10.3247 17.4342 10.1658 17.5 10 17.5C9.83424 17.5 9.67527 17.4342 9.55806 17.3169C9.44085 17.1997 9.375 17.0408 9.375 16.875V10.625H3.125C2.95924 10.625 2.80027 10.5592 2.68306 10.4419C2.56585 10.3247 2.5 10.1658 2.5 10C2.5 9.83424 2.56585 9.67527 2.68306 9.55806C2.80027 9.44085 2.95924 9.375 3.125 9.375H9.375V3.125C9.375 2.95924 9.44085 2.80027 9.55806 2.68306C9.67527 2.56585 9.83424 2.5 10 2.5C10.1658 2.5 10.3247 2.56585 10.4419 2.68306C10.5592 2.80027 10.625 2.95924 10.625 3.125V9.375H16.875C17.0408 9.375 17.1997 9.44085 17.3169 9.55806C17.4342 9.67527 17.5 9.83424 17.5 10Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A") center center no-repeat; }
.info.active .info__head:after{ background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3169 10.4419C17.4342 10.3247 17.5 10.1658 17.5 10C17.5 9.83424 17.4342 9.67527 17.3169 9.55806C17.1997 9.44085 17.0408 9.375 16.875 9.375H10.625H9.375H3.125C2.95924 9.375 2.80027 9.44085 2.68306 9.55806C2.56585 9.67527 2.5 9.83424 2.5 10C2.5 10.1658 2.56585 10.3247 2.68306 10.4419C2.80027 10.5592 2.95924 10.625 3.125 10.625H9.375H10.625H16.875C17.0408 10.625 17.1997 10.5592 17.3169 10.4419Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A"); }
.info__body{ padding-top: 8px; }
.info__body .delivery-list {list-style: none;padding-left: 0;margin-bottom: 0;}
.info__body .delivery-list li {display: flex; gap: 10px}
.info__body .delivery-list li:not(:last-child) {margin-bottom: 10px;}
.info__body .delivery-list li svg {min-width: 24px}
.info:not(.active) .info__body{ display: none; }

.note{ position: relative; }
.note .note__content{ position: absolute; padding: 8px; border-radius: 6px; background: var(--primary-main); color: #fff; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; 	text-transform: none;}
.note .note__content a{ color: var(--secondary-main); }
.note .note__content:not(.no__before):before{ content: ''; display: block; position: absolute; }

.note.note_md .note__content { min-width:250px; }
.note:not(.note_no-hover):hover .note__content,
.note.note_no-hover.note_active > .note__content{ opacity: 1; visibility: visible; }
.note:not(.note_horizontal) .note__content{ left: 50%; bottom: 100%; margin-bottom: 1rem; transform: translateX(-50%); }
.note:not(.note_horizontal) .note__content:before{ top: 100%; left: 50%; margin-left: -5px; border-top: 10px solid var(--primary-main); border-left: 7px solid transparent; border-right: 7px solid transparent; }

@media (max-width: 768px) {
	.info__body .pecul {
		position: relative;
	}
	.info__body .note {
		position: static;
	}
	.note:not(.note_horizontal) .note__content {
		left: 0px !important;
        transform: translateX(0);
	}
	.note.note_md .note__content {
		max-width: 280px;
	}
}

.cookies{ position: fixed; left: 0; right: 0; width: 100%; margin: 0 auto; z-index: 1000; }
.cookies a{ color: #212529; text-decoration: underline; }
.cookies__popup{ position: relative; width: 100%; background-color: #fff; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, .05); }
.cookies__popup--hidden{ display: none; }
.cookies__button:hover{ color:#fff; }
.cookies__content h6{ font-size: 16px; font-weight: 400; line-height: 24px; }
.cookies__content p{ font-weight: 300; color: #212529; margin-left: 0; margin-right: 0; }
.cookies__country-details{ display: block; font-size: 12px; font-weight: 400; line-height: 18px; }

.price{ display: flex; align-items: center; font-size: 1.15rem; font-weight: bold; line-height: 1; margin-bottom: 20px; }
.price.price_sm{ font-size: 1.15rem; }
.price span{ position: relative; top: 2px; font-size: 1rem; font-weight: 600; color: var(--gray-3); text-decoration: line-through; }

.product{ position: relative; display: flex; }
.product:not(:last-child){ margin-bottom: 30px; }
.product .product__content{ flex-grow: 1; display: flex; }
.product .product__img{ position: relative; width: 120px; height: 160px; flex-shrink: 0; margin-right: 20px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.product .product__img.product__img_sm{ width: 90px; height: 135px; flex-shrink: 0; margin-right: 20px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.product .product__info{ flex-grow: 1; display: flex; flex-direction: column; }
.product .product__info .icon{ cursor: pointer; }
.product .product__info-table{ color: var(--gray); }
.product .product__info-table td{ padding: 2px; vertical-align: top; }
.product .product__info-table td:first-child{ width: 1%; padding-left: 0; padding-right: 20px; white-space: nowrap; }
.product .product__info-table td:last-child{ padding-right: 0; }
.product .product__delete-content{ position: absolute; display: none; align-items: center; justify-content: center; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; }
.product.product_deleted .product__content{ opacity: .3; }
.product.product_deleted .product__delete-content{ display: flex; flex-direction: column; }
.product.product_toggle .product__toggle-btn .icon svg{ transform: rotate(180deg); }
.product:not(.product_toggle) .product__toggle-btn__text span:last-child,
.product.product_toggle .product__toggle-btn__text span:first-child,
.product:not(.product_toggle) .product__toggle-content{ display: none; }

.product__params{ position: relative; font-weight: 600; font-size:0.9rem;  }
.product__params .icon{ cursor: pointer; color: var(--gray-2); text-transform: uppercase; }
.product__params-list{ flex-grow: 1; }
.product__params-line{ position: relative; display: flex; align-items: center; }
.product__params-line:not(:last-child){ margin-bottom: 10px; }
.product__param{ display: flex; flex-wrap: wrap; gap: 4px; }
.product__param .product-param{ padding: 2px 8px; color: var(--gray-2); border-radius: 2px; cursor: pointer; transition: color .2s, background .2s; }
.product__param .product-param:hover{ background-color: var(--secondary-transparent); }
.product__param .product-param.active{ background-color: var(--primary-main); color: #fff; }
.product__param .product-param.unavailable{ color:#e1e1e1; }
.product__param-text{ min-width: 80px; margin-right: 20px; flex-shrink: 0; color: var(--gray-2); text-transform: uppercase; }
.product__param-data{ flex-grow: 1; }

.product__split{ display: flex; gap: 8px; }
.product__split .product__split__item{ flex-grow: 1; padding-top: 8px; border-top: 3px solid var(--stroke-main); }
.product__split .product__split__item:first-child{ border-color: var(--secondary-main); }

.slick-slider{ touch-action: auto!important; }
.slick-dots{ position: absolute; max-width: 100%; bottom: 10px; left: 50%; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; transform: translateX(-50%); }
.slick-dots button{ display: block; width: 4px; height: 4px; padding: 0; border-radius: 50%; background-color: #fff; font-size: 0; }
.slick-dots .slick-active button{ background-color: var(--primary-main); }

.bootstrap-select{ position: relative; padding: 0 !important; border: 0; }
.bootstrap-select>.dropdown-toggle{ align-items: center; padding: 10px; line-height: 1.15; border-radius: 0; border: 0; border-bottom: 1px solid var(--stroke-main); background-color: transparent; color: inherit; }
.bootstrap-select>.dropdown-toggle.bs-placeholder { color:var(--primary-main)!important; }
.bootstrap-select>.dropdown-toggle:after{ content: ''; display: block; width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1673 7.5L10.0007 11.6667L5.83398 7.5' stroke='%23BEBEBE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat; }
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{ background-color: transparent; color: inherit; }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){ width: 100%; }
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{ outline: none !important; }
.bootstrap-select .dropdown-menu{ max-width: 100%; margin: 4px 0 0 0; background-color: #fff; padding-top: 20px; border-radius: 4px; box-shadow: 0px 0px 16px 0px rgba(11,37,55, .20); z-index: 500; }
.bootstrap-select .dropdown-menu:not(.show){ display: none; }
.bootstrap-select .dropdown-menu.inner{ list-style: none; }
.bootstrap-select .dropdown-menu li a{ display: flex; align-items: center; min-height: 44px; padding: 4px 20px; transition: background .2s; color:var(--primary-main); }
.bootstrap-select .dropdown-menu li a:hover{ background-color: var(--secondary-transparent); }
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a.active,
.bootstrap-select .dropdown-menu li a.selected{ background-color: var(--secondary-focused); }
.one-click-order .store-select.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.suggestions-suggestions { max-width: 100%; margin: 4px 0 0 0; background-color: #fff; border-radius: 4px; box-shadow: 0px 0px 16px 0px rgba(11,37,55, .20); z-index: 500; border:0; }
.suggestions-suggestions .suggestions-hint{ display: none;  }
.suggestions-suggestions .suggestions-suggestion{ display: flex; align-items: center; min-height: 44px; padding: 4px 20px; transition: background .2s; cursor: pointer; }
.suggestions-suggestions .suggestions-suggestion:hover{ background-color: var(--secondary-transparent); }

.counter{ display: flex; font-size: 1.15rem; font-weight: 600; }
.counter__num{ display: flex; align-items: center; justify-content: center; min-width: 40px; height: 28px; text-align: center; padding: 0 10px; }
.counter__btn{ display: flex; align-items: center; justify-content: center; height: 28px; width: 28px; flex-shrink: 0; cursor: pointer; background-position: center center; background-repeat: no-repeat; transition: opacity .2s; }
.counter__btn[data-action="minus"]{ background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3169 10.4419C17.4342 10.3247 17.5 10.1658 17.5 10C17.5 9.83424 17.4342 9.67527 17.3169 9.55806C17.1997 9.44085 17.0408 9.375 16.875 9.375H10.625H9.375H3.125C2.95924 9.375 2.80027 9.44085 2.68306 9.55806C2.56585 9.67527 2.5 9.83424 2.5 10C2.5 10.1658 2.56585 10.3247 2.68306 10.4419C2.80027 10.5592 2.95924 10.625 3.125 10.625H9.375H10.625H16.875C17.0408 10.625 17.1997 10.5592 17.3169 10.4419Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A"); }
.counter__btn[data-action="plus"]{ background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 10C17.5 10.1658 17.4342 10.3247 17.3169 10.4419C17.1997 10.5592 17.0408 10.625 16.875 10.625H10.625V16.875C10.625 17.0408 10.5592 17.1997 10.4419 17.3169C10.3247 17.4342 10.1658 17.5 10 17.5C9.83424 17.5 9.67527 17.4342 9.55806 17.3169C9.44085 17.1997 9.375 17.0408 9.375 16.875V10.625H3.125C2.95924 10.625 2.80027 10.5592 2.68306 10.4419C2.56585 10.3247 2.5 10.1658 2.5 10C2.5 9.83424 2.56585 9.67527 2.68306 9.55806C2.80027 9.44085 2.95924 9.375 3.125 9.375H9.375V3.125C9.375 2.95924 9.44085 2.80027 9.55806 2.68306C9.67527 2.56585 9.83424 2.5 10 2.5C10.1658 2.5 10.3247 2.56585 10.4419 2.68306C10.5592 2.80027 10.625 2.95924 10.625 3.125V9.375H16.875C17.0408 9.375 17.1997 9.44085 17.3169 9.55806C17.4342 9.67527 17.5 9.83424 17.5 10Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A"); }
.counter__btn.counter__btn_disabled{ opacity: .5; }
.counter_del .counter__btn[data-action="minus"]{ background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 3.90625H13.5938V3.125C13.5938 2.66916 13.4127 2.23199 13.0903 1.90966C12.768 1.58733 12.3308 1.40625 11.875 1.40625H8.125C7.66916 1.40625 7.23199 1.58733 6.90966 1.90966C6.58733 2.23199 6.40625 2.66916 6.40625 3.125V3.90625H3.125C3.00068 3.90625 2.88145 3.95564 2.79354 4.04354C2.70564 4.13145 2.65625 4.25068 2.65625 4.375C2.65625 4.49932 2.70564 4.61855 2.79354 4.70646C2.88145 4.79436 3.00068 4.84375 3.125 4.84375H3.90625V16.25C3.90625 16.5401 4.02148 16.8183 4.2266 17.0234C4.43172 17.2285 4.70992 17.3438 5 17.3438H15C15.2901 17.3438 15.5683 17.2285 15.7734 17.0234C15.9785 16.8183 16.0938 16.5401 16.0938 16.25V4.84375H16.875C16.9993 4.84375 17.1185 4.79436 17.2065 4.70646C17.2944 4.61855 17.3438 4.49932 17.3438 4.375C17.3438 4.25068 17.2944 4.13145 17.2065 4.04354C17.1185 3.95564 16.9993 3.90625 16.875 3.90625ZM7.34375 3.125C7.34375 2.9178 7.42606 2.71909 7.57257 2.57257C7.71909 2.42606 7.9178 2.34375 8.125 2.34375H11.875C12.0822 2.34375 12.2809 2.42606 12.4274 2.57257C12.5739 2.71909 12.6562 2.9178 12.6562 3.125V3.90625H7.34375V3.125ZM15.1562 16.25C15.1562 16.2914 15.1398 16.3312 15.1105 16.3605C15.0812 16.3898 15.0414 16.4062 15 16.4062H5C4.95856 16.4062 4.91882 16.3898 4.88951 16.3605C4.86021 16.3312 4.84375 16.2914 4.84375 16.25V4.84375H15.1562V16.25ZM8.59375 8.125V13.125C8.59375 13.2493 8.54436 13.3685 8.45646 13.4565C8.36855 13.5444 8.24932 13.5938 8.125 13.5938C8.00068 13.5938 7.88145 13.5444 7.79354 13.4565C7.70564 13.3685 7.65625 13.2493 7.65625 13.125V8.125C7.65625 8.00068 7.70564 7.88145 7.79354 7.79354C7.88145 7.70564 8.00068 7.65625 8.125 7.65625C8.24932 7.65625 8.36855 7.70564 8.45646 7.79354C8.54436 7.88145 8.59375 8.00068 8.59375 8.125ZM12.3438 8.125V13.125C12.3438 13.2493 12.2944 13.3685 12.2065 13.4565C12.1185 13.5444 11.9993 13.5938 11.875 13.5938C11.7507 13.5938 11.6315 13.5444 11.5435 13.4565C11.4556 13.3685 11.4062 13.2493 11.4062 13.125V8.125C11.4062 8.00068 11.4556 7.88145 11.5435 7.79354C11.6315 7.70564 11.7507 7.65625 11.875 7.65625C11.9993 7.65625 12.1185 7.70564 12.2065 7.79354C12.2944 7.88145 12.3438 8.00068 12.3438 8.125Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A"); }

.border-block{ padding: 15px 20px; border-radius: 10px; border: 1px solid var(--gray-border); z-index:10; }

.store-product__place:not(:last-child){ padding-bottom: 12px; border-bottom: 1px solid var(--gray-border); }
.store-product__place:not(:first-child){ padding-top: 12px; }

.i{ width: 14px; height: 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); color: var(--red); border-radius: 50%; }
.i:before{ content: 'i'; }

.not-found__img { margin: auto }
.not-found__img--h1 { font-size: 28px; line-height: 40px; letter-spacing: -.63px; color: #262525;}
.not-found__img--sub { font-size: 16px; margin: 15px auto 25px; color: #000; line-height: 27px; }
.not-found__img img {width: 160px; margin-bottom: -45px }
.not-found__navigation--grey { width: 380px;position: relative; margin: 7px auto; line-height: 25px; font-size: 16px; font-family: MuseoSansCyrl-Thin; font-weight: 100; letter-spacing: -.5px; text-align: left; color: #000; opacity: .75 }
.not-found__goods .for_home:after,
.not-found__goods--grey:after,
.not-found__navigation .for_home:after { content: ''; width: 38px; height: 44px; display: block; background: url(/bitrix/templates/eshop_bootstrap_v4/images/arr_step.png) center center no-repeat; background-size: contain; position: absolute; bottom: -44px; right: 0 }
.not-found__navigation .woo_btn { width: 190px; height: 50px; line-height: 50px; background-color: #000; border: 1px solid #000; font-size: 13px; font-family: MuseoSansCyrl-Light; font-weight: 300; text-align: center; text-transform: uppercase; color: #fff; border-radius: 0; margin: 35px auto 0; display: block; text-decoration: none }
.face-mask__item--iframe,
.not-found__img { text-align: center }

.landing { font-family: 'Montserrat', sans-serif !important; }
.landing .section_lg{ padding-top: 60px; padding-bottom: 60px; }

.landing-banner{ position: relative; padding-top: 80px; padding-bottom: 80px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.landing-banner .btn{ position: absolute; top: 12%; left: 23%; }
.landing-banner_shadow{ color: #fff; }
.landing-banner_shadow:before{ content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 1; }
.landing-banner_shadow .container{ position: relative; z-index: 5; }
.landing-banner_main{ padding: 0 0 42% 0; }
.landing-banner__inner{ width: 60%; display: flex; flex-direction: column; text-align: center; color: #fff; }

.landing-catalog{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.lc-item{ position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 700px; padding: 32px; text-align: center; border-radius: 4px; overflow: hidden; font-size: 1.15rem; color: #fff; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.lc-item:before{ content: ''; display: block; position: absolute; width: 100%; height: 420px; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 43%, #000 100%); pointer-events: none; z-index: 1; }
.lc-item span{ font-size: 2rem; }
.lc-item > *{ position: relative; z-index: 2; }
.lc-item .lc-btn{ width: 100%; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s, margin .6s, opacity .6s; }
.lc-item:not(:hover) .lc-btn{ margin-bottom: -40px; opacity: 0; }

.process{ display: flex; flex-direction: column; }
.process__step{ display: flex; overflow: hidden; }
.process__num{ position: relative; display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #fff; font-weight: 700; }
.process__step:not(:first-child) .process__num:before,
.process__step:not(:last-child) .process__num:after{ content: ''; display: block; position: absolute; left: 50%; width: 1px; height: 200px; background: #000; }
.process__num:before{ bottom: 100%; }
.process__num:after{ top: 100%; }
.process__text{ padding-left: 20px; flex-grow: 1; }
.process__step:not(:last-child) .process__text{ padding-bottom: 35px; }
.process__title{ font-size: 1.15rem; font-weight: bold; text-transform: uppercase; }

.photo{ background-position: center center; background-repeat: no-repeat; background-size: cover; }

.review{ display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 40px; }
.review__photo{ width: 120px; height: 120px; border-radius: 50%; margin-bottom: 20px; }

.about .row{ margin-left: -6px; margin-right: -6px; }
.about .row [class*="col"]{ padding-left: 6px; padding-right: 6px; }
.about .about__block{ flex-grow: 1; min-height: 320px; padding: 32px; margin-bottom: 12px; background-color: #fff; box-shadow: 0 0 16px 0 rgba(11,37,55,.14); }

.landing-faq{ position: relative; font-size: 1.15rem; text-align: center; }
.landing-faq:not(:last-child){ padding-bottom: 50px; }
.landing-faq:not(:last-child):after{ content: ''; display: block; position: absolute; width: 60px; height: 1px; background-color: var(--gray); left: 50%; bottom: 0; margin-left: -30px; }
.landing-faq:not(:first-child){ padding-top: 50px; }

footer{ padding: 80px 80px 20px; background: var(--secondary-focused); font-weight: 600; }
footer ul li:not(:last-child){ margin-bottom: 1rem; }

@media only screen and (min-width: 576px) {
	.product .product__img.product__img_md{ width: 135px; height: 205px; }

	footer .footer__mail{ color: var(--secondary-dark); }
}

@media only screen and (min-width: 768px) {
	.modal-wrap .modal__body{ max-height: calc(96vh - 40px); }


	.m-poshiv-order .modal { display: flex; padding:0; }
	.m-poshiv-order .modal__body { padding:32px; max-width: 486px; }

	.note.note_horizontal .note__content{ right: 100%; margin-right: 1rem; top: 50%; transform: translateY(-50%); }
	.note.note_horizontal .note__content:before{ left: 100%; top: 50%; margin-top: -7px; border-left: 10px solid var(--primary-main); border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
}

@media only screen and (min-width: 992px) {
	.cookies{ max-width: 866px; bottom: 20px; }
	.cookies__popup{ padding: 20px 240px 22px 40px; }
	.cookies__button{ position: absolute; top: 50%; right: 50px; transform: translateY(-50%); min-width: 146px; background-color: #000; color: #fff; padding: 20px 40px; font-size: 16px; text-transform: none; border-radius: 6px; }
	.cookies__content{ display: flex; flex-direction: column; justify-content: center; min-height: 74px; }
	.cookies__content h6{ margin-bottom: 2px; }
	.cookies__content p{ font-size: 15px; line-height: 22px; margin-bottom: 5px; }
	.cookies__content p:last-child{ margin-bottom: 0; }

	.product__params{ display: flex; align-items: center; }

	.process__step{ width: calc(50% + 20px); justify-content: flex-end; }
	.process__step:nth-child(odd){ flex-direction: row-reverse; text-align: right; }
	.process__step:nth-child(odd) .process__text{ padding-left: 0; padding-right: 20px; }
	.process__step:nth-child(even){ margin-left: auto; }
}

@media only screen and (min-width: 1200px) {

	footer .footer__copyright{ margin-top: 60px; }
}

@media only screen and (min-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{ max-width: 1440px; padding-left: 40px; padding-right: 40px; }
	.container-fluid{ padding-left: 40px; padding-right: 40px; }
}

@media only screen and (min-width: 1900px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{ max-width: 1900px; }
}

@media only screen and (max-width: 1199px) {
	header .menu ul li:not(:last-child){ margin-right: 10px; }

	.landing-banner .btn{ left:20%; }
	.lc-item{ height: 550px; }

	footer .footer__section{ padding-bottom: 15px; margin-bottom: 40px; border-bottom: 1px solid var(--gray-border); }
}

@media only screen and (max-width: 991px) {
	header .menu{ display: none; }

	.cookies{ max-width: 575px; bottom: 10px; padding: 0 10px; }
	.cookies__popup{ padding: 40px 30px 30px; }
	.cookies__button{ width: 100%; background-color: #000; color: #fff; padding: 20px 40px; font-size: 16px; text-transform: none; border-radius: 6px; }
	.cookies__content{ text-align: center; }
	.cookies__content h6{ margin-bottom: 6px; }
	.cookies__content p{ font-size: 14px; line-height: 20px; max-width: 432px; margin: 0 auto 20px; }
	.cookies__popup--country p{ max-width: 100%; }

	.landing-catalog{ grid-template-columns: repeat(2, 1fr); }

	footer{ padding: 40px 80px; }
}

@media only screen and (max-width: 767px) {
	.modal-wrap .modal{ width: 100vw; height: 100vh; max-width: none; border-radius: 0; }

	.note.note_horizontal .note__content{ left: 50%; bottom: 100%; margin-bottom: 1rem; transform: translateX(-50%); }
	.note.note_horizontal .note__content:before{ top: 100%; left: 50%; margin-left: -5px; border-top: 10px solid var(--primary-main); border-left: 7px solid transparent; border-right: 7px solid transparent; }

	.basket-list .product{ padding-bottom: 50px; }
	.basket-list .product .product__img{ width: 90px; height: 135px; margin-right: 15px; }
	.basket-list .product .price{ margin-bottom: 0; flex-direction: row-reverse; gap: 10px; }
	.basket-list .product .price span{ display: block; }
	.basket-list .product .product__bottom-mob{ position: absolute; width: 100%; bottom: 0; left: 0; }
	.basket-list .product .product__info-table td:first-child{ padding-right: 8px; }

	.landing-banner_main{ padding: 0 0 45% 0; }
	.landing-banner .btn{ font-size: 0.5rem; left:15%; }

	.lc-item{ height: 700px; padding: 20px; background-size: contain;}

	footer{ padding: 40px;  }
}

@media only screen and (max-width: 575px) {
	header .header-icons .icon:not(:last-child){ margin-right: 1rem; }
	header .fixed-inform { font-size:10px; }

	.mobile-menu,
	.mobile-menu__content,
	.mobile-menu__layer{ top: 58px; }
	.mobile-menu__shadow{ display: none; }

	.landing-catalog{ grid-template-columns: repeat(1, 1fr); }

	footer{ padding: 40px 20px; background-color: var(--primary-main); color: #fff; }
	footer .footer__section{ padding-bottom: 0; margin-bottom: 15px; border: 0; }
	footer .mobile-toggle-list{ margin-bottom: 15px; }
	footer .mobile-toggle-list .toggle-head{ display: flex; align-items: center; }
	footer .mobile-toggle-list .toggle-head:after{ content: ''; display: block; width: 20px; height: 20px; margin-left: auto; background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 10C17.5 10.1658 17.4342 10.3247 17.3169 10.4419C17.1997 10.5592 17.0408 10.625 16.875 10.625H10.625V16.875C10.625 17.0408 10.5592 17.1997 10.4419 17.3169C10.3247 17.4342 10.1658 17.5 10 17.5C9.83424 17.5 9.67527 17.4342 9.55806 17.3169C9.44085 17.1997 9.375 17.0408 9.375 16.875V10.625H3.125C2.95924 10.625 2.80027 10.5592 2.68306 10.4419C2.56585 10.3247 2.5 10.1658 2.5 10C2.5 9.83424 2.56585 9.67527 2.68306 9.55806C2.80027 9.44085 2.95924 9.375 3.125 9.375H9.375V3.125C9.375 2.95924 9.44085 2.80027 9.55806 2.68306C9.67527 2.56585 9.83424 2.5 10 2.5C10.1658 2.5 10.3247 2.56585 10.4419 2.68306C10.5592 2.80027 10.625 2.95924 10.625 3.125V9.375H16.875C17.0408 9.375 17.1997 9.44085 17.3169 9.55806C17.4342 9.67527 17.5 9.83424 17.5 10Z' fill='%23FFF'/%3E%3C/svg%3E%0A") center center no-repeat; }
	footer .mobile-toggle-list:not(.active) .toggle-body{ display: none; }
	footer .mobile-toggle-list.active .toggle-head:after{ background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3169 10.4419C17.4342 10.3247 17.5 10.1658 17.5 10C17.5 9.83424 17.4342 9.67527 17.3169 9.55806C17.1997 9.44085 17.0408 9.375 16.875 9.375H10.625H9.375H3.125C2.95924 9.375 2.80027 9.44085 2.68306 9.55806C2.56585 9.67527 2.5 9.83424 2.5 10C2.5 10.1658 2.56585 10.3247 2.68306 10.4419C2.80027 10.5592 2.95924 10.625 3.125 10.625H9.375H10.625H16.875C17.0408 10.625 17.1997 10.5592 17.3169 10.4419Z' fill='%23FFF'/%3E%3C/svg%3E%0A"); }
}

@media only screen and (max-width: 479px) {
	header .header-icons .icon:not(:last-child){ margin-right: 0.5rem; }

	.product:not(.product_mob-default){ flex-direction: column; }
	.product:not(.product_mob-default) .product__img{ width: 100%; height: 0; padding-bottom: 150%; margin: 0 0 15px }
}

@media only screen and (max-width: 399px) {
	.col-mob-12{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.col-mob-11{ -ms-flex: 0 0 91.66666667%; flex: 0 0 91.66666667%; max-width: 91.66666667%; }
	.col-mob-10{ -ms-flex: 0 0 83.33333333%; flex: 0 0 83.33333333%; max-width: 83.33333333%; }
	.col-mob-9{ -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; width: 75%; }
	.col-mob-8{ -ms-flex: 0 0 66.66666667%; flex: 0 0 66.66666667%; max-width: 66.66666667%; }
	.col-mob-7{ -ms-flex: 0 0 58.33333333%; flex: 0 0 58.33333333%; max-width: 58.33333333%; }
	.col-mob-6{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
	.col-mob-5{ -ms-flex: 0 0 41.66666667%; flex: 0 0 41.66666667%; max-width: 41.66666667%; }
	.col-mob-4{ -ms-flex: 0 0 33.33333333%; flex: 0 0 33.33333333%; max-width: 33.33333333%; }
	.col-mob-3{ -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
	.col-mob-2{ -ms-flex: 0 0 16.66666667%; flex: 0 0 16.66666667%; max-width: 16.66666667%; }
	.col-mob-1{ -ms-flex: 0 0 8.33333333%; flex: 0 0 8.33333333%; max-width: 8.33333333%; }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select, textarea, input{ font-size: 15px; }
}


button.detail-product__promo-item.dark-style.fashion-look {
	background-color: #9F5130;
}

.fashion-look {
	background-color: #9F5130 !important;
}


button.product-blue-label.dark-style.special-offers {
    background-color: #87603D;
	opacity: 1;
}


button.detail-product__promo-item.dark-style.special-offers {
    background-color: #87603D;
    opacity: 1;
}

button.product-blue-label.dark-style.fashion-look {
	opacity: 1;
}

button.detail-product__promo-item.dark-style.fashion-look {
	opacity: 1;
}

header .fixed-inform {
    text-align: center;
    display: block;
    color: #1e1e1e !important;
    background-color: #fff !important;
    margin-top: -12px;
    margin-bottom: 12px;
}


.info-slider a {
    color: #000 !important;
}


button.product-blue-label.dark-style.shopping {
    background-color: #17375C;
}

button.detail-product__promo-item.dark-style.shopping {
	background-color: #17375C;
}


.catalog-popup .close-popup {
    top: 10px;
    right: 30px;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3IDlMOSAyNyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkgOUwyNyAyNyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    /* top: 0; */
    right: 0;
    display: block;
    position: relative;
    left: 93%;
}

.header_right_menu_sert {
	margin-right: 30px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
	.header_right_menu_sert {
		font-size: 12px;
	}

}


.detail-product__promo-item.final-max-sale {
	background-color: #007847;
}

.product-blue-label.final-max-sale {
	background-color: #007847;
}

.detail-product__image img {
    cursor: zoom-in;
}


/* full gallery */
.d-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--zIndexModal);
	overflow: hidden;
	background-color: var(--overlayDarkColor);
	-webkit-overflow-scrolling: touch;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	display: none;
  }
  
  .d-modal.active {
	  display: flex;
  }
  .icon_cross-thin-white-rounded {
	background-image: url(
	  data:image/svg + xml,
	  %3csvg%20width="40"%20height="40"%20fill="none"%20xmlns="http://www.w3.org/2000/svg"%3e%3cpath%20fill-rule="evenodd"%20clip-rule="evenodd"%20d="M20%2038C6.472%2038%202%2033.541%202%2020.056%202%206.57%206.472%202%2020%202c13.529%200%2018%204.57%2018%2018.056C38%2033.54%2033.529%2038%2020%2038z"%20fill="%23000"%20fill-opacity=".2"/%3e%3cpath%20d="M12%2028l16-16m-16%200l16%2016"%20stroke="%23fff"/%3e%3c/svg%3e
	);
	background-size: auto;
  }
  
  .gallery_left {
	position: absolute;
	left: 23px;
	top: 23px;
	bottom: 23px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-top: 100px;
  }
  
  .gallery_left .detail-product__image_left {
	display: block;
	width: 80px;
	height: calc(80px / var(--productImageAspectRatio));
	cursor: pointer;
	padding: 5px;
  }
  
  .gallery_right {
	height: 100%;
	overflow: auto;
  }
  
  .gallery_right .detail-product__image {
	margin-bottom: 15px;
  }
  
  .d-modal_close {
	position: absolute;
	top: 0;
	right: 20px;
	margin-top: 100px;
  }
  
  .gallery_inner {
	display: flex;
	height: 100%;
  }
  .fancybox-toolbar {
	opacity: 1 !important;
	visibility: visible !important;
  }
  .fancybox-navigation .fancybox-button  {
	opacity: 1 !important;
  }
  
  button.fancybox-button.fancybox-button--arrow_right  div {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	font-size: 0 !important;
	outline: none;
	z-index: 10;
	right: 10px;
  }
  
  button.fancybox-button.fancybox-button--arrow_left  div {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	font-size: 0 !important;
	outline: none;
	z-index: 10;
  }
  
  
  .fancybox-navigation .fancybox-button--arrow_right div::before {
	content: '';
	right: 0;
	width: 17px;
	height: 17px;
	position: absolute;
	background: url(img/arrow-fancy.svg) no-repeat;
	left: 35%;
  }
  
  .fancybox-navigation .fancybox-button--arrow_left div::before {
	content: '';
	right: 0;
	width: 17px;
	height: 17px;
	position: absolute;
	background: url(/local/templates/main_new/img/arrow-fancy.svg) no-repeat;
	transform: rotate(180deg);
	left: 35%;
  }
  
  .fancybox-button svg {
	display: none !important;
  }
   .fancybox-button.fancybox-button--close svg {
	display: block !important;
   }
  
  .fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	transition: none;
  }
  
  .fancybox-button {
	background: transparent !important;
  }

  @media (max-width: 768px) {
	/* .fancybox-button svg {
		display: inline-block !important;
	}
	.fancybox-button--play,
	.fancybox-button--thumbs,
	.fancybox-button--arrow_right svg,
	.fancybox-button--arrow_left svg {
		display: none !important;
	} */
  }
  
  .gallery_right {
	display: grid;
	place-items: center;
	width: 100vw;
	height: 100vh;
	margin-top: 120px;
  }
  
  .detail-product__image_popup img {
	object-fit: contain; /* чтобы изображение заполняло область, замените на 'cover' */
	max-width: 80vw;
	max-height: 80vh;
  }

  .address_hidden {
	display: none;
  }

  .store-items-block {
	display: none;
  }

  .store-items-block.active {
	display: block;
  }

  .address-selected-block {
	display: none;
  }

  .address-selected-block.active {
	display: block;
  }

  .type-delivery-block {
    margin-bottom: 14px;
}


@media only screen and (max-width: 575px) {
	.mobile-menu, .mobile-menu__content, .mobile-menu__layer {
	  /* top: 0px; */
	}
}

.one-click-order input[disabled] {
	background-color: var(--secondary-transparent);
    border-color: var(--secondary-transparent);
    color: var(--primary-main);
}

@media (max-width: 992px) {
	.row.row_sm.popup_modal_buttons {
		position: absolute;
		bottom: 0;
		background: #fff;
		width: 93%;
        padding-bottom: 80px;
	}

	.m-product-to-cart .modal__body {
		padding-bottom: 120px;
	}
}

.footer__copyright_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.footer__copyright_wrapper img{
	width: 100%;
	height: 22px;
	margin-left: 12px;
}
.footer__pay_icons{
	display: flex;
	margin-right: 60px;
}
