

/* Start:/bitrix/templates/1/components/bitrix/highloadblock.list/shopmap_2024/style.css?177443033816267*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.salons-container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}


/*--------------------------------salons-header-----------------------------*/

.salons-header__wrapp {
    padding: 30px 0 100px;
    display: flex;
    gap: 350px;
    border-bottom: 1px solid #E6E6E6;
}

.salons-header__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.salons-header__left h1 {
    margin: 0;
    font-family: "Lithium Typeface (LT)", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 95%;
}

.salons-header__tabs {
    display: flex;
    gap: 12px;
    align-items: center;
}

.salons-header__tab {
    cursor: pointer;
    color: #878787;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
    border-radius: 31px;
    background: #E6E6E6;
    padding: 4px 12px;
}
.salons-header__tab:hover{
    color: #FFF;
    font-weight: 500;
    background: #272727;
}
.active-tab {
    color: #FFF;
    font-weight: 500;
    background: #272727;
}
.display_none_s{
    display: none;
}
.salons-header__right {
    margin-top: 16px;
    flex: 0 1 704px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.salons-header__help {
    margin: 0;
    color: #878787;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 145.5%;
}

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

.header__links a {
    align-self: flex-start;
    padding-bottom: 2px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
}

.header__links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #878787;
    transition: width 0.4s;
}

.header__links a:hover::after {
    width: 0;
}

.header__links-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: space-between;
}

.header__links-socials {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 60px;
}


@media (max-width: 1350px) {
    .salons-header__wrapp {
        gap: 200px;
    }
}

@media (max-width: 1199px) {

    .salons-header__wrapp {
        padding: 30px 0 60px;
        flex-direction: column;
        gap: 40px;
    }

    .salons-header__right {
        flex: 1;
        max-width: 704px;
    }

    .salons-header__right {
        margin-top: 0;
    }

    .header__links-socials {
        margin-right: 84px;
    }
}

@media (max-width: 991px) {

    .salons-header__wrapp {
        padding: 20px 0 40px;
        flex-direction: column;
        gap: 24px;
    }

    .salons-header__left {
        gap: 16px;
    }

    .salons-header__left h1 {
        font-size: 44px;
        line-height: 100%;
    }

    .salons-header__tab {
        font-size: 14px;
        font-weight: 500;
        line-height: 139.5%;
    }

    .salons-header__help {
        font-size: 14px;
    }

    .salons-header__right {
        gap: 24px;
        max-width: 550px;
    }

    .header__links-col {
        gap: 20px;
    }

    .header__links a {
        font-size: 14px;
        line-height: 140%;
    }

    .header__links-socials svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .salons-header__left {
        gap: 12px;
    }

    .salons-header__right {
        gap: 20px;
    }

    .header__links {
        flex-direction: column;
        gap: 20px;
    }

    .header__links-socials {
        margin-right: 0;
    }
}

/*--------------------------------/salons-header-----------------------------*/

/*--------------------------------salons-----------------------------*/


.salon {
    display: flex;
    gap: 34px;
    position: relative;
}


.salon {
    padding: 80px 0;
}

.salons__wrapp {
    display: flex;
    flex-direction: column;
}

.salon:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}

.salon__left {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.salon__left-info {
    flex: 0 1 400px;
    display: flex;
    flex-direction: column;
}

.salon__left-gallery {
    align-self: flex-start;
    position: relative;
    cursor: pointer;
}

.salon__left-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-num {
    position: absolute;
    left: 24px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(3px);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 4px 10px;
}

.gallery-num p {
    margin: 0;
}

.salon__title {
    font-family: "Lithium Typeface (LT)", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 88.5%;
    margin: 0 0 25px;
}

.salon__contacts {
    margin-bottom: 40px;
}

.salon__address {
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
    margin-bottom: 4px;
}

.salon__time {
    color: #878787;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 145.5%;
    margin-bottom: 16px;
}

.salon__phone {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
    padding-bottom: 4px;
    position: relative;
}

.salon__phone::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #878787;
    transition: width 0.4s;
}

.salon__phone:hover::after {
    width: 0;
}

.salon__team {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.salon__team-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 141%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0;
}

.salon__team-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.salon__team-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 133px;
   /* flex-shrink: 0;*/
}

.salon__team-photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.salon__team-name {
    color: #878787;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 145.5%;
}

.salon__right {
    flex: 0 0 500px;
}

.salon__bottom {
    position: absolute;
    bottom: 110px;
    right: 0;
    display: flex;
    gap: 50px;
    max-width: 1034px;
}

.salon__right-about {
    flex: 0 0 220px;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 141.386%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.salon__right-text {
    color: #878787;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 145.5%;
    margin: 0;
}


@media (max-width: 1500px) {
    .salon {
        gap: 20px;
    }

    .salon:first-child {
        padding: 80px 0 124px;
    }

    .salon__left-gallery {
        flex: 0 0 400px;
        height: auto;
    }

    .gallery-num {
        bottom: 24px;
    }

    .salon__right {
        flex: 0 0 400px;
    }

    .salon__right iframe {
        width: 400px;
        height: 400px;
    }

    .salon__bottom {
        bottom: 100px;
        right: 0;
        gap: 30px;
        max-width: 820px;
    }
}


@media (max-width: 1300px) {
    .salon:first-child {
        padding: 80px 0;
    }

    .salon__left-gallery {
        flex: 0 0 350px;
    }

    .salon__right {
        flex: 0 0 350px;
    }

    .salon__right iframe {
        width: 350px;
        height: 350px;
    }

    .salon__bottom {
        flex-direction: column;
        gap: 20px;
        bottom: 100px;
        right: 0;
        max-width: 720px;
    }

    .salon__right-about {
        flex: 1;
        margin: 0;
    }

}

@media (max-width: 1199px) {
    .salon {
        display: grid;
        gap: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "left left"
                                     "bottom bottom"
                                     "right right";
    }

    .salon:first-child {
        padding: 60px 0;
    }

    .salon:not(:first-child) {
        padding: 60px 0;
    }

    .salon__left {
        grid-area: left;
        margin-bottom: 40px;
    }

    .salon__bottom {
        position: initial;
        grid-area: bottom;
        margin-bottom: 20px;
    }

    .salon {
        padding: 80px 0 80px;
    }

    .salon__left-gallery {
        flex: 0 1 476px;
    }

    .gallery-num {
        bottom: 24px;
    }

    .salon__right {
        grid-area: right;
        flex: 1;
        width: 100% !important;
        height: 0 !important;
        position: relative;
        padding-bottom: 46%;
    }

    .salon__right iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .salon__bottom {
        flex-direction: row;
        gap: 54px;
        max-width: 100%;
    }

    .salon__right-about {
        flex: 0 0 220px;
    }

}

@media (max-width: 991px) {
    .salon:first-child {
        padding: 40px 0;
    }

    .salon:not(:first-child) {
        padding: 40px 0;
    }

    .salon__left-gallery {
        flex: 0 0 364px;
    }

    .salon__left-mar {
        margin-bottom: 20px;
    }

    .salon__title {
        font-size: 36px;
        margin: 0 0 20px;
        max-width: 250px;
    }

    .salon__contacts {
        margin-bottom: 20px;
    }

    .salon__address {
        font-size: 14px;
        line-height: 140%;
    }

    .salon__time {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .salon__phone {
        font-size: 14px;
        line-height: 140%;
    }

    .salon__team {
        gap: 12px;
    }

    .salon__team-title {
        font-size: 14px;
        line-height: 142%;
        letter-spacing: 0.56px;
    }

    .salon__team-item {
        gap: 4px;
    }

    .salon__team-name {
        font-size: 14px;
        max-width: 120px;
    }

    .salon__bottom {
        gap: 40px;
    }

    .salon__right-about {
        font-size: 14px;
        line-height: 142%;
        letter-spacing: 0.56px;
    }

    .salon__right-text {
        font-size: 14px;
    }
}


@media (max-width: 900px) {
    .salon:last-child {
        border-bottom: 1px solid #E6E6E6;
    }
}


@media (max-width: 767px) {
    .salon__left {
        gap: 30px;
        margin-bottom: 20px;
    }

    .salon__left-gallery {
        flex: 0 1 364px;
        /*height: auto;*/
    }

    .gallery-num {
        left: 20px;
        bottom: 20px;
        font-size: 14px;
    }

    .salon__left-info {
        flex: 0 0 300px;
    }

    .salon__bottom {
        flex-direction: column;
        gap: 8px;
    }

    .salon__right-about {
        flex: 1;
    }
}

@media (max-width: 720px) {
    .salon__left {
        flex-direction: column;
    }

    .salon__left-gallery {
        flex: 1;
        width: 100%;
    }

    .salon__left-gallery img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .salon__left-info {
        flex: 1;
        align-self: flex-start;
    }

    .salon__title {
        max-width: 100%;
    }
}

@media (max-width: 468px) {
    .salon__right {
        padding-bottom: 100%;
    }
}


/*--------------------------------/salons-----------------------------*/

/*--------------------------------gallery-modal-----------------------------*/

.gallery__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    padding: 20px;
}

.gallery__modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 20px 22px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.gallery__modal-swiper {
    flex: 1;
    width: 100%;
}

.gallery__modal-swiper-wrapper {
    width: 100%;
}

.gallery__modal-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.gallery__modal-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gallery__modal-num {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.gallery__modal-close {
    cursor: pointer;
    transition: all .3s;
}

.gallery__modal-close:hover {
    opacity: 0.7;
}

.gallery__modal-swiper {

}

.gallery__modal-bottom {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
    text-align: center;
    padding-top: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 20px;
    height: 20px;
    transition: all .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.7;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
}


@media (max-width: 468px) {
    .gallery__modal-wrapper {
        padding: 20px 0;
    }
    .gallery__modal-item {
        width: 100%;
    }
    .gallery__modal-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .gallery__modal-top {
        padding: 0 20px;
    }
    .gallery__modal-bottom {
        font-size: 14px;
        padding: 8px 20px 0;
    }
}





/*--------------------------------/gallery-modal-----------------------------*/

/*--------------------------------orda-modal-----------------------------*/

.gallery__modal-orda {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    padding: 20px;
}

.gallery__modal-wrapper-orda {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 20px 22px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.gallery__modal-swiper-orda {
    flex: 1;
    width: 100%;
}

.gallery__modal-swiper-wrapper-orda {
    width: 100%;
}

.gallery__modal-item-orda img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.gallery__modal-top-orda {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gallery__modal-num-orda {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.gallery__modal-close-orda {
    cursor: pointer;
    transition: all .3s;
}

.gallery__modal-close-orda:hover {
    opacity: 0.7;
}

.gallery__modal-bottom-orda {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
    text-align: center;
    padding-top: 15px;
}


/*--------------------------------/orda-modal-----------------------------*/

/*--------------------------------zum-modal-----------------------------*/

.gallery__modal-zum {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    padding: 20px;
}

.gallery__modal-wrapper-zum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 20px 22px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.gallery__modal-swiper-zum {
    flex: 1;
    width: 100%;
}

.gallery__modal-swiper-wrapper-zum {
    width: 100%;
}

.gallery__modal-item-zum img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.gallery__modal-top-zum {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gallery__modal-num-zum {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.gallery__modal-close-zum {
    cursor: pointer;
    transition: all .3s;
}

.gallery__modal-close-zum:hover {
    opacity: 0.7;
}

.gallery__modal-bottom-zum {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.5%;
    text-align: center;
    padding-top: 15px;
}

/* End */
/* /bitrix/templates/1/components/bitrix/highloadblock.list/shopmap_2024/style.css?177443033816267 */
