@charset "UTF-8";
.tooltipe-background {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tooltipe-add__box {
    width: 470px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 60px;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    display: none;
}

.tooltipe__close-btn {
    width: 30px;
    height: 30px;
    display: block;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/N/tooltipes/close.svg);
    border: none;
    margin-left: auto;
    cursor: pointer;
    margin-bottom: 30px;
}

.tooltipe-add__icon {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(../../img/N/tooltipes/icon-ok.svg);
    background-position: center;
    margin-bottom: 40px;
}

.tooltipe-add__gratitude {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 30px;
}

.tooltipe-add__text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.tooltipe-add__checkout-btn {
    width: 100%;
    max-width: 220px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    background: #F4F4F4;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: auto;
}

.tooltipe-add__checkout-btn:hover {
    background: #CDDDE3;
}

.tooltipe-add__continue-btn {
    width: 100%;
    max-width: 220px;
    background: #fff;
    border: none;
    border: 1px solid #CDDDE3;
    height: 54px;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}

.tooltipe-add__continue-btn:hover {
    background: #CDDDE3;
}

.tooltipe-appointment__title {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tooltipe-appointment__box {
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.tooltipe-appointment-success__box {
    width: 470px;
    height: 700px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.appointment-success__icon {
    margin-top: 30%;
}

.tooltipe-appointment-success__text {
    font-family: 'Inter';
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
}

.tooltipe-buy-one-tap__box {
    width: 470px;
    height: 800px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.tooltipe-buy-one-tap__title-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tooltipe-buy-one-tap__title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.tooltipe-buy-one-tap__form {
    width: 100%;
}

.tooltipe-complaint__box {
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.tooltipe-complaint__title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}

.tooltipe-complaint__product {
    width: 100%;
    border: 1px solid #CDDDE3;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tooltipe-complaint__product div {
    font-size: 18px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.tooltipe-complaint__product div:not(:last-child) {
    border-right: 1px solid #CDDDE3;
}

.tooltipe-complaint__product .tooltipe-complaint__product-img-box {
    width: 100px;
    min-width: 100px;
    padding: 12px;
}

.tooltipe-complaint__product .tooltipe-complaint__product-img-box img {
    width: 100%;
    height: 100%;
}

.tooltipe-complaint__product .tooltipe-complaint__product-name {
    width: 60%;
}

.tooltipe-complaint__product .tooltipe-complaint__product-price {
    width: 15%;
}

.tooltipe-complaint__product .tooltipe-complaint__product-quantity {
    width: 15%;
}

.tooltipe-complaint__form {
    width: 100%;
}

.tooltipe-complaint__item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.tooltipe-complaint__input-quantity {
    border: 1px solid #CDDDE3;
    padding: 12px 10px;
    width: 100px;
    margin-bottom: 10px;
}

.tooltipe-complaint__input-file {
    display: block;
    margin-bottom: 10px;
}

.tooltipe-complaint__textarea {
    border: 1px solid #CDDDE3;
    resize: none;
    width: 100%;
    height: 107px;
    padding: 10px 18px;
    margin-bottom: 20px;
}

.tooltipe-complaint__submit {
    width: 100%;
    max-width: 300px;
    height: 54px;
    background: #CDDDE3;
    border: none;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}

.tooltipe-complaint__submit:hover {
    background: #697B87;
    color: #fff;
}

.tooltipe-background {
    display: none;
}

.tooltipe-add--show {
    display: block;
}

.tooltipe-add--show .tooltipe-add__box {
    display: flex;
}

.tooltipe-add--show .tooltipe-add__box .tooltipe-add__icon {
    animation: success 0.6s;
}

.tooltipe-appointment--show {
    display: block;
}

.tooltipe-appointment--show .tooltipe-appointment__box {
    display: flex;
}

.tooltipe-appointment-success--show {
    display: block;
}

.tooltipe-appointment-success--show .tooltipe-appointment-success__box {
    display: flex;
}

.tooltipe-appointment-success--show .tooltipe-appointment-success__box .tooltipe-add__icon {
    animation: success 0.6s;
}

.tooltipe-check-availability--show {
    display: block;
}

.tooltipe-check-availability--show .tooltipe-check-availability__box {
    display: flex;
}

.tooltipe-buy-one-tap--show {
    display: block;
}

.tooltipe-buy-one-tap--show .tooltipe-buy-one-tap__box {
    display: flex;
}

.tooltipe-complaint--show {
    display: block;
}

.tooltipe-complaint--show .tooltipe-complaint__box {
    display: flex;
}

.tooltipe-form-module__box {
    width: 90%;
    max-width: 900px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.tooltipe-form-module__box .form-module {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 0;
}

.tooltipe-form-module__box .form-module__success {
    background-color: #fff;
}

.tooltipe-background.tooltipe-form-module--show {
    display: block;
}

.tooltipe-background.tooltipe-form-module--show .tooltipe-form-module__box {
    display: flex;
}

.tooltipe-background.tooltipe-form-module--show .tooltipe-form-module__box .tooltipe-add__icon {
    animation: success 0.6s;
}

@keyframes success {
    0% {
        position: relative;
        top: -80px;
        transform: scale(0.1);
    }
    100% {
        position: relative;
        top: 0px;
        transform: scale(1);
    }
}

@media screen and (max-width: 1100px) {
    .tooltipe-add__box {
        width: 70%;
        max-width: 470px;
        height: 500px;
        padding: 35px;
    }
    .tooltipe__close-btn {
        width: 16px;
        height: 16px;
    }
    .tooltipe-add__icon {
        height: 80px;
        background-size: contain;
    }
    .tooltipe-add__gratitude {
        font-size: 22px;
    }
    .tooltipe-add__text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .tooltipe-add__box {
        width: 100%;
        padding: 25px;
        width: 90%;
    }
    .tooltipe-appointment__box {
        padding: 25px;
    }
    .tooltipe__close-btn {
        width: 14px;
        height: 14px;
    }
    .tooltipe-add__icon {
        height: 70px;
        background-size: contain;
    }
    .tooltipe-add__gratitude {
        font-size: 20px;
    }
    .tooltipe-add__text {
        font-size: 12px;
        line-height: 16px;
    }
    .tooltipe-add__continue-btn,
    .tooltipe-add__checkout-btn {
        font-size: 8px;
    }
    .tooltipe-appointment__box {
        padding: 60px;
    }
    .tooltipe-buy-one-tap__box {
        width: 90%;
        padding: 20px;
        height: 730px;
    }
}

@media screen and (max-width: 560px) {
    .tooltipe-buy-one-tap__box {
        height: 700px;
    }
}

@media screen and (max-width: 450px) {
    .tooltipe-appointment__box {
        padding: 20px;
    }
}

.tooltipe-review-slider {
    width: 80%;
    height: 80vh;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 10vh auto;
    padding: 60px;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    display: none;
}

.review-slider-block {
    width: 90%;
    height: calc(80vh - 300px);
    margin: 0 auto;
    position: relative;
}

.review-slider-block .swiper-pagination {
    top: calc(100% + 20px);
}

.review-slider-block .pagination-images {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    height: 90px;
}

.review-slider-block .pagination-images::-webkit-scrollbar {
    height: 10px;
    background-color: #fff;
}

.review-slider-block .pagination-images::-webkit-scrollbar-thumb {
    background: linear-gradient(#fff 0%, #fff 35%, #CDDDE3 35%, #CDDDE3 75%, #fff 75%, #fff 100%);
    cursor: pointer;
}

.review-slider-block .swiper-pagination-bullet {
    width: 70px;
    min-width: 70px;
    height: 70px;
    opacity: 1;
    border-radius: 0;
    border: 4px solid #fff;
    margin: 4px;
}

.review-slider-block .swiper-pagination-bullet-active {
    border: 5px solid #CDDDE3;
}

.review-slider-block .pagination-image__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.review-slider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.review-slider__item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-slider__arrow {
    z-index: 122;
    width: 45px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    background-image: url(../../img/N/common/main-arrow-btn.svg);
}

.review-slider--prev {
    left: -50px;
    transform: rotate(180deg);
}

.review-slider--next {
    right: -50px;
}

.tooltipe-review--show {
    display: block;
}

.tooltipe-review--show .tooltipe-review-slider {
    display: block;
}

@media screen and (max-width: 1100px) {
    .review-slider-block .pagination-images {
        height: 80px;
    }
    .review-slider-block .swiper-pagination-bullet {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .review-slider-block .swiper-pagination-bullet-active {
        border: 3px solid #CDDDE3;
    }
}

@media screen and (max-width: 800px) {
    .tooltipe-review-slider {
        padding: 30px;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .review-slider-block {
        width: 100%;
        height: calc(100vh - 200px);
    }
    .review-slider-block .review-slider__arrow {
        display: none;
    }
    .review-slider-block .pagination-images {
        height: 60px;
    }
    .review-slider-block .swiper-pagination-bullet {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .review-slider-block .swiper-pagination-bullet-active {
        border: 2px solid #CDDDE3;
    }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}

.pika-single:after {
    clear: both;
}

.pika-single {
    *zoom: 1;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.appointment-prompt {
    margin-bottom: 30px;
}

.appointment-form {
    max-width: 760px;
    width: 100%;
}

.appointment-form input:focus {
    border: 1px solid #697B87;
}

.appointment-form-row {
    display: flex;
    justify-content: space-between;
}

.appointment-form__box {
    width: 350px;
}

.appointment-form__item {
    margin-bottom: 30px;
}

.appointment-form__name {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}

.appointment-form__name span {
    color: #697B87;
}

.appointment-form__input {
    font-family: 'Open Sans';
    font-weight: normal;
    width: 100%;
    height: 54px;
    border: 1px solid #CDDDE3;
    padding: 0 18px;
    font-weight: 300;
    font-size: 14px;
}

.appointment-form__select {
    position: relative;
}

.appointment-form__select:after {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(../../img/N/icons/productCardPage/arrow-up.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transition: 0.3s;
    top: 20px;
    right: 20px;
    pointer-events: none;
}

.appointment-form__input--select {
    cursor: pointer;
}

.appointment-form__select-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #CDDDE3;
    border-top: none;
    font-weight: 300;
    font-size: 14px;
    display: none;
    z-index: 3;
    background-color: #fff;
    max-height: 270px;
    overflow: auto;
}

.appointment-form__select-list::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

.appointment-form__select-list::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #CDDDE3 35%, #CDDDE3 75%, #fff 75%, #fff 100%);
    cursor: pointer;
}

.appointment-form__select-item {
    cursor: pointer;
    padding: 7px 20px;
}

.appointment-form__select-item:not(:last-child) {
    margin-bottom: 5px;
}

.appointment-form__select-item:first-child {
    margin-top: 10px;
}

.appointment-form__select-item:last-child {
    margin-bottom: 10px;
}

.appointment-form__select-item:hover {
    background-color: rgba(205, 221, 227, 0.6);
}

.select-list--open .appointment-form__select-list {
    display: block;
}

.select-list--open:after {
    transform: rotate(0deg);
}

.appointment-form__date {
    display: flex;
    justify-content: space-between;
}

.appointment-form__date-item {
    font-weight: 300;
    font-size: 16px;
}

.appointment-form__date-item--day {
    width: 150px;
    position: relative;
}

.appointment-form__date-item--day:after {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(../../img/N/icons/productCardPage/calendar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.appointment-form__date-item--time {
    width: 170px;
}

.appointment-form__time-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    border: 1px solid #CDDDE3;
    padding: 2px 18px;
}

.appointment-form__time-box span {
    margin-bottom: 3px;
}

.appointment-form__time-box input:focus {
    border: none;
}

.appointment-form__time-box--focused {
    border: 1px solid #697B87;
}

.appointment-form__time-box-item {
    width: 35%;
    height: 100%;
    position: relative;
}

.appointment-form__time-item {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    border: none;
}

.appointment-form__time-list {
    position: absolute;
    top: 100%;
    left: -19px;
    width: 84px;
    border: 1px solid #CDDDE3;
    z-index: 4;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    background-color: #fff;
    display: none;
    max-height: 270px;
    overflow: auto;
}

.appointment-form__time-list::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

.appointment-form__time-list::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #CDDDE3 35%, #CDDDE3 75%, #fff 75%, #fff 100%);
    cursor: pointer;
}

.appointment-form__time-list-item {
    cursor: pointer;
    padding: 7px 0;
    text-align: center;
}

.appointment-form__time-list-item:not(:last-child) {
    margin-bottom: 5px;
}

.appointment-form__time-list-item:hover {
    background-color: rgba(205, 221, 227, 0.6);
}

.appointment-time-list--show {
    display: block;
}

.disactive-item {
    pointer-events: none;
}

.appointment-form__input-message {
    height: 107px;
    padding: 12px 18px;
    resize: none;
}

.appointment-form__box--submit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appointment-form__submit-btn {
    margin-top: 24px;
    width: 223px;
    height: 54px;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    background: #CDDDE3;
    cursor: pointer;
}

.appointment-form__submit-btn:hover {
    background-color: #697B87;
    color: #fff;
}

.appointment-form__submit-text {
    font-size: 12px;
    line-height: 16px;
    color: #5A5A5A;
    margin-bottom: 30px;
}

.appointment-form__submit-text a {
    display: inline;
    color: #697B87;
}

@media screen and (max-width: 900px) {
    .appointment-form__box {
        width: 47%;
        min-width: 285px;
    }
    .appointment-form__date-item--day {
        width: 47%;
    }
    .appointment-form__date-item--day .appointment-form__input {
        padding: 0 14px;
    }
    .appointment-form__date-item--day:after {
        right: 14px;
    }
    .appointment-form__date-item--time {
        width: 47%;
    }
    .appointment-form__time-box {
        padding: 0 10px;
    }
}

@media screen and (max-width: 740px) {
    .appointment-form-row {
        flex-direction: column;
    }
    .appointment-form__box {
        width: 100%;
        max-width: 350px;
        min-width: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 540px) {
    .appointment-prompt {
        font-size: 14px;
        text-align: justify;
    }
    .appointment-form__item {
        margin-bottom: 20px;
    }
    .appointment-form__submit-btn {
        width: 100%;
    }
    .appointment-form__submit-text {
        text-align: center;
        margin-top: 10px;
    }
    .appointment-form__input {
        height: 44px;
        font-size: 12px;
    }
    .appointment-form__time-box {
        height: 44px;
    }
    .appointment-form__select:after {
        top: 14px;
    }
    .appointment-form__select-list {
        font-size: 12px;
    }
    .appointment-form__select-item {
        padding: 5px 20px;
    }
    .appointment-form__time-list {
        left: -11px;
        font-size: 12px;
        width: 60px;
    }
    .appointment-form__date-item--day:after {
        bottom: 14px;
        right: 12px;
    }
    .appointment-form__time-item {
        font-size: 12px;
    }
}

.contacts {
    margin: 0 0 120px;
}

.block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}

.block-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
}

.block-description{
    margin-bottom: 25px;
}

.sorting__box {
    position: relative;
    display: inline-block;
    z-index: 5;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.sorting__selected {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 36px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #697B87;
    padding-right: 55px;
}

.sorting__selected:after {
    content: "";
    width: 30px;
    height: 16px;
    background-image: url(../../img/N/pages/contactsPage/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 18px;
    right: 12px;
    cursor: pointer;
    pointer-events: none;
}

.city-list{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 5;
    padding: 10px;
    width: 100%;
}

.sorting__list {
    background-color: #fff;
    width: 100%;
    max-height: 315px;
    overflow: auto;
}

.sorting__list::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

.sorting__list::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(35%, #fff), color-stop(35%, #CDDDE3), color-stop(75%, #CDDDE3), color-stop(75%, #fff), to(#fff));
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #CDDDE3 35%, #CDDDE3 75%, #fff 75%, #fff 100%);
    cursor: pointer;
}

.sorting__list-item {
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sorting__list-item:hover {
    background: #CDDDE3;
}

.sorting__box--open .sorting__selected:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    pointer-events: auto;
}

.sorting__box--open .city-list {
    display: block;
}

.sorting-item--selected {
    display: none;
}

.city-list__text{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.city-list__text svg{
    flex-shrink: 0;
    margin-right: 5px;
}

.city-list__text input{
    border: 0;
    height: 20px;
    width: 100%;
}

.contacts-places {
    border: 1px solid #CDDDE3;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    max-height: 400px;
}

.contacts-places-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 130px;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid #CDDDE3;
    border-left: 1px solid #CDDDE3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contacts-places-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-tabs__slide {
    padding: 20px 20px 0;
}

.contacts-places__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.contacts-places__box {
    position: relative;
    z-index: 3;
    width: 31%;
}

.block-tabs__item-wrapper {
    width: 33%;
}

.contacts-places__box-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 30px;
    display: inline-block;
}

.contacts-places__item-label {
    display: block;
    cursor: pointer;
}

.contacts-places__item-input {
    position: absolute;
}

.contacts-places__item {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.contacts-places__item:hover {
    background: rgba(205, 221, 227, 0.3);
}

.contacts-places__item:not(:last-child) {
    margin-bottom: 35px;
}

.contacts-places__item-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}

.contacts-places__item-address {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.contacts-places__item-btn {
    height: 35px;
    padding: 0 10px;
    font-weight: 600;
    border: none;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #CDDDE3;
    cursor: pointer;
    display: none;
    margin-left: auto;
    margin-top: 10px;
    color: #000;
}

.contacts-places__item-btn:hover {
    background: #697B87;
    color: #fff;
}

.contacts-places__item-btn-mobile {
    display: none;
}

.contacts-places__item-input:checked + .contacts-places__item {
    background: #F4F4F4;
}

.contacts-places__item-input:checked + .contacts-places__item .contacts-places__item-btn {
    display: block;
}

.contacts-info {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.contacts-info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 23%;
}

.contacts-info_item--phone {
    width: 27%;
}

.contacts-info_item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.contacts-info_item-img {
    margin-top: 5px;
    width: 48px;
    margin-right: 30px;
}

.contacts-interactive {
    height: 283px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-map-block {
    width: 100%;
    max-width: 712px;
    margin-right: 20px;
    height: 100%;
}

.contacts-map-block img {
    width: 100%;
    height: 100%;
}

.contacts-slider-block {
    width: 505px;
    height: 100%;
}

.contacts-slider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.contacts-slider__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

.contacts-slider__item {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    position: relative;
}

.contacts-slider__item img {
    width: 100%;
    height: 100%;
}

.contacts-slider__arrow {
    z-index: 4;
    width: 45px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    background-image: url(../../img/N/icons/mainPage/main-arrow-prev.svg);
}

.contacts-slider--prev {
    left: 5%;
}

.contacts-slider--next {
    right: 5%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.contacts-places-selected {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    position: relative;
    color: #697B87;
    display: inline-block;
    padding-right: 60px;
    cursor: pointer;
    margin-bottom: 20px;
}

.contacts-places-selected:after {
    content: "";
    width: 30px;
    height: 16px;
    background-image: url(../../img/N/pages/contactsPage/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 8px;
    right: 12px;
    cursor: pointer;
    pointer-events: none;
}

.contacts-places--closed {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    border: none;
}

.contacts-places--closed + .contacts-info {
    margin-top: 10px;
}

.contacts-places-selected--closed:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1140px) {
    .contacts-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .contacts-interactive {
        display: block;
        height: auto;
    }
    .contacts-map-block {
        margin: 0 auto;
        height: 230px;
        margin-bottom: 40px;
    }
    .contacts-slider-block {
        margin: 0 auto;
    }
    .contacts-info_item {
        width: 44%;
        margin-bottom: 30px;
    }
    .contacts-info_item:first-child {
        width: 100%;
    }
    .contacts-info_item:first-child .contacts-info_item-text {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
    }
    .contacts-info_item:nth-child(2) {
        display: none;
    }
    .contacts-slider-block {
        width: 100%;
        max-width: 712px;
    }
}

@media screen and (max-width: 850px) {
    .contacts {
        margin-top: 40px;
    }
    .block-title h1,
    .sorting__selected {
        font-weight: 500;
        font-size: 28px;
        line-height: 48px;
    }
    .contacts-places__box-name {
        font-weight: bold;
        font-size: 18px;
        line-height: 48px;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .block-tabs__slide {
        border-bottom: 1px solid #CDDDE3;
        padding: 0 20px 0;
    }
    .block-tabs__slide::-webkit-scrollbar {
        width: 0px;
    }
    .block-tabs__item {
        font-family: 'Inter';
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #5A5A5A;
        cursor: pointer;
    }
    .block-tabs__item:not(:last-child) {
        margin-right: 40px;
    }
    .block-tabs--active {
        color: #000;
        pointer-events: none;
    }
    .block-tabs__line {
        width: 100%;
        height: 1px;
        position: relative;
    }
    .block-tabs__line--active-tab {
        position: absolute;
        bottom: 0;
        left: 30px;
        height: 2px;
        background-color: #CDDDE3;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        width: 65px;
    }
    .contacts-places__block {
        padding: 20px 0;
    }
    .contacts-places__box {
        width: 100%;
    }
    .contacts-places-arrow {
        display: none;
    }
    .contacts-places__item {
        padding-right: 60px;
    }
    .contacts-places__item:after {
        position: absolute;
        content: "";
        width: 11px;
        height: 18px;
        top: calc(50% - 9px);
        right: 22px;
        background-repeat: no-repeat;
        background-image: url(../../img/N/pages/contactsPage/arrow-right.svg);
        background-size: contain;
        display: none;
        pointer-events: none;
    }
    .contacts-places__item--salon {
        position: relative;
    }
    .contacts-places__item-btn-mobile {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .contacts-places__item-input:checked + .contacts-places__item:after {
        display: block;
    }
    .contacts-places__item-input:checked + .contacts-places__item .contacts-places__item-btn {
        display: inline-block;
    }
    .box-tab {
        display: none;
    }
    .box-tab--active {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .contacts-info_item {
        width: 100%;
    }
    .block-tabs__item-wrapper {
        width: auto;
    }
    .contacts-places__box-name {
        margin-left: 0;
    }
    .block-tabs__line--active-tab {
        left: 0px;
    }
    .block-title h1,
    .sorting__selected {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .sorting__selected,
    .contacts-places-selected {
        padding-right: 40px;
    }
    .sorting__selected:after,
    .contacts-places-selected:after {
        width: 14px;
        height: 8px;
        top: 12px;
    }
    .contacts-places-selected {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
    .contacts-places-selected:after {
        top: 5px;
    }
    .contacts-info_item-img {
        margin-top: 0;
        width: 25px;
        margin-right: 22px;
    }
}

@media screen and (max-width: 500px) {
    .contacts-info_item:first-child .contacts-info_item-text {
        font-size: 14px;
        line-height: 20px;
    }
    .contacts-info_item-text {
        font-size: 10px;
        line-height: 20px;
    }
    .contacts-info_item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .contacts-info {
        margin: 20px 0;
    }
    .block-tabs__slide {
        padding: 0 5px;
    }
    .block-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .title__text {
        width: 100%;
        margin-bottom: 10px;
    }
    .sorting__box {
        width: 100%;
    }
}

