.offer-wrap {
    overflow: hidden;
    position: relative;
}

.offer-wrap_fon {
    padding-top: 50px;
}

.offer-wrap__fon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.offer-wrap__fon-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer {
    margin: -45px -20px;
    padding: 45px 20px;
}

.offer__list {
    display: flex;
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.offer__col {
    flex-basis: 86%;
    max-width: 86%;
    min-width: 86%;
    padding: 0 10px;
}

.offer-item {
    position: relative;
    background: #F4F4F4;
    box-shadow: 0 7px 39px rgba(0, 0, 0, 0.17);
    transition: transform 0.2s ease-in-out;
}

.global_background-dark .offer-item {
    background: #5f5f5f;
}

.global_background-blue .offer-item {
    background: #c2e1fd;
}

.offer__col:nth-child(n + 2) .offer-item {
    transform: scale(0.91);
}

.swiper-container-initialized .offer__col:nth-child(n + 2) .offer-item {
    transform: scale(1);
}

.swiper-container-initialized .swiper-slide:not(.swiper-slide-active) .offer-item {
    transform: scale(0.91);
    transition: transform 0.2s ease-in-out;
}

.offer-item:hover {
    background: #ffffff;
    transition: background .2s ease-in-out;
}

.global_background-dark .offer-item:hover {
    background: #5f5f5f;
}

.offer-item__canvas {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
}

.global_img-disabled .offer-item__canvas {
    display: none;
}

.offer-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-item__body {
    padding: 20px;
    display: flex;
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
}

.offer-item__title {
    display: block;
    font-family: 'Cocon', sans-serif;
    font-weight: 500;
    line-height: 120%;
    color: #333333;
}

.global_font-1 .offer-item__title {
    font-size: 20px;
}

.global_font-2 .offer-item__title {
    font-size: 24px;
}

.global_font-3 .offer-item__title {
    font-size: 26px;
}

.global_background-dark .offer-item__title {
    color: #ffffff;
}

.offer-item__place {
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
    color: #8E2B62;
    opacity: 0.6;
    margin-top: 20px;
}

.offer-item__direction {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    opacity: 0.6;
    margin-top: 20px;
}

.offer-item__direction-title {
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    opacity: 0.6;
    margin-top: 20px;
}

.global_font-1 .offer-item__place {
    font-size: 14px;
}

.global_font-2 .offer-item__place {
    font-size: 16px;
}

.global_font-3 .offer-item__place {
    font-size: 18px;
}

.global_background-dark .offer-item__place {
    color: #ff8dcb;
}

.offer-item__place:hover {
    opacity: 1;
}

.offer-item__appoiment {
    margin-top: 20px;
}

.offer__more {
    display: none;
}

@media (min-width: 576px) {
    .offer-wrap_fon {
        padding-top: 100px;
    }
}

@media (min-width: 869px) {
    .offer {
        overflow: visible;
    }

    .offer__list {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }

    .offer__col {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
        min-width: calc(100% / 3);
        padding-bottom: 20px;
        height: auto;
    }

    .offer__col_sm {
        flex-basis: calc(100% / 4);
        max-width: calc(100% / 4);
        min-width: calc(100% / 4);
        padding-bottom: 20px;
        height: auto;
    }

    .offer__col:not(.offer__col_show):nth-child(n + 4) {
        display: none;
    }

    .offer-item {
        height: 100%;
    }

    .offer__col:nth-child(n + 2) .offer-item {
        transform: scale(1);
    }

    .offer__more {
        display: block;
        margin: 50px auto 0;
    }
}

@media (min-width: 1189px) {
    .offer-item__body {
        /*padding: 32px 40px 40px;*/
    }

    .offer-item__place {
        margin-top: 8px;
        font-size: 14px;
    }

    .global_font-1 .offer-item__place {
        font-size: 16px;
    }

    .global_font-2 .offer-item__place {
        font-size: 18px;
    }

    .global_font-3 .offer-item__place {
        font-size: 20px;
    }
}

/*.user-cart {*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.user-cart__ava-wrap,*/
/*.user-cart__dis {*/
/*    flex: 0 0 100%;*/
/*}*/

.employee-slider {
    position: relative;
}

@media (min-width: 576px) {
    .employee-slider {
        padding: 0 55px;
        margin: 0 -20px;
    }

    .employee-slider .user-cart__ava {
        flex: 0 0 190px;
        min-width: 190px;
        max-width: 190px;
        height: 190px;
        margin: 0 auto 25px;
    }
}

.employee-slider__prev,
.employee-slider__next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F5F5F5 url("data:image/svg+xml,%3Csvg viewBox='0 0 8 16' fill='%23666' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2a1 1 0 01-.23.64L3.29 8l4.32 5.37a1 1 0 01-.5 1.6 1 1 0 01-1.06-.34l-4.83-6a1 1 0 010-1.27l5-6a1 1 0 011.41-.13A1 1 0 018 2z'/%3E%3C/svg%3E") no-repeat center / 8px 16px;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: 130px;
    transform: translateY(-50%);
    z-index: 1;
}

.employee-slider__prev {
    left: 0;
}

.employee-slider__next {
    transform: translateY(-50%) rotate(180deg);
    left: 78px;
}

@media (min-width: 576px) {
    .employee-slider__prev,
    .employee-slider__next {
        top: 50%;
    }

    .employee-slider__next {
        left: auto;
        right: 0;
    }
}

.employee-slider__bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.employee-slider__bottom-btn {
    margin-bottom: 20px;
}

.employee-slider__bottom-btn:last-child {
    margin: 0;
}

@media (min-width: 869px) {
    .employee-slider__bottom {
        margin-top: 50px;
        flex-direction: row;
    }

    .employee-slider__bottom-btn {
        margin-bottom: 0;
        margin-right: 30px;
    }
}
