@font-face {
    font-family: "Bodoni";
    src: local("Bodoni Bold Cyrillic"), local("BodoniBoldCyrillic"), url(../../fonts/Bodoni/hinted-BodoniBoldCyrillic.woff2) format("woff2"), url(../../fonts/Bodoni/hinted-BodoniBoldCyrillic.woff) format("woff"),
        url(fonts/hinted-BodoniBoldCyrillic.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Bodoni";
    src: local("Bodoni Cyrillic"), local("BodoniCyrillic"), url(../../fonts/Bodoni/hinted-BodoniCyrillic.woff2) format("woff2"), url(../../fonts/Bodoni/hinted-BodoniCyrillic.woff) format("woff"), url(../../fonts/Bodoni/hinted-BodoniCyrillic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto Light"), local("RobotoLight"), /*url(../../fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(../../fonts/Roboto/Roboto-Light.woff) format("woff"),*/
        url(../../fonts/Roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
.b-crumbs h1 {
    padding: unset;
    font-size: 41px;
    line-height: 56px;
    margin-bottom: 20px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-wrapper {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-button-disabled {
    opacity: 1;
}
html {
    font-size: 16px;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125rem;
    color: #000;
    background-color: #fff;
    line-height: 1.38;
}
body.fixed {
    overflow: hidden;
}
.p,
p {
    margin-bottom: 1rem;
}
.p .img,
.p img,
p .img,
p img {
    max-width: 100%;
}
.b-header__dropdown li:last-child,
.p:last-child,
p:last-child {
    margin-bottom: 0;
}
.btn,
a,
button {
    outline: none !important;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
@media (max-width: 767px){
    .d-inline{
        line-height: 0;
    }
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
.container-fluid {
    padding: 0 20px;
    width: calc(100% - (76.5px * 2));
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
a:hover {
    text-decoration: underline;
}
a,
a.i-btn,
a.i-btn:hover {
    text-decoration: none;
}
.i-btn,
.i-btn .icon,
.i-btn svg {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.b-card__sku .i-btn,
.i-btn {
    line-height: 1;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    padding: 0 35px;
    height: 60px;
    font-size: 1.125rem;
}
.i-btn .icon,
.i-btn svg {
    margin-left: 0.75rem;
}
.i-btn .icon:first-child,
.i-btn svg:first-child,
.i-btn-xl .icon:first-child,
.i-btn-xl svg:first-child {
    margin-left: 0;
}
.i-btn-xl {
    padding: 0 45px;
    height: 75px;
}
.i-btn-xl .icon,
.i-btn-xl svg {
    margin-left: 1.375rem;
}
.i-btn-block {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.i-btn-primary {
    color: #fff;
    background-color: #000;
}
.i-btn-primary .icon,
.i-btn-primary svg {
    fill: #fff;
    transition: all 0.25s ease;
}
.b-category__item:hover .i-btn,
.i-btn-primary:hover {
    background-color: #959595;
    color: #fff;
}
.i-btn-primary:active {
    background-color: #909090;
}
.i-btn-outline-primary {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    transition: all 0.25s ease;
}
.i-btn-outline-primary .icon,
.i-btn-outline-primary svg {
    fill: #000;
    transition: all 0.25s ease;
    margin-right: 8px;
}
.i-btn-outline-primary:active,
.i-btn-outline-primary:hover {
    background-color: #000;
    color: #fff;
}
.i-btn-outline-primary:active .icon,
.i-btn-outline-primary:active svg,
.i-btn-outline-primary:hover .icon,
.i-btn-outline-primary:hover svg {
    fill: #fff;
}
.b-site a:hover {
    text-decoration: underline !important;
}
.b-site a.i-btn:hover {
    text-decoration: none !important;
}
.icon-header__fav {
    stroke: #000;
    stroke-width: 1px;
    fill: #fff !important;
}
.active .icon-header__fav {
    stroke: #f97171;
    stroke-width: 1px;
    fill: #f97171 !important;
}
.dropdown-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.dropdown-close .icon,
.dropdown-close svg {
    stroke: none;
}
.b-header {
    padding: 27px 0 22px;
    border-bottom: 2px solid #F0F0F0;
    transition: all 0.25s ease;
}
.b-header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-header__logo .icon,
.b-header__logo svg {
    fill: #000;
    transition: all 0.25s ease;
}
.b-header__logo-group .item_opt:hover .icon,
.b-header__logo-group .item_opt:hover svg,
.b-header__logo:hover .icon,
.b-header__logo:hover svg,
.b-header__menu .item_opt:hover .icon,
.b-header__menu .item_opt:hover svg {
    fill: #f97171;
}
.b-header__logo-wrapper {
    width: 287px;
}
.b-header__logo-group,
.b-header__logo-wrapper,
.b-header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.b-header__logo-group .item {
    color: #2d2b2b;
    transition: all 0.25s ease;
}
.b-header__logo-group .item_opt,
.b-header__logo-group .item_opt .icon,
.b-header__logo-group .item_opt svg {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.b-header__logo-group .item_opt {
    margin-left: 11.97917vw;
    font-weight: 700;
    font-size: 1.25rem;
}
.b-header__logo-group .item_opt.small {
    display: none;
}
.b-header__logo-group .item_opt .icon,
.b-header__logo-group .item_opt svg {
    margin-right: 1rem;
    fill: #000;
    transition: all 0.25s ease;
}
.b-header__logo-group .item.active,
.b-header__logo-group .item:hover {
    color: #000;
    text-decoration: underline;
}
.b-header__menu{
    flex: 1;
    justify-content: space-between;
}
.b-header__menu-side{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.b-header__menu .item {
    margin-right: 2.60417vw;
    color: #2d2b2b;
    transition: all 0.25s ease;
    font-weight: 700;
    font-size: 1.25rem;
}
.b-header__menu .item_opt,
.b-header__menu .item_opt .icon,
.b-header__menu .item_opt svg {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.b-header__menu .item_opt {
    font-weight: 700;
    font-size: 1.25rem;
}
.b-header__menu .item_opt.small {
    display: none;
}
.b-header__menu .item_opt .icon,
.b-header__menu .item_opt svg {
    margin-right: 1rem;
    fill: #000;
    transition: all 0.25s ease;
}
.b-header__menu .item.active,
.b-header__menu .item:hover {
    color: #000;
    text-decoration: underline;
}

.b-header__burger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
.b-benefits__dropdown li:before,
.b-header__burger_adaptive,
.b-header__dropdown li:before {
    display: none;
}
.b-header__burger .icon,
.b-header__burger svg {
    transition: all 0.25s ease;
    stroke: #000;
    stroke-width: 2px;
}
.b-header .item.active svg,
.b-header__burger.active .icon,
.b-header__burger.active svg,
.b-header__burger:hover .icon,
.b-header__burger:hover svg {
    stroke-width: 3px;
}
.b-header .item {
    position: relative;
}
.b-header .item.active .b-header__dropdown {
    display: block;
}
.b-header__user,
.b-header__user .item {
    -ms-flex-align: center;
    align-items: center;
}
.b-header__user {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.b-header__user .item {
    margin-right: 1.66667vw;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-end;
}
.b-header__user .item span {
    margin-left: 5px;
    font-size: 1.05rem;
    color: #000;
    line-height: 1.2;
}
.b-header__user .b-wish{
    display: flex;
    align-items: flex-end;
}

.b-header__user .item span .count {
    margin-left: unset;
    background-color: unset !important;
    background: unset;
    border-radius: unset;
    text-align: unset;
    width: unset;
    height: unset;
    display: unset;
    line-height: unset;
}
.b-header__user .item .icon,
.b-header__user .item svg {
    transition: all 0.25s ease;
    fill: #000;
}
.b-header__user .item.active .icon,
.b-header__user .item.active svg,
.b-header__user .item:hover .icon,
.b-header__user .item:hover svg {
    fill: #959595;
}
.b-header__user .item:last-child {
    margin-right: 0;
}
.phone,
.b-header__phone {
    margin-right: 2.60417vw;
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    white-space: nowrap;
}
.phone a,
.b-header__phone a{
    white-space: nowrap;
}
.phone .svg {
    display: none;
}
.b-header__dropdown {
    position: absolute;
    width: 280px;
    top: calc(100% + 9px);
    left: 0;
    padding: 40px;
    z-index: 12;
    background: #fff;
    box-shadow: 0 0 24px rgba(91, 82, 83, 0.22);
    display: none;
}
.b-header__dropdown_right-placement {
    left: auto;
    right: 0;
}
.b-benefits__dropdown li,
.b-header__dropdown li {
    padding: 0;
    margin-bottom: 20px;
}
.b-benefits__dropdown li a,
.b-header__dropdown li a {
    color: #000;
    font-weight: 300;
    font-size: 1.125rem;
}
.b-header__dropdown li .phone a {
    font-weight: bold;
}
.b-landing {
	margin-bottom: 70px; 
	padding-bottom: 27px;
    overflow: hidden;
}
.b-landing__h1 {
    font-family: "Old Standard TT", serif;
    font-size: 7.375rem;
    line-height: 0.92;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    color: #181414;
    opacity: 0;
    transition: opacity .3s ease-in;
    top:100px;
}
.b-landing__h1.--show{
    opacity: 1;
}
.b-landing__nav {
    width: 287px;
    min-width: 287px;
    max-width: 287px;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b-landing__arrow,
.b-landing__socials a {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.b-landing__arrow .icon,
.b-landing__arrow svg,
.b-landing__socials a .icon,
.b-landing__socials a svg {
    fill: #000;
    transition: all 0.25s ease;
}
.b-footer__socials a:hover svg,
.b-landing__arrow:hover .icon,
.b-landing__arrow:hover svg,
.b-landing__socials a:hover .icon,
.b-landing__socials a:hover svg {
    fill: #959595;
}
.b-landing__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    padding-top: 115px;
}
.b-landing__socials a {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5rem 0;
}
.b-landing__main-item,
.b-landing__sale {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.b-landing__main {
    width: calc(100% - (287px + 44px + 332px));
    min-width: calc(100% - (287px + 44px + 332px));
    max-width: calc(100% - (287px + 44px + 332px));
    position: relative;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.b-landing__main .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.b-landing__main .swiper .swiper-btns{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 10;
}
.b-landing__main .swiper .swiper-btn{
    position: relative;
    left: unset;
    right: unset;
    margin-top: unset;
    z-index: unset;
    background: unset;
    width: 75px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.4);
}
.b-landing__main .swiper .swiper-btn.swiper-button-next{
    transform: rotate(-180deg);
}
.b-landing__main .swiper .swiper-btn::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    top: 50%;
    left: 50%;
    background-image: url('../../img/landing-main-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.b-landing__main .swiper .swiper-btn:not(:last-child) {
    margin-right: 2px;
}
.b-landing__main .swiper .swiper-pagination.swiper-pagination-bullets {
    display: flex;
    bottom: -24px;
    transform: translate(0, 100%);
    height: 3px;
    background-color: #F2F2F2;
    border-radius: 2px;
}
.b-landing__main .swiper .swiper-pagination-bullet {
    width: unset;
    flex: 1;
    height: 100%;
    background-color: rgba(0,0,0,0);
    border-radius: 2px;
    transition: background-color .3s ease;
    margin: unset;
}
.b-landing__main .swiper .swiper-pagination-bullet-active {
    background-color: rgba(0,0,0,1) !important;
}
.b-landing__main-item .b-landing__h1,
.b-landing__main-item .h1,
.b-landing__main-item h1 {
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 2;
    font-size: 3.5rem;
    line-height: 1.2;
}
.b-landing__main-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.45s ease-in-out;
}
.b-landing__main-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 0 -1px;
    z-index: 1;
    max-height: 700px;
}
.b-landing__main-item .i-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.b-landing__main-item:hover:before {
    background-color: rgba(255, 255, 255, 0.45);
}
.b-landing__sale {
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 332px;
    max-width: 332px;
    width: 332px;
    margin-left: 44px;
}
.b-landing__sale .wrapper {
    min-width: calc(100% + 85px);
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.b-landing__sale .wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    /*background-color: rgba(0, 0, 0, 0.5);*/
    transition: all 0.45s ease-in-out;
}
.b-landing__sale .wrapper:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
}
.b-landing__sale .img,
.b-landing__sale img {
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}
.b-landing__sale .title {
    position: absolute;
    bottom: 0;
    right: 85px;
    transition: all 0.25s ease;
    z-index: 3;
    text-transform: uppercase;
    -ms-transform-origin: top right;
    transform-origin: top right;
    font-family: "Old Standard TT", serif;
    font-size: 4.375rem;
    line-height: 1.1;
    color: #fff;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.b-landing__sale .title .icon,
.b-landing__sale .title svg {
    fill: #fff;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 1rem;
}
.b-benefits {
    padding: 45px 0 20px;
}
.b-benefits__body {
    padding-left: 287px;
}
.b-benefits__body_small {
    padding-left: 0;
}
.b-benefits__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.16;
    color: #000;
}
.b-benefits__item.active .b-benefits__dropdown {
    display: block;
}
.b-benefits__item .icon,
.b-benefits__item img,
.b-benefits__item svg {
    margin-right: 20px;
}
.b-benefits__item .icon:last-child,
.b-benefits__item img:last-child,
.b-benefits__item svg:last-child {
    margin-right: 0;
}
.b-benefits__item a {
    text-decoration: underline;
    color: #000;
}
.b-benefits__item a:hover {
    font-weight: 600;
}
.b-benefits__dropdown {
    position: fixed;
    width: 90%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 60px 100px 80px;
    z-index: 12;
    background: #fff;
    box-shadow: 0 0 24px rgba(91, 82, 83, 0.22);
    display: none;
    max-height: 60vh;
    overflow: auto;
}
.b-benefits__dropdown .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    margin-bottom: 65px;
}
.b-benefits__dropdown .item {
    margin-bottom: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.b-benefits__dropdown .item:last-child,
.b-benefits__dropdown li:last-child,
.b-catalog__title:last-child {
    margin-bottom: 0;
}
.b-benefits__dropdown .item .icon-wrap {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    margin-right: 20px;
}
.b-benefits__dropdown_right-placement {
    left: auto;
    right: 0;
}
.b-catalog {
    padding: 25px 0 45px;
}
.b-catalog__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-catalog__body {
    width: calc(100% - 287px);
    min-width: calc(100% - 287px);
    max-width: calc(100% - 287px);
}
.b-catalog__body_inline {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.b-catalog__title {
    font-size: 4rem;
    line-height: 1.1;
    margin: 0 0 40px;
    font-weight: 400;
    font-family: "Old Standard TT", serif;
    color: #000;
    padding: 0;
}

.b-catalog__title_inner {
    font-size: 2.75rem;
    margin-bottom: 20px;
}
.b-catalog__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding-bottom: 15px;
}
.b-catalog__item {
    margin: 0 10px 15px;
    border: 1px solid #c4c4c4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    overflow: hidden;
    min-height: 100%;
}
.b-catalog__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.45s ease-in-out;
}
.b-catalog__item:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.b-catalog__item:hover .b-catalog__text {
    bottom: 25px;
    opacity: 1;
}
.b-catalog__item:hover .b-catalog__control {
    top: 25px;
    opacity: 1;
}
.b-catalog__item .img,
.b-catalog__item img {
    min-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
}
.b-catalog__item_inner {
    min-height: auto;
    border: none;
    overflow: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b-catalog__item_inner .img-wrap {
    height: 585px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c4c4c4;
    transition: all 0.35s ease;
    margin-bottom: 15px;
    width: 100%;
}
.b-catalog__item_inner .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.b-catalog__item_inner:hover {
    border-color: transparent;
}
.b-catalog__item_inner:hover .img-wrap {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.262);
    border-color: transparent;
}
.b-catalog-navigation__list li:before,
.b-catalog__item_inner:hover:before {
    display: none;
}
.b-catalog__control,
.b-catalog__text {
    position: absolute;
    right: 20px;
    opacity: 0;
    z-index: 3;
    text-align: right;
    transition: all 0.25s ease-in-out;
}
.b-catalog__text {
    color: #fff;
    font-size: 1.125rem;
    bottom: -25px;
}
.b-catalog__text .name {
    font-weight: 700;
    margin-bottom: 3px;
    display: block;
}
.b-catalog__control {
    top: -25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.b-catalog__control .icon {
    fill: #fff;
}
.b-catalog__control button,
.b-catalog__inner-text button {
    background-color: transparent;
    border: none;
    outline: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}
.b-catalog__all-link {
    font-weight: 300;
    font-size: 1.125rem;
    text-decoration: underline !important;
    color: #000;
}
.b-catalog__all-link:hover {
    text-decoration: none !important;
}
.b-catalog__inner-text {
    font-size: 1.125rem;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.b-catalog__inner-text .section,
.b-catalog__inner-text section {
    margin-bottom: 10px;
}
.b-catalog__inner-text a {
    color: #000;
}
.b-catalog .color {
    margin-right: 14px;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.b-catalog .color.active:before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #959595;
    content: "";
}
.b-catalog .color:last-child {
    margin-right: 0;
}
.b-catalog-navigation {
    width: 287px;
    min-width: 287px;
    max-width: 287px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 103px;
}
.b-catalog-navigation__section {
    margin-bottom: 25px;
}
.b-catalog-navigation__list li:last-child,
.b-catalog-navigation__list:last-child,
.b-catalog-navigation__section:last-child,
.b-catalog-navigation__title:last-child,
.b-footer__list li:last-child {
    margin-bottom: 0;
}
.b-catalog-navigation__title {
	display: block;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #000;
}
.b-catalog-navigation__list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.b-catalog-navigation__all,
.b-catalog-navigation__list li {
    font-size: 1.125rem;
    line-height: 1.38;
}
.b-catalog-navigation__list a {
    color: #000;
    text-decoration: none;
}
.b-catalog-navigation__list a:hover {
    text-decoration: underline;
}
.b-catalog-navigation__all {
    text-decoration: underline;
    font-weight: 300;
    color: #000;
}
.b-catalog-navigation__all:hover {
    text-decoration: none !important;
    color: #f97171;
}
.b-offer {
    padding: 45px 0 65px;
}
.b-offer__inner {
    background-color: #f0f0f0;
    padding: 45px 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.35;
    color: #000;
}
.b-offer__inner .i-btn {
    margin-left: 60px;
}
.b-offer__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.b-category {
    padding: 65px 0 55px;
}
.b-category__inner {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-category__inner_adaptive,
.b-crumbs a.active:after,
.b-footer__list li:before {
    display: none;
}
.b-category__item {
    margin: 0 15px 10px;
    -ms-flex-preferred-size: calc((100% / 3) - 30px);
    flex-basis: calc((100% / 3) - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow: hidden;
    min-height: 485px;
    background-color: silver;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.b-category__item:hover .b-category__title {
    background-color: rgba(255, 255, 255, 0.95);
}
.b-category__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-category .i-btn,
.b-category__title {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.b-category .i-btn {
    right: 0;
    width: 235px;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}
.b-category__title {
    left: 0;
    width: calc(100% - 235px);
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.85);
    font-family: "Old Standard TT", serif;
    font-size: 2.75rem;
    color: #000;
    z-index: 3;
}
.b-about {
    padding: 65px 0 80px;
}
.b-about__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-about__text {
    width: 100%;
    position: relative;
    padding-left: 60px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}
.b-about__btn-wrap {
    padding-top: 30px;
}
.b-about__title {
    margin-bottom: 50px;
    font-size: 4rem;
    line-height: 1.1;
    color: #000;
    font-family: "Old Standard TT", serif;
}
.b-footer {
    margin-top: 65px;
    padding: 60px 0 90px;
    border-top: 1px solid #f0f0f0;
    font-size: 1.125rem;
    font-weight: 300;
}
.b-footer__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-footer__column {
    max-width: 385px;
}
.b-footer a {
    color: #000;
}
.b-footer__category-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.b-footer__list {
    margin: 0;
    padding: 0;
}
.b-catalog-navigation__list li,
.b-footer__list li {
    padding: 0;
    margin-bottom: 7px;
    font-weight: 300;
}
.b-footer__form {
    position: relative;
}
.b-footer__form button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.b-footer__form button .icon,
.b-footer__form button svg {
    fill: #000;
}
.b-footer__input {
    border: none !important;
    background-color: transparent !important;
    padding: 0 30px 10px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1.125rem !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    border-bottom: 2px solid #000 !important;
}
.b-footer__contact {
    padding-left: 40px;
    position: relative;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}
.b-footer__contact span {
    text-decoration: none;
    color: #000;
}
.b-crumbs a.active:hover,
.b-footer__contact:hover span,
.b-footer__contact_underline span {
    text-decoration: underline !important;
}
.b-crumbs a:hover,
.b-footer__contact:hover,
.b-footer__copy a:hover {
    text-decoration: none !important;
}
.b-footer__contact .icon,
.b-footer__contact svg {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.b-footer__socials {
    padding-top: 45px;
    padding-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.b-footer__socials a {
    width: 32px;
    height: 32px;
    margin-left:10px;
}
.b-footer__socials a svg {
    width: 100%;
    border-radius: 50%;
    fill: #000;
    transition: all 0.25s ease-in-out;
}
.b-footer__copy {
    text-align: right;
    font-size: 1rem;
    font-weight: 300;
}
.b-footer__copy a {
    text-decoration: underline;
}

.cookies-consent {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.cookies-consent--hidden {
  display: none;
}

.cookies-consent__link {
    color: #fff;
    text-decoration: underline;
}

.cookies-consent__link:hover {
    color: #bfbfbf;
}

.cookies-consent__button {
    margin-left: 15px;
    border: 0;
    border-radius: 2px;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.cookies-consent__button:hover {
    background-color: #bfbfbf;
}


.b-crumbs {
    padding: 35px 0 30px;
    font-weight: 300;
    font-size: 1.125rem;
}
.b-crumbs a {
    color: #000;
}
.b-crumbs a:after {
    content: " / ";
    color: #000;
}
.b-crumbs a:hover {
    color: #f97171;
}
.b-crumbs a.active {
    text-decoration: underline;
    cursor: default;
}
.b-crumbs a.active:hover {
    color: #000;
}
.b-card__art {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 400;
}
.b-card__art span {
    font-weight: 300;
}
.b-card__brand {
    font-family: "Bodoni";
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 3px;
    color: #000;
}
.b-card__name {
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 41px;
    color: #555555;
    margin-bottom: 40px;
}
.price,
.b-card__price {
    font-family: 'Roboto';
}
.b-card__price {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    color: #000;
}
.b-card__price, 
.b-card__price .offers_price_wrapper, 
.b-card__price .price_matrix_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.b-card__price .offers_price_wrapper > div {
    margin: unset;
}
.b-card__price .price_matrix_wrapper .discount,
.b-card__price .offers_price_wrapper .offers_price_old {
    width: 100%;
    color: #555555;
    font-size: 16px;
    line-height: 19px;
    text-decoration: line-through;
    margin-bottom: 10px;
}
.b-card__price .sale_block:not(.matrix),
.b-card__price .sale_block.matrix .sale_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: unset;
}
.b-card__price .price .values_wrapper {
    margin-right: 10px;
}
.b-card__price .sale_block .value {
    display: unset;
    margin: unset;
}
.b-card__buy_block {
    position: relative;
    /* display: flex;
    flex-direction: column; */
}
.b-card .wrapper_sku{
    margin-bottom: 45px;
}
.b-card__sku {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.b-card__sku.--flex-wrap {
    flex-wrap: wrap;
}
.b-card__sku.--in-cart{
    margin-bottom: 54px !important;
}
.b-card__sku:not(:last-child) {
    margin-bottom: 40px;
}
.b-card__sku .about,
.b-card__sku .about strong {
    color: #555555;
    font-size: 18px;
    line-height: 25px;
    line-height: 1.55;
}
.b-card__sku .title {
    color: #555555;
    margin-right: 12px;
}
.b-card__sku:last-child {
    margin-bottom: 0;
}
.b-card__sku .form-control {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.b-card__sku .color,
.b-card__sku select.form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.b-card__sku select.form-control {
    border-radius: 0 !important;
    font-size: 1.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 38px 0 8px;
    background-image: url(img/select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    outline: none;
    box-shadow: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 30px;
}
.b-card__table-size .link,
.b-card__table-size a.link,
.b-card__sku .link,
.b-card__sku a.link {
    font-size: 18px;
    line-height: 25px;
    color: #888888;
    text-decoration: underline;
}
* ~ .b-card__table-size {
    margin-left: 20px;
}
.b-card__sku .link:hover,
.b-card__sku a.link:hover {
    text-decoration: none !important;
}
.b-card__sku .color {
    margin-right: 14px;
    width: 20px;
    height: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.b-card__sku .color.active:before {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #959595;
    content: "";
}
.b-card__sku .color:last-child,
.b-card__sku .i-btn:not(.in-cart):last-child {
    margin-right: 0;
}
.b-card__sku .i-btn {
    margin-right: 35px;
}

.b-card__sku .item::before,
.b-card__sku .list_values_wrapper li::before {
    content: '';
}
.b-card__sku .list_values_wrapper {
    gap: 0.375rem;
}

.b-product-main-photo,
.b-product-main-photo__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-product-main-photo__img {
    width: calc(100% - 165px);
    background-color: #fff;
    height: 70vh;
    border: 1px solid #c4c4c4;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.b-product-main-photo__img > div:not(.b-product-main-photo__control) {
    width: 100%;
}
.b-product-main-photo__img .main-img {
    width: 100%;
    height: 70vh;
    display: block;
}
.b-product-main-photo__img .some-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.b-product-main-photo__preview {
    width: 150px;
    display: block;
    height: 70vh;
}
.b-product-main-photo__preview .swiper-container {
    height: 70vh;
}
.b-product-main-photo__preview .swiper-slide {
    border: 1px solid transparent;
    cursor: pointer;
}
.b-product-main-photo__preview .swiper-slide-active {
    border: none;
}
.b-product-main-photo__control,
.b-product-main-photo__control a {
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-product-main-photo__control {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.b-product-main-photo__control a {
    width: 52px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    border-right: none;
    text-align: center;
    background-color: #fff;
}
.b-product-main-photo__control a .icon,
.b-product-main-photo__control a svg {
    fill: #000;
    transition: all 0.2s ease;
}
.b-product-main-photo__control a:last-child {
    border-left: none;
    border-right: 1px solid #e7e7e7;
    position: relative;
}
.b-product-main-photo__control a:last-child:before {
    position: absolute;
    top: 20%;
    left: 0;
    height: 60%;
    width: 2px;
    background-color: #e7e7e7;
    content: "";
}
.b-modal__close:hover svg,
.b-product-main-photo__control a:hover .icon,
.b-product-main-photo__control a:hover svg {
    fill: #959595;
}
.b-modal {
    background-color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding-left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
}
.b-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.b-modal__close svg {
    fill: #000;
}
.b-modal__nav {
    height: 60vh;
    margin: 0;
    width: 135px;
}
.b-modal__main,
.b-modal__main .main-wrapper,
.b-modal__nav .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-modal__nav .swiper-slide {
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
}
.b-modal__nav .swiper-slide a {
    width: 100%;
    height: 100%;
}
.b-modal__nav .swiper-slide img {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}
.b-modal__nav .swiper-slide-thumb-active img,
.b-modal__nav .swiper-slide:hover img {
    opacity: 1;
}
.b-modal__main,
.b-modal__main .main-wrapper {
    position: relative;
}
.b-modal__main {
    height: 100vh;
    width: 60vw;
    margin-left: 10vw;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
}
.b-modal__main .main-wrapper {
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    cursor: zoom-in;
}
.b-modal__main .main-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}
.b-modal__main .main-img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.b-modal__main .main-img img {
    vertical-align: bottom;
}
.b-seo {
    padding: 35px 0;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 300;
}
.b-seo__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 600;
}
.icon-arrow_to_bottom {
    width: 22px;
    height: 64px;
    fill: initial;
}
.icon-arrow_to_right {
    width: 42px;
    height: 15px;
    fill: initial;
}
.icon-arrow_to_right_xs {
    width: 21px;
    height: 13px;
    fill: initial;
}
.icon-benefits__icon {
    width: 42px;
    height: 32px;
    fill: #000;
}
.icon-fav_active {
    width: 22px;
    height: 24px;
    fill: #f97171;
}
.icon-footer__email {
    width: 20px;
    height: 16px;
    fill: #000;
}
.icon-footer__social-in {
    width: 31px;
    height: 32px;
    fill: initial;
}
.icon-footer__social-od {
    width: 35px;
    height: 35px;
    fill: initial;
}
.icon-footer__social-tg,
.icon-footer__social-vk {
    width: 32px;
    height: 32px;
    fill: initial;
}
.icon-footer__social-yb {
    width: 35px;
    height: 35px;
    fill: initial;
}
.icon-footer__tel {
    width: 22px;
    height: 22px;
    fill: initial;
}
.icon-header__basket {
    width: 16px;
    height: 21px;
    fill: initial;
}
.icon-header__burger,
.icon-header__burger_xs {
    width: 22px;
    height: 18px;
    fill: initial;
}
.icon-header__cart_xs {
    width: 16px;
    height: 21px;
    fill: #000;
}
.icon-header__fav,
.icon-header__fav_xs {
    width: 19px;
    height: 19px;
}
.icon-header__fav_xs {
    fill: #000;
}
.icon-header__logo {
    width: 150px;
    height: 35px;
    fill: initial;
}
.icon-header__logo_xs {
    width: 81px;
    height: 19px;
    fill: #000;
}
.icon-header__user,
.icon-header__user_xs {
    width: 17px;
    height: 21px;
    fill: initial;
}
.icon-header__user_xs {
    fill: #000;
}
.icon-in {
    width: 23.75px;
    height: 23.75px;
    fill: initial;
}
.icon-menu__close {
    width: 16px;
    height: 16px;
    fill: #000;
}
.icon-modal__close {
    width: 50px;
    height: 50px;
    fill: initial;
}
.icon-od,
.icon-vk {
    width: 25px;
    height: 15px;
    fill: initial;
}
.icon-vk {
    width: 25px;
    height: 15px;
}
.icon-xs-arrow__to-left,
.icon-xs-arrow__to-right,
.icon-yb {
    width: 9px;
    height: 15px;
    fill: initial;
}
.icon-yb {
    width: 28.75px;
    height: 21.77px;
}
@media (min-width: 768px) {
    .d-md-inline {
        display: flex !important;
        align-items: center;
        line-height: 1;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
}
@media (min-width: 1680px) {
    .d-xxl-none {
        display: none !important;
    }
    .col-xl-7 {
        width: 58.333333333333336%;
    }
}
@media (max-width: 1679.98px) and (max-width: 991.98px) {
    .b-category__inner_adaptive .b-category__item {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }
}
@media (max-width: 1679.98px) and (max-width: 767.98px) {
    .b-footer__column_n1,
    .b-footer__column_n3,
    .b-footer__column_n4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 1679.98px) {
    .container-fluid {
        width: 100%;
    }
    .i-btn,
    .i-btn-xl {
        height: 45px;
        padding: 0 30px;
        font-size: 1rem;
    }
    .i-btn-xl {
        font-size: 0.875rem;
    }
    .i-btn-xl .icon,
    .i-btn-xl svg {
        margin-left: 10px;
        max-width: 14px;
    }
    .b-header {
        padding: 22px 0;
    }
    .b-header__logo .icon,
    .b-header__logo svg,
    .b-header__logo-wrapper {
        width: 80px;
    }
    .b-header__logo-group .item_opt.small,
    .b-header__menu .item_opt.small {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 70px;
    }
    .b-header__logo-group .item_opt,
    .b-header__menu .item_opt {
        font-size: 1rem;
    }
    .b-header__menu {
        display: none;
    }
    .b-header__burger_adaptive {
        display: -ms-flexbox;
        display: flex;
        margin-right: 30px;
    }
    .phone,
    .b-header__phone {
        font-size: 1rem;
    }
    .b-landing__nav{
        position: absolute;
        top: 20px;
        left: 40px;
        width: 100%;
        max-width: unset;
        padding-bottom: 10px;
    }
    .b-landing__arrow,
    .b-landing__socials {
        display: none;
    }

    .b-landing__h1 {
        font-size: 3.5rem;
        line-height: 1.2;
        top: 63px;
    }

    .b-landing__socials {
        padding-top: 40px;
    }
    .b-landing__main .b-landing__h1,
    .b-landing__main .h1,
    .b-landing__main h1 {
        display: block;
    }
    .b-landing__main {
        width: 60%;
        min-width: 60%;
        max-width: 60%;
        max-height: 80vh;
    }
    .b-landing__sale {
        width: calc(40% - 10px);
        min-width: calc(40% - 10px);
        max-width: calc(40% - 10px);
        margin-left: 10px;
        max-height: 80vh;
    }
    .b-landing__sale .wrapper {
        min-width: 100%;
        height: 100%;
    }
    .b-landing__sale .img,
    .b-landing__sale img {
        object-fit: cover;
        object-position: 50% 100%;
        width: 100%;
    }
    .b-landing__sale .title {
        bottom: auto;
        right: 20px;
        top: 273px;
    }
    .b-benefits {
        padding: 20px 0;
    }
    .b-benefits__body {
        padding-left: 0;
    }
    .b-benefits__item {
        font-size: 0.875rem;
    }
    .b-benefits__item .icon,
    .b-benefits__item img,
    .b-benefits__item svg {
        margin-right: 12px;
    }
    .b-catalog {
        padding: 25px 0;
    }
    .b-catalog__body {
        width: calc(100% - 230px);
        min-width: calc(100% - 230px);
        max-width: calc(100% - 230px);
    }
    .b-catalog__body_inline {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .b-catalog__title {
        margin-bottom: 30px;
        font-size: 2.1875rem;
    }
    .b-catalog__inner {
        width: calc(100% + 30px);
    }
    .b-catalog__item {
        width: calc((100% / 3) - 30px);
        min-width: calc((100% / 3) - 30px);
        max-width: calc((100% / 3) - 30px);
    }
    .b-catalog-navigation__list li,
    .b-catalog__all-link,
    .b-catalog__text {
        font-size: 1rem;
    }
    .b-catalog-navigation {
        width: 230px;
        min-width: 230px;
        max-width: 230px;
        margin-top: unset;
    }
    .b-catalog-navigation__title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .b-catalog-navigation__all {
        font-size: 1rem;
    }
    .b-offer {
        padding: 25px 0;
    }
    .b-offer__inner {
        font-size: 1.25rem;
        padding: 22px 0;
    }
    .b-offer__body {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .b-category {
        padding: 25px 0;
    }
    .b-category__inner {
        width: calc(40% - 15px);
        margin-left: 0;
        margin-right: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 100%;
    }
    .b-category__inner_adaptive {
        display: -ms-flexbox;
        display: flex;
        width: calc(60% - 15px);
        max-width: calc(60% - 15px);
        min-width: calc(60% - 15px);
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .b-category__inner_adaptive .b-category__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
        height: 70vh;
        min-height: 70vh;
        max-height: 70vh;
    }
    .b-category__inner_adaptive .b-category__item:last-child {
        margin-bottom: 0;
    }
    .b-category__inner_adaptive .b-category__item .b-category__title {
        font-size: 2.1875rem;
        height: 80px;
        width: calc(100% - 195px);
    }
    .b-category__inner_adaptive .b-category__item .i-btn {
        width: 195px;
        height: 46px;
        font-size: 1rem;
    }
    .b-category__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        height: calc((70vh / 2) - 15px);
        min-height: calc((70vh / 2) - 15px);
        max-height: calc((70vh / 2) - 15px);
        margin: 0;
    }
    .b-category__item.first {
        display: none;
    }
    .b-category .i-btn {
        font-size: 0.75rem;
        width: 135px;
        height: 29px;
        padding: 0;
    }
    .b-category .i-btn svg {
        max-width: 12px;
    }
    .b-category__title {
        font-size: 1.25rem;
        height: 38px;
        padding: 0 10px;
        width: calc(100% - 135px);
    }
    .b-about {
        padding: 25px 0;
    }
    .b-about .col-xs-1 {
        display: none;
    }
    .b-about .col-xs-10 {
        width: 100%;
    }
    .b-about__img {
        max-width: 50%;
        height: 100%;
        object-fit: cover;
    }
    .b-about__text {
        padding-left: 40px;
        font-size: 1rem;
    }
    .b-about__btn-wrap {
        padding-top: 0;
    }
    .b-about__title {
        font-size: 2.1875rem;
        margin-bottom: 15px;
    }
    .b-footer {
        padding: 0;
        margin-top: 30px;
    }
    .b-footer__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b-footer__column {
        max-width: none;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        padding: 25px 0;
    }
    .b-footer__column_n1 {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    .b-footer__column_n3 {
        -ms-flex-preferred-size: 126px;
        flex-basis: 126px;
    }
    .b-footer__column_n4 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    .b-card__art {
        font-size: 12px;
    }
    .b-card__brand {
        font-size: 40px;
        line-height: 1.2;
    }
    .b-card__name {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 27px;
    }    
    .b-card .wrapper_sku{
        margin-bottom: 40px;
    }
    .b-card__sku.--in-cart{
        margin-bottom: 30px !important;
    }
    .b-card__sku:not(:last-child) {
        margin-bottom: 30px;
    }
    .b-card__table-size{
        margin-top: 30px;
        width: 100%;
    }
    * ~ .b-card__table-size {
        margin-left: unset;
    }
    .b-product-main-photo {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b-product-main-photo__img {
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    .b-product-main-photo__img .main-img {
        height: 400px;
    }
    .b-product-main-photo__preview {
        width: 100%;
        height: 90px;
    }
    .b-product-main-photo__preview .swiper-container {
        height: 100% !important;
    }
    .b-product-main-photo__preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .b-card__price{
        font-size: 27px;
        line-height: 32px;
    }
    .b-card__price .price_matrix_wrapper .discount,
    .b-card__price .offers_price_wrapper .offers_price_old {
        margin-bottom: unset;
        width: unset;
    }

    .b-header__dropdown {
        padding: 30px 40px;
    }
    .b-header__dropdown_main-menu {
        top: 0;
        left: 0;
        position: fixed;
        max-height: 80vh;
        overflow: auto;
    }
    .b-header__dropdown_main-menu .d-xxl-none {
        margin-bottom: 20px;
    }
    .b-header__dropdown_main-menu .social-menu,
    .b-header__dropdown_main-menu .social-menu a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .b-header__dropdown_main-menu .social-menu a {
        width: 30px;
        height: 30px;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 15px;
    }
    .b-header__dropdown_main-menu .social-menu a:last-child {
        margin-right: 0;
    }
    .b-header__dropdown_main-menu .social-menu .icon,
    .b-header__dropdown_main-menu .social-menu img,
    .b-header__dropdown_main-menu .social-menu svg {
        stroke: none;
        max-height: 100%;
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .b-crumbs h1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 6px;
    }
    .b-crumbs {
        padding: 20px 0 40px;
    }
    .b-header__user .item span {
        font-size: 12px;
    }
    .b-benefits__dropdown {
        padding: 30px 40px;
    }
    .b-benefits__dropdown .item:last-child {
        margin-bottom: 45px;
    }
    .b-landing__main .swiper .swiper-btns {
        left: 0;
    }
    .b-landing__main .swiper .swiper-btn {
        width: 36px;
        height: 36px;
        
    }
    .b-landing__main .swiper .swiper-btn:not(:last-child) {
        margin-right: 1px;
    }
    .b-landing__main .swiper .swiper-btn:before {
        width: 8px;
        height: 16px;
    }
    .b-catalog {
        padding: 10px 0;
    }
    .b-catalog__main.inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b-catalog__body.second,
    .b-catalog__body_inline {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .b-catalog__title {
        font-size: 2.75rem;
    }
    .b-catalog__inner.second {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 0;
    }
    .b-catalog__item,
    .b-catalog__item.main {
        width: calc((100% / 2) - 30px);
        min-width: calc((100% / 2) - 30px);
        max-width: calc((100% / 2) - 30px);
        min-height: 330px;
    }
    .b-catalog__item.main {
        height: 330px;
    }
    .b-catalog__item.second {
        -ms-flex-preferred-size: 205px;
        min-width: 205px;
        width: 205px;
        max-width: 205px;
        flex-basis: 205px;
        min-height: 285px;
        height: 285px;
        margin-bottom: 0;
    }
    .b-catalog__item .img,
    .b-catalog__item img {
        width: 100%;
        height: 100%;
    }
    .b-catalog__item_inner.main {
        -ms-flex-preferred-size: calc((100% / 2) - 30px);
        flex-basis: calc((100% / 2) - 30px);
        min-height: auto;
        height: auto;
    }
    .b-catalog__item_inner.second {
        -ms-flex-preferred-size: 205px;
        min-width: 205px;
        width: 205px;
        max-width: 205px;
        flex-basis: 205px;
        min-height: auto;
        height: auto;
        margin-bottom: 0;
    }
    .b-catalog__item_inner .img-wrap {
        height: 390px;
        min-height: 390px;
        max-height: 390px;
    }
    .b-catalog__text {
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        opacity: 1;
        color: #000;
        text-align: left;
        padding: 9px 50px 9px 15px;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .b-catalog__text .name {
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; */
        line-height: 1.3 !important;
    }
    .b-catalog__control {
        top: auto;
        bottom: 20px;
        opacity: 1;
        z-index: 4;
        right: 15px;
    }
    .b-catalog__control .icon {
        fill: #000;
    }
    .b-catalog__all-link {
        display: none;
    }
    .b-category__item {
        height: calc((500 / 2) - 15px);
        min-height: calc((500 / 2) - 15px);
        max-height: calc((500 / 2) - 15px);
    }
    .b-card__art {
        padding-top: 20px;
    }
    .b-product-main-photo__img .some-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .b-catalog-navigation__title {
        font-size: 1.25rem;
    }
}
@media (max-width: 767.98px) {    
    .b-crumbs h1 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 3px;
    }
    .b-crumbs {
        padding: 18px 0 20px;
    }
    .b-crumbs__inner{
        text-align: center;
        font-size: 14px;
        line-height: 19px;
    }
    .container-fluid {
        width: 100%;
    }
    .i-btn {
        height: 36px;
        font-size: 0.75rem;
    }
    .i-btn .icon,
    .i-btn svg {
        max-width: 12px;
    }
    .i-btn-block_xs {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .b-site {
        /*overflow-x: hidden;*/
    }
    .b-header {
        padding: 15px 0 20px;
    }
    .b-header__logo-group .item_opt.small,
    .b-header__phone {
        display: none;
    }
    .b-header__dropdown li .phone {
        display: block;
    }
    .b-header__user .item {
        margin-right: 20px;
    }
    .b-landing {
        padding-bottom: unset;
    }
    .b-landing .container-fluid > .d-flex {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
    }
    .b-landing__nav {
        position: relative;
        top: unset;
        left: unset;
    }
    .b-landing__h1 {
        font-size: 2.5rem;
        line-height: 0.92;
        top:0;
    }
    .b-landing__main {
        padding-bottom: 12px;
    }
    .b-landing__main .swiper .swiper-btns {
        left: unset;
        bottom: unset;
        top: 1px;
        right: 0;
    }
    .b-landing__main .swiper .swiper-btn {
        width: 36px;
        height: 36px;
        
    }
    .b-landing__main .swiper .swiper-pagination.swiper-pagination-bullets {
        bottom: 0;
        transform: unset;
        height: 2px;
    }
    .b-landing__main .b-landing__h1,
    .b-landing__main .h1,
    .b-landing__main h1 {
        top: -65px;
    }
    .b-landing__main,
    .b-landing__sale {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 40vh;
    }
    .b-landing__main {
        overflow: visible;
    }
    .b-landing__sale {
        margin-left: 0;
        margin-top: 20px;
    }
    .b-landing__sale .img,
    .b-landing__sale img {
        object-position: 50% 0;
    }
    .b-landing__sale .title {
        font-size: 3.5rem;
        top: 240px;
    }
    .b-benefits {
        display: none;
    }
    .b-catalog__main.main {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b-catalog__body.main {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .b-catalog__title {
        margin-bottom: 15px;
        font-size: 1.375rem;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .b-catalog__title.--main-title{
		margin-bottom: 15px;
	}
    .b-catalog__inner.main {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 0;
    }
    .b-catalog__item,
    .b-catalog__item.main,
    .b-catalog__item_inner.main {
        -ms-flex-preferred-size: 205px;
        min-width: 205px;
        width: 205px;
        max-width: 205px;
        flex-basis: 205px;
        margin-bottom: 0;
    }
    .b-catalog__item.main,
    .b-catalog__item_inner.main {
        min-height: 285px;
        height: 285px;
    }
    .b-catalog__item,
    .b-catalog__item_inner.main {
        min-height: auto;
        height: auto;
    }
    .b-catalog__item_inner .img-wrap {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
    }
    .b-catalog-navigation {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        position: relative;
        margin-bottom: 40px;
    }
    .b-catalog-navigation .adaptive-collapse {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        transition: all 0.45s ease-in-out;
    }
    .b-catalog-navigation__section {
        margin-bottom: 0;
        background-color: #fff;
        padding: 9px 30px;
        border: 1px solid #c4c4c4;
        border-bottom: none;
    }
    .b-catalog-navigation__section.open {
        padding-bottom: 25px;
    }
    .b-catalog-navigation__section.open .b-catalog-navigation__title:before {
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-top: -2px;
    }
    .b-catalog-navigation__section.open .adaptive-collapse {
        max-height: 1800px;
        padding-top: 20px;
    }
    .b-catalog-navigation__section:last-child {
        border-bottom: 1px solid #c4c4c4;
    }
    .b-catalog-navigation__title {
        font-size: 1rem;
        margin-bottom: 0;
        text-align: left;
        position: relative;
        cursor: pointer;
    }
    .b-catalog-navigation__title:before,
    .b-footer__category-name:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0;
        border-color: #000 transparent transparent;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 0;
        transition: all 0.3s ease-in-out;
    }
    .b-offer {
        padding: 25px 0 0;
    }
    .b-offer__inner {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .b-offer__inner .i-btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .b-offer__body {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b-category,
    .b-footer__column.no-border .b-footer__category-name:before {
        display: none;
    }
    .b-about {
        padding-bottom: 10px;
    }
    .b-about__inner {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 36px;
    }
    .b-about__img {
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
    .b-about__text {
        padding-left: 0;
        font-size: 0.75rem;
        position: static;
    }
    .b-about__btn-wrap {
        position: absolute;
        bottom: 0;
        z-index: 2;
        left: 0;
        width: 100%;
    }
    .b-about__btn-wrap .i-btn,
    .b-offer__inner .i-btn {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .b-about__title {
        font-size: 1.375rem;
    }
    .b-footer {
        padding-top: 0;
        border: none;
        margin-top: 25px;
    }
    .b-footer .adaptive-collapse {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        transition: all 0.45s ease-in-out;
    }
    .b-footer__body {
        font-size: 0.75rem;
    }
    .b-footer__column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0;
        background-color: #fff;
        padding: 9px 30px;
        border: 1px solid #c4c4c4;
        border-bottom: none;
    }
    .b-footer__column.b-footer__column_n3 {
        border-bottom: 1px solid #c4c4c4;
    }
    .b-footer__column.no-border {
        border: none;
        padding: 15px 0;
    }
    .b-footer__column.no-border .b-footer__category-name {
        font-size: 0.9375rem;
        margin-bottom: 20px;
    }
    .b-footer__column.open {
        padding-bottom: 25px;
    }
    .b-footer__column.open .b-footer__category-name:before {
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-top: -2px;
    }
    .b-footer__column.open .adaptive-collapse {
        max-height: 1800px;
        padding-top: 15px;
    }
    .b-footer__category-name {
        font-size: 0.75rem;
        line-height: 1.35;
        margin-bottom: 0;
        position: relative;
    }
    .b-footer__list li {
        font-size: 12px;
    }
    .b-footer__input {
        font-size: 0.75rem !important;
        padding: 0 30px 6px 0 !important;
    }
    .b-footer__contact {
        font-size: 1rem;
    }
    .b-footer__socials {
        padding: 10px 0 20px;
    }
    .b-footer__copy {
        font-size: 0.75rem;
        text-align: left;
    }
    .b-card__price {
        font-size: 1.25rem;
    }    
    .b-card .wrapper_sku{
        margin-bottom: 28px;
    }
    .b-card__sku.--in-cart{
        /* margin-top: 20px; */
        /* margin-bottom: unset !important; */
        /* order: 3; */
    }
    .b-card__sku:not(:last-child) {
        margin-bottom: 20px;
    }
    .b-card__table-size{
        margin-top: 20px;
    }
    .b-card__sku .i-btn {
        margin-right: 0;
    }
    .b-product-main-photo__img .some-img {
        object-fit: cover;
    }
    .b-card__brand{
        font-size: 36px;
        line-height: 110%;
    }
    .b-card__name{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }
}
/*# sourceMappingURL=style.css.map */
#footer .phone.blocks {
    padding: unset;
    vertical-align: unset;
}
#footer .phone {
    position: relative;
    display: block;
}
#footer .phone a {
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    #footer .phone a {
        font-size: 1rem;
    }
}
.b-header .phone .more_phone {
    font-size: unset;
}
.b-product-main-photo__control a.swiper-button-disabled {
    cursor: no-drop;
}
.b-product-main-photo__control a.swiper-button-disabled svg {
    fill: #959595;
}
@media screen and (max-width: 767.98px) {
    .b-product-main-photo {
        margin-bottom: 25px;
    }
    .b-catalog__item:not(.main) {
        width: calc((100% / 2) - 30px);
        min-width: calc((100% / 2) - 30px);
        max-width: calc((100% / 2) - 30px);
        margin-bottom: 15px;
        min-height: 330px;
    }
}
@media screen and (max-width: 480px) {
    .b-catalog__inner:not(.main) {
        width: 100%;
        margin: auto;
    }
    .b-catalog__item:not(.main) {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .b-modal {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }
    .b-modal__nav {
        box-sizing: border-box;
        order: 2;
        height: 10vh;
        padding-bottom: 20px;
        width: 100%;
    }
    .swiper-container-vertical > .swiper-wrapper {
        /*flex-direction: row;*/
    }
    .b-modal__main {
        box-sizing: border-box;
        margin-left: unset;
        order: 1;
        width: 100%;
        height: calc(80vh - 20px);
        margin-bottom: 20px;
    }
    .b-modal__nav .swiper-slide img {
        margin: auto;
        display: block;
        /*object-fit: cover;
		width: 100%;*/
    }
}
a.inline-search-show .icon-header__fav circle,
a.inline-search-show .icon-header__fav line {
    stroke: black;
    transition: stroke 0.3s ease;
}
.inline-search-show:hover .icon-header__fav circle,
.inline-search-show:hover .icon-header__fav line {
	stroke: #8E8D8B;
}
.b-catalog-navigation .b-catalog-navigation__section:nth-child(2) a {
    position: relative;
}
section.d-block.d-xxl-none .blink__animations {
    position: relative;
}
section.d-block.d-xxl-none .blink__animations::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    animation: blink 2.2s linear infinite;
}

.b-catalog-navigation .b-catalog-navigation__section:nth-child(2) a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    animation: blink 4.5s linear infinite;
}
@keyframes blink {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
@media (max-width: 768px) {
    .b-catalog-navigation .b-catalog-navigation__section:nth-child(2) a::after {
        left: 0;
        width: 20%;
        height: 18px;
        animation: blink 3.5s linear infinite;
    }
    section.d-block.d-xxl-none .blink__animations::after {
        left: 0;
        height: 18px;
    }
}
.b-card__sku .social__contact-mobile {
    display: none;
}
.b-card__sku .social__contact {
    margin-left: 20px;
}

.b-card__sku .social__contact .ya-share2__list {
    margin-bottom: 0;
}

.b-card__sku .social__contact .ya-share2__item::before {
    content: none;
}

@media (max-width: 767px) {
    .b-card__sku .social__contact {
        display: none;
    }
    .b-card__sku .social__contact-mobile {
        display: block;
        margin-top: 15px;
    }
}
.viewed_block.horizontal .slides.catalog_block {
    display: flex;
    gap: 10px;
}

.viewed_block.horizontal .slides.catalog_block .item-title {
    width: 100px;
}

@media (max-width: 1268px) {
    .viewed_block.horizontal .slides.catalog_block {
        display: grid;
        grid-template-columns: repeat(3, minmax(300px, 1fr));
    }
}
@media (max-width: 960px) {
    .viewed_block.horizontal .slides.catalog_block {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }
}
@media (max-width: 650px) {
    .viewed_block.horizontal .slides.catalog_block {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}
@media (max-width: 540px) {
    .viewed_block.horizontal .slides.catalog_block {
        grid-template-columns: 1fr;
    }
}
