@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,500i,600,600i,700,700i |Cormorant+SC:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,700&display=swap");
/* ====================================
General Styles
==================================== */

/* ====================================
Home Slider
==================================== */

#home-slider {
    height: 80vh;
    width: 90vw;
    position: relative;
}

.paragraph {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0%, 0, 0);
}

.paragraph-hidden {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(20%, 0, 0);
}

@media screen and (max-width: 750px) {
    .swiper-image-one {
        background-image: url("https://source.unsplash.com/GXOGGENgHnQ/1600x900");
    }

    .swiper-image-two {
        background-image: url("https://source.unsplash.com/Jy6luiLBsrk/1600x900");
    }

    .swiper-image-three {
        background-image: url("https://source.unsplash.com/sFLVTqNzG2I/1600x900");
    }

    .swiper-image-four {
        background-image: url("https://source.unsplash.com/pj1jt4vBGZY/1600x900");
    }

    .swiper-image-five {
        background-image: url("https://source.unsplash.com/Jy6luiLBsrk/1600x900");
    }

    .swiper-image-six {
        background-image: url("https://source.unsplash.com/bxCgan0J1Sg/1600x900");
    }

    .swiper-image {
        width: 100%;
        height: 100%;
    }

    .swiper-image-inner {
        background-size: cover;
        /* background-position: center center; */
        background-position: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .swiper-image-inner.swiper-image-left {
        padding: 4rem;
    }

    .swiper-image-left {
        transition: all 1s linear;
        transition-delay: 1s;
    }

    .swiper-image-inner.swiper-image-right {
        transition: all 1s linear;
        transition-delay: 1s;
        background-blend-mode: multiply;
    }

    h1 {
      
            /*font-family: "Cormorant Garamond", serif;*/
        font-weight: 500;
        color: #000;
        /*align-self: flex-start;*/
        margin: 0 0 auto 0;
        font-size: 50px;
        line-height: 1;
        display: inline;
        /*transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;*/
        /*transform: translate3d(-20%, 0, 0);*/
        /*opacity: 0;*/
     
        
    }

    h1 span.emphasis {
        font-weight: 700;
        font-style: italic;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
        transform: translate3d(-20%, 0, 0);
        display: inline-block;
    }


h2 {
        /*font-family: "Cormorant Garamond", serif;*/
        font-weight: 500;
        color: #000;
        /*align-self: flex-start;*/
       /* margin: 0 0 auto 0; */
        font-size: 38px;
        line-height: 1;
        display: inline;
        /*transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;*/
        /*transform: translate3d(-20%, 0, 0);*/
        /*opacity: 0;*/
    }







    .swiper-slide.swiper-slide-active h1,
    .swiper-slide.swiper-slide-active .paragraph,
    .swiper-slide.swiper-slide-active h1 span.emphasis,
    .swiper-slide.swiper-slide-active h1 + p {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media screen and (min-width: 750px) {
    .swiper-image-one {
        background-image: url("https://source.unsplash.com/GXOGGENgHnQ/1600x900");
    }

    .swiper-image-two {
        background-image: url("https://source.unsplash.com/Jy6luiLBsrk/1600x900");
    }

    .swiper-image-three {
        background-image: url("https://source.unsplash.com/sFLVTqNzG2I/1600x900");
    }

    .swiper-image-four {
        background-image: url("https://source.unsplash.com/pj1jt4vBGZY/1600x900");
    }

    .swiper-image-five {
        background-image: url("https://source.unsplash.com/Jy6luiLBsrk/1600x900");
    }

    .swiper-image-six {
        background-image: url("https://source.unsplash.com/bxCgan0J1Sg/1600x900");
    }

    .swiper-image {
        width: 100%;
        height: 100%;
    }

    .swiper-image-inner {
        background-size: cover;
        /* background-position: center center; */
        background-position: right;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .swiper-image-inner.swiper-image-left {
        padding: 4rem;
    }

    .swiper-image-left {
        transition: all 1s linear;
        transition-delay: 1s;
    }

    .swiper-image-inner.swiper-image-right {
        transition: all 1s linear;
        transition-delay: 1s;
        background-blend-mode: multiply;
    }

     h1 {
        /*font-family: "Cormorant Garamond", serif;*/
        font-weight: 500;
        color: #000;
        /*align-self: flex-start;*/
        margin: 0 0 auto 0;
        font-size: 50px;
        line-height: 1;
        display: inline;
        /*transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;*/
        /*transform: translate3d(-20%, 0, 0);*/
        /*opacity: 0;*/
    }

    h1 span.emphasis {
        font-weight: 700;
        font-style: italic;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
        transform: translate3d(-20%, 0, 0);
        display: inline-block;
    }
    
    
    
    h2 {
        /*font-family: "Cormorant Garamond", serif;*/
        font-weight: 500;
        color: #000;
        /*align-self: flex-start;*/
       /* margin: 0 0 auto 0; */
        font-size: 38px;
        line-height: 1;
        display: inline;
        /*transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;*/
        /*transform: translate3d(-20%, 0, 0);*/
        /*opacity: 0;*/
    }
    
    

    .swiper-slide.swiper-slide-active h1,
    .swiper-slide.swiper-slide-active .paragraph,
    .swiper-slide.swiper-slide-active h1 span.emphasis,
    .swiper-slide.swiper-slide-active h1 + p {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* Swiper css file. Only thing changed down here is the pagination styling */

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
    overflow-x: hidden;
    display: flex;
}

/* Auto Height */

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

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    opacity: 0.4;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 15px;
    bottom: 15px;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: "Vogue";
    src: url("../fonts/VogueHighlineSerif-Medium.eot");
    src: url("../fonts/VogueHighlineSerif-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/VogueHighlineSerif-Medium.woff2") format("woff2"),
        url("../fonts/VogueHighlineSerif-Medium.woff") format("woff"),
        url("../fonts/VogueHighlineSerif-Medium.svg#VogueHighlineSerif-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GrillSans Medium";
    src: url("../fonts/GillSansC.otf") format("truetype");
}

@font-face {
    font-family: "GrillSans Bold";
    src: url("../fonts/GillSansC-Bold.otf") format("truetype");
}

@font-face {
    font-family: "GrillSans Light";
    src: url("../fonts/GillSansLightC.otf") format("truetype");
}

@font-face {
    font-family: "Akzidenz-Grotesk Pro Italic Bold";
    src: url("../fonts/AkzidenzGroteskPro-BoldExIt.eot");
    src: local("Akzidenz-Grotesk Pro BoldExtIt"), local("AkzidenzGroteskPro-BoldExIt"),
        url("../fonts/AkzidenzGroteskPro-BoldExIt.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AkzidenzGroteskPro-BoldExIt.woff") format("woff"),
        url("../fonts/AkzidenzGroteskPro-BoldExIt.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

.btnContainer {
    display: flex;
    justify-content: center;
}

.btnContainer .discounts__data_button {
    margin: 0 auto;
}

html {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

html[data-noTransition="true"] * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.content {
    width: 100%;
}

.button-white {
    background-color: white;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid black;
    margin-right: 60px;
    cursor: pointer;
    pointer-events: all;
    transition: 0.4s;
    text-decoration: none;
    color: black;
}

.button-black {
    background-color: black;
    color: white;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid black;
    cursor: pointer;
    pointer-events: all;
    transition: 0.4s;

    text-decoration: none;
}

.button-black a {
    color: white;
    text-decoration: none;
}

.arrowButton {
    color: black;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.arrowButton._disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.arrowButton .arrowButton__arrow {
    margin-left: 15px;
    transition: 0.3s;
}

.arrowButton.disabled {
    opacity: 0.5;
}

.navArrow {
    transition: 0.3s;
    cursor: pointer;
}

.navArrow.swiper-button-disabled {
    opacity: 0 !important;
    cursor: default !important;
    pointer-events: none !important;
}

.navArrow.swiper-button-disabled::after {
    opacity: 0 !important;
    cursor: default !important;
    pointer-events: none !important;
}

.button-dropdown svg path {
    transition: 0.4s;
}

.button-dropdown__text {
    margin-right: 10px;
}

.button-dropdown.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.customSelect {
    position: relative;
    width: 220px;
    height: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    background-color: white;
}

.customSelect .customSelect__window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 5px;
}

.customSelect .customSelect__window_text {
    font-family: "Vogue" !important;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.customSelect .customSelect__window_arrow {
    transition: 0.3s;
}

.customSelect .customSelect__dropdown {
    position: absolute;
    bottom: -10px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    transform: translate(0, 100%);
    z-index: 5;
    display: none;
    box-sizing: border-box;
    padding-left: 5px;
}

.customSelect .customSelect__dropdown_item {
    font-family: "Vogue" !important;
    min-height: 30px;
    transition: 0.35s;
    position: relative;
    cursor: pointer;
}

.customSelect .customSelect__dropdown_item::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0px;
    transform: translate(0, -100%);
    height: 1px;
    width: 0px;
    background-color: black;
    transition: 0.35s;
}

.customSelect .customSelect__dropdown_item:hover {
    padding-left: 25px;
}

.customSelect .customSelect__dropdown_item:hover::before {
    width: 15px;
}

.customSelect.dropdown-opened .customSelect__window_arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}

.specialInput {
    height: 25px;
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    pointer-events: all;
}

.specialInput input {
    height: 20px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    border: none;
    outline: none;
}

.specialInput__message {
    font-family: "GrillSans Light";
    font-size: 12px;
    line-height: 140%;
    opacity: 0.5;
    margin-top: 5px;
    box-sizing: border-box;
    padding-left: 5px;
}

.specialInput__placeholder {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 5px;
    pointer-events: none;
    transition: 0.3s;
}

.specialInput__placeholder.inputFilled {
    font-family: "GrillSans Light";
    font-size: 12px;
    line-height: 140%;
    opacity: 0.5;
    transform: translate(0, -100%);
    transition: 0.3s;
}

.specialInput._disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.specialInput._error {
    border-bottom: 1px solid #ff4a4a;
}

.specialInput._error .specialInput__message {
    opacity: 1;
    color: #ff4a4a;
}

.customCheck {
    display: inline-block;
}

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

.customCheck__text {
    font-family: "GrillSans Light";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
}

.customCheck__pseudoCheck {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid black;
    background-color: white;
    margin-right: 14px;
}

.customCheck input {
    display: none;
}

.customCheck input:checked + .customCheck__pseudoCheck {
    background-color: black;
}

.customCheck._disabled {
    opacity: 0.5;
    pointer-events: none;
}

.customRadio__item .activeText {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    opacity: 0.5;
    padding-left: 35px;
    margin-top: 4px;
}

.customRadio__item .staticText {
    font-family: "GrillSans Light";
    font-size: 14px;
    font-size: 12px;
    font-size: 12px;
    line-height: 140%;
    opacity: 0.5;
    padding-left: 35px;
    margin-top: 4px;
}

@media (min-width: 320px) {
    .customRadio__item .staticText {
        font-size: calc(12px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .customRadio__item .staticText {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .customRadio__item .staticText {
        font-size: calc(12px + 2 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .customRadio__item .staticText {
        font-size: 14px;
    }
}

.customRadio__item-active .activeText {
    font-family: "GrillSans Medium";
    opacity: 1;
}

.customRadio__item-active .customRadio__text {
    font-family: "GrillSans Medium";
}

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

.customRadio__pseudoButton {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
    margin-right: 20px;
}

.customRadio__text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.customRadio input {
    display: none;
}

.customRadio input:checked + .customRadio__pseudoButton {
    background-color: black;
}

.customRadio input:checked + .customRadio__text {
    background-color: black;
    font-family: "GrillSans Medium";
}

html.notTouch .button-white:hover {
    background-color: black;
    color: white;
    transition: 0.4s;
}

html.notTouch .header__menu_item-hovered {
    transition: 0.3s;
    margin-right: 30px;
}

.header__menu_item-burger {
    margin-right: 40px !important;
}

html.notTouch .header__menu_item-hovered .menu_item_line {
    background-color: black;
    width: 15px;
    margin-right: 10px;
    transition: 0.3s;
}

html.notTouch .desktopMenu__dropdown_item .desktopMenu__dropdown_link:hover {
    transition: 0.3s;
    padding-left: 65px;
    margin-right: -65px;
}

html.notTouch .desktopMenu__dropdown_item .desktopMenu__dropdown_link:hover .dropdown_link_line {
    width: 50px;
    margin-right: 15px;
    transition: 0.3s;
}

html.notTouch .desktopMenu__dropdown_item .desktopMenu__dropdown_link:hover .hiddenSubtitle {
    opacity: 0.35;
    transition: 0.3s;
}

html.notTouch .navArrow:hover {
    opacity: 0.5;
    transition: 0.3s;
}

html.notTouch .button-dropdown:hover svg path {
    stroke: white;
    transition: 0.4s;
}

html.notTouch .otherSalons__line,
html.notTouch .otherSalons__metro,
html.notTouch .otherSalons__link,
html.notTouch .otherSalons__phone,
html.notTouch .otherSalons__button,
html.notTouch .otherSalons__socialBlock {
    opacity: 0;
    transition: 0.3s;
}

html.notTouch .otherSalons__list_item:hover .otherSalons__line,
html.notTouch .otherSalons__list_item:hover .otherSalons__metro,
html.notTouch .otherSalons__list_item:hover .otherSalons__link,
html.notTouch .otherSalons__list_item:hover .otherSalons__phone,
html.notTouch .otherSalons__list_item:hover .otherSalons__button,
html.notTouch .otherSalons__list_item:hover .otherSalons__socialBlock {
    opacity: 1;
    transition: 0.3s;
}

html.notTouch .arrowButton:hover .arrowButton__arrow {
    margin-left: 20px;
    transition: 0.3s;
}

html.notTouch .otherSalons__link:hover .otherSalons__link_text {
    margin-right: 20px;
    transition: 0.3s;
}

.header {
    width: 100%;
    max-width: 100%;
    height: 104px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01);
}

@media screen and (max-width: 1400px) {
    .header {
        height: 72px;
    }
}

@media screen and (max-width: 750px) {
    .header {
        height: 60px;
    }
}

.header-hide {
    transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01) !important;
    transform: translate(0, -100%) !important;
}

.header__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    background-color: white;
}

@media screen and (max-width: 1400px) {
    .header__item {
        background-color: transparent;
    }
}

.header__menu {
    display: flex;
}

@media screen and (max-width: 1400px) {
    .header__menu {
        display: none;
    }
}

.header__menu_item {
    font-family: "GrillSans Medium";
    font-size: 15px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

@media (min-width: 1600px) {
    .header__menu_item {
        margin-right: calc(40px + 15 * (100vw - 1600px) / 320);
    }
}

@media (min-width: 1920px) {
    .header__menu_item {
        margin-right: 55px;
    }
}

.header__menu_item .menu_item_line {
    background-color: black;
    width: 0px;
    height: 1px;
    transition: 0.3s;
}

.header__menu_item a {
    text-decoration: none;
    white-space: nowrap;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__menu_item-hovered::after {
    content: "";
    position: absolute;
    height: 104px;
    width: 100%;
    z-index: -1;
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    z-index: 200;
    margin-left: 15px;
    margin-left: 15px;
    margin-left: 50px;
    margin-left: 34px;
    margin-right: 37px;
    width: 118px;
    width: 96px;
}

@media (min-width: 320px) {
    .header__logo {
        margin-left: calc(15px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .header__logo {
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .header__logo {
        margin-left: calc(15px + 35 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .header__logo {
        margin-left: 50px;
    }
}

@media (min-width: 1024px) {
    .header__logo {
        margin-left: calc(50px + -16 * (100vw - 1024px) / 896);
    }
}

@media (min-width: 1920px) {
    .header__logo {
        margin-left: 34px;
    }
}

@media (min-width: 1440px) {
    .header__logo {
        margin-left: calc(34px + 32 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .header__logo {
        margin-left: 66px;
    }
}

@media (min-width: 1440px) {
    .header__logo {
        margin-right: calc(37px + 39 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .header__logo {
        margin-right: 76px;
    }
}

@media (min-width: 1440px) {
    .header__logo {
        width: calc(96px + 22 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .header__logo {
        width: 118px;
    }
}

@media screen and (max-width: 1440px) {
    .header__logo {
        width: 96px;
    }
}

.header__phoneEnlist_phone {
    font-family: "Vogue";
    margin-right: 25px;
    margin-right: 40px;
}

@media (min-width: 320px) {
    .header__phoneEnlist_phone {
        margin-right: calc(25px + 15 * (100vw - 320px) / 1080);
    }
}

@media (min-width: 1400px) {
    .header__phoneEnlist_phone {
        margin-right: 40px;
    }
}

@media (min-width: 1600px) {
    .header__phoneEnlist_phone {
        margin-right: calc(40px + 35 * (100vw - 1600px) / 320);
    }
}

@media (min-width: 1920px) {
    .header__phoneEnlist_phone {
        margin-right: 75px;
    }
}

.header__phoneEnlist_phone a {
    text-decoration: none;
    white-space: nowrap;
    color: black;
}

.header__phoneEnlist_phone a span {
    display: block;
}

@media screen and (max-width: 530px) {
    .header__phoneEnlist_phone a span {
        display: none;
    }
}

.header__phoneEnlist_phone a svg {
    display: none;
}

@media screen and (max-width: 530px) {
    .header__phoneEnlist_phone a svg {
        display: block;
    }
}

.header__phoneEnlist_enlist {
    width: 200px;
    height: 62px;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    margin-right: 60px;
    cursor: pointer;
    pointer-events: all;
}

@media screen and (max-width: 1400px) {
    .header__phoneEnlist_enlist {
        display: none;
    }
}

.header__phoneEnlist_enlist a {
    text-decoration: none;
    white-space: nowrap;
    color: black;
}

.header__phoneEnlist_cart {
    margin-right: 30px;
    position: relative;
    display: none;
    margin-right: 25px;
}

@media (min-width: 320px) {
    .header__phoneEnlist_cart {
        margin-right: calc(25px + 5 * (100vw - 320px) / 1080);
    }
}

@media (min-width: 1400px) {
    .header__phoneEnlist_cart {
        margin-right: 30px;
    }
}

.header__phoneEnlist_cart-active {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
}

.header__phoneEnlist_cart-full::after {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #ff4a4a;
    position: absolute;
    top: 1px;
    right: -5px;
}

@media screen and (max-width: 530px) {
    .header__phoneEnlist {
        z-index: 200;
    }
}

.header .mobileBurger {
    display: none;
    margin-right: 50px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    pointer-events: all;
    z-index: 200;
    margin-right: 15px;
    margin-right: 50px;
}

@media (min-width: 320px) {
    .header .mobileBurger {
        margin-right: calc(15px + 35 * (100vw - 320px) / 704);
    }
}

@media (min-width: 1024px) {
    .header .mobileBurger {
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    .header .mobileBurger {
        margin-right: calc(50px + 0 * (100vw - 1024px) / 376);
    }
}

@media (min-width: 1400px) {
    .header .mobileBurger {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .header .mobileBurger {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.header .mobileBurger__image {
    width: 23px;
    height: 2px;
    background-color: #000000;
    position: relative;
}

.header .mobileBurger__image::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 23px;
    height: 2px;
    background-color: #000000;
    transform-origin: left;
    transition: 0.5s;
}

.header .mobileBurger__image::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 23px;
    height: 2px;
    background-color: #000000;
    transform-origin: left;
    transition: 0.5s;
}

.header .mobileMenu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    max-width: 380px;
    background-color: #101010;
    z-index: 100;
    transform: translate(100%, 0);
    transition: 1s;
    box-sizing: border-box;
    padding-top: 72px;
    padding-right: 15px;
    padding-left: 60px;
    color: white;
    font-family: "GrillSans Medium";
}

.header .mobileMenu a {
    color: white;
    text-decoration: none;
    font-family: "GrillSans Medium";
    font-size: 1.125rem;
    line-height: 125%;
}

.header .mobileMenu__wrapper {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 1px solid white;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    overflow: auto;
}

.header .mobileMenu .nav_item_title {
    margin-bottom: 20px;
    color: white;
    font-family: "GrillSans Medium";
    font-size: 1.125rem;
    opacity: 0.5;
    transition: 0.3s;
}

.header .mobileMenu .nav_item_title.active {
    opacity: 1;
    transition: 0.3s;
}

.header .mobileMenu .nav_item_title {
    display: table;
    cursor: pointer;
    pointer-events: all;
}

.header .mobileMenu .nav_item_dropdown {
    display: none;
    padding-bottom: 40px;
}

.header .mobileMenu .nav_item_dropdown a {
    display: table;
    margin-bottom: 20px;
}

.header .mobileMenu__enlistSocial {
    margin-top: 30px;
}

.header .mobileMenu__enlistSocial_enlist .mobileMenu__enlistSocial_title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
    font-family: "GrillSans Medium";
    font-size: 1rem;
}

.header .mobileMenu__enlistSocial_enlist .enlistSocial_title_img {
    margin-left: 14px;
}

.header .mobileMenu__enlistSocial_enlist .enlistSocial_list_item {
    font-family: "GrillSans Medium";
    font-size: 0.8125rem;
    line-height: 140%;
    margin-bottom: 6px;
}

.header .mobileMenu__enlistSocial_social {
    margin-top: 42px;
}

.header .mobileMenu__enlistSocial_social .enlistSocial_social_item {
    width: 33px;
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    min-height: 33px;
    max-height: 33px;
    margin-right: 9px;
}

.header .mobileMenu__enlistSocial_social .enlistSocial_social_item svg {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 530px) {
    .header .mobileMenu {
        max-width: 100%;
        padding-top: 60px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px;
    }
}

.header.menuDelay {
    transition: 0s !important;
    transform: none !important;
}

.header.menuOpened {
    transform: none;
}

.header.menuOpened .mobileBurger__image {
    background-color: transparent;
}

.header.menuOpened .mobileBurger__image::before {
    background-color: white;
    transform-origin: left;
    transform: rotate(45deg);
    transition: 0.5s;
}

.header.menuOpened .mobileBurger__image::after {
    background-color: white;
    transform-origin: left;
    transform: rotate(-45deg);
    transition: 0.5s;
}

@media screen and (max-width: 530px) {
    .header.menuOpened .header__logo .pathToChange {
        fill: white;
        transition-delay: 0.4s;
    }

    .header.menuOpened .header__phoneEnlist_phone .pathToChange {
        fill: white;
    }

    .header.menuOpened .header__phoneEnlist_cart .pathToChange {
        stroke: white;
    }
}

.header.menuOpened .mobileMenu {
    transition: 1s;
    transform: translate(0%, 0);
}

.header .pathToChange {
    transition: 0.5s;
}

.footer {
    background-color: black;
    min-height: 300px;
    width: 100vw;
    min-width: 100vw;
    color: white;
    font-family: "GrillSans Medium";
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-transparent {
    background-color: transparent;
    min-height: 26px;
    height: 34px;
    position: absolute;
    bottom: 12px;
    padding-left: 94px;
    padding-right: 94px;
    padding-right: 50px;
    padding-left: 17px;
    padding-right: 50px;
    padding-left: 17px;
    padding-right: 70px;
    padding-left: 70px;
}

@media screen and (max-width: 1200px) {
    .footer-transparent {
        bottom: 13px;
    }
}

@media screen and (max-width: 850px) {
    .footer-transparent {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer-transparent {
        padding-right: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent {
        padding-right: 50px;
    }
}

@media (min-width: 768px) {
    .footer-transparent {
        padding-left: calc(17px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent {
        padding-left: 17px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent {
        padding-right: calc(50px + 20 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent {
        padding-right: 70px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent {
        padding-left: calc(17px + 53 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent {
        padding-left: 70px;
    }
}

@media (min-width: 1440px) {
    .footer-transparent {
        padding-right: calc(70px + 24 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .footer-transparent {
        padding-right: 94px;
    }
}

@media (min-width: 1440px) {
    .footer-transparent {
        padding-left: calc(70px + 24 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .footer-transparent {
        padding-left: 94px;
    }
}

.footer-transparent .footer__bot_item {
    font-size: 12px;
    font-size: 12px;
    font-size: 12px;
    font-size: 12px;
    line-height: 17px;
    line-height: 17px;
    line-height: 17px;
    line-height: 17px;
    letter-spacing: 0.04em;
}

@media (min-width: 320px) {
    .footer-transparent .footer__bot_item {
        font-size: calc(12px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .footer-transparent .footer__bot_item {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .footer-transparent .footer__bot_item {
        font-size: calc(12px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent .footer__bot_item {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent .footer__bot_item {
        font-size: calc(12px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent .footer__bot_item {
        font-size: 12px;
    }
}

@media (min-width: 320px) {
    .footer-transparent .footer__bot_item {
        line-height: calc(17px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .footer-transparent .footer__bot_item {
        line-height: 17px;
    }
}

@media (min-width: 768px) {
    .footer-transparent .footer__bot_item {
        line-height: calc(17px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent .footer__bot_item {
        line-height: 17px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent .footer__bot_item {
        line-height: calc(17px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent .footer__bot_item {
        line-height: 17px;
    }
}

.footer-transparent .devText {
    font-size: 12px;
    font-size: 12px;
    font-size: 12px;
    font-size: 12px;
    line-height: 17px;
    line-height: 17px;
    line-height: 17px;
    line-height: 17px;
    letter-spacing: 0.04em;
}

@media (min-width: 320px) {
    .footer-transparent .devText {
        font-size: calc(12px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .footer-transparent .devText {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .footer-transparent .devText {
        font-size: calc(12px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent .devText {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent .devText {
        font-size: calc(12px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent .devText {
        font-size: 12px;
    }
}

@media (min-width: 320px) {
    .footer-transparent .devText {
        line-height: calc(17px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .footer-transparent .devText {
        line-height: 17px;
    }
}

@media (min-width: 768px) {
    .footer-transparent .devText {
        line-height: calc(17px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent .devText {
        line-height: 17px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent .devText {
        line-height: calc(17px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent .devText {
        line-height: 17px;
    }
}

.footer-transparent .svgWrapper {
    max-width: 134px;
    max-width: 101px;
    max-width: 101px;
    max-width: 101px;
    max-width: 101px;
}

@media (min-width: 320px) {
    .footer-transparent .svgWrapper {
        max-width: calc(101px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .footer-transparent .svgWrapper {
        max-width: 101px;
    }
}

@media (min-width: 768px) {
    .footer-transparent .svgWrapper {
        max-width: calc(101px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .footer-transparent .svgWrapper {
        max-width: 101px;
    }
}

@media (min-width: 1024px) {
    .footer-transparent .svgWrapper {
        max-width: calc(101px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .footer-transparent .svgWrapper {
        max-width: 101px;
    }
}

@media (min-width: 1440px) {
    .footer-transparent .svgWrapper {
        max-width: calc(101px + 33 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .footer-transparent .svgWrapper {
        max-width: 134px;
    }
}

.footer-transparent .svgWrapper svg {
    max-width: 100%;
}

.footer-transparent .footer__bot {
    margin-bottom: 0px;
}

.footer-transparent .footer__bot_item {
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
    margin-top: 55px;
}

@media (min-width: 1024px) {
    .footer__top {
        padding-left: calc(0px + 210 * (100vw - 1024px) / 896);
    }
}

@media (min-width: 1920px) {
    .footer__top {
        padding-left: 210px;
    }
}

@media (min-width: 1024px) {
    .footer__top {
        padding-right: calc(0px + 210 * (100vw - 1024px) / 896);
    }
}

@media (min-width: 1920px) {
    .footer__top {
        padding-right: 210px;
    }
}

@media screen and (max-width: 1024px) {
    .footer__top {
        margin-top: 35px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 900px) {
    .footer__top {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        margin-top: 55px;
    }
}

.footer__top_address {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 1300px) {
    .footer__top_address {
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    .footer__top_address {
        margin-bottom: 60px;
    }
}

.footer__top_address .footer__address_item {
    margin-bottom: 37px;
    margin-right: 100px;
    margin-right: 50px;
    margin-bottom: 50px;
}

@media (min-width: 1440px) {
    .footer__top_address .footer__address_item {
        margin-right: calc(50px + 50 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .footer__top_address .footer__address_item {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1440px) {
    .footer__top_address .footer__address_item {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1300px) {
    .footer__top_address .footer__address_item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 900px) {
    .footer__top_address .footer__address_item {
        margin-right: 0px;
        margin-bottom: 25px;
    }
}

.footer__top_address .footer__address_item .address_item_title {
    font-size: 18px;
    line-height: 140%;
}

.footer__top_address .footer__address_item .address_item_phone {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Light";
}

@media screen and (max-width: 900px) {
    .footer__top_address .footer__address_item .address_item_phone {
        display: table;
        margin: 0 auto;
        font-size: 20px;
        font-family: "GrillSans Medium";
    }
}

.footer__top_contact {
    display: flex;
    flex-direction: column;
    margin-right: 76px;
    margin-right: 0px;
}

@media (min-width: 1300px) {
    .footer__top_contact {
        margin-right: calc(0px + 76 * (100vw - 1300px) / 620);
    }
}

@media (min-width: 1920px) {
    .footer__top_contact {
        margin-right: 76px;
    }
}

@media screen and (max-width: 1300px) {
    .footer__top_contact {
        margin-right: 0px;
        align-items: flex-end;
    }
}

.footer__top_contact .footer__contact_phone {
    font-size: 30px;
    line-height: 36px;
    font-family: "Vogue";
}

.footer__top_contact .footer__contact_mail {
    font-size: 20px;
    line-height: 140%;
    font-family: "GrillSans Light";
    margin-top: 7px;
}

@media screen and (max-width: 600px) {
    .footer__top_contact .footer__contact_mail {
        display: table;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.footer__top_contact .footer__contact_social {
    margin-top: 35px;
}

@media screen and (max-width: 900px) {
    .footer__top_contact .footer__contact_social {
        margin: 0 auto;
        margin-top: 35px;
    }
}

@media screen and (max-width: 900px) {
    .footer__top_contact .footer__contact_social .footer__social_item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.footer__social_item svg {
    width: 53px !important;
    height: 53px !important;
}

.footer__bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 0.7;
}

@media screen and (max-width: 1400px) {
    .footer__bot {
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    .footer__bot {
        flex-direction: column-reverse;
    }
}

.footer__bot_item {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

@media screen and (max-width: 900px) {
    .footer__bot_item.devItem {
        flex-direction: column;
    }

    .footer__bot_item:nth-child(1) {
        order: 10;
    }
    .footer__bot_item:nth-child(2) {
        order: 35;
        margin-bottom: 22px;
        margin-top: 0;
    }
    .footer__bot_item:nth-child(3) {
        order: 30;
    }
}

.footer__bot_item .devText {
    margin-right: 20px;
}

@media screen and (max-width: 900px) {
    .footer__bot_item .devText {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.wrapper-medium {
    margin: 0 auto;
    width: 1920px;
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: 260px;
    padding-right: 260px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 17px;
    padding-left: 17px;
    padding-right: 47px;
    padding-left: 47px;
    padding-right: 165px;
    padding-left: 165px;
}

@media (min-width: 320px) {
    .wrapper-medium {
        padding-right: calc(15px + 2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .wrapper-medium {
        padding-right: 17px;
    }
}

@media (min-width: 320px) {
    .wrapper-medium {
        padding-left: calc(15px + 2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .wrapper-medium {
        padding-left: 17px;
    }
}

@media (min-width: 768px) {
    .wrapper-medium {
        padding-right: calc(17px + 30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wrapper-medium {
        padding-right: 47px;
    }
}

@media (min-width: 768px) {
    .wrapper-medium {
        padding-left: calc(17px + 30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wrapper-medium {
        padding-left: 47px;
    }
}

@media (min-width: 1024px) {
    .wrapper-medium {
        padding-right: calc(47px + 118 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wrapper-medium {
        padding-right: 165px;
    }
}

@media (min-width: 1024px) {
    .wrapper-medium {
        padding-left: calc(47px + 118 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wrapper-medium {
        padding-left: 165px;
    }
}

@media (min-width: 1440px) {
    .wrapper-medium {
        padding-right: calc(165px + 95 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .wrapper-medium {
        padding-right: 260px;
    }
}

@media (min-width: 1440px) {
    .wrapper-medium {
        padding-left: calc(165px + 95 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .wrapper-medium {
        padding-left: 260px;
    }
}

@media screen and (max-width: 750px) {
    .wrapper-medium {
        overflow: hidden;
    }
}

.wrapper-wide {
    margin: 0 auto;
    width: 1920px;
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: 260px;
    padding-right: 260px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 17px;
    padding-left: 17px;
    padding-right: 32px;
    padding-left: 50px;
    padding-right: 165px;
    padding-left: 165px;
}

@media (min-width: 750px) {
    .wrapper-wide {
        padding-right: calc(15px + 2 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .wrapper-wide {
        padding-right: 17px;
    }
}

@media (min-width: 750px) {
    .wrapper-wide {
        padding-left: calc(15px + 2 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .wrapper-wide {
        padding-left: 17px;
    }
}

@media (min-width: 768px) {
    .wrapper-wide {
        padding-right: calc(17px + 15 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wrapper-wide {
        padding-right: 32px;
    }
}

@media (min-width: 768px) {
    .wrapper-wide {
        padding-left: calc(17px + 33 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wrapper-wide {
        padding-left: 50px;
    }
}

@media (min-width: 1024px) {
    .wrapper-wide {
        padding-right: calc(32px + 133 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wrapper-wide {
        padding-right: 165px;
    }
}

@media (min-width: 1024px) {
    .wrapper-wide {
        padding-left: calc(50px + 115 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wrapper-wide {
        padding-left: 165px;
    }
}

@media (min-width: 1440px) {
    .wrapper-wide {
        padding-right: calc(165px + 95 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .wrapper-wide {
        padding-right: 260px;
    }
}

@media (min-width: 1440px) {
    .wrapper-wide {
        padding-left: calc(165px + 95 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .wrapper-wide {
        padding-left: 260px;
    }
}

@media screen and (max-width: 750px) {
    .wrapper-wide {
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}

.wrapper-wider {
    width: 100%;
    max-width: 1920px;
}

@media screen and (max-width: 750px) {
    .wrapper-wider {
        max-width: 100vw;
    }
}

.features__item {
    display: flex;
}

.features__item_side {
    width: 50%;
}

@media screen and (max-width: 750px) {
    .features__item_side {
        width: 100%;
    }
}

.features__item_side-img {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .features__item_side-img {
        width: 100%;
    }
}

.features__item_side-img .img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.features__item_side-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}

.features__item_title {
    margin-bottom: 60px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .features__item_title {
        margin-bottom: calc(40px + 20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item_title {
        margin-bottom: 60px;
    }
}

.features__item_title .features__title_text {
    font-size: 40px;
    line-height: 120%;
    font-family: "Vogue";
}

@media screen and (max-width: 750px) {
    .features__item_title .features__title_text {
        padding-right: 20px;
    }
}

.features__item_title .features__title_line {
    display: inline-block;
    height: 100%;
    width: 80px;
    width: 40px;
    margin-right: 40px;
    margin-right: 20px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
}

@media (min-width: 1024px) {
    .features__item_title .features__title_line {
        width: calc(40px + 40 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item_title .features__title_line {
        width: 80px;
    }
}

@media (min-width: 1024px) {
    .features__item_title .features__title_line {
        margin-right: calc(20px + 20 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item_title .features__title_line {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .features__item_title .features__title_line {
        width: 40px;
        margin-right: 20px;
    }
}

.features__item_title .features__title_line::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: black;
    width: 40px;
}

@media (min-width: 1024px) {
    .features__item_title .features__title_line::before {
        width: calc(40px + 40 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item_title .features__title_line::before {
        width: 80px;
    }
}

.features__item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

@media screen and (max-width: 750px) {
    .features__item_text {
        margin-right: 60px;
    }
}

.features__item-first {
    margin-bottom: 120px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 25px;
}

@media (min-width: 750px) {
    .features__item-first {
        margin-bottom: calc(0px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-first {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .features__item-first {
        margin-bottom: calc(0px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-first {
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .features__item-first {
        margin-bottom: calc(0px + 25 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-first {
        margin-bottom: 25px;
    }
}

@media (min-width: 1440px) {
    .features__item-first {
        margin-bottom: calc(25px + 95 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-first {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-first {
        flex-direction: column-reverse;
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 1024px) {
    .features__item-first .features__item_title {
        margin-bottom: 25px;
    }
}

.features__item-first .features__item_text {
    width: 334px;
    width: 231px;
    width: 299px;
    width: 299px;
}

/* @media (min-width: 320px) {
  .features__item-first .features__item_text {
    width: calc(231px + 68 * (100vw - 320px) / 448);
  }
} */

@media (max-width: 750px) {
    .features__item .features__item_text {
        width: 100% !important;
        box-sizing: border-box;
        padding-right: 60px;
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_text {
        width: 299px;
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_text {
        width: calc(299px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_text {
        width: 299px;
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_text {
        width: calc(299px + 35 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-first .features__item_text {
        width: 334px;
    }
}

/*.features__item-first .features__title_text {
  font-size: 60px;
  line-height: 120%;
  width: 582px;
  font-size: 36px;
  font-size: 36px;
  font-size: 36px;
  font-size: 50px;
  width: 293px;
  width: 293px;
  width: 293px;
  width: 462px;
}

@media (min-width: 320px) {
  .features__item-first .features__title_text {
    font-size: calc(36px + 0 * (100vw - 320px) / 448);
  }
}

@media (min-width: 768px) {
  .features__item-first .features__title_text {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .features__item-first .features__title_text {
    font-size: calc(36px + 0 * (100vw - 768px) / 256);
  }
}

@media (min-width: 1024px) {
  .features__item-first .features__title_text {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .features__item-first .features__title_text {
    font-size: calc(36px + 14 * (100vw - 1024px) / 416);
  }
}

@media (min-width: 1440px) {
  .features__item-first .features__title_text {
    font-size: 50px;
  }
}

@media (min-width: 1440px) {
  .features__item-first .features__title_text {
    font-size: calc(50px + 10 * (100vw - 1440px) / 480);
  }
}

@media (min-width: 1920px) {
  .features__item-first .features__title_text {
    font-size: 60px;
  }
}

@media (min-width: 750px) {
  .features__item-first .features__title_text {
    width: calc(293px + 0 * (100vw - 750px) / 18);
  }
}

@media (min-width: 768px) {
  .features__item-first .features__title_text {
    width: 293px;
  }
}

@media (min-width: 768px) {
  .features__item-first .features__title_text {
    width: calc(293px + 0 * (100vw - 768px) / 256);
  }
}

@media (min-width: 1024px) {
  .features__item-first .features__title_text {
    width: 293px;
  }
}

@media (min-width: 1024px) {
  .features__item-first .features__title_text {
    width: calc(293px + 169 * (100vw - 1024px) / 416);
  }
}

@media (min-width: 1440px) {
  .features__item-first .features__title_text {
    width: 462px;
  }
}

@media (min-width: 1440px) {
  .features__item-first .features__title_text {
    width: calc(462px + 120 * (100vw - 1440px) / 480);
  }
}

@media (min-width: 1920px) {
  .features__item-first .features__title_text {
    width: 582px;
  }
}

@media screen and (max-width: 750px) {
  .features__item-first .features__title_text {
    width: 100%;
  }
}*/

.features__item-first .features__title_text {
    font-size: 40px;
    line-height: 120%;
    font-size: 25px;
    font-size: 25px;
    font-size: 25px;
    width: 524px;
    width: 278px;
    width: 278px;
    width: 278px;
    width: 490px;
}
@media (min-width: 320px) {
    .features__item-first .features__title_text {
        font-size: calc(25px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .features__item-first .features__title_text {
        font-size: 25px;
    }
}
@media (min-width: 768px) {
    .features__item-first .features__title_text {
        font-size: calc(25px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .features__item-first .features__title_text {
        font-size: 25px;
    }
}
@media (min-width: 1024px) {
    .features__item-first .features__title_text {
        font-size: calc(25px + 15 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .features__item-first .features__title_text {
        font-size: 40px;
    }
}
@media (min-width: 750px) {
    .features__item-first .features__title_text {
        width: calc(278px + 0 * (100vw - 750px) / 18);
    }
}
@media (min-width: 768px) {
    .features__item-first .features__title_text {
        width: 278px;
    }
}
@media (min-width: 768px) {
    .features__item-first .features__title_text {
        width: calc(278px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .features__item-first .features__title_text {
        width: 278px;
    }
}
@media (min-width: 1024px) {
    .features__item-first .features__title_text {
        width: calc(278px + 212 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .features__item-first .features__title_text {
        width: 490px;
    }
}
@media (min-width: 1440px) {
    .features__item-first .features__title_text {
        width: calc(490px + 34 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .features__item-first .features__title_text {
        width: 524px;
    }
}
@media screen and (max-width: 750px) {
    .features__item-first .features__title_text {
        width: 100%;
    }
}

.features__item-first .features__item_side-img {
    width: 558px;
    height: 675px;
    width: 362px;
    width: 362px;
    width: 372px;
    width: 451px;
    height: 320px;
    height: 450px;
    height: 462px;
    height: 571px;
}

@media (min-width: 750px) {
    .features__item-first .features__item_side-img {
        width: calc(362px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_side-img {
        width: 362px;
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_side-img {
        width: calc(362px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_side-img {
        width: 372px;
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_side-img {
        width: calc(372px + 79 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-first .features__item_side-img {
        width: 451px;
    }
}

@media (min-width: 1440px) {
    .features__item-first .features__item_side-img {
        width: calc(451px + 107 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-first .features__item_side-img {
        width: 558px;
    }
}

@media (min-width: 320px) {
    .features__item-first .features__item_side-img {
        height: calc(320px + 130 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_side-img {
        height: 450px;
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_side-img {
        height: calc(450px + 12 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_side-img {
        height: 462px;
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_side-img {
        height: calc(462px + 109 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-first .features__item_side-img {
        height: 571px;
    }
}

@media (min-width: 1440px) {
    .features__item-first .features__item_side-img {
        height: calc(571px + 104 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-first .features__item_side-img {
        height: 675px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-first .features__item_side-img {
        width: 100%;
        margin-bottom: 63px;
    }
}

.features__item-first .features__item_side-text {
    padding-left: 40px;
    padding-left: 73px;
    padding-left: 73px;
}

@media (min-width: 750px) {
    .features__item-first .features__item_side-text {
        padding-left: calc(73px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_side-text {
        padding-left: 73px;
    }
}

@media (min-width: 768px) {
    .features__item-first .features__item_side-text {
        padding-left: calc(73px + -33 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-first .features__item_side-text {
        padding-left: 40px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-first .features__item_side-text {
        padding-left: 0px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-second {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.features__item-second .features__title_text {
    font-size: 40px;
    line-height: 120%;
    font-size: 25px;
    font-size: 25px;
    font-size: 25px;
    width: 524px;
    width: 278px;
    width: 278px;
    width: 278px;
    width: 490px;
}

@media (min-width: 320px) {
    .features__item-second .features__title_text {
        font-size: calc(25px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__title_text {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__title_text {
        font-size: calc(25px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__title_text {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__title_text {
        font-size: calc(25px + 15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__title_text {
        font-size: 40px;
    }
}

@media (min-width: 750px) {
    .features__item-second .features__title_text {
        width: calc(278px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__title_text {
        width: 278px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__title_text {
        width: calc(278px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__title_text {
        width: 278px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__title_text {
        width: calc(278px + 212 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__title_text {
        width: 490px;
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__title_text {
        width: calc(490px + 34 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-second .features__title_text {
        width: 524px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-second .features__title_text {
        width: 100%;
    }
}

.features__item-second .features__item_side-img {
    width: 525px;
    height: 773px;
    width: 300px;
    width: 300px;
    width: 365px;
    width: 443px;
    height: 270px;
    height: 530px;
    height: 530px;
    height: 708px;
    margin-left: 40px;
    margin-left: 64px;
    margin-left: 64px;
    margin-left: -20px;
    margin-left: -20px;
    margin-left: 64px;
}

@media (min-width: 750px) {
    .features__item-second .features__item_side-img {
        width: calc(300px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-img {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-img {
        width: calc(300px + 65 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        width: 365px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        width: calc(365px + 78 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        width: 443px;
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        width: calc(443px + 82 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-second .features__item_side-img {
        width: 525px;
    }
}

@media (min-width: 320px) {
    .features__item-second .features__item_side-img {
        height: calc(270px + 260 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-img {
        height: 530px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-img {
        height: calc(530px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        height: 530px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        height: calc(530px + 178 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        height: 708px;
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        height: calc(708px + 65 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-second .features__item_side-img {
        height: 773px;
    }
}

@media (min-width: 750px) {
    .features__item-second .features__item_side-img {
        margin-left: calc(64px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-img {
        margin-left: 64px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-img {
        margin-left: calc(64px + -84 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        margin-left: -20px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        margin-left: calc(-20px + 84 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        margin-left: 64px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-img {
        margin-left: calc(-20px + 84 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        margin-left: 64px;
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-img {
        margin-left: calc(64px + -24 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-second .features__item_side-img {
        margin-left: 40px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-second .features__item_side-img {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

.features__item-second .features__item_side-text {
    padding-left: 120px;
    padding-left: 62px;
    padding-left: 62px;
    padding-left: 78px;
    padding-left: 95px;
}

@media (min-width: 750px) {
    .features__item-second .features__item_side-text {
        padding-left: calc(62px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-text {
        padding-left: 62px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_side-text {
        padding-left: calc(62px + 16 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-text {
        padding-left: 78px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_side-text {
        padding-left: calc(78px + 17 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-text {
        padding-left: 95px;
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_side-text {
        padding-left: calc(95px + 25 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-second .features__item_side-text {
        padding-left: 120px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-second .features__item_side-text {
        padding-left: 0px;
    }
}

.features__item-second .features__item_text {
    width: 419px;
    width: 231px;
    width: 300px;
    width: 300px;
    width: 334px;
}

@media (min-width: 320px) {
    .features__item-second .features__item_text {
        width: calc(231px + 69 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_text {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .features__item-second .features__item_text {
        width: calc(300px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_text {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .features__item-second .features__item_text {
        width: calc(300px + 34 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_text {
        width: 334px;
    }
}

@media (min-width: 1440px) {
    .features__item-second .features__item_text {
        width: calc(334px + 85 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-second .features__item_text {
        width: 419px;
    }
}

.features__item-third {
    min-height: 615px;
    min-height: 412px;
    min-height: 423px;
    min-height: 437px;
    min-height: 491px;
}

@media (min-width: 320px) {
    .features__item-third {
        min-height: calc(412px + 11 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-third {
        min-height: 423px;
    }
}

@media (min-width: 768px) {
    .features__item-third {
        min-height: calc(423px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third {
        min-height: 437px;
    }
}

@media (min-width: 1024px) {
    .features__item-third {
        min-height: calc(437px + 54 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third {
        min-height: 491px;
    }
}

@media (min-width: 1440px) {
    .features__item-third {
        min-height: calc(491px + 124 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third {
        min-height: 615px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-third {
        flex-direction: column;
    }
}

.features__item-third .features__title_text {
    font-size: 40px;
    line-height: 120%;
    font-size: 25px;
    font-size: 25px;
    font-size: 25px;
    width: 483px;
    width: 278px;
    width: 278px;
    width: 278px;
    width: 473px;
}

@media (min-width: 320px) {
    .features__item-third .features__title_text {
        font-size: calc(25px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__title_text {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__title_text {
        font-size: calc(25px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__title_text {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__title_text {
        font-size: calc(25px + 15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__title_text {
        font-size: 40px;
    }
}

@media (min-width: 750px) {
    .features__item-third .features__title_text {
        width: calc(278px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__title_text {
        width: 278px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__title_text {
        width: calc(278px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__title_text {
        width: 278px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__title_text {
        width: calc(278px + 195 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__title_text {
        width: 473px;
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__title_text {
        width: calc(473px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third .features__title_text {
        width: 483px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-third .features__title_text {
        width: 100%;
    }
}

.features__item-third .features__item_side-img {
    width: 557px;
    height: 302px;
    width: 362px;
    width: 362px;
    width: 362px;
    width: 505px;
    height: 154px;
    height: 302px;
    height: 302px;
    height: 302px;
    margin-top: -130px;
    margin-top: -46px;
    margin-top: -46px;
    margin-top: -40px;
    margin-top: -145px;
}

@media (min-width: 750px) {
    .features__item-third .features__item_side-img {
        width: calc(362px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-img {
        width: 362px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-img {
        width: calc(362px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-img {
        width: 362px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-img {
        width: calc(362px + 143 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-img {
        width: 505px;
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-img {
        width: calc(505px + 52 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third .features__item_side-img {
        width: 557px;
    }
}

@media (min-width: 320px) {
    .features__item-third .features__item_side-img {
        height: calc(154px + 148 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-img {
        height: 302px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-img {
        height: calc(302px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-img {
        height: 302px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-img {
        height: calc(302px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-img {
        height: 302px;
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-img {
        height: calc(302px + 32 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third .features__item_side-img {
        height: 334px;
    }
}

@media (min-width: 750px) {
    .features__item-third .features__item_side-img {
        margin-top: calc(-46px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-img {
        margin-top: -46px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-img {
        margin-top: calc(-46px + 6 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-img {
        margin-top: -40px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-img {
        margin-top: calc(-40px + -105 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-img {
        margin-top: -145px;
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-img {
        margin-top: calc(-145px + 15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third .features__item_side-img {
        margin-top: -130px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-third .features__item_side-img {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 120px;
    }
}

.features__item-third .features__item_side-text {
    margin-left: 278px;
    margin-left: 73px;
    margin-left: 73px;
    margin-left: 188px;
    margin-left: 154px;
}

@media (min-width: 750px) {
    .features__item-third .features__item_side-text {
        margin-left: calc(73px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-text {
        margin-left: 73px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_side-text {
        margin-left: calc(73px + 115 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-text {
        margin-left: 188px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_side-text {
        margin-left: calc(188px + -34 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-text {
        margin-left: 154px;
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_side-text {
        margin-left: calc(154px + 124 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third .features__item_side-text {
        margin-left: 278px;
    }
}

@media screen and (max-width: 750px) {
    .features__item-third .features__item_side-text {
        margin-left: 0px;
    }
}

.features__item-third .features__item_text {
    width: 419px;
    width: 231px;
    width: 300px;
    width: 300px;
    width: 334px;
}

@media (min-width: 320px) {
    .features__item-third .features__item_text {
        width: calc(231px + 69 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_text {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .features__item-third .features__item_text {
        width: calc(300px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_text {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .features__item-third .features__item_text {
        width: calc(300px + 34 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_text {
        width: 334px;
    }
}

@media (min-width: 1440px) {
    .features__item-third .features__item_text {
        width: calc(334px + 84 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .features__item-third .features__item_text {
        width: 418px;
    }
}

.desktopMenu {
    font-family: "GrillSans Medium";
    font-size: 15px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    margin-right: 40px;
}

@media (min-width: 1600px) {
    .desktopMenu {
        margin-right: calc(40px + 15 * (100vw - 1600px) / 320);
    }
}

@media (min-width: 1920px) {
    .desktopMenu {
        margin-right: 55px;
    }
}

.desktopMenu__burger {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    transform-origin: center top;
    margin-right: 10px;
}

.desktopMenu__burger_image {
    width: 13px;
    height: 2px;
    background-color: #000000;
    position: relative;
}

.desktopMenu__burger_image::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 13px;
    height: 2px;
    background-color: #000000;
}

.desktopMenu__burger_image::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 13px;
    height: 2px;
    background-color: #000000;
}

.desktopMenu__burger-active {
    transform: rotate(90deg) translate(12.5%);
}

.desktopMenu__dropdown {
    background-color: white;
    height: 170px;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    transition: 1s;
    transform: translate(0, -150%);
    cursor: auto;
    pointer-events: all;

    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.desktopMenu__dropdown_item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    border-right: 1px solid black;
}

.desktopMenu__dropdown_item:last-child {
    border-right: none;
}

.desktopMenu__dropdown_item .desktopMenu__dropdown_link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    pointer-events: all;
    transition: 0.3s;
}

.desktopMenu__dropdown_item .desktopMenu__dropdown_link .dropdown_link_line {
    height: 1px;
    width: 0px;
    position: absolute;
    top: 13px;
    left: 0px;
    background-color: #000000;
    transition: 0.3s;
}

.desktopMenu__dropdown_item .desktopMenu__dropdown_link .hiddenSubtitle {
    opacity: 0;
    transition: 0.3s;
    font-size: 14px;
    line-height: 16px;
    color: #000000;

    max-width: 100%;
    box-sizing: border-box;
    padding-right: 80px;
}

.desktopMenu__dropdown[data-items="3"] {
    padding-left: 20px;
    padding-right: 20px;
}

.desktopMenu__dropdown[data-items="3"] .desktopMenu__dropdown_item {
    width: calc(100% / 3);
    justify-content: flex-start;
    padding-left: 35px;
}

.desktopMenu__dropdown[data-items="4"] {
    padding-left: 20px;
    padding-right: 20px;
}

.desktopMenu__dropdown[data-items="4"] .desktopMenu__dropdown_item {
    width: calc(100% / 4);
    justify-content: flex-start;
    padding-left: 35px;
}

.desktopMenu__dropdown_title {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
}

.desktopMenu__dropdown_subtitle {
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
}

.desktopMenu__dropdown_link {
    text-decoration: none;
    color: #000000;
}

.desktopMenu__dropdown-active {
    transform: translate(0, 104px);
    transition: 0.6s;
}

.wideImg__wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 17px;
    padding-left: 17px;
    padding-right: 47px;
    padding-left: 47px;
}

@media (min-width: 320px) {
    .wideImg__wrapper {
        padding-right: calc(15px + 2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .wideImg__wrapper {
        padding-right: 17px;
    }
}

@media (min-width: 320px) {
    .wideImg__wrapper {
        padding-left: calc(15px + 2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .wideImg__wrapper {
        padding-left: 17px;
    }
}

@media (min-width: 768px) {
    .wideImg__wrapper {
        padding-right: calc(17px + 30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wideImg__wrapper {
        padding-right: 47px;
    }
}

@media (min-width: 768px) {
    .wideImg__wrapper {
        padding-left: calc(17px + 30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wideImg__wrapper {
        padding-left: 47px;
    }
}

@media (min-width: 1024px) {
    .wideImg__wrapper {
        padding-right: calc(47px + -47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wideImg__wrapper {
        padding-right: 0px;
    }
}

@media (min-width: 1024px) {
    .wideImg__wrapper {
        padding-left: calc(47px + -47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wideImg__wrapper {
        padding-left: 0px;
    }
}

.wideImg {
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 715px;
    margin-bottom: 252px;
    height: 320px;
    height: 416px;
    margin-bottom: 128px;
    margin-bottom: 117px;
    margin-bottom: 122px;
    margin-bottom: 205px;
}

@media (min-width: 1024px) {
    .wideImg {
        height: calc(320px + 96 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wideImg {
        height: 416px;
    }
}

@media (min-width: 1440px) {
    .wideImg {
        height: calc(416px + 299 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .wideImg {
        height: 715px;
    }
}

@media (min-width: 320px) {
    .wideImg {
        margin-bottom: calc(128px + -11 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .wideImg {
        margin-bottom: 117px;
    }
}

@media (min-width: 768px) {
    .wideImg {
        margin-bottom: calc(117px + 5 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .wideImg {
        margin-bottom: 122px;
    }
}

@media (min-width: 1024px) {
    .wideImg {
        margin-bottom: calc(122px + 83 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .wideImg {
        margin-bottom: 205px;
    }
}

@media (min-width: 1440px) {
    .wideImg {
        margin-bottom: calc(205px + 47 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .wideImg {
        margin-bottom: 252px;
    }
}

@media screen and (max-width: 1024px) {
    .wideImg {
        height: 320px;
    }
}

.promosContainer {
    max-width: 1100px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 672px;
    max-width: 672px;
    max-width: 854px;
    max-width: 954px;
    min-height: 283px;
}

.promosContainer.swiper-container {
    margin-left: 0;
}

@media (min-width: 750px) {
    .promosContainer {
        max-width: calc(672px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .promosContainer {
        max-width: 672px;
    }
}

@media (min-width: 768px) {
    .promosContainer {
        max-width: calc(672px + 182 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosContainer {
        max-width: 854px;
    }
}

@media (min-width: 1024px) {
    .promosContainer {
        max-width: calc(854px + 100 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosContainer {
        max-width: 954px;
    }
}

@media (min-width: 1440px) {
    .promosContainer {
        max-width: calc(954px + 146 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosContainer {
        max-width: 1100px;
    }
}

@media (min-width: 320px) {
    .promosContainer {
        min-height: calc(283px + -20 * (100vw - 320px) / 430);
    }
}

@media (min-width: 750px) {
    .promosContainer {
        min-height: 263px;
    }
}

@media screen and (max-width: 750px) {
    .promosContainer {
        width: 100%;
        overflow: visible;
    }

    .promosContainer .swiper-wrapper {
        align-items: flex-end;
    }
}

/* @media screen and (max-width: 400px) {
  .promosContainer {
    width: 78%;
  }
} */

@media screen and (max-width: 600px) {
    .promosContainer {
        width: 78%;
    }
}

.promosContainer .swiper-slide {
    max-width: 1100px;
    height: 100%;
    min-height: 283px;
    align-items: flex-end;
    transition: 0.5s;
}

@media (min-width: 320px) {
    .promosContainer .swiper-slide {
        min-height: calc(283px + -20 * (100vw - 320px) / 430);
    }
}

@media (min-width: 750px) {
    .promosContainer .swiper-slide {
        min-height: 263px;
    }
}

@media screen and (max-width: 750px) {
    .promosContainer .swiper-slide .swiper-image-inner {
        transform: scale(0.9) translateZ(0px);
        will-change: transform;
        transform-origin: bottom;
        transition: 1s;
    }
}

@media screen and (max-width: 750px) {
    .promosContainer .swiper-slide {
        opacity: 0.5;
        align-items: flex-end;
    }
}

.promosContainer .swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
}

@media screen and (max-width: 750px) {
    .promosContainer .swiper-slide-active .swiper-image-inner {
        transform: scale(1) translateZ(0px);
        will-change: transform;
        transition: 1s;
    }
}

@media screen and (max-width: 750px) {
    .promosContainer .swiper-image {
        width: 100%;
        overflow: hidden;
    }
}

.promosContainer .swiper-image-inner {
    height: 462px;
    background-size: cover;
    height: 283px;
    height: 262px;
    height: 336px;
    height: 400px;
}

@media (max-width: 500px) {
    .promosContainer .swiper-image-inner {
        background-position: center;
    }
}

@media (min-width: 320px) {
    .promosContainer .swiper-image-inner {
        height: calc(283px + -21 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosContainer .swiper-image-inner {
        height: 262px;
    }
}

@media (min-width: 768px) {
    .promosContainer .swiper-image-inner {
        height: calc(262px + 74 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosContainer .swiper-image-inner {
        height: 336px;
    }
}

@media (min-width: 1024px) {
    .promosContainer .swiper-image-inner {
        height: calc(336px + 64 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosContainer .swiper-image-inner {
        height: 400px;
    }
}

@media (min-width: 1440px) {
    .promosContainer .swiper-image-inner {
        height: calc(400px + 62 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosContainer .swiper-image-inner {
        height: 462px;
    }
}

.promosWrapper {
    position: relative;
    margin-bottom: 260px;
    margin-bottom: 36px;
    margin-bottom: 118px;
    margin-bottom: 118px;
    margin-bottom: 146px;
}

@media (min-width: 320px) {
    .promosWrapper {
        margin-bottom: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .promosWrapper {
        margin-bottom: calc(118px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper {
        margin-bottom: 118px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper {
        margin-bottom: calc(118px + 28 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper {
        margin-bottom: 146px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper {
        margin-bottom: calc(146px + 114 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper {
        margin-bottom: 260px;
    }
}

.promosWrapper .swiperControlls {
    position: absolute;
    top: 664px;
    left: 700px;
    top: 404px;
    top: 370px;
    top: 450px;
    top: 555px;
    left: 194px;
    left: 308px;
    left: 406px;
    left: 494px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    width: 120px;
    width: 120px;
    width: 120px;
    width: 120px;
    z-index: 5;
}

@media (min-width: 320px) {
    .promosWrapper .swiperControlls {
        top: calc(404px + -34 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperControlls {
        top: 370px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperControlls {
        top: calc(370px + 80 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperControlls {
        top: 450px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperControlls {
        top: calc(450px + 105 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperControlls {
        top: 555px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperControlls {
        top: calc(555px + 109 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperControlls {
        top: 664px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .swiperControlls {
        left: calc(194px + 114 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperControlls {
        left: 308px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperControlls {
        left: calc(308px + 98 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperControlls {
        left: 406px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperControlls {
        left: calc(406px + 88 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperControlls {
        left: 494px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperControlls {
        left: calc(494px + 206 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperControlls {
        left: 700px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .swiperControlls {
        width: calc(120px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperControlls {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperControlls {
        width: calc(120px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperControlls {
        width: 120px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperControlls {
        width: calc(120px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperControlls {
        width: 120px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperControlls {
        width: calc(120px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperControlls {
        width: 130px;
    }
}

@media screen and (max-width: 1024px) {
    .promosWrapper .swiperControlls {
        transform: scale(0.6);
    }
}

.promosWrapper .swiperControlls .swiperControlNext,
.promosWrapper .swiperControlls .swiperControlPrev {
    position: relative;
    outline: none;
}

.promosWrapper .swiperControlls .swiperControlNext::after,
.promosWrapper .swiperControlls .swiperControlPrev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    transform: translate(0px, -7px);
    cursor: pointer;
    pointer-events: all;
}

.promosWrapper .swiperUnderImg {
    position: absolute;
    width: 510px;
    height: 493px;
    right: 0px;
    top: 200px;
    height: 154px;
    height: 282px;
    height: 358px;
    height: 428px;
    width: 154px;
    width: 298px;
    width: 379px;
    width: 442px;
    top: 154px;
    top: 122px;
    top: 134px;
    top: 170px;
    right: 154px;
    right: 2px;
    right: -2px;
    right: -5px;
}

@media (min-width: 320px) {
    .promosWrapper .swiperUnderImg {
        height: calc(154px + 128 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        height: 282px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        height: calc(282px + 76 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        height: 358px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        height: calc(358px + 70 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        height: 428px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        height: calc(428px + 65 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperUnderImg {
        height: 493px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .swiperUnderImg {
        width: calc(154px + 144 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        width: 298px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        width: calc(298px + 81 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        width: 379px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        width: calc(379px + 63 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        width: 442px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        width: calc(442px + 68 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperUnderImg {
        width: 510px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .swiperUnderImg {
        top: calc(154px + -32 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        top: 122px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        top: calc(122px + 12 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        top: 134px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        top: calc(134px + 36 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        top: 170px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        top: calc(170px + 30 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperUnderImg {
        top: 200px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .swiperUnderImg {
        right: calc(154px + -152 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        right: 2px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .swiperUnderImg {
        right: calc(2px + -4 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        right: -2px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .swiperUnderImg {
        right: calc(-2px + -3 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        right: -5px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .swiperUnderImg {
        right: calc(-5px + 5 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .swiperUnderImg {
        right: 0px;
    }
}

@media screen and (max-width: 750px) {
    .promosWrapper .swiperUnderImg {
        display: none;
    }
}

.promosWrapper .slideText {
    width: 500px;
    width: 266px;
    width: 370px;
    width: 408px;
    width: 408px;
    position: relative;
    left: 0px;
    padding-top: 42px;
    padding-top: 30px;
    padding-top: 27px;
    padding-top: 33px;
    padding-top: 33px;
    min-height: 172px;
    min-height: 244px;
    min-height: 142px;
    min-height: 142px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 320px) {
    .promosWrapper .slideText {
        width: calc(266px + 104 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText {
        width: 370px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText {
        width: calc(370px + 38 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText {
        width: 408px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText {
        width: calc(408px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText {
        width: 408px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText {
        width: calc(408px + 92 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .slideText {
        width: 500px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .slideText {
        padding-top: calc(30px + -3 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText {
        padding-top: 27px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText {
        padding-top: calc(27px + 6 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText {
        padding-top: 33px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText {
        padding-top: calc(33px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText {
        padding-top: 33px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText {
        padding-top: calc(33px + 9 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .slideText {
        padding-top: 42px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .slideText {
        min-height: calc(244px + -42 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText {
        min-height: 202px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText {
        min-height: calc(142px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText {
        min-height: 142px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText {
        min-height: calc(142px + 23 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText {
        min-height: 165px;
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText {
        min-height: calc(165px + 7 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .promosWrapper .slideText {
        min-height: 172px;
    }
}

.promosWrapper .slideText .paragraph {
    font-size: 30px;
    font-size: 20px;
    box-sizing: border-box;
    padding-right: 0px;
    min-height: 50px;
    min-height: 50px;
    padding-right: 50px;
    line-height: 120%;
    font-family: "Vogue";
    color: #000000;
}

@media (min-width: 1024px) {
    .promosWrapper .slideText .paragraph {
        font-size: calc(20px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText .paragraph {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .promosWrapper .slideText .paragraph {
        font-size: 20px;
    }
}

@media (min-width: 320px) {
    .promosWrapper .slideText .paragraph {
        min-height: calc(50px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText .paragraph {
        min-height: 50px;
    }
}

@media (min-width: 768px) {
    .promosWrapper .slideText .paragraph {
        min-height: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText .paragraph {
        min-height: 50px;
    }
}

@media (min-width: 1024px) {
    .promosWrapper .slideText .paragraph {
        padding-right: calc(50px + -50 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .promosWrapper .slideText .paragraph {
        padding-right: 0px;
    }
}

.section__title_line {
    display: inline-block;
    height: 100%;
    width: 140px;
    width: 40px;
    width: 70px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
    margin-right: 25px;
    margin-right: 20px;
    margin-bottom: 92px;
    margin-bottom: 52px;
    margin-bottom: 45px;
    margin-bottom: 45px;
    margin-bottom: 80px;
}

@media (min-width: 320px) {
    .section__title_line {
        width: calc(40px + 30 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .section__title_line {
        width: 70px;
    }
}

@media (min-width: 1024px) {
    .section__title_line {
        width: calc(70px + 70 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .section__title_line {
        width: 140px;
    }
}

@media (min-width: 1024px) {
    .section__title_line {
        margin-right: calc(20px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .section__title_line {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .section__title_line {
        margin-right: 20px;
    }
}

@media (min-width: 320px) {
    .section__title_line {
        margin-bottom: calc(52px + -16 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .section__title_line {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .section__title_line {
        margin-bottom: calc(45px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .section__title_line {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    .section__title_line {
        margin-bottom: calc(45px + 35 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .section__title_line {
        margin-bottom: 80px;
    }
}

@media (min-width: 1440px) {
    .section__title_line {
        margin-bottom: calc(80px + 12 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .section__title_line {
        margin-bottom: 92px;
    }
}

.section__title_line::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 140px;
    width: 70px;
    width: 40px;
    height: 1px;
    background-color: black;
}

@media (min-width: 1024px) {
    .section__title_line::before {
        width: calc(70px + 70 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .section__title_line::before {
        width: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .section__title_line::before {
        width: 70px;
    }
}

@media (min-width: 320px) {
    .section__title_line::before {
        width: calc(40px + 30 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .section__title_line::before {
        width: 70px;
    }
}

.section__title_text {
    font-size: 60px;
    line-height: 120%;
    font-family: "Vogue";
    font-size: 36px;
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
}

@media (min-width: 320px) {
    .section__title_text {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .section__title_text {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .section__title_text {
        font-size: calc(36px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .section__title_text {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .section__title_text {
        font-size: calc(36px + 14 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .section__title_text {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .section__title_text {
        font-size: 60px;
    }
}

.promosButtons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;

    margin-top: 33px;
}

@media screen and (max-width: 750px) {
    .promosButtons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 750px) {
    .promosButtons .promosButtons-button {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .promosButtons .allPromos {
        margin-bottom: 30px;
    }
}

.promosButtons .button-white {
    width: 200px;
    height: 62px;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    margin-right: 50px;
    cursor: pointer;
    pointer-events: all;
    text-decoration: none;
    color: black;
}

.mainBanner {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 150px;
    margin-top: 156px;
    margin-top: 156px;
    margin-top: 96px;
    margin-top: 113px;
    margin-bottom: 184px;
    margin-bottom: 163px;
    margin-bottom: 163px;
    margin-bottom: 97px;
    margin-bottom: 200px;
}

@media (min-width: 750px) {
    .mainBanner {
        margin-top: calc(156px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner {
        margin-top: 156px;
    }
}

@media (min-width: 768px) {
    .mainBanner {
        margin-top: calc(156px + -60 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner {
        margin-top: 96px;
    }
}

@media (min-width: 1024px) {
    .mainBanner {
        margin-top: calc(96px + 17 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner {
        margin-top: 113px;
    }
}

@media (min-width: 1440px) {
    .mainBanner {
        margin-top: calc(113px + 37 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner {
        margin-top: 150px;
    }
}

@media (min-width: 750px) {
    .mainBanner {
        margin-bottom: calc(163px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner {
        margin-bottom: 163px;
    }
}

@media (min-width: 768px) {
    .mainBanner {
        margin-bottom: calc(163px + -66 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner {
        margin-bottom: 97px;
    }
}

@media (min-width: 1024px) {
    .mainBanner {
        margin-bottom: calc(97px + 103 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner {
        margin-bottom: 200px;
    }
}

@media (min-width: 1440px) {
    .mainBanner {
        margin-bottom: calc(200px + -16 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner {
        margin-bottom: 184px;
    }
}

@media screen and (max-width: 750px) {
    .mainBanner {
        margin-top: 0px;
        margin-bottom: 93px;
    }
}

.mainBanner__side-text {
    width: 50%;
}

@media screen and (max-width: 750px) {
    .mainBanner__side-text {
        position: absolute;
        z-index: 5;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mainBanner__side-slider {
    width: 50%;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .mainBanner__side-slider {
        width: 100%;
    }
}

.mainBanner__address {
    font-family: "GrillSans Medium";
    font-size: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 154px;
    margin-top: 56px;
    margin-top: 56px;
    margin-top: 100px;
    margin-top: 194px;
}

@media (min-width: 1024px) {
    .mainBanner__address {
        font-size: calc(14px + 4 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__address {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .mainBanner__address {
        font-size: 14px;
    }
}

@media (min-width: 750px) {
    .mainBanner__address {
        margin-top: calc(56px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__address {
        margin-top: 56px;
    }
}

@media (min-width: 768px) {
    .mainBanner__address {
        margin-top: calc(56px + 44 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__address {
        margin-top: 100px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__address {
        margin-top: calc(100px + 94 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__address {
        margin-top: 194px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__address {
        margin-top: calc(194px + -40 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__address {
        margin-top: 154px;
    }
}

@media screen and (max-width: 750px) {
    .mainBanner__address {
        margin-top: 87px;
    }
}

.mainBanner__address p {
    display: inline-block;
}

.mainBanner__address_line {
    display: inline-block;
    height: 100%;
    width: 70px;
    width: 60px;
    margin-right: 26px;
    margin-right: 16px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
}

@media (min-width: 1024px) {
    .mainBanner__address_line {
        width: calc(60px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__address_line {
        width: 70px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__address_line {
        margin-right: calc(16px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__address_line {
        margin-right: 26px;
    }
}

.mainBanner__address_line::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: black;
    width: 60px;
}

@media (min-width: 1024px) {
    .mainBanner__address_line::before {
        width: calc(60px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__address_line::before {
        width: 70px;
    }
}

.mainBanner__title {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
    line-height: 125%;
    color: #000000;
    margin-top: 25px;
    margin-top: 10px;
    margin-top: 10px;
    margin-top: 10px;
}

@media (min-width: 320px) {
    .mainBanner__title {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .mainBanner__title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .mainBanner__title {
        font-size: calc(36px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__title {
        font-size: calc(36px + 14 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__title {
        font-size: 60px;
    }
}

@media (min-width: 750px) {
    .mainBanner__title {
        margin-top: calc(10px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .mainBanner__title {
        margin-top: calc(10px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__title {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__title {
        margin-top: calc(10px + 15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__title {
        margin-top: 25px;
    }
}

.mainBanner__link {
    margin-top: 46px;
    margin-top: 57px;
    margin-top: 57px;
    margin-top: 48px;
    margin-top: 37px;
}

@media (min-width: 750px) {
    .mainBanner__link {
        margin-top: calc(57px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__link {
        margin-top: 57px;
    }
}

@media (min-width: 768px) {
    .mainBanner__link {
        margin-top: calc(57px + -9 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__link {
        margin-top: 48px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__link {
        margin-top: calc(48px + -11 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__link {
        margin-top: 37px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__link {
        margin-top: calc(37px + 9 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__link {
        margin-top: 46px;
    }
}

.mainBanner__tabControls {
    position: absolute;
    display: flex;
    bottom: 60px;
    bottom: 22px;
    bottom: 22px;
    bottom: 17px;
    bottom: 95px;

    margin-bottom: 10px;
}

@media (min-width: 750px) {
    .mainBanner__tabControls {
        bottom: calc(22px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__tabControls {
        bottom: 22px;
    }
}

@media (min-width: 768px) {
    .mainBanner__tabControls {
        bottom: calc(22px + -5 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__tabControls {
        bottom: 17px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__tabControls {
        bottom: calc(17px + 78 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__tabControls {
        bottom: 95px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__tabControls {
        bottom: calc(95px + -35 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__tabControls {
        bottom: 60px;
    }
}

@media screen and (max-width: 750px) {
    .mainBanner__tabControls {
        bottom: -60px;
        left: 15px;
    }
}

.mainBanner__tabControls_item {
    height: 32px;
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    line-height: 140%;
    cursor: pointer;
    pointer-events: all;
}

.mainBanner__tabControls_item .tabControls_item_line {
    width: 0px;
    height: 1px;
    background-color: black;
    transition: 0s;
}

.mainBanner__tabControls_item-active {
    cursor: default;
    pointer-events: none;
}

.mainBanner__tabControls_item-active .tabControls_item_line {
    width: 50px;
    transition: linear 10s;
}

.mainBanner__slider.swiper-container {
    height: 869px;
    height: 802px;
    height: 802px;
    height: 544px;
    height: 787px;
    width: 644px;
    width: 364px;
    width: 364px;
    width: 548px;
    width: 584px;
    margin-left: 16px;
    margin-left: -59px;
    margin-left: -59px;
    margin-left: -144px;
    margin-left: -37px;
}

@media (min-width: 750px) {
    .mainBanner__slider.swiper-container {
        height: calc(802px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__slider.swiper-container {
        height: 802px;
    }
}

@media (min-width: 768px) {
    .mainBanner__slider.swiper-container {
        height: calc(802px + -258 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider.swiper-container {
        height: 544px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider.swiper-container {
        height: calc(544px + 243 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider.swiper-container {
        height: 787px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider.swiper-container {
        height: calc(787px + 82 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider.swiper-container {
        height: 869px;
    }
}

@media (min-width: 750px) {
    .mainBanner__slider.swiper-container {
        width: calc(364px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__slider.swiper-container {
        width: 364px;
    }
}

@media (min-width: 768px) {
    .mainBanner__slider.swiper-container {
        width: calc(364px + 184 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider.swiper-container {
        width: 548px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider.swiper-container {
        width: calc(548px + 36 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider.swiper-container {
        width: 584px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider.swiper-container {
        width: calc(584px + 60 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider.swiper-container {
        width: 644px;
    }
}

@media (min-width: 750px) {
    .mainBanner__slider.swiper-container {
        margin-left: calc(-59px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__slider.swiper-container {
        margin-left: -59px;
    }
}

@media (min-width: 768px) {
    .mainBanner__slider.swiper-container {
        margin-left: calc(-59px + -85 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider.swiper-container {
        margin-left: -144px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider.swiper-container {
        margin-left: calc(-144px + 107 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider.swiper-container {
        margin-left: -37px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider.swiper-container {
        margin-left: calc(-37px + 53 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider.swiper-container {
        margin-left: 16px;
    }
}

@media screen and (max-width: 750px) {
    .mainBanner__slider.swiper-container {
        margin-left: 0px;
    }
}

@media screen and (max-width: 750px) {
    .mainBanner__slider.swiper-container {
        width: 100%;
        height: 568px;
    }

    .mainBanner__slider.swiper-container .swiper-image {
        width: 100%;
        height: 568px;
    }

    .mainBanner__slider.swiper-container .swiper-image-inner {
        width: 100%;
        height: 100%;
    }
}

.mainBanner__slider_controlls {
    position: absolute;
    top: 410px;
    right: -195px;
    right: -56px;
    right: -56px;
    right: -47px;
    right: -147px;
    top: 350px;
    top: 350px;
    top: 263px;
    top: 376px;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
}

@media (min-width: 750px) {
    .mainBanner__slider_controlls {
        right: calc(-56px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__slider_controlls {
        right: -56px;
    }
}

@media (min-width: 768px) {
    .mainBanner__slider_controlls {
        right: calc(-56px + 9 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider_controlls {
        right: -47px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider_controlls {
        right: calc(-47px + -100 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider_controlls {
        right: -147px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider_controlls {
        right: calc(-147px + -48 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider_controlls {
        right: -195px;
    }
}

@media (min-width: 750px) {
    .mainBanner__slider_controlls {
        top: calc(350px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .mainBanner__slider_controlls {
        top: 350px;
    }
}

@media (min-width: 768px) {
    .mainBanner__slider_controlls {
        top: calc(350px + -87 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider_controlls {
        top: 263px;
    }
}

@media (min-width: 1024px) {
    .mainBanner__slider_controlls {
        top: calc(263px + 113 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider_controlls {
        top: 376px;
    }
}

@media (min-width: 1440px) {
    .mainBanner__slider_controlls {
        top: calc(376px + 34 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider_controlls {
        top: 410px;
    }
}

@media screen and (max-width: 750px) {
    .mainBanner__slider_controlls {
        display: none;
    }
}

.mainBanner__slider_controlls .caseItem__pagination {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Vogue";
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

.mainBanner__slider_controlls .caseItem__pagination .caseItem__pagination_text-current {
    font-size: 60px;
    line-height: 72px;
    margin-right: 15px;
    font-size: 50px;
}

@media (min-width: 1440px) {
    .mainBanner__slider_controlls .caseItem__pagination .caseItem__pagination_text-current {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider_controlls .caseItem__pagination .caseItem__pagination_text-current {
        font-size: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .mainBanner__slider_controlls .caseItem__pagination .caseItem__pagination_text-current {
        font-size: 50px;
    }
}

.mainBanner__slider_controlls .caseItem__pagination_numberItem {
    width: 30px;
}

@media (min-width: 1440px) {
    .mainBanner__slider_controlls .caseItem__pagination_numberItem {
        width: calc(30px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .mainBanner__slider_controlls .caseItem__pagination_numberItem {
        width: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .mainBanner__slider_controlls .caseItem__pagination_numberItem {
        width: 30px;
    }
}

.mainBanner__slider_controlls .caseItem__pagination .swiper-pagination-total {
    margin-left: 10px;
}

.mainBanner__slider_controlls .mainBanner-button-next,
.mainBanner__slider_controlls .mainBanner-button-prev {
    transform: rotate(270deg);
    cursor: pointer;
    pointer-events: all;
    outline: none;
}

.mainBanner__slider_controlls .mainBanner-button-next::after,
.mainBanner__slider_controlls .mainBanner-button-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.mainBanner__slider_controlls .mainBanner-button-prev {
    margin-left: 20px;
}

.mainBanner .tab__item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.mainBanner .tab__item-active {
    opacity: 1;
    position: static;
    z-index: 1;
}

.checkIcContainer {
    display: none;
    position: sticky;
    right: 0;
    top: calc(100vh - 20px);
    z-index: 9;
    transform: translate(0, -100%);
    pointer-events: none;
}

@media screen and (max-width: 1400px) {
    .checkIcContainer {
        display: flex;
        justify-content: flex-end;
        top: calc(100vh - 60px);
    }
}

@media screen and (max-width: 768px) {
    .checkIcContainer {
        top: calc(100vh - 88px);
    }
}

@media screen and (max-width: 500px) {
    .checkIcContainer {
        top: calc(100vh - 100px);
    }
}

.checkInButton {
    position: sticky;
    width: 180px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    font-family: "GrillSans Medium";
    font-size: 1rem;
    color: white;
    background-color: black;
}

.checkInButton__img {
    margin-right: 14px;
}

.salonPage .section__title_line {
    width: 70px;
    width: 60px;
}

@media (min-width: 768px) {
    .salonPage .section__title_line {
        width: calc(60px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonPage .section__title_line {
        width: 70px;
    }
}

@media screen and (max-width: 768px) {
    .salonPage .section__title_line {
        width: 60px;
    }
}

.services {
    position: relative;
    margin-bottom: 206px;
    margin-bottom: 38px;
    margin-bottom: 54px;
    margin-bottom: 53px;
    margin-bottom: 100px;
}

@media (min-width: 320px) {
    .services {
        margin-bottom: calc(38px + 16 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services {
        margin-bottom: 54px;
    }
}

@media (min-width: 768px) {
    .services {
        margin-bottom: calc(54px + 46 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services {
        margin-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .services {
        margin-bottom: calc(53px + 47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services {
        margin-bottom: 100px;
    }
}

@media (min-width: 1440px) {
    .services {
        margin-bottom: calc(100px + 6 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services {
        margin-bottom: 106px;
    }
}

.services__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
    .services__list {
        box-sizing: border-box;
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .services__list {
        padding-right: 0px;
    }
}

@media screen and (max-width: 850px) {
    .services__list {
        justify-content: space-between;
        padding-left: 0px;
    }
}

@media screen and (max-width: 750px) {
    .services__list {
        flex-direction: column;
    }
}

.services__list_item {
    overflow: hidden;
    max-width: 25%;
    box-sizing: border-box;
    margin-bottom: 100px;
    width: 350px;
    width: 359px;
    width: 346px;
    width: 260px;
    margin-left: 0px;
    margin-left: 27px;
    margin-left: 27px;
    margin-left: 27px;

    text-decoration: none;
    color: black;
}

.services__list_item * {
    text-decoration: none;
    color: black;
}

@media (min-width: 750px) {
    .services__list_item {
        width: calc(350px + 9 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .services__list_item {
        width: 359px;
    }
}

@media (min-width: 768px) {
    .services__list_item {
        width: calc(359px + -13 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__list_item {
        width: 346px;
    }
}

@media (min-width: 1024px) {
    .services__list_item {
        width: calc(346px + -86 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__list_item {
        width: 260px;
    }
}

@media (min-width: 1440px) {
    .services__list_item {
        width: calc(260px + 62 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__list_item {
        width: 322px;
    }
}

@media screen and (max-width: 1400px) {
    .services__list_item {
        max-width: 50%;
    }
}

@media (min-width: 850px) {
    .services__list_item {
        margin-left: calc(27px + 0 * (100vw - 850px) / 174);
    }
}

@media (min-width: 1024px) {
    .services__list_item {
        margin-left: 27px;
    }
}

@media (min-width: 1024px) {
    .services__list_item {
        margin-left: calc(27px + -27 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__list_item {
        margin-left: 0px;
    }
}

@media screen and (max-width: 850px) {
    .services__list_item {
        margin-left: 0px;
    }
}

@media screen and (max-width: 750px) {
    .services__list_item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 62px;
    }
}

.services__item_image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 392px;
    height: 135px;
    height: 446px;
    height: 446px;
    height: 334px;
    margin-bottom: 30px;
    margin-bottom: 31px;
    margin-bottom: 46px;
    margin-bottom: 47px;
    margin-bottom: 26px;
}

@media (min-width: 320px) {
    .services__item_image {
        height: calc(135px + 311 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services__item_image {
        height: 446px;
    }
}

@media (min-width: 768px) {
    .services__item_image {
        height: calc(446px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__item_image {
        height: 446px;
    }
}

@media (min-width: 1024px) {
    .services__item_image {
        height: calc(446px + -112 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__item_image {
        height: 334px;
    }
}

@media (min-width: 1440px) {
    .services__item_image {
        height: calc(334px + 58 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__item_image {
        height: 392px;
    }
}

@media screen and (max-width: 500px) {
    .services__item_image {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .services__item_image {
        margin-bottom: calc(31px + 15 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services__item_image {
        margin-bottom: 46px;
    }
}

@media (min-width: 768px) {
    .services__item_image {
        margin-bottom: calc(46px + -20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__item_image {
        margin-bottom: 26px;
    }
}

@media (min-width: 1024px) {
    .services__item_image {
        margin-bottom: calc(47px + -21 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__item_image {
        margin-bottom: 26px;
    }
}

@media (min-width: 1440px) {
    .services__item_image {
        margin-bottom: calc(26px + 4 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__item_image {
        margin-bottom: 30px;
    }
}

.services__item_text {
    font-family: "GrillSans Light";
    font-size: 13px;
    font-size: 14px;
    font-size: 16px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    padding-left: 70px;
    padding-left: 77px;
    padding-left: 77px;
    padding-left: 76px;
    padding-left: 60px;
}

@media (min-width: 320px) {
    .services__item_text {
        font-size: calc(14px + 2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services__item_text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .services__item_text {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__item_text {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .services__item_text {
        font-size: calc(16px + -3 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__item_text {
        font-size: 13px;
    }
}

@media (min-width: 750px) {
    .services__item_text {
        padding-left: calc(77px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .services__item_text {
        padding-left: 77px;
    }
}

@media (min-width: 768px) {
    .services__item_text {
        padding-left: calc(77px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__item_text {
        padding-left: 60px;
    }
}

@media (min-width: 1024px) {
    .services__item_text {
        padding-left: calc(76px + -16 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__item_text {
        padding-left: 60px;
    }
}

@media (min-width: 1440px) {
    .services__item_text {
        padding-left: calc(60px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__item_text {
        padding-left: 70px;
    }
}

@media screen and (max-width: 750px) {
    .services__item_text {
        padding-right: 5px;
    }
}

.services__title_line {
    width: 60px;
    width: 40px;
    width: 60px;
    width: 60px;
    width: 46px;
    height: 1px;
}

@media (min-width: 320px) {
    .services__title_line {
        width: calc(40px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services__title_line {
        width: 60px;
    }
}

@media (min-width: 768px) {
    .services__title_line {
        width: calc(60px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__title_line {
        width: 60px;
    }
}

@media (min-width: 1024px) {
    .services__title_line {
        width: calc(60px + -14 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__title_line {
        width: 46px;
    }
}

@media (min-width: 1440px) {
    .services__title_line {
        width: calc(46px + 14 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__title_line {
        width: 60px;
    }
}

.services__title_line::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 1px;
    background-color: black;
}

.services__title_text {
    font-family: "Vogue";
    font-size: 36px;
    font-size: 25px;
    font-size: 36px;
    font-size: 36px;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding-left: 70px;
    padding-left: 77px;
    padding-left: 77px;
    padding-left: 76px;
    padding-left: 60px;
    margin-bottom: 20px;
    margin-bottom: 15px;
    margin-bottom: 40px;
    margin-bottom: 40px;
    margin-bottom: 27px;

    box-sizing: border-box;
    padding-right: 50px;
}

@media (min-width: 320px) {
    .services__title_text {
        font-size: calc(25px + 11 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services__title_text {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .services__title_text {
        font-size: calc(36px + -6 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__title_text {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .services__title_text {
        font-size: calc(36px + -6 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__title_text {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .services__title_text {
        font-size: calc(30px + 6 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__title_text {
        font-size: 36px;
    }
}

@media (min-width: 750px) {
    .services__title_text {
        padding-left: calc(77px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .services__title_text {
        padding-left: 77px;
    }
}

@media (min-width: 768px) {
    .services__title_text {
        padding-left: calc(77px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__title_text {
        padding-left: 60px;
    }
}

@media (min-width: 1024px) {
    .services__title_text {
        padding-left: calc(76px + -16 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__title_text {
        padding-left: 60px;
    }
}

@media (min-width: 1440px) {
    .services__title_text {
        padding-left: calc(60px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__title_text {
        padding-left: 70px;
    }
}

@media (min-width: 320px) {
    .services__title_text {
        margin-bottom: calc(15px + 25 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .services__title_text {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .services__title_text {
        margin-bottom: calc(40px + -13 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services__title_text {
        margin-bottom: 27px;
    }
}

@media (min-width: 1024px) {
    .services__title_text {
        margin-bottom: calc(40px + -13 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services__title_text {
        margin-bottom: 27px;
    }
}

@media (min-width: 1440px) {
    .services__title_text {
        margin-bottom: calc(27px + -7 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services__title_text {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .services__title_text {
        padding-right: 0px;
    }

    .services__title_text br {
        display: none;
    }
}

.services .section__title_text {
    font-size: 60px;
    line-height: 120%;
    font-family: "Vogue";
    font-size: 30px;
    font-size: 30px;
    font-size: 30px;
    font-size: 50px;
}

@media (min-width: 750px) {
    .services .section__title_text {
        font-size: calc(30px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .services .section__title_text {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .services .section__title_text {
        font-size: calc(30px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .services .section__title_text {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .services .section__title_text {
        font-size: calc(30px + 20 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .services .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .services .section__title_text {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .services .section__title_text {
        font-size: 60px;
    }
}

@media screen and (max-width: 1400px) {
    .services .section__title_text {
        position: absolute;
        transform: rotate(-90deg);
        left: -24px;
        top: 32px;
    }
}

@media screen and (max-width: 850px) {
    .services .section__title_text {
        position: static;
        transform: rotate(0deg);
        left: auto;
        top: auto;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px) {
    .services .section__title_text {
        font-size: 36px;
    }
}

@media screen and (max-width: 1400px) {
    .services .section__title_line {
        display: none;
    }
}

.salonBanner {
    margin-top: 205px;
    margin-top: 10px;
    margin-top: 50px;
    margin-top: 50px;
    margin-top: 183px;
    margin-bottom: 139px;
    margin-bottom: 76px;
    margin-bottom: 158px;
    margin-bottom: 150px;
    position: relative;
}

@media (min-width: 320px) {
    .salonBanner {
        margin-top: calc(10px + 40 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .salonBanner {
        margin-top: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner {
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .salonBanner {
        margin-top: calc(50px + 133 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner {
        margin-top: 183px;
    }
}

@media (min-width: 1440px) {
    .salonBanner {
        margin-top: calc(183px + 22 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner {
        margin-top: 205px;
    }
}

@media (min-width: 320px) {
    .salonBanner {
        margin-bottom: calc(76px + 82 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner {
        margin-bottom: 158px;
    }
}

@media (min-width: 768px) {
    .salonBanner {
        margin-bottom: calc(158px + -8 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner {
        margin-bottom: 150px;
    }
}

@media (min-width: 1024px) {
    .salonBanner {
        margin-bottom: calc(150px + -11 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner {
        margin-bottom: 139px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.salonBanner__address {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

@media (min-width: 1024px) {
    .salonBanner__address {
        font-size: calc(14px + 4 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__address {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .salonBanner__address {
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner__address {
        margin-top: 0px;
    }
}

.salonBanner__address p {
    display: inline-block;
}

.salonBanner__address_line {
    display: inline-block;
    height: 100%;
    width: 70px;
    width: 60px;
    margin-right: 26px;
    margin-right: 16px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
}

@media (min-width: 1024px) {
    .salonBanner__address_line {
        width: calc(60px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__address_line {
        width: 70px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__address_line {
        margin-right: calc(16px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__address_line {
        margin-right: 26px;
    }
}

.salonBanner__address_line::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: black;
    width: 60px;
}

@media (min-width: 1024px) {
    .salonBanner__address_line::before {
        width: calc(60px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__address_line::before {
        width: 70px;
    }
}

.salonBanner__title_text {
    font-family: "Vogue";
    font-size: 60px;
    line-height: 120%;
    font-size: 36px;
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
}

@media (min-width: 750px) {
    .salonBanner__title_text {
        font-size: calc(36px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .salonBanner__title_text {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .salonBanner__title_text {
        font-size: calc(36px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__title_text {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__title_text {
        font-size: calc(36px + 14 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .salonBanner__title_text {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__title_text {
        font-size: 60px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner__title_text {
        font-size: 36px;
    }
}

.salonBanner__head {
    display: flex;
    justify-content: space-between;
    max-width: 1460px;
    max-width: 880px;
    max-width: 880px;
    max-width: 880px;
    max-width: 1114px;
    box-sizing: border-box;
    padding-left: 257px;
    padding-left: 48px;
    padding-left: 30px;
    padding-left: 48px;
    padding-left: 165px;
    margin-bottom: 65px;
    margin-bottom: 26px;
    margin-bottom: 26px;
    margin-bottom: 43px;
    margin-bottom: 50px;
}

@media (min-width: 750px) {
    .salonBanner__head {
        max-width: calc(880px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .salonBanner__head {
        max-width: 880px;
    }
}

@media (min-width: 768px) {
    .salonBanner__head {
        max-width: calc(880px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__head {
        max-width: 880px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__head {
        max-width: calc(880px + 234 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__head {
        max-width: 1114px;
    }
}

@media (min-width: 1440px) {
    .salonBanner__head {
        max-width: calc(1114px + 346 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__head {
        max-width: 1460px;
    }
}

@media (min-width: 750px) {
    .salonBanner__head {
        padding-left: calc(48px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .salonBanner__head {
        padding-left: 48px;
    }
}

@media (min-width: 768px) {
    .salonBanner__head {
        padding-left: calc(30px + 18 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__head {
        padding-left: 48px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__head {
        padding-left: calc(48px + 117 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__head {
        padding-left: 165px;
    }
}

@media (min-width: 1440px) {
    .salonBanner__head {
        padding-left: calc(165px + 92 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__head {
        padding-left: 257px;
    }
}

@media (min-width: 750px) {
    .salonBanner__head {
        margin-bottom: calc(26px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .salonBanner__head {
        margin-bottom: 26px;
    }
}

@media (min-width: 768px) {
    .salonBanner__head {
        margin-bottom: calc(26px + 17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__head {
        margin-bottom: 43px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__head {
        margin-bottom: calc(43px + 7 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__head {
        margin-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    .salonBanner__head {
        margin-bottom: calc(50px + 15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__head {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 1000px) {
    .salonBanner__head {
        flex-direction: column;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner__head {
        padding-left: 0px;
    }
}

.salonBanner__content {
    max-width: 380px;
    margin-top: 65px;
    margin-top: 50px;
    margin-top: 50px;
    margin-top: 50px;
}

@media screen and (max-width: 1400px) {
    .salonBanner__content {
        max-width: 358px;
    }
}

@media screen and (max-width: 1000px) {
    .salonBanner__content {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 295px;
        width: 634px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 750px) {
    .salonBanner__content {
        width: calc(295px + 339 * (100vw - 750px) / 18);
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .salonBanner__content {
        width: 634px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .salonBanner__content {
        width: calc(634px + 207 * (100vw - 768px) / 256);
    }
}

@media screen and (max-width: 1000px) and (min-width: 1024px) {
    .salonBanner__content {
        width: 841px;
    }
}

@media (min-width: 750px) {
    .salonBanner__content {
        margin-top: calc(50px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .salonBanner__content {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .salonBanner__content {
        margin-top: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__content {
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__content {
        margin-top: calc(50px + 15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__content {
        margin-top: 65px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner__content {
        flex-wrap: wrap;
        margin-top: 45px;
    }
}

.salonBanner__content_text {
    margin-bottom: 25px;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

@media screen and (max-width: 1000px) {
    .salonBanner__content_text {
        max-width: 358px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner__content_text {
        margin-bottom: 30px;
    }
}

.salonBanner__content_info {
    display: flex;
    justify-content: space-between;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 140%;
}

@media screen and (max-width: 1000px) {
    .salonBanner__content_info {
        flex-direction: column;
    }
}

.salonBanner__content_info .info__phone a {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.salonBanner__content_info .info__time {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;
    margin-right: 20px;
}

@media screen and (max-width: 1000px) {
    .salonBanner__content_info .info__time {
        margin-right: 0;
    }
}

.salonBanner__content .caseItem__pagination {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Vogue";
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

.salonBanner__content .caseItem__pagination .caseItem__pagination_text-current {
    font-size: 60px;
    line-height: 72px;
    margin-right: 15px;
    font-size: 50px;
}

@media (min-width: 1440px) {
    .salonBanner__content .caseItem__pagination .caseItem__pagination_text-current {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__content .caseItem__pagination .caseItem__pagination_text-current {
        font-size: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .salonBanner__content .caseItem__pagination .caseItem__pagination_text-current {
        font-size: 50px;
    }
}

.salonBanner__content .caseItem__pagination_numberItem {
    width: 30px;
}

@media (min-width: 1440px) {
    .salonBanner__content .caseItem__pagination_numberItem {
        width: calc(30px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__content .caseItem__pagination_numberItem {
        width: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .salonBanner__content .caseItem__pagination_numberItem {
        width: 30px;
    }
}

.salonBanner__content .caseItem__pagination .swiper-pagination-total {
    margin-left: 10px;
}

.salonBanner__slider {
    width: 1460px;
    height: 580px;
    width: 350px;
    width: 689px;
    width: 896px;
    width: 1114px;
    height: 353px;
    height: 466px;
    height: 466px;
    height: 580px;
    margin-left: 0px;
}

@media (min-width: 750px) {
    .salonBanner__slider {
        width: calc(350px + 339 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .salonBanner__slider {
        width: 689px;
    }
}

@media (min-width: 768px) {
    .salonBanner__slider {
        width: calc(689px + 207 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__slider {
        width: 896px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__slider {
        width: calc(896px + 218 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__slider {
        width: 1114px;
    }
}

@media (min-width: 1440px) {
    .salonBanner__slider {
        width: calc(1114px + 346 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__slider {
        width: 1460px;
    }
}

@media (min-width: 320px) {
    .salonBanner__slider {
        height: calc(353px + 93 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner__slider {
        height: 446px;
    }
}

@media (min-width: 768px) {
    .salonBanner__slider {
        height: calc(466px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner__slider {
        height: 466px;
    }
}

@media (min-width: 1024px) {
    .salonBanner__slider {
        height: calc(466px + 114 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner__slider {
        height: 580px;
    }
}

@media (min-width: 1440px) {
    .salonBanner__slider {
        height: calc(580px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner__slider {
        height: 580px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner__slider {
        width: 100%;
        max-width: 100vw;
    }
}

.salonBanner .salonBannerControlls {
    position: absolute;
    bottom: -50px;
    left: 1330px;
    bottom: -44px;
    bottom: -44px;
    bottom: -44px;
    left: 592px;
    left: 592px;
    left: 800px;
    left: 988px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    width: 120px;
    width: 120px;
    width: 104px;
    width: 120px;
    z-index: 5;
}

@media (min-width: 320px) {
    .salonBanner .salonBannerControlls {
        bottom: calc(-44px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerControlls {
        bottom: -44px;
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerControlls {
        bottom: calc(-44px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerControlls {
        bottom: -44px;
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerControlls {
        bottom: calc(-44px + -6 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerControlls {
        bottom: -50px;
    }
}

@media (min-width: 320px) {
    .salonBanner .salonBannerControlls {
        left: calc(592px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerControlls {
        left: 592px;
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerControlls {
        left: calc(592px + 208 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerControlls {
        left: 800px;
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerControlls {
        left: calc(800px + 188 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerControlls {
        left: 988px;
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerControlls {
        left: calc(988px + 342 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner .salonBannerControlls {
        left: 1330px;
    }
}

@media (min-width: 320px) {
    .salonBanner .salonBannerControlls {
        width: calc(120px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerControlls {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerControlls {
        width: calc(120px + -16 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerControlls {
        width: 104px;
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerControlls {
        width: calc(104px + 16 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerControlls {
        width: 120px;
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerControlls {
        width: calc(120px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner .salonBannerControlls {
        width: 130px;
    }
}

@media screen and (max-width: 1024px) {
    .salonBanner .salonBannerControlls {
        transform: scale(1);
    }
}

@media screen and (max-width: 750px) {
    .salonBanner .salonBannerControlls {
        left: 0px;
        bottom: 25px;
        width: 100%;
        transform: scale(1);
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
}

.salonBanner .salonBannerControlls .swiperControlNext,
.salonBanner .salonBannerControlls .swiperControlPrev {
    position: relative;
    outline: none;
    transform: scale(1);
}

.salonBanner .salonBannerControlls .swiperControlNext::after,
.salonBanner .salonBannerControlls .swiperControlPrev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    transform: translate(0px, -7px);
    cursor: pointer;
    pointer-events: all;
}

.salonBanner .salonBannerPagination {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    position: absolute;
    left: 1423px;
    top: 690px;
    top: 490px;
    top: 490px;
    top: 560px;
    top: 670px;
    left: 628px;
    left: 628px;
    left: 836px;
    left: 1060px;
    font-family: "Vogue";
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

@media (min-width: 320px) {
    .salonBanner .salonBannerPagination {
        top: calc(490px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerPagination {
        top: 490px;
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerPagination {
        top: calc(490px + 70 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerPagination {
        top: 560px;
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerPagination {
        top: calc(560px + 110 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerPagination {
        top: 670px;
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerPagination {
        top: calc(670px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner .salonBannerPagination {
        top: 690px;
    }
}

@media (min-width: 320px) {
    .salonBanner .salonBannerPagination {
        left: calc(628px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerPagination {
        left: 628px;
    }
}

@media (min-width: 768px) {
    .salonBanner .salonBannerPagination {
        left: calc(628px + 208 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerPagination {
        left: 836px;
    }
}

@media (min-width: 1024px) {
    .salonBanner .salonBannerPagination {
        left: calc(836px + 224 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerPagination {
        left: 1060px;
    }
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerPagination {
        left: calc(1060px + 363 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner .salonBannerPagination {
        left: 1423px;
    }
}

@media screen and (max-width: 750px) {
    .salonBanner .salonBannerPagination {
        position: static;
        transform: rotate(0deg);
        transform: scale(0.4);
        margin: 0 auto;
        margin-top: -6px;
    }
}

.salonBanner .salonBannerPagination .caseItem__pagination_text-current {
    font-size: 60px;
    line-height: 72px;
    margin-right: 15px;
    font-size: 50px;
}

@media (min-width: 1440px) {
    .salonBanner .salonBannerPagination .caseItem__pagination_text-current {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .salonBanner .salonBannerPagination .caseItem__pagination_text-current {
        font-size: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .salonBanner .salonBannerPagination .caseItem__pagination_text-current {
        font-size: 50px;
    }
}

.menublock {
    position: relative;
}

.menublock .menu {
    display: none;
}

.menublock__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
    margin-bottom: 38px;
    margin-bottom: 50px;
    margin-bottom: 60px;
    margin-bottom: 150px;
}

@media (min-width: 320px) {
    .menublock__info {
        margin-bottom: calc(38px + 12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__info {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .menublock__info {
        margin-bottom: calc(50px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__info {
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .menublock__info {
        margin-bottom: calc(60px + 90 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__info {
        margin-bottom: 150px;
    }
}

@media (min-width: 1440px) {
    .menublock__info {
        margin-bottom: calc(150px + -70 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__info {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 750px) {
    .menublock__info {
        margin-bottom: 40px;
        flex-direction: column;
    }
}

.menublock__info_image {
    overflow: hidden;
    width: 1058px;
    height: 533px;
    width: 384px;
    width: 384px;
    width: 637px;
    width: 830px;
    height: 425px;
    height: 425px;
    height: 425px;
    height: 500px;
}

@media (min-width: 750px) {
    .menublock__info_image {
        width: calc(384px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .menublock__info_image {
        width: 384px;
    }
}

@media (min-width: 768px) {
    .menublock__info_image {
        width: calc(384px + 253 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__info_image {
        width: 637px;
    }
}

@media (min-width: 1024px) {
    .menublock__info_image {
        width: calc(637px + 193 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__info_image {
        width: 830px;
    }
}

@media (min-width: 1440px) {
    .menublock__info_image {
        width: calc(830px + 228 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__info_image {
        width: 1058px;
    }
}

@media (min-width: 750px) {
    .menublock__info_image {
        height: calc(425px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .menublock__info_image {
        height: 425px;
    }
}

@media (min-width: 768px) {
    .menublock__info_image {
        height: calc(425px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__info_image {
        height: 425px;
    }
}

@media (min-width: 1024px) {
    .menublock__info_image {
        height: calc(425px + 75 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__info_image {
        height: 500px;
    }
}

@media (min-width: 1440px) {
    .menublock__info_image {
        height: calc(500px + 33 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__info_image {
        height: 533px;
    }
}

@media screen and (max-width: 750px) {
    .menublock__info_image {
        width: 100%;
        height: 240px;
    }
}

.menublock__info_image-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.menublock__info_data {
    box-sizing: border-box;
    padding-left: 118px;
    padding-left: 66px;
    padding-left: 66px;
    padding-left: 50px;
    padding-left: 96px;
}

.menublock__info_data .button-hide {
    display: none;
}

@media (min-width: 750px) {
    .menublock__info_data {
        padding-left: calc(66px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .menublock__info_data {
        padding-left: 66px;
    }
}

@media (min-width: 768px) {
    .menublock__info_data {
        padding-left: calc(66px + -16 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__info_data {
        padding-left: 50px;
    }
}

@media (min-width: 1024px) {
    .menublock__info_data {
        padding-left: calc(50px + 46 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__info_data {
        padding-left: 96px;
    }
}

@media (min-width: 1440px) {
    .menublock__info_data {
        padding-left: calc(96px + 22 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__info_data {
        padding-left: 118px;
    }
}

@media screen and (max-width: 750px) {
    .menublock__info_data {
        width: 100%;
        padding-left: 17px;
        margin-top: 42px;
    }
}

.menublock__info_data .button-dropdown {
    width: 200px;
    height: 62px;
}

.menublock__info_data .button-dropdown__text {
    margin-right: 10px;
}

.menublock__info_data .menublock__data_description {
    max-width: 270px;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 50px;
}

.menublock__info_data .menublock__data_subtitle {
    font-family: "GrillSans Light";
    font-size: 18px;
    line-height: 140%;
}

@media screen and (max-width: 800px) {
    .menublock__info_data .menublock__data_subtitle {
        font-size: 14px;
    }
}

.menublock__info_data .menublock__data_title {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 36px;
    font-size: 36px;
    line-height: 82px;
    line-height: 49px;
    line-height: 49px;
    line-height: 49px;
    margin-bottom: 40px;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .menublock__info_data .menublock__data_title {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__info_data .menublock__data_title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .menublock__info_data .menublock__data_title {
        font-size: calc(36px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__info_data .menublock__data_title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .menublock__info_data .menublock__data_title {
        font-size: calc(36px + 24 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__info_data .menublock__data_title {
        font-size: 60px;
    }
}

@media (min-width: 320px) {
    .menublock__info_data .menublock__data_title {
        line-height: calc(49px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__info_data .menublock__data_title {
        line-height: 49px;
    }
}

@media (min-width: 768px) {
    .menublock__info_data .menublock__data_title {
        line-height: calc(49px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__info_data .menublock__data_title {
        line-height: 49px;
    }
}

@media (min-width: 1024px) {
    .menublock__info_data .menublock__data_title {
        line-height: calc(49px + 33 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__info_data .menublock__data_title {
        line-height: 82px;
    }
}

@media (min-width: 1440px) {
    .menublock__info_data .menublock__data_title {
        margin-bottom: calc(30px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__info_data .menublock__data_title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .menublock__info_data .menublock__data_title {
        margin-bottom: 30px;
    }
}

.menublock__info_data .menublock__data_line {
    display: inline-block;
    height: 100%;
    width: 72px;
    margin-right: 28px;
    margin-right: 15px;
    margin-right: 20px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
}

@media (min-width: 320px) {
    .menublock__info_data .menublock__data_line {
        margin-right: calc(15px + 5 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__info_data .menublock__data_line {
        margin-right: 20px;
    }
}

@media (min-width: 1440px) {
    .menublock__info_data .menublock__data_line {
        margin-right: calc(20px + 8 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__info_data .menublock__data_line {
        margin-right: 28px;
    }
}

.menublock__info_data .menublock__data_line::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 72px;
    height: 1px;
    background-color: black;
}

.menublock__pagination {
    margin-bottom: 30px;
    margin-bottom: 30px;
    margin-bottom: 70px;
}

@media (min-width: 1200px) {
    .menublock__pagination {
        margin-bottom: calc(30px + 40 * (100vw - 1200px) / 240);
    }
}

@media (min-width: 1440px) {
    .menublock__pagination {
        margin-bottom: 70px;
    }
}

@media (min-width: 1440px) {
    .menublock__pagination {
        margin-bottom: calc(70px + -40 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__pagination {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .menublock__pagination {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .menublock__pagination {
        overflow: visible;
    }
}

.menublock__pagination_item {
    width: auto !important;
    box-sizing: border-box;
    padding-right: 51px;
    padding-right: 21px;
    padding-right: 21px;
    padding-right: 51px;
    padding-right: 36px;
    opacity: 0.5;
    overflow: hidden;
}

@media (min-width: 320px) {
    .menublock__pagination_item {
        padding-right: calc(21px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__pagination_item {
        padding-right: 21px;
    }
}

@media (min-width: 768px) {
    .menublock__pagination_item {
        padding-right: calc(21px + 30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__pagination_item {
        padding-right: 51px;
    }
}

@media (min-width: 1024px) {
    .menublock__pagination_item {
        padding-right: calc(51px + -15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__pagination_item {
        padding-right: 36px;
    }
}

@media (min-width: 1440px) {
    .menublock__pagination_item {
        padding-right: calc(36px + 15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__pagination_item {
        padding-right: 51px;
    }
}

.menublock__pagination_item:last-child {
    padding-right: 0px;
}

.menublock__pagination_item-active {
    opacity: 1;
}

.menublock__pagination_item-active .menublock__pagination_item_content {
    pointer-events: none;
    cursor: default;
}

.menublock__pagination_item_content {
    cursor: pointer;
    pointer-events: all;
    font-family: "Vogue";
    font-size: 18px;
    line-height: 22px;
}

.menublock__dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 267px;
    margin-bottom: 100px;
    margin-bottom: 150px;
    margin-bottom: 146px;
    margin-bottom: 200px;
}

@media screen and (max-width: 1200px) {
    .menublock__dropdown {
        flex-direction: column;
    }
}

@media (min-width: 320px) {
    .menublock__dropdown {
        margin-bottom: calc(100px + 50 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__dropdown {
        margin-bottom: 150px;
    }
}

@media (min-width: 768px) {
    .menublock__dropdown {
        margin-bottom: calc(150px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown {
        margin-bottom: 150px;
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown {
        margin-bottom: calc(146px + 54 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown {
        margin-bottom: 200px;
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown {
        margin-bottom: calc(200px + 67 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__dropdown {
        margin-bottom: 267px;
    }
}

.menublock__dropdown_title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    font-size: 36px;
    font-size: 36px;
    line-height: 69px;
    line-height: 69px;
    line-height: 69px;
    line-height: 49px;
    margin-bottom: 30px;
    margin-bottom: 2px;
    margin-bottom: 2px;
    margin-bottom: 12px;
    padding-right: 350px;
    padding-right: 58px;
    padding-right: 150px;
}

@media (min-width: 320px) {
    .menublock__dropdown_title {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__dropdown_title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .menublock__dropdown_title {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown_title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown_title {
        font-size: calc(36px + 14 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown_title {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .menublock__dropdown_title {
        line-height: calc(69px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__dropdown_title {
        line-height: 69px;
    }
}

@media (min-width: 768px) {
    .menublock__dropdown_title {
        line-height: calc(69px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown_title {
        line-height: 69px;
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown_title {
        line-height: calc(49px + 20 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown_title {
        line-height: 69px;
    }
}

@media (min-width: 320px) {
    .menublock__dropdown_title {
        margin-bottom: calc(2px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__dropdown_title {
        margin-bottom: 2px;
    }
}

@media (min-width: 768px) {
    .menublock__dropdown_title {
        margin-bottom: calc(2px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown_title {
        margin-bottom: 12px;
    }
}

@media (min-width: 1024px) {
    .menublock__dropdown_title {
        margin-bottom: calc(12px + 18 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown_title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .menublock__dropdown_title {
        padding-right: calc(58px + 92 * (100vw - 1200px) / 240);
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown_title {
        padding-right: 150px;
    }
}

@media (min-width: 1440px) {
    .menublock__dropdown_title {
        padding-right: calc(150px + 200 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__dropdown_title {
        padding-right: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .menublock__dropdown_title {
        padding-right: 0px;
    }
}

.menublock__dropdown_table {
    width: 100%;
    max-width: 913px;
    margin-top: 16px;
}

@media screen and (max-width: 1200px) {
    .menublock__dropdown_table {
        max-width: 100%;
    }
}

.menublock__dropdown_table .button-dropdown {
    width: 200px;
    height: 62px;
    margin-top: 50px;
}

.menublock__menu {
    display: none;
}

.menublock__menu-active {
    display: block;
}

.menublock__menu .menu__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .menublock__menu .menu__row {
        padding-bottom: 0px;
    }
}

.menublock__menu .menu__row_item {
    display: flex;
}

.menublock__menu .menu__row_item-left {
    font-family: "GrillSans Light";
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 750px) {
    .menublock__menu .menu__row_item-left {
        font-size: 14px;
        line-height: 16px;
    }
}

.menublock__menu .menu__row_item-right {
    font-family: "Vogue";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .menublock__menu .menu__row_item-right {
        text-align: right;
    }
}

.menublock__menu .menu__row_item-right .menublock__price {
    margin-left: 20px;
    min-width: 50px;
}

.menublock__menu .menu__row_item-right .menublock__price-gold {
    margin-left: 170px;
    margin-left: 2px;
    margin-left: 48px;
    margin-left: 87px;
    margin-left: 120px;
    min-width: 70px;
}

@media (min-width: 320px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: calc(2px + 46 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: 48px;
    }
}

@media (min-width: 768px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: calc(48px + 39 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: 87px;
    }
}

@media (min-width: 1024px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: calc(87px + 33 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: 120px;
    }
}

@media (min-width: 1440px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: calc(120px + 50 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        margin-left: 170px;
    }
}

@media screen and (max-width: 750px) {
    .menublock__menu .menu__row_item-right .menublock__price-gold {
        min-width: 88px;
    }
}

.menublock__menu .menu__row-head {
    border-bottom: 1px solid black;
}

@media screen and (max-width: 750px) {
    .menublock__menu .menu__row-head {
        padding-bottom: 10px;
    }
}

.menublock__menu .menu__row-head .menu__row_item {
    display: flex;
}

.menublock__menu .menu__row-head .menu__row_item-left {
    font-family: "GrillSans Medium";
    font-size: 12px;
    line-height: 14px;
}

.menublock__menu .menu__row-head .menu__row_item-right {
    font-family: "GrillSans Medium";
    font-size: 12px;
    line-height: 14px;
}

.specialists {
    margin-bottom: 120px;
    margin-bottom: 76px;
    margin-bottom: 76px;
    margin-bottom: 46px;
    margin-bottom: 100px;
    position: relative;
}

@media (min-width: 750px) {
    .specialists {
        margin-bottom: calc(76px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .specialists {
        margin-bottom: 76px;
    }
}

@media (min-width: 768px) {
    .specialists {
        margin-bottom: calc(76px + -30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists {
        margin-bottom: 46px;
    }
}

@media (min-width: 1024px) {
    .specialists {
        margin-bottom: calc(46px + 54 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists {
        margin-bottom: 100px;
    }
}

@media (min-width: 1440px) {
    .specialists {
        margin-bottom: calc(100px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists {
        margin-bottom: 120px;
    }
}

.specialists-desktop {
    display: block;
}

@media screen and (max-width: 750px) {
    .specialists-desktop {
        display: none;
    }
}

.specialists-desktop .specialists__list_item {
    margin-bottom: 113px;
    margin-bottom: 80px;
    margin-bottom: 81px;
    margin-bottom: 110px;
    margin-bottom: 100px;
}

@media (min-width: 750px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: calc(80px + 1 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: 81px;
    }
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: calc(81px + 29 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: 110px;
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: calc(110px + -10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: 100px;
    }
}

@media (min-width: 1440px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: calc(100px + 13 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists-desktop .specialists__list_item {
        margin-bottom: 113px;
    }
}

.specialists-desktop .specialists__item_image {
    margin-bottom: 44px;
    margin-bottom: 28px;
    margin-bottom: 28px;
    margin-bottom: 40px;
}

@media (min-width: 750px) {
    .specialists-desktop .specialists__item_image {
        margin-bottom: calc(28px + 0 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__item_image {
        margin-bottom: 28px;
    }
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__item_image {
        margin-bottom: calc(28px + 12 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__item_image {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__item_image {
        margin-bottom: calc(40px + 4 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists-desktop .specialists__item_image {
        margin-bottom: 44px;
    }
}

.specialists-desktop .specialists__item_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.specialists-desktop .specialists__item_content .specialists__title_line {
    display: inline-block;
    height: 100%;
    width: 72px;
    width: 60px;
    margin-top: 18px;
    margin-right: 28px;
    margin-right: 15px;
    margin-right: 20px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        width: calc(60px + 12 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        width: 72px;
    }
}

@media screen and (max-width: 768px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        width: 60px;
    }
}

@media (min-width: 320px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        margin-right: calc(15px + 5 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        margin-right: 20px;
    }
}

@media (min-width: 1440px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        margin-right: calc(20px + 8 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        margin-right: 28px;
    }
}

.specialists-desktop .specialists__item_content .specialists__title_line::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 72px;
    width: 60px;
    height: 1px;
    background-color: black;
}

@media (min-width: 768px) {
    .specialists-desktop .specialists__item_content .specialists__title_line::before {
        width: calc(60px + 12 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__item_content .specialists__title_line::before {
        width: 72px;
    }
}

@media screen and (max-width: 768px) {
    .specialists-desktop .specialists__item_content .specialists__title_line::before {
        width: 60px;
    }
}

.specialists-desktop .specialists__item_content .specialists__title_text {
    display: inline-block;
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
    font-size: 25px;
    line-height: 34px;
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__item_content .specialists__title_text {
        font-size: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists-desktop .specialists__item_content .specialists__title_text {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .specialists-desktop .specialists__item_content .specialists__title_text {
        line-height: calc(34px + 7 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists-desktop .specialists__item_content .specialists__title_text {
        line-height: 41px;
    }
}

@media screen and (max-width: 1024px) {
    .specialists-desktop .specialists__item_content .specialists__title_text {
        font-size: 25px;
        line-height: 34px;
    }
}

.specialists-desktop .specialists__item_content .specialists__item_subtitle {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 16px;
    opacity: 0.5;
    margin-bottom: 28px;
}

.specialists-desktop .specialists__item_content .specialists__item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.specialists-mobile {
    display: none;
}

@media screen and (max-width: 750px) {
    .specialists-mobile {
        display: block;
    }
}

.specialists__head {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 120px;
    margin-bottom: 43px;
    margin-bottom: 50px;
    margin-bottom: 50px;
    margin-bottom: 100px;
}

@media (min-width: 320px) {
    .specialists__head {
        margin-bottom: calc(43px + 7 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialists__head {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .specialists__head {
        margin-bottom: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists__head {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .specialists__head {
        margin-bottom: calc(50px + 50 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists__head {
        margin-bottom: 100px;
    }
}

@media (min-width: 1440px) {
    .specialists__head {
        margin-bottom: calc(100px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__head {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 1200px) {
    .specialists__head {
        flex-direction: column;
    }
}

.specialists__head .section__title {
    margin-right: 160px;
    margin-right: 80px;
    margin-right: 165px;
}

@media (min-width: 1200px) {
    .specialists__head .section__title {
        margin-right: calc(80px + 85 * (100vw - 1200px) / 240);
    }
}

@media (min-width: 1440px) {
    .specialists__head .section__title {
        margin-right: 165px;
    }
}

@media (min-width: 1440px) {
    .specialists__head .section__title {
        margin-right: calc(165px + -5 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__head .section__title {
        margin-right: 160px;
    }
}

@media screen and (max-width: 1200px) {
    .specialists__head .section__title {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px) {
    .specialists__head .section__title {
        margin-bottom: 23px;
    }
}

.specialists__head .section__title_text {
    white-space: nowrap;
    font-size: 50px;
    line-height: 120%;
    font-family: "Vogue";
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    font-size: 50px;
}

@media (min-width: 320px) {
    .specialists__head .section__title_text {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialists__head .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .specialists__head .section__title_text {
        font-size: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists__head .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .specialists__head .section__title_text {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists__head .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .specialists__head .section__title_text {
        font-size: calc(50px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__head .section__title_text {
        font-size: 50px;
    }
}

.specialists__head .section__title_line {
    margin-bottom: 0px;
    margin-right: 47px;
    margin-right: 20px;
    margin-right: 20px;
    margin-right: 27px;
    margin-right: 27px;
}

@media (min-width: 320px) {
    .specialists__head .section__title_line {
        margin-right: calc(20px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialists__head .section__title_line {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .specialists__head .section__title_line {
        margin-right: calc(20px + 7 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists__head .section__title_line {
        margin-right: 27px;
    }
}

@media (min-width: 1024px) {
    .specialists__head .section__title_line {
        margin-right: calc(27px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists__head .section__title_line {
        margin-right: 27px;
    }
}

@media (min-width: 1440px) {
    .specialists__head .section__title_line {
        margin-right: calc(27px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__head .section__title_line {
        margin-right: 47px;
    }
}

@media screen and (max-width: 768px) {
    .specialists__head .section__title_line {
        width: 60px;
    }
}

.specialists__filter-desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

@media screen and (max-width: 750px) {
    .specialists__filter-desktop {
        display: none;
    }
}

.specialists__filter-desktop .specialists__filter_item {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.01em;
    opacity: 0.5;
    cursor: pointer;
    pointer-events: all;
    margin-right: 56px;
    margin-right: 30px;
    margin-right: 38px;
    margin-bottom: 5px;
}

@media (min-width: 1400px) {
    .specialists__filter-desktop .specialists__filter_item {
        margin-right: calc(30px + 8 * (100vw - 1400px) / 40);
    }
}

@media (min-width: 1440px) {
    .specialists__filter-desktop .specialists__filter_item {
        margin-right: 38px;
    }
}

@media (min-width: 1440px) {
    .specialists__filter-desktop .specialists__filter_item {
        margin-right: calc(38px + 18 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__filter-desktop .specialists__filter_item {
        margin-right: 56px;
    }
}

@media screen and (max-width: 1400px) {
    .specialists__filter-desktop .specialists__filter_item {
        margin-right: 30px;
    }
}

.specialists__filter-desktop .specialists__filter_item-active {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

.specialists__filter-mobile {
    display: none;
    position: relative;
    width: 220px;
    height: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    background-color: white;
}

@media screen and (max-width: 750px) {
    .specialists__filter-mobile {
        display: block;
    }
}

.specialists__filter-mobile .customSelect__window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.specialists__filter-mobile .customSelect__window_text {
    font-family: "Vogue";
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.specialists__filter-mobile .customSelect__window_arrow {
    transition: 0.3s;
}

.specialists__filter-mobile .customSelect__dropdown {
    position: absolute;
    bottom: -10px;
    width: 100%;
    background-color: white;
    transform: translate(0, 100%);
    z-index: 5;
    display: none;
}

.specialists__filter-mobile .customSelect__dropdown_item {
    font-family: "GrillSans Light";
    min-height: 30px;
}

.specialists__filter-mobile.dropdown-opened .customSelect__window_arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}

.specialists .specialistsInfo-mobile .specialistsInfo__title {
    font-family: "Vogue";
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.specialists .specialistsInfo-mobile .specialistsInfo__subtitle {
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    opacity: 0.5;
}

.specialists .specialistsControlls-mobile {
    position: absolute;
    transform: scale(0.6);
    right: -20px;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 110px;
}

.specialists__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .specialists__list {
        margin-bottom: 22px;
    }
}

.specialists__list_item {
    overflow: hidden;
    width: 412px;
    width: 350px;
    width: 358px;
    width: 414px;
    width: 414px;
    margin-right: 68px;
    margin-right: 10px;
    margin-right: 17px;
    margin-right: 100px;
    margin-right: 94px;

    position: relative;
}

@media (min-width: 750px) {
    .specialists__list_item {
        width: calc(350px + 8 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .specialists__list_item {
        width: 358px;
    }
}

@media (min-width: 768px) {
    .specialists__list_item {
        width: calc(358px + 56 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists__list_item {
        width: 414px;
    }
}

@media (min-width: 1024px) {
    .specialists__list_item {
        width: calc(414px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists__list_item {
        width: 414px;
    }
}

@media (min-width: 1440px) {
    .specialists__list_item {
        width: calc(414px + -2 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__list_item {
        width: 412px;
    }
}

@media (min-width: 750px) {
    .specialists__list_item {
        margin-right: calc(10px + 7 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .specialists__list_item {
        margin-right: 17px;
    }
}

@media (min-width: 768px) {
    .specialists__list_item {
        margin-right: calc(17px + 83 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists__list_item {
        margin-right: 100px;
    }
}

@media (min-width: 1024px) {
    .specialists__list_item {
        margin-right: calc(100px + -6 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists__list_item {
        margin-right: 94px;
    }
}

@media (min-width: 1440px) {
    .specialists__list_item {
        margin-right: calc(94px + -26 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__list_item {
        margin-right: 68px;
    }
}

.specialists__list_item:nth-child(3n) {
    margin-right: 0px;
}

@media screen and (max-width: 1900px) {
    .specialists__list_item:nth-child(3n) {
        display: block;
        margin-right: 10px;
        margin-right: 17px;
        margin-right: 100px;
        margin-right: 94px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 750px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: calc(10px + 7 * (100vw - 750px) / 18);
    }
}

@media screen and (max-width: 1900px) and (min-width: 768px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: 17px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 768px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: calc(17px + 83 * (100vw - 768px) / 256);
    }
}

@media screen and (max-width: 1900px) and (min-width: 1024px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1024px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: calc(100px + -6 * (100vw - 1024px) / 416);
    }
}

@media screen and (max-width: 1900px) and (min-width: 1440px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: 94px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1440px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: calc(94px + -42 * (100vw - 1440px) / 460);
    }
}

@media screen and (max-width: 1900px) and (min-width: 1900px) {
    .specialists__list_item:nth-child(3n) {
        margin-right: 52px;
    }
}

@media screen and (max-width: 1900px) {
    .specialists__list_item:nth-child(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1900px) {
    .specialists__list_item:nth-child(2n - 1) {
        margin-left: 97px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1024px) {
    .specialists__list_item:nth-child(2n - 1) {
        margin-left: calc(0px + 97 * (100vw - 1024px) / 416);
    }
}

@media screen and (max-width: 1900px) and (min-width: 1440px) {
    .specialists__list_item:nth-child(2n - 1) {
        margin-left: 97px;
    }
}

@media screen and (max-width: 1024px) {
    .specialists__list_item:nth-child(2n - 1) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 750px) {
    .specialists__list-slider {
        max-width: 100%;
        margin-left: 0px;
        overflow: visible;
    }
}

.specialists__buffer {
    display: none !important;
}

.specialists__item_image {
    width: 100%;
    height: 451px;
    height: 225px;
    height: 462px;
    height: 451px;
    height: 451px;
    background-size: cover;
    background-position: center;

    display: block;
}

@media (min-width: 320px) {
    .specialists__item_image {
        height: calc(225px + 237 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialists__item_image {
        height: 462px;
    }
}

@media (min-width: 768px) {
    .specialists__item_image {
        height: calc(462px + -11 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialists__item_image {
        height: 451px;
    }
}

@media (min-width: 1024px) {
    .specialists__item_image {
        height: calc(451px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialists__item_image {
        height: 451px;
    }
}

@media (min-width: 1440px) {
    .specialists__item_image {
        height: calc(451px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialists__item_image {
        height: 451px;
    }
}

.specialists .specialists__title_text {
    color: black;
    text-decoration: none;
}

.otherSalons__title {
    font-family: "Vogue";
    font-size: 60px;
    line-height: 82px;
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    line-height: 49px;
    line-height: 49px;
    line-height: 69px;
    line-height: 69px;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-left: 96px;
    padding-left: 96px;
    padding-left: 96px;
    padding-left: 96px;
}

@media (min-width: 320px) {
    .otherSalons__title {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .otherSalons__title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .otherSalons__title {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .otherSalons__title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .otherSalons__title {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .otherSalons__title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .otherSalons__title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .otherSalons__title {
        font-size: 60px;
    }
}

@media (min-width: 320px) {
    .otherSalons__title {
        line-height: calc(49px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .otherSalons__title {
        line-height: 49px;
    }
}

@media (min-width: 768px) {
    .otherSalons__title {
        line-height: calc(49px + 20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .otherSalons__title {
        line-height: 69px;
    }
}

@media (min-width: 1024px) {
    .otherSalons__title {
        line-height: calc(69px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .otherSalons__title {
        line-height: 69px;
    }
}

@media (min-width: 1440px) {
    .otherSalons__title {
        line-height: calc(69px + 13 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .otherSalons__title {
        line-height: 82px;
    }
}

@media (min-width: 320px) {
    .otherSalons__title {
        padding-left: calc(96px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .otherSalons__title {
        padding-left: 96px;
    }
}

@media (min-width: 768px) {
    .otherSalons__title {
        padding-left: calc(96px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .otherSalons__title {
        padding-left: 96px;
    }
}

@media (min-width: 1024px) {
    .otherSalons__title {
        padding-left: calc(96px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .otherSalons__title {
        padding-left: 96px;
    }
}

@media (min-width: 1440px) {
    .otherSalons__title {
        padding-left: calc(96px + -96 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .otherSalons__title {
        padding-left: 0px;
    }
}

@media screen and (max-width: 800px) {
    .otherSalons__title {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 750px) {
    .otherSalons__title {
        margin-bottom: 40px;
    }
}

.otherSalons__list {
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .otherSalons__list {
        flex-direction: column;
    }
}

.otherSalons__list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 593px;
    color: black;
    text-decoration: none;
    height: 288px;
    height: 454px;
    height: 392px;
    height: 550px;
}

@media (min-width: 320px) {
    .otherSalons__list_item {
        height: calc(288px + 166 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .otherSalons__list_item {
        height: 454px;
    }
}

@media (min-width: 768px) {
    .otherSalons__list_item {
        height: calc(454px + -62 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .otherSalons__list_item {
        height: 392px;
    }
}

@media (min-width: 1024px) {
    .otherSalons__list_item {
        height: calc(392px + 158 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .otherSalons__list_item {
        height: 550px;
    }
}

@media (min-width: 1440px) {
    .otherSalons__list_item {
        height: calc(550px + 43 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .otherSalons__list_item {
        height: 593px;
    }
}

@media screen and (max-width: 750px) {
    .otherSalons__list_item {
        width: 100%;
    }
}

.otherSalons__list_item .otherSalons__item_text {
    text-align: center;
    font-family: "Vogue";
    font-size: 40px;
    line-height: 48px;
    font-size: 25px;
    font-size: 25px;
    font-size: 25px;
    font-size: 30px;
    line-height: 30px;
    line-height: 30px;
    line-height: 30px;
    line-height: 36px;
    margin-bottom: 5px;

    z-index: 1;
}

@media (min-width: 320px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(25px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(25px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(30px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .otherSalons__list_item .otherSalons__item_text {
        font-size: 40px;
    }
}

@media (min-width: 320px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(30px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(30px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(30px + 6 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: 36px;
    }
}

@media (min-width: 1440px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(36px + 12 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .otherSalons__list_item .otherSalons__item_text {
        line-height: 48px;
    }
}

.otherSalons__line {
    width: 60px;
    height: 1px;
    background-color: #000000;
    margin-bottom: 30px;

    z-index: 1;
}

.otherSalons__metro {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 30px;

    z-index: 1;
}

.otherSalons__link {
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 1;
}

.otherSalons__link_text {
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-right: 15px;
    transition: 0.3s;
}

.servicesPage .services {
    margin-top: 196px;
    margin-top: 42px;
    margin-top: 64px;
    margin-top: 75px;
    margin-top: 178px;
    margin-bottom: 128px;
    margin-bottom: 39px;
    margin-bottom: 27px;
    margin-bottom: 26px;
    margin-bottom: 56px;
}

@media (min-width: 320px) {
    .servicesPage .services {
        margin-top: calc(42px + 22 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .services {
        margin-top: 64px;
    }
}

@media (min-width: 768px) {
    .servicesPage .services {
        margin-top: calc(64px + 132 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .services {
        margin-top: 196px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .services {
        margin-top: calc(75px + 103 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .services {
        margin-top: 178px;
    }
}

@media (min-width: 1440px) {
    .servicesPage .services {
        margin-top: calc(178px + 18 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .servicesPage .services {
        margin-top: 196px;
    }
}

@media (min-width: 320px) {
    .servicesPage .services {
        margin-bottom: calc(39px + -12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .services {
        margin-bottom: 27px;
    }
}

@media (min-width: 768px) {
    .servicesPage .services {
        margin-bottom: calc(27px + -1 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .services {
        margin-bottom: 26px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .services {
        margin-bottom: calc(26px + 102 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .services {
        margin-bottom: 128px;
    }
}

@media (min-width: 1440px) {
    .servicesPage .services {
        margin-bottom: calc(56px + 72 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .servicesPage .services {
        margin-bottom: 128px;
    }
}

.servicesPage .services .section__title_line {
    max-width: 70px;
    margin-bottom: 92px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 70px;
    margin-bottom: 80px;
}

@media (min-width: 320px) {
    .servicesPage .services .section__title_line {
        margin-bottom: calc(0px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .services .section__title_line {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .servicesPage .services .section__title_line {
        margin-bottom: calc(0px + 45 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .services .section__title_line {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .services .section__title_line {
        margin-bottom: calc(70px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .services .section__title_line {
        margin-bottom: 80px;
    }
}

@media (min-width: 1440px) {
    .servicesPage .services .section__title_line {
        margin-bottom: calc(80px + 12 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .servicesPage .services .section__title_line {
        margin-bottom: 92px;
    }
}

@media screen and (max-width: 1400px) {
    .servicesPage .services .section__title_line {
        display: inline-block;
    }
}

@media screen and (max-width: 750px) {
    .servicesPage .services .section__title_line {
        width: 60px;
    }
}

.servicesPage .services .section__title_text {
    font-size: 50px;
    line-height: 120%;
    font-family: "Vogue";
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
}

@media (min-width: 320px) {
    .servicesPage .services .section__title_text {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .services .section__title_text {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .servicesPage .services .section__title_text {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .services .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .services .section__title_text {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .services .section__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .servicesPage .services .section__title_text {
        font-size: calc(50px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .servicesPage .services .section__title_text {
        font-size: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .servicesPage .services .section__title_text {
        position: static;
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 850px) {
    .servicesPage .services .section__title_text {
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 1400px) {
    .servicesPage .services__list {
        justify-content: flex-start;
        padding-left: 5px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 850px) {
    .servicesPage .services__list {
        padding-left: 0px;
        justify-content: space-between;
    }
}

.servicesPage .services__list_item {
    margin-left: 0px;
    margin-left: 0px;
    margin-left: 0px;
    margin-left: 76px;
}

@media (min-width: 320px) {
    .servicesPage .services__list_item {
        margin-left: calc(0px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .services__list_item {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .servicesPage .services__list_item {
        margin-left: calc(0px + 76 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .services__list_item {
        margin-left: 76px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .services__list_item {
        margin-left: calc(76px + -76 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .services__list_item {
        margin-left: 0px;
    }
}

.servicesPage .promosWrapper .section__title_line {
    margin-bottom: 92px;
    margin-bottom: 52px;
    margin-bottom: 45px;
    margin-bottom: 45px;
    margin-bottom: 60px;
}

@media (min-width: 320px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: calc(52px + -16 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: calc(45px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: calc(45px + 15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: 60px;
    }
}

@media (min-width: 1440px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: calc(60px + 32 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .servicesPage .promosWrapper .section__title_line {
        margin-bottom: 92px;
    }
}

.servicesPage .promosWrapper {
    margin-bottom: 200px;
    margin-bottom: 36px;
    margin-bottom: 119px;
    margin-bottom: 147px;
    margin-bottom: 231px;
}

@media (min-width: 320px) {
    .servicesPage .promosWrapper {
        margin-bottom: calc(36px + 83 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .servicesPage .promosWrapper {
        margin-bottom: 119px;
    }
}

@media (min-width: 768px) {
    .servicesPage .promosWrapper {
        margin-bottom: calc(119px + 28 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .servicesPage .promosWrapper {
        margin-bottom: 147px;
    }
}

@media (min-width: 1024px) {
    .servicesPage .promosWrapper {
        margin-bottom: calc(147px + 84 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .servicesPage .promosWrapper {
        margin-bottom: 231px;
    }
}

@media (min-width: 1440px) {
    .servicesPage .promosWrapper {
        margin-bottom: calc(231px + -31 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .servicesPage .promosWrapper {
        margin-bottom: 200px;
    }
}

.serviceBanner {
    width: 100vw;
    max-width: 100vw;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 104px;
    margin-top: 0px;
    margin-top: 10px;
    margin-top: 10px;
    margin-top: 104px;
    height: 458px;
    height: 190px;
    height: 260px;
    height: 323px;
    height: 398px;
}

@media (min-width: 320px) {
    .serviceBanner {
        margin-top: calc(0px + 10 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .serviceBanner {
        margin-top: calc(10px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .serviceBanner {
        margin-top: calc(10px + 94 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceBanner {
        margin-top: 104px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner {
        margin-top: calc(104px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner {
        margin-top: 104px;
    }
}

@media (min-width: 320px) {
    .serviceBanner {
        height: calc(190px + 70 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .serviceBanner {
        height: calc(260px + 63 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner {
        height: 323px;
    }
}

@media (min-width: 1024px) {
    .serviceBanner {
        height: calc(323px + 75 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceBanner {
        height: 398px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner {
        height: calc(398px + 60 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner {
        height: 458px;
    }
}

.serviceBanner__content {
    position: absolute;
    left: 260px;
    left: 21px;
    left: 52px;
    left: 52px;
    left: 165px;
    top: 145px;
    top: 60px;
    top: 93px;
    top: 122px;
    top: 152px;

    margin-right: 23px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
}

.constructor__banner_bgWrapper {
    display: inline-block;
    margin-right: 23px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
}

@media (min-width: 320px) {
    .serviceBanner__content {
        left: calc(21px + 31 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__content {
        left: 52px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__content {
        left: calc(52px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__content {
        left: 52px;
    }
}

@media (min-width: 1024px) {
    .serviceBanner__content {
        left: calc(52px + 113 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceBanner__content {
        left: 165px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner__content {
        left: calc(165px + 95 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner__content {
        left: 260px;
    }
}

@media (min-width: 320px) {
    .serviceBanner__content {
        /* top: calc(60px + 33 * (100vw - 320px) / 448); */
    }
}

@media (max-width: 768px) {
    .serviceBanner__content {
        top: auto !important;
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__content {
        top: calc(93px + 29 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__content {
        top: 122px;
    }
}

@media (min-width: 1024px) {
    .serviceBanner__content {
        top: calc(122px + 30 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceBanner__content {
        top: 152px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner__content {
        top: calc(152px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner__content {
        top: 152px;
    }
}

.serviceBanner__subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.serviceBanner__subtitle_line {
    display: inline-block;
    height: 100%;
    width: 70px;
    min-width: 70px;
    height: 1px;
    margin-top: 10px;
    margin-top: 9px;
    margin-top: 9px;
    margin-right: 28px;
    margin-right: 22px;
    margin-right: 20px;
    position: relative;
}

@media (min-width: 320px) {
    .serviceBanner__subtitle_line {
        margin-top: calc(9px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_line {
        margin-top: 9px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_line {
        margin-top: calc(9px + 1 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__subtitle_line {
        margin-top: 10px;
    }
}

@media (min-width: 320px) {
    .serviceBanner__subtitle_line {
        margin-right: calc(22px + -2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_line {
        margin-right: 20px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner__subtitle_line {
        margin-right: calc(20px + 8 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner__subtitle_line {
        margin-right: 28px;
    }
}

.serviceBanner__subtitle_line::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
}

.serviceBanner__subtitle_text {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    line-height: 18px;
    color: #000000;
    padding-right: 20px;
}

@media (min-width: 320px) {
    .serviceBanner__subtitle_text {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_text {
        font-size: calc(16px + 2 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__subtitle_text {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .serviceBanner__subtitle_text {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_text {
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__subtitle_text {
        line-height: calc(18px + 2 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__subtitle_text {
        line-height: 20px;
    }
}

.serviceBanner__title {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    line-height: 82px;
    line-height: 60px;
    line-height: 49px;
    line-height: 69px;
    line-height: 69px;
    color: #000000;
}

@media (min-width: 320px) {
    .serviceBanner__title {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__title {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .serviceBanner__title {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceBanner__title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner__title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner__title {
        font-size: 60px;
    }
}

@media (min-width: 320px) {
    .serviceBanner__title {
        line-height: calc(60px + 9 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceBanner__title {
        line-height: 69px;
    }
}

@media (min-width: 768px) {
    .serviceBanner__title {
        line-height: calc(49px + 20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceBanner__title {
        line-height: 69px;
    }
}

@media (min-width: 1024px) {
    .serviceBanner__title {
        line-height: calc(69px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceBanner__title {
        line-height: 69px;
    }
}

@media (min-width: 1440px) {
    .serviceBanner__title {
        line-height: calc(69px + 13 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceBanner__title {
        line-height: 82px;
    }
}

.serviceList {
    margin-bottom: 200px;
    margin-bottom: 72px;
}

.serviceList a {
    color: black;
}

@media (min-width: 320px) {
    .serviceList {
        margin-bottom: calc(72px + 128 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList {
        margin-bottom: 200px;
    }
}

.serviceList__tabs {
    display: flex;
}

.serviceList__tabs_item {
    display: none;
}

.serviceList__tabs_item-active {
    display: block;
    width: 100%;
}

.serviceList__table_dropdown {
    display: none;
    margin-bottom: 20px;
}

.serviceList__table_item {
    border-top: 1px solid black;
}

.serviceList__table_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: "Vogue";
    font-size: 30px;
    font-size: 18px;
    line-height: 41px;
    line-height: 25px;
    padding-top: 14px;
    padding-bottom: 10px;
    cursor: pointer;
}

@media (min-width: 320px) {
    .serviceList__table_title {
        font-size: calc(18px + 12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_title {
        font-size: 30px;
    }
}

@media (min-width: 320px) {
    .serviceList__table_title {
        line-height: calc(25px + 16 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_title {
        line-height: 41px;
    }
}

.serviceList__table_title_arrow {
    line-height: 100%;
    margin-right: 16px;
    margin-right: 0px;
}

@media (min-width: 320px) {
    .serviceList__table_title_arrow {
        margin-right: calc(0px + 16 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_title_arrow {
        margin-right: 16px;
    }
}

.serviceList__table_li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.serviceList__table_li.title {
    font-family: "Vogue";
    font-size: 26px;
    font-size: 18px;
    line-height: 36px;
    line-height: 25px;
    padding-top: 30px;
    padding-top: 18px;
}

@media (min-width: 320px) {
    .serviceList__table_li.title {
        font-size: calc(18px + 8 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li.title {
        font-size: 26px;
    }
}

@media (min-width: 320px) {
    .serviceList__table_li.title {
        line-height: calc(25px + 11 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li.title {
        line-height: 36px;
    }
}

@media (min-width: 320px) {
    .serviceList__table_li.title {
        padding-top: calc(18px + 12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li.title {
        padding-top: 30px;
    }
}

/* .serviceList__table_li_prices.headers {
  margin-bottom: -23px;
} */

.serviceList__table_li.title {
    align-items: flex-end;
}

.serviceList__table_li.title .serviceList__table_li_prices .serviceList__table_li_prices_item {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

@media (max-width: 550px) {
    .serviceList__table_li.title .serviceList__table_li_prices .serviceList__table_li_prices_item {
        font-size: 10px !important;
    }
}

.serviceList__table_li.plain {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 14px;
    line-height: 20px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 12px;
}

@media (min-width: 320px) {
    .serviceList__table_li.plain {
        font-size: calc(14px + 4 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li.plain {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .serviceList__table_li.plain {
        line-height: calc(16px + 4 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li.plain {
        line-height: 20px;
    }
}

.serviceList__table_li-0 {
    padding-left: 0px;
}

.serviceList__table_li-1 {
    padding-left: 28px;
    padding-left: 0px;
}

@media (min-width: 320px) {
    .serviceList__table_li-1 {
        padding-left: calc(0px + 28 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li-1 {
        padding-left: 28px;
    }
}

.serviceList__table_li-2 {
    padding-left: 56px;
    padding-left: 15px;
}

@media (min-width: 320px) {
    .serviceList__table_li-2 {
        padding-left: calc(15px + 41 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li-2 {
        padding-left: 56px;
    }
}

.serviceList__table_li_text {
    max-width: 320px;

    box-sizing: border-box;
    padding-right: 20px;
}

.serviceList__table_li_text a {
    transition: 0.3s;
    text-decoration: none;
    position: relative;
}

.serviceList__table_li_text a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: black;
    transition: 0.3s;
    opacity: 0.6;
}

html.notTouch .serviceList__table_li_text a:hover::after {
    opacity: 0;
    transition: 0.3s;
}

html.notTouch .serviceList__table_li_text a:hover {
    transition: 0.3s;
}

.serviceList__table_li_prices {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 160px;
    margin-right: 0px;
    margin-right: 68px;
    margin-right: 80px;
}

@media (min-width: 700px) {
    .serviceList__table_li_prices {
        margin-right: calc(0px + 68 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li_prices {
        margin-right: 68px;
    }
}

@media (min-width: 768px) {
    .serviceList__table_li_prices {
        margin-right: calc(68px + 12 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceList__table_li_prices {
        margin-right: 80px;
    }
}

@media (min-width: 1024px) {
    .serviceList__table_li_prices {
        margin-right: calc(80px + 80 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__table_li_prices {
        margin-right: 160px;
    }
}

@media screen and (max-width: 700px) {
    .serviceList__table_li_prices {
        margin-right: 0px;
    }

    .otherSalons__button-ymap {
        display: none;
    }

    .otherSalons__button-navigator {
        display: flex !important;
    }
}

.serviceList__table_li_prices_item {
    font-family: "Vogue";
    font-size: 18px;
    font-size: 12px;
    line-height: 25px;
    line-height: 16px;
    text-align: right;
    min-width: 120px;
    min-width: 50px;
    min-width: 64px;
    min-width: 84px;

    text-align: left;
}

@media (min-width: 320px) {
    .serviceList__table_li_prices_item {
        font-size: calc(12px + 6 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li_prices_item {
        font-size: 18px;
    }
}

@media (min-width: 320px) {
    .serviceList__table_li_prices_item {
        line-height: calc(16px + 9 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li_prices_item {
        line-height: 25px;
    }
}

@media (min-width: 320px) {
    .serviceList__table_li_prices_item {
        min-width: calc(50px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList__table_li_prices_item {
        min-width: 64px;
    }
}

@media (min-width: 768px) {
    .serviceList__table_li_prices_item {
        min-width: calc(64px + 20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceList__table_li_prices_item {
        min-width: 84px;
    }
}

@media (min-width: 1024px) {
    .serviceList__table_li_prices_item {
        min-width: calc(84px + 36 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__table_li_prices_item {
        min-width: 120px;
    }
}

.serviceList__rightSide {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-left: 41px;
}

.serviceList__rightSide_wrapper {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.serviceList__rightSide-small {
    width: 100%;
    max-width: 317px;
    max-width: 190px;
    max-width: 200px;
}

@media (min-width: 1400px) {
    .serviceList__rightSide-small {
        max-width: calc(190px + 10 * (100vw - 1400px) / 40);
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-small {
        max-width: 200px;
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-small {
        max-width: calc(200px + 117 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceList__rightSide-small {
        max-width: 317px;
    }
}

@media screen and (max-width: 1400px) {
    .serviceList__rightSide-small {
        display: none;
    }
}

.serviceList__rightSide-big {
    width: 100%;
    max-width: 556px;
    max-width: 200px;
    max-width: 208px;
    max-width: 302px;
    margin-left: 108px;
    margin-left: 30px;
    margin-left: 30px;
    margin-left: 76px;
}

@media (min-width: 1000px) {
    .serviceList__rightSide-big {
        max-width: calc(200px + 8 * (100vw - 1000px) / 24);
    }
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big {
        max-width: 208px;
    }
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big {
        max-width: calc(208px + 94 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big {
        max-width: 302px;
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big {
        max-width: calc(302px + 254 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceList__rightSide-big {
        max-width: 556px;
    }
}

@media (min-width: 1000px) {
    .serviceList__rightSide-big {
        margin-left: calc(30px + 0 * (100vw - 1000px) / 24);
    }
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big {
        margin-left: 30px;
    }
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big {
        margin-left: calc(30px + 46 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big {
        margin-left: 76px;
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big {
        margin-left: calc(76px + 32 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceList__rightSide-big {
        margin-left: 108px;
    }
}

@media screen and (max-width: 1000px) {
    .serviceList__rightSide-big {
        display: none;
    }
}

.serviceList__rightSide-big .serviceList__rightSide_item {
    padding-left: 50px;
    padding-left: 20px;
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big .serviceList__rightSide_item {
        padding-left: calc(20px + 30 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big .serviceList__rightSide_item {
        padding-left: 50px;
    }
}

.serviceList__rightSide-big .serviceList__rightSide_title {
    font-size: 30px;
    font-size: 25px;
    padding-top: 50px;
    padding-top: 38px;
    padding-top: 38px;
    padding-top: 38px;
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        font-size: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        font-size: 30px;
    }
}

@media (min-width: 1000px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        padding-top: calc(38px + 0 * (100vw - 1000px) / 24);
    }
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        padding-top: 38px;
    }
}

@media (min-width: 1024px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        padding-top: calc(38px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        padding-top: 38px;
    }
}

@media (min-width: 1440px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        padding-top: calc(38px + 12 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .serviceList__rightSide-big .serviceList__rightSide_title {
        padding-top: 50px;
    }
}

.serviceList__rightSide-big .serviceList__rightSide_text {
    font-size: 14px;
    padding-top: 15px;
}

.serviceList__rightSide_item {
    /* height: 587px; */
    padding-left: 25px;
    background-position-x: center;
}

.serviceList__rightSide_title {
    font-family: "Vogue";
    font-size: 25px;
    line-height: 120%;
    padding-top: 25px;
}

.serviceList__rightSide_text {
    font-family: "GrillSans Medium";
    font-size: 16px;
    line-height: 120%;
    padding-top: 30px;
}

.serviceList .twoFilter__block_filter_item {
    width: auto;
    padding-right: 40px;
}

@media screen and (max-width: 1000px) {
    .serviceList .twoFilter__block_filter_item {
        max-width: 220px;
    }
}

@media screen and (max-width: 700px) {
    .serviceList .twoFilter__block_filter_item {
        max-width: 120px;
        text-align: left;
    }
}

.serviceList .twoFilter__block_top {
    margin-top: 40px;
    margin-top: 30px;
    margin-top: 20px;
    margin-top: 30px;
    margin-bottom: 57px;
    margin-bottom: 28px;
    margin-bottom: 28px;
    margin-bottom: 45px;
    margin-left: 0px;
    max-width: 930px;
}

@media screen and (max-width: 767px) {
    .serviceList .twoFilter__block_top {
        margin-right: calc(-1 * (15px + 2 * (100vw - 320px) / 448));
        margin-left: calc(-1 * (15px + 2 * (100vw - 320px) / 448));
    }

    .serviceList .twoFilter__block_filter {
        padding-left: calc(15px + 2 * (100vw - 320px) / 448);
        padding-right: calc(15px + 2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 320px) {
    .serviceList .twoFilter__block_top {
        margin-top: calc(30px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList .twoFilter__block_top {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .serviceList .twoFilter__block_top {
        margin-top: calc(20px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceList .twoFilter__block_top {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    .serviceList .twoFilter__block_top {
        margin-top: calc(30px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList .twoFilter__block_top {
        margin-top: 40px;
    }
}

@media (min-width: 320px) {
    .serviceList .twoFilter__block_top {
        margin-bottom: calc(28px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .serviceList .twoFilter__block_top {
        margin-bottom: 28px;
    }
}

@media (min-width: 768px) {
    .serviceList .twoFilter__block_top {
        margin-bottom: calc(28px + 17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .serviceList .twoFilter__block_top {
        margin-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    .serviceList .twoFilter__block_top {
        margin-bottom: calc(45px + 12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .serviceList .twoFilter__block_top {
        margin-bottom: 57px;
    }
}

.threeItems__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 70px;
    margin-bottom: 50px;
    margin-bottom: 50px;
    margin-bottom: 60px;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .threeItems__title {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__title {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .threeItems__title {
        margin-bottom: calc(50px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .threeItems__title {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .threeItems__title {
        margin-bottom: calc(50px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__title {
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .threeItems__title {
        margin-bottom: calc(60px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__title {
        margin-bottom: 60px;
    }
}

@media (min-width: 1440px) {
    .threeItems__title {
        margin-bottom: calc(60px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .threeItems__title {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .threeItems__title {
        font-size: 36px;
    }
}

.threeItems__list {
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 700px) {
    .threeItems__list {
        flex-direction: column;

        margin: 0px 0px;
    }
}

.threeItems__list .services__list_item {
    text-decoration: none;
    color: black;
    width: 100%;
    max-width: 412px;
    max-width: 200px;
    max-width: 229px;
    max-width: 295px;
    max-width: 350px;
    margin-left: 0px;

    margin: 0 40px;
}

@media (min-width: 700px) {
    .threeItems__list .services__list_item {
        max-width: calc(200px + 29 * (100vw - 700px) / 68);

        margin: 0 0px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__list_item {
        max-width: 229px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__list_item {
        max-width: calc(229px + 66 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__list_item {
        max-width: 295px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__list_item {
        max-width: calc(295px + 55 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__list_item {
        max-width: 350px;
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__list_item {
        max-width: calc(350px + 62 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .threeItems__list .services__list_item {
        max-width: 412px;
    }
}

@media screen and (max-width: 700px) {
    .threeItems__list .services__list_item {
        max-width: 100%;
    }
}

.threeItems__list .services__list_item .services__item_image {
    height: 531px;
    height: 135px;
    height: 294px;
    height: 380px;
    height: 451px;
}

@media (min-width: 320px) {
    .threeItems__list .services__list_item .services__item_image {
        height: calc(135px + 159 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__list_item .services__item_image {
        height: 294px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__list_item .services__item_image {
        height: calc(294px + 86 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__list_item .services__item_image {
        height: 380px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__list_item .services__item_image {
        height: calc(380px + 71 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__list_item .services__item_image {
        height: 451px;
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__list_item .services__item_image {
        height: calc(451px + 80 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .threeItems__list .services__list_item .services__item_image {
        height: 531px;
    }
}

.threeItems__list .services__title_text {
    font-size: 30px;
    line-height: 41px;
    padding-left: 97px;
    padding-left: 55px;
    padding-left: 56px;
    padding-left: 85px;
}

@media (min-width: 320px) {
    .threeItems__list .services__title_text {
        padding-left: calc(55px + 1 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__title_text {
        padding-left: 56px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__title_text {
        padding-left: calc(56px + 29 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__title_text {
        padding-left: 85px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__title_text {
        padding-left: calc(85px + 12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__title_text {
        padding-left: 97px;
    }
}

@media screen and (max-width: 700px) {
    .threeItems__list .services__title_text {
        font-size: 25px;
    }
}

.threeItems__list .services__item_text {
    padding-left: 97px;
    padding-left: 55px;
    padding-left: 56px;
    padding-left: 85px;
}

@media (min-width: 320px) {
    .threeItems__list .services__item_text {
        padding-left: calc(55px + 1 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__item_text {
        padding-left: 56px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__item_text {
        padding-left: calc(56px + 29 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__item_text {
        padding-left: 85px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__item_text {
        padding-left: calc(85px + 12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__item_text {
        padding-left: 97px;
    }
}

.threeItems__list .services__title_line {
    width: 72px;
    width: 40px;
    width: 46px;
    width: 60px;
}

@media (min-width: 320px) {
    .threeItems__list .services__title_line {
        width: calc(40px + 6 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__title_line {
        width: 46px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__title_line {
        width: calc(46px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__title_line {
        width: 60px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__title_line {
        width: calc(60px + 12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__title_line {
        width: 72px;
    }
}

.discountItem {
    margin-bottom: 60px;
}

/* .discountItem {
  margin-bottom: 90px;
  margin-bottom: 44px;
  margin-bottom: 44px;
  margin-bottom: 94px;
  margin-bottom: 206px;
}

@media (min-width: 320px) {
  .discountItem {
    margin-bottom: calc(44px + 0 * (100vw - 320px) / 448);
  }
}

@media (min-width: 768px) {
  .discountItem {
    margin-bottom: 44px;
  }
}

@media (min-width: 768px) {
  .discountItem {
    margin-bottom: calc(44px + 50 * (100vw - 768px) / 256);
  }
}

@media (min-width: 1024px) {
  .discountItem {
    margin-bottom: 94px;
  }
}

@media (min-width: 1024px) {
  .discountItem {
    margin-bottom: calc(94px + 112 * (100vw - 1024px) / 416);
  }
}

@media (min-width: 1440px) {
  .discountItem {
    margin-bottom: 206px;
  }
}

@media (min-width: 1440px) {
  .discountItem {
    margin-bottom: calc(206px + -116 * (100vw - 1440px) / 480);
  }
}

@media (min-width: 1920px) {
  .discountItem {
    margin-bottom: 90px;
  }
} */

.discountItem__title {
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 12px;
}

.discountItem__additions {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 120%;
    max-width: 200px;
    max-width: 290px;
    max-width: 320px;
    margin-top: 20px;
    margin-top: 14px;
    margin-top: 14px;
}

@media (min-width: 320px) {
    .discountItem__additions {
        max-width: calc(290px + 30 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountItem__additions {
        max-width: 320px;
    }
}

@media (min-width: 768px) {
    .discountItem__additions {
        max-width: calc(320px + -120 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountItem__additions {
        max-width: 200px;
    }
}

@media (min-width: 320px) {
    .discountItem__additions {
        margin-top: calc(14px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountItem__additions {
        margin-top: 14px;
    }
}

@media (min-width: 768px) {
    .discountItem__additions {
        margin-top: calc(14px + 6 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountItem__additions {
        margin-top: 20px;
    }
}

.discountItem__additions-hidden {
    display: none;
}

@media screen and (max-width: 1000px) {
    .discountItem__additions-hidden {
        display: block;
    }
}

.discountItem .serviceList__table_dropdown {
    display: block;
}

@media screen and (max-width: 760px) {
    .discountItem .serviceList__table_li {
        padding-bottom: 0px;
    }
}

.discountItem .serviceList__table_li_prices {
    margin-right: 12px;
}

@media screen and (max-width: 1200px) {
    .discountItem .serviceList__table_li_prices {
        margin-right: 0px;
    }
}

.discountItem .serviceList__table_li_prices_item {
    min-width: 95px;
    min-width: 94px;
    min-width: 80px;
    text-align: right;
}

@media (min-width: 768px) {
    .discountItem .serviceList__table_li_prices_item {
        min-width: calc(94px + -14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountItem .serviceList__table_li_prices_item {
        min-width: 80px;
    }
}

@media (min-width: 1024px) {
    .discountItem .serviceList__table_li_prices_item {
        min-width: calc(80px + 15 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .discountItem .serviceList__table_li_prices_item {
        min-width: 95px;
    }
}

@media screen and (max-width: 760px) {
    .discountItem .serviceList__table_li_prices_item {
        font-size: 18px;
        min-width: 90px;
    }
}

.throughLine {
    position: relative;
    display: inline-block;
}

.throughLine:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
}

/* .discountItem .serviceList__table_li_prices_item.price-old {
  text-decoration-line: line-through;
}*/

@media screen and (max-width: 760px) {
    .discountItem .serviceList__table_li_prices_item.price-old {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .discountItem .serviceList__table_li_text {
        font-size: 18px;
        line-height: 20px;
    }
}

.greyBlock {
    width: 100vw;
    background-color: #fafafa;
    margin-bottom: 100px;
    margin-bottom: 60px;
    margin-bottom: 80px;
    margin-bottom: 80px;
    margin-bottom: 80px;
}

@media (min-width: 320px) {
    .greyBlock {
        margin-bottom: calc(60px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .greyBlock {
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .greyBlock {
        margin-bottom: calc(80px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .greyBlock {
        margin-bottom: 80px;
    }
}

@media (min-width: 1024px) {
    .greyBlock {
        margin-bottom: calc(80px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .greyBlock {
        margin-bottom: 80px;
    }
}

@media (min-width: 1440px) {
    .greyBlock {
        margin-bottom: calc(80px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .greyBlock {
        margin-bottom: 100px;
    }
}

.discountConditions {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-bottom: 0px;
    padding-bottom: 0px;
}

@media (min-width: 320px) {
    .discountConditions {
        padding-bottom: calc(0px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountConditions {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .discountConditions {
        padding-bottom: calc(0px + 20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountConditions {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 760px) {
    .discountConditions {
        flex-wrap: wrap;
    }
}

.discountConditions__item {
    margin-bottom: 13px;
    box-sizing: border-box;
    padding-right: 20px;
    min-width: 360px;
    min-width: 186px;
    min-width: 186px;
    min-width: 240px;
    min-width: 284px;
}

@media (min-width: 760px) {
    .discountConditions__item {
        min-width: calc(186px + 0 * (100vw - 760px) / 8);
    }
}

@media (min-width: 768px) {
    .discountConditions__item {
        min-width: 186px;
    }
}

@media (min-width: 768px) {
    .discountConditions__item {
        min-width: calc(186px + 54 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountConditions__item {
        min-width: 240px;
    }
}

@media (min-width: 1024px) {
    .discountConditions__item {
        min-width: calc(240px + 44 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .discountConditions__item {
        min-width: 284px;
    }
}

@media (min-width: 1440px) {
    .discountConditions__item {
        min-width: calc(284px + 76 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .discountConditions__item {
        min-width: 360px;
    }
}

.discountConditions__item_title {
    font-family: "GrillSans Medium";
    font-weight: 600;
    font-size: 16px;
}

.discountConditions__item_text {
    font-family: "GrillSans Light";
    font-size: 16px;
}

@media screen and (max-width: 760px) {
    .discountConditions__item {
        min-width: 145px;
        max-width: 145px;
        padding-right: 10px;
    }

    .discountConditions__item_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .discountConditions__item_text {
        font-size: 14px;
    }
}

.discountPage .serviceBanner {
    height: 382px;
    height: 260px;
    height: 323px;
    height: 398px;
}

@media (min-width: 320px) {
    .discountPage .serviceBanner {
        height: calc(382px + -122 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountPage .serviceBanner {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .discountPage .serviceBanner {
        height: calc(260px + 63 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountPage .serviceBanner {
        height: 323px;
    }
}

@media (min-width: 1024px) {
    .discountPage .serviceBanner {
        height: calc(323px + 75 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .discountPage .serviceBanner {
        height: 398px;
    }
}

@media (min-width: 1440px) {
    .discountPage .serviceBanner {
        height: calc(398px + 60 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .discountPage .serviceBanner {
        height: 458px;
    }
}

.discountPage .serviceBanner__content {
    top: 200px;
}

@media (min-width: 320px) {
    .discountPage .serviceBanner__content {
        top: calc(200px + -107 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountPage .serviceBanner__content {
        top: 93px;
    }
}

.discountPage .serviceBanner__title {
    font-size: 60px;
    font-size: 25px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    line-height: 100%;
    margin-top: 15px;
}

@media (min-width: 320px) {
    .discountPage .serviceBanner__title {
        font-size: calc(25px + 11 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountPage .serviceBanner__title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .discountPage .serviceBanner__title {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountPage .serviceBanner__title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .discountPage .serviceBanner__title {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .discountPage .serviceBanner__title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .discountPage .serviceBanner__title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .discountPage .serviceBanner__title {
        font-size: 60px;
    }
}

.contactsPage body {
    justify-content: flex-end;
}

.contactsPage .wrapper-wider {
    max-width: 100%;
}

.contactsPage .contacts {
    margin-top: 120px;
}

.contacts__title {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-bottom: 40px;
    margin-bottom: 40px;
    margin-bottom: 30px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-left: 0px;
    margin-left: 30px;
}

@media (min-width: 320px) {
    .contacts__title {
        margin-bottom: calc(40px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .contacts__title {
        margin-bottom: calc(40px + -10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .contacts__title {
        margin-bottom: calc(30px + 10 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__title {
        margin-bottom: 40px;
    }
}

@media (min-width: 1440px) {
    .contacts__title {
        margin-bottom: calc(40px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__title {
        margin-bottom: 60px;
    }
}

@media (min-width: 320px) {
    .contacts__title {
        margin-left: calc(0px + 30 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title {
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .contacts__title {
        margin-left: calc(30px + -30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__title {
        margin-left: 0px;
    }
}

.contacts__title_line {
    display: inline-block;
    height: 100%;
    width: 93px;
    width: 60px;
    width: 70px;
    width: 70px;
    width: 70px;
    min-width: 60px;
    height: 1px;
    margin-top: 10px;
    margin-top: 9px;
    margin-top: 9px;
    margin-right: 28px;
    margin-right: 22px;
    margin-right: 20px;
    position: relative;
}

@media (min-width: 320px) {
    .contacts__title_line {
        width: calc(60px + 10 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title_line {
        width: 70px;
    }
}

@media (min-width: 768px) {
    .contacts__title_line {
        width: calc(70px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__title_line {
        width: 70px;
    }
}

@media (min-width: 1024px) {
    .contacts__title_line {
        width: calc(70px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__title_line {
        width: 70px;
    }
}

@media (min-width: 1440px) {
    .contacts__title_line {
        width: calc(70px + 23 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__title_line {
        width: 93px;
    }
}

@media (min-width: 320px) {
    .contacts__title_line {
        margin-top: calc(9px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title_line {
        margin-top: 9px;
    }
}

@media (min-width: 768px) {
    .contacts__title_line {
        margin-top: calc(9px + 1 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__title_line {
        margin-top: 10px;
    }
}

@media (min-width: 320px) {
    .contacts__title_line {
        margin-right: calc(22px + -2 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title_line {
        margin-right: 20px;
    }
}

@media (min-width: 1440px) {
    .contacts__title_line {
        margin-right: calc(20px + 8 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__title_line {
        margin-right: 28px;
    }
}

.contacts__title_line::before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 0%;
    height: 100%;
}

.contacts__title_text {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    font-size: 50px;
    line-height: 82px;
    line-height: 49px;
    line-height: 69px;
    line-height: 69px;
    line-height: 69px;
    color: #000000;
}

@media (min-width: 320px) {
    .contacts__title_text {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title_text {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .contacts__title_text {
        font-size: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .contacts__title_text {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .contacts__title_text {
        font-size: calc(50px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__title_text {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .contacts__title_text {
        line-height: calc(49px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__title_text {
        line-height: 69px;
    }
}

@media (min-width: 768px) {
    .contacts__title_text {
        line-height: calc(69px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__title_text {
        line-height: 69px;
    }
}

@media (min-width: 1024px) {
    .contacts__title_text {
        line-height: calc(69px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__title_text {
        line-height: 69px;
    }
}

@media (min-width: 1440px) {
    .contacts__title_text {
        line-height: calc(69px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__title_text {
        line-height: 69px;
    }
}

.contacts__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 1000px) {
    .contacts__list {
        flex-direction: column;
    }
}

.contacts__list_item {
    overflow: hidden;
    width: calc(100% / 3);
}

@media screen and (max-width: 1000px) {
    .contacts__list_item {
        width: 100%;
    }

    .contacts__list_item .otherSalons__line,
    .contacts__list_item .otherSalons__metro,
    .contacts__list_item .otherSalons__link {
        display: none;
    }
}

.contacts__list_item .otherSalons__list_item {
    width: 100%;
    height: 615px;
    height: 164px;
    height: 251px;
    height: 402px;
    height: 565px;
}

@media (min-width: 320px) {
    .contacts__list_item .otherSalons__list_item {
        height: calc(164px + 87 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__list_item .otherSalons__list_item {
        height: 251px;
    }
}

@media (min-width: 768px) {
    .contacts__list_item .otherSalons__list_item {
        height: calc(251px + 151 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__list_item .otherSalons__list_item {
        height: 402px;
    }
}

@media (min-width: 1024px) {
    .contacts__list_item .otherSalons__list_item {
        height: calc(402px + 163 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__list_item .otherSalons__list_item {
        height: 565px;
    }
}

@media (min-width: 1440px) {
    .contacts__list_item .otherSalons__list_item {
        height: calc(565px + 50 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__list_item .otherSalons__list_item {
        height: 615px;
    }
}

.contacts__list_item .otherSalons__list_item .otherSalons__item_text {
    font-size: 30px;
    font-size: 18px;
    font-size: 25px;
    font-size: 25px;
    font-size: 30px;
    line-height: 36px;
    line-height: 22px;
    line-height: 30px;
    line-height: 30px;
    line-height: 36px;
}

@media (min-width: 320px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(18px + 7 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(25px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: calc(30px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        font-size: 30px;
    }
}

@media (min-width: 320px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(22px + 8 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(30px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(30px + 6 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: 36px;
    }
}

@media (min-width: 1440px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: calc(36px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .contacts__list_item .otherSalons__list_item .otherSalons__item_text {
        line-height: 36px;
    }
}

@media screen and (max-width: 1000px) {
    .aboutPage .salonBanner__head {
        flex-direction: row;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 750px) {
    .aboutPage .salonBanner__head {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.aboutPage .salonBanner__content {
    max-width: 478px;
    max-width: 290px;
    max-width: 370px;
    max-width: 355px;
    position: relative;
    left: 0px;
    left: 0px;
    left: -52px;
    margin-top: 50px;
    margin-top: 74px;
    margin-top: 74px;
}

@media (min-width: 320px) {
    .aboutPage .salonBanner__content {
        max-width: calc(290px + 80 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__content {
        max-width: 370px;
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__content {
        max-width: calc(370px + -15 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__content {
        max-width: 355px;
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__content {
        max-width: calc(355px + 123 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .aboutPage .salonBanner__content {
        max-width: 478px;
    }
}

@media (min-width: 750px) {
    .aboutPage .salonBanner__content {
        left: calc(0px + -52 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__content {
        left: -52px;
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__content {
        left: calc(-52px + 52 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__content {
        left: 0px;
    }
}

@media (min-width: 320px) {
    .aboutPage .salonBanner__content {
        margin-top: calc(74px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__content {
        margin-top: 74px;
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__content {
        margin-top: calc(74px + -24 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__content {
        margin-top: 50px;
    }
}

@media screen and (max-width: 750px) {
    .aboutPage .salonBanner__content {
        left: 0px;
    }
}

.aboutPage .salonBanner__content_text {
    max-width: 100%;
}

.aboutPage .salonBanner__head {
    margin-bottom: 6px;
    margin-bottom: 30px;
    margin-bottom: 30px;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .aboutPage .salonBanner__head {
        margin-bottom: calc(30px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__head {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__head {
        margin-bottom: calc(30px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__head {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__head {
        margin-bottom: calc(30px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .aboutPage .salonBanner__head {
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .aboutPage .salonBanner__head {
        margin-bottom: calc(30px + -24 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .aboutPage .salonBanner__head {
        margin-bottom: 6px;
    }
}

.aboutPage .salonBanner__slider {
    height: 601px;
    height: 353px;
}

@media (min-width: 320px) {
    .aboutPage .salonBanner__slider {
        height: calc(353px + 248 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__slider {
        height: 601px;
    }
}

.aboutPage .section__title_line {
    width: 70px;
}

@media screen and (max-width: 750px) {
    .aboutPage .section__title_line {
        display: none;
    }
}

.aboutPage .contacts__title_line {
    width: 70px;
    margin-right: 45px;
    margin-right: 26px;
    margin-right: 26px;
    margin-right: 26px;
}

@media (min-width: 320px) {
    .aboutPage .contacts__title_line {
        margin-right: calc(26px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .contacts__title_line {
        margin-right: 26px;
    }
}

@media (min-width: 768px) {
    .aboutPage .contacts__title_line {
        margin-right: calc(26px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .contacts__title_line {
        margin-right: 26px;
    }
}

@media (min-width: 1024px) {
    .aboutPage .contacts__title_line {
        margin-right: calc(26px + 19 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .aboutPage .contacts__title_line {
        margin-right: 45px;
    }
}

@media screen and (max-width: 750px) {
    .aboutPage .contacts__title_line {
        display: none;
    }
}

.aboutPage .salonBanner__title_text {
    padding-right: 50px;
    font-size: 60px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    font-size: 50px;
}

@media screen and (max-width: 500px) {
    .aboutPage .salonBanner__title_text {
        padding-right: 0px;
    }
}

@media (min-width: 320px) {
    .aboutPage .salonBanner__title_text {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__title_text {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner__title_text {
        font-size: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner__title_text {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .aboutPage .salonBanner__title_text {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .aboutPage .salonBanner__title_text {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .aboutPage .salonBanner__title_text {
        font-size: 60px;
    }
}

.aboutPage .salonBanner {
    margin-bottom: 108px;
    margin-bottom: 97px;
    margin-bottom: 97px;
}

@media (min-width: 320px) {
    .aboutPage .salonBanner {
        margin-bottom: calc(108px + -11 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner {
        margin-bottom: 97px;
    }
}

@media (min-width: 768px) {
    .aboutPage .salonBanner {
        margin-bottom: calc(97px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner {
        margin-bottom: 97px;
    }
}

@media (min-width: 1024px) {
    .aboutPage .salonBanner {
        margin-bottom: calc(97px + 53 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .aboutPage .salonBanner {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 750px) {
    .aboutPage .specialists__head .section__title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 750px) {
    .aboutPage .specialists__list_item {
        margin-right: 0px;
        margin-bottom: 60px;
    }
}

.aboutPage .specialists__item_text {
    margin-bottom: 25px;
}

.aboutPage .arrowButton {
    display: none;
    width: fit-content;
}

@media screen and (max-width: 414px) {
    .aboutPage .arrowButton {
        display: flex;
    }
}

@media screen and (max-width: 750px) {
    .aboutPage .specialists-desktop {
        display: block;
    }

    .aboutPage .specialists__title_text {
        font-family: "Vogue";
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.01em;
    }

    .aboutPage .specialists__item_subtitle {
        font-family: "GrillSans Light";
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.01em;
        opacity: 0.5;
        margin-bottom: 20px;
    }

    .aboutPage .specialists__item_text {
        font-family: "GrillSans Light";
        font-size: 14px;
        line-height: 140%;
    }

    .aboutPage .specialists__item_image {
        margin-bottom: 25px;
    }
}

.aboutPage .specialists__filter-desktop {
    margin-top: 20px;
}

.strongSides {
    margin-bottom: 212px;
    margin-bottom: 35px;
    margin-bottom: 146px;
    margin-bottom: 160px;
    margin-bottom: 190px;
}

@media (min-width: 320px) {
    .strongSides {
        margin-bottom: calc(35px + 111 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .strongSides {
        margin-bottom: 146px;
    }
}

@media (min-width: 768px) {
    .strongSides {
        margin-bottom: calc(146px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .strongSides {
        margin-bottom: 160px;
    }
}

@media (min-width: 1024px) {
    .strongSides {
        margin-bottom: calc(160px + 30 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .strongSides {
        margin-bottom: 190px;
    }
}

@media (min-width: 1440px) {
    .strongSides {
        margin-bottom: calc(190px + 22 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .strongSides {
        margin-bottom: 212px;
    }
}

.strongSides__head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 80px;
}

.strongSides__head_content {
    position: relative;
    left: -244px;
    left: 0px;
    left: 12px;
    left: -33px;
    left: -200px;
}

@media (min-width: 750px) {
    .strongSides__head_content {
        left: calc(0px + 12 * (100vw - 750px) / 18);
    }
}

@media (min-width: 768px) {
    .strongSides__head_content {
        left: 12px;
    }
}

@media (min-width: 768px) {
    .strongSides__head_content {
        left: calc(12px + -45 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .strongSides__head_content {
        left: -33px;
    }
}

@media (min-width: 1024px) {
    .strongSides__head_content {
        left: calc(-33px + -167 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .strongSides__head_content {
        left: -200px;
    }
}

@media (min-width: 1440px) {
    .strongSides__head_content {
        left: calc(-200px + -44 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .strongSides__head_content {
        left: -244px;
    }
}

@media screen and (max-width: 750px) {
    .strongSides__head_content {
        left: 0px;
    }
}

.strongSides__head_title {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    font-size: 50px;
    line-height: 110%;
    max-width: 436px;
    margin-bottom: 15px;
    margin-bottom: 36px;
    margin-bottom: 24px;
}

@media (min-width: 320px) {
    .strongSides__head_title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .strongSides__head_title {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .strongSides__head_title {
        font-size: calc(50px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .strongSides__head_title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .strongSides__head_title {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .strongSides__head_title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .strongSides__head_title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .strongSides__head_title {
        font-size: 60px;
    }
}

@media (min-width: 320px) {
    .strongSides__head_title {
        margin-bottom: calc(36px + -12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .strongSides__head_title {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .strongSides__head_title {
        margin-bottom: calc(24px + -9 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .strongSides__head_title {
        margin-bottom: 15px;
    }
}

.strongSides__head_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    max-width: 377px;
}

@media screen and (max-width: 500px) {
    .strongSides__head_text {
        max-width: 100%;
    }
}

.strongSides__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 850px) {
    .strongSides__list {
        justify-content: space-between;
    }
}

@media screen and (max-width: 750px) {
    .strongSides__list {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.strongSides__list_item {
    max-width: 270px;
    max-width: 189px;
    max-width: 189px;
    max-width: 202px;
    max-width: 202px;
    margin-left: 122px;
    margin-left: 0px;
    margin-left: 82px;
    margin-left: 96px;
}

@media (min-width: 320px) {
    .strongSides__list_item {
        max-width: calc(189px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .strongSides__list_item {
        max-width: 189px;
    }
}

@media (min-width: 768px) {
    .strongSides__list_item {
        max-width: calc(189px + 13 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .strongSides__list_item {
        max-width: 202px;
    }
}

@media (min-width: 1024px) {
    .strongSides__list_item {
        max-width: calc(202px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .strongSides__list_item {
        max-width: 202px;
    }
}

@media (min-width: 1440px) {
    .strongSides__list_item {
        max-width: calc(202px + 68 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .strongSides__list_item {
        max-width: 270px;
    }
}

@media (min-width: 850px) {
    .strongSides__list_item {
        margin-left: calc(0px + 82 * (100vw - 850px) / 174);
    }
}

@media (min-width: 1024px) {
    .strongSides__list_item {
        margin-left: 82px;
    }
}

@media (min-width: 1024px) {
    .strongSides__list_item {
        margin-left: calc(82px + 14 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .strongSides__list_item {
        margin-left: 96px;
    }
}

@media (min-width: 1440px) {
    .strongSides__list_item {
        margin-left: calc(96px + 26 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .strongSides__list_item {
        margin-left: 122px;
    }
}

@media screen and (max-width: 850px) {
    .strongSides__list_item {
        margin-left: 0px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 750px) {
    .strongSides__list_item {
        margin-bottom: 75px;
        padding-right: 0px;
    }
}

.strongSides__list_item .strongSides__item_img {
    margin-bottom: 44px;
    margin-bottom: 30px;
    margin-bottom: 40px;
    margin-bottom: 40px;
    margin-bottom: 40px;
}

@media (min-width: 320px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: calc(30px + 10 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: calc(40px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: calc(40px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: 40px;
    }
}

@media (min-width: 1440px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: calc(40px + 4 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .strongSides__list_item .strongSides__item_img {
        margin-bottom: 44px;
    }
}

.strongSides__list_item .strongSides__item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.twoFilter {
    display: flex;
    justify-content: space-between;
    /* margin-top: 165px;
    margin-top: 22px;
    margin-top: 44px;
    margin-top: 54px;
    margin-top: 150px; */
    padding-top: 230px;
    margin-bottom: 118px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 35px;
    margin-bottom: 100px;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .twoFilter {
        padding-top: 80px;
    }
}

/* @media (min-width: 320px) {
    .twoFilter {
        margin-top: calc(22px + 22 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .twoFilter {
        margin-top: 44px;
    }
}

@media (min-width: 768px) {
    .twoFilter {
        margin-top: calc(44px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .twoFilter {
        margin-top: 54px;
    }
}

@media (min-width: 1024px) {
    .twoFilter {
        margin-top: calc(54px + 96 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .twoFilter {
        margin-top: 150px;
    }
}

@media (min-width: 1440px) {
    .twoFilter {
        margin-top: calc(150px + 15 * (100vw - 1440px) / 480);
    }
}
*/

@media (min-width: 700px) {
    .twoFilter {
        margin-bottom: calc(0px + 0 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .twoFilter {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .twoFilter {
        margin-bottom: calc(0px + 35 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .twoFilter {
        margin-bottom: 35px;
    }
}

@media (min-width: 1024px) {
    .twoFilter {
        margin-bottom: calc(35px + 65 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .twoFilter {
        margin-bottom: 100px;
    }
}

@media (min-width: 1440px) {
    .twoFilter {
        margin-bottom: calc(100px + 18 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .twoFilter {
        margin-bottom: 118px;
    }
}

@media screen and (max-width: 1000px) {
    .twoFilter {
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {
    .twoFilter {
        margin-bottom: 78px;
    }
}

.twoFilter__side_title {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    line-height: 82px;
    color: #000000;
}

@media (min-width: 320px) {
    .twoFilter__side_title {
        font-size: calc(36px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .twoFilter__side_title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .twoFilter__side_title {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .twoFilter__side_title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .twoFilter__side_title {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .twoFilter__side_title {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .twoFilter__side_title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .twoFilter__side_title {
        font-size: 60px;
    }
}

.twoFilter__side_list_item {
    display: flex;
    align-items: center;
    font-family: "Vogue";
    font-size: 18px;
    line-height: 25px;
    opacity: 0.5;
    height: 50px;
    padding-left: 7px;
    cursor: pointer;
    pointer-events: all;
}

.twoFilter__side_list_item-active {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

.twoFilter__side_list_item .line-vertical {
    height: 50px;
    width: 1px;
    background-color: black;
    margin-right: 20px;
}

.twoFilter__side_list_arrow {
    margin-top: 30px;
    position: relative;
    width: 40px;
}

.twoFilter__side_list_arrow::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-25%, 0%);
    cursor: pointer;
    pointer-events: all;
}

.twoFilter__side_arrows {
    margin-top: 55px;
}

.twoFilter__side_controls {
    position: -webkit-sticky;
    position: sticky;

    top: 0;
    padding-top: 76px;
    padding-top: 48px;
    padding-top: 48px;
    padding-top: 48px;
}

@media (min-width: 1000px) {
    .twoFilter__side_controls {
        padding-top: calc(48px + 0 * (100vw - 1000px) / 24);
    }
}

@media (min-width: 1024px) {
    .twoFilter__side_controls {
        padding-top: 48px;
    }
}

@media (min-width: 1024px) {
    .twoFilter__side_controls {
        padding-top: calc(48px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .twoFilter__side_controls {
        padding-top: 48px;
    }
}

@media (min-width: 1440px) {
    .twoFilter__side_controls {
        padding-top: calc(48px + 28 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .twoFilter__side_controls {
        padding-top: 76px;
    }
}

@media screen and (max-width: 1000px) {
    .twoFilter__side_controls {
        display: none;
    }
}

.twoFilter__side_select {
    display: none;
}

@media screen and (max-width: 1000px) {
    .twoFilter__side_select {
        display: block;
        position: absolute;
        right: 0px;
        top: 26px;
    }
}

@media screen and (max-width: 700px) {
    .twoFilter__side_select {
        position: initial;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .twoFilter__side_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.twoFilter__block {
    max-width: 1040px;
    max-width: 730px;
    max-width: 730px;
    max-width: 730px;
    max-width: 730px;
}

@media (min-width: 320px) {
    .twoFilter__block {
        max-width: calc(730px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .twoFilter__block {
        max-width: 730px;
    }
}

@media (min-width: 768px) {
    .twoFilter__block {
        max-width: calc(730px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .twoFilter__block {
        max-width: 730px;
    }
}

@media (min-width: 1024px) {
    .twoFilter__block {
        max-width: calc(730px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .twoFilter__block {
        max-width: 730px;
    }
}

@media (min-width: 1440px) {
    .twoFilter__block {
        max-width: calc(730px + 310 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .twoFilter__block {
        max-width: 1040px;
    }
}

.twoFilter__block_top {
    margin-top: 30px;
    margin-top: 10px;
    margin-top: 24px;
    margin-top: 35px;
    margin-top: 13px;
    margin-bottom: 40px;
}

@media (min-width: 320px) {
    .twoFilter__block_top {
        margin-top: calc(10px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .twoFilter__block_top {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .twoFilter__block_top {
        margin-top: calc(24px + 11 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .twoFilter__block_top {
        margin-top: 35px;
    }
}

@media (min-width: 1024px) {
    .twoFilter__block_top {
        margin-top: calc(35px + -22 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .twoFilter__block_top {
        margin-top: 13px;
    }
}

@media (min-width: 1440px) {
    .twoFilter__block_top {
        margin-top: calc(13px + 17 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .twoFilter__block_top {
        margin-top: 30px;
    }
}

.twoFilter__block_filter {
    display: flex;
    justify-content: flex-start;
}

.twoFilter__block_filter_item {
    font-family: "Vogue";
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    opacity: 0.5;
    margin-bottom: 30px;
    cursor: pointer;
    pointer-events: all;

    padding-right: 50px;
}

@media screen and (max-width: 700px) {
    .twoFilter__block_filter_item {
        margin-bottom: 22px;
    }
}

.twoFilter__block_filter_item-active {
    cursor: default;
    pointer-events: none;
    opacity: 1;
}

.twoFilter .specialists__list_item {
    width: 320px;
    margin-right: 40px;
    margin-bottom: 80px;
}

.twoFilter .specialists__list_item:nth-child(3n) {
    margin-right: 0px;
}

.twoFilter .specialists__item_image {
    height: 464px;
}

.twoFilter .specialists__title_text {
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.01em;
    margin-top: 25px;
    margin-bottom: 7px;

    text-decoration: none;
    color: black;
    display: block;
}

.twoFilter .specialists__item_subtitle {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    opacity: 0.5;
    margin-bottom: 40px;
}

.twoFilter .specialists__item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 40px;
}

.discountsPage .twoFilter__block {
    margin-right: 127px;
    margin-right: 0px;
}

@media (min-width: 1440px) {
    .discountsPage .twoFilter__block {
        margin-right: calc(0px + 127 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .discountsPage .twoFilter__block {
        margin-right: 127px;
    }
}

@media screen and (max-width: 1440px) {
    .discountsPage .twoFilter__block {
        margin-right: 0px;
    }
}

.discountsPage .twoFilter__block_top {
    margin-bottom: 26px;
}

@media screen and (max-width: 1000px) {
    .discountsPage .twoFilter__block_top {
        margin-bottom: 5px;
    }
}

.discountsPage .twoFilter__block_filter_item {
    max-width: 210px;
    max-width: 180px;
    max-width: 180px;
    max-width: 180px;
    max-width: 180px;
    width: auto;
}

@media (min-width: 320px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: calc(180px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: 180px;
    }
}

@media (min-width: 768px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: calc(180px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: 180px;
    }
}

@media (min-width: 1024px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: calc(180px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: 180px;
    }
}

@media (min-width: 1440px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: calc(180px + 30 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .discountsPage .twoFilter__block_filter_item {
        max-width: 210px;
    }
}

@media screen and (max-width: 700px) {
    .discountsPage .twoFilter__block_filter_item {
        text-align: left;
        margin-right: 25px;
    }
}

.discounts__data_item {
    margin-bottom: 100px;
}

@media screen and (max-width: 700px) {
    .discounts__data_item {
        margin-bottom: 70px;
    }
}

.discounts__data_img {
    background-size: cover;
    background-position: center;
    width: 912px;
    width: 685px;
    width: 685px;
    width: 730px;
    height: 350px;
}

.discounts__data_img-link {
    margin-bottom: 20px;
    display: table;
}

@media (min-width: 1000px) {
    .discounts__data_img {
        width: calc(685px + 0 * (100vw - 1000px) / 24);
    }
}

@media (min-width: 1024px) {
    .discounts__data_img {
        width: 685px;
    }
}

@media (min-width: 1024px) {
    .discounts__data_img {
        width: calc(685px + 45 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .discounts__data_img {
        width: 730px;
    }
}

@media (min-width: 1440px) {
    .discounts__data_img {
        width: calc(730px + 182 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .discounts__data_img {
        width: 912px;
    }
}

@media screen and (max-width: 1000px) {
    .discounts__data_img {
        width: 100%;
    }

    .discounts__data_img-link {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .discounts__data_img {
        height: 262px;
    }
}

.discounts__data_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.discounts__data_title {
    font-family: "Vogue";
    font-size: 30px;
    font-size: 18px;
    line-height: 100%;
    margin-top: 20px;
    max-width: 400px;
}

@media (min-width: 320px) {
    .discounts__data_title {
        font-size: calc(18px + 12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discounts__data_title {
        font-size: 30px;
    }
}

.discounts__data_price {
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}

@media screen and (max-width: 700px) {
    .discounts__data_price {
        flex-direction: column-reverse;
        margin-top: 14px;
    }
}

.discounts__data_price-old {
    font-family: "Vogue";
    font-size: 14px;
    line-height: 140%;
    /* text-decoration-line: line-through; */
    color: #000000;
    opacity: 0.4;
    margin-top: 17px;
    margin-right: 5px;

    position: relative;

    display: table;
}

.discounts__data_price-old::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;

    width: 100%;
    height: 2px;

    background-color: #000000;
    opacity: 1;
}

@media screen and (max-width: 700px) {
    .discounts__data_price-old {
        margin-top: 0px;
    }
}

.discounts__data_price-new {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 30px;
    line-height: 69px;
    line-height: 41px;
}

@media (min-width: 320px) {
    .discounts__data_price-new {
        font-size: calc(30px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discounts__data_price-new {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .discounts__data_price-new {
        line-height: calc(41px + 28 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .discounts__data_price-new {
        line-height: 69px;
    }
}

.discounts__data_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 700px) {
    .discounts__data_bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.discounts__data_button {
    width: 200px;
    height: 62px;
    margin-right: 45px;
}

@media screen and (max-width: 700px) {
    .discounts__data_button {
        /* margin-top: 46px; */
        margin-top: 20px;
    }
}

.specialistsPage .twoFilter__block {
    width: 100%;
    margin-left: 0px;
    margin-left: 0px;
    margin-left: 0px;
    margin-left: 40px;
}

@media (min-width: 320px) {
    .specialistsPage .twoFilter__block {
        margin-left: calc(0px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .twoFilter__block {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .specialistsPage .twoFilter__block {
        margin-left: calc(0px + 40 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistsPage .twoFilter__block {
        margin-left: 40px;
    }
}

@media (min-width: 1024px) {
    .specialistsPage .twoFilter__block {
        margin-left: calc(40px + -40 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistsPage .twoFilter__block {
        margin-left: 0px;
    }
}

@media screen and (max-width: 700px) {
    .specialistsPage .twoFilter__block_filter_item {
        text-align: left;
        margin-right: 25px;
    }
}

.specialistsPage .specialists__list {
    justify-content: space-between;
}

.specialistsPage .specialists__list_item {
    width: 360px;
    width: 360px;
    width: 315px;
    width: 340px;
    margin-right: 10px;
    margin-bottom: 60px;
}

@media (min-width: 320px) {
    .specialistsPage .specialists__list_item {
        width: calc(360px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__list_item {
        width: 360px;
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__list_item {
        width: calc(360px + -45 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistsPage .specialists__list_item {
        width: 315px;
    }
}

@media (min-width: 1024px) {
    .specialistsPage .specialists__list_item {
        width: calc(315px + 25 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistsPage .specialists__list_item {
        width: 340px;
    }
}

@media (min-width: 1440px) {
    .specialistsPage .specialists__list_item {
        width: calc(340px + -20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistsPage .specialists__list_item {
        width: 320px;
    }
}

@media screen and (max-width: 1900px) {
    .specialistsPage .specialists__list_item {
        margin-left: 0px;
    }
}

@media screen and (max-width: 800px) {
    .specialistsPage .specialists__list_item {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 320px) {
    .specialistsPage .specialists__list_item {
        margin-bottom: calc(60px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__list_item {
        margin-bottom: 80px;
    }
}

.specialistsPage .twoFilter__block_filter_item {
    width: auto;
    max-width: 180px;
}

.specialistsPage .twoFilter__block_top {
    margin-bottom: 0px;
    margin-bottom: 36px;
    margin-bottom: 36px;
    margin-bottom: 17px;
    margin-top: 10px;
    margin-top: 24px;
    margin-top: 106px;
}

@media (min-width: 320px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: calc(0px + 36 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: calc(36px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: 36px;
    }
}

@media (min-width: 1024px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: calc(36px + -19 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: 17px;
    }
}

@media (min-width: 1440px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: calc(17px + 11 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistsPage .twoFilter__block_top {
        margin-bottom: 28px;
    }
}

@media (min-width: 320px) {
    .specialistsPage .twoFilter__block_top {
        margin-top: calc(10px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .twoFilter__block_top {
        margin-top: 24px;
    }
}

/* @media (min-width: 768px) {
  .specialistsPage .twoFilter__block_top {
    margin-top: calc(24px + 82 * (100vw - 768px) / 256);
  }
}

@media (min-width: 1024px) {
  .specialistsPage .twoFilter__block_top {
    margin-top: 106px;
  }
}

@media (min-width: 1024px) {
  .specialistsPage .twoFilter__block_top {
    margin-top: calc(106px + -89 * (100vw - 1024px) / 416);
  }
} */

@media (min-width: 1440px) {
    .specialistsPage .twoFilter__block_top {
        margin-top: 17px;
    }
}

.specialistsPage .specialists__item_image {
    height: 225px;
    height: 524px;
    height: 460px;
    height: 500px;
}

@media (min-width: 320px) {
    .specialistsPage .specialists__item_image {
        height: calc(225px + 299 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__item_image {
        height: 524px;
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__item_image {
        height: calc(524px + -64 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistsPage .specialists__item_image {
        height: 460px;
    }
}

@media (min-width: 1024px) {
    .specialistsPage .specialists__item_image {
        height: calc(460px + 40 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistsPage .specialists__item_image {
        height: 500px;
    }
}

@media (min-width: 1440px) {
    .specialistsPage .specialists__item_image {
        height: calc(500px + -36 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistsPage .specialists__item_image {
        height: 464px;
    }
}

.specialistsPage .twoFilter__side_controls {
    padding-top: 150px;
    padding-top: 150px;
    padding-top: 70px;
}

@media (min-width: 1000px) {
    .specialistsPage .twoFilter__side_controls {
        padding-top: calc(150px + 0 * (100vw - 1000px) / 24);
    }
}
@media (min-width: 1024px) {
    .specialistsPage .twoFilter__side_controls {
        padding-top: 150px;
    }
}
@media (min-width: 1024px) {
    .specialistsPage .twoFilter__side_controls {
        padding-top: calc(150px + -80 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .specialistsPage .twoFilter__side_controls {
        padding-top: 70px;
    }
}

@media (min-width: 1440px) {
    .specialistsPage .twoFilter__side_controls {
        padding-top: calc(70px + 6 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistsPage .twoFilter__side_controls {
        padding-top: 76px;
    }
}

.specialistsPage .specialists__title_text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 2px;
}

@media (min-width: 320px) {
    .specialistsPage .specialists__title_text {
        font-size: calc(18px + 12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__title_text {
        font-size: 30px;
    }
}

@media (min-width: 320px) {
    .specialistsPage .specialists__title_text {
        line-height: calc(25px + 16 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__title_text {
        line-height: 41px;
    }
}

@media (min-width: 320px) {
    .specialistsPage .specialists__title_text {
        margin-top: calc(16px + 9 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__title_text {
        margin-top: 25px;
    }
}

@media (min-width: 320px) {
    .specialistsPage .specialists__title_text {
        margin-bottom: calc(2px + 5 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__title_text {
        margin-bottom: 7px;
    }
}

.specialistsPage .specialists__item_subtitle {
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .specialistsPage .specialists__item_subtitle {
        margin-bottom: calc(20px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__item_subtitle {
        margin-bottom: 40px;
    }
}

.specialistsPage .specialists__item_text {
    margin-bottom: 23px;
}

@media (min-width: 320px) {
    .specialistsPage .specialists__item_text {
        margin-bottom: calc(23px + 17 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistsPage .specialists__item_text {
        margin-bottom: 40px;
    }
}

.popUp {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 35px 0;
    overflow: auto;
}

.popUp-active {
    display: block;
}

.popUp__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 0;
}

.popUpBlock {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 618px;
    min-height: 658px;
    width: 100%;
    background-color: #fff;
    padding-top: 108px;
    padding-bottom: 67px;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.popUpBlock-active {
    display: block;
}

.popupBlock__cross {
    position: absolute;
    right: 40px;
    top: 40px;

    cursor: pointer;

    transition: 0.5s;
    height: 20px;
}

.popupBlock__cross:hover {
    transition: 0.5s;
    transform: rotate(90deg);
}

.popUpBlock__title {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-family: "Vogue";
}

.popUpBlock__title:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background-color: #000;
}

.popUpBlock-review .form {
    max-width: 445px;
    padding: 0 15px;
    margin: 0 auto;
}

.popUpBlock-review .popUpBlock__title {
    margin-bottom: 80px;
}

.customInput._error input,
.customInput._error div[contenteditable] {
    color: #ff4a4a;
    border-bottom: 1px solid #ff4a4a;
}

.customInput._error input::placeholder,
.customInput._error div[contenteditable]::placeholder {
    color: #ff4a4a;
}

.customInput._error .specialInput__message {
    color: #ff4a4a;
}

.popUpBlock-review .customInput {
    margin-bottom: 60px;
}

.popUpBlock-review .customInput:last-child {
    margin-bottom: 0;
}

.popUpBlock-review .customInput-textarea {
    margin-top: 109px;
}

.popUpBlock-review .formBtnAction {
    margin: 0 auto;
    margin-top: 85px !important;
}

.popUpBlock.popUpBlock-cart {
    padding-top: 77px;
    min-height: auto;
}

.popUpBlock.popUpBlock-cart .popUpBlock__title {
    padding-bottom: 33px;
    margin: 0 auto;
}

.popUpBlock.popUpBlock-cart .popUpBlock__title:before {
    display: none;
}

.popUpBlock__line {
    width: 160px;
    height: 1px;
    background-color: black;
    margin: 0 auto;
    margin-bottom: 44px;
}

.popUpBlock .button-white {
    margin: 0 auto !important;
}

.customInput input,
.customInput textarea,
.customInput *[contenteditable] {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 7px 3px;
    font-size: 14px;
    line-height: 140%;
    outline: none;
    font-family: "GrillSans Medium";
    width: 100%;
    box-sizing: border-box;
}

.customInput *[contenteditable] {
    max-height: 180px;
    overflow: auto;
}

.customInput input::-webkit-input-placeholder {
    color: #000;
}

.customInput input:-ms-input-placeholder {
    color: #000;
}

.customInput input::-ms-input-placeholder {
    color: #000;
}

.customInput input::placeholder {
    color: #000;
}

.customInput input:focus::-webkit-input-placeholder {
    color: transparent;
}

.customInput input:focus:-ms-input-placeholder {
    color: transparent;
}

.customInput input:focus::-ms-input-placeholder {
    color: transparent;
}

.customInput input:focus::placeholder {
    color: transparent;
}

*[contenteditable]:empty:not(:focus):before {
    content: attr(data-placeholder);
}

.formBtnAction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 51px;
    border: 0.5px solid #000000;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-top: 50px;
    cursor: pointer;
    margin-right: 0;
}

.specialistPage-wrapper {
    padding-top: 204px;
    padding-bottom: 100px;
    padding-bottom: 150px;
}

@media (min-width: 1440px) {
    .specialistPage-wrapper {
        padding-top: calc(204px + -10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage-wrapper {
        padding-top: 194px;
    }
}

@media (min-width: 320px) {
    .specialistPage-wrapper {
        padding-bottom: calc(100px + 50 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistPage-wrapper {
        padding-bottom: 150px;
    }
}

@media (min-width: 768px) {
    .specialistPage-wrapper {
        padding-bottom: calc(150px + 50 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage-wrapper {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 1400px) {
    .specialistPage-wrapper {
        padding-top: 60px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage-wrapper {
        padding-top: 22px;
    }
}

.specialistPage__banner,
.specialistPage__underBanner-container {
    margin: 0 auto;
    max-width: 740px;
    max-width: 933px;
    max-width: 1108px;
}

@media (min-width: 768px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: calc(740px + 193 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 933px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: calc(933px + 175 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 1108px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: calc(1108px + 298 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 1406px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 740px;
    }
}

@media screen and (max-width: 767px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        padding: 0 14px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__underBanner-container {
        margin-top: 50px;
    }
}

.specialistPage__banner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner {
        display: block;
    }
}

.specialistPage__banner_left {
    padding-top: 60px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 7px;
    margin-left: -12px;
}

@media (min-width: 1440px) {
    .specialistPage__banner_left {
        padding-top: calc(0px + 60 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_left {
        padding-top: 60px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_left {
        padding-left: calc(0px + 7 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_left {
        padding-left: 7px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_left {
        margin-left: calc(7px + -19 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_left {
        margin-left: -12px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_left {
        margin-left: calc(-12px + 9 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_left {
        margin-left: -3px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_left {
        margin-left: 7px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_left {
        margin-left: 0;
    }
}

.specialistPage__banner_right {
    overflow: hidden;
    background-size: cover;
}

.specialistPage__banner_position {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
    font-family: "GrillSans Light";
    margin-bottom: 8px;
    margin-bottom: 18px;
}

@media (min-width: 320px) {
    .specialistPage__banner_position {
        margin-bottom: calc(8px + 10 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__banner_position {
        margin-bottom: 18px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_position {
        margin-bottom: calc(18px + -7 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_position {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 320px) {
    .specialistPage__banner_position {
        margin-bottom: 8px;
    }
}

.specialistPage__banner_position_line {
    min-width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 26px;
    margin-top: 2px;
}

.specialistPage__banner_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    max-width: 360px;
    margin-bottom: 52px;
    max-width: 300px;
}

@media (min-width: 768px) {
    .specialistPage__banner_text {
        max-width: calc(300px + 60 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_text {
        max-width: 360px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_text {
        max-width: 100%;
    }
}

.specialistPage__banner_mobileInfo {
    display: none;
    margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_mobileInfo {
        display: block;
    }
}

.specialistPage__banner_info {
    margin-bottom: 26px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .specialistPage__banner_info {
        margin-bottom: calc(26px + -18 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_info {
        margin-bottom: 8px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_info {
        margin-bottom: calc(8px + 9 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_info {
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_info {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_info {
        display: none;
    }
}

.specialistPage__banner_info-mobile {
    margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_info-mobile {
        display: block;
    }
}

.specialistPage__banner_name {
    font-family: "Vogue";
    font-size: 36px;
    font-size: 50px;
    line-height: 49px;
    line-height: 55px;
    line-height: 69px;
}

@media (min-width: 320px) {
    .specialistPage__banner_name {
        font-size: calc(36px + 14 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__banner_name {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_name {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_name {
        font-size: 60px;
    }
}

@media (min-width: 320px) {
    .specialistPage__banner_name {
        line-height: calc(49px + 6 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__banner_name {
        line-height: 55px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_name {
        line-height: calc(55px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_name {
        line-height: 69px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_name {
        line-height: calc(69px + 13 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_name {
        line-height: 82px;
    }
}

@media screen and (max-width: 320px) {
    .specialistPage__banner_name {
        line-height: 49px;
    }
}

.specialistPage__banner_dropdown {
    margin-bottom: 11px;
    cursor: pointer;
}

.specialistPage__banner_dropdown-container {
    max-width: 543px;
}

@media (min-width: 1440px) {
    .specialistPage__banner_dropdown-container {
        max-width: calc(543px + 137 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_dropdown-container {
        max-width: 680px;
    }
}

.specialistPage__banner_dropdownTrigger {
    position: relative;
    display: inline-block;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 140%;
}

.specialistPage__banner_dropdownTrigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    background-image: url("../img/dtrigger.svg");
    width: 10px;
    height: 5px;
    background-position: center;
}

.specialistPage__banner_dropdownTrigger:last-child {
    margin-bottom: 0;
}

.specialistPage__banner_dropdownContent {
    display: none;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.specialistPage__banner_dropdownContent > * {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 40px;
}

.specialistPage__banner_footer {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    margin-top: 95px;
    margin-top: 126px;
}

@media (min-width: 1024px) {
    .specialistPage__banner_footer {
        margin-top: calc(95px + 31 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_footer {
        margin-top: 126px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_footer {
        margin-top: calc(126px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_footer {
        margin-top: 126px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_footer {
        margin-top: 126px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_footer {
        margin-top: 50px;
    }
}

.specialistPage__banner_footer > * {
    margin-bottom: 20px;
}

.specialistPage__banner_footer > *:last-child {
    margin-bottom: 0;
}

.specialistPage__banner_footer * {
    color: #000;
    text-decoration: none;
}

.specialistPage__banner_img {
    background-size: cover;
    background-position: center 0;
    width: 365px;
    width: 402px;
    width: 441px;
    height: 470px;
    height: 518px;
    height: 577px;
}

@media (min-width: 768px) {
    .specialistPage__banner_img {
        width: calc(365px + 37 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        width: 402px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        width: calc(402px + 39 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        width: 441px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        width: calc(441px + 122 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_img {
        width: 563px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_img {
        height: calc(470px + 48 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        height: 518px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        height: calc(518px + 59 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        height: 577px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        height: calc(577px + 159 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_img {
        height: 736px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_img {
        width: 365px;
        height: 470px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_img {
        display: none;
    }
}

.specialistPage__banner_img-mobile {
    width: 100%;
    height: calc((100vw - 28px) * 0.79);
    background-position: center -72px;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_img-mobile {
        display: block;
    }
}

.specialistPage__examples {
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 146px;
    padding-bottom: 159px;
    margin-top: 47px;
    margin-top: 93px;
    margin-top: 192px;
    max-width: 727px;
    max-width: 956px;
    max-width: 1108px;
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        padding-left: calc(0px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        padding-left: 20px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        padding-bottom: calc(146px + 13 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        padding-bottom: 159px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        padding-bottom: calc(159px + -3 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        padding-bottom: 156px;
    }
}

@media (min-width: 768px) {
    .specialistPage__examples {
        margin-top: calc(47px + 46 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        margin-top: 93px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        margin-top: calc(93px + 99 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        margin-top: 192px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        margin-top: calc(192px + 63 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        margin-top: 255px;
    }
}

@media (min-width: 768px) {
    .specialistPage__examples {
        max-width: calc(727px + 206 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        max-width: 933px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        max-width: calc(956px + 152 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        max-width: 1108px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        max-width: calc(1108px + 298 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        max-width: 1406px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__examples {
        padding-bottom: 146px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__examples {
        max-width: 727px;
        padding-top: 47px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__examples {
        margin-top: 91px;
        padding-bottom: 47px;
    }
}

@media screen and (max-width: 767px) {
    .specialistPage__examples {
        padding-right: 14px;
        padding-left: 14px;
    }
}

.specialistPage__examples_title_line {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 41px;
    margin-bottom: 19px;
}

@media screen and (max-width: 700px) {
    .specialistPage__examples_title_line {
        width: 62px;
        margin-bottom: 9px;
        margin-right: 17px;
    }
}

.specialistPage__examples_title_text {
    display: inline;
    font-family: "Vogue";
    line-height: 55px;
    font-size: 50px;
}

@media (min-width: 1440px) {
    .specialistPage__examples_title_text {
        line-height: calc(55px + 5 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples_title_text {
        line-height: 60px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples_title_text {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples_title_text {
        font-size: 60px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__examples_title_text {
        font-size: 36px;
        line-height: 43px;
    }
}

.specialistPage__examples_text {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Light";
    margin-top: 18px;
    margin-top: 21px;
}

@media (min-width: 1440px) {
    .specialistPage__examples_text {
        margin-top: calc(21px + -3 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples_text {
        margin-top: 18px;
    }
}

.specialistPage__exampleBlock-1 {
    display: flex;
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock-1 {
        display: block;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_left
    .specialistPage__exampleBlock_cardItem {
    margin-top: 284px;
    margin-top: 143px;
    margin-top: 131px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(284px + -141 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 143px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(143px + -12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 131px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(131px + -131 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 284px;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_left
    .specialistPage__exampleBlock_cardItem_img {
    width: 312px;
    width: 341px;
    width: 419px;
    width: 492px;
    height: 432px;
    height: 434px;
    height: 533px;
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(312px + 29 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 341px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(341px + 78 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 419px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(419px + 73 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 492px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(492px + 64 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 556px;
    }
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(432px + 2 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: 434px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(434px + 99 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: 533px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(533px + 69 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: 602px;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_right
    .specialistPage__exampleBlock_cardItem {
    position: relative;
    margin-top: 324px;
    margin-top: 214px;
    left: 27px;
    left: 156px;
    left: 175px;
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(324px + -110 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: 214px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(214px + -104 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: 110px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: calc(27px + 129 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 156px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: calc(156px + 19 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 175px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: calc(175px + 102 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 277px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: 324px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 0;
        padding-left: 27px;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_right
    .specialistPage__exampleBlock_cardItem_img {
    width: 333px;
    width: 364px;
    width: 374px;
    width: 412px;
    height: 331px;
    height: 361px;
    height: 371px;
    height: 409px;
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: calc(333px + 31 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: 364px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: calc(364px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: 374px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: calc(374px + 38 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: 412px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: calc(412px + 54 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img,
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_text {
        width: 466px;
    }
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(331px + 30 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 361px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(361px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 371px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(371px + 38 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 409px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(409px + 53 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 462px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: 100%;
        height: 361px;
    }
}

.specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
    position: relative;
    margin-top: 35px;
    margin-top: 83px;
    margin-top: 130px;
    margin-left: 0px;
    margin-left: 95px;
    margin-left: 95px;
    width: 583px;
    width: 664px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: calc(35px + 48 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: 83px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: calc(83px + 47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: 130px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: calc(130px + 21 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: 151px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: calc(0px + 95 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: 95px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: calc(95px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: 95px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: calc(95px + 15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: 110px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: calc(583px + 81 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: 664px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: calc(664px + 87 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: 751px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: 100%;
        margin-top: 35px;
        margin-left: 0;
    }
}

.specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
    width: 583px;
    width: 664px;
    height: 395px;
    height: 449px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: calc(583px + 81 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: 664px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: calc(664px + 87 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: 751px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: calc(395px + 54 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: 449px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: calc(449px + 58 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: 507px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: 100%;
        height: 395px;
    }
}

.specialistPage__exampleBlock_cardItem {
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_cardItem {
        position: static !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 50px !important;
    }
}

.specialistPage__exampleBlock_cardItem_text {
    font-family: "GrillSans Light";
    margin-top: 20px;
    line-height: 16px;
    font-size: 14px;
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_cardItem_text {
        line-height: calc(16px + 2 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock_cardItem_text {
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_cardItem_text {
        font-size: calc(14px + 1.8373 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock_cardItem_text {
        font-size: 15.8373px;
    }
}

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

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_cardItem_img {
        width: 100% !important;
        height: calc(100vw * 0.79) !important;
    }
}

.specialistPage__exampleBlock_infoBlock {
    position: relative;
    top: -11px;
    max-width: 366px;
    left: 27px;
    left: 124px;
    left: 171px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock_infoBlock {
        left: calc(27px + 97 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 124px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock_infoBlock {
        left: calc(124px + 47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 171px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_infoBlock {
        left: calc(171px + -14 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 157px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 0;
        padding-left: 27px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_infoBlock {
        display: none;
    }
}

.specialistPage__exampleBlock_infoBlock-mobile {
    position: static;
    display: none;
    padding-left: 0;
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_infoBlock-mobile {
        display: block;
        margin-bottom: 47px;
    }
}

.specialistPage__reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 383px;
    padding: 50px 14px;
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
}

.specialistPage__reviews_title {
    text-align: center;
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 25px;
}

.specialistPage__reviews_slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    max-width: 420px;
}

@media (min-width: 320px) {
    .specialistPage__reviews_slider {
        max-width: calc(200px + 220 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__reviews_slider {
        max-width: 420px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_slider {
        max-width: calc(420px + 174 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_slider {
        max-width: 594px;
    }
}

.specialistPage__reviews_slider:before,
.specialistPage__reviews_slider:after {
    content: "";
    position: absolute;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
}

.specialistPage__reviews_slider:before {
    background-image: url("../img/ql.svg");
    left: -47px;
    left: -81px;
}

@media (min-width: 320px) {
    .specialistPage__reviews_slider:before {
        left: calc(-47px + -34 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__reviews_slider:before {
        left: -81px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_slider:before {
        left: calc(-81px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_slider:before {
        left: -71px;
    }
}

.specialistPage__reviews_slider:after {
    background-image: url("../img/qr.svg");
    right: -47px;
    right: -81px;
}

@media (min-width: 320px) {
    .specialistPage__reviews_slider:after {
        right: calc(-47px + -34 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__reviews_slider:after {
        right: -81px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_slider:after {
        right: calc(-81px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_slider:after {
        right: -71px;
    }
}

.specialistPage__reviews_review {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Light";
    text-align: center;
}

.specialistPage__reviews_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_navigation {
        margin-top: 35px;
    }
}

.specialistPage__reviews_arrow {
    position: absolute;
    outline: none;
    transition: 0.3s;

    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_arrow {
        position: relative;
        margin: 0 15px;
    }
}

.specialistPage__reviews_arrow:hover {
    opacity: 0.5;
}

.specialistPage__reviews_arrow-next {
    right: -90px;
    right: -153px;
    right: -170px;
}

@media (min-width: 700px) {
    .specialistPage__reviews_arrow-next {
        right: calc(-90px + -63 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-next {
        right: -153px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-next {
        right: calc(-153px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-next {
        right: -170px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-next {
        right: calc(-170px + -87 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__reviews_arrow-next {
        right: -257px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_arrow-next {
        right: 0;
    }
}

.specialistPage__reviews_arrow-prev {
    left: -90px;
    left: -153px;
    left: -170px;
}

@media (min-width: 700px) {
    .specialistPage__reviews_arrow-prev {
        left: calc(-90px + -63 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-prev {
        left: -153px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-prev {
        left: calc(-153px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-prev {
        left: -170px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-prev {
        left: calc(-170px + -87 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__reviews_arrow-prev {
        left: -257px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_arrow-prev {
        left: 0;
    }
}

.specialistPage__reviews_arrow.swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.specialistPage__reviews_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 62px;
    border: 0.5px solid #000000;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-top: 50px;
    cursor: pointer;
    margin-right: 0;
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_btn {
        margin-top: 55px;
    }
}

.specialistPage__beforeAfter {
    margin-top: 72px;
    margin-top: 180px;
    margin-top: 158px;
    margin-top: 150px;
}

@media (min-width: 320px) {
    .specialistPage__beforeAfter {
        margin-top: calc(72px + 166 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__beforeAfter {
        margin-top: 238px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter {
        margin-top: calc(180px + -22 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter {
        margin-top: 158px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter {
        margin-top: calc(158px + -8 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__beforeAfter {
        margin-top: 150px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__beforeAfter {
        margin-top: calc(150px + 57 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__beforeAfter {
        margin-top: 207px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__beforeAfter {
        margin-top: 72px;
    }
}

.specialistPage__beforeAfter_title {
    display: flex;
    margin-bottom: 43px;
    margin-bottom: 35px;
    margin-bottom: 59px;
}

@media (min-width: 320px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: calc(35px + 24 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: 59px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: calc(59px + -16 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: 43px;
    }
}

.specialistPage__beforeAfter_title > * {
    text-align: center;
    width: 50%;
    font-size: 50px;
    line-height: 110%;
    font-family: "Vogue";
    font-size: 30px;
    font-size: 36px;
}

@media (min-width: 320px) {
    .specialistPage__beforeAfter_title > * {
        font-size: calc(30px + 6 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__beforeAfter_title > * {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_title > * {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_title > * {
        font-size: 50px;
    }
}

.specialistPage__beforeAfter_block-container {
    width: 906px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_block-container {
        padding-left: calc(20px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_block-container {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_block-container {
        padding-right: calc(20px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_block-container {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__beforeAfter_block-container {
        width: 100%;
        box-sizing: border-box;
    }
}

.specialistPage__beforeAfter_block {
    height: 550px;
}

@media screen and (max-width: 1024px) {
    .specialistPage__beforeAfter_block {
        height: calc(100vw * 0.537);
    }
}

.specialistPage__beforeAfter_block-container {
    margin: 0 auto;
}

.specialistPage__sertificates {
    display: flex;
    margin: 0 auto;
    margin-top: 150px;
    margin-top: 200px;
    max-width: 954px;
    max-width: 1110px;
}

@media (min-width: 1024px) {
    .specialistPage__sertificates {
        margin-top: calc(150px + 50 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        margin-top: 200px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        margin-top: calc(200px + 6 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__sertificates {
        margin-top: 206px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__sertificates {
        max-width: calc(954px + 156 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        max-width: 1110px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        max-width: calc(1110px + 332 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__sertificates {
        max-width: 1442px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__sertificates {
        max-width: 954px;
        margin-top: 150px;
    }
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates {
        display: block;
        padding: 0 14px;
        margin-top: 154px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates {
        margin-top: 105px;
    }
}

.specialistPage__sertificates_title {
    display: flex;
    padding-top: 22px;
}

@media (min-width: 1440px) {
    .specialistPage__sertificates_title {
        padding-top: calc(22px + -15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__sertificates_title {
        padding-top: 7px;
    }
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates_title {
        margin-bottom: 53px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates_title {
        display: block;
    }
}

.specialistPage__sertificates_title_text {
    position: relative;
    font-size: 50px;
    line-height: 110%;
    font-family: "Vogue";
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates_title_text {
        font-size: 36px;
        line-height: 120%;
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates_title_text {
        display: inline;
    }
}

.specialistPage__sertificates_title_line {
    position: relative;
    display: inline-block;
    min-width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 22px;
    top: 26px;
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates_title_line {
        min-width: 60px;
        margin-right: 11px;
        top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates_title_line {
        top: -10px;
    }
}

.specialistPage__specialists {
    margin: 0 auto;
    padding: 0 14px;
    margin-top: 150px;
    max-width: 954px;
    max-width: 1110px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists {
        margin-top: calc(150px + 58 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists {
        margin-top: 208px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists {
        max-width: calc(954px + 156 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists {
        max-width: 1110px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists {
        max-width: calc(1110px + 287 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__specialists {
        max-width: 1397px;
    }
}

.specialistPage__specialists .specialists__head {
    margin-bottom: 56px;
}

.specialistPage__specialists .specialists__head .section__title_text {
    display: flex;
    max-width: 595px;
    max-width: 650px;
    white-space: normal;
    line-height: 110%;
}

.specialistPage__specialists .specialists__head .section__title_line {
    min-width: 70px;
    width: auto;
    margin-right: 24px;
    margin-top: 25px;
}

/*.specialistPage__specialists .specialists__list_item {
  position: relative;
  margin: 0 33.5px;
}

@media screen and (max-width: 1024px) {
  .specialistPage__specialists .specialists__list_item {
    margin: 0;
  }
}

@media screen and (max-width: 749px) {
  .specialistPage__specialists .specialists__list_item {
    width: 100%;
    margin-bottom: 60px;
  }
}*/

.specialistPage__specialists .specialists__list_item .arrowButton {
    display: none;
    margin-top: 20px;
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__list_item .arrowButton {
        display: flex;
    }
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__list_image {
        width: 100%;
    }
}

.specialistPage__specialists .specialists__list_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__list_link {
        display: none;
    }
}

.specialistPage__specialists .specialists__title_text {
    display: inline-block;
    font-family: "Vogue";
    line-height: 25px;
    line-height: 34px;
    font-size: 18px;
    font-size: 25px;
}

@media (min-width: 320px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: calc(25px + 9 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: 34px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: calc(34px + 7 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: 41px;
    }
}

@media (min-width: 320px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: calc(18px + 7 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: 30px;
    }
}

.specialistPage__specialists .specialists__title_line {
    display: inline-block;
    height: 100%;
    margin-top: 18px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
    width: 60px;
    margin-right: 15px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_line {
        width: calc(60px + 12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_line {
        width: 72px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_line {
        margin-right: calc(15px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_line {
        margin-right: 20px;
    }
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__title_line {
        display: none;
    }
}

.specialistPage__specialists .specialists__title_line:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 72px;
    width: 60px;
    height: 1px;
    background-color: black;
}

.specialistPage__specialists .specialists__item_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.specialistPage__specialists .specialists__item_subtitle {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 28px;
}

.specialistPage__specialists .specialists__item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.specialistPage__specialists .specialists__item_image {
    margin-bottom: 44px;
}

.specialistPage__specialists_allSpecialists {
    /* display: none; */
}

.specialistPage__specialists_title {
    display: flex;
    position: relative;
    max-width: 650px;
    margin-bottom: 47px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists_title {
        margin-bottom: calc(47px + 9 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists_title {
        margin-bottom: 56px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__specialists_title {
        display: block;
    }
}

@media screen and (max-width: 999px) {
    .specialistPage__specialists_title {
        margin-bottom: 53px;
    }
}

.specialistPage__specialists_title_text {
    font-size: 50px;
    line-height: 110%;
    font-family: "Vogue";
}

@media screen and (max-width: 999px) {
    .specialistPage__specialists_title_text {
        font-size: 36px;
        line-height: 120%;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__specialists_title_text {
        display: inline;
    }
}

.specialistPage__specialists_title_line {
    position: relative;
    display: inline-block;
    min-width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 22px;
    top: 26px;
}

@media screen and (max-width: 999px) {
    .specialistPage__specialists_title_line {
        min-width: 60px;
        margin-right: 11px;
        top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__specialists_title_line {
        top: -10px;
    }
}

.specialistPage__specialists_list {
    display: flex;
    margin: 0 -33.5px;
    padding-left: 0px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists_list {
        padding-left: calc(0px + 90 * (100vw - 1024px) / 176);
    }
}

@media (min-width: 1200px) {
    .specialistPage__specialists_list {
        padding-left: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__specialists_list {
        justify-content: space-between;
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .specialistPage__specialists_list {
        padding-left: calc(0px + 12 * (100vw - 768px) / 256);
    }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .specialistPage__specialists_list {
        padding-left: 12px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .specialistPage__specialists_list {
        padding-right: calc(0px + 12 * (100vw - 768px) / 256);
    }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .specialistPage__specialists_list {
        padding-right: 12px;
    }
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists_list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.specialistPage__specialists_btnShowMore {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-family: "GrillSans Medium";
    width: 100px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.specialistPage__specialists_btnShowMore svg {
    position: relative;
    left: 9px;
    top: 2px;
}

.sertificatesSlider {
    overflow: hidden;
    box-sizing: border-box;
    width: 540px;
    width: 636px;
}

@media (min-width: 1024px) {
    .sertificatesSlider {
        width: calc(540px + 96 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider {
        width: 636px;
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider {
        width: calc(636px + 284 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .sertificatesSlider {
        width: 920px;
    }
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider {
        width: 540px;
    }
}

@media screen and (max-width: 999px) {
    .sertificatesSlider {
        padding-left: 72px;
        max-width: 629px;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .sertificatesSlider {
        padding-left: 0;
        max-width: 100%;
    }
}

.sertificatesSlider .swiper-container {
    max-height: 410px;
    max-height: 465px;
}

@media (min-width: 1024px) {
    .sertificatesSlider .swiper-container {
        max-height: calc(410px + 55 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider .swiper-container {
        max-height: 465px;
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider .swiper-container {
        max-height: calc(465px + 227 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .sertificatesSlider .swiper-container {
        max-height: 692px;
    }
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider .swiper-container {
        max-height: 410px;
    }
}

@media screen and (max-width: 700px) {
    .sertificatesSlider .swiper-container {
        max-height: calc(100vw * 0.8);
    }
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider .swiper-slide,
    .sertificatesSlider .swiper-image {
        display: flex;
        max-height: 410px;
    }
}

@media screen and (max-width: 700px) {
    .sertificatesSlider .swiper-slide,
    .sertificatesSlider .swiper-image {
        max-height: calc(100vw * 0.8);
    }
}

.sertificatesSlider .swiper-image img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider .swiper-image img {
        object-fit: contain;
    }
}

.sertificatesSlider__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sertificatesSlider__footer .swiperControlls {
    display: flex;
    padding-left: 36px;
    padding-top: 10px;
}

.sertificatesSlider__footer .swiperControlls .navArrow {
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .sertificatesSlider__footer .swiperControlls {
        padding-left: 20px;
    }
}

.sertificatesSlider__footer .swiperControlls .navArrow {
    margin: 0 20px;
}

@media screen and (max-width: 700px) {
    .sertificatesSlider__footer .swiperControlls .navArrow {
        margin: 0 10px;
    }
}

.sertificatesSlider .slideText .paragraph {
    color: #000;
}

.sertificatesSlider .slideText__title {
    font-size: 30px;
    line-height: 41px;
    font-family: "Vogue";
}

@media screen and (max-width: 700px) {
    .sertificatesSlider .slideText__title {
        font-size: 18px;
        line-height: 25px;
    }
}

.sertificatesSlider .slideText__text {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Medium";
    margin-top: 10px;
}

.animationHold.animation-line-pseudo {
    transform: scaleX(0);
}

.animationHold.animation-list-fadeIn > * {
    opacity: 0;
    transform: translateY(10px);
}

.animationHold.animation-exampleCard .specialistPage__exampleBlock_cardItem_img {
    transform: translateX(100%);
}

.animationHold.animation-exampleCard .specialistPage__exampleBlock_cardItem_text {
    transform: translateY(5px);
    opacity: 0;
}

.animationHold.animation-sertificatesSlider .swiper-container {
    transform: translateX(100%);
}

.animationHold.animation-sertificatesSlider .swiperControlls {
    opacity: 0;
}

.animationHold.animation-sertificatesSlider .slideText__title,
.animationHold.animation-sertificatesSlider .slideText__text {
    opacity: 0;
    transform: translateY(10px);
}

.animation-line-pseudo {
    transition: 1s;
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.animation-list-fadeIn > * {
    opacity: 1;
    transform: translateY(0px);
    transition: 1s ease-in-out;
}

.animation-exampleCard .specialistPage__exampleBlock_cardItem_img {
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.animation-exampleCard .specialistPage__exampleBlock_cardItem_text {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease-in-out;
    transition-delay: 0.7s;
}

.animation-sertificatesSlider .swiper-container {
    transform: translateX(0%);
    transition: 1s ease-in-out;
}

.animation-sertificatesSlider .swiperControlls {
    opacity: 1;
    transition: 1s ease-in-out;
    transition-delay: 0.5s;
}

.animation-sertificatesSlider .slideText__title,
.animation-sertificatesSlider .slideText__text {
    opacity: 1;
    transform: translateY(0px);
    transition: 1s ease-in-out;
}

.animation-sertificatesSlider .slideText__title {
    transition-delay: 0.5s;
}

.animation-sertificatesSlider .slideText__text {
    transition-delay: 1s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(1) {
    transition-delay: 2.45s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(2) {
    transition-delay: 2.7s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(3) {
    transition-delay: 2.95s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(4) {
    transition-delay: 3.2s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(5) {
    transition-delay: 3.45s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(6) {
    transition-delay: 3.7s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(7) {
    transition-delay: 3.95s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(8) {
    transition-delay: 4.2s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(9) {
    transition-delay: 4.45s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(10) {
    transition-delay: 4.7s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(1) {
    transition-delay: 2.45s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(2) {
    transition-delay: 2.7s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(3) {
    transition-delay: 2.95s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(4) {
    transition-delay: 3.2s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(5) {
    transition-delay: 3.45s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(6) {
    transition-delay: 3.7s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(7) {
    transition-delay: 3.95s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(8) {
    transition-delay: 4.2s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(9) {
    transition-delay: 4.45s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(10) {
    transition-delay: 4.7s;
}

._dc-beforeAfter-wrapper {
    position: relative;
    overflow: hidden;
    user-select: none;
}

._dc-beforeAfter__image-before {
    position: relative;
    z-index: 0;
}

._dc-beforeAfter__image-after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

._dc-beforeAfter__image img {
    position: relative;
    pointer-events: none;
    width: 100%;
}

._dc-beforeAfter__handle {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

._dc-beforeAfter__handle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
    left: 50%;
    transform: translateY(-50%);
}

._dc-beforeAfter__handle_trigger {
    width: 48px;
    height: 48px;
    border: 1px solid #000000;
    border-radius: 100%;
    cursor: pointer;
}

.sertificates {
    padding-top: 180px;
    /* padding-top: 50px; */
}

@media (max-width: 1440px) {
    .sertificates {
        padding-top: 80px;
    }
}

@media (max-width: 500px) {
    .sertificates {
        padding-top: 120px;
    }
}

/* @media (min-width: 320px) {
    .sertificates {
        padding-top: calc(70px + 180 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .sertificates {
        padding-top: 230px;
    }
} */

.sertificates__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 69px;
    line-height: 41px;
}

@media (min-width: 320px) {
    .sertificates__title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .sertificates__title {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .sertificates__title {
        line-height: calc(41px + 28 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .sertificates__title {
        line-height: 69px;
    }
}

.sertificates__block {
    max-width: 916px;
}

.sertificates .twoFilter__block_filter_item {
    max-width: none;
}

.sertificates .discounts__data_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    max-width: 912px;
    width: 100%;
    padding: 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .sertificates .discounts__data_img {
        padding: 15px;
    }
}

.sertificates .discounts__data_titleBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 33px;
    bottom: 33px;
    max-width: 382px;
    width: 100%;
    min-height: 143px;
    background-color: #fff;
    padding: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sertificates .discounts__data_titleBlock_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

.sertificates .discounts__data_titleBlock_line {
    width: 50px;
    height: 1px;
    background-color: #000;
    margin-right: 12px;
}

.sertificates .discounts__data_titleBlock_text {
    font-size: 14px;
    line-height: 16px;
    font-family: "GrillSans Light";
}

.sertificates .discounts__data_titleBlock_title {
    font-size: 30px;
    line-height: 41px;
    font-family: "Vogue";
}

.sertificates .discounts__data_head {
    margin-bottom: 30px;
}

.sertificates .discounts__data_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

@media screen and (max-width: 700px) {
    .sertificates .discounts__data_text {
        display: block;
    }
}

.sertificates .discounts__data_text > * {
    margin-right: 42px;
}

@media screen and (max-width: 700px) {
    .sertificates .discounts__data_text > * {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.sertificates .discounts__data_price {
    white-space: nowrap;
    position: relative;
    top: 15px;
    display: block;
}

@media screen and (max-width: 500px) {
    .sertificates .discounts__data_price {
        top: 0;
    }
}

@media screen and (max-width: 500px) {
    .sertificates .discounts__data_price-new {
        font-size: 30px;
        line-height: 41px;
    }
}

.sertificates .discounts__data_price-old {
    margin-top: 2px;
    text-align: right;
}

@media screen and (max-width: 500px) {
    .sertificates .discounts__data_price-old {
        -moz-text-align-last: left;
        text-align-last: left;
    }
}

.sertificates .discounts__data_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sertificates .discounts__data_bottom .discounts__data_link {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 45px;
}

.cart {
    margin-top: 185px;
    margin-top: 40px;
    margin-top: 60px;
    margin-top: 60px;
    margin-top: 154px;
    margin-bottom: 203px;
    margin-bottom: 105px;
    margin-bottom: 92px;
    margin-bottom: 153px;
}

@media (min-width: 320px) {
    .cart {
        margin-top: calc(40px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .cart {
        margin-top: calc(60px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .cart {
        margin-top: calc(60px + 94 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart {
        margin-top: 154px;
    }
}

@media (min-width: 1440px) {
    .cart {
        margin-top: calc(154px + 31 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart {
        margin-top: 185px;
    }
}

@media (min-width: 320px) {
    .cart {
        margin-bottom: calc(105px + -13 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart {
        margin-bottom: 92px;
    }
}

@media (min-width: 768px) {
    .cart {
        margin-bottom: calc(92px + 61 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart {
        margin-bottom: 153px;
    }
}

@media (min-width: 1024px) {
    .cart {
        margin-bottom: calc(153px + 50 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart {
        margin-bottom: 203px;
    }
}

.cart__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 69px;
    line-height: 49px;
    margin-bottom: 40px;
    margin-bottom: 30px;
}

@media (min-width: 320px) {
    .cart__title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__title {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .cart__title {
        line-height: calc(49px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__title {
        line-height: 69px;
    }
}

@media (min-width: 320px) {
    .cart__title {
        margin-bottom: calc(30px + 10 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__title {
        margin-bottom: 40px;
    }
}

.cart__data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 124px;
    margin-bottom: 50px;
    margin-bottom: 57px;
    margin-bottom: 57px;
}

@media (min-width: 320px) {
    .cart__data {
        margin-bottom: calc(50px + 7 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__data {
        margin-bottom: 57px;
    }
}

@media (min-width: 768px) {
    .cart__data {
        margin-bottom: calc(57px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__data {
        margin-bottom: 57px;
    }
}

@media (min-width: 1024px) {
    .cart__data {
        margin-bottom: calc(57px + 67 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__data {
        margin-bottom: 124px;
    }
}

@media screen and (max-width: 700px) {
    .cart__data {
        border-bottom: 1px solid black;
    }
}

@media screen and (max-width: 700px) {
    .cart__data_table {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .cart__data_priceCommit {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .cart__data_priceCommit {
        margin-bottom: 115px;
    }
}

.cart__data_priceCommit-price {
    margin-bottom: 36px;
}

.cart__data_priceCommit-commit {
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .cart__data_priceCommit-price {
        margin-bottom: 25px;
    }
}

.cart__data_priceCommit .button-black {
    width: 200px;
    height: 62px;
}

.cart__data_priceText {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 27px;
}

.cart__data_priceValue {
    font-family: "Vogue";
    font-size: 50px;
    line-height: 69px;
}

.cart__table_head {
    display: flex;
    justify-content: flex-end;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 7px;
}

.cart__table_head-amount {
    margin-right: 126px;
    margin-right: 75px;
    margin-right: 75px;
    margin-right: 96px;
    margin-right: 96px;
}

@media (min-width: 320px) {
    .cart__table_head-amount {
        margin-right: calc(75px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__table_head-amount {
        margin-right: 75px;
    }
}

@media (min-width: 768px) {
    .cart__table_head-amount {
        margin-right: calc(75px + 21 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__table_head-amount {
        margin-right: 96px;
    }
}

@media (min-width: 1024px) {
    .cart__table_head-amount {
        margin-right: calc(96px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__table_head-amount {
        margin-right: 96px;
    }
}

@media (min-width: 1440px) {
    .cart__table_head-amount {
        margin-right: calc(96px + 30 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart__table_head-amount {
        margin-right: 126px;
    }
}

.cart__table_head-summ {
    margin-right: 147px;
    margin-right: 70px;
    margin-right: 70px;
    margin-right: 172px;
    margin-right: 130px;
}

@media (min-width: 320px) {
    .cart__table_head-summ {
        margin-right: calc(70px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__table_head-summ {
        margin-right: 70px;
    }
}

@media (min-width: 768px) {
    .cart__table_head-summ {
        margin-right: calc(70px + 102 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__table_head-summ {
        margin-right: 172px;
    }
}

@media (min-width: 1024px) {
    .cart__table_head-summ {
        margin-right: calc(172px + -42 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__table_head-summ {
        margin-right: 130px;
    }
}

@media (min-width: 1440px) {
    .cart__table_head-summ {
        margin-right: calc(130px + 17 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart__table_head-summ {
        margin-right: 147px;
    }
}

@media screen and (max-width: 700px) {
    .cart__table_head {
        display: none;
    }
}

.cart__table_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 1px solid black;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (max-width: 700px) {
    .cart__table_item {
        flex-direction: column;
        position: relative;
        padding-top: 6px;
        padding-bottom: 13px;
    }
}

.cart__item_infoSelect {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-left: 20px;
    margin-left: 49px;
    margin-left: 93px;
}

@media (min-width: 700px) {
    .cart__item_infoSelect {
        margin-left: calc(20px + 29 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .cart__item_infoSelect {
        margin-left: 49px;
    }
}

@media (min-width: 768px) {
    .cart__item_infoSelect {
        margin-left: calc(49px + 44 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__item_infoSelect {
        margin-left: 93px;
    }
}

@media (min-width: 1024px) {
    .cart__item_infoSelect {
        margin-left: calc(93px + 0 * (100vw - 1024px) / 376);
    }
}

@media (min-width: 1400px) {
    .cart__item_infoSelect {
        margin-left: 93px;
    }
}

@media screen and (max-width: 700px) {
    .cart__item_infoSelect {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-left: 0px;
        margin-bottom: 40px;
        width: 100%;
    }
}

.cart__item_name {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 27px;
    width: 290px;
    width: 186px;
    width: 186px;
    width: 186px;
    width: 186px;
}

@media (min-width: 320px) {
    .cart__item_name {
        width: calc(186px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__item_name {
        width: 186px;
    }
}

@media (min-width: 768px) {
    .cart__item_name {
        width: calc(186px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__item_name {
        width: 186px;
    }
}

@media (min-width: 1024px) {
    .cart__item_name {
        width: calc(186px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__item_name {
        width: 186px;
    }
}

@media (min-width: 1440px) {
    .cart__item_name {
        width: calc(186px + 104 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart__item_name {
        width: 290px;
    }
}

@media screen and (max-width: 700px) {
    .cart__item_name {
        margin-bottom: 10px;
        width: 220px;
        font-size: 18px;
    }
}

.cart__item_select {
    margin-left: 15px;
}

@media screen and (max-width: 700px) {
    .cart__item_select {
        margin-left: 0px;
    }
}

.cart__item_select .customSelect {
    width: 160px;
    border-bottom: none;
}

.cart__item_select .customSelect__dropdown_item {
    cursor: pointer;
    font-family: "Vogue";
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.cart__item_amountPrice {
    display: flex;
    align-items: center;
    margin-left: 112px;
    margin-left: 30px;
    margin-left: 49px;
    margin-left: 74px;
    margin-left: 56px;
}

@media (min-width: 700px) {
    .cart__item_amountPrice {
        margin-left: calc(30px + 19 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .cart__item_amountPrice {
        margin-left: 49px;
    }
}

@media (min-width: 768px) {
    .cart__item_amountPrice {
        margin-left: calc(49px + 25 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__item_amountPrice {
        margin-left: 74px;
    }
}

@media (min-width: 1024px) {
    .cart__item_amountPrice {
        margin-left: calc(74px + -18 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__item_amountPrice {
        margin-left: 56px;
    }
}

@media (min-width: 1440px) {
    .cart__item_amountPrice {
        margin-left: calc(56px + 56 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart__item_amountPrice {
        margin-left: 112px;
    }
}

@media screen and (max-width: 700px) {
    .cart__item_amountPrice {
        margin-left: 0px;
        width: 100%;
        justify-content: space-between;
    }
}

.cart__item_amount {
    display: flex;
    user-select: none;
}

.cart__item_amount-control {
    font-family: "GrillSans Light";
    font-size: 20px;
    line-height: 23px;
    position: relative;
}

.cart__item_amount-control::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cart__item_amount input {
    width: 50px;
    border: none;
    text-align: center;
    font-family: "Vogue";
    font-size: 20px;
    line-height: 24px;
    pointer-events: none;
}

.cart__item_price {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 24px;
    width: 180px;
    width: 100px;
    width: 120px;
    width: 150px;
    width: 150px;
    text-align: right;
}

@media (min-width: 700px) {
    .cart__item_price {
        width: calc(100px + 20 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .cart__item_price {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .cart__item_price {
        width: calc(120px + 30 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__item_price {
        width: 150px;
    }
}

@media (min-width: 1024px) {
    .cart__item_price {
        width: calc(150px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__item_price {
        width: 150px;
    }
}

@media (min-width: 1440px) {
    .cart__item_price {
        width: calc(150px + 30 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart__item_price {
        width: 180px;
    }
}

.cart__item_cross {
    margin-left: 75px;
    margin-left: 30px;
    margin-left: 30px;
    margin-left: 118px;
    margin-left: 55px;
    margin-right: 25px;
    margin-right: 0px;
    margin-right: 0px;
    margin-right: 6px;
    cursor: pointer;

    transition: 0.5s;
    height: 30px;
}

.cart__item_cross:hover {
    transition: 0.5s;
    transform: rotate(90deg);
}

@media (min-width: 320px) {
    .cart__item_cross {
        margin-left: calc(30px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__item_cross {
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .cart__item_cross {
        margin-left: calc(30px + 88 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__item_cross {
        margin-left: 118px;
    }
}

@media (min-width: 1024px) {
    .cart__item_cross {
        margin-left: calc(118px + -63 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__item_cross {
        margin-left: 55px;
    }
}

@media (min-width: 1440px) {
    .cart__item_cross {
        margin-left: calc(55px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .cart__item_cross {
        margin-left: 75px;
    }
}

@media (min-width: 320px) {
    .cart__item_cross {
        margin-right: calc(0px + 0 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .cart__item_cross {
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .cart__item_cross {
        margin-right: calc(0px + 6 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .cart__item_cross {
        margin-right: 6px;
    }
}

@media (min-width: 1024px) {
    .cart__item_cross {
        margin-right: calc(6px + 19 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .cart__item_cross {
        margin-right: 25px;
    }
}

@media screen and (max-width: 700px) {
    .cart__item_cross {
        position: absolute;
        top: 7px;
        right: 0px;
    }
}

.cart__item_info {
    position: relative;
    cursor: pointer;
}

.cart__item_info-popup {
    display: none;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: white;
    box-sizing: border-box;
    width: 230px;
    padding: 25px;
    z-index: 2;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 130%;
    transform: translate(0%, 100%);

    z-index: 6;
}

.cart__item_info-popup::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid white;
    margin-top: -10px;
}

@media screen and (max-width: 700px) {
    .cart__item_info-popup {
        transform: translate(calc(-100% + 26px), 100%);
    }

    .cart__item_info-popup::after {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: 20px;
        height: 20px;
        border: 20px solid transparent;
        border-right: 20px solid white;
        margin-top: -10px;
    }
}

.cart__item_info:hover .cart__item_info-popup {
    display: block;
}

@media screen and (max-width: 1400px) {
    .cart__info {
        display: flex;
    }
}

@media screen and (max-width: 1000px) {
    .cart__info {
        justify-content: space-between;
    }
}

@media screen and (max-width: 700px) {
    .cart__info {
        flex-direction: column-reverse;
    }
}

.cart__info_wrapper {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .cart__info_wrapper {
        max-width: 440px;
    }
}

.cart__info_title {
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 30px;
}

.cart__info_text {
    display: flex;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

@media screen and (max-width: 1400px) {
    .cart__info_text {
        flex-direction: column;
    }
}

.cart__info_text-left {
    max-width: 550px;
    box-sizing: border-box;
    padding-right: 20px;
}

@media screen and (max-width: 1400px) {
    .cart__info_text-left {
        margin-bottom: 30px;
    }
}

.cart__info_text-right {
    margin-left: 134px;
}

@media screen and (max-width: 1400px) {
    .cart__info_text-right {
        margin-left: 0px;
    }
}

.cart__info_text-right p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cart__info_text-right ul {
    margin-top: 7px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.cart__info_text-right li {
    list-style-type: none;
}

.cart__info .cart__data_priceCommit {
    display: none;
}

@media screen and (max-width: 1400px) {
    .cart__info .cart__data_priceCommit {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .cart__info .cart__data_priceCommit {
        margin-right: 40px;
    }
}

.order {
    margin-top: 185px;
    margin-top: 40px;
    margin-top: 60px;
    margin-top: 60px;
    margin-top: 154px;
    margin-bottom: 203px;
    margin-bottom: 105px;
    margin-bottom: 92px;
    margin-bottom: 153px;
}

@media (min-width: 320px) {
    .order {
        margin-top: calc(40px + 20 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .order {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    .order {
        margin-top: calc(60px + 0 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .order {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .order {
        margin-top: calc(60px + 94 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .order {
        margin-top: 154px;
    }
}

@media (min-width: 1440px) {
    .order {
        margin-top: calc(154px + 31 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .order {
        margin-top: 185px;
    }
}

@media (min-width: 320px) {
    .order {
        margin-bottom: calc(105px + -13 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .order {
        margin-bottom: 92px;
    }
}

@media (min-width: 768px) {
    .order {
        margin-bottom: calc(92px + 61 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .order {
        margin-bottom: 153px;
    }
}

@media (min-width: 1024px) {
    .order {
        margin-bottom: calc(153px + 50 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .order {
        margin-bottom: 203px;
    }
}

.order__tab {
    display: none;
}

.order__tab-active {
    display: block;
}

.order__head_title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 69px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-bottom: 28px;
    margin-bottom: 40px;
}

@media (min-width: 320px) {
    .order__head_title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .order__head_title {
        font-size: 50px;
    }
}

@media (min-width: 320px) {
    .order__head_title {
        line-height: calc(40px + 29 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .order__head_title {
        line-height: 69px;
    }
}

@media (min-width: 320px) {
    .order__head_title {
        margin-bottom: calc(28px + 12 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .order__head_title {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .order__head_title {
        margin-bottom: calc(40px + -20 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .order__head_title {
        margin-bottom: 20px;
    }
}

.order__head .order__head_slider {
    width: 100vw;
}

.order__head .order__head_slider .swiper-slide {
    align-items: flex-start;
    width: auto;
    opacity: 0.5;
    align-self: stretch;
    overflow-y: hidden;
}

@media screen and (max-width: 700px) {
    .order__head .order__head_slider .swiper-slide {
        border-top: 1px solid black;
        padding-top: 7px;
        padding-right: 30px;
    }

    .order__head .order__head_slider .swiper-slide:last-child {
        padding-right: 0px;
    }
}

.order__head .order__head_slider .swiper-slide.activeSlide {
    opacity: 1;
}

.order__slider {
    pointer-events: none;
}

.order__slider_item {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 27px;
}

@media screen and (max-width: 700px) {
    .order__slider_item {
        font-size: 18px;
        line-height: 120%;
        width: auto;
    }
}

.order__slider_item br {
    display: none;
}

@media screen and (max-width: 1000px) {
    .order__slider_item br {
        display: block;
    }
}

.order__slider_line {
    width: 66px;
    width: 30px;
    width: 50px;
    height: 1px;
    background-color: black;
    margin-left: 18px;
    margin-left: 30px;
    margin-left: 35px;
    margin-right: 18px;
    margin-right: 30px;
    margin-right: 35px;
    margin-top: 15px;
}

@media (min-width: 700px) {
    .order__slider_line {
        width: calc(30px + 20 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .order__slider_line {
        width: 50px;
    }
}

@media (min-width: 768px) {
    .order__slider_line {
        width: calc(50px + 16 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .order__slider_line {
        width: 66px;
    }
}

@media (min-width: 700px) {
    .order__slider_line {
        margin-left: calc(30px + 5 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .order__slider_line {
        margin-left: 35px;
    }
}

@media (min-width: 768px) {
    .order__slider_line {
        margin-left: calc(35px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .order__slider_line {
        margin-left: 18px;
    }
}

@media (min-width: 700px) {
    .order__slider_line {
        margin-right: calc(30px + 5 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .order__slider_line {
        margin-right: 35px;
    }
}

@media (min-width: 768px) {
    .order__slider_line {
        margin-right: calc(35px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .order__slider_line {
        margin-right: 18px;
    }
}

@media screen and (max-width: 700px) {
    .order__slider_line {
        display: none;
    }
}

.order__content {
    margin-top: 60px;
    margin-top: 50px;
}

.order__content .order__tab[data-tab="1"] {
    max-width: 480px;
}

@media (min-width: 320px) {
    .order__content {
        margin-top: calc(50px + 10 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .order__content {
        margin-top: 60px;
    }
}

.order__input-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.order__input-two .specialInput {
    width: 216px;
    width: 130px;
}

@media (min-width: 320px) {
    .order__input-two .specialInput {
        width: calc(130px + 86 * (100vw - 320px) / 280);
    }
}

@media (min-width: 600px) {
    .order__input-two .specialInput {
        width: 216px;
    }
}

.order__input-phone {
    margin-bottom: 80px;
    margin-bottom: 45px;
}

@media (min-width: 320px) {
    .order__input-phone {
        margin-bottom: calc(45px + 35 * (100vw - 320px) / 280);
    }
}

@media (min-width: 600px) {
    .order__input-phone {
        margin-bottom: 80px;
    }
}

.order__input-email {
    margin-bottom: 22px;
    margin-bottom: 15px;
}

@media (min-width: 320px) {
    .order__input-email {
        margin-bottom: calc(15px + 7 * (100vw - 320px) / 280);
    }
}

@media (min-width: 600px) {
    .order__input-email {
        margin-bottom: 22px;
    }
}

.order__agree {
    margin-bottom: 60px;
    margin-bottom: 36px;
    cursor: pointer;
}

@media (min-width: 320px) {
    .order__agree {
        margin-bottom: calc(36px + 24 * (100vw - 320px) / 280);
    }
}

@media (min-width: 600px) {
    .order__agree {
        margin-bottom: 60px;
    }
}

.order__buttons {
    display: flex;
}

@media screen and (max-width: 600px) {
    .order__buttons {
        flex-direction: column-reverse;
    }
}

.order__buttons_button {
    width: 200px;
    height: 62px;
}

.order__buttons_button.button-white {
    margin-right: 25px;
}

.order__buttons a {
    display: flex;
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 600px) {
    .order__buttons_next {
        margin-bottom: 15px;
    }
}

.order__buttons.order__buttons-desktop {
    display: flex;
}

@media screen and (max-width: 700px) {
    .order__buttons.order__buttons-desktop {
        display: none;
    }
}

.order__buttons.order__buttons-mobile {
    display: none;
}

@media screen and (max-width: 700px) {
    .order__buttons.order__buttons-mobile {
        display: flex;
    }
}

.orderDelivery {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .orderDelivery {
        flex-direction: column;
    }
}

.orderDelivery__content {
    margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
    .orderDelivery__content {
        margin-bottom: 40px;
    }
}

.orderDelivery__left {
    max-width: 521px;
    max-width: 363px;
}

@media (min-width: 768px) {
    .orderDelivery__left {
        max-width: calc(363px + 158 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .orderDelivery__left {
        max-width: 521px;
    }
}

.orderDelivery__left_tab {
    display: none;
}

.orderDelivery__left_tab-active {
    display: block;
}

.orderDelivery__left_tab[data-radiotab="map"] .orderDelivery__content {
    margin-top: -4px;
}

@media screen and (max-width: 1000px) {
    .orderDelivery__left_tab[data-radiotab="map"] .order__buttons {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1000px) {
    .orderDelivery__left_tab[data-radiotab="map"] .order__buttons_button {
        margin-bottom: 15px;
    }
}

.orderDelivery__left_radio {
    margin-bottom: 76px;
}

@media screen and (max-width: 700px) {
    .orderDelivery__left_radio {
        margin-bottom: 35px;
    }
}

.orderDelivery__left_radio .customRadio__item {
    padding-top: 20px;
}

.orderDelivery__right_map {
    width: 565px;
    width: 300px;
    width: 334px;
    width: 447px;
    height: 393px;
    height: 290px;
    height: 470px;
    margin-right: 236px;
    margin-right: 0px;
    background-color: grey;
}

@media (min-width: 700px) {
    .orderDelivery__right_map {
        width: calc(300px + 34 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .orderDelivery__right_map {
        width: 334px;
    }
}

@media (min-width: 768px) {
    .orderDelivery__right_map {
        width: calc(334px + 113 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .orderDelivery__right_map {
        width: 447px;
    }
}

@media (min-width: 1024px) {
    .orderDelivery__right_map {
        width: calc(447px + 118 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .orderDelivery__right_map {
        width: 565px;
    }
}

@media (min-width: 320px) {
    .orderDelivery__right_map {
        height: calc(290px + 180 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderDelivery__right_map {
        height: 470px;
    }
}

@media (min-width: 768px) {
    .orderDelivery__right_map {
        height: calc(470px + -77 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .orderDelivery__right_map {
        height: 393px;
    }
}

@media (min-width: 1440px) {
    .orderDelivery__right_map {
        margin-right: calc(0px + 236 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .orderDelivery__right_map {
        margin-right: 236px;
    }
}

@media screen and (max-width: 1440px) {
    .orderDelivery__right_map {
        margin-right: 0px;
    }
}

@media screen and (max-width: 700px) {
    .orderDelivery__right_map {
        width: 100%;
        margin-bottom: 40px;
    }
}

.orderDelivery__inputs {
    display: flex;
    margin-bottom: 30px;
}

.orderDelivery__input-street {
    width: 282px;
    width: 156px;
    margin-right: 38px;
    margin-right: 15px;
}

@media (min-width: 320px) {
    .orderDelivery__input-street {
        width: calc(156px + 126 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderDelivery__input-street {
        width: 282px;
    }
}

@media (min-width: 320px) {
    .orderDelivery__input-street {
        margin-right: calc(15px + 23 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderDelivery__input-street {
        margin-right: 38px;
    }
}

.orderDelivery__input-house {
    width: 89px;
    width: 50px;
    margin-right: 23px;
    margin-right: 15px;
}

@media (min-width: 320px) {
    .orderDelivery__input-house {
        width: calc(50px + 39 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderDelivery__input-house {
        width: 89px;
    }
}

@media (min-width: 320px) {
    .orderDelivery__input-house {
        margin-right: calc(15px + 8 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderDelivery__input-house {
        margin-right: 23px;
    }
}

.orderDelivery__input-flat {
    width: 89px;
    width: 50px;
}

@media (min-width: 320px) {
    .orderDelivery__input-flat {
        width: calc(50px + 39 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderDelivery__input-flat {
        width: 89px;
    }
}

.orderDelivery__input .customInput-textarea *[contenteditable] {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.orderDelivery__dropdown .customSelect {
    width: 100%;
    margin-bottom: 24px;
}

.orderDelivery__dropdown .customSelect * {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    padding-left: 5px;
}

.orderDelivery__dropdown .customSelect .customSelect__dropdown_item::before {
    top: 35%;
}

.orderDelivery__dropdown_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orderDelivery__dropdown_info_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    padding-left: 5px;
}

@media screen and (max-width: 700px) {
    .orderDelivery__dropdown_info_text {
        max-width: 130px;
    }
}

.orderDelivery__dropdown_info_date {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 27px;
}

.paymentRadio {
    margin-bottom: 40px;
}

.orderFinal__title {
    font-family: "Vogue";
    font-size: 30px;
    font-size: 25px;
    line-height: 41px;
    line-height: 34px;
    margin-bottom: 43px;
}

@media (min-width: 320px) {
    .orderFinal__title {
        font-size: calc(25px + 5 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderFinal__title {
        font-size: 30px;
    }
}

@media (min-width: 320px) {
    .orderFinal__title {
        line-height: calc(34px + 7 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .orderFinal__title {
        line-height: 41px;
    }
}

.orderFinal__text {
    font-family: "GrillSans Light";
    font-size: 18px;
    line-height: 140%;
    width: 100%;
    max-width: 471px;
    margin-bottom: 60px;
}

.orderFinal__table {
    margin-bottom: 53px;
}

.orderFinal__table_row {
    display: flex;
    margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
    .orderFinal__table_row {
        display: block;
        margin-bottom: 17px;
    }
}

.orderFinal__table_title {
    width: 180px;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

@media screen and (max-width: 700px) {
    .orderFinal__table_title {
        width: auto;
        display: inline;
    }
}

.orderFinal__table_value {
    margin-left: 10px;
    font-family: "Vogue";
    font-size: 18px;
    line-height: 140%;
}

@media screen and (max-width: 700px) {
    .orderFinal__table_value {
        font-size: 14px;
        width: auto;
        display: inline;
    }
}

.swiperAnimations .promosButtons-button {
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transform: translate3d(40%, 0, 0);
    opacity: 0;
}

.swiperAnimations .promosButtons .allPromos {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
    transform: translate3d(40%, 0, 0);
}

.swiperAnimations .swiper-slide-active .promosButtons-button {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.swiperAnimations .swiper-slide-active .promosButtons .allPromos {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.caseItem__pagination {
    position: absolute;
    top: 0;
    margin-top: 3px;
    left: -40px;
    left: -55px;
}

@media (min-width: 660px) {
    .caseItem__pagination {
        left: calc(-40px + -15 * (100vw - 660px) / 108);
    }
}

@media (min-width: 768px) {
    .caseItem__pagination {
        left: -55px;
    }
}

@media (min-width: 768px) {
    .caseItem__pagination {
        left: calc(-55px + 8 * (100vw - 768px) / 672);
    }
}

@media (min-width: 1440px) {
    .caseItem__pagination {
        left: -47px;
    }
}

@media screen and (max-width: 660px) {
    .caseItem__pagination {
        display: none;
    }
}

.caseItem__pagination_text {
    text-align: center;
    color: black;
}

.caseItem__pagination_text-current {
    opacity: 1;
}

.caseItem__pagination_text[data-currentindexcontainer] {
    display: flex;
}

.caseItem__pagination_separate {
    opacity: 1;
    background-color: #fff;
    width: 1px;
    transform: translateX(100%) scaleX(0.5);
    margin: 15px auto;
}

.caseItem__pagination_numberContainer {
    position: relative;
    overflow: hidden;

    transform: none;
}

.caseItem__pagination_numberItem {
    position: absolute;
    /* top: 0; */
    top: -100%;
    left: 0;
    /* transform: translateY(-100%); */
    transition: 1s;
    font-weight: 200;
    letter-spacing: 0.08em;
    width: 40px;
}

.caseItem__pagination_numberItem.active {
    position: static;
    top: 0;
    /* transform: translate(0); */
    display: block;
    animation-name: switchNumber;
    animation-duration: 1s;
    animation-timing-function: linear;
}

@keyframes switchNumber {
    0% {
        transform: translateY(100%) translateZ(0);
    }

    99% {
        transform: translateY(0%) translateZ(0);
    }

    to {
        transform: translateY(0) translateZ(0);
    }
}

.animationHold.animation-line::before,
.animationHold .animation-line::before {
    width: 0px;
    transition: 1s;
}

.animationHold.animation-text-1,
.animationHold .animation-text-1 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-text-2,
.animationHold .animation-text-2 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-text-3,
.animationHold .animation-text-3 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-text-4,
.animationHold .animation-text-4 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-text-5,
.animationHold .animation-text-5 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-text-6,
.animationHold .animation-text-6 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-text-special,
.animationHold .animation-text-special {
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    position: relative;
    bottom: -10px;
}

.animationHold.animation-tab-1,
.animationHold .animation-tab-1 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 0.5s, 0.7s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-tab-2,
.animationHold .animation-tab-2 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 0.5s, 0.7s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-tab-3,
.animationHold .animation-tab-3 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 0.5s, 0.7s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-header,
.animationHold .animation-header {
    transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01);
    transform: translateY(-100%);
}

.animationHold.animation-footer-1,
.animationHold .animation-footer-1 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-2,
.animationHold .animation-footer-2 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-3,
.animationHold .animation-footer-3 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-4,
.animationHold .animation-footer-4 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-5,
.animationHold .animation-footer-5 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-6,
.animationHold .animation-footer-6 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-7,
.animationHold .animation-footer-7 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-footer-8,
.animationHold .animation-footer-8 {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}

.animationHold.animation-image-right,
.animationHold .animation-image-right {
    transform-origin: right;
    transform: translate(100%, 0);
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.animationHold.animation-image-left,
.animationHold .animation-image-left {
    transform-origin: left;
    transform: translate(-100%, 0);
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.animation-line::before {
    transition: 1s;
    width: 100%;
}

.animation-text-1 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 0.5s;
}

.animation-text-2 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 1.2s;
}

.animation-text-3 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 1.7s;
}

.animation-text-4 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 2.2s;
}

.animation-text-5 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 2.7s;
}

.animation-text-6 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 3.2s;
}

.animation-text-special {
    transition-duration: 1s, 1.2s;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 0.5s;
    position: relative;
    bottom: 0px;
}

.animation-tab-1 {
    transition-duration: 0.5s, 0.7s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 2.2s;
}

.animation-tab-2 {
    transition-duration: 0.5s, 0.7s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 2.7s;
}

.animation-tab-3 {
    transition-duration: 0.5s, 0.7s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 3.2s;
}

@media screen and (max-width: 500px) {
    .animation-tab-1 {
        transition-delay: 0;
    }

    .animation-tab-2 {
        transition-delay: 1s;
    }
    .animation-tab-3 {
        transition-delay: 2s;
    }
}

.animation-header {
    transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01);
    transform: translateY(0%);
}

.animation-footer-1 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 0s;
}

.animation-footer-2 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 0.5s;
}

.animation-footer-3 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 1s;
}

.animation-footer-4 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 1.5s;
}

.animation-footer-5 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 2s;
}

.animation-footer-6 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 2.5s;
}

.animation-footer-7 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 3s;
}

.animation-footer-8 {
    transition-duration: 1s, 1.2s;
    transition-property: transform, opacity;
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
    transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
    transition-delay: 3.5s;
}

.animation-image-right {
    transform-origin: right;
    transform: translate(0%, 0);
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.animation-image-left {
    transform-origin: left;
    transform: translate(0%, 0);
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.popUp {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 35px 0;
    overflow: auto;
}

.popUp-active {
    display: block;
}

.popUp__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 0;
}

.popUpBlock {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 618px;
    min-height: 658px;
    width: 100%;
    background-color: #fff;
    padding-top: 108px;
    padding-bottom: 67px;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.popUpBlock-active {
    display: block;
}

.popUpBlock__title {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-family: "Vogue";
}

.popUpBlock__title:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background-color: #000;
}

.popUpBlock-review .form {
    max-width: 445px;
    padding: 0 15px;
    margin: 0 auto;
}

.popUpBlock-review .popUpBlock__title {
    margin-bottom: 80px;
}

.popUpBlock-review .customInput {
    margin-bottom: 36px;
}

.popUpBlock-review .customInput:last-child {
    margin-bottom: 0;
}

.popUpBlock-review .specialInput {
    margin-bottom: 36px;
}

.popUpBlock-review .specialInput:last-child {
    margin-bottom: 0;
}

.popUpBlock-review .customInput-textarea {
    margin-top: 109px;
}

.popUpBlock-review .formBtnAction {
    margin: 0 auto;
    margin-top: 85px !important;
}

.customInput input,
.customInput textarea,
.customInput *[contenteditable] {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 7px 3px;
    font-size: 14px;
    line-height: 140%;
    outline: none;
    font-family: "GrillSans Medium";
    width: 100%;
    box-sizing: border-box;
}

.customInput *[contenteditable] {
    max-height: 180px;
    overflow: auto;
}

.customInput input::-webkit-input-placeholder {
    color: #000;
}

.customInput input:-ms-input-placeholder {
    color: #000;
}

.customInput input::-ms-input-placeholder {
    color: #000;
}

.customInput input::placeholder {
    color: #000;
}

.customInput input:focus::-webkit-input-placeholder {
    color: transparent;
}

.customInput input:focus:-ms-input-placeholder {
    color: transparent;
}

.customInput input:focus::-ms-input-placeholder {
    color: transparent;
}

.customInput input:focus::placeholder {
    color: transparent;
}

*[contenteditable]:empty:not(:focus):before {
    content: attr(data-placeholder);
}

.formBtnAction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 51px;
    border: 0.5px solid #000000;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-top: 50px;
    cursor: pointer;
    margin-right: 0;
}

.specialistPage-wrapper {
    padding-top: 204px;
    padding-bottom: 100px;
    padding-bottom: 150px;
}

@media (min-width: 1440px) {
    .specialistPage-wrapper {
        padding-top: calc(204px + -10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage-wrapper {
        padding-top: 194px;
    }
}

@media (min-width: 320px) {
    .specialistPage-wrapper {
        padding-bottom: calc(100px + 50 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistPage-wrapper {
        padding-bottom: 150px;
    }
}

@media (min-width: 768px) {
    .specialistPage-wrapper {
        padding-bottom: calc(150px + 50 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage-wrapper {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 1400px) {
    .specialistPage-wrapper {
        padding-top: 60px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage-wrapper {
        padding-top: 22px;
    }
}

.specialistPage__banner,
.specialistPage__underBanner-container {
    margin: 0 auto;
    max-width: 740px;
    max-width: 933px;
    max-width: 1108px;
}

@media (min-width: 768px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: calc(740px + 193 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 933px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: calc(933px + 175 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 1108px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: calc(1108px + 298 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 1406px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        max-width: 740px;
    }
}

@media screen and (max-width: 767px) {
    .specialistPage__banner,
    .specialistPage__underBanner-container {
        padding: 0 14px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__underBanner-container {
        margin-top: 50px;
    }
}

.specialistPage__banner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner {
        display: block;
    }
}

.specialistPage__banner_left {
    padding-top: 60px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 7px;
    margin-left: -12px;
}

@media (min-width: 1440px) {
    .specialistPage__banner_left {
        padding-top: calc(0px + 60 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_left {
        padding-top: 60px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_left {
        padding-left: calc(0px + 7 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_left {
        padding-left: 7px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_left {
        margin-left: calc(7px + -19 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_left {
        margin-left: -12px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_left {
        margin-left: calc(-12px + 9 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_left {
        margin-left: -3px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_left {
        margin-left: 7px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_left {
        margin-left: 0;
    }
}

.specialistPage__banner_right {
    overflow: hidden;
}

.specialistPage__banner_position {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
    font-family: "GrillSans Light";
    margin-bottom: 8px;
    margin-bottom: 18px;
}

@media (min-width: 320px) {
    .specialistPage__banner_position {
        margin-bottom: calc(8px + 10 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__banner_position {
        margin-bottom: 18px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_position {
        margin-bottom: calc(18px + -7 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_position {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 320px) {
    .specialistPage__banner_position {
        margin-bottom: 8px;
    }
}

.specialistPage__banner_position_line {
    min-width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 26px;
    margin-top: 2px;
}

.specialistPage__banner_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    max-width: 360px;
    margin-bottom: 52px;
    max-width: 300px;
}

@media (min-width: 768px) {
    .specialistPage__banner_text {
        max-width: calc(300px + 60 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_text {
        max-width: 360px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_text {
        max-width: 100%;
    }
}

.specialistPage__banner_mobileInfo {
    display: none;
    margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_mobileInfo {
        display: block;
    }
}

.specialistPage__banner_info {
    margin-bottom: 26px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .specialistPage__banner_info {
        margin-bottom: calc(26px + -18 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_info {
        margin-bottom: 8px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_info {
        margin-bottom: calc(8px + 9 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_info {
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_info {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_info {
        display: none;
    }
}

.specialistPage__banner_info-mobile {
    margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_info-mobile {
        display: block;
    }
}

.specialistPage__banner_name {
    font-family: "Vogue";
    font-size: 36px;
    font-size: 50px;
    line-height: 49px;
    line-height: 55px;
    line-height: 69px;
}

@media (min-width: 320px) {
    .specialistPage__banner_name {
        font-size: calc(36px + 14 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__banner_name {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_name {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_name {
        font-size: 60px;
    }
}

@media (min-width: 320px) {
    .specialistPage__banner_name {
        line-height: calc(49px + 6 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__banner_name {
        line-height: 55px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_name {
        line-height: calc(55px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_name {
        line-height: 69px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_name {
        line-height: calc(69px + 13 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_name {
        line-height: 82px;
    }
}

@media screen and (max-width: 320px) {
    .specialistPage__banner_name {
        line-height: 49px;
    }
}

.specialistPage__banner_dropdown {
    margin-bottom: 11px;
}

.specialistPage__banner_dropdown-container {
    max-width: 543px;
}

@media (min-width: 1440px) {
    .specialistPage__banner_dropdown-container {
        max-width: calc(543px + 137 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_dropdown-container {
        max-width: 680px;
    }
}

.specialistPage__banner_dropdownTrigger {
    position: relative;
    display: inline-block;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 140%;
}

.specialistPage__banner_dropdownTrigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    background-image: url("../img/dtrigger.svg");
    width: 10px;
    height: 5px;
    background-position: center;
}

.specialistPage__banner_dropdownTrigger:last-child {
    margin-bottom: 0;
}

.specialistPage__banner_dropdownContent {
    display: none;
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.specialistPage__banner_dropdownContent > * {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 40px;
}

.specialistPage__banner_footer {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    margin-top: 95px;
    margin-top: 126px;
}

@media (min-width: 1024px) {
    .specialistPage__banner_footer {
        margin-top: calc(95px + 31 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_footer {
        margin-top: 126px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_footer {
        margin-top: calc(126px + 0 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_footer {
        margin-top: 126px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_footer {
        margin-top: 126px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_footer {
        margin-top: 50px;
    }
}

.specialistPage__banner_footer > * {
    margin-bottom: 20px;
}

.specialistPage__banner_footer > *:last-child {
    margin-bottom: 0;
}

.specialistPage__banner_footer * {
    color: #000;
    text-decoration: none;
}

.specialistPage__banner_img {
    background-size: cover;
    background-position: center 0;
    background-size: inherit;
    width: 365px;
    width: 402px;
    width: 441px;
    height: 470px;
    height: 518px;
    height: 577px;
}

@media (min-width: 768px) {
    .specialistPage__banner_img {
        width: calc(365px + 37 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        width: 402px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        width: calc(402px + 39 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        width: 441px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        width: calc(441px + 122 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_img {
        width: 563px;
    }
}

@media (min-width: 768px) {
    .specialistPage__banner_img {
        height: calc(470px + 48 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        height: 518px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__banner_img {
        height: calc(518px + 59 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        height: 577px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__banner_img {
        height: calc(577px + 159 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__banner_img {
        height: 736px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__banner_img {
        width: 365px;
        height: 470px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_img {
        display: none;
    }
}

.specialistPage__banner_img-mobile {
    width: 100%;
    height: calc((100vw - 28px) * 0.79);
    background-position: center -72px;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner_img-mobile {
        display: block;
    }
}

.specialistPage__examples {
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 146px;
    padding-bottom: 159px;
    margin-top: 47px;
    margin-top: 93px;
    margin-top: 192px;
    max-width: 727px;
    max-width: 956px;
    max-width: 1108px;
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        padding-left: calc(0px + 20 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        padding-left: 20px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        padding-bottom: calc(146px + 13 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        padding-bottom: 159px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        padding-bottom: calc(159px + -3 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        padding-bottom: 156px;
    }
}

@media (min-width: 768px) {
    .specialistPage__examples {
        margin-top: calc(47px + 46 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        margin-top: 93px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        margin-top: calc(93px + 99 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        margin-top: 192px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        margin-top: calc(192px + 63 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        margin-top: 255px;
    }
}

@media (min-width: 768px) {
    .specialistPage__examples {
        max-width: calc(727px + 206 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        max-width: 933px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__examples {
        max-width: calc(956px + 152 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        max-width: 1108px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples {
        max-width: calc(1108px + 298 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples {
        max-width: 1406px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__examples {
        padding-bottom: 146px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__examples {
        max-width: 727px;
        padding-top: 47px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__examples {
        margin-top: 91px;
        padding-bottom: 47px;
    }
}

@media screen and (max-width: 767px) {
    .specialistPage__examples {
        padding-right: 14px;
        padding-left: 14px;
    }
}

.specialistPage__examples_title_line {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 41px;
    margin-bottom: 19px;
}

@media screen and (max-width: 700px) {
    .specialistPage__examples_title_line {
        width: 62px;
        margin-bottom: 9px;
        margin-right: 17px;
    }
}

.specialistPage__examples_title_text {
    display: inline;
    font-family: "Vogue";
    line-height: 55px;
    font-size: 50px;
}

@media (min-width: 1440px) {
    .specialistPage__examples_title_text {
        line-height: calc(55px + 5 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples_title_text {
        line-height: 60px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__examples_title_text {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples_title_text {
        font-size: 60px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__examples_title_text {
        font-size: 36px;
        line-height: 43px;
    }
}

.specialistPage__examples_text {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Light";
    margin-top: 18px;
    margin-top: 21px;
}

@media (min-width: 1440px) {
    .specialistPage__examples_text {
        margin-top: calc(21px + -3 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__examples_text {
        margin-top: 18px;
    }
}

.specialistPage__exampleBlock-1 {
    display: flex;
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock-1 {
        display: block;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_left
    .specialistPage__exampleBlock_cardItem {
    margin-top: 284px;
    margin-top: 143px;
    margin-top: 131px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(284px + -141 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 143px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(143px + -12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 131px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(131px + -131 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem {
        margin-top: 284px;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_left
    .specialistPage__exampleBlock_cardItem_img {
    width: 312px;
    width: 341px;
    width: 419px;
    width: 492px;
    height: 432px;
    height: 434px;
    height: 533px;
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(312px + 29 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 341px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(341px + 78 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 419px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(419px + 73 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 492px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(492px + 64 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        width: 556px;
    }
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(432px + 2 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: 434px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(434px + 99 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: 533px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(533px + 69 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_left
        .specialistPage__exampleBlock_cardItem_img {
        height: 602px;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_right
    .specialistPage__exampleBlock_cardItem {
    position: relative;
    margin-top: 324px;
    margin-top: 214px;
    left: 27px;
    left: 156px;
    left: 175px;
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(324px + -110 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: 214px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: calc(214px + -104 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: 110px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: calc(27px + 129 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 156px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: calc(156px + 19 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 175px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: calc(175px + 102 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 277px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        margin-top: 324px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem {
        left: 0;
        padding-left: 27px;
    }
}

.specialistPage__exampleBlock-1
    .specialistPage__exampleBlock_right
    .specialistPage__exampleBlock_cardItem_img {
    width: 333px;
    width: 364px;
    width: 374px;
    width: 412px;
    height: 331px;
    height: 361px;
    height: 371px;
    height: 409px;
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(333px + 31 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: 364px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(364px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: 374px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(374px + 38 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: 412px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: calc(412px + 54 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: 466px;
    }
}

@media (min-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(331px + 30 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 361px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(361px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 371px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(371px + 38 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 409px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: calc(409px + 53 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        height: 462px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock-1
        .specialistPage__exampleBlock_right
        .specialistPage__exampleBlock_cardItem_img {
        width: 100%;
        height: 361px;
    }
}

.specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
    position: relative;
    margin-top: 35px;
    margin-top: 83px;
    margin-top: 130px;
    margin-left: 0px;
    margin-left: 95px;
    margin-left: 95px;
    width: 583px;
    width: 664px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: calc(35px + 48 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: 83px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: calc(83px + 47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: 130px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: calc(130px + 21 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-top: 151px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: calc(0px + 95 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: 95px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: calc(95px + 0 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: 95px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: calc(95px + 15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        margin-left: 110px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: calc(583px + 81 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: 664px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: calc(664px + 87 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: 751px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem {
        width: 100%;
        margin-top: 35px;
        margin-left: 0;
    }
}

.specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
    width: 583px;
    width: 664px;
    height: 395px;
    height: 449px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: calc(583px + 81 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: 664px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: calc(664px + 87 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: 751px;
    }
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: calc(395px + 54 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: 449px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: calc(449px + 58 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        height: 507px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock-2 .specialistPage__exampleBlock_cardItem_img {
        width: 100%;
        height: 395px;
    }
}

.specialistPage__exampleBlock_cardItem {
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_cardItem {
        position: static !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 50px !important;
    }
}

.specialistPage__exampleBlock_cardItem_text {
    font-family: "GrillSans Light";
    margin-top: 20px;
    line-height: 16px;
    font-size: 14px;
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_cardItem_text {
        line-height: calc(16px + 2 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock_cardItem_text {
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_cardItem_text {
        font-size: calc(14px + 1.8373 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock_cardItem_text {
        font-size: 15.8373px;
    }
}

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

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_cardItem_img {
        width: 100% !important;
        height: calc(100vw * 0.79) !important;
    }
}

.specialistPage__exampleBlock_infoBlock {
    position: relative;
    top: -11px;
    max-width: 366px;
    left: 27px;
    left: 124px;
    left: 171px;
}

@media (min-width: 768px) {
    .specialistPage__exampleBlock_infoBlock {
        left: calc(27px + 97 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 124px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__exampleBlock_infoBlock {
        left: calc(124px + 47 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 171px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__exampleBlock_infoBlock {
        left: calc(171px + -14 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 157px;
    }
}

@media screen and (max-width: 768px) {
    .specialistPage__exampleBlock_infoBlock {
        left: 0;
        padding-left: 27px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_infoBlock {
        display: none;
    }
}

.specialistPage__exampleBlock_infoBlock-mobile {
    position: static;
    display: none;
    padding-left: 0;
}

@media screen and (max-width: 700px) {
    .specialistPage__exampleBlock_infoBlock-mobile {
        display: block;
        margin-bottom: 47px;
    }
}

.specialistPage__reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 383px;
    padding: 50px 14px;
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
}

.specialistPage__reviews_title {
    text-align: center;
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 25px;
}

.specialistPage__reviews_slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    max-width: 420px;
}

@media (min-width: 320px) {
    .specialistPage__reviews_slider {
        max-width: calc(200px + 220 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__reviews_slider {
        max-width: 420px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_slider {
        max-width: calc(420px + 174 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_slider {
        max-width: 594px;
    }
}

.specialistPage__reviews_slider:before,
.specialistPage__reviews_slider:after {
    content: "";
    position: absolute;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
}

.specialistPage__reviews_slider:before {
    background-image: url("../img/ql.svg");
    left: -47px;
    left: -81px;
}

@media (min-width: 320px) {
    .specialistPage__reviews_slider:before {
        left: calc(-47px + -34 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__reviews_slider:before {
        left: -81px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_slider:before {
        left: calc(-81px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_slider:before {
        left: -71px;
    }
}

.specialistPage__reviews_slider:after {
    background-image: url("../img/qr.svg");
    right: -47px;
    right: -81px;
}

@media (min-width: 320px) {
    .specialistPage__reviews_slider:after {
        right: calc(-47px + -34 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__reviews_slider:after {
        right: -81px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_slider:after {
        right: calc(-81px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_slider:after {
        right: -71px;
    }
}

.specialistPage__reviews_review {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Light";
    text-align: center;
}

.specialistPage__reviews_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_navigation {
        margin-top: 35px;
    }
}

.specialistPage__reviews_arrow {
    position: absolute;
    outline: none;
    transition: 0.3s;
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_arrow {
        position: relative;
        margin: 0 15px;
    }
}

.specialistPage__reviews_arrow:hover {
    opacity: 0.5;
}

.specialistPage__reviews_arrow-next {
    right: -90px;
    right: -153px;
    right: -170px;
}

@media (min-width: 700px) {
    .specialistPage__reviews_arrow-next {
        right: calc(-90px + -63 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-next {
        right: -153px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-next {
        right: calc(-153px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-next {
        right: -170px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-next {
        right: calc(-170px + -87 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__reviews_arrow-next {
        right: -257px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_arrow-next {
        right: 0;
    }
}

.specialistPage__reviews_arrow-prev {
    left: -90px;
    left: -153px;
    left: -170px;
}

@media (min-width: 700px) {
    .specialistPage__reviews_arrow-prev {
        left: calc(-90px + -63 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-prev {
        left: -153px;
    }
}

@media (min-width: 768px) {
    .specialistPage__reviews_arrow-prev {
        left: calc(-153px + -17 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-prev {
        left: -170px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__reviews_arrow-prev {
        left: calc(-170px + -87 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__reviews_arrow-prev {
        left: -257px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_arrow-prev {
        left: 0;
    }
}

.specialistPage__reviews_arrow.swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.specialistPage__reviews_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 62px;
    border: 0.5px solid #000000;
    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-top: 50px;
    cursor: pointer;
    margin-right: 0;
}

@media screen and (max-width: 700px) {
    .specialistPage__reviews_btn {
        margin-top: 55px;
    }
}

.specialistPage__beforeAfter {
    margin-top: 72px;
    margin-top: 180px;
    margin-top: 158px;
    margin-top: 150px;
}

@media (min-width: 320px) {
    .specialistPage__beforeAfter {
        margin-top: calc(72px + 166 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__beforeAfter {
        margin-top: 238px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter {
        margin-top: calc(180px + -22 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter {
        margin-top: 158px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter {
        margin-top: calc(158px + -8 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__beforeAfter {
        margin-top: 150px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__beforeAfter {
        margin-top: calc(150px + 57 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__beforeAfter {
        margin-top: 207px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__beforeAfter {
        margin-top: 72px;
    }
}

.specialistPage__beforeAfter_title {
    display: flex;
    margin-bottom: 43px;
    margin-bottom: 35px;
    margin-bottom: 59px;
}

@media (min-width: 320px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: calc(35px + 24 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: 59px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: calc(59px + -16 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_title {
        margin-bottom: 43px;
    }
}

.specialistPage__beforeAfter_title > * {
    text-align: center;
    width: 50%;
    font-size: 50px;
    line-height: 110%;
    font-family: "Vogue";
    font-size: 30px;
    font-size: 36px;
}

@media (min-width: 320px) {
    .specialistPage__beforeAfter_title > * {
        font-size: calc(30px + 6 * (100vw - 320px) / 380);
    }
}

@media (min-width: 700px) {
    .specialistPage__beforeAfter_title > * {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_title > * {
        font-size: calc(36px + 14 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_title > * {
        font-size: 50px;
    }
}

.specialistPage__beforeAfter_block-container {
    width: 906px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_block-container {
        padding-left: calc(20px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_block-container {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .specialistPage__beforeAfter_block-container {
        padding-right: calc(20px + 10 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .specialistPage__beforeAfter_block-container {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__beforeAfter_block-container {
        width: 100%;
        box-sizing: border-box;
    }
}

.specialistPage__beforeAfter_block {
    height: 550px;
}

@media screen and (max-width: 1024px) {
    .specialistPage__beforeAfter_block {
        height: calc(100vw * 0.537);
    }
}

.specialistPage__beforeAfter_block-container {
    margin: 0 auto;
}

.specialistPage__sertificates {
    display: flex;
    margin: 0 auto;
    margin-top: 150px;
    margin-top: 200px;
    max-width: 954px;
    max-width: 1110px;
}

@media (min-width: 1024px) {
    .specialistPage__sertificates {
        margin-top: calc(150px + 50 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        margin-top: 200px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        margin-top: calc(200px + 6 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__sertificates {
        margin-top: 206px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__sertificates {
        max-width: calc(954px + 156 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        max-width: 1110px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__sertificates {
        max-width: calc(1110px + 332 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__sertificates {
        max-width: 1442px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__sertificates {
        max-width: 954px;
        margin-top: 150px;
    }
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates {
        display: block;
        padding: 0 14px;
        margin-top: 154px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates {
        margin-top: 105px;
    }
}

.specialistPage__sertificates_title {
    display: flex;
    padding-top: 22px;
}

@media (min-width: 1440px) {
    .specialistPage__sertificates_title {
        padding-top: calc(22px + -15 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__sertificates_title {
        padding-top: 7px;
    }
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates_title {
        margin-bottom: 53px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates_title {
        display: block;
    }
}

.specialistPage__sertificates_title_text {
    position: relative;
    font-size: 50px;
    line-height: 110%;
    font-family: "Vogue";
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates_title_text {
        font-size: 36px;
        line-height: 120%;
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates_title_text {
        display: inline;
    }
}

.specialistPage__sertificates_title_line {
    position: relative;
    display: inline-block;
    min-width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 22px;
    top: 26px;
}

@media screen and (max-width: 999px) {
    .specialistPage__sertificates_title_line {
        min-width: 60px;
        margin-right: 11px;
        top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__sertificates_title_line {
        top: -10px;
    }
}

.specialistPage__specialists {
    margin: 0 auto;
    padding: 0 14px;
    margin-top: 150px;
    max-width: 954px;
    max-width: 1110px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists {
        margin-top: calc(150px + 58 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists {
        margin-top: 208px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists {
        max-width: calc(954px + 156 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists {
        max-width: 1110px;
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists {
        max-width: calc(1110px + 287 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .specialistPage__specialists {
        max-width: 1397px;
    }
}

.specialistPage__specialists .specialists__head {
    margin-bottom: 56px;
}

.specialistPage__specialists .specialists__head .section__title_text {
    display: flex;
    max-width: 595px;
    max-width: 650px;
    white-space: normal;
    line-height: 110%;
}

.specialistPage__specialists .specialists__head .section__title_line {
    min-width: 70px;
    width: auto;
    margin-right: 24px;
    margin-top: 25px;
}

/*.specialistPage__specialists .specialists__list_item {
  position: relative;
  margin: 0 33.5px;
}

@media screen and (max-width: 1024px) {
  .specialistPage__specialists .specialists__list_item {
    margin: 0;
  }
}

@media screen and (max-width: 749px) {
  .specialistPage__specialists .specialists__list_item {
    width: 100%;
    margin-bottom: 60px;
  }
}*/

.specialistPage__specialists .specialists__list_item .arrowButton {
    display: none;
    margin-top: 20px;
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__list_item .arrowButton {
        display: flex;
    }
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__list_image {
        width: 100%;
    }
}

.specialistPage__specialists .specialists__list_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__list_link {
        display: none;
    }
}

.specialistPage__specialists .specialists__title_text {
    display: inline-block;
    font-family: "Vogue";
    line-height: 25px;
    line-height: 34px;
    font-size: 18px;
    font-size: 25px;
}

@media (min-width: 320px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: calc(25px + 9 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: 34px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: calc(34px + 7 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_text {
        line-height: 41px;
    }
}

@media (min-width: 320px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: calc(18px + 7 * (100vw - 320px) / 448);
    }
}

@media (min-width: 768px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_text {
        font-size: 30px;
    }
}

.specialistPage__specialists .specialists__title_line {
    display: inline-block;
    height: 100%;
    margin-top: 18px;
    transform: translate(0px, calc(-50% - 2px));
    line-height: 0px;
    width: 60px;
    margin-right: 15px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_line {
        width: calc(60px + 12 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_line {
        width: 72px;
    }
}

@media (min-width: 1024px) {
    .specialistPage__specialists .specialists__title_line {
        margin-right: calc(15px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists .specialists__title_line {
        margin-right: 20px;
    }
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists .specialists__title_line {
        display: none;
    }
}

.specialistPage__specialists .specialists__title_line:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 72px;
    width: 60px;
    height: 1px;
    background-color: black;
}

.specialistPage__specialists .specialists__item_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.specialistPage__specialists .specialists__item_subtitle {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 28px;
}

.specialistPage__specialists .specialists__item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
}

.specialistPage__specialists .specialists__item_image {
    margin-bottom: 44px;
}

.specialistPage__specialists_allSpecialists {
    /* display: none; */
}

.specialistPage__specialists_title {
    display: flex;
    position: relative;
    max-width: 650px;
    margin-bottom: 47px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists_title {
        margin-bottom: calc(47px + 9 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .specialistPage__specialists_title {
        margin-bottom: 56px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__specialists_title {
        display: block;
    }
}

@media screen and (max-width: 999px) {
    .specialistPage__specialists_title {
        margin-bottom: 53px;
    }
}

.specialistPage__specialists_title_text {
    font-size: 50px;
    line-height: 110%;
    font-family: "Vogue";
}

@media screen and (max-width: 999px) {
    .specialistPage__specialists_title_text {
        font-size: 36px;
        line-height: 120%;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__specialists_title_text {
        display: inline;
    }
}

.specialistPage__specialists_title_line {
    position: relative;
    display: inline-block;
    min-width: 70px;
    height: 1px;
    background-color: #000;
    margin-right: 22px;
    top: 26px;
}

@media screen and (max-width: 999px) {
    .specialistPage__specialists_title_line {
        min-width: 60px;
        margin-right: 11px;
        top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .specialistPage__specialists_title_line {
        top: -10px;
    }
}

.specialistPage__specialists_list {
    display: flex;
    margin: 0 -33.5px;
    padding-left: 0px;
}

@media (min-width: 1024px) {
    .specialistPage__specialists_list {
        padding-left: calc(0px + 90 * (100vw - 1024px) / 176);
    }
}

@media (min-width: 1200px) {
    .specialistPage__specialists_list {
        padding-left: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .specialistPage__specialists_list {
        justify-content: space-between;
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .specialistPage__specialists_list {
        padding-left: calc(0px + 12 * (100vw - 768px) / 256);
    }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .specialistPage__specialists_list {
        padding-left: 12px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .specialistPage__specialists_list {
        padding-right: calc(0px + 12 * (100vw - 768px) / 256);
    }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .specialistPage__specialists_list {
        padding-right: 12px;
    }
}

@media screen and (max-width: 749px) {
    .specialistPage__specialists_list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.specialistPage__specialists_btnShowMore {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-family: "GrillSans Medium";
    width: 100px;
    margin: 0 auto;
    padding: 15px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.specialistPage__specialists_btnShowMore svg {
    position: relative;
    left: 9px;
    top: 2px;
}

.sertificatesSlider {
    overflow: hidden;
    box-sizing: border-box;
    width: 540px;
    width: 636px;
}

@media (min-width: 1024px) {
    .sertificatesSlider {
        width: calc(540px + 96 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider {
        width: 636px;
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider {
        width: calc(636px + 284 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .sertificatesSlider {
        width: 920px;
    }
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider {
        width: 540px;
    }
}

@media screen and (max-width: 999px) {
    .sertificatesSlider {
        padding-left: 72px;
        max-width: 629px;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .sertificatesSlider {
        padding-left: 0;
        max-width: 100%;
    }
}

.sertificatesSlider .swiper-container {
    max-height: 410px;
    max-height: 465px;
}

@media (min-width: 1024px) {
    .sertificatesSlider .swiper-container {
        max-height: calc(410px + 55 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider .swiper-container {
        max-height: 465px;
    }
}

@media (min-width: 1440px) {
    .sertificatesSlider .swiper-container {
        max-height: calc(465px + 227 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .sertificatesSlider .swiper-container {
        max-height: 692px;
    }
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider .swiper-container {
        max-height: 410px;
    }
}

@media screen and (max-width: 700px) {
    .sertificatesSlider .swiper-container {
        max-height: calc(100vw * 0.8);
    }
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider .swiper-slide,
    .sertificatesSlider .swiper-image {
        display: flex;
        max-height: 410px;
    }
}

@media screen and (max-width: 700px) {
    .sertificatesSlider .swiper-slide,
    .sertificatesSlider .swiper-image {
        max-height: calc(100vw * 0.8);
    }
}

.sertificatesSlider .swiper-image img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1024px) {
    .sertificatesSlider .swiper-image img {
        object-fit: contain;
    }
}

.sertificatesSlider__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sertificatesSlider__footer .swiperControlls {
    display: flex;
    padding-left: 36px;
    padding-top: 10px;
}

.sertificatesSlider__footer .swiperControlls .navArrow {
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .sertificatesSlider__footer .swiperControlls {
        padding-left: 20px;
    }
}

.sertificatesSlider__footer .swiperControlls .navArrow {
    margin: 0 20px;
}

@media screen and (max-width: 700px) {
    .sertificatesSlider__footer .swiperControlls .navArrow {
        margin: 0 10px;
    }
}

.sertificatesSlider .slideText .paragraph {
    color: #000;
}

.sertificatesSlider .slideText__title {
    font-size: 30px;
    line-height: 41px;
    font-family: "Vogue";
}

@media screen and (max-width: 700px) {
    .sertificatesSlider .slideText__title {
        font-size: 18px;
        line-height: 25px;
    }
}

.sertificatesSlider .slideText__text {
    font-size: 14px;
    line-height: 140%;
    font-family: "GrillSans Medium";
    margin-top: 10px;
}

.animationHold.animation-line-pseudo {
    transform: scaleX(0);
}

.animationHold.animation-list-fadeIn > * {
    opacity: 0;
    transform: translateY(10px);
}

.animationHold.animation-exampleCard .specialistPage__exampleBlock_cardItem_img {
    transform: translateX(100%);
}

.animationHold.animation-exampleCard .specialistPage__exampleBlock_cardItem_text {
    transform: translateY(5px);
    opacity: 0;
}

.animationHold.animation-sertificatesSlider .swiper-container {
    transform: translateX(100%);
}

.animationHold.animation-sertificatesSlider .swiperControlls {
    opacity: 0;
}

.animationHold.animation-sertificatesSlider .slideText__title,
.animationHold.animation-sertificatesSlider .slideText__text {
    opacity: 0;
    transform: translateY(10px);
}

.animation-line-pseudo {
    transition: 1s;
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.animation-list-fadeIn > * {
    opacity: 1;
    transform: translateY(0px);
    transition: 1s ease-in-out;
}

.animation-exampleCard .specialistPage__exampleBlock_cardItem_img {
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.animation-exampleCard .specialistPage__exampleBlock_cardItem_text {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease-in-out;
    transition-delay: 0.7s;
}

.animation-sertificatesSlider .swiper-container {
    transform: translateX(0%);
    transition: 1s ease-in-out;
}

.animation-sertificatesSlider .swiperControlls {
    opacity: 1;
    transition: 1s ease-in-out;
    transition-delay: 0.5s;
}

.animation-sertificatesSlider .slideText__title,
.animation-sertificatesSlider .slideText__text {
    opacity: 1;
    transform: translateY(0px);
    transition: 1s ease-in-out;
}

.animation-sertificatesSlider .slideText__title {
    transition-delay: 0.5s;
}

.animation-sertificatesSlider .slideText__text {
    transition-delay: 1s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(1) {
    transition-delay: 2.45s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(2) {
    transition-delay: 2.7s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(3) {
    transition-delay: 2.95s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(4) {
    transition-delay: 3.2s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(5) {
    transition-delay: 3.45s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(6) {
    transition-delay: 3.7s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(7) {
    transition-delay: 3.95s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(8) {
    transition-delay: 4.2s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(9) {
    transition-delay: 4.45s;
}

.specialistPage__banner_dropdown-container.animation-list-fadeIn > *:nth-child(10) {
    transition-delay: 4.7s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(1) {
    transition-delay: 2.45s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(2) {
    transition-delay: 2.7s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(3) {
    transition-delay: 2.95s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(4) {
    transition-delay: 3.2s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(5) {
    transition-delay: 3.45s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(6) {
    transition-delay: 3.7s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(7) {
    transition-delay: 3.95s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(8) {
    transition-delay: 4.2s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(9) {
    transition-delay: 4.45s;
}

.specialistPage__banner_footer.animation-list-fadeIn > *:nth-child(10) {
    transition-delay: 4.7s;
}

._dc-beforeAfter-wrapper {
    position: relative;
    overflow: hidden;
    user-select: none;
}

._dc-beforeAfter__image-before {
    position: relative;
    z-index: 0;
}

._dc-beforeAfter__image-after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

._dc-beforeAfter__image img {
    position: relative;
    pointer-events: none;
    width: 100%;
}

._dc-beforeAfter__handle {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

._dc-beforeAfter__handle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
    left: 50%;
    transform: translateY(-50%);
}

._dc-beforeAfter__handle_trigger {
    width: 48px;
    height: 48px;
    border: 1px solid #000000;
    border-radius: 100%;
    cursor: pointer;
}

.discounts__wrapper {
    display: none;
}

.discounts__wrapper-active {
    display: block;
}

.discounts__data_item {
    display: none;
}

.discounts__data_item-active {
    display: block;
}

.twoFilter__side_list_arrow._disabled {
    opacity: 0.3;
    pointer-events: none;
}

.twoFilter__side_list_arrow._disabled::after {
    pointer-events: none;
}

.twoFilter__side_list_arrow._disabled * {
    pointer-events: none;
}

.specialistsPage .specialists__list_item {
    display: none;
}

.specialistsPage .specialists__list_item-active {
    display: block;
}

.specialistsPage .specialists__list {
    display: none;
}

.specialistsPage .specialists__list-active {
    display: flex;
}

.popUpBlock.popUpBlock-system {
    padding-top: 77px;

    min-height: auto;

    z-index: 1000;
}

.popUpBlock.popUpBlock-system .popUpBlock__text {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;

    padding-left: 20px;
    padding-right: 20px;

    font-family: "GrillSans Light";
    font-size: 16px;
    line-height: 18px;
}

.popUpBlock.popUpBlock-system .popUpBlock__title {
    padding-bottom: 33px;
    margin: 0 auto;
}

.popUpBlock.popUpBlock-system .popUpBlock__title::before {
    display: none;
}

.popUpBlock.popUpBlock-sertifOptions {
    min-height: auto;
}

.popUpBlock-sertifOptions .customRadio__label {
    width: fit-content;
}

.popUpBlock-sertifOptions .cart__item_info {
    margin-left: 30px;
}

.popUpBlock-sertifOptions .customRadio__item {
    width: fit-content;
    margin-bottom: 10px;
}

.popUpBlock-sertifOptions .customRadio {
    width: fit-content;
    margin: 0 auto;
    display: table;

    margin-top: 50px;
}

.popUpBlock-sertifOptions .popupSertifType__buttons_button {
    margin-top: 30px !important;
    width: 200px;
    height: 60px;
}

.arrow-next {
    cursor: pointer;
}

.arrow-prev {
    cursor: pointer;
}

.threeItems__list {
    margin-left: -68px;
    margin-left: 0px;
    margin-left: -20px;
    margin-left: -25px;
    margin-left: -30px;
}

@media (min-width: 700px) {
    .threeItems__list {
        margin-left: calc(0px + -20 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .threeItems__list {
        margin-left: -20px;
    }
}

@media (min-width: 768px) {
    .threeItems__list {
        margin-left: calc(-20px + -5 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list {
        margin-left: -25px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list {
        margin-left: calc(-25px + -5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list {
        margin-left: -30px;
    }
}

@media (min-width: 1440px) {
    .threeItems__list {
        margin-left: calc(-30px + -38 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .threeItems__list {
        margin-left: -68px;
    }
}

@media screen and (max-width: 700px) {
    .threeItems__list {
        margin-left: 0px;
    }
}

.threeItems__list .services__list_item {
    margin-left: 68px;
    margin-left: 0px;
    margin-left: 20px;
    margin-left: 25px;
    margin-left: 30px;

    margin-bottom: 60px;
}

@media (min-width: 700px) {
    .threeItems__list .services__list_item {
        margin-left: calc(0px + 20 * (100vw - 700px) / 68);
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__list_item {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .threeItems__list .services__list_item {
        margin-left: calc(20px + 5 * (100vw - 768px) / 256);
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__list_item {
        margin-left: 25px;
    }
}

@media (min-width: 1024px) {
    .threeItems__list .services__list_item {
        margin-left: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__list_item {
        margin-left: 30px;
    }
}

@media (min-width: 1440px) {
    .threeItems__list .services__list_item {
        margin-left: calc(30px + 38 * (100vw - 1440px) / 480);
    }
}

@media (min-width: 1920px) {
    .threeItems__list .services__list_item {
        margin-left: 68px;
    }
}

@media screen and (max-width: 700px) {
    .threeItems__list .services__list_item {
        margin-left: 0px;
    }
}

.order__buttons_next._disabled {
    opacity: 0.5;
    pointer-events: none;
}

.order__buttons_next._disabled * {
    pointer-events: none;
    cursor: default;
}

.specialInput._error {
    border-bottom: 1px solid red;
    color: red;
}

.order__agree._empty .customCheck__text {
    color: red;
}

.cart__table_item .customSelect__dropdown_item::before {
    top: 50%;
}

.specialistPage__exampleBlock-2 {
    overflow: hidden;
}

.otherSalons__list_item {
    position: relative;
}

.otherSalons__list_item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100%;

    background: radial-gradient(50% 50% at 50% 50%, #f1f1f1 0%, rgba(241, 241, 241, 0.15) 100%);
    opacity: 0.8;
}

._dc-beforeAfter__arrows_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

._dc-beforeAfter__arrow {
    display: flex;
    width: 20px;
    height: 20px;

    justify-content: center;
    align-items: center;
}

.servicePage .twoFilter__block_filter_item {
    opacity: 0.5 !important;
    transition: 0s !important;
}

.servicePage .twoFilter__block_filter_item:hover {
    opacity: 1 !important;
}

.servicePage .twoFilter__block_filter_item-active {
    opacity: 1 !important;
    transition: 0s !important;
}

.twoFilter__block_filter_item:hover {
    opacity: 1;
}

.twoFilter__side_list_item:hover {
    opacity: 1;
}

.twoFilter__side_list_item:hover .line-vertical {
    opacity: 0.5;
}

.twoFilter__side_list_item-active:hover .line-vertical {
    opacity: 1;
}

.wrapper-wider.page404 {
    position: relative;
    padding-left: 163px;
    overflow: hidden;
}

.content404 {
    margin-top: 260px;
    overflow: hidden;
}

.content404__numbers {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    margin-bottom: 24px;
}

.content404__numbers_number {
    position: relative;
    height: 200px;
    width: 142px;
}

.content404__numbers_number svg {
    position: absolute;
}

.content404__numbers_number svg.zero {
    z-index: 1;
}

.content404__numbers_number svg.line {
    z-index: 1;
}

.content404__numbers_number svg.number {
    z-index: 3;
}

.content404__numbers_line {
    display: flex;
    align-items: center;

    position: absolute;
    top: 60px;
    left: 0;

    z-index: 2;

    margin: 0 auto;
}

.content404__numbers_line .lineItem {
    background-color: #f8db42;

    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;

    padding-left: 56px;
    padding-right: 56px;

    width: 412px;

    animation-duration: 3s;
    animation-name: infLine;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    margin-left: -1px;
}

.content404__numbers_line .lineItem__text-big {
    font-family: "Akzidenz-Grotesk Pro Italic Bold";
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}

.content404__numbers_line .lineItem__text_block {
    text-align: center;
}

.content404__numbers_line .lineItem__text_block-top {
    font-family: "GrillSans Medium";
    font-weight: 800;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}

.content404__numbers_line .lineItem__text_block-bottom {
    font-family: "GrillSans Medium";
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
    text-align: center;
}

.content404__content {
    display: flex;
    margin-bottom: 228px;
}

.content404__content_line {
    width: 106px;
    height: 1px;

    margin-right: 30px;

    background-color: black;

    margin-top: 8px;
}

.content404__content_text {
    font-family: "GrillSans Light";
    font-size: 13px;
    line-height: 120%;

    max-width: 255px;
}

.link404 {
    margin-bottom: 100px;

    font-family: "GrillSans Medium";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;

    color: #000000;
}

.link404 a {
    text-decoration: none;
    color: black;
}

.link404 svg {
    margin-right: 15px;
}

@keyframes infLine {
    from {
        transform: translate(-100%);
    }

    to {
        transform: translate(0%);
    }
}

html.notTouch .header__menu_item-hovered {
    margin-right: 15px;
}

@media (min-width: 1600px) {
    html.notTouch .header__menu_item-hovered {
        margin-right: calc(15px + 15 * (100vw - 1600px) / 320);
    }
}

@media (min-width: 1920px) {
    html.notTouch .header__menu_item-hovered {
        margin-right: 30px;
    }
}

.otherSalons__phone {
    font-family: "Vogue";
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    margin-bottom: 10px;

    text-decoration: none;
    color: black;

    z-index: 1;
}

.otherSalons__button {
    width: 200px;
    height: 62px;

    margin-top: 30px;
    margin-bottom: 30px;

    z-index: 1;

    text-decoration: none;
}

.otherSalons__button-navigator {
    display: none !important;
}

.otherSalons__socialBlock {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 115px;

    z-index: 1;
}

.otherSalons__socialBlock_item {
}

.otherSalons__item_text {
    text-decoration: none;
    color: black;
}

@media (max-width: 1000px) {
    .contacts__list_item .otherSalons__list_item {
        height: auto !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contacts__list_item .otherSalons__item_text {
        margin-bottom: 30px;
    }
}

.form-error-text {
    font-family: "GrillSans Light";
    margin-top: 20px;
}

.formErrorBtn {
    width: 200px;
    height: 62px;
}

.actionRightBanner {
    background-color: #f2f7f8;
    min-height: 400px;
    /* max-height: 400px; */
    padding-bottom: 20px;
    display: table;
}

.specialists__item_image {
    background-position: center top;
}

.transition-fast-all {
    display: none !important;
}

.discountItem__fullprice {
    width: 200px;
    height: 60px;

    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1000px) {
    .discountItem__fullprice {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .discountItem__fullprice {
        margin-top: 40px;
    }
}

/* СТРАНИЦА-КОНСТРУКТОР */

.constructor__block {
    margin-bottom: 170px;
}

@media screen and (max-width: 750px) {
    .constructor__block {
        margin-bottom: 130px;
    }

    .constructor__block.contructorProductSlider {
        margin-bottom: 100px;
    }
}

.constructor__block-text .text__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    max-width: 445px;
}

@media (min-width: 320px) {
    .constructor__block-text .text__title {
        font-family: "Vogue";
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__title {
        font-family: "Vogue";
        font-size: 50px;
    }
}
.constructor__block-text .text__plain {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
    margin-top: 60px;
    margin-top: 40px;
    max-width: 751px;
}

.constructor__block-text .text__plain h2 {
    font-family: "GrillSans Medium";
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 320px) {
    .constructor__block-text .text__plain {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__plain {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__plain {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__plain {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__plain {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__plain {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__plain {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__plain {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__plain {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__plain {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__plain {
        line-height: calc(18px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__plain {
        line-height: 20px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__plain {
        margin-top: calc(40px + 20 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__plain {
        margin-top: 60px;
    }
}
@media screen and (max-width: 500px) {
    .constructor__block-text .text__plain {
        padding-right: 20px;
    }
}
.constructor__block-text .text__columns {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1340px;
}
.constructor__block-text .text__columns_item {
    margin-top: 60px;
    margin-top: 50px;
    width: 240px;
    width: 250px;
    width: 170px;
    width: 190px;
    margin-right: 20px;
    margin-right: 5px;
    margin-right: 5px;
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item {
        margin-top: calc(50px + 10 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item {
        margin-top: 60px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item {
        width: calc(250px + -80 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item {
        width: 170px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item {
        width: calc(170px + 20 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item {
        width: 190px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item {
        width: calc(190px + 50 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__columns_item {
        width: 240px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item {
        margin-right: calc(5px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item {
        margin-right: 5px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item {
        margin-right: calc(5px + 15 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item {
        margin-right: 20px;
    }
}

.constructor__block-text .text__columns_item_title {
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
}
.constructor__block-text .text__columns_item_subtitle {
    margin-top: 30px;
    margin-top: 10px;
    font-family: "GrillSans Medium";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    line-height: 21px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item_subtitle {
        margin-top: calc(10px + 20 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_subtitle {
        margin-top: 30px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item_subtitle {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_subtitle {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_subtitle {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_subtitle {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__columns_item_subtitle {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item_subtitle {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_subtitle {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_subtitle {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_subtitle {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_subtitle {
        line-height: calc(18px + 3 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__columns_item_subtitle {
        line-height: 21px;
    }
}
.constructor__block-text .text__columns_item_text {
    margin-top: 15px;
    margin-top: 40px;
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item_text {
        margin-top: calc(40px + -25 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_text {
        margin-top: 15px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item_text {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_text {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_text {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_text {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_text {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__columns_item_text {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__columns_item_text {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_text {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__columns_item_text {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_text {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__columns_item_text {
        line-height: calc(18px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__columns_item_text {
        line-height: 20px;
    }
}
@media screen and (max-width: 500px) {
    .constructor__block-text .text__columns_item_text {
        padding-right: 30px;
    }
}
.constructor__block-text .text__list {
    margin-top: 60px;
}
.constructor__block-text .text__list_title {
    font-family: "GrillSans Medium";
    font-size: 18px;
    font-size: 18px;
    font-size: 18px;
    font-size: 16px;
    line-height: 21px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__block-text .text__list_title {
        font-size: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_title {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_title {
        font-size: calc(18px + -2 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_title {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_title {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__list_title {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__list_title {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_title {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_title {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_title {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_title {
        line-height: calc(18px + 3 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__list_title {
        line-height: 21px;
    }
}
.constructor__block-text .text__list_items {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 15px;
    max-width: 1000px;
    font-family: "GrillSans Light";
}
.constructor__block-text .text__list_item {
    margin-top: 15px;
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
    width: 270px;
    margin-right: 15px;
}
@media (min-width: 320px) {
    .constructor__block-text .text__list_item {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_item {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_item {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_item {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_item {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__list_item {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-text .text__list_item {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_item {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-text .text__list_item {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_item {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-text .text__list_item {
        line-height: calc(18px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-text .text__list_item {
        line-height: 20px;
    }
}

.constructor__block-fourColumns .fourColumns__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 0px;
    margin-bottom: 21px;
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__title {
        font-size: 50px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__title {
        margin-bottom: calc(21px + -21 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__title {
        margin-bottom: 0px;
    }
}
.constructor__block-fourColumns .fourColumns__columns {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-wrap: wrap;
}
.constructor__block-fourColumns .fourColumns__columns_item {
    background: #f2f6f8;
    width: 320px;
    width: 170px;
    width: 178px;
    width: 210px;
    width: 255px;
    margin-top: 76px;
    margin-top: 10px;
    margin-top: 56px;
    margin-top: 56px;
    margin-top: 56px;
    margin-right: 20px;
    margin-right: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    padding-left: 39px;
    padding-left: 23px;
    padding-left: 22px;
    padding-left: 25px;
    padding-left: 30px;
    padding-top: 73px;
    padding-top: 47px;
    padding-top: 58px;
    padding-top: 67px;
    padding-bottom: 74px;
    padding-bottom: 50px;
    padding-bottom: 56px;
    padding-bottom: 56px;
    padding-bottom: 56px;
    padding-right: 80px;
    padding-right: 40px;
    padding-right: 22px;
    padding-right: 25px;
    padding-right: 55px;
}
@media (min-width: 760px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: calc(170px + 8 * (100vw - 760px) / 8);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: 178px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: calc(178px + 32 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: 210px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: calc(210px + 45 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: 255px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: calc(255px + 65 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: 320px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: calc(10px + 46 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: 56px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: calc(56px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: 56px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: calc(56px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: 56px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: calc(56px + 20 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-top: 76px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-right: calc(5px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-right: 5px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-right: calc(5px + 15 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        margin-right: 20px;
    }
}
.constructor__block-fourColumns .fourColumns__columns_item:last-child {
    margin-right: 0px;
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: calc(23px + -1 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: 22px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: calc(22px + 3 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: 25px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: calc(25px + 5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: 30px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: calc(30px + 9 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-left: 39px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-top: calc(47px + 20 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-top: 67px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-top: calc(58px + 9 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-top: 67px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-top: calc(67px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-top: 73px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: calc(50px + 6 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: 56px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: calc(56px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: 56px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: calc(56px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: 56px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: calc(56px + 18 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-bottom: 74px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: calc(40px + -18 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: 22px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: calc(22px + 3 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: 25px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: calc(25px + 30 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: 55px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: calc(55px + 25 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        padding-right: 80px;
    }
}
@media screen and (max-width: 760px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: calc(50% - 10px);
        margin-right: 0px;
    }
}
@media screen and (max-width: 500px) {
    .constructor__block-fourColumns .fourColumns__columns_item {
        width: 100%;
    }
}
.constructor__block-fourColumns .fourColumns__columns_item_title {
    font-family: "Vogue";
    font-size: 31px;
    font-size: 25px;
    font-size: 25px;
    font-size: 25px;
    line-height: 31px;
    line-height: 25px;
    line-height: 25px;
    line-height: 25px;
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        font-size: calc(25px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        font-size: 25px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        font-size: calc(25px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        font-size: 25px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        font-size: calc(25px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        font-size: 31px;
    }
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        line-height: calc(25px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        line-height: 25px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        line-height: calc(25px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        line-height: 25px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        line-height: calc(25px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__columns_item_title {
        line-height: 31px;
    }
}
.constructor__block-fourColumns .fourColumns__columns_item_text {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    margin-top: 26px;
}
.constructor__block-fourColumns .fourColumns__button {
    margin-top: 78px;
    margin-top: 50px;
    margin-top: 60px;
    margin-top: 60px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
@media (min-width: 320px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: calc(50px + 10 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: 60px;
    }
}
@media (min-width: 768px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: calc(60px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: 60px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: calc(60px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: 60px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: calc(60px + 18 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-fourColumns .fourColumns__button {
        margin-top: 78px;
    }
}
@media screen and (max-width: 500px) {
    .constructor__block-fourColumns .fourColumns__button {
        justify-content: flex-start;
    }
}
.constructor__block-fourColumns .fourColumns__button .button-black {
    width: 270px;
    height: 60px;
}
@media screen and (max-width: 500px) {
    .constructor__block-fourColumns .fourColumns__button .button-black {
        width: 220px;
        height: 46px;
    }
}

.constructor__block-threeColumns .threeColumns__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    max-width: 624px;
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__title {
        font-size: 50px;
    }
}
.constructor__block-threeColumns .threeColumns__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 76px;
    margin-top: 49px;
    margin-top: 56px;
    margin-top: 56px;
    margin-top: 56px;
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: calc(49px + 7 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: 56px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: calc(56px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: 56px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: calc(56px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: 56px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: calc(56px + 20 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-threeColumns .threeColumns__columns {
        margin-top: 76px;
    }
}
.constructor__block-threeColumns .threeColumns__columns_item {
    margin-bottom: 100px;
    margin-bottom: 45px;
    margin-bottom: 83px;
    margin-bottom: 83px;
    margin-bottom: 83px;
    width: 240px;
    width: 210px;
    width: 210px;
    width: 242px;
    width: 242px;
    margin-right: 108px;
    margin-right: 28px;
    margin-right: 28px;
    margin-right: 48px;
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: calc(45px + 38 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: 83px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: calc(83px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: 83px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: calc(83px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: 83px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: calc(83px + 17 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-bottom: 100px;
    }
}
@media (min-width: 760px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: calc(210px + 0 * (100vw - 760px) / 8);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: 210px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: calc(210px + 32 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: 242px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: calc(242px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: 242px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: calc(242px + 88 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: 330px;
    }
}
@media (min-width: 760px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-right: calc(28px + 0 * (100vw - 760px) / 8);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-right: 28px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-right: calc(28px + 20 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-right: 48px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-right: calc(48px + 60 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        margin-right: 108px;
    }
}
@media screen and (max-width: 760px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: calc(50% - 10px);
        margin-right: 0px;
        box-sizing: border-box;
        padding-right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .constructor__block-threeColumns .threeColumns__columns_item {
        width: 100%;
        padding-right: 40px;
    }
}
.constructor__block-threeColumns .threeColumns__columns_item_title {
    font-family: "Vogue";
    font-size: 30px;
    line-height: 41px;
}
.constructor__block-threeColumns .threeColumns__columns_item_subtitle {
    margin-top: 30px;
    font-family: "GrillSans Medium";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    line-height: 21px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        line-height: calc(18px + 3 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        line-height: 21px;
    }
}
.constructor__block-threeColumns .threeColumns__columns_item_text {
    margin-top: 15px;
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    line-height: 18px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        font-size: calc(16px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        line-height: calc(18px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        line-height: 18px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        line-height: calc(18px + 3 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns .threeColumns__columns_item_text {
        line-height: 21px;
    }
}

.constructor__block-threeColumns {
    margin-bottom: 70px;
    margin-bottom: 135px;
    margin-bottom: 100px;
    margin-bottom: 100px;
    margin-bottom: 100px;
}
@media (min-width: 320px) {
    .constructor__block-threeColumns {
        margin-bottom: calc(95px + -35 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns {
        margin-bottom: 80px;
    }
}
@media (min-width: 768px) {
    .constructor__block-threeColumns {
        margin-bottom: calc(80px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns {
        margin-bottom: 100px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-threeColumns {
        margin-bottom: calc(100px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns {
        margin-bottom: 100px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-threeColumns {
        margin-bottom: calc(100px + -30 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-threeColumns {
        margin-bottom: 70px;
    }
}

.constructor__block-images-title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 80px;
    margin-bottom: 40px;
}
@media (min-width: 320px) {
    .constructor__block-images-title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images-title {
        font-size: 50px;
    }
}
@media (min-width: 320px) {
    .constructor__block-images-title {
        margin-bottom: calc(40px + 40 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images-title {
        margin-bottom: 80px;
    }
}
.constructor__block-images .constructor__images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
    .constructor__block-images .constructor__images {
        flex-direction: column;
    }
}
.constructor__block-images .constructor__image {
    background-size: cover;
    background-position: center;
    margin-bottom: 44px;
    margin-bottom: 20px;
    margin-bottom: 25px;
    margin-bottom: 30px;
    margin-bottom: 35px;
}
@media (min-width: 320px) {
    .constructor__block-images .constructor__image {
        margin-bottom: calc(20px + 5 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images .constructor__image {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images .constructor__image {
        margin-bottom: calc(25px + 5 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images .constructor__image {
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images .constructor__image {
        margin-bottom: calc(30px + 5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images .constructor__image {
        margin-bottom: 35px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images .constructor__image {
        margin-bottom: calc(35px + 9 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images .constructor__image {
        margin-bottom: 44px;
    }
}
.constructor__block-images.images-1 .constructor__image.image-1 {
    width: 100%;
    height: 600px;
    height: 300px;
    height: 378px;
    height: 480px;
    height: 480px;
}
@media (min-width: 320px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: calc(300px + 78 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: 378px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: calc(378px + 102 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: 480px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: calc(480px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: calc(480px + 124 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-1 .constructor__image.image-1 {
        height: 604px;
    }
}
.constructor__block-images.images-2 .constructor__image.image-1 {
    width: 554px;
    width: 250px;
    width: 297px;
    width: 378px;
    width: 440px;
    height: 600px;
    height: 150px;
    height: 316px;
    height: 402px;
    height: 480px;
}
@media (min-width: 500px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: calc(250px + 47 * (100vw - 500px) / 268);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: 297px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: calc(297px + 81 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: 378px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: calc(378px + 62 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: 440px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: calc(440px + 114 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: 554px;
    }
}
@media (min-width: 320px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: calc(150px + 166 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: 316px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: calc(316px + 86 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: 402px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: calc(402px + 78 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: calc(480px + 124 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        height: 604px;
    }
}
@media screen and (max-width: 750px) {
    .constructor__block-images.images-2 .constructor__image.image-1 {
        width: 100%;
    }
}
.constructor__block-images.images-2 .constructor__image.image-2 {
    width: 791px;
    width: 350px;
    width: 422px;
    width: 529px;
    width: 631px;
    height: 600px;
    height: 300px;
    height: 316px;
    height: 402px;
    height: 480px;
}
@media (min-width: 500px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: calc(350px + 72 * (100vw - 500px) / 268);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: 422px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: calc(422px + 107 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: 529px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: calc(529px + 102 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: 631px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: calc(631px + 160 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: 791px;
    }
}
@media (min-width: 320px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: calc(300px + 16 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: 316px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: calc(316px + 86 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: 402px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: calc(402px + 78 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: calc(480px + 124 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        height: 604px;
    }
}
@media screen and (max-width: 750px) {
    .constructor__block-images.images-2 .constructor__image.image-2 {
        width: 100%;
    }
}
.constructor__block-images.images-3 .constructor__image.image-1 {
    width: 100%;
    height: 600px;
    height: 300px;
    height: 378px;
    height: 480px;
    height: 480px;
}
@media (min-width: 320px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: calc(300px + 78 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: 378px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: calc(378px + 102 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: 480px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: calc(480px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: calc(480px + 124 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-3 .constructor__image.image-1 {
        height: 604px;
    }
}
.constructor__block-images.images-3 .constructor__image.image-2 {
    width: 554px;
    width: 250px;
    width: 297px;
    width: 378px;
    width: 440px;
    height: 600px;
    height: 150px;
    height: 316px;
    height: 402px;
    height: 480px;
}
@media (min-width: 500px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: calc(250px + 47 * (100vw - 500px) / 268);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: 297px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: calc(297px + 81 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: 378px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: calc(378px + 62 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: 440px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: calc(440px + 114 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: 554px;
    }
}
@media (min-width: 320px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: calc(150px + 166 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: 316px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: calc(316px + 86 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: 402px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: calc(402px + 78 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: calc(480px + 124 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        height: 604px;
    }
}
@media screen and (max-width: 750px) {
    .constructor__block-images.images-3 .constructor__image.image-2 {
        width: 100%;
    }
}
.constructor__block-images.images-3 .constructor__image.image-3 {
    width: 791px;
    width: 350px;
    width: 422px;
    width: 529px;
    width: 631px;
    height: 600px;
    height: 300px;
    height: 316px;
    height: 402px;
    height: 480px;
}
@media (min-width: 500px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: calc(350px + 72 * (100vw - 500px) / 268);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: 422px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: calc(422px + 107 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: 529px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: calc(529px + 102 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: 631px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: calc(631px + 160 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: 791px;
    }
}
@media (min-width: 320px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: calc(300px + 16 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: 316px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: calc(316px + 86 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: 402px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: calc(402px + 78 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: 480px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: calc(480px + 124 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        height: 604px;
    }
}
@media screen and (max-width: 750px) {
    .constructor__block-images.images-3 .constructor__image.image-3 {
        width: 100%;
    }
}

.constructor__block-images {
    margin-bottom: 126px;
    margin-bottom: 130px;
    margin-bottom: 125px;
    margin-bottom: 140px;
    margin-bottom: 135px;
}
@media (min-width: 320px) {
    .constructor__block-images {
        margin-bottom: calc(110px + -5 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-images {
        margin-bottom: 125px;
    }
}
@media (min-width: 768px) {
    .constructor__block-images {
        margin-bottom: calc(125px + -5 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-images {
        margin-bottom: 140px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-images {
        margin-bottom: calc(140px + -5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-images {
        margin-bottom: 135px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-images {
        margin-bottom: calc(135px + -9 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-images {
        margin-bottom: 126px;
    }
}

.constructor__block-faq .constructor__block_title-faq {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 80px;
    margin-bottom: 50px;
    margin-bottom: 75px;
    margin-bottom: 75px;
}
@media (min-width: 320px) {
    .constructor__block-faq .constructor__block_title-faq {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .constructor__block_title-faq {
        font-size: 50px;
    }
}
@media (min-width: 320px) {
    .constructor__block-faq .constructor__block_title-faq {
        margin-bottom: calc(50px + 25 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .constructor__block_title-faq {
        margin-bottom: 75px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .constructor__block_title-faq {
        margin-bottom: calc(75px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .constructor__block_title-faq {
        margin-bottom: 75px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .constructor__block_title-faq {
        margin-bottom: calc(75px + 5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-faq .constructor__block_title-faq {
        margin-bottom: 80px;
    }
}
.constructor__block-faq .faq__text {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    line-height: 18px;
    max-width: 751px;
    margin-bottom: 60px;
    margin-bottom: 30px;
}
@media (min-width: 320px) {
    .constructor__block-faq .faq__text {
        font-size: calc(16px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .faq__text {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .faq__text {
        font-size: calc(16px + 2 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .faq__text {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__block-faq .faq__text {
        line-height: calc(18px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .faq__text {
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .faq__text {
        line-height: calc(18px + 2 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .faq__text {
        line-height: 20px;
    }
}
@media (min-width: 320px) {
    .constructor__block-faq .faq__text {
        margin-bottom: calc(30px + 30 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .faq__text {
        margin-bottom: 60px;
    }
}
.constructor__block-faq .serviceList__table_title {
    padding-top: 7px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-bottom: 18px;
}
@media (min-width: 320px) {
    .constructor__block-faq .serviceList__table_title {
        padding-top: calc(7px + 8 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title {
        padding-top: 15px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title {
        padding-top: calc(15px + -1 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .serviceList__table_title {
        padding-top: 14px;
    }
}
@media (min-width: 320px) {
    .constructor__block-faq .serviceList__table_title {
        padding-bottom: calc(10px + 8 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title {
        padding-bottom: 18px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title {
        padding-bottom: calc(18px + -8 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .serviceList__table_title {
        padding-bottom: 10px;
    }
}
.constructor__block-faq .serviceList__table_dropdown {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-top: 21px;
    padding-top: 21px;
    padding-top: 13px;
    padding-right: 70px;
    padding-right: 20px;
}
@media (min-width: 320px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-top: calc(21px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-top: 21px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-top: calc(21px + -8 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-top: 13px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-top: calc(13px + -3 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-top: 10px;
    }
}
@media (min-width: 320px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-right: calc(20px + 50 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_dropdown {
        padding-right: 70px;
    }
}
.constructor__block-faq .serviceList__table_title_text {
    font-size: 18px;
    font-size: 25px;
    line-height: 25px;
    line-height: 34px;
}
@media (min-width: 320px) {
    .constructor__block-faq .serviceList__table_title_text {
        font-size: calc(18px + 7 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title_text {
        font-size: 25px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title_text {
        font-size: calc(25px + 5 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .serviceList__table_title_text {
        font-size: 30px;
    }
}
@media (min-width: 320px) {
    .constructor__block-faq .serviceList__table_title_text {
        line-height: calc(25px + 9 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title_text {
        line-height: 34px;
    }
}
@media (min-width: 768px) {
    .constructor__block-faq .serviceList__table_title_text {
        line-height: calc(34px + 7 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-faq .serviceList__table_title_text {
        line-height: 41px;
    }
}

.strongSides__item_text b,
.strongSides__item_text strong {
    font-weight: 800;
}

.constructor__block-strongSides .strongSides__head {
    margin-bottom: 70px;
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__head {
        margin-bottom: calc(70px + 10 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head {
        margin-bottom: 80px;
    }
}
.constructor__block-strongSides .strongSides__head_title {
    max-width: 600px;
    max-width: 560px;
    max-width: 560px;
    max-width: 560px;
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
    margin-bottom: 15px;
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__head_title {
        max-width: calc(560px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_title {
        max-width: 560px;
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_title {
        max-width: calc(560px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__head_title {
        max-width: 560px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__head_title {
        max-width: calc(560px + 40 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__head_title {
        max-width: 600px;
    }
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__head_title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_title {
        font-size: 50px;
    }
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__head_title {
        margin-bottom: calc(15px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_title {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_title {
        margin-bottom: calc(15px + 9 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__head_title {
        margin-bottom: 24px;
    }
}
.constructor__block-strongSides .strongSides__head_content {
    left: -36px;
    left: 0px;
    left: 0px;
    left: 0px;
    left: -36px;
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: calc(0px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: 0px;
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: calc(0px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: 0px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: calc(0px + -36 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: -36px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: calc(-36px + -162 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-strongSides .strongSides__head_content {
        left: -198px;
    }
}
.constructor__block-strongSides .strongSides__list {
    justify-content: space-between;
}

.constructor__block-strongSides .strongSides__list_item img {
    max-width: 50px;
}

.constructor__block-strongSides .strongSides__list_item {
    margin-left: 0px;
    margin-right: 70px;
    margin-right: 5px;
    margin-right: 5px;
    margin-right: 5px;
    margin-right: 55px;
    max-width: 250px;
    max-width: 210px;
    max-width: 160px;
    max-width: 205px;
    max-width: 200px;
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: calc(5px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: 5px;
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: calc(5px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: 5px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: calc(5px + 50 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: 55px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: calc(55px + 15 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-right: 70px;
    }
}
@media (min-width: 320px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: calc(170px + -50 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: 160px;
    }
}
@media (min-width: 768px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: calc(160px + 45 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: 205px;
    }
}
@media (min-width: 1024px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: calc(205px + -5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: 200px;
    }
}
@media (min-width: 1440px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: calc(200px + 50 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__block-strongSides .strongSides__list_item {
        max-width: 250px;
    }
}
@media screen and (max-width: 750px) {
    .constructor__block-strongSides .strongSides__list_item {
        margin-bottom: 56px;
    }
}

@media screen and (max-width: 750px) {
    .constructor__block-strongSides {
        /* margin-bottom: 94px; */
        margin-bottom: 54px;
    }
}

@media screen and (max-width: 750px) {
    .strongSides__list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .strongSides__list_item {
        box-sizing: border-box;
        padding-right: 20px;
        max-width: 50%;
    }
}

.constructor__banner {
    min-height: 458px;
    min-height: 301px;
    min-height: 323px;
    min-height: 323px;
    min-height: 398px;
    background-size: cover;
    margin-top: 104px;
    background-position-x: center;
}
@media (min-width: 320px) {
    .constructor__banner {
        min-height: calc(301px + 22 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner {
        min-height: 323px;
    }
}
@media (min-width: 768px) {
    .constructor__banner {
        min-height: calc(323px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__banner {
        min-height: 323px;
    }
}
@media (min-width: 1024px) {
    .constructor__banner {
        min-height: calc(323px + 75 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__banner {
        min-height: 398px;
    }
}
@media (min-width: 1440px) {
    .constructor__banner {
        min-height: calc(398px + 60 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__banner {
        min-height: 458px;
    }
}
@media (max-width: 1400px) {
    .constructor__banner {
        margin-top: 10px;
    }
}
@media (max-width: 750px) {
    .constructor__banner {
        margin-top: 0px;
    }
}
.constructor__banner_content {
    padding-top: 152px;
    padding-top: 63px;
    padding-top: 72px;
    padding-top: 72px;
    padding-top: 110px;
    padding-bottom: 40px;
}
@media (min-width: 320px) {
    .constructor__banner_content {
        padding-top: calc(63px + 9 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content {
        padding-top: 72px;
    }
}
@media (min-width: 768px) {
    .constructor__banner_content {
        padding-top: calc(72px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__banner_content {
        padding-top: 72px;
    }
}
@media (min-width: 1024px) {
    .constructor__banner_content {
        padding-top: calc(72px + 38 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__banner_content {
        padding-top: 110px;
    }
}
@media (min-width: 1440px) {
    .constructor__banner_content {
        padding-top: calc(110px + 42 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__banner_content {
        padding-top: 152px;
    }
}
.constructor__banner_content_subtitle {
    position: relative;
    padding-left: 96px;
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__banner_content_subtitle {
        font-size: calc(16px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_subtitle {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__banner_content_subtitle {
        line-height: calc(18px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_subtitle {
        line-height: 20px;
    }
}
.constructor__banner_content_subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 70px;
    height: 1px;
    background-color: black;
}
.constructor__banner_content_title {
    font-family: "Vogue";
    font-size: 60px;
    font-size: 36px;
    font-size: 50px;
    font-size: 50px;
    font-size: 50px;
    line-height: 82px;
    line-height: 49px;
    line-height: 69px;
    line-height: 69px;
    line-height: 69px;
}
@media (min-width: 320px) {
    .constructor__banner_content_title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_title {
        font-size: 50px;
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_title {
        font-size: calc(50px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__banner_content_title {
        font-size: 50px;
    }
}
@media (min-width: 1024px) {
    .constructor__banner_content_title {
        font-size: calc(50px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__banner_content_title {
        font-size: 50px;
    }
}
@media (min-width: 1440px) {
    .constructor__banner_content_title {
        font-size: calc(50px + 10 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__banner_content_title {
        font-size: 60px;
    }
}
@media (min-width: 320px) {
    .constructor__banner_content_title {
        line-height: calc(49px + 20 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_title {
        line-height: 69px;
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_title {
        line-height: calc(69px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__banner_content_title {
        line-height: 69px;
    }
}
@media (min-width: 1024px) {
    .constructor__banner_content_title {
        line-height: calc(69px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__banner_content_title {
        line-height: 69px;
    }
}
@media (min-width: 1440px) {
    .constructor__banner_content_title {
        line-height: calc(69px + 13 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .constructor__banner_content_title {
        line-height: 82px;
    }
}
.constructor__banner_content_button {
    text-decoration: none;

    width: 269px;
    width: 220px;
    height: 62px;
    height: 46px;
    margin-top: 40px;
    margin-top: 30px;
}
@media (min-width: 320px) {
    .constructor__banner_content_button {
        width: calc(220px + 49 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_button {
        width: 269px;
    }
}
@media (min-width: 320px) {
    .constructor__banner_content_button {
        height: calc(46px + 16 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_button {
        height: 62px;
    }
}
@media (min-width: 320px) {
    .constructor__banner_content_button {
        margin-top: calc(30px + 10 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__banner_content_button {
        margin-top: 40px;
    }
}

.constructor__subbanner {
    padding-top: 40px;
    padding-top: 30px;
    padding-top: 30px;
    padding-top: 30px;
    display: flex;

    margin-bottom: 132px;
}

@media screen and (max-width: 750px) {
    .constructor__subbanner {
        margin-bottom: 92px;
    }
}

@media (min-width: 320px) {
    .constructor__subbanner {
        padding-top: calc(30px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__subbanner {
        padding-top: 30px;
    }
}
@media (min-width: 768px) {
    .constructor__subbanner {
        padding-top: calc(30px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .constructor__subbanner {
        padding-top: 30px;
    }
}
@media (min-width: 1024px) {
    .constructor__subbanner {
        padding-top: calc(30px + 10 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .constructor__subbanner {
        padding-top: 40px;
    }
}
@media (max-width: 700px) {
    .constructor__subbanner {
        flex-direction: column;
    }
}
.constructor__subbanner_item {
    box-sizing: border-box;
    padding-right: 67px;
    margin-bottom: 38px;
}
@media (max-width: 700px) {
    .constructor__subbanner_item {
        padding-right: 0px;
    }
}
.constructor__subbanner_item-left {
    width: 570px;
    /*min-height: 320px;
  min-height: 402px;
  min-height: 482px;*/
}
/*@media (min-width: 700px) {
  .constructor__subbanner_item-left {
    min-height: calc(320px + 82 * (100vw - 700px) / 68);
  }
}
@media (min-width: 768px) {
  .constructor__subbanner_item-left {
    min-height: 402px;
  }
}
@media (min-width: 768px) {
  .constructor__subbanner_item-left {
    min-height: calc(402px + 80 * (100vw - 768px) / 256);
  }
}
@media (min-width: 1024px) {
  .constructor__subbanner_item-left {
    min-height: 482px;
  }
}
@media (min-width: 1024px) {
  .constructor__subbanner_item-left {
    min-height: calc(482px + 88 * (100vw - 1024px) / 416);
  }
}
@media (min-width: 1440px) {
  .constructor__subbanner_item-left {
    min-height: 570px;
  }
}*/
@media (max-width: 700px) {
    .constructor__subbanner_item-left {
        width: 100%;
    }
}
.constructor__subbanner_item-right {
    padding-right: 0px;
}
.constructor__subbanner_item_title {
    font-family: "Vogue";
    font-size: 18px;
    font-size: 16px;
    line-height: 25px;
    line-height: 22px;
    margin-bottom: 20px;
}
@media (min-width: 320px) {
    .constructor__subbanner_item_title {
        font-size: calc(16px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__subbanner_item_title {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__subbanner_item_title {
        line-height: calc(22px + 3 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__subbanner_item_title {
        line-height: 25px;
    }
}
.constructor__subbanner_item_text {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
}
@media (min-width: 320px) {
    .constructor__subbanner_item_text {
        font-size: calc(16px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__subbanner_item_text {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .constructor__subbanner_item_text {
        line-height: calc(18px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .constructor__subbanner_item_text {
        line-height: 20px;
    }
}

.contructorProductSlider {
    padding-top: 55px;
    padding-bottom: 80px;
}
.contructorProductSlider__slide {
    position: relative;
    overflow-x: initial !important;
    height: auto;
    background: #f2f7f8;
}

.contructorProductSlider__slide_content {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.contructorProductSlider__slide_content {
    min-height: 480px;

    background: #f2f7f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 118px;
    padding-left: 20px;
    padding-left: 36px;
    padding-left: 50px;
    padding-left: 62px;
    width: 100%;
}

@media (max-width: 750px) {
    .contructorProductSlider__slide_content {
        min-height: auto;
    }
}

@media (min-width: 320px) {
    .contructorProductSlider__slide_content {
        padding-left: calc(20px + 16 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_content {
        padding-left: 36px;
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_content {
        padding-left: calc(36px + 14 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_content {
        padding-left: 50px;
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_content {
        padding-left: calc(50px + 12 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__slide_content {
        padding-left: 62px;
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__slide_content {
        padding-left: calc(62px + 56 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .contructorProductSlider__slide_content {
        padding-left: 118px;
    }
}
@media (max-width: 750px) {
    .contructorProductSlider__slide_content {
        justify-content: flex-start;
    }
}
.contructorProductSlider__slide_title {
    font-family: "Vogue";
    font-size: 30px;
    font-size: 25px;
    line-height: 120%;
    max-width: 548px;
    max-width: 432px;
    max-width: 432px;
    max-width: 432px;
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_title {
        font-size: calc(25px + 5 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_title {
        font-size: 30px;
    }
}
@media (min-width: 750px) {
    .contructorProductSlider__slide_title {
        max-width: calc(432px + 0 * (100vw - 750px) / 18);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_title {
        max-width: 432px;
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_title {
        max-width: calc(432px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_title {
        max-width: 432px;
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_title {
        max-width: calc(432px + 116 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__slide_title {
        max-width: 548px;
    }
}
@media (max-width: 750px) {
    .contructorProductSlider__slide_title {
        padding-top: 142px;
        max-width: 100%;
    }
}
.contructorProductSlider__slide_text {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    margin-top: 32px;
    margin-top: 20px;
    max-width: 312px;
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_text {
        font-size: calc(16px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_text {
        font-size: 18px;
    }
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_text {
        line-height: calc(18px + 2 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_text {
        line-height: 20px;
    }
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_text {
        margin-top: calc(20px + 12 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_text {
        margin-top: 32px;
    }
}
@media (max-width: 750px) {
    .contructorProductSlider__slide_text {
        max-width: 100%;
    }
}
.contructorProductSlider__slide_button {
    width: 269px;
    width: 220px;
    height: 58px;
    height: 46px;
    margin-top: 72px;
    margin-top: 60px;
    margin-bottom: 20px;
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_button {
        width: calc(220px + 49 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_button {
        width: 269px;
    }
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_button {
        height: calc(46px + 12 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_button {
        height: 58px;
    }
}
@media (min-width: 320px) {
    .contructorProductSlider__slide_button {
        margin-top: calc(60px + 12 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_button {
        margin-top: 72px;
    }
}
.contructorProductSlider__slide_image {
    display: flex;
    position: absolute;
    top: -55px;
    top: -36px;
    top: -36px;
    right: 124px;
    right: -80px;
    right: -80px;
    right: -3px;
    right: 13px;

    max-width: 460px;

    z-index: 2;

    max-height: 460px;
}

.contructorProductSlider__slide_image::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-box-shadow: 0px 0px 180px 0px rgba(207, 204, 212, 0.8);
    -moz-box-shadow: 0px 0px 180px 0px rgba(207, 204, 212, 0.8);
    box-shadow: 0px 0px 180px 0px rgba(207, 204, 212, 0.8);
}

@media (min-width: 750px) {
    .contructorProductSlider__slide_image {
        top: calc(-36px + 0 * (100vw - 750px) / 18);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_image {
        top: -36px;
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_image {
        top: calc(-36px + -19 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_image {
        top: -55px;
    }
}
@media (min-width: 750px) {
    .contructorProductSlider__slide_image {
        right: calc(-80px + 0 * (100vw - 750px) / 18);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_image {
        right: -80px;
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__slide_image {
        right: calc(-80px + 77 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_image {
        right: -3px;
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__slide_image {
        right: calc(-3px + 16 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__slide_image {
        right: 13px;
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__slide_image {
        right: calc(13px + 111 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .contructorProductSlider__slide_image {
        right: 124px;
    }
}
@media (max-width: 1000px) {
    .contructorProductSlider__slide_image {
        max-width: 441px;
        max-height: 441px;
    }
}
@media (max-width: 750px) {
    .contructorProductSlider__slide_image {
        max-width: 173px;
        max-height: 173px;
        top: -55px;
        right: auto;
        left: 0px;
    }
}
.contructorProductSlider__slide_image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

    z-index: 2;
}
.contructorProductSlider__controls {
    position: relative;
}
.contructorProductSlider__controls .swiper-button-next {
    margin-right: 240px;
    margin-right: -6px;
    margin-right: 0px;
    margin-right: 27px;
    margin-right: 145px;
    width: 44px;
    outline: none !important;
    top: 65px;
    top: 46px;
}
@media (min-width: 320px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: calc(-6px + 6 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: 0px;
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: calc(0px + 27 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: 27px;
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: calc(27px + 118 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: 145px;
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: calc(145px + 95 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .contructorProductSlider__controls .swiper-button-next {
        margin-right: 240px;
    }
}
@media (min-width: 320px) {
    .contructorProductSlider__controls .swiper-button-next {
        top: calc(46px + 19 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-button-next {
        top: 65px;
    }
}
.contructorProductSlider__controls .swiper-button-prev {
    margin-left: 250px;
    margin-left: 8px;
    margin-left: 8px;
    margin-left: 38px;
    margin-left: 154px;
    width: 44px;
    outline: none !important;
    top: 65px;
    top: 46px;
}
@media (min-width: 320px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: calc(8px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: 8px;
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: calc(8px + 30 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: 38px;
    }
}
@media (min-width: 1024px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: calc(38px + 116 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: 154px;
    }
}
@media (min-width: 1440px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: calc(154px + 96 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .contructorProductSlider__controls .swiper-button-prev {
        margin-left: 250px;
    }
}
@media (min-width: 320px) {
    .contructorProductSlider__controls .swiper-button-prev {
        top: calc(46px + 19 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-button-prev {
        top: 65px;
    }
}
.contructorProductSlider__controls .swiper-pagination {
    font-family: "Vogue";
    font-size: 25px;
    line-height: 30px;
    margin-bottom: -95px;
    margin-bottom: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 320px) {
    .contructorProductSlider__controls .swiper-pagination {
        margin-bottom: calc(-70px + -25 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .contructorProductSlider__controls .swiper-pagination {
        margin-bottom: -95px;
    }
}
@media (max-width: 750px) {
    .contructorProductSlider__controls .swiper-pagination {
        transform: scale(0.4);
    }
}
.contructorProductSlider__controls .swiper-pagination-current {
    font-family: "Vogue";
    font-size: 50px;
    line-height: 60px;
}

.swiper-wrapper.wrapper-medium {
    overflow: visible !important;
}

.wrapper-medium.contructorProductSlider__controls {
    overflow: visible !important;
}

.specialists__list_title {
    font-family: "Vogue";
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 40px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    margin-bottom: 30px;

    margin-top: 50px;
}
@media (min-width: 1000px) {
    .specialists__list_title {
        margin-bottom: calc(20px + 0 * (100vw - 1000px) / 24);
    }
}
@media (min-width: 1024px) {
    .specialists__list_title {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .specialists__list_title {
        margin-bottom: calc(20px + 10 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .specialists__list_title {
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .specialists__list_title {
        margin-bottom: calc(30px + 10 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .specialists__list_title {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .specialists__list_title {
        display: none;
    }
}
@media (min-width: 768px) {
    .specialists__list_title {
        margin-top: calc(30px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .specialists__list_title {
        margin-top: 30px;
    }
}
@media (min-width: 1024px) {
    .specialists__list_title {
        margin-top: calc(30px + 20 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .specialists__list_title {
        margin-top: 50px;
    }
}
@media (min-width: 1440px) {
    .specialists__list_title {
        margin-top: calc(40px + 10 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .specialists__list_title {
        margin-top: 50px;
    }
}

.beforeAfter {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.beforeAfter__title {
    font-family: "Vogue";
    font-size: 50px;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 86px;
    margin-bottom: 37px;
    margin-bottom: 57px;
    margin-bottom: 57px;
    margin-bottom: 66px;
}
@media (min-width: 320px) {
    .beforeAfter__title {
        font-size: calc(36px + 14 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__title {
        font-size: 50px;
    }
}
@media (min-width: 320px) {
    .beforeAfter__title {
        margin-bottom: calc(37px + 20 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__title {
        margin-bottom: 57px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__title {
        margin-bottom: calc(57px + 0 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__title {
        margin-bottom: 57px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__title {
        margin-bottom: calc(57px + 9 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__title {
        margin-bottom: 66px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__title {
        margin-bottom: calc(66px + 20 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__title {
        margin-bottom: 86px;
    }
}
.beforeAfter__slider {
    background-color: #f2f6f8;
    max-width: 1197px;
    max-width: 288px;
    max-width: 609px;
    max-width: 830px;
    max-width: 909px;
    margin-right: 83px;
    margin-right: 40px;
}
@media (min-width: 320px) {
    .beforeAfter__slider {
        max-width: calc(288px + 321 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider {
        max-width: 609px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider {
        max-width: calc(609px + 221 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider {
        max-width: 830px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider {
        max-width: calc(830px + 79 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider {
        max-width: 909px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider {
        max-width: calc(909px + 288 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider {
        max-width: 1197px;
    }
}
@media (min-width: 1900px) {
    .beforeAfter__slider {
        margin-right: calc(40px + 43 * (100vw - 1900px) / 20);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider {
        margin-right: 83px;
    }
}
@media screen and (max-width: 1900px) {
    .beforeAfter__slider {
        margin-right: auto;
    }
}
@media screen and (max-width: 1300px) {
    .beforeAfter__slider {
        margin-right: 40px;
    }
}
@media screen and (max-width: 900px) {
    .beforeAfter__slider {
        margin-right: auto;
    }
}
@media screen and (max-width: 750px) {
    .beforeAfter__slider {
        margin-bottom: 10px;
    }
}
.beforeAfter__slider_slide {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 73px;
    padding-left: 18px;
    padding-left: 37px;
    padding-left: 50px;
    padding-left: 56px;
    padding-right: 73px;
    padding-right: 18px;
    padding-right: 37px;
    padding-right: 50px;
    padding-right: 56px;
    padding-top: 73px;
    padding-top: 50px;
    padding-top: 37px;
    padding-top: 50px;
    padding-top: 56px;
    padding-bottom: 73px;
    padding-bottom: 50px;
    padding-bottom: 37px;
    padding-bottom: 50px;
    padding-bottom: 56px;
}
@media (min-width: 320px) {
    .beforeAfter__slider_slide {
        padding-left: calc(18px + 19 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-left: 37px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-left: calc(37px + 13 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-left: 50px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-left: calc(50px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-left: 56px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-left: calc(56px + 17 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider_slide {
        padding-left: 73px;
    }
}
@media (min-width: 320px) {
    .beforeAfter__slider_slide {
        padding-right: calc(18px + 19 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-right: 37px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-right: calc(37px + 13 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-right: 50px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-right: calc(50px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-right: 56px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-right: calc(56px + 17 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider_slide {
        padding-right: 73px;
    }
}
@media (min-width: 320px) {
    .beforeAfter__slider_slide {
        padding-top: calc(50px + -13 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-top: 37px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-top: calc(37px + 13 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-top: 50px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-top: calc(50px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-top: 56px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-top: calc(56px + 17 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider_slide {
        padding-top: 73px;
    }
}
@media (min-width: 320px) {
    .beforeAfter__slider_slide {
        padding-bottom: calc(50px + -13 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-bottom: 37px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide {
        padding-bottom: calc(37px + 13 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-bottom: 50px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide {
        padding-bottom: calc(50px + 6 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-bottom: 56px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide {
        padding-bottom: calc(56px + 17 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider_slide {
        padding-bottom: 73px;
    }
}
.beforeAfter__slider_slide img {
    object-fit: cover;
    width: 489px;
    width: 112px;
    width: 250px;
    width: 340px;
    width: 370px;
    height: 382px;
    height: 110px;
    height: 204px;
    height: 278px;
    height: 304px;
}
@media (min-width: 320px) {
    .beforeAfter__slider_slide img {
        width: calc(112px + 138 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide img {
        width: 250px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide img {
        width: calc(250px + 90 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide img {
        width: 340px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide img {
        width: calc(340px + 30 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide img {
        width: 370px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide img {
        width: calc(370px + 119 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider_slide img {
        width: 489px;
    }
}
@media (min-width: 320px) {
    .beforeAfter__slider_slide img {
        height: calc(110px + 94 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide img {
        height: 204px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__slider_slide img {
        height: calc(204px + 74 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide img {
        height: 278px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__slider_slide img {
        height: calc(278px + 26 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide img {
        height: 304px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__slider_slide img {
        height: calc(304px + 78 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__slider_slide img {
        height: 382px;
    }
}
.beforeAfter__content {
    display: flex;
    max-width: 1197px;
    max-width: 600px;
    max-width: 609px;
    max-width: 830px;
    max-width: 909px;
    width: 100%;
}
@media (min-width: 750px) {
    .beforeAfter__content {
        max-width: calc(600px + 9 * (100vw - 750px) / 18);
    }
}
@media (min-width: 768px) {
    .beforeAfter__content {
        max-width: 609px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__content {
        max-width: calc(609px + 221 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__content {
        max-width: 830px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__content {
        max-width: calc(830px + 79 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__content {
        max-width: 909px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter__content {
        max-width: calc(909px + 288 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter__content {
        max-width: 1197px;
    }
}
@media screen and (max-width: 750px) {
    .beforeAfter__content {
        max-width: 100%;
        flex-direction: column;
    }
}
.beforeAfter__content_item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 0px;
}
@media screen and (max-width: 750px) {
    .beforeAfter__content_item {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        align-items: flex-start;
    }
}
.beforeAfter__content_item_title {
    text-align: center;
    font-family: "Vogue";
    font-size: 30px;
    line-height: 110%;
    margin-top: 44px;
}
@media screen and (max-width: 750px) {
    .beforeAfter__content_item_title {
        width: 100%;
        text-align: center;
    }
}
.beforeAfter__content_item_text {
    font-family: "GrillSans Light";
    font-size: 18px;
    font-size: 14px;
    font-size: 14px;
    font-size: 16px;
    line-height: 140%;
    margin-top: 17px;
}
@media (min-width: 320px) {
    .beforeAfter__content_item_text {
        font-size: calc(14px + 0 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter__content_item_text {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .beforeAfter__content_item_text {
        font-size: calc(14px + 2 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter__content_item_text {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter__content_item_text {
        font-size: calc(16px + 2 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter__content_item_text {
        font-size: 18px;
    }
}
.beforeAfter .swiper-button-next,
.beforeAfter .swiper-button-prev {
    top: 280px;
    top: 250px;
    top: 155px;
    top: 155px;
    top: 205px;
    top: 223px;

    outline: none !important;
}
@media (min-width: 320px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: calc(250px + 70 * (100vw - 320px) / 430);
    }
}
@media (min-width: 750px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: 320px;
    }
}
@media (min-width: 751px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: calc(155px + 0 * (100vw - 751px) / 17);
    }
}
@media (min-width: 768px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: 155px;
    }
}
@media (min-width: 768px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: calc(155px + 50 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: 205px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: calc(205px + 18 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: 223px;
    }
}
@media (min-width: 1440px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: calc(223px + 57 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .beforeAfter .swiper-button-next,
    .beforeAfter .swiper-button-prev {
        top: 280px;
    }
}
.beforeAfter .swiper-button-next {
    right: 6px;
    right: 8px;
    right: 12px;
    right: -10px;
}
@media (min-width: 320px) {
    .beforeAfter .swiper-button-next {
        right: calc(8px + 4 * (100vw - 320px) / 448);
    }
}
@media (min-width: 768px) {
    .beforeAfter .swiper-button-next {
        right: 12px;
    }
}
@media (min-width: 768px) {
    .beforeAfter .swiper-button-next {
        right: calc(12px + -22 * (100vw - 768px) / 256);
    }
}
@media (min-width: 1024px) {
    .beforeAfter .swiper-button-next {
        right: -10px;
    }
}
@media (min-width: 1024px) {
    .beforeAfter .swiper-button-next {
        right: calc(-10px + 16 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .beforeAfter .swiper-button-next {
        right: 6px;
    }
}
.beforeAfter .swiper-button-prev {
    left: 0;
}

.customCheck__text a {
    color: black;
    text-decoration: none;
    color: #f365a7;
    transition: 0.3s;
    position: relative;
}

.customCheck__text a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #f365a7;
    transition: 0.3s;
}

html.notTouch .customCheck__text a:hover::after {
    background-color: transparent;
    transition: 0.3s;
}

.specialistPage__banner_dropdown {
    display: table;
}

.specialistPage__banner_dropdown::after {
    content: "";
    position: absolute;
    width: calc(100% + 23px);
    height: 20px;
    left: 0;
    top: 0;
}

@media screen and (max-width: 700px) {
    .specialistPage__banner .specialistPage__banner_img-mobile {
        background-position: center 0;
        background-size: cover;
    }
}

.actionRightBanner {
    background-color: #f2f7f8;
    margin-left: 40px;
    max-width: 320px;
    max-width: 200px;
    max-width: 200px;
}
@media (min-width: 1024px) {
    .actionRightBanner {
        max-width: calc(200px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .actionRightBanner {
        max-width: 200px;
    }
}
@media (min-width: 1440px) {
    .actionRightBanner {
        max-width: calc(200px + 120 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .actionRightBanner {
        max-width: 320px;
    }
}
@media screen and (max-width: 1100px) {
    .actionRightBanner {
        display: none;
    }
}
.actionRightBanner .serviceList__rightSide_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding-left: 60px;
    padding-left: 10px;
    padding-left: 15px;
    padding-right: 60px;
    padding-right: 10px;
    padding-right: 15px;
}
@media (min-width: 1024px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-left: calc(10px + 5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-left: 15px;
    }
}
@media (min-width: 1440px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-left: calc(15px + 45 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-left: 60px;
    }
}
@media (min-width: 1024px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-right: calc(10px + 5 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-right: 15px;
    }
}
@media (min-width: 1440px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-right: calc(15px + 45 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .actionRightBanner .serviceList__rightSide_item {
        padding-right: 60px;
    }
}
.actionRightBanner .serviceList__rightSide_number {
    font-family: "Vogue";
    font-size: 105px;
    line-height: 120%;
    margin-top: 40px;
    margin-bottom: 15px;
    letter-spacing: -10px;
}
.actionRightBanner .serviceList__rightSide_number sup {
    font-size: 30px;
    line-height: 120%;
    position: relative;
    top: -20px;
    margin-left: 10px;
}
.actionRightBanner .serviceList__rightSide_title {
    padding-top: 0px;
}

.loadMasters {
    margin: 0 auto;
}

.actionRightBanner .serviceList__rightSide_text {
    text-align: center;
}
.actionRightBanner .serviceList__rightSide_button {
    margin-top: 70px;
    width: 224px;
    width: 140px;
    width: 140px;
    height: 45px;
}
@media (min-width: 1024px) {
    .actionRightBanner .serviceList__rightSide_button {
        width: calc(140px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .actionRightBanner .serviceList__rightSide_button {
        width: 140px;
    }
}
@media (min-width: 1440px) {
    .actionRightBanner .serviceList__rightSide_button {
        width: calc(140px + 84 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .actionRightBanner .serviceList__rightSide_button {
        width: 224px;
    }
}

@media screen and (max-width: 750px) {
    .wrapper-wider.page404 {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 750px) {
    .content404 {
        margin-top: 100px;
    }
    .content404 .content404__numbers_line {
        /* display: none; */
        top: 160px;
    }
    .content404 .content404__content {
        margin-bottom: 100px;
    }

    .content404__numbers_line .lineItem {
        animation: none;
    }
}
@media screen and (max-width: 550px) {
    .content404 .content404__numbers svg {
        width: 100%;
        max-width: 100%;
    }

    .content404__numbers_number {
        position: relative;
        max-height: 200px;
        max-width: 142px;
        width: 100%;
    }
}

.specialistPage__specialists .specialists_list {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .specialists-desktop .specialists__item_content .specialists__title_line {
        display: none;
    }

    .specialistPage__specialists .specialists_list_item {
        margin-right: 0px !important;
    }

    .twoFilter__block_filter_item {
        padding-right: 0px;
    }

    .specialists__list_item {
        margin-right: 0px !important;
        /* padding-right: 37px;
        box-sizing: border-box; */
        /* min-width: 100%; */
    }

    .specialists__list_item .specialists__item_image {
        margin-right: 37px;
    }
}

.emptyCart {
}

.emptyCart__line {
    width: 100%;
    height: 1px;

    background-color: black;
}

.emptyCart__text {
    margin-top: 15px;
    font-family: "GrillSans Light";
    font-size: 18px;
    line-height: 140%;
}

.emptyCart__button {
    margin-top: 50px;
    height: 62px;
    width: 200px;
}

@media (max-width: 500px) {
    .constructor__block-text .text__columns_item {
        width: 100% !important;
    }

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

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

    .text__columns_item_text {
        text-align: center;
        padding-right: 0px;
    }

    .constructor__block-text .text__plain {
        padding-right: 0px;
    }

    .constructor__block-threeColumns .threeColumns__columns_item {
        padding-right: 0px;
    }

    .constructor__block-threeColumns .threeColumns__columns_item_title {
        text-align: center;
    }

    .constructor__block-threeColumns .threeColumns__columns_item_subtitle {
        text-align: center;
    }

    .constructor__block-text .text__columns_item_text {
        padding-right: 0px;
        text-align: left;
    }
}

.serviceList__table_li_text-discount {
    color: red;
}

.sertificates .discounts__data_title {
    display: none;
    box-sizing: border-box;
    padding-right: 20px;

    line-height: 120%;
}

@media (max-width: 500px) {
    .discountsPage .twoFilter__block_top {
        position: fixed;
        padding: 20px;
        padding-bottom: 0;
        left: 0;
        right: 0;
        top: 42px;
        background-color: white;
        transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01);
    }

    /* .discountsPage .twoFilter__block_top.slider-hide {
        top: -100px;

        transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01) !important;
        transform: translate(0, -100%) !important;
    } */

    .sertificates .discounts__data_title {
        display: block;
    }

    .sertificates .discounts__data_titleBlock {
        display: none;
    }

    .discountsPage .header-hide {
        transition: 1s cubic-bezier(0.03, 0.35, 0.18, 1.01) !important;
        transform: translateY(0%) !important;
    }
}

.saloonName {
    font-family: "GrillSans Light";
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    margin-bottom: 20px;
    padding-left: 10px;
}

.sertificatesSlider .swiper-wrapper {
    max-height: inherit;
}

.sertificatesSlider .swiper-slide {
    max-height: 100%;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.sertificatesSlider .swiper-image {
    display: flex;
    justify-content: center;
}

.sertificatesSlider .swiper-image img {
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 350px) {
    .footer__top_contact .footer__contact_phone {
        font-size: 25px;
    }
}

.discountItem__titleDescription {
    margin-right: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    font-family: "GrillSans Light";
}

@media screen and (min-width: 1440px) {
    .discountItem__titleDescription {
        padding-right: calc(200px + 0 * (100vw - 1024px) / 416);
    }
}

@media screen and (min-width: 1440px) {
    .discountItem__titleDescription {
        padding-right: calc(200px + 120 * (100vw - 1440px) / 480);
    }
}

@media screen and (min-width: 1920px) {
    .discountItem__titleDescription {
        padding-right: 320px;
    }
}

@media screen and (max-width: 1440px) {
    .discountItem__titleDescription {
        padding-right: 200px;
    }
}

@media screen and (max-width: 1100px) {
    .discountItem__titleDescription {
        padding-right: 0;
        margin-right: 0;
    }
}

.serviceList__rightSide-action {
    visibility: hidden;
}

.actionRightBanner  a.button-black {
    color: #fff;
}


.actionRightBanner .serviceList__rightSide_text {
    text-align: center;
}
.serviceList__rightSide_link {
    margin-top: 70px;
    width: 140px;
    height: 45px;
}
@media (min-width: 1024px) {
    .serviceList__rightSide_link {
        width: calc(140px + 0 * (100vw - 1024px) / 416);
    }
}
@media (min-width: 1440px) {
    .serviceList__rightSide_link {
        width: 140px;
    }
}
@media (min-width: 1440px) {
    .serviceList__rightSide_link {
        width: calc(140px + 84 * (100vw - 1440px) / 480);
    }
}
@media (min-width: 1920px) {
    .serviceList__rightSide_link {
        width: 224px;
    }
}