@charset "UTF-8";

svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.seven {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(152rem + 5.2rem);
    padding-left: 0rem;
    padding-right: 0rem;
}

@media only screen and (max-width: 1440px) {
    .seven {
        max-width: calc(128rem + 5.2rem);
    }
}

@media only screen and (max-width: 767px) {
    .seven {
        padding-left: 0;
        padding-right: 0;
    }
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    min-height: 100vh;
    overflow-x: hidden;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}




.new-salons {
    overflow: visible;
    max-width: calc(100dvw - 4px);
}

@media only screen and (max-width: 1024px) {
    .new-salons {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons .new-salons__map {
        overflow: hidden;
    }
}

.new-salons .site-content {
    position: relative;
}



.new-salons__background::before {
    content: "";
    position: absolute;
    background: url("/local/templates/stilkuhni/markup/build/assets/img/new-salons/bg.png");
    background-size: 2048px 2048px;
    mix-blend-mode: soft-light;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    pointer-events: none;
}

.new-salons__backgroundContent {
    position: relative;
}

.new-salons__button {
    position: sticky;
    top: 20px;
    width: 100%;
    z-index: 95;
}

.new-salons__button-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .new-salons__button-wrap {
        padding-top: 77px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__button-wrap {
        padding-top: 2px;
    }
    .new-salons__button {
        top: 60px;

    }
}

.new-salons__button .seven {
    height: 0;
}

.new-salons__button-map {
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
    height: 100px;
    width: 100%;
    margin-left: auto;
    background-color: #fff0;
    background-image: url(/index_files/button.png);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 450;
    line-height: 112%;
    color: #fff;
    border-radius: 28px;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: width, height, gap, font;
    transition-property: width, height, gap, font;
    gap: 11px;
}

@media only screen and (max-width: 767px) {
    .new-salons__button-map {
        height: 90px;
        border-radius: 18px;
        gap: 8px;
        font-size: 20px;
    }
}

.new-salons__button-map._init {
    height: 90px;
    width: 343px;
    font-size: 20px;
    gap: 8px;
}

@media only screen and (max-width: 767px) {
    .new-salons__button-map._init {
        height: 60px;
        width: 100%;
        font-size: 18px;
        font-weight: 450;
    }
}

.new-salons__button-map._init svg {
    width: 13px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .new-salons__button-map._init svg {
        width: 10px;
    }
}

.new-salons__button-map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #0b1f21;
}

.new-salons__button-map > * {
    position: relative;
}

.new-salons__reasons {
    color: #000000;
}

.new-salons__reasons-title {
    padding-top: 190px;
    max-width: 834px;
    font-size: 80px ;
    font-style: normal;
    font-weight: 700 ;
    line-height: 100%;
    letter-spacing: -2.7px;
    margin-top: 0;
    margin-bottom: 54px;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-title {
        padding-top: 200px;
        max-width: 547px;
        margin-bottom: 44px;
        font-size: 60px !important;
        letter-spacing: -2.4px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-title {
        padding-top: 32px;
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 32px !important;
        line-height: 110%;
        letter-spacing: -0.84px;
        padding-left: 1rem;
    }
}

.new-salons__reasons-title span {
    color: #dd9f04;
}

.new-salons__reasons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-item {
        display: block;
        position: relative;
        margin-left: -26px;
        margin-right: -26px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-item {
        margin-inline: -16px;
    }
}

.new-salons__reasons-item:last-child .new-salons__reasons-left {
    height: auto;
}

.new-salons__reasons-item:last-child .new-salons__reasons-imgWrapper {
    position: relative;
}

.new-salons__reasons-item._big .new-salons__reasons-text {
    font-size: 30px;
    font-weight: 450;
    line-height: 1.5;
    letter-spacing: -1.44px;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-item._big .new-salons__reasons-text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-item._big .new-salons__reasons-text {
        font-size: 19px;
        letter-spacing: -1.02px;
        color: wheat;
    }
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-item._big .new-salons__reasons-content {
        left: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-item._big .new-salons__reasons-content {
        left: 20px;
    }
}

.new-salons__reasons-item._big .new-salons__reasons-step {
    color: #cc9305;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: 56px;
    line-height: 1.3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
}

.new-salons__reasons-item._big .new-salons__reasons-step:after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-item._big .new-salons__reasons-step {
        position: static;
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-item._big .new-salons__reasons-step {
        font-size: 24px;
    }
}

.new-salons__reasons-item._big .new-salons__reasons-step span:first-child {
    font-size: 16px;
    color: rgba(71, 46, 0, 0.9);
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-item._big .new-salons__reasons-step span:first-child {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-item._big .new-salons__reasons-step::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.new-salons__reasons-item._big .new-salons__reasons-imgWrapper .new-salons__reasons-step,
.new-salons__reasons-item._big .new-salons__reasons-imgWrapper .new-salons__reasons-content {
    display: none;
}

.new-salons__reasons-left {
    -ms-flex-preferred-size: 768px;
    flex-basis: 768px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-left {
        width: 100%;
    }
}

.new-salons__reasons-left .new-salons__reasons-content {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-left .new-salons__reasons-content {
        display: block;
    }
}

.new-salons__reasons-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-img {
        border-radius: 32px 32px 0 0;
    }
}

.new-salons__reasons-imgWrapper {
    width: 100%;
    position: sticky;
    aspect-ratio: 768 / 848;
    top: 0;
    margin-bottom: -60px;
    max-height: 100vh;
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-imgWrapper {
        aspect-ratio: 375 / 640;
        padding-bottom: -50px;
    }
}

.new-salons__reasons-imgWrapper::after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 46%;
    opacity: 0.7;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7.81%, #000), color-stop(13.96%, rgba(0, 0, 0, 0.99)), color-stop(20.1%, rgba(0, 0, 0, 0.96)), color-stop(26.25%, rgba(0, 0, 0, 0.92)), color-stop(32.4%, rgba(0, 0, 0, 0.85)), color-stop(38.54%, rgba(0, 0, 0, 0.77)), color-stop(44.69%, rgba(0, 0, 0, 0.67)), color-stop(50.83%, rgba(0, 0, 0, 0.56)), color-stop(56.98%, rgba(0, 0, 0, 0.44)), color-stop(63.13%, rgba(0, 0, 0, 0.33)), color-stop(69.27%, rgba(0, 0, 0, 0.23)), color-stop(75.42%, rgba(0, 0, 0, 0.15)), color-stop(81.56%, rgba(0, 0, 0, 0.08)), color-stop(87.71%, rgba(0, 0, 0, 0.04)), color-stop(93.85%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000 7.81%, rgba(0, 0, 0, 0.99) 13.96%, rgba(0, 0, 0, 0.96) 20.1%, rgba(0, 0, 0, 0.92) 26.25%, rgba(0, 0, 0, 0.85) 32.4%, rgba(0, 0, 0, 0.77) 38.54%, rgba(0, 0, 0, 0.67) 44.69%, rgba(0, 0, 0, 0.56) 50.83%, rgba(0, 0, 0, 0.44) 56.98%, rgba(0, 0, 0, 0.33) 63.13%, rgba(0, 0, 0, 0.23) 69.27%, rgba(0, 0, 0, 0.15) 75.42%, rgba(0, 0, 0, 0.08) 81.56%, rgba(0, 0, 0, 0.04) 87.71%, rgba(0, 0, 0, 0.01) 93.85%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-imgWrapper::after {
        opacity: 0.9;
        height: 690px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(7.81%, #000), color-stop(13.96%, rgba(0, 0, 0, 0.99)), color-stop(20.1%, rgba(0, 0, 0, 0.96)), color-stop(26.25%, rgba(0, 0, 0, 0.92)), color-stop(32.4%, rgba(0, 0, 0, 0.85)), color-stop(38.54%, rgba(0, 0, 0, 0.77)), color-stop(44.69%, rgba(0, 0, 0, 0.67)), color-stop(50.83%, rgba(0, 0, 0, 0.56)), color-stop(56.98%, rgba(0, 0, 0, 0.44)), color-stop(63.13%, rgba(0, 0, 0, 0.33)), color-stop(69.27%, rgba(0, 0, 0, 0.23)), color-stop(75.42%, rgba(0, 0, 0, 0.15)), color-stop(81.56%, rgba(0, 0, 0, 0.08)), color-stop(87.71%, rgba(0, 0, 0, 0.04)), color-stop(93.85%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, #000 7.81%, rgba(0, 0, 0, 0.99) 13.96%, rgba(0, 0, 0, 0.96) 20.1%, rgba(0, 0, 0, 0.92) 26.25%, rgba(0, 0, 0, 0.85) 32.4%, rgba(0, 0, 0, 0.77) 38.54%, rgba(0, 0, 0, 0.67) 44.69%, rgba(0, 0, 0, 0.56) 50.83%, rgba(0, 0, 0, 0.44) 56.98%, rgba(0, 0, 0, 0.33) 63.13%, rgba(0, 0, 0, 0.23) 69.27%, rgba(0, 0, 0, 0.15) 75.42%, rgba(0, 0, 0, 0.08) 81.56%, rgba(0, 0, 0, 0.04) 87.71%, rgba(0, 0, 0, 0.01) 93.85%, rgba(0, 0, 0, 0) 100%);
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-imgWrapper::after {
        height: 550px;
        opacity: 0.9;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(7.81%, #000), color-stop(13.96%, rgba(0, 0, 0, 0.99)), color-stop(20.1%, rgba(0, 0, 0, 0.96)), color-stop(26.25%, rgba(0, 0, 0, 0.92)), color-stop(32.4%, rgba(0, 0, 0, 0.85)), color-stop(38.54%, rgba(0, 0, 0, 0.77)), color-stop(44.69%, rgba(0, 0, 0, 0.67)), color-stop(50.83%, rgba(0, 0, 0, 0.56)), color-stop(56.98%, rgba(0, 0, 0, 0.44)), color-stop(63.13%, rgba(0, 0, 0, 0.33)), color-stop(69.27%, rgba(0, 0, 0, 0.23)), color-stop(75.42%, rgba(0, 0, 0, 0.15)), color-stop(81.56%, rgba(0, 0, 0, 0.08)), color-stop(87.71%, rgba(0, 0, 0, 0.04)), color-stop(93.85%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, #000 7.81%, rgba(0, 0, 0, 0.99) 13.96%, rgba(0, 0, 0, 0.96) 20.1%, rgba(0, 0, 0, 0.92) 26.25%, rgba(0, 0, 0, 0.85) 32.4%, rgba(0, 0, 0, 0.77) 38.54%, rgba(0, 0, 0, 0.67) 44.69%, rgba(0, 0, 0, 0.56) 50.83%, rgba(0, 0, 0, 0.44) 56.98%, rgba(0, 0, 0, 0.33) 63.13%, rgba(0, 0, 0, 0.23) 69.27%, rgba(0, 0, 0, 0.15) 75.42%, rgba(0, 0, 0, 0.08) 81.56%, rgba(0, 0, 0, 0.04) 87.71%, rgba(0, 0, 0, 0.01) 93.85%, rgba(0, 0, 0, 0) 100%);
    }
}

.new-salons__reasons-content {
    padding: 30px 0;
    -ms-flex-preferred-size: 674px;
    flex-basis: 674px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.12);
}

@media only screen and (min-width: 1440px) {
    .new-salons__reasons-content {
        -ms-flex-preferred-size: 685px;
        flex-basis: 685px;
    }
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-content {
        position: absolute;
        z-index: 3;
        bottom: 120px;
        left: 46px;
        right: 46px;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-content {
        left: 0;
        right: 0;
        bottom: 80px;
        padding-inline: 16px;
    }
}

.new-salons__reasons-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;

    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-step {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.new-salons__reasons-step::after {
    bottom: -1px;
    background: #fff200;
    left: 0;
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
}

.new-salons__reasons-text {
    color: rgba(43, 43, 43, 0.9);
    font-size: 30px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%;

    max-width: 586px;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .new-salons__reasons-text {
        font-size: 28px;
        max-width: 526px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__reasons-text {
        font-size: 19px;
        line-height: 130%;
    }
}

.new-salons__map {
    position: relative;
    z-index: 97;
}

.new-salons__map-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
    padding-top: 90px;
    gap: 0 10px;
}

@media only screen and (max-width: 1024px) {
    .new-salons__map-top {
        display: block !important;
        margin-bottom: 11px;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__map-top {
        margin-bottom: 8px;
    }
}

.new-salons__map-title {
    margin: 0;
    color: #363636;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .new-salons__map-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .new-salons__map-title {
        font-size: 30px;
        margin-top: 30px;
    }
}

[class*="-balloon_layout_normal"] {
    left: -15rem !important;
}

[class*="-balloon__tail"] {
    left: 133px !important;
    background: none !important;
}

[class*="-balloon"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

[class*="-balloon-pane"] {
    z-index: 8000 !important;
}

[class*="-balloon__layout"] {
    border-radius: 8px;
}

[class*="-balloon__content"] {
    margin: 0 !important;
    padding: 8px !important;
}

[class*="-balloon__close-button"] {
    position: relative;
    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 0 50% !important;
    opacity: 1 !important;
}

@font-face {
    font-family: "Suisse Intl";
    src: url("../fonts/SuisseIntl/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl/SuisseIntl-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: "Suisse Intl";
    src: url("../fonts/SuisseIntl/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl/SuisseIntl-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: "Suisse Intl";
    src: url("../fonts/SuisseIntl/SuisseIntl-Bold.woff2") format("woff2"), url("../fonts/SuisseIntl/SuisseIntl-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: block;
}

@font-face {
    font-family: "Suisse Intl";
    src: url("../fonts/SuisseIntl/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl/SuisseIntl-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: "Suisse Intl";
    src: url("../fonts/SuisseIntl/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl/SuisseIntl-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

* {
    min-width: 0;
    min-height: 0;
}

.site-content {

}

@media only screen and (max-width: 1024px) {
    .site-content {
        padding-top: 17.1rem;
    }
}

@media only screen and (max-width: 767px) {
    .site-content {
        padding-top: 4.5rem;
    }
}
