

/* Start:/local/templates/main_eng/fonts/Angst/font.css?1743156421427*/
@font-face {
    font-family: 'Angst';
    font-weight: normal;
    src: url("/local/templates/main_eng/fonts/Angst/./AngstVF.ttf");
}

@font-face {
    font-family: 'Angst';
    font-weight: 100;
    src: url("/local/templates/main_eng/fonts/Angst/./Static/Angst-0.otf");
}

@font-face {
    font-family: 'Angst';
    font-weight: 200;
    src: url("/local/templates/main_eng/fonts/Angst/./Static/Angst-50.otf");
}

@font-face {
    font-family: 'Angst';
    font-weight: 300;
    src: url("/local/templates/main_eng/fonts/Angst/./Static/Angst-100.otf");
}
/* End */


/* Start:/local/templates/main_eng/fonts/DidactGothic/font.css?1743156421121*/
@font-face {
    font-family: 'Didact Gothic';
    font-weight: normal;
    src: url("/local/templates/main_eng/fonts/DidactGothic/./DidactGothic-Regular.ttf");
}
/* End */


/* Start:/local/templates/main_eng/css/fancybox.min.css?174315642118306*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.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: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    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;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    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:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        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%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #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 fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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));
        }
    }
}
/* Share */

.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 0;
}

.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 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.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__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.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: center center;
    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: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    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: all .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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/main_eng/css/media.css?17431564211162*/
@media (max-width: 1600px) {
    .top-items {
        gap: 20px !important;
    }
}

@media (max-width: 1400px) {
    .headerTop {
        padding: 0 15px !important;
    }

    .topUserMenu li span {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.8);
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        transform: translateX(-100vw);
    }

    .sectionList {
        flex-direction: column;
    }

    .sectionItem {
        width: 100% !important;
    }

    .sections-list__title {
        font-weight: 400 !important;
        font-size: 40px !important;
        line-height: 50px !important;
        text-align: center !important;

        color: #FFFFFF !important;

        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    }

    .buyer-service-block .section-content ol li {
        width: 50% !important;
    }

    .section-title {
        font-size: 28px !important;
        line-height: 39px !important;
    }
}
/* End */


/* Start:/local/templates/main_eng/styles.css?174315642152368*/
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.main-container {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}

.logoSide img {
    height: 40px;
}

.headerTop {
    height: 90px;
    background: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    z-index: 15;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.cutomerReview {
    font-size: 14px;
    line-height: 140%;
}

.top-items {
    display: flex;
    align-items: center;
    gap: 42px;
    white-space: nowrap;
}

.topUserMenu,
.main-menu ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.topUserMenu svg,
.main-menu svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.topUserMenu a,
.main-menu a {
    color: #000;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .2s ease color;
}

.topUserMenu a:hover,
.main-menu a:hover {
    color: #5d5d5d;
}

.sections-list {
    padding: 120px 0 80px;
    position: relative;
    z-index: 2;
}

.sections-list__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: 860px;
}

.sections-list__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sections-list__title {
    font-family: 'Angst', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    line-height: 124%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sections-list__subtitle {
    font-family: 'Didact Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sections-list__button {
    display: flex;
    justify-content: center;
    padding: 50px 0 75px;
}

.sections-list__top {
    max-width: 660px;
    margin: auto;
    position: relative;
}

.sections-list__top:before {
    content: '';
    background: radial-gradient(circle, #000 0%, transparent 70%);
    position: absolute;
    display: block;
    width: 860px;
    height: 860px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .5;
}

.main-button {
    height: 38px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    min-width: 140px;
    padding: 0px 20px 0px;

    background: #F39BAE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none !important;

    outline: none !important;

    color: #FFFFFF !important;
}

.callback-form .main-button {
    height: 56px;
}

.main-button--white {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid rgba(0,0,0,.4);
}

.section-list__blocks {
    padding: 50px 87px 75px;
    background: #fff;
    border: 1px solid rgba(243, 155, 174, 1);
    margin-top: 65px;
}

.section-title {
    font-family: 'Angst', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.sectionList {
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

.sectionItem {
    width: 50%;
    background: #FFFFFF;
    border: 1px solid #F39BAE;
    position: relative;
}

.section-list__blocks .section-title {
    margin-bottom: 45px;
}

.sectionItem .imageHolder {
    position: relative;
    padding: 5px 0;
}

.sectionItem .imageHolder:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 65%;
}

.sectionItem .imageHolder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sectionItem .sectionName {
    background: #FFFFFF;
    border: 1px solid #F39BAE;
    text-decoration: none !important;
    display: inline-flex;

    height: 38px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    min-width: 140px;

    padding: 0px 20px 0px;

    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;

    transform: translate(-50%, 50%);

    color: #F39BAE;
}

.section-list__blocks-button {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.catalogSlider {
    margin: 0 -25px 0;
    padding-top: 5px;
}

.catalogSlide {
    padding: 0 25px;
}

.catalogSlide__inset {
    background: #fff;
    border: 1px solid #FFC7D3;
    position: relative;
    padding: 0 5px 15px;
}

.catalogSlidePictureWrapper {
    position: relative;
}

.catalogSlidePictureWrapper:before {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    content: '';
    display: block;
}

.catalogSlideFavorite {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 17px;
    right: 24px;
    color: rgba(243, 155, 174, 1) !important;
    z-index: 2;
    cursor: pointer;
}

.catalogSlideFavorite.thisActive svg,
.catalogSlideFavorite.thisActive svg path {
    fill: rgba(243, 155, 174, 1);
}

.catalogSliderArrow {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 30px;
    padding: 2px;
    transition: .3s;
    position: absolute;
    top: 40%;
    z-index: 5;
}

.catalogSliderArrow.csArrowPrev {
    left: 0;
    transform: translateX(25%);
}

.catalogSliderArrow.csArrowNext {
    right: 0;
    transform: translateX(-25%);
}

.catalogSliderArrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.catalogSliderArrow svg {
    float: left;
}

.slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    bottom: -40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    background: #D9D9D9;
    font-size: 0;
    overflow: hidden;
    border: none;
    text-indent: 10000px;
    border-radius: 15px;
}

.slick-dots li.slick-active button {
    background: rgba(243, 155, 174, 1);
}

.catalogSlideInfo {
    text-align: center;
    padding: 25px 10px 0;
}

.catalogSlideName {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.catalogSlideButton a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-decoration: 1px underline;
    text-decoration-skip-ink: none;

    color: #F39BAE;
}

.home-paddings {
    padding: 80px 0;
}

.menu-this-active .footer-menu-title svg {
    transform: rotate(180deg);
}

footer {
    background: rgba(255, 199, 211, 0.27);
    padding: 65px 0;
}

.footer-logo {
    width: 100%;
}

.footer-logo img {
    max-width: 124px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-menu-title svg {
    display: none;
    width: 16px;
    transition: .2s;
}

.footer-menu ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-decoration: none !important;
}

.footer-contacts {
    margin-top: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.footer-contacts__title {
    margin-bottom: 15px;
    font-weight: 600;
}

footer hr {
    margin: 45px 0;
    border: none;
    border-top: 1px solid #9F9F9F;
}

.footer-copyright {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.footer-conditions {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.buyer-service-block .section-content ol {
    counter-reset: listCounter;
    padding: 0;
    margin: 0;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
}

.buyer-service-block .section-content ol li {
    counter-increment: listCounter;
    width: 33.3333333%;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    min-height: 215px;
}

.buyer-service-block .section-content ol li a {
    text-decoration: none !important;
}

.buyer-service-block .section-content ol li span {
    display: block;
    font-size: 14px;
    color: #F39BAE;
    text-shadow: 0px 0px 5px white;
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (max-width: 768px) {
    .buyer-service-block .section-content ol li span {
        justify-content: center;
        font-size: 12px;
    }
}

.buyer-service-block .section-content ol li span::after {
    content: '';
    width: 16px;
    height: 16px;
    translate: 0 0.5px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23F39BAE' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 4.5l7.5 7.5-7.5 7.5'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .buyer-service-block .section-content ol li span::after {
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.2' stroke='%23F39BAE' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 4.5l7.5 7.5-7.5 7.5'%3E%3C/path%3E%3C/svg%3E");
    }
}

.buyer-service-block .section-content ol li::before {
    content: counter(listCounter);
    font-family: 'Angst';
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 29px;
    color: rgba(243, 155, 174, 0.5);
    margin-right: -40px;
    min-width: 75px;
}

.buyer-service-block .section-content ol li:nth-child(4),
.buyer-service-block .section-content ol li:nth-child(5),
.buyer-service-block .section-content ol li:nth-child(6),
.buyer-service-block .section-content ol li:nth-child(10),
.buyer-service-block .section-content ol li:nth-child(11),
.buyer-service-block .section-content ol li:nth-child(12) {
    justify-content: flex-end;
}

.buyer-service-block .section-content ol li:nth-child(2)::before,
.buyer-service-block .section-content ol li:nth-child(5)::before,
.buyer-service-block .section-content ol li:nth-child(8)::before,
.buyer-service-block .section-content ol li:nth-child(11)::before,
.buyer-service-block .section-content ol li:nth-child(14)::before {
    color: rgba(211, 211, 211, 0.5);
}

.buyer-service-block {
    padding: 80px 0 160px;
}

.default-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.default-text a {
    color: #1e1e1e;
}

.default-text ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.verification-ul {
    gap: 30px !important;
}

.section-button {
    margin-top: 60px;
}

.page-default-block__picture img {
    width: 100%;
    max-height: 570px;
    object-fit: contain;
}

.catalogSlideName a {
    display: -webkit-box;

}

.main-input {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    height: 56px;
    width: 100%;
    border: 1px solid #F39BAE;
    outline: none;
    padding: 14px 20px;
}

.arty-form__input-holder p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumbs {
    display: flex;
    font-size: 12px;
    list-style: none;
    padding: 0;
    align-items: center;
    margin: 0 0 20px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
}

.breadcrumbs li:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    margin: 0px 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23555' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3' /%3E%3C/svg%3E%0A");
}

.breadcrumbs li span {
    max-width: 200px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs li a {
    color: #888;
    text-decoration: none !important;
    max-width: 250px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.page-title {
    font-family: 'Angst';
    font-style: normal;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: #000000;
}

.arty-form--default {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 60px;
}

.arty-form__preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    min-height: 80px;
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
}

.arty-form__preloader.this-active {
    visibility: visible;
    opacity: 1;
}

.arty-form__input-holder {
    padding: 15px 0;
}

.arty-form__input-holder p {
    margin: 0 0 8px;
    font-weight: 500;
}

.arty-form__title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.arty-form__description {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 20px;
}

.arty-form__button-side {
    text-align: center;
    margin-top: 20px;
}

.arty-form__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0 0;
}

.arty-form__footer a {
    color: #333;
}

.required-field {
    color: red;
}

.bx-auth {
    margin: auto;
}

.profile-page {
    padding: 40px 0 60px;
}

.user-profile {
    background: #fff;
    box-shadow: 0px 5px 35px rgba(0,0,0,.1);
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
}

:root {
    --backdrop-picture: none;
}

.user-profile__header {
    position: relative;
    z-index: 2;
    padding: 35px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.user-profile__header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, rgba(255,255,255,.8));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: -1;
    border-radius: 5px 5px 0 0;
}

.user-profile__header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--backdrop-picture);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    border-radius: 6px 6px 0 0;
}

.user-profile__avatar {
    width: 72px;
    min-width: 72px;
    height: 72px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.user-profile__avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.user-profile__address {
    display: flex;
    color: #a2a2a2;
    gap: 4px;
    font-size: 14px;
    align-items: center;
}

.user-profile__address svg {
    width: 13px;
    min-width: 13px;
    height: 13px;
}

.user-profile__names {
    font-size: 18px;
    font-weight: 500;
}

.user-profile__links ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px 15px;
    list-style: none;
}

.user-profile__links ul li a {
    display: flex;
    gap: 10px;
    text-decoration: none !important;
    color: #1d1d1d;
    padding: 10px 15px;
    align-items: center;
    border-radius: 5px;
    transition: .3s background;
}

.user-profile__links ul li a:hover {
    background: rgba(0,0,0,.04);
}

.user-profile__links ul li a span {
    min-width: 18px;
    height: 18px;
}

.user-profile__links ul li a span svg {
    float: left;
}

.user-orders {
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
}

.user-orders__item {
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 35px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-orders__order-id {
    font-size: 14px;
    color: #a1a1a1;
}

.user-orders__name {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.user-orders__status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.user-orders__status-dot {
    display: block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 8px;
}

.user-orders__status-dot--pending {
    background: #ff8100;
}

.user-orders__status-dot--delivery {
    background: #0ecc9b;
}

.user-orders__status-dot--completed {
    background: #64cc0e;
}

.user-orders__status-dot--canceled {
    background: #d01616;
}

.this--element {
    padding: 60px 0;
}

.elementSlide img {
    width: 100%;
}

.elementSliderArrow {
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 24px / 2);
    border: none;
    background: none;
    padding: 0;
    transition: .3s;
}

.elementSliderArrow.elArrowNext {
    right: -32px;
}

.elementSliderArrow.elArrowPrev {
    left: -32px;
}

.elementSliderArrow.slick-arrow.slick-disabled {
    color: #ccc;
}

.elementSliderHolder {
    padding: 0px 60px 60px;
}

.footer-contacts__content {
    font-weight: 300;
}

.elementButtons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.elementButtons .main-button {
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    min-width: 40px;
}

.elementButtons .main-button.favorites-button {
    padding: 0px 6px;
    min-width: 40px;
}

.elementButtons .main-button.favorites-button svg {
    width: 20px;
    height: 20px;
}

.elementButtons .main-button.favorites-button.thisActive svg {
    fill: #fff;
}

.elementButtonsDescription {
    margin-bottom: 40px;
    color: #999;
    font-weight: 600;
}

.elementTabTitle {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.mainPopupHolder {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.mainPopupHolder.isActive {
    visibility: visible;
    opacity: 1;
}

.mainPopupOverflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.8);
}

.mainPopup {
    position: relative;
    z-index: 2;
    min-width: 800px;
    background: #fff;
    border-radius: 5px;
}

.itemPopupPicture {
     width: 100%;
     padding-bottom: 100%;
     position: relative;
 }

.itemPopupPicture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mpContent {
    padding: 20px;
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.mpSmall .mainPopup {
    min-width: 220px;
}

.elementTabContent {
    display: none;
}

.mpTitle {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.mpTitle a {
    color: #111111;
    text-decoration: none;
}

.mpTitle svg {
    width: 24px;
    height: 24px;
}

.this--catalog {
    padding: 60px 0;
}

.this--blog {
    padding: 60px 0;
}

.notFound .buttonsHolder {
    display: flex;
    gap: 20px;
}

.page-holder .page-default-block {
    padding: 20px 15px !important;
}

.notFound > span {
    font-size: 26px;
    font-weight: 500;
}

.catalogFilterMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalogFilterMenu a {
    display: block;
    text-decoration: none !important;
    font-weight: 500;
    color: #111;
}

.catalogFilterMenu > li {
    padding: 6px 0;
}

.catalogFilterMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.catalogFilterMenu ul > li {
    display: flex;
    gap: 10px;
}

.catalogFilterMenu ul li:before {
    content: '';
    width: 16px;
    height: 21px;
    margin-top: -10px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.catalogFilterMenu ul li:first-child:before {
    height: 16px;
    margin-top: -5px;
}

.thisItemActive > a {
    font-weight: 700;
}

.subCategories > a {
    margin-bottom: 6px;
}

[data-artyselect] {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100000px;
}

.artysSelector--wrap {
    position: relative;
    font-family: 'Inter', sans-serif;
}
.artysSelector--wrap .artysSelector--selected {
    border-bottom: 1px solid #f1f1f1;
    color: #111;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    max-width: 260px;
    margin-bottom: -1px;
    padding: 10px;
    padding-right: 50px;
    transition: 0.2s;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 2;
}
.artysSelector--wrap .artysSelector--selected:hover {
    background: #f6f6f6;
}
.artysSelector--wrap .artysSelector--selected .artysSelector--arrow {
    position: absolute;
    width: 8px;
    height: 10px;
    top: calc(50% - 5px);
    right: 15px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
    transition: 0.2s transform;
    background-size: contain;
}
.artysSelector--wrap ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.3s ease-in-out;
    z-index: 2;
    list-style: none !important;
    padding: 0;
    margin: 0;
    max-width: 260px;
}
.artysSelector--wrap ul li {
    cursor: pointer;
    padding: 10px 10px;
    font-weight: 500;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}
.artysSelector--wrap ul li:last-child {
    border: none;
}
.artysSelector--wrap ul li:hover {
    background: #f9f9f9;
}
.artysSelector--wrap ul li.artysSelector--active {
    color: #000;
}
.artysSelector--wrap.this--opened .artysSelector--selected {
    border-color: #000;
}
.artysSelector--wrap.this--opened .artysSelector--arrow {
    transform: rotate(180deg);
}
.artysSelector--wrap.this--opened ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(1px);
}

.artysSelector--disabled {
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination ul li a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #111;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 6px;
    border-radius: 1px;
}

.pagination ul li a svg {
    width: 16px;
}

.pagination ul li a.bDisabled {
    opacity: .2;
}

.pagination ul li a.thisActive {
    background: rgba(255, 199, 211, 0.27);
}


.catalogSlide {
    padding: 0px 20px;
}

.catalogSlideButton {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.catalogSlideButton .mainButton {
    font-size: 14px;
    cursor: pointer;
}

.catalogSlideButton .mainButton svg {
    height: 20px;
    width: 20px;
}

.catalogSlideButton .mainButton.thisActive svg {
    fill: #000;
}

.catalogSlidePictureWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.catalogSlideName a {
    text-decoration: none !important;
    color: #000 !important;
    margin: 15px 0;
    max-height: 70px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 500;
    text-align: center;
}

.catalogSlideFavorite {
    padding: 0px 6px;
}

.catalogSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0 0 45px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.catalogSlider .slick-dots button {
    display: none;
}

.catalogSlider .slick-dots li {
    width: 8px;
    height: 8px;
    background: #ccc;
    cursor: pointer;
    transition: .3s;
    border-radius: 8px;
}

.catalogSlider .slick-dots li.slick-active {
    background: rgba(255, 199, 211, 0.27);
}

.catalogContent {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
    justify-content: stretch;
}

.catalogContent .catalogItem {
    width: 33.3333333333%;
    padding: 25px;
}

.catalogContent .catalogItem .itemPicture {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.catalogContent .catalogItem .itemPicture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.itemName a {
    margin: 15px 0;
    color: #000 !important;
    text-decoration: none !important;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 500;
    text-align: center;
}

.itemButtons {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.itemButtons .main-button.favorites-button {
    padding: 0px 6px;
}

.itemButtons .main-button.favorites-button svg {
    height: 20px;
    width: 20px;
}

.itemButtons .main-button.favorites-button.thisActive svg {
    fill: #000;
}

.blockTitle {
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.blockTitle svg {
    display: none;
}

.spoiler {
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.spoilerTitle {
    padding: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.spoilerTitle svg {
    width: 24px;
    height: 24px;
}

.spoilerContent {
    padding: 0 20px 20px;
    display: none;
    font-weight: 300;
}

.spoiler.thisActive .spoilerTitle svg {
    transform: rotate(180deg);
    transition: .2s;
}

.user-orders__arrow {
    color: #1d1d1d !important;
}

.notFound {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.notFound span {
    font-weight: 500;
    font-size: 32px;
}

.buttonsHolder a {
    color: #1d1d1d;
    text-decoration: none !important;
}

.buttonsHolder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.langSelector {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: -20px;
}

.langSelector li a {
    padding: 10px;
    color: #111 !important;
    text-decoration: none !important;
    transition: .2s;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 500;
}

.langSelector li a svg {
    border-radius: 3px;
    height: 16px;
}

.langSelector li a:hover {
    background: rgba(0,0,0,.1);
    border-radius: 3px;
}

.langUnavailable {
    pointer-events: none;
    opacity: .5;
}

.cookiePopup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-top: 2px solid #000;
    box-shadow: 0px 5px 15px rgba(0,0,0,.2);
    max-width: 420px;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.cookieTitle {
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
}

.cookieContent {
    padding: 0px 20px;
    font-size: 16px;
}

.cookieButton {
    padding: 20px 0;
}

.cookieButton > .mainButton {
    width: 100%;
}

.wWhatsApp {
    font-family: 'Inter', sans-serif;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    background: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-top: 2px solid #F39BAE;
    box-shadow: 0px 5px 25px rgba(0,0,0,.1);
    z-index: 999;
    text-decoration: none !important;
    color:  #1d1d1d !important;
}

.wWhatsApp svg {
    color: #F39BAE;
}

.callback-form {
    margin: auto;
    display: flex;
    gap: 100px;
}

.formThanks {
    font-family: 'Inter', sans-serif;
    text-align: center;
    width: 100%;
}

.section-description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
    margin-top: 10px;
}

.section-description a {
    color: #000;
}

.advantages__slider .slick-arrow {
    top: 60%;
}

.advantages__slide {
    width: 100%;
    max-width: 770px;
    position: relative;
    height: 340px;
    opacity: 0;
    transition: .3s;
}

.advantages__slide.slick-current {
    opacity: 1;
}

.advantages__line1 {
    font-family: 'Angst';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 121%;
    color: #9F9F9F;
    position: absolute;
}

.advantages__line2 {
    font-family: 'Angst';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 121%;
    color: #9F9F9F;
    text-align: right;
}

.advantages__number {
    font-family: 'Angst';
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 90%;
    text-align: center;
    text-indent: 120px;
    color: #9F9F9F;
    padding-top: 120px;
    z-index: 2;
    /*text-shadow: -1px 0px 0px rgba(0,0,0,.5), 0px -1px 0px rgba(0,0,0,.5), 1px 0px 0px rgba(0,0,0,.5), 0px 1px 0px rgba(0,0,0,.5);*/
}

.advantages__number span {
    display: block;
    font-family: 'Angst';
    text-indent: -60px;
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 121%;
    text-align: center;
    color: rgba(255, 199, 211, 0.27);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-shadow: none !important;
}

.advantages__desc {
    font-style: normal;
    font-size: 24px;
    line-height: 121%;
    color: #9F9F9F;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.advantages__slider .csArrowPrev {
    left: calc(50vw - (920px / 2)) !important;
}

.advantages__slider .csArrowNext {
    left: calc(50vw + (920px / 2)) !important;
}

.personal-photo-field {
    display: flex;
    gap: 15px;
}

.personal-photo-field img {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border: 1px solid #F39BAE;
}

.arty-form__small .arty-form__input-holder {
    padding: 7px 0;
}

.arty-form__small .main-input {
    height: 45px;
    padding: 10px 15px;
}

.arty-form__small textarea.main-input {
    height: auto;
    min-height: 60px;
}

.arty-form__small {
    margin-top: -7px;
}

.cookieButton .main-button {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    height: 40px;
}

.mobile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

.mobile-header__top-line {
    padding: 8px 35px;
    background: #FFC7D3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}

.categories__toggle,
.toggle-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.categories__toggle span,
.toggle-menu span {
    width: 18px;
    height: 1.5px;
    background: #000;
    display: block;
}

.mobile-menu {
    position: absolute;
    top:32px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,.1);
    padding: 40px 50px;
    z-index: 20;
    min-width: 275px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: .3s;
    pointer-events: none;
}

.mobile-menu.this-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.mobile-menu ul li {
    margin-top: 18px;
}

.mobile-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none !important;
}

.mobile-menu__logo {
    margin-bottom: 6px;
}

.mobile-menu__logo img {
    height: 32px;
}

.close-menu {
    position: absolute;
    top: 40px;
    right: 40px;
}

.mobile-header__top-line svg {
    width: 14px;
    height: auto !important;
}

.mobile-header__top-line a {
    color: #000;
    text-decoration: none !important;
}

.mobile-header__main-line {
    display: flex;
    align-items: center;
    padding: 15px 15px 80px;
    background: linear-gradient(180deg, rgba(255,255,255,.8), transparent);
}

.mobile-header__main-left,
.mobile-header__main-center,
.mobile-header__main-right {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    gap: 18px;
}
.mobile-header__menu-item {
    color: #000;
}

.mobile-header__menu-item svg {
    width: 18px;
    height: 18px;
    color: #000;
    float: left;
}

.pageTop {
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.inset-page-block {
    padding: 40px 15px !important;
}

.inset-page-block:first-child {
    padding-top: 20px !important;
}

.certificates-grid {
    padding-top: 120px;
}

.cert-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cert-1:before {
    content: '';
    display: block;
    width: 80%;
    height: 90%;
    background: rgba(250, 136, 161, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: -86px;
    margin-left: -64px;
}

.cert-1 img {
    width: 80%;
    position: relative;
}
.cert-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -100px;
}

.cert-2:before {
    content: '';
    display: block;
    width: 80%;
    height: 90%;
    background: rgba(250, 136, 161, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 86px;
    margin-left: 64px;
}

.cert-2 img {
    width: 80%;
    position: relative;
}

.badge {
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.badge img {
    width: 330px;
}

.procedure__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.procedure__item {
    padding: 60px 50px;
    width: 50%;
}

.procedure__item:nth-child(2n) {
    transform: translateY(200px);
}

.procedure__title {
    font-family: 'Angst';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    position: relative;
    color: #000000;
    z-index: 2;
}

.procedure__title span {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    font-family: 'Angst';
    font-style: normal;
    font-weight: 200;
    font-size: 200px;
    line-height: 29px;
    color: rgba(243, 155, 174, 0.5);
    z-index: -1;
}

.procedure {
    padding: 40px 0 200px;
}

.procedure__text {
    margin-top: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    z-index: 2;
    position: relative;
}

.customerReviews .reviewsSlider .csArrowNext {
    right: -32px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.customerReviews .reviewsSlider .csArrowPrev {
    left: -32px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.customerReviews .reviewsSlider .slick-track {
    display: flex !important;
}

.reviewSlide {
    padding: 0 10px;
    height: auto !important;
    float: none !important;
}

.customerReviews {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.customerReviews .slick-dots {
    bottom: -60px;
}

.reviewContent {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    border: 1px solid rgba(0,0,0,.3);
    height: 100%;
}

.customerName {
    margin-top: 15px;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}

.guaranteed-authenticity-block {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .newArriwals {
        margin-top: -60px;
    }

    .cons-block {
        padding: 80px 0;
    }
}

.customerReviews {
    padding-top: 60px;
}
.advantages {
    padding-bottom: 60px;
}

.price-policy-block {
    padding-bottom: 100px;
    margin-top: -120px;
}

.footer-socials {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    gap: 10px;
}

.footer-socials li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 300;
}

.footer-socials li svg {
    height: 20px;
    width: 20px;
}

.footer-socials li a {
    text-decoration: none !important;
    color: #111;
}

.page-default-block__picture--right {
    text-align: right;
}

.page-default-block__picture--right img {
    object-position: center;
}

.element-name {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    margin-top: -60px;
}

@media (max-width: 1520px) {
    .top-items .logoSide img {
        height: 32px;
    }

    .headerTop {
        padding: 0 15px;
    }

    .topUserMenu {
        white-space: nowrap;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
}

@media (max-width: 1366px) {
    .topUserMenu li span {
        display: none !important;
    }
}

@media (max-width: 1280px) {
    .headerTop {
        padding: 0 15px !important;
    }
}

@media (max-width: 768px) {
    .mobile-header {
        display: block;
    }

    .price-policy-block {
        margin-top: 0;
    }

    .mainPopup {
        min-width: 200px;
        width: 90%;
    }

    .mainPopup .mainLabel {
        margin-bottom: 15px;
    }

    .procedure__grid {
        margin: 0;
    }

    .procedure__item {
        transform: none !important;
        width: 100%;
        padding: 20px 20px;
    }

    .procedure__title {
        margin-left: 20px;
        min-height: 90px;
        font-size: 24px;
        line-height: 34px;
        display: flex;
        align-items: center;
    }

    .procedure__title span {
        font-size: 128px;
        line-height: 29px;
        margin-top: 10px;
    }

    .procedure__text {
        font-size: 14px;
        line-height: 18px;
    }

    .procedure {
        padding: 20px 0 !important;
    }

    .pageTop {
        margin-top: 120px;
    }

    .page-title {
        margin-top: 20px;
        font-size: 28px !important;
        line-height: 36px !important;
    }

    html, body {
        overflow-x: hidden;
    }

    .certificates-grid {
        padding-top: 0;
        margin: -40px 0;
    }

    .cert-1,
    .cert-2 {
        margin: 60px 0;
    }

    .cert-1 img,
    .cert-2 img {
        width: 90%
    }

    .cert-1:before {
        margin-top: -40px;
        margin-left: -40px;
    }
    .cert-2:before {
        margin-top: 40px;
        margin-left: 40px;
    }

    .verification-ul {
        gap: 10px !important;
    }

    .badge {
        display: none;
    }

    .sections-list__background {
        height: 600px;
    }

    .catalogSliderArrow.csArrowNext {
        right: 40px;
        transform: none;
    }
    .catalogSliderArrow.csArrowPrev {
        left: 40px;
        transform: none;
    }


    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.8);
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        transform: translateX(-100vw);
    }

    .sectionList {
        flex-direction: column;
    }

    .sectionItem {
        width: 100% !important;
    }
    .sections-list__title {
        font-weight: 400 !important;
        font-size: 36px !important;
        line-height: 48px !important;
        text-align: center !important;

        color: #FFFFFF !important;

        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    }

    .sections-list__subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        max-width: 220px;
        margin: auto;

        color: #FFFFFF;

        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .buyer-service-block .section-content ol li {
        width: 50% !important;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        display: block;
        position: relative;
    }

    .buyer-service-block .section-content ol li p {
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(20%, -65%);

    }



    .buyer-service-block .section-content ol li::before {
        font-weight: 400;
        font-size: 128px;
        line-height: 128px;
        text-align: center;
        left: -40px;
        width: 100%;
        display: block;
        position: relative;
    }

    .buyer-service-block .section-content ol li:nth-child(2n) {
        transform: translateY(50px);
    }

    .section-title {
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 20px;
    }

    .section-list__blocks {
        padding: 25px 44px;
    }

    .section-list__blocks-button {
        margin: 80px 0 40px !important;
    }

    .section-button {
        margin-top: 20px;
        text-align: center;
    }

    .home-paddings .section-title,
    .home-paddings .default-text {
        text-align: center !important;
    }

    .section-button .main-button {
        min-width: 20px;
        height: auto;
        white-space: normal;
        padding: 10px 16px;
    }

    .section-list__blocks .section-title {
        margin-bottom: 25px;
    }

    .sectionItem .imageHolder:before {
        padding-bottom: 69%;
    }

    .sections-list {
        padding: 150px 0 40px;
    }

    .section-content .default-text {
        font-size: 13px;
        line-height: 19px;
    }

    .page-default-block__picture {
        margin-bottom: 20px;
        text-align: center;
    }

    .page-default-block__picture--right {
        width: 100%;
        margin-left: 0%;
        z-index: -1;
        position: relative;
        margin-top: 20px;
    }

    .customerName,
    .cutomerReview {
        font-size: 13px;
    }

    .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        overflow: hidden;
    }

    .slick-dots li button {
        border-radius: 0;
        font-size: 0px;
    }

    .page-default-block__picture--right img {
        width: 100%;
        max-height: 570px;
        object-fit: contain;
    }

    .page-default-block__picture--left {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        z-index: -1;
        position: relative;
    }

    .callback-form {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .main-button {
        height: 38px;
        padding: 0 16px 2px;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: #FFFFFF;
        min-width: 60px;
        border: none;
        min-width: 140px;
    }

    .section-description {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .home-paddings .section-description {
        text-align: center !important;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-contacts__content {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-conditions {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    footer hr {
        border-color: #000 !important;
        opacity: 1;
    }

    .advantages__slide {
        max-width: 80vw;
        margin: 0 10vw;
        padding: 0 40px;
        height: 140px;
    }

    .advantages__line1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 121%;
    }

    .advantages__number {
        font-weight: 400;
        font-size: 64px;
        line-height: 90%;
        text-indent: -30px;
        padding-top: 60px;
    }
    .advantages__number span {
        font-size: 64px;
        line-height: 90%;
        text-indent: -60px;
    }
    .advantages__line2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 121%;
    }
    .advantages__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 121%;
    }
    .page-default-block {
        padding: 0 15px;
    }

    .catalogSlide {
        max-width: 250px;
        transition: .3s;
    }

    .catalogSlide:not(.slick-current),
    .catalogSlide:not(.slick-current) .catalogSlide__inset {
        opacity: .5;
        border: none
    }

    .headerTop {
        display: none;
    }

    .no-padding {
        padding: 0 !important;
    }

    /*.mobile-text-center {
        text-align: center;
    }

    .mobile-text-center .section-title {
        text-align: center !important;
    }*/

    .customerReviews {
        padding: 0 32px 60px;
    }

    .reviewsSlider {
        margin-top: -30px;
    }

    .catalogFilterMenuHolder {
        display: none;
    }

    .advantages__slider .csArrowPrev {
        left: 32px !important;
        right: auto !important;
        top: 70%;
    }

    .advantages__slider .csArrowNext {
        right: 32px;
        left: auto !important;
        top: 70%;
    }

    .advantages__number {
        text-shadow: none !important;
    }

    .mobile-picture-top-margin {
        margin: -80px -20px 10px;
        text-align: center;
    }

    .footer-menu {
        margin-top: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .footer-menu-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0,0,0,.06);
        padding: 15px 0;
        margin: 0;
    }

    .footer-menu-title svg {
        display: block;
    }

    .mobile-header__main-line {
        padding: 15px;
        background: #fff;
    }

    .page-holder .section-description {
        text-align: left !important;
    }

    .page-holder .section-title {
        text-align: center !important;
    }
}

@media (max-width: 520px) {
    .sections-list__background {
        height: 400px;
        top: 50px;
    }
}

button {
    border: none !important;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
}

@media (max-width: 1800px) {
    .menu-grid .topUserMenu a span {
        display: none;
    }
}

.menu-multilevel__item {
    position: relative;
}

.menu-multilevel__item a {
    padding: 15px 0;
}

.menu-multilevel__item:hover
.menu-multilevel__sub {
    transform: translate(-50%, 0%);
    opacity: 1;
    visibility: visible;
}

.menu-multilevel__sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: auto;
    min-width: 240px;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0,0,0,.1);
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 15;
}

.menu-multilevel__sub
.menu-multilevel__item {
    padding: 15px;
}

.menu-multilevel__sub
.menu-multilevel__item a {
    padding: 0;
}

@media (max-width: 1024px) {
    .menu-multilevel__sub {
        position: static;
        opacity: 1;
        visibility: visible;
        translate: none;
        transform: none;
        min-width: 0;
        box-shadow: none;
        background: none;
    }
    .menu-multilevel__sub
    .menu-multilevel__item {
        padding: 0;
    }
    .menu-multilevel__sub
    .menu-multilevel__item a {
        padding: 15px 0;
    }
}
/* End */
/* /local/templates/main_eng/fonts/Angst/font.css?1743156421427 */
/* /local/templates/main_eng/fonts/DidactGothic/font.css?1743156421121 */
/* /local/templates/main_eng/css/fancybox.min.css?174315642118306 */
/* /local/templates/main_eng/css/media.css?17431564211162 */
/* /local/templates/main_eng/styles.css?174315642152368 */
