@charset "UTF-8";

/* ==========================================================================
   CSS Variables (Root)
   ========================================================================== */

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 593px;
    --breakpoint-md: 943px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1282px;
    --font-family-sans-serif: Boita, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace
}

/* ==========================================================================
   Universal Reset
   ========================================================================== */

*, .btn-white, .fancybox-container *, .order-item, .swiper-lazy-preloader, :after, :before {
    box-sizing: border-box
}

/* ==========================================================================
   Component Styles
   ========================================================================== */

.fancybox-infobar, .fancybox-slide--image .fancybox-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-container, .fancybox-thumbs, .fancybox-thumbs__list a {
    -webkit-tap-highlight-color: transparent
}

address, legend {
    line-height: inherit
}

progress, sub, sup {
    vertical-align: baseline
}

.swiper-wrapper, hr {
    box-sizing: content-box
}

.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.tooltip, pre code {
    word-break: normal
}

.breadcrumb, .footer .footer-ul, .header_open-menu__ul {
    list-style-type: none
}

.item-cards__desc, .item-cards__title {
    scrollbar-width: none
}

.button.alt:focus, .button:focus, .custom-range:focus, .fancybox-button:focus, a:focus, button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    outline: 0
}

.personal-area .item-wrap, .wysiwyg td > :first-child, .wysiwyg th > :first-child, dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin-top: 0
}

.fancybox-active, .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}


.item-collection .item-collection_title, .sw1 .slick-list {
    width: 100%
}

.fancybox-is-open .fancybox-stage, body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility;
    visibility: visible
}

.fancybox-slide, .fancybox-slide--image .fancybox-content {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none
}

.fancybox-caption, body {
    font-weight: 400;
    line-height: 1.5
}

.fancybox-toolbar {
    right: 0;
    top: 10px
}

.close-btn:after, .close-detail:after, .fancybox-button:after {
    transform: rotate(45deg)
}

.close-btn:after, .close-btn:before, .fancybox-button:after, .fancybox-button:before {
    position: absolute;
    top: 12px;
    left: -2px;
    display: block;
    width: 30px;
    height: 1px;
    border: 1px solid #000;
    content: ""
}

.close-btn:before, .close-detail:before, .fancybox-button:before, .search-popup_exit-btn:before, .select-form.show:after {
    transform: rotate(-45deg)
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-slide {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.dropdown-header, .dropdown-item, .dropdown-toggle, .fancybox-thumbs__list {
    white-space: nowrap
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-show-thumbs .fancybox-thumbs, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous, article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2), .fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small, .fancybox-slide--image:before, template {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 1276px
}

.product--block_image img {
    display: block;
    width: auto;
    height: 100%
}

.accordion.active .footer__accordion, .bestsellers-wrap.content-wrap .slick-slider .slick-list, .bestsellers-wrap.content-wrap .slick-slider .slick-track, .bestsellers.brand_sections .bestsellers-wrap .brand_sections-list, .brand_about .brand_about-content .brand_advantages, .brand_sections-wrap .slick-slider .slick-list, .brand_sections-wrap .slick-slider .slick-track, .brands-main-wrap, .customer_bought .slick-slider .slick-list, .customer_bought .slick-slider .slick-track, .desc-main-wrap, .footer-bottom, .footer-bottom-right, .item-body, .item-body .swiper-pagination {
    display: flex
}

.product--block_image {
    width: auto;
    margin-left: 0;
    height: 100%
}

.popup--content {
    position: absolute;
    top: 20px;
    right: -800px;
    z-index: 9999999;
    background: #dbc7cc;
    width: 400px;
    height: 105px
}

.popup--content-inner {
    height: 105px;
    width: 400px;
    padding: 10px
}

.product--block {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-start
}

.product--block_inform, .subscribe form {
    padding-left: 10px
}

.prise-block {
    margin-top: auto
}

.product--block_inform .title_brand {
    font-size: 13px;
    color: #888;
    font-family: Roboto, sans-serif !important;
    margin-bottom: 10px;
    text-transform: uppercase
}

.product--block_inform .title_name {
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    text-align: left;
    font-family: Onest !important;
    text-transform: lowercase
}

.product--block_inform .quantity {
    /*font-family: GraphikLC, sans-serif;*/;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    text-align: left
}

.product--block_inform .price {
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 40px;
    font-size: 20px;
    text-align: left
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    background: 0 0/100% 100% no-repeat;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    user-select: none;
    z-index: 99995
}

.fancybox-image, .fancybox-share__button, .fancybox-spaceball {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.block-slides .slick-dots li button, .fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-button, label {
    display: inline-block
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 55px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 55px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button.fancybox-focus {
    outline: dotted 1px
}

.fancybox-button[disabled], .fancybox-button[disabled]:focus, .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: none;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content, .fancybox-thumbs-x .fancybox-thumbs__list, svg {
    overflow: hidden
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-share__button svg path, .white {
    fill: #fff
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:focus, .fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 25px
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    left: 0;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:focus, .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

a > code, legend, pre code {
    color: inherit
}

.fancybox-loading {
    animation: 1s linear infinite a;
    background: 0 0;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.coll-cards__link, .fancybox-share__button:link, .fancybox-share__button:visited, kbd {
    color: #fff
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: .2s;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:focus, .fancybox-share__button:hover, .nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:focus, .fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:focus, .fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:focus, .fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-thumbs__list, body, html {
    overflow-x: hidden;
    position: relative
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    width: 100%
}

.form-group, address, dl, ol, p, pre, ul {
    margin-bottom: 1rem
}

pre, textarea {
    overflow: auto
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

code, kbd, pre, samp {
    /*font-family: GraphikLC, sans-serif;*/
}

.search-title-result-item-current-price, dt, kbd kbd {
    font-weight: 700
}

[tabindex="-1"]:focus:not(.focus-visible), [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.btn-link, .btn:hover, .footer-middle-item a:hover, a, a:focus, a:hover {
    text-decoration: none
}

.btn:not(:disabled):not(.disabled), .footer-middle-item a, .header-cabinet__basket, .header-cabinet__search, .header-cabinet__user, summary {
    cursor: pointer
}

address {
    font-style: normal
}

dd, label {
    margin-bottom: .5rem
}

.form-check-label, .wysiwyg td > :last-child, .wysiwyg th > :last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

.btn, img, svg {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

a:not([href]):not([class]), a:not([href]):not([class]):focus, a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    -ms-overflow-style: scrollbar
}

img {
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

.tooltip, code {
    word-wrap: break-word
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.btn--block button, .tooltip {
    /*font-family: GraphikLC, sans-serif;*/
}

.figure, .list-inline-item, .wysiwyg figure, output, picture {
    display: inline-block
}

summary {
    display: list-item
}

.d-none, .item-availability.mob, [hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2, .display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.btn, .btn-link, .dropdown-item, .form-control, .small, small {
    font-weight: 400
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%
}

code, kbd, pre {
    font-size: 87.5%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%
}

.shop-cards__desc.--title, .shop-cards__title.--lowercase, .tooltip {
    text-transform: none
}

.blockquote, .wysiwyg blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: " / "
}

.img-fluid, .img-thumbnail, .wysiwyg .img-responsive, .wysiwyg img:not([class]), picture, picture > img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure-img, .wysiwyg figure img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption, .wysiwyg figure figcaption {
    font-size: 90%;
    color: #6c757d
}

code {
    color: #e83e8c
}

kbd {
    padding: .2rem .4rem;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%
}

pre {
    display: block;
    color: #212529
}

pre code {
    font-size: inherit
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 593px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 943px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 1025px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.dropdown-toggle:empty:after, .dropleft .dropdown-toggle:empty:after, .dropright .dropdown-toggle:empty:after, .dropup .dropdown-toggle:empty:after, .no-gutters {
    margin-left: 0
}

.no-gutters {
    margin-right: 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-12, .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.col-6, .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.col-4, .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-3, .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.col-2, .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.main.main-brand .brand-item.brand-item__redesign, .order-1 {
    order: 1
}

.main.main-brand .bestsellers.brand_bestsellers, .order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.main.main-brand .collections.content-wrap, .order-4 {
    order: 4
}

.blog-block, .main.main-brand .brand_about, .order-5 {
    order: 5
}

.main.main-brand .brand_about_bottom, .order-6 {
    order: 6
}

.main.main-brand .online-consultation, .order-7 {
    order: 7
}

.main.main-brand .new-footer, .order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.table, .wysiwyg table:not([class]) {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
}

.table td, .table th, .wysiwyg table:not([class]) td, .wysiwyg table:not([class]) th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th, .wysiwyg table:not([class]) thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody, .wysiwyg table:not([class]) tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th, .wysiwyg table:not([class]), .wysiwyg table:not([class]) td, .wysiwyg table:not([class]) th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th, .wysiwyg table:not([class]) thead td, .wysiwyg table:not([class]) thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th, .table-dark.table-bordered, .table-responsive > .table-bordered, .wysiwyg .table-responsive > table:not([class]), .wysiwyg table.table-dark:not([class]) {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:focus, .table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:focus, .table-hover .table-primary:focus > td, .table-hover .table-primary:focus > th, .table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:focus, .table-hover .table-secondary:focus > td, .table-hover .table-secondary:focus > th, .table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:focus, .table-hover .table-success:focus > td, .table-hover .table-success:focus > th, .table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:focus, .table-hover .table-info:focus > td, .table-hover .table-info:focus > th, .table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:focus, .table-hover .table-warning:focus > td, .table-hover .table-warning:focus > th, .table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:focus, .table-hover .table-danger:focus > td, .table-hover .table-danger:focus > th, .table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:focus, .table-hover .table-light:focus > td, .table-hover .table-light:focus > th, .table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:focus, .table-hover .table-dark:focus > td, .table-hover .table-dark:focus > th, .table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:focus, .table-hover .table-active:focus > td, .table-hover .table-active:focus > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th, .wysiwyg table:not([class]) .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th, .wysiwyg table:not([class]) .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:focus, .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label, .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.invalid-tooltip, .valid-tooltip {
    position: absolute;
    left: 0;
    z-index: 5;
    max-width: 100%;
    padding: .25rem .5rem;
    top: 100%;
    line-height: 1.5
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.btn--block {
    display: flex;
    justify-content: center;
    margin: 10px auto
}

.btn--block button {
    width: 256px;
    padding: 15px;
    margin: 0 10px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #000;
    transition: .5s
}

.btn-hover .closePopup:hover, .btn-hover:focus, .go2basket:hover {
    color: #000;
    background-color: #fff
}

.btn-hover.addBasket:focus {
    color: #fff !important;
    background-color: #c7aab1 !important
}

.btn-hover.go2basket, .btn-hover:hover {
    color: #fff;
    background-color: #000
}

.footer-middle-item a:hover {
    color: #fff
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    color: #000;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #000
}

.btn.focus, .btn:focus {
    outline: 0
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-primary, .btn-primary.disabled, .btn-primary:disabled, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-outline-success:hover, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-success, .btn-success.disabled, .btn-success:disabled, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-info, .btn-info.disabled, .btn-info:disabled, .btn-outline-info:hover, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-outline-warning:hover, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-warning, .btn-warning.disabled, .btn-warning:disabled, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-danger, .btn-danger.disabled, .btn-danger:disabled, .btn-outline-danger:hover, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-light, .btn-light.disabled, .btn-light:disabled, .btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-dark, .btn-dark.disabled, .btn-dark:disabled, .btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.dropdown-toggle:after, .dropup .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: inline-block
}

.btn-outline-dark.focus, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-link {
    color: #007bff
}

.btn-link:hover, .pitcherLogo:active, .pitcherLogo:focus, .pitcherLogo:hover {
    color: #0056b3
}

.btn-link.focus, .btn-link:focus, .btn-link:hover, .soglasie a, .transparent-text.underline, a.brand_advantages-item-text {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block + .btn-block {
    margin-top: .5rem
}

.dropdown, .dropleft, .dropright, .dropup, .input-group-append, .item-body__rating-new, .shop-cards, .tooltip_container {
    position: relative
}

.dropdown-toggle:after {
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropleft .dropdown-toggle:before, .dropright .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    content: ""
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show, .tab-content > .active {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before, .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-file-input:focus ~ .custom-file-label, .custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before, .nav-pills .nav-link {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before, .shop-cards:focus .shop-cards__img, .shop-cards:hover .shop-cards__img, .wysiwyg .img-circle {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-file-label, .custom-select {
    border: 1px solid #ced4da;
    font-weight: 400
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-select {
    display: inline-block;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    background-color: #fff
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn, .custom-control-label:before, .custom-file-label, .custom-select, .custom-switch .custom-control-label:after, .form-control {
        transition: none
    }

    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }

    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .page-item.active .page-link {
    color: #fff;
    background-color: #007bff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.breadcrumb .breadcrumb-item:first-child:before, .btn-select:after, .header_open-menu, .item-body__rating-new.item-body__rating-new-mob, .tab-content > .tab-pane {
    display: none
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=top], .bs-tooltip-bottom, .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow, .fixed-bottom {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=right], .bs-tooltip-left, .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow, .fixed-top, .soglasie .custom-control-label:after, .soglasie .custom-control-label:before {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded, .wysiwyg .img-circle, .wysiwyg .img-rounded {
    border-radius: .25rem !important
}

.rounded-left, .rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.callback_popup.opened, .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: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.pitcherLogo .pitcherLogo-text, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mob__image, .mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 593px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-12, .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-6, .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-4, .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-3, .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-2, .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }

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

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 943px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-12, .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-6, .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-4, .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-3, .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-2, .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }

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

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1282px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-12, .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl-6, .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-4, .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-3, .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-2, .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }

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

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.online-consultation__btn a, .text-white, body .bx-soa-pp-company-desc .bxbbutton span {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-muted, .text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #000 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font-size: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.checkbox, .input-form {
    font-size: 25px;
    line-height: 30px
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table, .wysiwyg table:not([class]) {
        border-collapse: collapse !important
    }

    .table td, .table th, .wysiwyg table:not([class]) td, .wysiwyg table:not([class]) th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th, .wysiwyg table:not([class]) td, .wysiwyg table:not([class]) th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th, .wysiwyg table:not([class]) .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

html.save-data .save-data {
    background-image: none !important
}

.pitcherLogo {
    display: inline-block;
    color: #007bff
}

.pitcherLogo .pitcherLogo-icon {
    display: inline-block;
    width: 58px;
    height: 51px;
    --fill-color: #007bff
}

.pitcherLogo:active .pitcherLogo-icon, .pitcherLogo:focus .pitcherLogo-icon, .pitcherLogo:hover .pitcherLogo-icon {
    --fill-color: #0056b3
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden
}

.main {
    flex: 1 0 auto
}

.breadcrumb, .check {
    flex-direction: row
}

.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.background-wrap.main {
    background: url(img/bg.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.main {
    background: url(img/bg.webp) 50% no-repeat
}

.background-wrap.collection {
    background: url(img/bg2.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.collection {
    background: url(img/bg2.webp) 50% no-repeat
}

.background-wrap.item-collection {
    width: 100%;
    background: url(img/bg3.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.item-collection {
    background: url(img/bg3.webp) 50% no-repeat
}

.background-wrap.brand-item {
    background: url(img/bg4.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.brand-item {
    background: url(img/bg4.webp) 50% no-repeat
}

.background-wrap.delivery {
    background: url(img/bg5.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.delivery {
    background: url(img/bg5.webp) 50% no-repeat
}

.background-wrap.contacts {
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)) 0 0/cover, url(img/bg7.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.contacts {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(img/bg7.webp) 50% no-repeat
}

.background-wrap.about {
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)) 0 0/cover, url(img/bg6.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.about {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(img/bg6.webp) 50% no-repeat
}

.background-wrap.notfaund {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)) 0 0/cover, url(img/bg8.jpg) 50%/cover no-repeat
}

html.wepb .background-wrap.notfaund {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(img/bg8.webp) 50% no-repeat
}

.check {
    position: relative;
    display: flex;
    padding-left: 25px;
    /*font-family: GraphikLC, sans-serif;*/;
    cursor: pointer
}

.check__input {
    position: absolute;
    opacity: 0
}

.check__input[type=checkbox]:checked, .check__input[type=checkbox]:checked ~ .check__box {
    background-color: #666
}

.check__input[type=checkbox]:checked, .check__input[type=checkbox]:checked ~ .check__box:after {
    content: url("/local/templates/lecreme_2026/img/check.svg");
    width: 16px;
    top: -6px;
    left: 1px;
    height: 15px;
    color: #fff;
    position: absolute
}

.check__box {
    top: -7px;
    position: absolute;
    left: 16px;
    width: 16px;
    height: 15px;
    margin-top: 10px;
    margin-left: -15px;
    border: 1px solid #666
}

.page-title, .shop-cards__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-family: GraphikLC, sans-serif;*/
}

.input-form {
    padding: 0;
    /*font-family: GraphikLC, sans-serif;*/;
    border: hidden;
    border-radius: 0
}

.input-form::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 25px
}

.input-form:-ms-input-placeholder {
    font-size: 14px;
    line-height: 25px
}

.input-form::-ms-input-placeholder {
    font-size: 14px;
    line-height: 25px
}

.input-form::placeholder {
    font-size: 14px;
    line-height: 25px
}

.input-form:focus {
    box-shadow: 0 6px 6px -4px #000
}

.input-form__group {
    width: 100%;
    max-width: 440px;
    border-bottom: 1px solid #000
}

.checkbox {
    width: 100%;
    max-width: 287px;
    color: #000;
    /*font-family: GraphikLC, sans-serif;*/;
    cursor: pointer
}

.checkbox .custom-control-label {
    padding-left: 15px;
    cursor: pointer
}

.checkbox .custom-control-label:before {
    width: 20px;
    height: 20px;
    background-image: none;
    border-radius: 50%
}

.checkbox .custom-control-input:checked ~ .custom-control-label:after {
    width: 20px;
    height: 20px;
    background-color: #000;
    background-image: none;
    border-radius: 50%
}

.custom-file-label, .custom-select {
    width: 20px;
    height: 20px;
    border-color: #000;
    border-radius: 50%
}

.select-form, .select-item {
    border-bottom: 1px solid #000
}

.transparent-text {
    max-width: 100%;
    color: #757575;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.transparent-text.underline:focus, .transparent-text.underline:hover {
    color: #757575;
    text-decoration: none;
    opacity: .5
}

.white {
    fill-opacity: 1
}

.about-text, .monospace {
    /*font-family: GraphikLC, sans-serif;*/
}

.h1 {
    line-height: 70px
}

.h2 {
    line-height: 60px
}

.h4 {
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.page-title {
    color: #fff;
    font-weight: 500;
    font-size: 65px;
    font-style: normal;
    line-height: 70px
}

.shop-cards:focus .shop-cards__view, .shop-cards:hover .shop-cards__view {
    bottom: 7%;
    opacity: 1
}

.shop-cards:focus .shop-cards__title.--title, .shop-cards:hover .shop-cards__title.--title {
    top: 50%
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered, .wysiwyg .table-responsive-lg > table:not([class]) {
        border: 0
    }

    .shop-cards:nth-child(3n) {
        margin-right: 20px
    }
}

.shop-cards .shop-cards__img {
    width: 430px;
    height: 430px;
    transition: .3s ease-in-out
}

.shop-cards__title {
    width: 70%;
    margin-right: -50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase
}

.shop-cards__desc, .shop-cards__view {
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    position: absolute;
    transition: .3s ease-in-out
}

.shop-cards__title.--title {
    top: 21%;
    width: 85%;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    text-transform: none;
    transition: .3s ease-in-out
}

.shop-cards__desc {
    top: 90%;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize
}

.item-cards__preorder-text, .item-cards__status-text {
    padding: 6px 8px 8px;
    text-transform: uppercase;
    text-align: center
}

.shop-cards__desc, .shop-cards__desc.--title {
    /*font-family: GraphikLC, sans-serif;*/;
    text-align: center
}

.shop-cards__desc.--title {
    top: 51%;
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px
}

.shop-cards__view {
    bottom: 0;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px;
    text-align: center;
    opacity: 0
}

.item-body__bottom .item-cards {
    margin: 0 20px 8px 0 !important
}

.item-cards {
    margin: 0 20px 23px 0
}

@media (max-width: 942.98px) {
    .body .shop-title {
        font-size: 26px
    }

    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered, .wysiwyg .table-responsive-md > table:not([class]) {
        border: 0
    }

    .h1 {
        font-size: 50px;
        line-height: 55px
    }

    .item-cards {
        margin: 0 19px 0 0
    }

    .button.--long {
        max-width: 100%
    }
}

.item-cards__item {
    margin: 13% auto 2%;
    mix-blend-mode: multiply
}

.item-cards__status {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.item-cards__status-available {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 1
}

.item-cards__status-text {
    width: fit-content;
    height: 30px;
    color: #000;
    font-size: 12px;
    /*font-family: GraphikLC, sans-serif;*/;
    background: #d6d6d6
}

.item-cards__status-text:focus, .item-cards__status-text:hover {
    text-decoration: none
}

.item-cards__preorder-text {
    width: 130px;
    height: 40px;
    color: #fff;
    background-color: #c6abab !important;
    box-shadow: 2px 2px 2px #d1d1d1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px
}

.item-cards__preorder-text:focus, .item-cards__preorder-text:hover {
    text-decoration: none
}

.item-cards__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 455px
}

@media (max-width: 592.98px) {
    .body .shop-title {
        width: 100%;
        margin: 0 auto;
        padding: 0 24px;
        line-height: 40px
    }

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered, .wysiwyg .table-responsive-sm > table:not([class]) {
        border: 0
    }

    .content-wrap {
        padding: 0 25px
    }

    .checkbox, .shop-cards__title {
        font-size: 18px
    }

    .checkbox .custom-control-input:checked ~ .custom-control-label:after, .checkbox .custom-control-label:before {
        width: 17px;
        height: 17px
    }

    .h1 {
        font-size: 30px;
        line-height: 50px
    }

    .h2 {
        font-size: 21px;
        line-height: 30px
    }

    .h4 {
        margin-top: 10px;
        font-size: 14px
    }

    .page-title {
        font-size: 30px
    }

    .shop-cards {
        margin-top: 0
    }

    .shop-cards, .shop-cards:nth-child(3n) {
        margin-right: 0
    }

    .shop-cards .shop-cards__img {
        width: 100%;
        height: auto
    }

    .shop-cards__title.--title {
        top: 10%;
        width: 100%;
        margin-top: 20px;
        font-size: 24px
    }

    .shop-cards__desc.--title {
        top: 39%;
        width: 95%;
        font-size: 16px
    }

    .item-cards__inner {
        width: 315px
    }

    .item-body__bottom .item-cards {
        margin: 0 5px !important
    }

    .favCount {
        display: none !important
    }

    body .header-cabinet__basket-p {
        right: -20px
    }
}

.item-cards__btn, .item-cards__title {
    width: 100%;
    text-transform: uppercase;
    /*font-family: GraphikLC, sans-serif;*/
}

.item-cards__wrap {
    display: flex;
    flex-direction: column;
    margin: auto 20px 20px
}

.item-cards__desc, .item-cards__title {
    font-size: 12px
}

.item-cards__title::-webkit-scrollbar, .item-cards__title::-webkit-scrollbar-thumb {
    width: 0;
    display: none
}

.item-cards__desc {
    height: 40px;
    margin-bottom: 1px;
    overflow: hidden;
    /*font-family: GraphikLC, sans-serif;*/;
    color: #b2b2b2
}

.item-cards__desc::-webkit-scrollbar, .item-cards__desc::-webkit-scrollbar-thumb {
    width: 0
}

.item-cards__btn {
    height: 56px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #000
}

.coll-cards {
    position: relative;
    width: 440px;
    color: #fff
}

.brands-item:nth-child(3n), .breadcrumb .breadcrumb-item:last-child, .coll-cards:last-child, .shop-all.body .shop-cards:last-child, .shop-all.shop-assortment .shop-cards:nth-child(3n), .shop-all.shop-item .shop-cards:nth-of-type(3n), .shop-all.shop-wrap .shop-cards:nth-child(3n), .shop-content .item-cards:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 1430px) {
    .item-body__tabs {
        margin: unset
    }

    .collections .coll-cards {
        margin: 0 auto
    }
}

.breadcrumb .breadcrumb-item, .header-cabinet__basket svg {
    margin-right: 5px
}

@media (max-width: 460px) {
    .swiper-container.sw1 {
        width: calc(100% + 40px);
        left: -20px;
        height: auto;
        overflow: visible
    }

    body .collections .slick-slider .slick-dots {
        bottom: -39px
    }

    body .collections .slick-slider .slick-arrow.slick-prev {
        left: 43px;
        top: auto;
        bottom: -59px;
        height: 30px;
        width: 20px;
        z-index: 1
    }

    body .collections .slick-slider .slick-arrow.slick-next {
        right: 43px;
        top: auto;
        bottom: -59px;
        height: 30px;
        width: 20px;
        z-index: 1
    }

    body .collections .slick-slider .slick-arrow::before {
        width: 15px;
        height: 15px;
        top: 10px;
        left: 9px;
        content: '';
        position: absolute;
        border-bottom: 3px solid #d2bbc1;
        border-left: 3px solid #d2bbc1;
        transform: rotate(45deg);
        border-radius: 2px;
        transition: border-color .3s;
        font-size: 20px;
        line-height: 1
    }

    body .collections .slick-slider .slick-arrow.slick-next::before {
        transform: rotate(-135deg);
        left: 4px
    }

    .coll-cards {
        width: 100%
    }

    .coll-cards .coll-cards__img {
        width: 100%;
        height: auto
    }
}

.coll-cards__link:focus, .coll-cards__link:hover, .footer .footer-link:focus, .footer .footer-link:hover, a.act-btn:focus, a.act-btn:hover {
    color: #fff;
    text-decoration: none
}

.coll-cards .coll-cards__title {
    position: absolute;
    top: 6%;
    left: 50%;
    width: 100%;
    max-width: 325px;
    text-align: center;
    transform: translate(-50%)
}

.coll-cards .coll-cards__text {
    position: absolute;
    top: 40%;
    right: 0;
    left: 50%;
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    text-align: center;
    transform: translate(-50%)
}

.coll-cards__footer {
    position: absolute;
    top: 91%;
    left: 4%;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 369px
}

@media (max-width: 592.98px) {
    .coll-cards .coll-cards__title {
        top: 4%;
        left: 42%;
        max-width: 273px;
        font-size: 24px
    }

    .coll-cards .coll-cards__text {
        top: 39%;
        left: 42%;
        max-width: 250px;
        font-size: 15px;
        line-height: 23px
    }

    .coll-cards__footer {
        top: 90%;
        left: 3%;
        max-width: 282px
    }
}

.coll-cards__footer .coll-cards__amount-text {
    position: relative;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/
}

.btn-login, .button-blck, .button.--long {
    font-size: 12px;
    /*font-family: GraphikLC, sans-serif;*/;
    text-transform: uppercase
}

.coll-cards__footer svg {
    width: 22px;
    height: 17px
}

.coll-cards__amount {
    position: relative;
    display: flex;
    width: 100%
}

.coll-cards__amount .coll-cards__link:last-child {
    display: block;
    margin-left: auto
}

.button {
    width: 325px;
    height: 65px;
    /*font-family: GraphikLC, sans-serif;*/;
    background: #fff;
    border: 1px solid #000;
    transition: .3s ease-in-out
}

.button.--long {
    width: 440px
}

.button-blck {
    width: 325px;
    height: 59px;
    color: #fff;
    background: #000
}

.btn__msg, .item-content .item-cards .item-cards__inner {
    height: 100%
}

.button-blck:focus {
    color: #bbb
}

.btn-login {
    line-height: 15px
}

.price, .quantity, .title_name {
    text-align: center;
    padding-top: 0
}

.option-list__li, .price {
    margin-bottom: 10px
}

.customer_bought .title {
    margin-bottom: 15px;
    text-align: center
}

.body .shop, .contacts-form .callback_title-text, .title--block, .with_old_price__card {
    text-align: center
}

.btn-price-receive {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-cards .card_title-url_link .item-cards__desc {
    margin-bottom: 0;
    padding-bottom: 15px
}

.btn__msg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 85px 20px 145px;
    background: rgba(0, 0, 0, .8)
}

.accordion, .btn-select, .select-form {
    position: relative
}

.btn__msg-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px;
    text-transform: uppercase
}

.btn-select, .select-item {
    line-height: 30px;
    border-radius: 0
}

.btn__msg .btn__msg-text, .footer .footer-link, .footer-logo .year {
    color: #fff;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px
}

.breadcrumb .breadcrumb-item-link, .open-menu__right .open-menu__right-p {
    color: #000;
    /*font-family: GraphikLC, sans-serif;*/
}

.accordion {
    margin-bottom: 6px;
    color: #666
}

.accordion.active .header__accordion:after {
    top: 10px;
    transform: rotate(180deg)
}

.accordion.active .header__accordion-desc:after, .select-form:after {
    transform: rotate(135deg)
}

.accordion.active .header__accordion-desc {
    border-bottom: 0
}

.accordion.active .header__accordion-sort:after {
    transform: rotate(180deg);
    top: -5px
}

.accordion.active .footer__accordion-desc {
    max-height: 100%;
    padding-bottom: 20px
}

.--request:focus .--desc, .--request:hover .--desc, .accordion.active .footer__accordion-sort, .checkbox-footer.active, .header_open-menu.active, .separator_line-desktop {
    display: block
}

.select-form {
    width: 100%;
    max-width: 440px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.select-form:after {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: .3s ease-in-out;
    content: ""
}

.btn-select {
    width: 100%;
    padding: 0;
    font-size: 25px;
    /*font-family: GraphikLC, sans-serif;*/;
    text-align: left
}

.select-item {
    padding: 15px 0;
    font-size: 25px;
    /*font-family: GraphikLC, sans-serif;*/
}

.select-menu {
    width: 100%;
    border-radius: 0
}

.img-select {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    background: #a4263e;
    border-radius: 50%;
    transform: translateY(5px)
}

.breadcrumb {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    padding: 0
}

.breadcrumb .breadcrumb-item:before {
    content: " | "
}

.breadcrumb .breadcrumb-item-link {
    font-size: 14px;
    line-height: 20px;
    transition: .3s ease-in-out
}

.breadcrumb .breadcrumb-item-link:focus, .breadcrumb .breadcrumb-item-link:hover {
    text-decoration: none;
    opacity: .5
}

.header__accordion-sort:after, .header__accordion:after {
    font-size: 25px;
    font-weight: 500;
    transition: .3s ease-in-out
}

.header_open-menu .menu {
    width: 35px;
    height: 25px;
    margin-top: 7px;
    margin-left: 40px;
    padding: 0;
    background: inherit;
    border: 0
}

.header_open-menu.active .open-menu__left_header {
    display: flex;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #efefef
}

.header_open-menu.active .open-menu__left_header .menu {
    width: 23px;
    height: 53px
}

.header_open-menu.active .open-menu__left_header .logo {
    width: calc(100% - 23px);
    text-align: center
}

.header_open-menu.active .logo {
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    margin: 0
}

.open-menu__wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh
}

.open-menu__inner {
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    overflow: auto;
    max-height: 100vh
}

.open-menu__left {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 77%;
    padding-top: 10px;
    background: #919ca1
}

.open-menu__right {
    width: 23%;
    background: #fff;
    min-height: 100vh
}

.open-menu__right .header-cabinet {
    justify-content: center;
    margin-top: 16px
}

.open-menu__text {
    margin-top: 100px;
    margin-left: 40px;
    color: #fff
}

.tooltip-custom {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 50%
}

.personal-area .receiver .shop-btn, .shop-title {
    text-align: left
}

.tooltip-custom:focus, .tooltip-custom:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.tooltip-inner {
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px
}

.swiper-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.checkout-option .checkout_title-text, .swiper-slide {
    width: auto
}

.slide-image {
    width: auto;
    height: 400px
}


.basket_title, .basket_wrap, .callback_title, .callback_wrap, .checkout-form-container, .checkout_title, .checkout_wrap, .consultation-wrap, .header .content-wrap, .header-white .content-wrap, .preorder-popup_container, .preorder-popup_wrap, .product-item, .search-popup_input, .search-popup_wrap {
    display: flex;
    flex-direction: row
}

.header__accordion {
    position: relative;
    width: 210px;
    padding-bottom: 6px;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
    transition: .3s ease-in-out
}

.header__accordion:after {
    position: absolute;
    top: 0;
    right: 0;
    content: url("/local/templates/lecreme_2026/img/arrow_down.svg")
}

.header__accordion-desc {
    width: 100%;
    padding: 7px 0;
    border-bottom: hidden;
    cursor: pointer
}

.gift-card .transparent-text:focus, .gift-card .transparent-text:hover, .header__accordion-desc:focus, .header__accordion-desc:hover {
    opacity: 1
}

.header__accordion-desc:after {
    position: absolute;
    top: 18px;
    right: 5px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    transition: .3s ease-in-out;
    content: ""
}

.header__accordion-sort {
    width: 170px;
    margin-right: 6px;
    padding-left: 20px;
    border-bottom: hidden;
    cursor: pointer
}

.header__accordion-sort:after {
    position: absolute;
    top: -10px;
    right: 0;
    content: url("/local/templates/lecreme_2026/img/arrow_down.svg")
}

.header__accordion-span {
    padding-bottom: 8px;
    color: #000;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.logo svg {
    width: 99px;
    height: 35px
}

.header-nav {
    width: 90%;
    max-width: 677px;
    margin: 0 auto
}

.header-nav .header-nav__nav {
    margin-top: 8px
}

.header-nav .header-nav__ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.header-nav .header-nav__li {
    display: inline;
}

.header-nav .header-nav__a {
    font-size: 14px;
}

.header-nav .header-nav__a:focus, .header-nav .header-nav__a:hover {
    text-decoration: none
}

.header-menu {
    display: none;
    margin-top: -7px
}

.header-menu .menu {
    width: 35px;
    height: 25px;
    margin-top: 5px;
    padding: 0;
    background: inherit;
    border: 0
}

.item-body .accordion:first-child, .item-body__text .accordion {
    border-top: 1px solid #000
}

.menu_burger {
    position: relative;
    width: 35px;
    height: 2px;
    background: #fff
}

.header-white .menu_burger:after, .menu_burger:after {
    top: -10px
}

.menu_burger:after, .menu_burger:before {
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    border-radius: 22px;
    content: ""
}

.header-white .menu_burger:before, .menu_burger:before {
    top: 10px;
    left: 0
}

.open-menu__text-p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px
}

.open-menu__text-p:last-child {
    margin-top: 10px
}

.header_open-menu__ul {
    margin-top: 24px;
    padding: 0
}

.header_open-menu__li {
    padding: 7px 0;
    border-top: 1px solid #fff
}

.header_open-menu__li:last-child {
    border-bottom: 1px solid #fff
}

.header_open-menu__link {
    margin-left: 40px;
    color: #fff;
    font-size: 16px;
    /*font-family: GraphikLC, sans-serif;*/
}

.header_open-menu__link:focus, .header_open-menu__link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .5
}

.header-cabinet {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px
}

.header-cabinet svg {
    width: 14px;
    height: 14px
}

.header-cabinet__basket-p {
    margin-top: 4px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/
}

.header-cabinet__user {
    margin-right: 17px
}

.header-cabinet__user img {
    max-width: 24px
}

.header-cabinet__search {
    margin-right: 15px
}

.header-cabinet__basket {
    display: flex;
    flex-direction: row;
    margin-top: 1px
}

.header-cabinet__basket .open-menu__right-p {
    font-size: 14px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    transform: translateY(2px)
}

.header-white {
    padding-top: 18px
}

.header-white .header-nav__a {
    color: #000
}

.header-white .header-cabinet__basket-p {
    margin-top: 4px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px
}

.header-white .menu_burger {
    position: relative;
    width: 35px;
    height: 2px;
    background: #000
}

.header-white .menu_burger:after, .header-white .menu_burger:before {
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    background-color: #000;
    border-radius: 22px;
    content: ""
}

.open-menu__left .menu_burger {
    background: #fff
}

.open-menu__left .menu_burger:after, .open-menu__left .menu_burger:before {
    background-color: #fff;
    content: ""
}

/*.footer {*/
/*    flex: 0 0 auto;*/
/*    background: #c7aab1*/
/*}*/

.footer .content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 20px
}

.footer .footer-li {
    margin-bottom: -4px
}

.footer__accordion {
    display: none;
    flex-direction: column;
    width: 200px;
    margin-top: 10px;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    transition: .3s ease-in-out
}

.consultation__desc, .consultation__name, .footer__accordion-sort, .item-body__price, .item-body__subtitle, .item-body__title, .logo-text, .price-popup__text, .price-popup__title, .shop-all.shop-item .shop-cards__title, .shop-title {
    /*font-family: GraphikLC, sans-serif;*/
}

.footer__accordion-desc {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: .4s ease-in-out
}

.footer__accordion-sort {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 100;
    display: none;
    padding-top: 2px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
    background: #fff
}

.footer__accordion-sort .footer__accordion-link {
    display: block;
    color: #000
}

.footer__accordion-sort .footer__accordion-link:focus, .footer__accordion-sort .footer__accordion-link:hover {
    text-decoration: none;
    opacity: .3
}

.footer-about, .footer-payment, .footer-social {
    width: 26%;
    margin-top: 5px
}

.footer-about .footer-ul, .footer-payment .footer-ul, .footer-social .footer-ul, .quote .header-white .content-wrap {
    padding: 0
}

.footer-about, .item-collection .item-cards:nth-child(2n), .product-item .item-cards:nth-child(2n), .reviews-num .bx_pagination_bottom .bx_pagination_page span, .shop-all.body .shop-cards, .stage-content .item-cards:nth-child(2n) {
    margin-right: 20px
}

.bonus, .brands-main-list-mob, .favCount-mob, .filter-btn, .filter-close, .filter-title, .footer-about .footer-li:last-child, .footer-bottom-right-mob, .footer-middle-item.big-mob .mob, .header-cabinet__svg, .header-cabinet__user_mob, .lc-mob, .login-nav, .mobile-filter__btn, .mobile__slider, .request-popup, .reviews-num .bx_pagination_section_two, .search-popup.active .ajaxCart .header-cabinet__basket-p, .sectListSub_mob, .sectList_mob, .separator_line-mobile, .shop-content.redesign .block__open_mobile_filter, .shop-content.redesign .open_mobile_filter, .smartfilterReset, .typed-cursor {
    display: none
}

.footer-logo {
    width: 80%
}

.footer-logo .logo, .prise-block {
    margin-bottom: 20px
}

.checkout .button-blck, .consultation__left, .stage-content .item-cards .item-cards__inner, .wysiwyg table:not([class]) {
    width: 100%
}

.wysiwyg table[border="0"] {
    width: inherit;
    background: 0 0;
    border: 0
}

.wysiwyg table[border="0"] > tbody > tr > td, .wysiwyg table[border="0"] > tbody > tr > th, .wysiwyg table[border="0"] > tfoot > tr > td, .wysiwyg table[border="0"] > tfoot > tr > th, .wysiwyg table[border="0"] > thead > tr > td, .wysiwyg table[border="0"] > thead > tr > th {
    background: 0 0;
    border: 0
}

.wysiwyg ul:not([class]) > li {
    position: relative;
    list-style: none
}

.wysiwyg ul:not([class]) > li:before {
    position: absolute;
    width: 1rem;
    margin-left: -1rem;
    color: #000;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢"
}

.wysiwyg img.pull-left, .wysiwyg img[align=left] {
    float: left;
    margin-right: 1rem
}

.wysiwyg img.pull-right, .wysiwyg img[align=right] {
    float: right;
    margin-left: 1rem
}

.wysiwyg .text-center img, .wysiwyg img.text-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.background-wrap {
    height: 70vh;
    background-size: cover;
    position: relative
}

.background-wrap .logo svg {
    width: 313px;
    height: 60px
}

.logo-text {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.quote {
    width: 95%;
    padding-top: 0;
    padding-bottom: 87px
}

.quote .header-white {
    margin-top: -45px;
    padding: 0
}

.quote .content-wrap {
    padding: 0 0 0 40px
}

.quote-title {
    margin-top: 36px
}

.contacts-info__wrap, .quote-subtitle {
    display: flex;
    justify-content: flex-end
}

.shop .body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.shop-title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #c4c4c4
}

.bestsellers-wrap, .consultation {
    padding-bottom: 70px
}

.shop-all.shop-wrap {
    margin-top: 47px
}

.shop-all.shop-wrap .shop-cards {
    margin-top: 18px;
    margin-right: 20px
}

.shop-all.shop-assortment {
    max-width: 1015px;
    padding-bottom: 0
}

.shop-all.shop-assortment .shop-cards__img {
    width: 325px;
    height: 325px
}

.shop-all.shop-assortment .shop-cards {
    margin-top: 18px;
    margin-right: 20px
}

.shop-all.body {
    flex-direction: row;
    justify-content: center;
    margin-top: 54px
}

.shop-all.shop-item .shop-cards__title {
    width: 80%;
    font-size: 32px
}

.bestsellers {
    margin-top: 62px
}

.bestsellers-wrap {
    background: #919ca1
}

.bestsellers-wrap .bestsellers-title {
    padding-top: 77px;
    padding-bottom: 42px;
    color: #fff
}

.consultation .consultation-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4
}

.consultation .button {
    margin-top: -80px
}

@media (max-width: 1366px) {
    .consultation .button {
        margin-top: 0
    }
}

.gift-card .item__img .item__img-pic, .shop-all.shop-item {
    margin-top: 120px
}

.consultation-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 47px
}

.brands-item__list, .consultation__left, .consultation__right {
    display: flex;
    flex-direction: column
}

.bonus-info .link, .consultation__left-title:first-child, .footer-stage, .item-body .accordion {
    margin-bottom: 0
}

.consultation__left-title:nth-child(2), .search-popup_aside {
    width: 90%
}

.consultation__right {
    width: 21%;
    text-align: center
}

.item-content.noitem, .item-sorting, .item-wrap, .shop-content {
    width: 100%;
    display: flex
}

.consultation__name {
    margin: 10px 0;
    font-size: 20px;
    line-height: 32px
}

.consultation__desc {
    color: #b2b2b2
}

.shop-all {
    display: flex;
    flex-wrap: wrap;
    max-width: 1330px;
    margin: 0 auto;
    padding-bottom: 90px
}

.shop-all.shop-item .shop-cards {
    margin-right: 20px;
    margin-bottom: 18px
}

.about-title, .shop-all.shop-wrap .shop-cards__title {
    font-size: 25px
}

.shop-btn {
    margin: 46px 0 50px
}

.shop-content {
    flex-direction: row;
    margin-top: 56px
}

.shop-content .item-cards {
    margin-right: 20px;
    background: #f7f7f7
}

.filter {
    max-width: 200px;
    margin-right: 150px
}

.filter a, .filter a:hover {
    color: #a16f7b
}

.item-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto
}

@media (max-width: 1281.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered, .wysiwyg .table-responsive-xl > table:not([class]) {
        border: 0
    }

    .accordion {
        margin-right: 40px
    }

    /*.header .logo {*/
    /*    align-items: center;*/
    /*    width: auto;*/
    /*    margin: 0 auto*/
    /*}*/
    .header-white .logo {
        align-items: center;
        width: auto
    }

    .shop-all.shop-wrap {
        max-width: 890px
    }

    .shop-all.shop-item .shop-cards:nth-of-type(3n), .shop-all.shop-wrap .shop-cards:nth-child(3n), .shop-content .item-cards:nth-child(3n) {
        margin-right: 20px
    }

    .shop-all.shop-item .shop-cards:nth-of-type(2n), .shop-all.shop-wrap .shop-cards:nth-child(2n) {
        margin-right: 0
    }

    .bestsellers-assortment {
        width: 80%
    }

    .consultation .consultation-title {
        padding-bottom: 6px
    }

    .consultation .button {
        margin-top: 0
    }

    .consultation__right {
        width: 30%
    }

    .shop-all.shop-item {
        max-width: 882px
    }

    .item-content {
        justify-content: center
    }

    .product-item {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        overflow-x: scroll;
        scrollbar-width: none
    }

    .product-item::-webkit-scrollbar {
        display: none;
        width: 0
    }
}

.item-wrap {
    flex-direction: column
}

#selections-in-detail .item-cards__inner, .brand-item .shop-btn .item-cards__btn, .item-wrap .shop-btn .item-cards__btn, .search-popup_wrap .shop-btn .item-cards__btn {
    width: 310px
}

.item-sorting {
    flex-direction: row;
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto
}

.item-all, .search-popup_aside-title, .search-popup_text-option {
    color: #000;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.item-content.noitem {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto 100px;
    background: #f7f7f7
}

.item-content__msg {
    max-width: 250px;
    margin: 0 auto
}

.item-content__text {
    font-size: 25px;
    text-align: center
}

.title-body {
    margin-left: 35px
}

.item-body {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 120px
}

.gift-card .swiper-slide, .item-body .sw2 {
    height: 700px
}

.item-body .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    width: 122px;
    height: 122px;
    padding-top: 10px;
    background-color: #f7f7f7;
    border-radius: 0;
    opacity: 1
}

.item-body__left, .item-body__right {
    flex-direction: column;
    display: flex;
    width: 100%
}

.item-body__left {
    max-width: 558px;
    margin-right: 20px;
    overflow: hidden
}

.item-body__right {
    max-width: 1090px
}

.item-body__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 35px
}

#title-search-input, .item-body__text .accordion:last-child {
    border-bottom: 1px solid #000
}

.item-body__title {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase
}

.item-body__subtitle {
    color: #a2a2a2;
    font-size: 20px;
    line-height: 25px
}

.item-body__price {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px
}

.price-popup {
    position: fixed;
    top: 15vh;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    max-width: 500px;
    height: 68.5vh;
    padding: 20px;
    background: rgba(0, 0, 0, .8)
}

.price-popup__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 70vh
}

.price-popup__title {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase
}

.price-popup__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    text-transform: none
}

.collections {
    margin-top: 20px;
    margin-bottom: 74px
}

.item-body__request-msg-span, .request-text {
    font-size: 14px;
    line-height: 20px;
    /*font-family: GraphikLC, sans-serif;*/
}

.request-text {
    margin-top: 20px
}

.item-body__request-msg {
    display: none;
    padding: 20px 25px;
    background: #f7f7f7
}

.item-body__request-msg-span {
    color: #000
}

.item-body__btn-price.button {
    height: 57px
}

.item-body__desc {
    width: 545px;
    margin: 0;
    color: #000;
    font-size: 20px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.item-body__desc.--opacity {
    color: #bbb
}

.item__img {
    width: 552px;
    height: 540px;
    padding-top: 25px;
    text-align: center;
    background-color: #f7f7f7
}

.content-wrap .brand_about-wrap, .item__img-pic {
    margin: 0 auto
}

@media (max-width: 1024.98px) {
    /*.header .content-wrap, .header-white .content-wrap {*/
    /*    justify-content: space-between*/
    /*}*/
    .filter, .header__accordion {
        width: 100%;
        max-width: 1024px
    }

    .header-cabinet__search, .header-cabinet__user {
        display: none
    }

    .shop-all.shop-assortment .shop-cards:nth-child(2n) {
        margin-right: 0
    }

    .shop-all.shop-assortment .shop-cards:nth-child(3n) {
        margin-right: 20px
    }

    .shop-all.shop-assortment {
        max-width: 720px
    }

    .shop-all.body {
        padding-left: 0
    }

    .consultation .button {
        margin-top: 20px
    }

    .consultation-inner {
        align-items: center
    }

    .consultation-wrap {
        flex-direction: column;
        align-items: center
    }

    .consultation__right {
        align-items: center;
        width: 100%;
        margin-top: 20px
    }

    .shop-content {
        flex-direction: column
    }

    .item-wrap {
        margin-top: 50px;
        padding: 0 40px
    }

    .item-body .sw2 {
        height: 610px
    }

    .item-body__desc {
        max-width: 435px
    }

    .item__img {
        width: 435px;
        height: 437px;
        padding-top: 10px
    }

    .item__img-pic {
        width: 415px;
        height: 415px
    }
}

@media (max-width: 942.98px) {
    .select-form {
        max-width: 100%
    }

    .shop-all.shop-wrap {
        max-width: 436px
    }

    .shop-all.shop-assortment .shop-cards, .shop-all.shop-wrap .shop-cards {
        margin-top: 0;
        margin-right: 0
    }

    .item-body__text .accordion, .shop-all.shop-assortment .shop-cards:nth-child(3n) {
        margin-right: 0
    }

    .shop-all.shop-assortment {
        justify-content: center;
        max-width: 500px
    }

    .item-body, .shop-all.body {
        flex-direction: column
    }

    .shop-all.body .shop-cards {
        margin-right: 0;
        margin-bottom: 20px
    }

    .bestsellers-wrap.content-wrap {
        padding-right: 0;
        padding-left: 20px
    }

    .bestsellers-assortment {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: inherit;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .bestsellers-assortment::-webkit-scrollbar {
        display: none;
        width: 0
    }

    .shop-all.shop-item {
        max-width: 432px
    }

    .shop-content .item-cards {
        margin: 0 20px 20px 0
    }

    .shop-content .item-cards:nth-child(2n) {
        margin-right: 20px
    }

    .item-body .swiper-pagination {
        bottom: 8%;
        justify-content: center;
        max-width: 100%
    }

    .item-body .sw2 {
        display: flex;
        width: 445px;
        height: 510px
    }

    .item-body .swiper-pagination-bullet {
        width: 10px;
        height: 5px;
        margin-right: 10px;
        border-radius: 100%
    }

    .item-body .swiper-pagination-bullet-active {
        background-color: #000
    }

    .item-body__left {
        margin: 0 auto
    }

    .item-body__right {
        margin: 25px auto 0
    }

    .item__img {
        width: 443px
    }

    .item__img-pagination-img {
        display: none
    }
}

.message-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, .72)
}

.message-popup, .message-popup__wrap {
    flex-direction: column;
    justify-content: center
}

.message-popup__wrap {
    display: flex;
    min-height: 100vh
}

.message-popup-span {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #fff;
    font-size: 25px;
    /*font-family: GraphikLC, sans-serif;*/;
    text-align: center
}

.message-popup__icon {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.footer-item-label a:hover, .message-popup__icon-a:focus, .message-popup__icon-a:hover {
    text-decoration: none
}

.popup__icon {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    text-align: center
}

.popup__icon-svg {
    align-self: center;
    width: 43px;
    height: 43px
}

.popup__text-span {
    color: #fff;
    font-size: 12px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px;
    text-align: center
}

.item-body__price-text {
    position: relative;
    margin: 27px 0 29px;
    color: #000;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 40px
}

.item-body__price-text.--request {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 34px;
    margin-left: 15px;
    padding-left: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 592.98px) {
    .coll-cards__footer .coll-cards__amount-text {
        font-size: 15px
    }

    .coll-cards__footer svg {
        left: 268px
    }

    .button-blck {
        width: 100%
    }

    .accordion, .shop-all.shop-item .shop-cards:nth-of-type(2n), .shop-all.shop-item .shop-cards:nth-of-type(3n), .shop-all.shop-wrap .shop-cards:nth-child(3n), .shop-content .item-cards:nth-child(2n), .shop-content .item-cards:nth-child(3n) {
        margin-right: 0
    }

    .accordion.active .footer__accordion-desc {
        margin-top: 10px
    }

    .select-form:after {
        width: 8px;
        height: 8px
    }

    .btn-select, .item-body__title, .select-item {
        font-size: 18px
    }

    .breadcrumb {
        margin-top: 57px;
        margin-bottom: 9px
    }

    .breadcrumb .breadcrumb-item-link, .consultation__desc, .footer-logo .year {
        font-size: 12px
    }

    .header_open-menu .menu, .header_open-menu__link, .open-menu__text {
        margin-left: 25px
    }

    /*.header .logo, .header-white .logo {*/
    /*    margin-top: -4px*/
    /*}*/
    .logo svg {
        width: 84px
    }

    .header-cabinet {
        margin-top: -2px
    }

    .footer .content-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px
    }

    .footer .footer-li {
        margin-bottom: -9px
    }

    .footer .footer-link {
        font-size: 12px;
        line-height: 10px
    }

    .footer-about, .footer-payment, .footer-social {
        width: auto;
        margin-top: -8px
    }

    .footer-social {
        order: 4;
        width: 47%;
        margin-top: 0
    }

    .footer-about {
        order: 2;
        width: 47%;
        margin-right: 0
    }

    .footer-about .footer-li:last-child, .item-body__request-msg {
        display: block
    }

    .footer-payment {
        order: 1;
        width: 50%
    }

    .footer-payment .footer-li:last-child, .request-price {
        display: none
    }

    .footer-logo {
        order: 3;
        width: 50%;
        margin-top: 10px
    }

    .footer-logo .logo {
        margin-bottom: 12px
    }

    .footer-logo .logo svg {
        width: 82px
    }

    .background-wrap {
        height: 41vh
    }

    .background-wrap .logo svg {
        width: 215px
    }

    .logo-text {
        font-size: 20px
    }

    .quote {
        padding-top: 43px;
        padding-bottom: 43px
    }

    .quote-title {
        margin-top: 22px
    }

    .shop-title {
        padding-bottom: 6px
    }

    .shop-all.shop-wrap {
        max-width: 100%;
        margin-top: 25px
    }

    .shop-all.shop-assortment .shop-cards__img {
        width: 414px;
        height: auto
    }

    .shop-all.body {
        margin-top: 34px;
        padding-bottom: 57px
    }

    .bestsellers {
        margin-top: 40px
    }

    .consultation {
        padding-bottom: 56px
    }

    .consultation .content-wrap {
        padding: 0
    }

    .consultation .consultation-title, .consultation__left {
        padding-left: 25px
    }

    .consultation .button {
        margin-top: 32px
    }

    .consultation-inner {
        margin-top: 28px
    }

    .consultation__right-img {
        width: 64%;
        height: auto
    }

    .consultation__name {
        margin-bottom: 3px
    }

    .shop-all {
        padding-bottom: 60px
    }

    .shop-all.shop-item {
        max-width: 100%;
        margin-top: 60px
    }

    .shop-all.shop-item .shop-cards {
        margin-right: 0;
        margin-bottom: 0
    }

    .shop-all.shop-item .shop-cards__title {
        font-size: 24px
    }

    .shop-content .item-cards {
        margin: 0 0 20px
    }

    .item-wrap {
        margin-top: 50px;
        padding: 0 25px
    }

    .product .collections {
        margin-top: 30px
    }

    .item-body .swiper-pagination {
        bottom: 4%;
        max-width: 100%
    }

    .item-body .sw2 {
        width: 100%;
        height: 369px
    }

    .item-body {
        margin-top: 30px;
        margin-bottom: 0;
        overflow: hidden
    }

    .item-body__text {
        margin-top: 25px
    }

    .item-body__subtitle {
        font-size: 16px
    }

    .item-body__btn-price .button {
        width: 100%;
        max-width: 100%
    }

    .request-popup {
        display: flex
    }

    .price-popup {
        top: 0;
        height: 100vh
    }

    .price-popup__wrap {
        min-height: 100vh
    }

    .price-popup__title {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .collections {
        margin-top: 0;
        margin-bottom: 54px
    }

    .collections.content-wrap {
        padding-right: 20px;
        padding-left: 20px
    }

    .mobile-price__request {
        width: 100%;
        padding: 0;
        font-size: 12px;
        text-align: left;
        text-transform: uppercase
    }

    .item-body__desc {
        max-width: 280px;
        font-size: 16px
    }

    .item__img {
        max-width: 87vw;
        height: 323px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .item__img-pic {
        width: 280px;
        height: 280px
    }

    .product-item .item-cards:last-child {
        box-sizing: content-box;
        border-right: 30px solid #fff
    }

    .item-body__price-text {
        margin: 0 0 16px;
        font-size: 25px
    }

    .item-body__price-text.--request {
        margin-top: 5px;
        margin-left: -19px
    }

    .similar {
        margin-top: 50px
    }
}

.item-body__price-text.--desc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 325px;
    height: auto;
    margin-left: 40px;
    padding: 40px 20px 30px;
    font-size: 18px;
    line-height: 25px;
    background: #f7f7f7
}

.item-body__price-text.--title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase
}

.collection .page-title, .item-collection__title {
    font-size: 65px;
    line-height: 70px;
    color: #fff;
    /*font-family: GraphikLC, sans-serif;*/;
    font-weight: 500;
    text-align: center;
    font-style: normal
}

.collection .logo {
    top: 37%;
    transform: translate(-50%, -37%)
}

.av-slider__btn, .footer-item-label, .item-collection .logo, .item-collection__title {
    transform: translate(-50%, -50%)
}

.collection-item {
    display: flex;
    flex-wrap: wrap;
    max-width: 1465px;
    margin: 0 auto;
    padding-bottom: 90px
}

.collection-item .coll-cards {
    width: 32.55%;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 10px
}

.collection-item .coll-cards .coll-cards__img {
    width: 100%;
    height: auto
}

.collection-item .coll-cards .coll-cards__text {
    width: 82%
}

.collection-item .coll-cards__footer svg {
    left: 369%
}

.item-collection .quote {
    width: 100%;
    padding: 56px 0 0 40px
}

.item-collection .logo {
    top: 50%;
    display: flex;
    flex-direction: column
}

.item-collection__title {
    position: absolute;
    top: 50%;
    left: 50%
}

.item-collection__subtitle {
    margin-top: 35px;
    color: #fff;
    font-size: 24px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 30px;
    text-align: center
}

.item-collection__value {
    position: absolute;
    right: 0;
    bottom: 36px;
    left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px;
    text-align: center
}

.preorder-popup .item-body__title, .title-collection {
    margin-bottom: 30px
}

.stage {
    margin-top: 90px;
    margin-bottom: 90px
}

.stage-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px
}

.stage-subtitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.stage-subtitle__p {
    width: 50%;
    /*font-family: GraphikLC, sans-serif;*/
}

.stage-title__span {
    width: 43.6%;
    font-size: 32px
}

.stage-title__p {
    width: 50%;
    font-size: 20px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 22px
}

.delivery-item-wrap, .stage-content {
    display: flex;
    flex-wrap: wrap
}

.stage-content .item-cards {
    width: 283px
}

@media (max-width: 1440px) {
    .stage-content .item-cards {
        width: 300px
    }
}

@media (max-width: 1281.98px) {
    .product-item.content-wrap {
        margin-left: 20px;
        padding-right: 0;
        padding-left: 0
    }

    .item-body__price-text.--desc {
        top: 8px;
        left: -335px;
        margin-left: 0
    }

    .collection-item {
        justify-content: center
    }

    .collection-item .coll-cards {
        width: auto;
        max-width: 100%
    }

    .stage-content.content-wrap {
        margin-left: 25px;
        padding-right: 0;
        padding-left: 0
    }

    .stage-content .item-cards:nth-child(4n) {
        margin-right: 20px
    }

    .stage-content {
        width: 962px;
        max-width: 100%;
        margin: 0 auto
    }

    .brands-list {
        max-width: 772px
    }
}

@media (max-width: 1024.98px) {
    .stage-content {
        width: 640px
    }

    .gift-card .item__img .item__img-pic {
        width: 384px;
        height: 231px
    }
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 92px auto;
    padding: 0 40px
}

.brands-item {
    width: 100%;
    max-width: 325px;
    margin-right: 50px;
    margin-bottom: 50px
}

.brands-item__title-span {
    margin-bottom: -5px;
    font-size: 12px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.brands-item__list-link {
    color: #000;
    font-size: 26px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 35px
}

.brands-item__list-link:focus, .brands-item__list-link:hover {
    color: inherit;
    text-decoration: none;
    opacity: .5
}

.brand-item .logo {
    position: relative;
    top: 50%;
    display: flex;
    flex-direction: column
}

.brand-item .item-collection__value {
    position: absolute;
    right: 0;
    bottom: 36px;
    left: 0;
    margin-top: 0
}

.brand-item__text {
    display: flex;
    flex-direction: row;
    margin-top: 93px
}

.brand-item__title {
    width: 50%;
    padding-right: 13vw;
    font-weight: 500;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 40px
}

.brand-item__desc {
    width: 50%;
    font-size: 20px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

@media (max-width: 942.98px) {
    .stage-subtitle__p {
        width: 100%;
        margin-top: 30px;
        font-size: 16px
    }

    .stage-content .item-cards {
        margin: 0 20px 20px 0
    }

    .brands-item {
        margin-right: 20px
    }

    .brand-item__text {
        flex-direction: column
    }

    .brand-item__title {
        width: 100%;
        margin-bottom: 60px;
        padding-right: 0
    }

    .brand-item__desc {
        width: 100%
    }
}

.delivery .brand-item__text {
    margin-bottom: 150px
}

.delivery .brand-item__desc {
    margin-top: 9px
}

.gift-card_text {
    width: 100%;
    max-width: 1360px;
    margin-top: 55px
}

.gift-card .item-body__title {
    margin-bottom: 61px
}

.gift-card .select-form {
    margin-bottom: 41px
}

.gift-card .input-form__group, .rule-item {
    margin-bottom: 35px
}

.gift-card .transparent-text {
    margin-top: 20px;
    margin-bottom: 15px
}

.boxberry-border .delivery-block-desc, .brand_about, .cdek-border .delivery-block-desc, .gift-card .item-body__btn-price, .search-popup_aside-wrap {
    margin-top: 30px
}

.gift-card .checkbox {
    margin-bottom: 15px
}

@media (max-width: 592.98px) {
    .collection .page-title, .item-collection__title {
        font-size: 30px
    }

    .collection .logo {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .collection-item {
        padding-bottom: 60px
    }

    .collection-item .coll-cards {
        width: 320px;
        margin-right: 0
    }

    .collection-item .coll-cards .coll-cards__text, .collection-item .coll-cards .coll-cards__title {
        left: 50%
    }

    .item-collection__subtitle {
        margin-top: 0;
        font-size: 16px
    }

    .item-collection__value {
        bottom: 0;
        font-size: 12px
    }

    .stage {
        margin-top: 5px;
        margin-bottom: 0
    }

    .stage-title {
        flex-direction: column;
        margin-bottom: 0
    }

    .stage-title__span {
        width: 100%;
        margin-bottom: 15px;
        font-size: 23px
    }

    .stage-title__p {
        width: 100%;
        font-size: 16px
    }

    .stage-content .item-cards .item-cards__inner {
        width: 313px
    }

    .stage-content .item-cards {
        width: 317px;
        margin: 0 19px 0 0
    }

    .stage-content .item-cards:last-child {
        box-sizing: content-box;
        border-right: 50px solid #fff
    }

    .stage-content {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .stage-content::-webkit-scrollbar {
        display: none;
        width: 0
    }

    .brands-list {
        margin: 40px auto
    }

    .brands-item {
        margin-bottom: 20px
    }

    .brand-item .item-collection__value {
        bottom: 0;
        font-size: 12px
    }

    .brand-item__text {
        margin-top: 30px
    }

    .brand-item__title {
        margin-bottom: 25px;
        font-size: 23px;
        line-height: 25px
    }

    .brand-item__desc {
        font-size: 16px;
        line-height: 22px
    }

    .delivery .brand-item__text {
        margin-bottom: 50px
    }

    .gift-card .item-body {
        margin-bottom: 60px
    }

    .gift-card .item-body__right {
        margin-top: 10px
    }

    .gift-card .item-body__btn-price {
        margin-top: 35px
    }

    .gift-card .item__img {
        width: 325px;
        height: 355px
    }
}

.delivery-desc ul, .gift-card .swiper-slide .item__img-pagination-img {
    margin-top: 25px
}

.personal-area {
    margin-top: 130px
}

.personal-area .checkbox {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    font-size: 18px
}

.personal-area .shop-btn {
    margin: 132px 0 30px
}

.personal-area .shop-content {
    flex-direction: row;
    margin-top: 0
}

.catalog-wrap, .login .personal-area__subtitle, .personal-area .receiver {
    margin-bottom: 80px
}

.personal-area .receiver .input-form__group {
    max-width: 555px;
    margin-bottom: 40px
}

.personal-area .receiver .personal-area__title {
    margin-bottom: 70px
}

.personal-area .input-form__group {
    max-width: 670px
}

.personal-area__title {
    margin-bottom: 90px;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 40px;
    text-transform: uppercase
}

.option-list__a, .user-info {
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/
}

.personal-area__text {
    display: none;
    max-width: 300px;
    margin-bottom: 260px;
    line-height: 20px
}

.personal-area__text .transparent-text:focus, .personal-area__text .transparent-text:hover {
    opacity: 1
}

.personal-area__text .underline:focus, .personal-area__text .underline:hover {
    opacity: .5
}

.option-list {
    width: 37%;
    padding-left: 38px
}

@media (max-width: 592.98px) {
    .gift-card .item__img .item__img-pic {
        width: 100%;
        height: 214px;
        margin-top: 50px
    }

    .gift-card .swiper-slide {
        height: 400px
    }

    .personal-area {
        margin-top: 53px
    }

    .personal-area .checkbox {
        max-width: 287px;
        margin-top: 18px;
        padding-left: 0;
        color: #000;
        font-size: 25px;
        /*font-family: GraphikLC, sans-serif;*/;
        line-height: 30px;
        cursor: pointer
    }

    .personal-area .checkbox .custom-control-label {
        width: 255px;
        padding-left: 65px;
        font-size: 16px;
        cursor: pointer
    }

    .personal-area .checkbox .custom-control-label:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 26px;
        background-image: none;
        border: 1px solid #000;
        border-radius: 30px;
        content: ""
    }

    .personal-area .checkbox .custom-control-label:after {
        position: absolute;
        top: 3px;
        left: 5px;
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 50%;
        transition: .3s ease-in-out;
        content: ""
    }

    .personal-area .checkbox .custom-control-input {
        display: none
    }

    .personal-area .checkbox .custom-control-input:checked ~ .custom-control-label:after {
        left: 25px;
        width: 20px;
        height: 20px;
        background: #000;
        border-radius: 50%
    }

    .personal-area .checkbox .custom-control-input:checked ~ .custom-control-label:before {
        background-color: #fff;
        border-color: #000
    }

    .personal-area .checkbox .custom-file-label, .personal-area .checkbox .custom-select {
        width: 20px;
        height: 20px;
        border-color: #000;
        border-radius: 50%
    }

    .personal-area .shop-btn {
        margin: 45px 0 30px
    }

    .personal-area .shop-content {
        flex-direction: column-reverse
    }

    .personal-area .login-page {
        display: block;
        order: 2
    }

    .personal-area__title {
        width: 100%;
        margin-bottom: 35px;
        font-size: 17px;
        line-height: 25px
    }

    .personal-area__text {
        display: block;
        margin-bottom: 50px
    }

    .option-list {
        width: 100%;
        max-width: 348px;
        margin-bottom: 50px;
        padding: 0 0 0 25px
    }

    .option-list__li {
        border-bottom: 1px solid #000
    }
}

.option-list__ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.option-list__a {
    color: #000;
    line-height: 25px;
    transition: .3s ease-in-out
}

.checkbox-footer-link:focus, .checkbox-footer-link:hover, .option-list__a:focus, .option-list__a:hover, .search-popup_text-option:focus, .search-popup_text-option:hover {
    color: inherit;
    text-decoration: none;
    opacity: .5
}

.brand_about_bottom .brand_about_bottom-content, .hint, .shop-content.redesign .shop-btn {
    margin-bottom: 40px
}

.hint-top, .prise-block.with_old_price, .product .collections {
    margin-top: 20px
}

.password-recovery {
    margin-bottom: 340px
}

.user-info {
    line-height: 32px
}

.user-commet {
    margin-top: 10px;
    line-height: 19px
}

.login-nav .option-list__ul, .user-gender .checkbox-label {
    padding-left: 0
}

.bonus-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px
}

.bonus-info__status {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 40px
}

.bonus-info .transparent-text {
    width: auto;
    max-width: 100%;
    font-size: 18px
}

.bonus-history__text {
    margin-bottom: 30px;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.bonus-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 785px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #c4c4c4
}

.bonus-card__num {
    align-self: center;
    width: 65%;
    font-weight: 500;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 40px
}

@media (max-width: 1024.98px) {
    .bonus-card__num {
        width: 55%
    }
}

@media (max-width: 942.98px) {
    .bonus-card__num {
        width: 45%
    }
}

.bonus-card__info {
    align-self: center;
    max-width: 115px;
    margin-right: 5%
}

.bonus-card__info .transparent-text:focus, .bonus-card__info .transparent-text:hover, .preorder-popup_msg-footer .message-popup__icon-a:focus .popup__icon-svg, .preorder-popup_msg-footer .message-popup__icon-a:focus .popup__text-span, .preorder-popup_msg-footer .message-popup__icon-a:hover .popup__icon-svg, .preorder-popup_msg-footer .message-popup__icon-a:hover .popup__text-span {
    opacity: 1
}

.bonus-card__status {
    align-self: center;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px
}

.my-address {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin-bottom: 56px;
    padding: 20px;
    border: 1px solid #000
}

.user-gender {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 556px;
    margin-bottom: 30px
}

.user-gender .transparent-text {
    margin-right: 60px;
    padding-top: 33px
}

.user-gender__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 730px
}

.user-gender__wrap .checkbox {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    font-size: 18px
}

.order-item__price, .order-item__quantity, .order-item__quantity-status, .order-item__status-text, .order-link.nav-link {
    line-height: 20px;
    /*font-family: GraphikLC, sans-serif;*/
}

.login {
    margin-bottom: 90px
}

.contacts .logo {
    top: 40%
}

.contacts-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 50px;
    margin-bottom: 50px
}

.contacts-info-span {
    width: 100%;
    max-width: 580px;
    margin-bottom: 20px;
    /*font-family: GraphikLC, sans-serif;*/
}

.about-info {
    display: flex;
    flex-direction: row;
    margin: 50px 0 150px
}

.about-wrap {
    width: 50%
}

.about-desc {
    width: 41%
}

.order-tabs {
    border: hidden
}

.order-link.nav-link {
    padding: 0 10px 10px 0;
    color: #c4c4c4;
    font-size: 14px
}

.order-link.nav-link.active {
    color: #000;
    border-color: #fff
}

.order-link.nav-link:focus, .order-link.nav-link:hover {
    border-color: #fff
}

.order-wrap {
    width: 40%
}

.order-item {
    width: 100%;
    max-width: 785px;
    padding: 20px;
    border: 1px solid #c4c4c4
}

.order-item__status {
    display: flex;
    justify-content: space-between
}

.main.main-brand, .order-item__status-data, .search-popup_aside, .search-popup_aside-text {
    display: flex;
    flex-direction: column
}

.order-item__status-text {
    width: 100%;
    max-width: 200px;
    font-size: 14px
}

.order-item__detail-pic {
    display: flex;
    justify-content: center;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    background: #f2f2f2
}

.order-item__detail-img {
    align-self: center;
    width: 88px;
    height: 88px
}

.order-item__detail {
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.order-item__detail-wrap {
    display: flex;
    flex-direction: row;
    width: 50%
}

.order-item__name {
    display: flex;
    flex-direction: column;
    width: 67%
}

.order-item__name .item-cards__title, .search-popup_content .item-cards {
    height: auto
}

.order-item__quantity {
    display: flex;
    justify-content: center;
    width: 100%
}

@media (max-width: 942.98px) {
    .order-wrap {
        width: 100%;
        margin-top: 25px;
        padding-left: 12px
    }

    .order-item__detail {
        flex-direction: column;
        max-width: 775px
    }

    .order-item__detail-wrap {
        flex-direction: row;
        width: 96%;
        margin-top: 10px
    }

    .order-item__quantity {
        justify-content: end;
        width: 21%
    }
}

@media (max-width: 592.98px) {
    .password-recovery {
        margin-bottom: 100px
    }

    .user-info {
        font-size: 15px
    }

    .bonus-info {
        margin-top: -50px;
        margin-bottom: 55px
    }

    .bonus-info__status {
        margin-top: 43px;
        font-size: 23px
    }

    .bonus-info .transparent-text {
        font-size: 16px
    }

    .bonus-history {
        margin-bottom: 70px
    }

    .my-address {
        width: 100%;
        margin-bottom: 5px
    }

    .user-gender {
        flex-direction: column
    }

    .user-gender .checkbox {
        font-size: 14px
    }

    .user-gender__wrap .checkbox {
        max-width: 287px;
        margin-top: 18px;
        padding-left: 0;
        color: #000;
        font-size: 25px;
        /*font-family: GraphikLC, sans-serif;*/;
        line-height: 30px;
        cursor: pointer
    }

    .user-gender__wrap .checkbox .custom-control-label {
        width: 255px;
        padding-left: 34px;
        font-size: 16px;
        cursor: pointer
    }

    .user-gender__wrap .checkbox .custom-control-label:before {
        position: absolute;
        top: 4px;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        background-image: none;
        border: 1px solid #000;
        border-radius: 50%;
        content: ""
    }

    .user-gender__wrap .checkbox .custom-control-label:after {
        position: absolute;
        top: 4px;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        transition: .3s ease-in-out;
        content: ""
    }

    .hidden, .user-gender__wrap .checkbox .custom-control-input {
        display: none
    }

    .user-gender__wrap .checkbox .custom-control-input:checked ~ .custom-control-label:after {
        left: 0;
        width: 20px;
        height: 20px;
        background: #000;
        border-radius: 50%
    }

    .user-gender__wrap .checkbox .custom-control-input:checked ~ .custom-control-label:before {
        background-color: #fff;
        border-color: #000
    }

    .user-gender__wrap .checkbox .custom-file-label, .user-gender__wrap .checkbox .custom-select {
        width: 20px;
        height: 20px;
        border-color: #000;
        border-radius: 50%
    }

    .user-gender__wrap {
        flex-direction: column
    }

    .login .personal-area__title {
        margin-bottom: 48px
    }

    .login {
        margin-bottom: 30px
    }

    .login .shop-btn .button {
        width: 100%
    }

    .order-tabs {
        margin-top: -21px
    }

    .order-item__detail .close-detail {
        margin-top: -4px;
        margin-right: 2px;
        margin-bottom: 0
    }

    .order-item__quantity {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 123px
    }
}

.order-item__quantity-btn {
    width: 26px;
    height: 26px;
    padding: 0;
    font-size: 12px;
    background: #f2f2f2;
    border: hidden;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.order-item__quantity-btn:focus, .order-item__quantity-btn:hover {
    color: #fff;
    background: #000
}

.order-item__quantity-status {
    margin: 3px 7%;
    font-size: 12px;
    text-transform: uppercase
}

.order-item__price {
    display: flex;
    justify-content: flex-end;
    width: 50%
}

.order-item__price, .order-item__quantity {
    font-size: 12px
}

.hidden {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    min-height: 100vh;
    background-color: #fff
}

.av-slider__btn span, .item-cards__status-text, .search-popup_text-option {
    display: inline-block
}

.search-popup_container {
    padding: 50px 40px 0 150px
}

.search-popup_content {
    display: flex;
    flex-wrap: wrap;
    height: 75vh;
    overflow: auto
}

.search-popup_content::-webkit-scrollbar {
    width: 0;
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.checkout .input-form__group, .search-popup_input .input-form__group {
    max-width: 100%
}

.footer-checkout_text-total, .footer-checkout_total-price, .search-popup_input .input-form {
    font-size: 25px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 30px;
    text-transform: uppercase
}

.preorder-popup_communication .checkbox-text, .preorder-popup_msg-footer .popup__text-span, .search-popup_result {
    font-size: 14px;
    line-height: 20px;
    /*font-family: GraphikLC, sans-serif;*/
}

.search-popup_exit-btn {
    position: relative;
    width: 33px;
    height: 30px;
    color: #fff;
    background-color: #fff;
    border: hidden
}

.search-popup_exit-btn:after {
    transform: rotate(-135deg)
}

.search-popup_exit-btn:after, .search-popup_exit-btn:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
    content: ""
}

.search-popup_result {
    margin-bottom: 20px
}

.basket, .basket_popup, .callback_popup, .preorder-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    min-height: 100%
}

.preorder-popup_container {
    justify-content: space-between
}

.preorder-popup_content .shop-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 722px;
    margin-top: 2vh
}

.preorder-popup_right {
    width: 50%;
    height: 100vh;
    min-height: 100%;
    padding: 40px 35px;
    overflow: auto;
    background: #fff
}

.preorder-popup_left {
    width: 50%;
    height: 100vh;
    background: rgba(0, 0, 0, .6)
}

.preorder-popup_msg-footer {
    margin-top: 30vh
}

.preorder-popup_msg-footer .popup__icon .popup__icon-svg {
    opacity: .3
}

.preorder-popup_msg-footer .message-popup__icon {
    justify-content: space-between
}

.preorder-popup_msg-footer .popup__icon-svg {
    width: 22px;
    height: 22px
}

.preorder-popup_msg-footer .popup__text-span {
    color: #666;
    opacity: .5
}

.preorder-popup_communication {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 630px;
    margin: 105px auto 0
}

.preorder-popup_communication .checkbox-text {
    color: #757575;
    text-transform: none
}

.preorder-popup_communication .checkout_title {
    margin-bottom: 5px;
    padding-left: 17px
}

.preorder-popup_communication .checkbox {
    max-width: 100%;
    margin: 15px
}

.preorder-popup_buyer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 720px;
    margin-top: 6vh
}

@media (max-width: 1440px) {
    .preorder-popup_content .shop-btn {
        justify-content: end;
        margin-top: 12vh;
        padding-left: 17px
    }

    .preorder-popup_communication {
        margin: 105px auto 0 0
    }

    .preorder-popup_buyer {
        align-items: end;
        padding-left: 17px
    }
}

.preorder-popup_msg {
    display: none;
    margin-top: 22vh
}

.preorder-popup_msg .shop-btn {
    width: 100%;
    max-width: 441px;
    margin: 0 auto
}

.preorder-popup_msg-title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
    /*font-family: GraphikLC, sans-serif;*/;
    font-style: normal;
    line-height: 40px
}

.preorder-popup_msg-text {
    max-width: 410px;
    margin: 0 auto 58px;
    color: #a2a2a2;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px;
    text-align: center
}

.callback-form__header {
    margin-left: 20px
}

body .callback_title .close-btn {
    padding: 0;
    width: 18px;
    height: 18px;
    margin-top: 0
}

body .callback_title .close-btn:after, body .callback_title .close-btn:before {
    border-color: #c7aab1
}

.basket_left-side, .callback_left-side {
    width: 50%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .6)
}

.callback_popup .input-form {
    border: 1px solid #000;
    padding-left: 20px
}

.basket_right-side, .callback_right-side {
    position: relative;
    width: 50%;
    max-height: 100vh;
    padding: 40px 50px 40px 70px;
    overflow-y: scroll;
    background: #fff
}

.basket_text, .callback_text, .checkout_text {
    margin-top: 15px;
    font-size: 14px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px
}

.basket_title-text, .callback_title-text {
    width: 100%;
    font-size: 25px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 30px
}

.basket_order {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto
}

.basket_footer, .callback_footer {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.basket_footer-text, .checkout_footer-text {
    flex-direction: row;
    max-width: 440px;
    display: flex
}

.basket_footer .checkout {
    margin-top: 5px;
    text-align: center
}

.basket_footer-text {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto
}

.basket_footer-text .sum-total {
    justify-content: flex-end;
    width: 50%
}

.basket_footer-total, .checkout_footer-total {
    width: 50%;
    color: #acacac;
    font-size: 12px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 20px;
    text-transform: uppercase
}

.checkout {
    margin-top: 50px
}

.checkout_left-side {
    width: 50%;
    padding: 0 40px;
    border-right: 1px solid #000
}

.close-btn, .close-detail {
    background: inherit;
    border: hidden;
    position: relative
}

.checkout_right-side {
    position: relative;
    width: 50%;
    padding: 0 40px 0 20px
}

.checkout_title-text {
    width: 100%;
    font-size: 25px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 30px;
    text-transform: uppercase
}

.checkbox-footer-link, .checkbox-text {
    line-height: 20px;
    /*font-family: GraphikLC, sans-serif;*/
}

.checkout_order {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    margin-top: 44px;
    overflow-y: auto
}

.bestsellers.brand_sections, .checkout_order .order-item__detail {
    margin-top: 40px
}

.bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .prise-block, .checkout_order .order-item__detail:first-child, .header-cabinet__basket svg, .news-product {
    margin-top: 0
}

.checkout_footer {
    display: flex;
    flex-direction: column;
    margin: 5vh 0 40px 150px
}

@media (max-width: 1281.98px) {
    .brands-item {
        max-width: 197px
    }

    .basket_footer, .callback_footer, .checkout_footer {
        right: 12%
    }
}

@media (max-width: 1024.98px) {
    .order-item__name {
        width: 62%
    }

    .search-popup_wrap {
        flex-direction: column
    }

    .search-popup_container {
        padding: 50px 40px 0
    }

    .search-popup_content .item-cards {
        margin-bottom: 20px
    }

    .search-popup_exit-btn {
        margin-right: 0
    }

    .preorder-popup_content .shop-btn {
        margin-top: 5vh
    }

    .preorder-popup_communication {
        margin-top: 50px
    }

    .preorder-popup_buyer {
        margin-top: 1vh
    }

    .basket_left-side, .callback_left-side {
        width: 0
    }

    .basket_right-side, .callback_right-side {
        width: 100%
    }

    .callback-form__header {
        margin-left: 0
    }

    .basket_footer, .callback_footer, .checkout_footer {
        right: 25%
    }

    .checkout_order .order-item__quantity {
        display: flex
    }

    .checkout .item-cards__title {
        max-height: 100%
    }

    .checkout .item-cards__desc {
        height: 100%
    }
}

.checkout_footer-text {
    justify-content: space-between;
    width: 100%
}

@media (max-width: 942.98px) {
    .order-item__quantity-status {
        margin: 3px 15px
    }

    .order-item__price {
        width: 79%
    }

    .preorder-popup_right {
        width: 100%
    }

    .preorder-popup_left {
        display: none
    }

    .preorder-popup_communication .checkbox-text {
        padding-left: 0
    }

    .basket_order, .checkout_order {
        max-height: 380px
    }

    .basket_footer, .callback_footer, .checkout_footer {
        right: 30%
    }

    .checkout .order-item__quantity {
        width: 92px
    }

    .close-detail {
        margin-bottom: -12px
    }
}

@media (max-width: 592.98px) {
    .search-popup_container {
        padding: 50px 20px 0
    }

    .search-popup_content .item-cards {
        margin-right: 0
    }

    .search-popup_content {
        justify-content: center
    }

    .checkout_title-text, .search-popup_input .input-form {
        font-size: 18px
    }

    .search-popup_exit-btn {
        margin-left: -27px
    }

    .close-btn:after, .close-btn:before, .search-popup_exit-btn:after, .search-popup_exit-btn:before {
        left: 5px;
        width: 20px
    }

    .preorder-popup_buyer, .preorder-popup_content .shop-btn {
        margin-left: 0;
        padding-left: 0
    }

    .preorder-popup_msg-footer {
        margin-top: 10vh
    }

    .preorder-popup_msg-footer .popup__icon {
        width: 76px;
        height: 76px
    }

    .preorder-popup_communication .checkout_title {
        padding-left: 0
    }

    .preorder-popup_communication .checkbox {
        margin-left: 0
    }

    .preorder-popup_msg {
        margin-top: 10vh
    }

    .preorder-popup_msg-title {
        font-size: 19px
    }

    .preorder-popup_msg-text {
        font-size: 14px
    }

    .basket_right-side, .callback_right-side {
        padding: 25px 25px 20px
    }

    .basket_footer, .callback_footer, .checkout_footer {
        right: 10%
    }

    .basket_footer-text .sum-total {
        font-size: 20px
    }

    .checkout {
        margin-top: 25px
    }

    .checkout_wrap {
        flex-direction: column
    }

    .checkout_left-side {
        order: 2;
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #c4c4c4;
        border-right: hidden
    }

    .checkout_right-side {
        order: 1;
        width: 100%;
        padding: 0 25px
    }

    .checkout_title {
        margin-top: 20px
    }

    .checkout .order-item__quantity {
        transform: translate(17px)
    }
}

@media (max-width: 414px) {
    .checkout .order-item__quantity {
        transform: translate(21px)
    }
}

@media (max-width: 375px) {
    .checkout .order-item__quantity {
        transform: translate(17px)
    }
}

.close-btn {
    width: 30px;
    height: 30px;
    margin-top: 2px
}

.close-detail {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    padding: 0
}

.close-detail:after, .close-detail:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    border: 1px solid #000;
    content: ""
}

.checkbox-accordion {
    width: 100%;
    max-width: 100%
}

.checkbox-accordion_header {
    display: flex;
    flex-direction: row;
    cursor: pointer
}

.checkbox-text {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase
}

.checkbox-footer {
    display: none;
    margin-top: 25px;
    margin-bottom: 60px
}

.checkbox-footer.color {
    margin-left: 39px
}

.checkbox-footer-input {
    display: flex;
    flex-direction: column;
    width: 44%;
    margin-left: 60px
}

.checkbox-footer-link {
    color: #828282;
    font-size: 14px
}

.buyer-data {
    margin: 60px 0 50px
}

.checkout-delivery, .checkout-option {
    margin: 50px 0 30px
}

.checkout-delivery .checkout_title {
    margin-bottom: 50px
}

.checkout-delivery .checkbox {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 20px
}

.checkout-form-container .input-form__group {
    width: 50%;
    margin-right: 25px
}

.brand_about .brand_about-content .brand_advantages .brand_advantages-item:last-child, .brand_sections-wrap .brand_sections-list .item-cards:last-child, .checkout-form-container .input-form__group:last-child {
    margin-right: 0
}

.checkout-option .checkout_title {
    justify-content: space-between;
    margin-bottom: 30px
}

.checkbox-option-title {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.checkbox-desc, .footer-checkout_discount {
    line-height: 20px;
    color: #828282;
    /*font-family: GraphikLC, sans-serif;*/
}

.checkbox-option-title.active:after {
    left: 25px;
    background: #000
}

.checkbox-option-title:after {
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: .3s ease-in-out;
    content: ""
}

.checkbox-option-title:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 30px;
    content: ""
}

.checkbox-desc {
    margin-left: 25px;
    font-size: 14px
}

.checkbox-footer-color {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 555px;
    margin-top: 25px;
    margin-left: 40px
}

.checkbox-footer-color .checkbox {
    width: auto;
    max-width: 100%
}

.checkbox-footer-color .checkbox-label {
    width: 95px;
    height: 95px;
    border: 1px solid #222
}

.checkbox-footer-color .custom-control-label:after, .checkbox-footer-color .custom-control-label:before {
    left: -40px;
    margin-top: 30px
}

.footer-checkout {
    text-align: right
}

.footer-checkout_discount {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.footer-checkout_text-total {
    color: #828282
}

.checkbox-title {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 25px
}

.checkbox-title.active:after {
    right: 5px;
    background: #000
}

.checkbox-title:after {
    position: absolute;
    top: 3px;
    right: 25px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: .3s ease-in-out;
    content: ""
}

.checkbox-title:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 30px;
    content: ""
}

.payment {
    display: flex;
    justify-content: center
}

.payment_item {
    height: 100vh
}

.notfaund-wrap {
    position: absolute;
    top: 100px;
    left: 40px;
    display: flex;
    flex-direction: row;
    width: 100%
}

.notfaund-wrap_left {
    width: 49%
}

.item-cards__btn, .notfaund-wrap_right {
    margin-top: 15px
}

.notfaund_title {
    width: 100%;
    max-width: 467px
}

.notfaund_title-text {
    color: #fff;
    font-size: 48px;
    /*font-family: GraphikLC, sans-serif;*/;
    line-height: 60px
}

.notfaund_desc {
    width: 100%;
    max-width: 551px;
    margin-bottom: 31px
}

.notfaund_desc-text {
    font-size: 20px;
    line-height: 25px
}

.btn-white, .notfaund_desc-text {
    color: #fff;
    /*font-family: GraphikLC, sans-serif;*/
}

.btn-white {
    width: 325px;
    height: 65px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #fff
}

@media (max-width: 320px) {
    .button, .item-cards__inner {
        width: 280px
    }

    .item-body__bottom .item-cards {
        margin: 0 5px !important
    }

    .item-cards__btn {
        width: 232px
    }

    .coll-cards {
        width: 330px
    }

    .coll-cards__footer {
        max-width: 260px
    }

    .gift-card .item__img {
        width: 48%;
        height: 290px
    }

    .option-list {
        max-width: 294px
    }

    .bonus-card {
        flex-direction: column
    }

    .bonus-card__num {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 5px
    }

    .bonus-card__info {
        margin-right: 0
    }

    .bonus-card__info .transparent-text {
        display: block;
        margin-bottom: 5px;
        text-align: center
    }

    .order-item__quantity {
        max-width: 118px
    }

    .checkout .order-item__quantity {
        transform: translate(15px)
    }

    .btn-white {
        width: 267px
    }
}

.av-slider__btn {
    display: flex;
    padding-bottom: 70px;
    position: absolute;
    top: 90%;
    left: 50%
}

.av-slider__btn span {
    height: 56px;
    font-size: 13px;
    /*font-family: GraphikLC, sans-serif;*/;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    line-height: 56px;
    min-width: 200px;
    margin: 0 15px 15px;
    text-align: center;
    outline: 0
}

.slick-dots li, .slick-dots li button {
    width: 7px;
    height: 7px;
    box-sizing: border-box
}

.av-slider__btn span:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.av-slider .background-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.slick-dots {
    display: flex;
    margin: 0;
    justify-content: center;
    bottom: 40px
}

.slick-dots li {
    border-radius: 50%;
    margin: 0 12px;
    display: flex
}

.slick-dots li button {
    border: none;
    outline: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font-size: 0;
    transition: .3s
}

.block-slides {
    max-width: 807px;
    margin: 0 auto
}

.block-slides .slick-dots {
    bottom: -30px
}

.title--block {
    font-size: 20px;
    margin-bottom: 20px
}

.customer_bought .item-cards__inner img {
    max-width: 16vw
}

.slick-dots li.slick-active button {
    background-color: #363636
}

.block-slides .slick-dots li.slick-active button {
    border: 1px solid #000;
    background-color: #fff
}

.block-slides .item-cards .item-cards__inner {
    height: 100%;
    width: 250px
}

.block-slides .item-cards {
    margin: 0 10px
}

.curier, .news-product .bestsellers-wrap {
    background: #c7aab1
}

.bestsellers-assortment .item-cards .item-cards__inner {
    max-height: 100%;
    height: 100%
}

.bestsellers-wrap.content-wrap .slick-slider .slick-dots {
    bottom: -50px
}

@media (min-width: 1371px) {
    .bestsellers-wrap.content-wrap .slick-slider {
        margin: 0 auto 50px;
        max-width: 1276px
    }

    .bestsellers-wrap.content-wrap .slick-slider * {
        outline: 0
    }

    .separator_line {
        max-width: 1300px;
        margin: 0 auto
    }
}

@media (max-width: 1300px) {
    .block-slides .item-cards {
        margin: 0 3px 0 12px
    }

    .block-slides .item-cards .item-cards__inner {
        width: 385px
    }
}

@media (max-width: 475px) {
    .product--block_inform .title_name {
        font-size: 16px
    }

    .product--block_inform .quantity {
        font-size: 14px
    }

    .product--block_inform .price {
        font-size: 18px
    }

    .btn--block {
        flex-direction: column;
        align-items: center
    }

    .btn--block button {
        font-size: 12px;
        margin: 10px
    }

    .product--block_image {
        width: 75%
    }
}

@media (max-width: 1280px) {
    .block-slides .item-cards .item-cards__inner {
        width: 260px
    }
}

@media (max-width: 1200px) {
    .block-slides .item-cards .item-cards__inner {
        width: 252px
    }

    .product--block_image img {
        max-width: 100%;
        max-height: 100%
    }
}

@media (max-width: 1150px) {
    .block-slides .item-cards .item-cards__inner {
        width: 246px
    }
}

@media (max-width: 1100px) {
    .block-slides .item-cards .item-cards__inner {
        width: 240px
    }
}

@media (max-width: 1050px) {
    .block-slides .item-cards .item-cards__inner {
        width: 220px
    }
}

@media (max-width: 1000px) {
    .block-slides .item-cards .item-cards__inner {
        width: 210px
    }
}

@media (max-width: 950px) {
    .block-slides .item-cards .item-cards__inner {
        width: 200px
    }
}

@media (max-width: 900px) {
    .block-slides .item-cards .item-cards__inner {
        width: 180px
    }
}

@media (max-width: 850px) {
    .block-slides .item-cards .item-cards__inner {
        width: 160px
    }
}

@media (max-width: 800px) {
    .btn--block button {
        margin: 10px auto
    }

    .btn--block {
        flex-direction: column
    }

    .block-slides .item-cards .item-cards__inner {
        width: 158px
    }
}

@media (max-width: 750px) {
    .block-slides .item-cards .item-cards__inner {
        width: 225px
    }

    .item-cards__btn {
        font-size: 12px;
        height: 53px
    }

    .block-slides .item-cards__desc, .block-slides .item-cards__title {
        font-size: 12px
    }

    .popup--content {
        max-width: 100%
    }
}

@media (max-width: 700px) {
    .block-slides .item-cards {
        margin: 0 3px 0 10px
    }

    .block-slides .item-cards .item-cards__inner {
        width: 216px
    }
}

@media (max-width: 650px) {
    .block-slides .item-cards {
        margin: 0 3px 0 10px
    }

    .block-slides .item-cards .item-cards__inner {
        width: 190px
    }
}

@media (max-width: 600px) {
    .block-slides .item-cards .item-cards__inner {
        width: 177px
    }

    .block-slides .item-cards__desc, .block-slides .item-cards__title {
        font-size: 12px
    }

    .item-cards__btn {
        font-size: 12px;
        height: 46px
    }
}

@media (max-width: 320px) {
    .item-cards__btn {
        max-width: 35vw
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 15px
    }

    .item-cards__status {
        top: 2px
    }

    .item-cards__status-text {
        font-size: 12px
    }
}

@media (max-width: 425px) {
    .item-cards__inner {
        width: 48vw
    }

    .item-cards .card_title-url_link .item-cards__desc {
        display: none
    }

    .item-cards .item-cards__wrap {
        margin: 20px
    }

    .shop-content .item-cards {
        margin: 0 3px 20px
    }

    .content-wrap {
        padding: 0 20px
    }

    .item-wrap {
        padding: 0
    }

    .item-sorting {
        padding: 0 15px
    }

    .item-cards__inner img, .popup--content .item-cards__inner img {
        object-fit: contain;
        max-width: 42vw
    }

    .item-cards img, .item__img img {
        background-color: #fff
    }

    .item-cards img, .item-cards__btn, .item__img img {
        border: 1px solid #d3d3d3
    }

    .item-cards__btn {
        font-size: 12px
    }
}

@media (max-width: 375px) {
    .item-cards__status {
        top: 7px
    }

    .item-cards__preorder-text, .item-cards__status-text {
        font-size: 12px
    }
}

@media (max-width: 355px) {
    .item-cards__inner {
        width: 47vw
    }

    .item-cards__desc, .item-cards__title {
        font-size: 12px
    }

    .shop-content .item-cards {
        margin: 0 5px 20px
    }

    .item-cards__btn {
        max-width: 35vw
    }
}

.toBasket {
    background: #000 !important;
    color: #fff !important
}

@media screen and (max-width: 1023px) {
    .search-popup_container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #fff
    }
}

.new-footer__logo-wrap svg {
    fill: #fff;
    width: 200px;
    height: 45px;
    flex-basis: 20%
}

/*.header {*/
/*    border-bottom: 1px solid #efefef*/
/*}*/

.av-header__search svg {
    margin: 0 5px
}

/*.header .header-cabinet svg, .header-white .header-cabinet svg {*/
/*    width: auto !important;*/
/*    height: auto !important*/
/*}*/

.item-body__rating-new a {
    margin-left: 5px
}

@media (max-width: 940px) {
    .header-cabinet__basket img {
        display: none
    }

    .header-cabinet__svg {
        display: block
    }
}

.separator_line {
    margin: 0 auto;
    border-top: 1px solid #dac5b2
}

.breadcrumb.brand-breadcrumb {
    padding: 0;
    /*margin-left: 14.5%*/
}

.breadcrumb.brand-breadcrumb .breadcrumb-item:last-child .breadcrumb-item-link {
    text-transform: uppercase;
    font-weight: 400;
    color: #b8b8b8
}

.breadcrumb.brand-breadcrumb .breadcrumb-item-link {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px
}

.breadcrumb.brand-breadcrumb .breadcrumb-item:before {
    content: '/'
}

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

.content-wrap, .level-container .content-wrap, .online-consultation {
    padding: 0 20px
}

.shop-content.redesign {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap
}

@media (min-width: 768px) {
    .brand_logo_under_breadcrumbs-img {
        width: 360px
    }

    .shop-content.redesign {
        padding-top: 30px
    }

    .shop-content.sale {
        padding-top: 20px
    }

    .brand_sections-wrap .brand_sections-list .item-cards {
        width: 23%
    }

    .bestsellers-wrap.content-wrap .bestsellers-wrap.brand_sections-wrap, .bestsellers.brand_sections .bestsellers-wrap.content-wrap {
        padding-bottom: 0 !important
    }
}

@media (min-width: 1371px) {
    .brand_logo_under_breadcrumbs {
        max-width: 1300px;
        margin: 0 auto 40px
    }

    .shop-content.redesign {
        max-width: 1300px;
        margin: 0 auto
    }

    .brand_sections-wrap .slick-slider {
        margin: 0 !important;
        max-width: 100%
    }

    .brand_sections-wrap .slick-slider * {
        outline: 0
    }

    .favCount-mob {
        display: none
    }

    .favCount {
        display: flex
    }
}

@media (min-width: 1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-12, .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-6, .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-4, .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-3, .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-2, .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }

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

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .shop-content.redesign .filter {
        padding: 0
    }

    .shop-content.redesign .filter .accordion:first-child .header__accordion {
        padding-top: 0
    }

    .shop-content.redesign .filter .header__accordion {
        width: 310px;
        padding-top: 0
    }
}

.shop-content.redesign .filter .accordion {
    border-bottom: 1px solid rgba(161, 111, 123, .15)
}

.shop-content.redesign .filter .header__accordion {
    border-bottom: none !important
}

.shop-content.redesign .filter .footer__accordion {
    margin-top: 10px;
    width: unset
}

.shop-content.redesign .filter .check {
    padding-left: 28px;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #666;
    margin-bottom: 10px
}

.shop-content.redesign .check__box {
    top: -8px
}

.shop-content.redesign .item-cards__inner {
    width: 289px
}

.shop-content.redesign .item-content {
    margin-right: -35px
}

.shop-content.redesign .item-sorting {
    margin-bottom: 44px
}

.shop-content.redesign .item-sorting .footer__accordion-link, .shop-content.redesign .item-sorting .header__accordion-span, .shop-content.redesign .item-sorting .item-all.catalog-items__quantity {
    margin-bottom: 0;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #666
}

.shop-content.redesign .item-cards {
    margin-bottom: 23px
}

.brand_bestsellers .item-cards .item-cards__inner .item-cards__status-text, .shop-content.redesign .item-cards .item-cards__inner .item-cards__status-text {
    width: fit-content;
    height: 40px;
    margin-right: 20px;
    padding: 10px 15px;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0 5px 21px rgba(0, 0, 0, .05);
    border-radius: 0
}

@media screen and (max-width: 425px) {
    .bestsellers-wrap.content-wrap .item-cards .item-cards__wrap, .shop-content.redesign .item-cards__wrap {
        margin-top: 5px !important
    }
}

@media screen and (min-width: 767px) {
    .shop-content.redesign .item-content {
        margin-bottom: 20px
    }

    .shop-content.redesign .item-cards .card_title-url_link .item-cards__title {
        font-family: 'Tenor Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        padding-top: 0;
        min-height: 42px
    }

    .shop-content.redesign .item-cards .card_title-url_link .item-cards__desc {
        font-family: Roboto !important;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 140%;
        color: #666
    }

    .shop-content.redesign .shop-btn {
        margin-top: 0
    }

    .shop-content.redesign .item-wrap .shop-btn .item-cards__btn {
        margin-left: 40px;
        padding: 0;
        margin-top: 0;
        width: 289px;
        border: 1px solid #c7aab1;
        color: #c7aab1;
        font-family: Roboto !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        background-color: #fff;
        height: 60px;
        box-shadow: none
    }

    .bestsellers-detail .item-cards .card_title-url_link .item-cards__desc {
        min-height: 53px !important
    }

    .bestsellers-detail .item-cards .card_title-url_link .item-cards__title {
        min-height: 72px !important;
        min-width: 320px
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-track {
        min-height: 520px !important
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap {
        max-width: 100% !important;
        width: 100% !important
    }
}

@media screen and (max-width: 767px) {
    .brand_bestsellers .item-cards .item-cards__inner .item-cards__status-text, .shop-content.redesign .item-cards .item-cards__inner .item-cards__status-text {
        width: fit-content;
        height: 30px;
        padding: 5px 7.5px;
        font-size: 12px
    }

    .shop-content.redesign .footer__accordion-sort {
        background: #fcf8f9;
        width: 100%;
        border-bottom-right-radius: 37px;
        border-bottom-left-radius: 37px
    }

    .shop-content.redesign .item-sorting .footer__accordion-link {
        background: #fcf8f9;
        margin-top: 10px;
        font-size: 12px
    }

    #brand_filter .check__box {
        top: -7px
    }

    #brand_filter .footer__accordion {
        width: unset
    }

    .mobile-filter__btn {
        line-height: inherit;
        overflow: visible;
        -webkit-appearance: button;
        font-family: Roboto, sans-serif !important;
        width: 49%;
        display: inline-block;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 15px;
        height: 49px;
        background-color: #c7aab1;
        border: none;
        color: #fff;
        transition: .3s;
        border-radius: 3px;
        font-size: 14px;
        max-width: none;
        padding: 0;
        font-style: normal;
        font-weight: 400
    }

    .shop-content.redesign {
        padding-bottom: 0
    }

    .shop-content.redesign .item-content {
        margin: 0 15px
    }

    .shop-content.redesign .item-cards__inner {
        width: 100% !important
    }

    .shop-content.redesign .item-sorting {
        padding: 0 20px
    }

    .shop-content.redesign .item-wrap {
        padding: 0
    }

    .shop-content.redesign .shop-btn {
        margin-bottom: 0
    }

    .shop-content.redesign .item-cards .card_title-url_link .item-cards__title {
        font-size: 12px;
        line-height: 130%
    }

    .shop-content.redesign .item-cards .card_title-url_link .item-cards__desc {
        font-size: 12px;
        line-height: 140%;
        text-transform: initial
    }
}

@media (max-width: 1400px) {
    body .bestsellers-wrap.content-wrap .item-cards .item-cards__wrap {
        margin-bottom: 0
    }
}

.background-wrap.redesign {
    height: 450px;
    width: 100vw;
    position: relative
}

.main .top-block.desktop__slider {
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 40px
}

.background-wrap.redesign .blur-block {
    position: absolute;
    width: 50%;
    height: 100%;
    backdrop-filter: blur(32px);
    background: rgba(0, 0, 0, .28)
}

.background-wrap.redesign .image-block {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.background-wrap.redesign::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(32px);
    filter: blur(6px)
}

.background-wrap.redesign .blur-block_content {
    display: flex;
    right: 18%;
    margin-top: -18px;
    width: 497px;
    position: absolute;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    z-index: 20
}

.blur-block_button, .slider-counter, .top-block.slick-slider .slick-arrow {
    z-index: 5000;
    position: absolute;
    color: #fff
}

.background-wrap.redesign .blur-block_title {
    color: #fff;
    text-align: left;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px
}

.background-wrap.redesign .blur-block_desc {
    margin-bottom: 41px;
    margin-right: 25px;
    color: #fff;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px
}

.blur-block_button {
    top: 75.5%;
    left: 0;
    width: 160px;
    padding: 13.5px 36px;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    outline: 0;
    box-shadow: none
}

.blur-block_button a, .blur-block_button a:hover, .brand_sections-wrap .brand_sections-list .item-cards a, .brand_sections-wrap .brand_sections-list .item-cards a:hover {
    text-decoration: none;
    color: #fff
}

.slider-counter {
    top: 74.5%;
    right: 70vw;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 300
}

.top-block.slick-slider .slick-arrow.slick-prev {
    left: 20.5%
}

.top-block.slick-slider .slick-arrow.slick-next {
    left: 27%
}

.top-block.slick-slider .slick-arrow.slick-prev::after {
    content: url("/local/templates/lecreme_2026/img/arrow-prev.svg")
}

.top-block.slick-slider .slick-arrow.slick-next::after {
    content: url("/local/templates/lecreme_2026/img/arrow-next.svg")
}

.top-block.slick-slider .slick-arrow {
    width: 47px;
    height: 40px;
    top: 77%
}

@media (min-width: 768px) and (max-width: 1440px) {
    .background-wrap.redesign .blur-block_content {
        right: 0;
        left: 10px;
        width: 100%
    }
}

@media (max-width: 768px) {
    .separator_line-mobile {
        display: block
    }

    .background-wrap.redesign .slider-counter, .breadcrumb.brand-breadcrumb, .desktop__slider, .separator_line-desktop, .top-block.slick-slider .slick-arrow, .top-block.slick-slider .slick-arrow::after {
        display: none
    }

    .brand_logo_under_breadcrumbs {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .brand_logo_under_breadcrumbs-img {
        width: 180px
    }

    .mobile__button, .mobile__text, .mobile__title {
        font-family: 'Tenor Sans' !important;
        font-style: normal;
        font-weight: 400
    }

    .background-wrap.redesign .blur-block {
        width: 100%;
        display: none
    }

    .background-wrap.redesign::before {
        content: none
    }

    .background-wrap.redesign .image-block {
        width: 100%;
        left: 0
    }

    .mobile__slider {
        display: block;
        margin-bottom: 30px !important
    }

    .top-block.slick-slider.mobile__slider .slick-arrow.slick-prev {
        right: 30%
    }

    .top-block.slick-slider.mobile__slider .slick-arrow.slick-next {
        right: 2%
    }

    .top-block.slick-slider.mobile__slider .slick-arrow::after {
        display: block;
        content: '' !important;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #d2bbc1;
        border-left: 2px solid #d2bbc1;
        transform: rotate(45deg);
        top: 0;
        left: 5px;
        border-radius: 2px;
        transition: border-color .3s
    }

    .top-block.slick-slider.mobile__slider .slick-arrow.slick-next::after {
        transform: rotate(-135deg);
        left: -32px
    }

    .top-block.slick-slider.mobile__slider .slick-arrow {
        display: block;
        width: 48px;
        height: 48px;
        top: unset;
        bottom: 6%;
        left: unset !important;
        z-index: 5000;
        position: absolute;
        color: #fff
    }

    .top-block {
        margin-top: 0
    }

    .mobile__item {
        height: 100%;
        position: relative;
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile__image, .mobile__title {
        height: calc(100vw - 40px);
        width: 100%
    }

    .mobile__image {
        min-height: 200px;
        max-width: 100%;
        position: relative;
        border-radius: 7px 7px 0 0;
        background-size: 100% !important
    }

    .mobile__content {
        display: flex;
        flex-direction: column;
        background: #f9f9f9;
        padding: 24px 12px
    }

    .mobile__title {
        padding-left: 32px;
        padding-right: 32px;
        display: flex;
        top: 0;
        left: 0;
        align-items: center;
        position: absolute;
        color: #fff;
        font-size: 34px;
        text-transform: none
    }

    .mobile__text {
        min-height: 136px;
        color: #666;
        bottom: 0;
        font-size: 26px;
        line-height: 28px
    }

    .mobile__button {
        width: 120px;
        padding: 12px 32px;
        font-size: 12px;
        line-height: 130%;
        text-align: center;
        color: #fff;
        background: #c7aab1;
        border: none;
        outline: 0;
        box-shadow: none;
        border-radius: 31px
    }

    .mobile__button a, .mobile__button a:hover {
        text-decoration: none;
        color: #fff
    }
}

@media (max-width: 400px) {
    .fancybox-button:after, .fancybox-button:before {
        width: 20px
    }

    .fancybox-button {
        width: 35px;
        height: 35px
    }

    .shop-content.redesign .item-sorting .header__accordion-sort:after {
        right: -10px
    }

    .mobile__text {
        min-height: 156px
    }
}

@media (min-width: 1024px) {
    .slider-counter {
        right: 76%
    }

    .background-wrap.redesign .blur-block_content {
        right: 22.5%
    }

    .top-block.slick-slider .slick-arrow.slick-prev {
        left: 17.5%
    }

    .top-block.slick-slider .slick-arrow.slick-next {
        left: 24.5%
    }
}

@media (min-width: 1400px) {
    .slider-counter {
        right: 73%
    }

    .background-wrap.redesign .blur-block_content {
        right: 18%
    }

    .top-block.slick-slider .slick-arrow.slick-prev {
        left: 21%
    }

    .top-block.slick-slider .slick-arrow.slick-next {
        left: 27%
    }
}

@media (min-width: 1600px) {
    .slider-counter {
        right: 71%
    }

    .background-wrap.redesign .blur-block_content {
        right: 18%
    }

    .top-block.slick-slider .slick-arrow.slick-prev {
        left: 24%
    }

    .top-block.slick-slider .slick-arrow.slick-next {
        left: 29.5%
    }
}

@media (min-width: 1800px) {
    .slider-counter {
        right: 68.5%
    }

    .background-wrap.redesign .blur-block_content {
        right: 17%
    }

    .top-block.slick-slider .slick-arrow.slick-prev {
        left: 26.5%
    }

    .top-block.slick-slider .slick-arrow.slick-next {
        left: 31.5%
    }
}

.brand_about .brand_about-content {
    display: flex;
    align-items: center;
    padding-bottom: 40px
}

.brand_about .brand_about-content .brand_about-info {
    flex-basis: 730px
}

.brand_about .brand_about-content .brand_about-info .brand_about-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    white-space: normal;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
    font-size: 40px;
    line-height: 130%;
    text-align: left;
    font-family: 'Tenor Sans' !important
}

.brand_about .brand_about-content .brand_about-info .brand_about-text {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 140%;
    font-family: Roboto !important;
    font-style: normal;
    color: #666;
    font-weight: 300
}

.brand_about .brand_about-content .brand_about-logo {
    flex-basis: 31%;
    position: relative;
    margin: 0 auto
}

.brand_about .brand_about-content .brand_about-logo img, .brand_about_bottom .brand_about_bottom-image img {
    width: 100%;
    max-width: 100%;
    height: 100%
}

.brand_about .brand_about-content .brand_advantages .brand_advantages-item {
    display: flex;
    flex-basis: 230px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 13px 20px 12px;
    margin-right: 20px;
    border: 1px solid rgba(161, 111, 123, .15)
}

.brand_about .brand_about-content .brand_advantages .brand_advantages-item .brand_advantages-item-text {
    margin-top: 5px;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #666
}

.brand_about .brand_about-content .brand_advantages .brand_advantages-item .brand_advantages-item-image {
    width: 46px;
    height: 44px
}

.brand_about .brand_about-content .brand_advantages .brand_advantages-item .brand_advantages-item-image svg path {
    stroke: #666
}

.brand_about .brand_about-content .brand_advantages .brand_advantages-item .brand_advantages-item-image .fil1 {
    fill: #666
}

.brand_sections_title {
    letter-spacing: .002em;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    white-space: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 40px;
    line-height: 1.5;
    padding-top: 0;
    text-align: left;
    font-family: 'Tenor Sans' !important;
    display: none
}

.bestsellers.brand_sections .slick-slider .slick-arrow {
    top: 44%
}

.bestsellers.brand_sections .slick-slider .slick-arrow.slick-prev {
    left: -46px
}

.bestsellers.brand_sections .slick-slider .slick-arrow.slick-next {
    right: -46px
}

.bestsellers.brand_sections .brand_sections-wrap .slick-slider {
    border-bottom: 1px solid #dac5b2;
    width: 100%
}

.bestsellers.brand_sections .bestsellers-wrap .brand_sections-list {
    padding-bottom: 40px;
    margin-bottom: 0
}

.bestsellers.brand_sections .bestsellers-wrap .brand_bestsellers-title {
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%
}

.brand_sections {
    margin-top: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background: #fff
}

.old-price__card, .old-price__section {
    margin-top: -10px;
    margin-left: 5px;
    text-decoration-line: line-through;
    position: absolute
}

.brand_sections-wrap {
    padding: 0 40px;
    background-color: #fff;
    overflow: hidden
}

.brand_sections-wrap .brand_sections-list .item-cards {
    position: relative;
    margin-bottom: 0
}

.brand_sections-wrap .brand_sections-list .item-cards .item-cards__inner {
    height: 100%;
    width: 310px;
    transition: .4s;
    cursor: pointer
}

.brand_sections-wrap .brand_sections-list .item-cards .item-cards__inner:hover .item-cards_text {
    transform: translate(0, -10%);
    transition: .3s
}

.bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .item-cards__inner .item-cards__item, .brand_sections-wrap .brand_sections-list .item-cards .item-cards__inner:hover .item-cards_text span {
    padding-bottom: 0
}

.brand_sections-wrap .brand_sections-list .item-cards .item-cards_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.brand_sections-wrap .brand_sections-list .item-cards .item-cards_text span {
    padding-bottom: 20px;
    z-index: 25;
    color: #fff;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase
}

.brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item {
    background: #fff;
    padding: 0
}

.brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: calc(100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.38%, rgba(0, 0, 0, .86) 94.22%);
    z-index: 10
}

.brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item:hover:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 58.38%, rgba(0, 0, 0, .86) 94.22%)
}

.brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item img {
    z-index: 9
}

.brand_sections .item-cards {
    background-color: transparent
}

.bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .card_title-url_link .item-cards__desc {
    min-height: unset
}

.bestsellers.brand_bestsellers .bestsellers-assortment .item-cards .item-cards__inner {
    width: 320px
}

.bestsellers.brand_bestsellers > div > div > div > div > div > div > div.item-cards__wrap {
    margin-bottom: 0 !important
}

.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__title {
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding-top: 0;
    margin-bottom: 0 !important
}

.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__desc {
    padding-bottom: 0 !important;
    min-height: unset;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 140%;
    color: #666
}

.footer-bottom, .footer-middle-top {
    border-top: 1px solid #ab8b93
}

.collections a.h4, .footer-item-label, .footer-menu-title, .footer-middle-top, .inner-title, .new-footer__copyright span, .subscribe-title {
    text-transform: uppercase
}

.brand_bestsellers .bestsellers-assortment {
    padding-bottom: 40px
}

@media (max-width: 1370px) {
    .bestsellers-wrap.content-wrap .slick-slider .slick-list, .brand_sections-wrap .slick-slider .slick-list {
        padding-right: 40px
    }

    .bestsellers-wrap.content-wrap .slick-slider, .brand_sections-wrap .slick-slider {
        margin-right: -40px
    }

    .favCount, .wishlist {
        display: none
    }

    .favCount-mob {
        display: block !important;
        position: absolute;
        right: 195px;
        top: 14px
    }

    .dropdown-menu {
        left: 0
    }
}

@media (max-width: 1024.98px) {
    .favCount-mob {
        display: block !important;
        position: absolute;
        right: 100px;
        top: 14px
    }

    .dropdown-menu {
        left: 0
    }

    .wishlist {
        display: none
    }
}

@media (max-width: 942.98px) {
    .checkbox-accordion_header, .notfaund-wrap {
        flex-direction: column
    }

    .checkbox-text {
        margin-top: 5px;
        padding-left: 60px
    }

    .checkbox-footer {
        margin-top: 15px;
        padding-left: 0
    }

    .checkbox-footer-input {
        width: 100%;
        margin-left: 0
    }

    .checkout-option .checkout_title {
        display: flex;
        flex-direction: column
    }

    .checkbox-footer-color .checkbox {
        margin-top: 10px
    }

    .checkbox-footer-color .checkbox-label {
        width: 45px;
        height: 45px
    }

    .checkbox-footer-color .custom-control-label:after, .checkbox-footer-color .custom-control-label:before {
        margin-top: 8px
    }

    .notfaund-wrap_left {
        width: 100%;
        margin-bottom: 50px
    }

    .bestsellers-wrap.content-wrap .slick-slider, .brand_sections-wrap .slick-slider {
        margin-bottom: 0
    }

    .favCount p {
        display: none
    }

    .brand_sections-wrap {
        padding-right: 0;
        padding-left: 20px
    }

    .favCount-mob {
        display: block !important;
        position: absolute;
        right: 100px;
        top: 14px
    }
}

@media (max-width: 768px) {
    .bestsellers.brand_sections, .brand_about {
        margin-top: 10px
    }

    .brand_about .brand_about-content {
        flex-wrap: wrap;
        padding-bottom: 20px
    }

    .brand_about .brand_about-content .brand_about-info {
        flex-basis: 100%;
        margin-right: unset
    }

    .brand_about .brand_about-content .brand_about-info .brand_about-text {
        font-size: 14px;
        line-height: 24px
    }

    .brand_about .brand_about-content .brand_about-logo {
        flex-basis: 100%;
        display: none
    }

    .brand_about .brand_about-content .brand_advantages .brand_advantages-item {
        flex-basis: calc(100% / 3);
        margin-right: 5px;
        margin-bottom: 0;
        padding: 20px 2px
    }

    #selections-in-detail .bestsellers.brand_sections .slick-dots li:last-child, .bestsellers.brand_bestsellers .slick-dots li:last-child, .bestsellers.brand_sections .slick-dots li:last-child, .brand_about .brand_about-content .brand_advantages .brand_advantages-item:last-child {
        margin-right: 0
    }

    .brand_about .brand_about-content .brand_advantages .brand_advantages-item .brand_advantages-item-image {
        width: unset;
        height: unset
    }

    .brand_about .brand_about-content .brand_advantages .brand_advantages-item .brand_advantages-item-text {
        font-size: 12px;
        margin-top: 10px
    }

    .brand_about .brand_about-content .brand_about-info .brand_about-title {
        font-size: 26px;
        line-height: 28px;
        white-space: normal;
        text-transform: initial;
        margin-bottom: 15px
    }

    .bestsellers.brand_bestsellers .slick-dots, .bestsellers.brand_sections .slick-dots {
        justify-content: center !important;
        margin: -15px 69px !important
    }

    .bestsellers.brand_bestsellers .slick-dots li button, .bestsellers.brand_sections .slick-dots li button {
        width: 6px;
        height: 6px
    }

    .bestsellers.brand_bestsellers .slick-dots li, .bestsellers.brand_sections .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px 0 0
    }

    .brand_sections_title {
        display: block;
        font-size: 26px;
        line-height: 28px;
        white-space: normal;
        margin-bottom: 20px;
        text-transform: initial
    }

    .bestsellers.brand_bestsellers .bestsellers-wrap .brand_bestsellers-title {
        margin-top: 0;
        margin-bottom: 40px;
        padding-top: 10px;
        font-size: 26px;
        line-height: 28px;
        text-transform: initial
    }

    .brand_sections-wrap .brand_sections-list .item-cards .item-cards_text span {
        font-size: 14px
    }

    .bestsellers-wrap.brand_sections-wrap .slick-slider .slick-track, .bestsellers.brand_sections .bestsellers-wrap {
        padding-bottom: 0
    }

    .bestsellers-wrap.content-wrap .slick-slider .slick-list, .bestsellers-wrap.content-wrap .slick-slider .slick-track, .bestsellers.brand_sections .bestsellers-wrap .brand_sections-list {
        padding-bottom: 10px
    }

    .bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__title {
        font-size: 12px;
        line-height: 130%
    }

    .bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__desc {
        font-size: 12px;
        line-height: 140%
    }

    .brand_sections-wrap {
        padding-right: 0;
        padding-left: 0
    }

    .bestsellers.brand_bestsellers .bestsellers-assortment {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 0
    }

    .bestsellers-wrap.content-wrap .slick-slider .slick-list {
        padding-bottom: 5px
    }

    .bestsellers-wrap.brand_sections-wrap .slick-slider .slick-list {
        padding-bottom: 15px;
        margin: 0
    }

    #selections-in-detail .bestsellers.brand_sections .slick-dots {
        justify-content: space-evenly !important;
        margin: -15px 69px !important
    }

    #selections-in-detail .bestsellers.brand_sections .slick-dots li button {
        width: 12px;
        height: 12px
    }

    #selections-in-detail .bestsellers.brand_sections .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0
    }
}

.bestsellers.brand_bestsellers .bestsellers-wrap .brand_bestsellers-title {
    margin-bottom: 20px;
    margin-top: 0
}

@media (min-width: 1371px) {
    .dropdown-menu {
        left: 0
    }

    .content-wrap .brand_about-wrap, .content-wrap .brand_sections-wrap .slick-slider {
        max-width: 1300px;
        margin: 0 auto
    }

    .bestsellers .bestsellers-wrap .brand_bestsellers-title, .bestsellers.brand_bestsellers .bestsellers-wrap.content-wrap .slick-slider {
        max-width: 1300px
    }
}

.brand_about_bottom .brand_about-wrap {
    margin-bottom: 40px;
    border-bottom: 1px solid #dac5b2
}

.brand_about_bottom .brand_about_bottom-title {
    letter-spacing: .002em;
    color: #666;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    font-family: 'Tenor Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%
}

.brand_about_bottom .brand_about_bottom-text {
    margin-bottom: 15px;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #666
}

.brand_about_bottom .brand_about_bottom-image {
    width: 100%;
    position: relative
}

@media (max-width: 1024px) {
    .header-cabinet__user_mob {
        position: absolute;
        right: 100px;
        display: block
    }
}

.old-price__section {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #b0b0b0
}

.cur-price__section {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    color: #c7aab1
}

.checkbox-other span, .new-footer .form-cont, .old-price__card, .subscribe-title {
    font-style: normal;
    font-weight: 400
}

.old-price__card {
    display: inline-block;
    color: #b0b0b0
}

.delivery-item a, .desc-more {
    text-decoration-line: underline
}

.item-body .item-body__price.cur-price__card {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    color: #c7aab1;
    display: inline-block
}

.collections .swiper-wrapper {
    height: 83%
}

.collections a.h4 {
    color: #666;
    text-align: center;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 52px;
    text-decoration: none;
    display: block
}

#selections-in-detail.collections a.h4 {
    border: none;
    padding-top: 0;
    font-family: 'Tenor Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 130% !important;
    text-transform: uppercase;
    color: #666;
    max-width: 1286px !important;
    margin: 0 auto !important;
    text-align: left !important
}

.step-title-pink {
    color: #ab8b93 !important
}

.bestsellers-wrap.content-wrap .slick-slider .slick-arrow {
    display: none !important;
    bottom: 0
}

@media (max-width: 768px) {
    .item-body__tabs {
        gap: 0
    }

    .favCount-mob {
        position: absolute;
        right: 100px;
        top: 14px;
        display: block
    }

    .header-cabinet__user_mob {
        position: absolute;
        right: 95px;
        display: block
    }

    .brand_about_bottom {
        display: none
    }

    .bestsellers.brand_bestsellers {
        margin-top: 0 !important
    }

    .brand_about_bottom .brand_about_bottom-title {
        margin-bottom: 0
    }

    .bestsellers.brand_bestsellers .bestsellers-wrap .brand_bestsellers-title, .brand_about_bottom .brand_about_bottom-title {
        font-size: 26px;
        line-height: 28px;
        white-space: normal
    }

    .shop-content.redesign .shop-btn {
        padding: 0 20px;
        margin-bottom: 20px;
        margin-top: 0
    }

    .content.subcr-form form {
        padding-top: 20px
    }

    .old-price__section {
        font-size: 14px;
        margin-left: -5px
    }

    .old-price__card {
        font-size: 14px;
        margin-left: -25%
    }

    .with_old_price__card {
        text-align: center
    }
}

@media (max-width: 767px) {
    .shop-content.redesign .block__open_mobile_filter, .shop-content.redesign .open_mobile_filter {
        text-decoration: none;
        font-family: 'Tenor Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #666;
        background: #fcf8f9;
        border-radius: 37px
    }

    .shop-content.redesign .open_mobile_filter:hover {
        text-decoration: none
    }

    .shop-content.redesign .block__open_mobile_filter {
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .shop-content.redesign .open_mobile_filter {
        margin: 5px 12px;
        padding: 5px 12px;
        display: block
    }

    .collections .item-cards_desc, .shop-content.redesign .filter, .shop-content.redesign .item-sorting .item-all.catalog-items__quantity {
        display: none
    }

    .fancybox-content .filter {
        max-width: 100% !important;
        margin-right: 1px;
        margin-top: 40px !important;
        padding: 0 40px
    }

    .fancybox-content::-webkit-scrollbar {
        width: 0
    }

    .shop-content.redesign .item-sorting .accordion {
        padding: 5px 12px;
        width: 49%;
        background: #fcf8f9;
        border-radius: 37px;
        margin-bottom: 0
    }

    .shop-content.redesign .item-sorting .header__accordion-sort {
        padding-left: 0;
        width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 12px
    }

    .shop-content.redesign .item-sorting .header__accordion-sort:after {
        top: unset;
        font-size: unset
    }

    .shop-content.redesign .item-sorting .header__accordion-sort .header__accordion-span {
        padding: 0;
        font-size: 14px
    }

    .shop-content.redesign .item-sorting {
        margin-bottom: 20px
    }

    .shop-content.redesign .item-wrap {
        margin-top: 20px
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow {
        display: block !important;
        bottom: -3% !important
    }

    .popup--content, .popup--content-inner {
        width: 100%;
        height: 105px
    }

    .product--block_image {
        max-width: 85px;
        align-self: center
    }

    .product--block_inform {
        width: 85%
    }

    .collections a.h4 {
        font-size: 22px
    }

    .item-collection {
        margin-top: 0 !important
    }

    .bestsellers-wrap.content-wrap .slick-slider {
        margin-right: 0;
        margin: unset !important
    }
}

.brand_about_bottom-title.h4 {
    font-size: 24px;
    line-height: 25px
}

.brand_about_bottom-title.h3 {
    font-size: 32px;
    line-height: 25px
}

.checkbox-other {
    display: block;
    margin: 0 0 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center
}

.new-footer .input-group {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ab8b93;
    border-radius: 8px;
    margin-bottom: 10px
}

.new-footer .form-cont {
    display: block;
    width: 90%;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    color: #ab8b93;
    border: none
}

.new-footer .form-cont:focus-visible {
    outline: -webkit-focus-ring-color auto 0
}

.new-footer .btn-subscribe {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background-color: transparent;
    height: 100%;
    position: relative;
    z-index: 2;
    border: none;
    width: 10%;
    cursor: pointer
}

#ajaxLoadBlock, #js-new-count, .footer-bottom {
    flex-basis: 100%
}

.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0
}

.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 27px;
    font-size: 12px;
    line-height: 150%;
    color: #fff
}

.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    background: url(/local/templates/lecreme_2026/img/check1.png) no-repeat
}

.checkbox-other input[type=checkbox]:checked + span:before {
    background: url(/local/templates/lecreme_2026/img/check2.png) no-repeat
}

#button:disabled {
    opacity: .5;
    cursor: default
}

.subscribe-title {
    font-family: 'Tenor Sans';
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-top: 27px;
    margin-bottom: 15px;
    padding-left: 10px
}

.footer-bottom-phone, .footer-bottom-social, .new-footer__copyright span {
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal
}

.footer-bottom-phone {
    margin-right: 85px
}

.new-footer__block {
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px
}

.new-footer__nav {
    flex-basis: 75%
}

.new-footer__copyright span {
    margin-right: 20px
}

.new-footer__copyright {
    margin-top: 0
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 22px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between
}

.footer-menu-title {
    font-family: 'Tenor Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 15px
}

.new-footer__ul li {
    margin-bottom: 6px
}

.footer-middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.footer-middle-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.footer-middle-item {
    flex-basis: 24%;
    border-radius: 8px;
    position: relative
}

.footer-middle-item img {
    border-radius: 8px;
    max-width: 100%;
    width: 100%
}

.footer-item-label {
    background: #505050;
    box-shadow: 0 5px 21px rgba(0, 0, 0, .05);
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    max-width: 130px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    left: 50%
}

.footer-middle-bottom, .footer-middle-top {
    font-weight: 400;
    text-align: left;
    width: 100%;
    color: #fff;
    font-style: normal;
    margin-top: 20px
}

.footer-item-label a {
    cursor: pointer;
    color: #fff
}

.footer-middle-top {
    font-family: 'Tenor Sans';
    font-size: 20px;
    line-height: 130%;
    padding-top: 30px;
    padding-bottom: 15px
}

.footer-middle-bottom {
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px
}

.subscribe-text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: #333 !important;
    font-family: Onest !important;
    letter-spacing: .002em
}

.new-footer__row {
    padding-top: 65px
}

.new-footer__logo-wrap {
    margin-top: 65px;
    flex-basis: 25%
}

.new-footer__row-mob {
    display: none;
    padding-top: 12px
}

.item-body__tabs {
    justify-content: unset;
    gap: 40px
}

@media (max-width: 1200px) {
    .header-nav {
        display: none
    }

    .header-menu {
        display: block
    }

    .new-footer__logo-wrap {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%
    }

    .subscribe form, .subscribe-title {
        padding-left: 0
    }

    .item-body__tabs {
        margin: 0
    }

    .item-body__bottom .item-cards {
        margin: 0 40px 23px 0 !important
    }

    .new-footer__row {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .new-footer__col, .new-footer__col:nth-child(2) {
        width: 32%
    }

    .new-footer__col:last-child {
        width: 32%;
        margin-top: 0
    }

    .footer-bottom-phone {
        margin-right: 20px
    }

    .new-footer__nav {
        flex-basis: 100%
    }

    .dropdown-menu {
        left: 0
    }
}

@media (max-width: 1024.98px) {
    .new-footer__logo-wrap, .new-footer__row {
        width: 100%;
        max-width: 100%
    }

    .online-consultation {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .online-consultation__btn {
        bottom: 20px
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-prev, .dropdown-menu {
        left: 0
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-next {
        right: 2%
    }

    #favCount {
        display: none
    }

    .item-body__tabs {
        margin: 0;
        justify-content: unset;
        gap: 40px
    }

    .item-body__tab-content {
        padding-top: 18px
    }

    .new-footer__row {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .new-footer__col, .new-footer__col:nth-child(2) {
        width: 32%
    }

    .new-footer__col:last-child {
        width: 32%;
        margin-top: 0
    }

    .footer-bottom-phone {
        margin-right: 20px
    }

    .new-footer__nav {
        flex-basis: 100%
    }
}

@media (min-width: 768px) {
    .brand_sections-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .content-wrap .brand_sections-wrap .slick-slider {
        margin: 0 auto
    }

    #selections-in-detail .bestsellers-wrap.content-wrap .slick-list {
        overflow-x: scroll;
        padding-bottom: 20px
    }
}

@media (min-width: 1280px) {
    #selections-in-detail .bestsellers-wrap.content-wrap .slick-list {
        overflow-x: clip;
        padding-bottom: 20px
    }
}

.online-consultation__img {
    bottom: -66px !important
}

.redesign .online-consultation__img {
    bottom: -44px !important
}

.pay {
    max-width: 70%;
    display: flex;
    align-items: center;
    gap: 15px
}

.pay img {
    max-width: 120px;
    width: 100%;
    padding-top: 10px
}

@media (max-width: 1024px) {
    .redesign .online-consultation__img {
        bottom: 60px !important
    }

    .redesign .online-consultation__plate {
        margin-bottom: 80px !important
    }
}

@media (max-width: 1209px) {
    body .product .item-body .item-body__right .item-body__btn-price {
        justify-content: center !important
    }
}

.cash-link, .step {
    align-items: center
}

@media (min-width: 1200px) and (max-width: 1455px) {
    .header__top-info span {
        display: none
    }
}

.item-prop-right, .item-prop-right.brand span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%
}

#bonus, .desc-main-left p span {
    font-weight: 600
}

#favCount2 img, .header-cabinet__basket img {
    width: 24px;
    height: 24px
}

.footer-bottom-phone a {
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.volume-item.selected-one {
    background: #efefef !important;
    color: #ab8b93 !important;
    cursor: default !important
}

.lc-mob img {
    width: 48px
}

.dropdown-menu__li a:hover {
    color: #a16f7b !important;
    text-decoration: underline !important
}

#bonus_payfield_block strong, .bonus_comment strong {
    color: #666;
    font-size: 20px;
    font-family: Roboto, sans-serif !important;
    line-height: 26px;
    font-style: italic;
    font-weight: 300;
    margin: 13px 15px 16px 0
}

.about-info.content-wrap.item-collection table th, .item-collection_text h3 {
    color: #666 !important;
    font-family: Onest !important;
    font-weight: 500;
    line-height: 1.2
}

.item-collection .item-collection_text {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #666
}

.item-collection_text h3 {
    letter-spacing: .002em;
    margin-bottom: .5rem;
    font-size: 28px
}

.sectList li, .sectListSub li, .smartfilterLinks a {
    font-family: Roboto !important;
    transition: .3s ease-in-out
}

.about-info.content-wrap.item-collection, .main-desc {
    margin-bottom: 100px
}

.about-info.content-wrap.item-collection table {
    color: #666 !important
}

.about-info.content-wrap.item-collection table th {
    font-size: 22px
}

#bonus {
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ab8b93;
    margin-right: 4px
}

.cash-link, .step, .step-num, .steps-wrap, span.empty {
    display: flex
}

.inner-title, .level-container-parent .logo-text {
    font-style: normal;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    text-align: left
}

span.empty {
    width: 30px;
    height: 27px;
    background-image: url('/local/templates/lecreme_2026/components/bitrix/catalog.element/catalog_new/images/rating-empty.png');
    background-size: 170px;
    cursor: pointer
}

.empty-wrap {
    margin-right: 10px
}

.cash-link {
    justify-content: center
}

#catalogItemsBlock {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px
}

.inner-title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 45px;
    line-height: 130%;
    color: #fff;
    position: absolute;
    top: 38%
}

.level-item, .step, .steps-wrap {
    position: relative
}

.step, .step-text {
    text-align: center
}

.level-container-parent .logo-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    position: absolute;
    top: 66%;
    margin-bottom: 30px;
    text-transform: none
}

.steps-wrap {
    margin-top: 100px;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px
}

.step {
    max-width: 420px;
    width: 100%;
    max-height: 205px;
    height: 100%;
    flex-direction: column
}

.step-num, .step-text {
    font-style: normal;
    line-height: 150%;
    align-items: center;
    font-family: Roboto
}

.step-line::before {
    content: '';
    border-bottom: 1px dashed #c7aab1;
    position: absolute;
    width: 100%;
    max-width: 270px;
    top: 23%;
    left: 70%
}

.step-num {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    width: 100%;
    max-width: 90px;
    height: 90px;
    max-height: 90px;
    background: #c7aab1;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 25px
}

.step-text {
    font-weight: 300;
    font-size: 20px;
    display: flex;
    color: #333
}

.level-item-title, .level-rule-title, .levels-title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    line-height: 130%;
    font-style: normal;
    width: 100%;
    display: flex;
    text-transform: uppercase
}

.level-rule-title, .levels-title {
    font-size: 40px;
    align-items: center;
    color: #333;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px
}

.level-container {
    max-width: 1300px;
    margin: 0 auto
}

.level-container-parent {
    position: relative;
    height: 100%
}

.level-item {
    box-sizing: border-box;
    max-width: 24%;
    width: 100%;
    height: 284px;
    padding-top: 86px;
    padding-left: 30px
}

.bronze {
    border: 2px solid #e0cba2
}

.silver {
    border: 2px solid #c9c9c9
}

.gold {
    border: 2px solid #eace74
}

.vip {
    border: 2px solid #dd5e89
}

.levels-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 100px;
    justify-content: space-between
}

.level-item-title {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 148px;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 0 0 26px
}

.level-item.bronze .level-item-title {
    background: #e0cba2
}

.level-item.silver .level-item-title {
    background: #c9c9c9
}

.level-item.gold .level-item-title {
    background: #eace74
}

.level-item.vip .level-item-title {
    background: #dd5e89
}

.level-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    color: #767676
}

.level-proc, .level-sum {
    font-family: Roboto;
    font-weight: 400;
    font-size: 35px;
    line-height: 130%;
    font-style: normal
}

.level-sum {
    color: #333;
    margin-bottom: 20px;
    margin-top: 5px
}

.item-body__reviews-add img, .rule-item-title {
    margin-bottom: 10px
}

.level-proc {
    color: #333
}

.rule-item-text, .rule-item-title {
    font-family: Roboto;
    font-size: 20px;
    line-height: 150%;
    color: #333
}

.rule-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap
}

.rule-block {
    max-width: 640px;
    width: 100%
}

.rule-item-title {
    font-style: normal;
    font-weight: 500
}

.item-prop-right a, .rule-item-text, .sectList li, .sectListSub li, .smartfilterLinks a {
    font-style: normal;
    font-weight: 300
}

.level-rule {
    margin-bottom: 60px
}

@media (max-width: 942.98px) {
    .new-footer__logo-wrap, .new-footer__row {
        max-width: 100%;
        width: 100%
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-prev, .dropdown-menu {
        left: 0
    }

    .bestsellers-wrap.content-wrap .slick-slider {
        margin-right: 0
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-next {
        right: 0
    }

    .item-body__tabs {
        margin: 0;
        justify-content: unset;
        gap: 0
    }

    .item-char {
        gap: 2%
    }

    .item-char div {
        font-size: 12px
    }

    .new-footer__row {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .new-footer__col, .new-footer__col:nth-child(2) {
        width: 32%
    }

    .new-footer__col:last-child {
        width: 32%;
        margin-top: 0
    }

    .footer-bottom-phone {
        margin-right: 20px
    }

    .new-footer__nav {
        flex-basis: 100%
    }

    .bestsellers-assortment .item-cards .item-cards__inner {
        max-width: 240px;
        width: 100%
    }

    .item-body__bottom .item-cards {
        margin: 0 0 23px !important;
        padding: 0 5px 0 0
    }

    .new-footer .input-group {
        justify-content: space-between
    }

    .new-footer .btn-subscribe {
        width: 5%
    }

    .rule-wrap {
        flex-wrap: wrap
    }

    .step-line::before {
        display: none
    }

    .steps-wrap {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .step {
        flex-direction: row
    }

    .step-num {
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        width: 100%;
        max-width: 50px;
        height: 50px;
        max-height: 50px;
        margin-bottom: 0;
        margin-right: 15px
    }

    .step-text {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        text-align: left
    }

    .level-item-title, .levels-title {
        font-family: 'Tenor Sans';
        font-weight: 400;
        font-style: normal
    }

    .background-wrap-level {
        background-position: 68% 100% !important
    }

    .level-container-parent .logo-text {
        top: 71%;
        left: 30%;
        font-weight: 300;
        font-size: 16px;
        line-height: 130%
    }

    .levels-title {
        font-size: 20px;
        line-height: 130%;
        text-transform: uppercase;
        color: #333;
        text-align: left;
        margin-bottom: 15px
    }

    .level-item {
        max-width: 46%;
        width: 100%;
        height: unset;
        padding-top: 54px;
        padding-left: 15px;
        padding-bottom: 20px
    }

    .level-item-title {
        font-size: 15px;
        line-height: 130%;
        height: 39px;
        max-width: 65%
    }

    .level-proc, .level-sum, .level-text {
        font-family: Roboto
    }

    .level-text {
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 130%;
        color: #767676
    }

    .level-proc, .level-rule-title, .level-sum {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%
    }

    .level-sum {
        margin-bottom: 10px;
        margin-top: 0
    }

    .levels-wrap {
        margin-bottom: 40px;
        gap: 10px 20px;
        flex-wrap: wrap
    }

    .level-rule-title {
        font-family: 'Tenor Sans';
        justify-content: flex-start;
        margin-bottom: 15px
    }

    .rule-item-text, .rule-item-title {
        font-family: Roboto;
        line-height: 150%;
        font-style: normal
    }

    .rule-item-title {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0
    }

    .rule-item-text {
        font-weight: 300;
        font-size: 12px
    }

    .rule-item {
        margin-bottom: 10px
    }

    .rule-wrap {
        gap: 0
    }

    .level-rule {
        margin-bottom: 40px
    }

    .inner-title {
        top: 26%;
        left: 30%;
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 120%
    }

    .checkbox-accordion_header {
        flex-direction: row;
        justify-content: flex-start
    }

    body .checkbox-text {
        padding-left: 25px;
        margin-top: 0
    }
}

.sectList, .sectListSub {
    padding-left: 25px;
    list-style: none
}

@media (min-width: 768px) and (max-width: 1200px) {
    .inner-title {
        top: 30%;
        left: 28%
    }

    .level-container-parent .logo-text {
        top: 66%;
        left: 28%
    }
}

@media (min-width: 1200px) {
    .level-container .content-wrap {
        padding: 0 !important
    }
}

.h1-index {
    font-size: 14px !important;
    font-family: Onest !important;
    letter-spacing: .002em;
    color: #333 !important;
    margin-left: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    z-index: 100000;
    position: relative
}

@media (max-width: 1450px) {
    .h1-index {
        display: none
    }
}

.sectList {
    padding-top: 20px
}

.sectList li, .sectListSub li {
    width: 210px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 140%
}

@media (max-width: 1024.98px) {
    .sectList li, .sectListSub li {
        width: 100%;
        max-width: 1024px
    }

    .sectList, .sectListSub {
        padding-left: 0
    }
}

.smartfilterLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 40px auto 80px
}

.smartfilterLinks a {
    color: #a16f7b;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 140%
}

.item-prop-right a {
    font-family: Roboto;
    font-size: 16px;
    line-height: 140%;
    color: #ab8b93
}

.av-slider .background-wrap {
    background-position: 50%
}

.reviews-wrap {
    justify-content: center;
    padding-top: 28px;
    flex-wrap: wrap;
    max-width: 1326px;
    margin: 0 auto
}

.item-body__reviews-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.item-body__reviews-title span {
    font-size: 24px;
    line-height: 40px;
    color: #666;
    text-transform: uppercase
}

.item-body__reviews-add {
    display: flex;
    align-items: center;
    cursor: pointer
}

.item-body__reviews-add:hover {
    text-decoration: none
}

.item-body__reviews-add span {
    font-size: 18px;
    text-transform: none;
    color: #ab8b93;
    margin-right: 12px;
    line-height: 1
}

.item-body__review {
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    padding: 25px 42px 35px;
    margin-bottom: 20px;
    border-radius: 3px
}

.item-body__review-row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

.item-body__review-author {
    font-size: 14px;
    line-height: 22px;
    color: #c1c1c1;
    font-weight: 700;
    margin-right: 6px
}

.item-body__review-time {
    font-size: 14px;
    line-height: 22px;
    color: #c1c1c1
}

.item-body__review-rating {
    display: flex;
    position: relative;
    background-image: url('/local/templates/lecreme_2026/components/bitrix/catalog.element/catalog_new/images/rating-empty.png');
    width: 120px;
    height: 19px;
    margin-left: 18px;
    background-size: 120px;
    margin-bottom: 7px
}

.item-body__review-rating span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-image: url('/local/templates/lecreme_2026/components/bitrix/catalog.element/catalog_new/images/rating_full.png');
    background-size: 120px
}

.item-body__review-content {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-style: italic;
    color: #666
}

.item-body__reviews-load-more {
    text-align: right
}

.item-body__reviews-load-more a {
    font-size: 14px;
    color: #ab8b93;
    text-decoration: none
}

.item-body__reviews-load-more a:hover {
    color: #ab8b93;
    text-decoration: none
}

.review-inner {
    display: flex;
    gap: 20px
}

.reviews-num .bx_pagination_bottom .bx_pagination_page li a, .reviews-num .bx_pagination_bottom .bx_pagination_page span {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    transition: color .3s;
    white-space: nowrap;
    font-family: Onest !important
}

.reviews-num .bx_pagination_bottom .bx_pagination_page li.bx_active {
    border-radius: unset;
    background: unset;
    box-shadow: unset;
    font-size: 18px;
    color: #ab8b93
}

.reviews-num {
    margin-bottom: 40px;
    margin-top: 40px
}

.reviews .breadcrumb.brand-breadcrumb {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 40px
}

.soglasie {
    max-width: unset !important;
    font-size: 15px;
    line-height: 16px
}

.checkbox-other a {
    text-decoration: underline;
    color: #fff
}

body #bx-soa-order .soglasie .custom-control-label:after, body #bx-soa-order .soglasie .custom-control-label:before {
    top: 4px
}

#bx-soa-order .buyer-data {
    margin: 21px 0 5px
}

body #bx-soa-order .soglasie {
    margin-bottom: 36px
}

body #bx-soa-order .soglasie .custom-control-label {
    padding-right: 40px;
    color: #ab8b93;
    font-size: 16px;
    font-family: Onest !important
}

body #bx-soa-order .soglasie .custom-control-label a {
    padding-left: 5px;
    color: #ab8b93;
    font-size: 16px;
    font-family: Onest !important
}

.news_blog {
    padding: 40px 0
}

.news_blog .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%
}

.news_blog .news-item {
    width: 49%;
    min-width: 300px;
    display: flex;
    gap: 20px;
    max-height: 220px;
    overflow: hidden
}

.news_blog .news_name {
    font-size: 22px;
    margin-bottom: 10px
}

.checkbox-text {
    display: flex;
    align-items: center
}

.contacts-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.contacts-info-wrap, .map-wrap {
    flex-basis: 50%
}

.map-wrap {
    padding-right: 20px;
    padding-bottom: 20px
}

.contacts-info__wrap {
    display: flex;
    justify-content: inherit
}

.contacts-form {
    display: block !important;
    position: static
}

.contacts-form .callback_right-side {
    width: 100% !important;
    max-height: auto !important;
    padding: 40px 50px 40px 70px;
    overflow-y: auto !important;
    background: #fff
}

.contacts-form .callback_footer {
    align-items: center
}

#form_callback_contact {
    width: 50%;
    margin: 0 auto;
    height: 100%
}

@media (max-width: 1025px) {
    .news_blog .news-list {
        gap: 0
    }

    .news_blog .news-item {
        width: 100%
    }

    .contacts-info-wrap, .map-wrap {
        flex-basis: 100%
    }

    .map-wrap {
        padding-right: 0;
        padding-bottom: 20px
    }

    #form_callback_contact {
        width: 100%;
        margin: 0 auto;
        height: 100%
    }

    .contacts-form .callback_right-side {
        padding: 0 20px 70px
    }
}

@media (max-width: 592.98px) {
    .buyer-data {
        margin: 20px 0 50px
    }

    .checkout-delivery {
        margin: 50px 0 0
    }

    .checkbox-footer-color {
        flex-direction: column;
        align-items: center;
        margin-left: 0
    }

    .checkbox-footer-color .checkbox-label {
        width: 58px;
        height: 58px
    }

    .checkbox-footer-color .custom-control-label:after, .checkbox-footer-color .custom-control-label:before {
        margin-top: 15px
    }

    .footer-checkout {
        margin-top: 38px
    }

    .notfaund-wrap {
        left: 25px
    }

    .notfaund_title-text {
        font-size: 35px
    }

    .notfaund_desc {
        max-width: 290px
    }

    .bestsellers.brand_bestsellers .bestsellers-assortment .item-cards:last-child {
        border-color: transparent;
        border-right: none
    }

    .map-wrap {
        order: 2;
        padding-bottom: 30px
    }

    .contacts-wrapper.content-wrap {
        padding-top: 20px
    }
}

body .bx-soa-cart-total {
    justify-content: inherit
}

body .order-item__quantity {
    width: 45%
}

.brands-main-list, .delivery-block-desc {
    margin-top: 60px
}

.brands-title {
    color: #666;
    font-family: Tenor Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: .072px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left
}

.brands-btn, .brands-main-wrap p {
    font-family: Roboto;
    font-size: 18px
}

.brands-btn, .brands-img, .del-title, .delivery-block p {
    text-align: center
}

.brands-main-left {
    max-width: 40%;
    width: 100%
}

.brands-main-right {
    max-width: 60%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.brands-main-wrap p {
    color: #666;
    font-style: normal;
    font-weight: 300;
    line-height: 130%
}

.brands-img {
    max-width: 28%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.brands-img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: inline-block;
    line-height: 105px;
    vertical-align: middle;
    opacity: .6
}

.brands-btn {
    display: flex;
    width: 289px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #c7aab1;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 25px
}

.desc-title, .desc-title span {
    color: #666;
    font-style: normal;
    letter-spacing: .072px;
    text-transform: uppercase
}

.desc-more, .desc-title, .desc-title span {
    font-family: Tenor Sans;
    font-weight: 400
}

.on_main {
    max-width: 640px;
    width: 100%;
    height: .1px;
    background: #dac5b2;
    margin: 80px auto 10px
}

.desc-title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: .002em;
    margin-bottom: 27px
}

.desc-title span {
    font-size: 48px;
    line-height: 65.5px;
    letter-spacing: .002em
}

.desc-main-left p, .desc-main-left p span, .desc-main-right p, .desc-main-right p.desc-item-top, .desc-more {
    font-size: 20px;
    line-height: 130%;
    color: #666;
    font-style: normal
}

.main-desc .desc-title svg {
    opacity: .6
}

@media (max-width: 420px) {
    .main-desc .desc-title svg {
        width: 70%
    }
}

.desc-main-left, .desc-main-right {
    max-width: 50%;
    width: 100%
}

.desc-main-right {
    flex-direction: column;
    display: flex
}

.desc-main-left p, .desc-main-right p {
    max-width: 542px;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    margin-bottom: 26px
}

.desc-main-right p.desc-item-top {
    font-weight: 600;
    margin-bottom: unset
}

.desc-more {
    padding-right: 3px;
    cursor: pointer
}

.desc-more svg {
    transform: rotate(180deg);
    transition: .2s ease-out
}

.desc-more.open svg {
    transform: rotate(0);
    transition: .2s ease-out
}

@media (max-width: 900px) {
    .brands-btn, .brands-img {
        display: flex;
        text-align: center
    }

    .brands-main-list {
        margin-top: 20px
    }

    .brands-title {
        color: #666;
        font-family: Tenor Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 31.239px;
        letter-spacing: .048px;
        text-transform: uppercase;
        margin-bottom: 17px
    }

    .brands-btn, .brands-main-wrap p {
        font-family: Roboto;
        font-size: 14px
    }

    .brands-img, .brands-main-left {
        width: 100%;
        margin-bottom: 30px
    }

    .brands-main-wrap p {
        color: #666;
        font-style: normal;
        font-weight: 300;
        line-height: 130%
    }

    .brands-img {
        max-width: 47%;
        vertical-align: center;
        align-items: center;
        justify-content: center
    }

    .brands-main-right {
        justify-content: space-between;
        max-width: 100%;
        width: 100%
    }

    .brands-main-wrap {
        display: flex;
        flex-direction: column
    }

    .brands-main-left {
        max-width: 100%
    }

    .brands-btn {
        width: 174px;
        height: 50px;
        padding: 12px 35px;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        background: var(--color-website, #c7aab1);
        color: var(--white, #fff);
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        margin-top: 19px
    }

    .desc-title, .desc-title span {
        font-family: Tenor Sans;
        font-weight: 400;
        letter-spacing: .072px;
        text-transform: uppercase;
        color: #666;
        font-style: normal
    }

    .desc-main-wrap {
        flex-direction: column
    }

    .desc-main-left, .desc-main-right {
        max-width: 100%;
        width: 100%
    }

    .desc-title span {
        font-size: 20px;
        line-height: 146%
    }

    .desc-title {
        font-size: 18px;
        line-height: 137.5%;
        margin-bottom: 23px
    }

    .desc-main-left p, .desc-main-right p {
        color: #666;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%;
        margin-bottom: 22px
    }

    .desc-main-left p span, .desc-main-right p.desc-item-top {
        color: #666;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%
    }

    .desc-more span {
        color: #666;
        font-family: Tenor Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-decoration-line: underline
    }

    .on_main {
        margin-top: 40px;
        margin-bottom: 0
    }
}

#to-top {
    position: fixed;
    bottom: 100px;
    right: 100px;
    transform: rotate(270deg);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .07);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    cursor: pointer
}

#to-top.show {
    opacity: 1;
    visibility: visible
}

@media (max-width: 480px) {
    #to-top.show {
        display: none !important;
    }
}

.title-search-result-mob {
    display: block;
    overflow: hidden;
    z-index: 10000;
    width: 80% !important;
    background: #fff
}

.search-container {
    max-width: 1264px;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .search-container {
        padding: 0 20px
    }

    .input-group > :not(:first-child):not(.dropdown-menu) {
        margin-left: -5px
    }

    .input-group {
        width: 95%
    }
}

.search-container .search-popup_content {
    width: 100%;
    justify-content: center
}

.item-cards {
    background: unset
}

.breadcrumb {
    background-color: unset !important
}

.bestsellers-assortment {
    display: flex;
    justify-content: center
}

@media (max-width: 578px) {
    .background-wrap-level {
        background: url(/loyalty_program/background-mob.jpg) 50% no-repeat
    }

    .filter-btn, .smartfilterReset {
        align-items: center;
        color: #fff;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase
    }

    .filter-btn, .smartfilter.smartfilter_catalog {
        position: fixed;
        transition: .3s;
        max-width: 100%
    }

    .filter-btn, .smartfilterReset.active {
        display: flex
    }

    .item-content.noitem {
        min-height: fit-content;
        padding: 30px 0
    }

    .filter-btn {
        background-color: #c7aab1;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: .028px;
        border-radius: 3px 3px 0 0;
        height: 38px;
        justify-content: center;
        cursor: pointer;
        top: 40%;
        width: 140px;
        right: -8%;
        -webkit-transform: rotate(-90deg) translateY(50%);
        transform: rotate(-90deg) translateY(50%);
        z-index: 100000
    }

    .filter-btn.active {
        right: 72%
    }

    .smartfilterReset {
        border-radius: 3px;
        background: #c7aab1;
        justify-content: center;
        height: 50px;
        border: 1px solid #c7aab1;
        width: 74%;
        font-size: 13.175px;
        line-height: 19.763px;
        letter-spacing: .026px;
        position: fixed;
        bottom: 8px;
        margin: 0 auto
    }

    .filter-title, .header__accordion span {
        color: #666;
        font-family: Tenor Sans;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: .04px
    }

    .filter-close.active, .filter-title {
        display: block
    }

    .filter-btn:hover {
        background-color: #c594a0
    }

    .smartfilter.smartfilter_catalog .filter-input {
        font-size: 16px;
        height: 36px;
        padding: 10px;
        text-align: left;
        color: #666;
        box-shadow: unset !important;
        border-radius: 3px;
        line-height: 46px;
        margin: 0 10px 13px 0;
        border: 1px solid #efefef;
        width: 100%;
        max-width: 100%
    }

    .smartfilter.smartfilter_catalog .filter-input::placeholder {
        color: #ccc;
        font-family: Tenor Sans;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: .04px
    }

    .smartfilter.smartfilter_catalog .footer__accordion label {
        margin-bottom: 4px
    }

    .smartfilter.smartfilter_catalog {
        right: 0;
        top: 0;
        background-color: #fff;
        width: 81%;
        height: 100%;
        z-index: -99;
        opacity: 0;
        pointer-events: none;
        padding: 6px 15px 15px;
        overflow-y: scroll
    }

    .smartfilter.smartfilter_catalog .accordion.active .footer__accordion {
        max-height: 210px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .smartfilter.smartfilter_catalog .header__accordion {
        height: 36px;
        background-color: #efefef;
        border-bottom: none !important;
        border-radius: 3px;
        display: flex;
        align-items: center;
        padding: 10px;
        margin-bottom: 10px
    }

    .smartfilter.smartfilter_catalog .check__box {
        border-radius: 3px;
        border: 1px solid #666;
        width: 15px;
        height: 15px;
        left: 18px
    }

    .smartfilter.smartfilter_catalog .check__input[type=checkbox]:checked, .smartfilter.smartfilter_catalog .check__input[type=checkbox]:checked ~ .check__box {
        background-color: #c7aab1;
        border: 1px solid #c7aab1 !important
    }

    .smartfilter.smartfilter_catalog .header__accordion:after {
        right: 12px
    }

    .smartfilter.smartfilter_catalog .footer__accordion {
        max-width: 100%;
        width: 100%
    }

    .filter-title {
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        margin-bottom: 15px
    }

    .filter-close {
        position: absolute;
        top: 11px;
        right: 20px;
        z-index: 10000;
        cursor: pointer
    }

    .smartfilter.smartfilter_catalog.is-open {
        pointer-events: all;
        opacity: 1;
        z-index: 9999
    }

    .search-popup_content .item-cards {
        height: auto;
        width: calc(50% - 10px) !important;
        margin: 0 5px !important
    }

    .search-popup_wrap .item-cards .item-cards__wrap {
        margin: 20px 0
    }

    #to-top {
        bottom: 50px;
        right: 50px
    }

    .footer__accordion {
        max-width: 100%
    }

    .main-desc {
        margin-bottom: 50px !important
    }

    .brand_sections-wrap .brand_sections-list .item-cards .item-cards_text .item-cards_name {
        font-size: 14px !important
    }
}

@media (min-width: 768px) {
    .bestsellers-assortment {
        flex-direction: row
    }
}

.av-header__search-ico {
    width: 24px !important
}

.av-header__search-input input:focus {
    border: 1px solid #dadada
}

@media screen and (max-width: 1024px) {
    body .open-menu__text {
        height: 190px
    }
}

.desc-main-left p span, .desc-main-right p.desc-item-top {
    font-family: Onest !important
}

.article-b__collection img, .article-b__feeds img, .article-b__sidebar-slider img, .bx-soa-pp-company-smalltitle-logo-img img {
    max-width: 100%;
    width: 100%
}

@media screen and (max-width: 768px) {
    .footer-middle-item.big-mob .desc, .sectList, .sectListSub {
        display: none
    }

    .footer-middle-item.big-mob .mob {
        display: block;
        object-fit: cover
    }

    .about-info.content-wrap.item-collection {
        margin-top: 50px !important;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px
    }

    .about-info.content-wrap.item-collection .about-wrap about-logo, .about-info.content-wrap.item-collection .about-wrap.about-desc {
        width: 100%
    }

    .about-info.content-wrap.item-collection .menu_ul {
        padding-left: 25px
    }

    .item-availability.mob {
        display: block !important;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #666
    }

    .sectListSub_mob, .sectList_mob {
        display: flex;
        font-family: Roboto !important;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        transition: .3s ease-in-out;
        list-style: none;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0
    }

    .sectListSub_mob li, .sectList_mob li {
        width: 48%;
        margin-bottom: 8px
    }

    .sectListSub_mob a, .sectListSub_mob a:hover, .sectList_mob a, .sectList_mob a:hover {
        color: #a16f7b
    }

    .smartfilterLinks {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
        margin-top: 0
    }

    .smartfilterLinks a {
        display: flex;
        align-items: center
    }

    .smartfilterLinks label {
        width: 48%;
        padding-left: 0
    }

    .basket_footer form {
        display: flex
    }

    .order-item__detail .order-item__detail-wrap.price-wrap {
        justify-content: center
    }

    body .bx-soa-cart-total .footer-checkout {
        margin-top: 5px
    }

    .top-block.slick-slider.mobile__slider .slick-arrow {
        bottom: -6%
    }

    .mobile__slider {
        display: block !important;
        margin-bottom: 30px !important
    }
}

.background-wrap.redesign::before {
    content: none
}

.background-wrap.redesign .image-block {
    width: 100%;
    left: 0
}

.background-wrap.redesign .blur-block_content {
    left: 14.5% !important;
    max-width: 50% !important
}

.brand_logo_under_breadcrumbs {
    margin: 20px auto !important
}

.item-cards__status-wrap.bottom-fixed-mod {
    bottom: 80%
}

.with_old_price__cardSKU {
    margin-left: 35%
}

@media screen and (max-width: 480px) {
    .desc-more {
        font-size: 14px;
        font-family: Onest !important
    }
}

.article-b__content a, .article-b__content h1, .article-b__content h2, .article-b__content h3, .article-b__content h4, .article-b__content h5, .article-b__content h6 {
    color: #666
}

.blog-b__title a:focus, .blog-b__title a:hover {
    color: #ab8b93
}

.article-b__comments-input::placeholder {
    font-family: 'Tenor Sans', sans-serif;
    color: #666
}

.del-title, .delivery-subtitle, .delivery-title {
    font-family: "Tenor Sans"
}

#selections-in-detail .item-cards_text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .reviews-count-empty {
        display: none !important
    }

    .item-body__rating-new.item-body__rating-new-mob {
        display: block;
        margin-bottom: 0
    }

    .with_old_price__card {
        text-align: center;
        border-bottom: 1px solid #dadada
    }

    .item-body .item-body__price.cur-price__card {
        max-width: fit-content;
        border-bottom: none;
        margin-bottom: 15px
    }

    .old-price__card {
        font-size: 27px;
        margin-left: 7%;
        position: static;
        margin-top: 0
    }

    .item-body__char {
        margin-bottom: 0
    }

    .bestsellers-detail .slick-slider .slick-dots {
        padding-top: 0 !important
    }

    .quote.content-wrap {
        max-height: 210px;
        min-height: 200px
    }

    .review-img {
        display: none
    }

    .reviews-wrap .item-body__review {
        padding: 25px 25px 35px
    }

    body #bx-soa-order .soglasie {
        padding-left: 0
    }

    body #bx-soa-order .soglasie .custom-control-label {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .notfaund_title-text {
        font-size: 24px;
        line-height: 30px
    }

    .notfaund_desc {
        max-width: 90%
    }

    .notfaund-wrap_left {
        margin-bottom: unset
    }

    .brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item {
        height: 26vh;
        position: relative
    }

    .brand_sections-wrap .brand_sections-list .item-cards__inner .item-cards__item img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: calc(100%);
        object-fit: cover
    }
}

.del-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    color: #fff;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: .13px
}

.background-wrap-level {
    background: url("/delivery/background.png") 50% no-repeat
}

.delivery-nav .breadcrumb.brand-breadcrumb {
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 30px
}

.background-wrap.background-wrap-delivery {
    height: 76vh
}

.delivery-info {
    padding-bottom: 90px
}

.delivery-title {
    color: #666;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: .072px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.delivery-info__content {
    border-top: 2px solid #e0cba2
}

.delivery-subtitle {
    width: fit-content;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 0 0 26px;
    padding: 15px 25px;
    background: #e0cba2;
    margin-bottom: 30px
}

.delivery-item-bottom, .delivery-item-top {
    color: #666;
    font-style: normal;
    line-height: 130%
}

.delivery-item a, .delivery-item-bottom, .delivery-item-top {
    font-family: Roboto;
    font-size: 24px
}

.curier-border {
    border-top: 2px solid #c7aab1;
    margin-top: 108px
}

.delivery-item {
    flex-basis: 50%;
    margin-bottom: 30px
}

.delivery-item-top {
    font-weight: 500
}

.delivery-item-bottom {
    font-weight: 300
}

.delivery-item a {
    color: #ab8b93;
    font-style: normal;
    font-weight: 300;
    line-height: 130%
}

.delivery-desc, .delivery-desc b, .delivery-desc li {
    color: #666;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    line-height: 130%
}

.delivery-desc {
    font-weight: 300
}

.delivery-desc b {
    font-weight: 500
}

.delivery-desc li {
    font-weight: 300;
    text-transform: inherit
}

.delivery-block p, .delivery-block-desc b {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    color: #666
}

.delivery-map {
    margin-bottom: 30px;
    height: 500px
}

.delivery-block-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0
}

.delivery-block {
    border: 1px solid rgba(199, 170, 177, .4);
    background: #fcf8f9;
    padding: 35px 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 49%
}

.delivery-block p {
    font-size: 24px;
    line-height: 130%
}

.delivery-block span {
    color: #666;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-align: center
}

.delivery-block-desc b {
    font-size: 24px;
    line-height: 180%
}

.delivery-block-desc p, .delivery-desc b.b-color {
    color: #ab8b93;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    font-style: normal
}

.delivery-block-desc p {
    margin-bottom: 5px
}

.delivery-block-desc .p-upper {
    text-transform: uppercase;
    color: #666;
    font-family: "Tenor Sans"
}

.delivery-desc b.b-color {
    margin-bottom: 20px
}

.boxberry {
    background: #e92752
}

.boxberry-border {
    border-top: 2px solid #e92752;
    margin-top: 118px
}

.cdek-border {
    border-top: 2px solid #25a13b;
    margin-top: 118px
}

.cdek {
    background: #25a13b
}

@media (max-width: 991px) {
    .delivery-nav .breadcrumb.brand-breadcrumb {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
        margin-top: 20px
    }

    .delivery-info__content {
        margin-top: 50px
    }

    .delivery-block-wrap {
        flex-wrap: wrap;
        gap: 30px
    }

    .delivery-block {
        flex-basis: 100%
    }

    .background-wrap-delivery {
        background-position: 50% 100% !important
    }
}

@media (max-width: 768px) {
    .collapsible, .item-char .item-group {
        font-family: 'Tenor Sans';
        line-height: 130%;
        font-style: normal;
        font-weight: 400
    }

    .new-footer__ul {
        padding-left: 20px
    }

    .online-consultation {
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .online-consultation__btn {
        bottom: 20px
    }

    .bestsellers-detail .bestsellers-wrap .bestsellers-title {
        padding-top: 18px !important
    }

    .bestsellers-detail .bestsellers .bestsellers-wrap .bestsellers-title {
        padding-top: 10px !important
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-prev {
        left: 30px !important
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow.slick-next {
        right: 30px !important
    }

    .prise-block {
        font-size: 20px !important
    }

    .item-char .item-group {
        font-size: 14px;
        color: #666
    }

    .bestsellers.brand_sections.selection__redesign .bestsellers-wrap.content-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .favor-mob {
        top: 7px
    }

    .item-body .item-cards__status-text {
        min-width: 100px !important
    }

    #selections-in-detail .brand_sections-wrap .brand_sections-list .item-cards .item-cards__inner, #selections-in-detail .brand_sections-wrap .brand_sections-list .item-cards .item-cards__item {
        overflow: hidden
    }

    .bestsellers-detail .bestsellers-wrap.content-wrap .slick-slider .slick-arrow {
        display: block !important;
        bottom: -6.5% !important
    }

    .footer-bottom-right, .garanty .about-wrap.about-logo, .new-footer__logo-wrap, .new-footer__row {
        display: none
    }

    .lc-mob, .new-footer__row-mob {
        display: block
    }

    .footer-middle-top {
        padding-top: 25px
    }

    .collapsible {
        cursor: pointer;
        padding: 17px 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: 0;
        border-bottom: 1px solid #ab8b93;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff
    }

    .big-mob, .big-mob img {
        max-width: 100% !important;
        width: 100% !important;
        max-height: 200px
    }

    .collapsible:after {
        content: url("/local/templates/lecreme_2026/img/bottom-white.png");
        float: right;
        margin-left: 5px
    }

    .collapsible.active:after {
        content: url("/local/templates/lecreme_2026/img/top-white.png")
    }

    .new-footer .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .collapsible .content.subcr-form {
        padding-left: 0;
        padding-right: 0
    }

    .collapsible .content.subcr-form form {
        padding-top: 18px
    }

    .footer-middle-top {
        border: none;
        margin-top: 0;
        font-size: 20px;
        text-align: center
    }

    .about-info.content-wrap.garanty, .footer-middle-social {
        flex-wrap: wrap
    }

    .big-mob {
        flex-basis: 100%;
        margin-bottom: 10px
    }

    .footer-item-label {
        font-size: 12px;
        height: 20px;
        width: 90%;
        max-width: 120px;
        bottom: -4px;
        cursor: pointer
    }

    .footer-item-label:hover {
        color: #fff;
        text-decoration: none
    }

    .big-mob .footer-item-label {
        font-size: 12px;
        height: 30px;
        max-width: 120px;
        bottom: -5px
    }

    .footer-middle-social {
        justify-content: inherit
    }

    .new-footer__ul {
        margin-top: 13px
    }

    .new-footer__ul li {
        margin-bottom: 5px
    }

    .footer-middle-item {
        flex-basis: 31% !important
    }

    .footer-middle-item.big-mob {
        flex-basis: 100% !important
    }

    .footer-middle-bottom {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        margin-top: 10px
    }

    .footer-bottom-phone, .footer-bottom-right-mob {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px
    }

    .footer-bottom {
        margin: unset;
        padding-top: 20px;
        margin-top: 30px;
        display: flex;
        flex-direction: column
    }

    .footer-bottom-right-mob {
        display: block;
        color: #fff
    }

    .footer-bottom-phone {
        margin-right: 0
    }

    .new-footer__copyright {
        padding-bottom: 65px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 33px
    }

    .inner-title {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 120%
    }

    .level-container-parent .logo-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 130%
    }

    .garanty .about-wrap.about-desc {
        width: 100%
    }

    .bestsellers-assortment, .bestsellers.brand_sections .bestsellers-wrap .brand_sections-list {
        flex-direction: column
    }

    .mobile__title {
        height: auto
    }

    .mobile__content {
        background: unset;
        position: absolute;
        z-index: 2;
        bottom: 0
    }

    .mobile__text {
        color: #fff
    }

    .article-b__feeds {
        margin-bottom: 50px !important
    }

    .del-title, body #bx-soa-order .checkbox .custom-control-label .bx-soa-pp-company-smalltitle-logo-img img {
        max-width: 100%
    }

    .delivery-subtitle, .delivery-title {
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-style: normal
    }

    body #bx-soa-order .checkbox .custom-control-label .bx-soa-pp-company-smalltitle-logo-img {
        max-width: 105px
    }

    body .checkout-delivery .checkbox {
        margin-bottom: 25px
    }

    .background-wrap.background-wrap-delivery {
        height: 40vh
    }

    .del-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 146%;
        letter-spacing: .072px;
        text-transform: uppercase;
        width: 100%
    }

    .delivery-title {
        font-size: 20px;
        line-height: 39px;
        letter-spacing: .052px
    }

    .delivery-info__content {
        margin-top: 50px
    }

    .delivery-subtitle {
        font-size: 15px;
        line-height: 130%;
        height: 45px;
        padding: 15px 19px
    }

    .delivery-map {
        height: 33vh;
        margin-bottom: 10px
    }

    .delivery-item {
        flex-basis: 100%;
        margin-bottom: 20px
    }

    .delivery-block-desc p, .delivery-desc b, .delivery-desc b.b-color, .delivery-item-top {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%
    }

    .delivery-desc, .delivery-desc li, .delivery-item-bottom {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%
    }

    .delivery-item a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        text-decoration-line: underline
    }

    .delivery-block p {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 165%;
        margin-bottom: 5px
    }

    .delivery-block span {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 165%;
        text-align: center
    }

    .delivery-block-wrap {
        margin: 22px 0;
        gap: 13px
    }

    .delivery-block {
        padding: 15px 0
    }

    .delivery-block-desc {
        margin-top: 10px
    }

    .delivery-block-desc b {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%
    }

    .delivery-info {
        padding-bottom: 100px
    }
}

#boxberrySelectPvzWidget, .brand_sections-wrap .brand_sections-list .item-cards .item-cards_text {
    justify-content: flex-end
}

.bxbbutton {
    background: #c7aab1;
    border-radius: .25rem;
    display: table;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    font-family: Roboto, sans-serif;
    line-height: 28px;
    border: 1px solid transparent;
    padding: .375rem .75rem
}

#boxberrySelectPvzWidget {
    display: flex;
    margin-top: 20px
}

.desc-span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #ab8b93;
    font-family: Roboto
}

.search-title-result-item-current-price.text-primary, .search-title-result-item-link {
    font-weight: 400;
    line-height: 1.5;
    font-family: Onest !important;
    letter-spacing: .002em;
    color: #333 !important
}

@media screen and (max-width: 592.98px) {
    .item-body__text {
        margin-bottom: 35px
    }

    body #ID_PAY_SYSTEM_ID_4 ~ .custom-control-label {
        background-position: 48px 0
    }
}

.search-title-button {
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 45px;
    height: calc(1.5em + .75rem)
}

.title-search-result {
    border: 1px solid #ced4da;
    display: none;
    overflow: hidden;
    z-index: 205;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px
}

.search-title-result-item {
    border-bottom: 1px solid #ddd
}

.search-title .search-title-result-item:last-child {
    border-bottom: none
}

.search-title-result-item-price {
    font-size: 16px
}

.search-title-result-item-old-price {
    font-size: 80%;
    text-decoration: line-through
}

.search-btn {
    background: 0 0;
    border: none;
    position: absolute;
    top: 15%;
    left: 0;
    width: 36px
}

.search-title-result-item-link {
    transition: 170ms linear;
    font-size: 1rem;
    text-align: left
}

.search-title-result-item-current-price.text-primary {
    font-size: 1.2rem
}

.search-popup_exit-btn {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 5px
}

#search .input-group-append {
    width: 40px
}

#search {
    display: flex;
    max-width: 100%;
    width: 100%
}

#search form {
    max-width: 97%;
    width: 100%
}

#search form .input-group {
    display: flex;
    width: 100%;
}

.item-char div {
    min-width: 120px
}

.message-popup__wrap {
    background-color: #474747
}

.message-popup-span {
    line-height: 36px
}

.alert.alert-info {
    line-height: 30px
}

.bx-soa-pp-company-smalltitle-logo-img {
    max-width: 150px;
    width: 100%
}

body .checkout-delivery .checkbox {
    margin: 0 0 20px
}

.brand_about_bottom .brand_about-wrap {
    border-top: unset !important;
    padding-top: 0 !important
}

.brand_sections-detail .brand_sections-wrap .brand_sections-list .item-cards .item-cards_text {
    justify-content: flex-end;
    flex-direction: column;
    align-items: center
}

.main-brand .shop-content.redesign {
    border-bottom: 1px solid #dac5b2;
    padding-bottom: 30px
}

@media (max-width: 768px) {
    body > div.wrapper > main > div.bestsellers.brand_bestsellers .item-cards .card_title-url_link .item-cards__title {
        font-size: 12px;
        line-height: 130%
    }

    .bestsellers.brand_bestsellers .bestsellers-wrap.content-wrap .slick-slider {
        margin-bottom: 0
    }

    .brand_about_bottom .brand_about_bottom-title {
        font-size: 20px;
        line-height: 24px
    }

    .main-brand .shop-content.redesign {
        border-bottom: unset;
        padding-bottom: 0
    }

    .main-brand .bestsellers.brand_bestsellers .bestsellers-wrap.content-wrap .bestsellers-assortment {
        border-bottom: 1px solid #dac5b2;
        padding-bottom: 30px
    }
}