.office-gallery-section {
    margin-bottom: 35px;
}

.office-gallery-section__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #463B3F;
    margin-bottom: 25px;
}

.office-gallery-tab {
    display: flex;
    margin-bottom: 18px;
}

.office-gallery-tab__item {
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    color: #572f8e;
    padding: 5px 10px;
    white-space: nowrap;
    border: 1px solid transparent;
}

.office-gallery-tab__item_active {
    border: 1px solid #915cd9;
    border-radius: 12px;
}

.office-gallery-tab__more {
    padding: 5px 10px;
    border: 1px solid #915cd9;
    border-radius: 12px;
    background: none;
    margin-left: 10px;
}

.office-gallery-tab__more:before {
    background: #915cd9;
}

.office-gallery-tab__more:before {
    box-shadow: -4px 0 0 0 #915cd9, 4px 0 0 0 #915cd9;
}

.office-gallery-tab__more.btn_loader:after {
    width: 20px;
    height: 20px;
}

.office-gallery__item {
    width: 100%;
    padding-top: 60%;
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
}

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

.office-gallery__nav {
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.office-gallery__arrow {
    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;
}

.office-gallery__arrow_prev {
    margin-right: 9px;
}

.office-gallery__arrow_next {
    transform: rotate(180deg)
}

.office-skin {
    width: 100%;
    padding-top: 60%;
    background: #ED7453;
    border-radius: 20px 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.office-skin_purple {
    background: #572f8e;
}

.office-skin__img-wrap {
    position: absolute;
    width: 135%;
    padding-top: 135%;
    top: 0;
    left: 0;
    transform: translate(-50%, -5%);
    border-radius: 50%;
    overflow: hidden;
}

.office-skin__img-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 217, 116, 0.5) 0.21%, rgba(192, 121, 166, 0.5) 29.3%);
}

.office-skin__img {
    position: absolute;
    width: 85%;
    height: auto;
    top: 0;
    left: 45%;
}

.office-skin__logo {
    width: 53%;
    height: 16%;
    position: absolute;
    left: 6%;
    bottom: 10%;
}

.office-skin__logo-icon {
    width: 100%;
    height: 100%;
}

.office-skin__logo-text {
    position: absolute;
    top: 100%;
    left: 26%;
    transform: translateY(calc(-1.65vw * 1.4));
    color: #FFFFFF;
    font-size: 1.65vw;
    text-transform: uppercase;
}

.office-skin__body {
    display: none;
}

.office-skin__btn {

}

@media (min-width: 375px) {

}

@media (min-width: 576px) {
    .office-skin__logo-text {
        transform: translateY(calc(-10px * 1.4));
        font-size: 10px;
    }
}

@media (min-width: 869px) {
    .office-gallery-section {
        display: flex;
        flex-direction: column;
    }

    .office-gallery-section__title {
        display: none;
    }

    .office-gallery-section > .scroll,
    .office-gallery-section > .office-gallery-tab {
        order: 2;
    }

    .office-gallery-tab__item {
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: #828282;
        border: 1px solid #C4C4C4;
        border-radius: 20px;
        margin-left: 10px;
    }

    .office-gallery-tab__item:first-child {
        margin-left: 0;
    }

    .office-gallery-tab__item_active {
        color: #ED7453;
        border-color: #ED7453;
    }

    .office-gallery-tab__more {
        border-radius: 15px;
        border: 1px solid #C4C4C4;
        height: 31px;
    }

    .office-gallery-tab__more:before {
        box-shadow: -4px 0 0 0 #828282, 4px 0 0 0 #828282;
    }

    .office-gallery-tab__more:before {
        background: #828282;
    }

    .office-gallery {
        width: 100%;
        max-width: 100%;
        padding-bottom: 40px;
    }
}

@media (min-width: 1189px) {
    .office-gallery-tab {
        margin: 0;
    }

    .office-gallery__item {
        border-radius: 30px 30px 0 30px;
    }

    .office-skin__img-wrap {
        transform: translate(-57%, -5%);
    }

    .office-skin__logo {
        width: 330px;
        height: 60px;
        left: calc(100% - 45px);
        bottom: calc(100% - 50px);
        transform: translate(-100%, 100%);
    }

    .office-skin__body {
        display: block;
        position: absolute;
        top: 130px;
        right: 20px;
        max-width: 270px;
    }

    .office-skin__utp {
        display: table-row;
        color: #ffffff;
    }

    .office-skin__utp-left {
        display: table-cell;
        text-align: right;
        white-space: nowrap;
        padding-bottom: 20px;
    }

    .office-skin__utp:last-child .office-skin__utp-left {
        padding-bottom: 0;
    }

    .office-skin__utp-text {
        display: table-cell;
        padding-left: 10px;
        padding-bottom: 20px;
        line-height: 1.2;
        vertical-align: top;
    }

    .office-skin__utp:last-child .office-skin__utp-text {
        padding-bottom: 0;
    }

    .office-skin__utp-number {
        font-weight: 500;
        font-size: 36px;
        line-height: 1;
    }

    .office-skin__utp-big {
        font-size: 26px;
        line-height: 1;
    }

    .office-gallery__nav {
        justify-content: flex-start;
    }

    .office-skin {
        border-radius: 30px 30px 0 30px;
    }
}
