.project-examples {
    margin: 0 auto 120px auto;
    width: 1130px;
}
html[lang=en] .project-examples {
    margin: 0 auto;
}
.security .project-examples {
    margin-top: 120px;
}
.project-examples-title {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #2B2B2B;
}
.project-examples-items {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 550px);
    grid-auto-rows: 320px;
    gap: 30px;
}
.project-examples-items.show {
    max-height: none;
}
.project-examples-item {
    position: relative;
    cursor: pointer;
}
.project-examples-item img {
    width: 100%;
}
.project-examples-item:hover .examples-item-more {
    background-color: rgba(24, 34, 51, .7);
    opacity: 1;
    visibility: visible;
}
.examples-item-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}
.project-examples-show-more,
.project-examples-show-less {
    display: none;
    margin-top: 40px;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    cursor: pointer;
}
.project-examples-show-more:hover,
.project-examples-show-less:hover {
    color: #2666D1;
}
.project-examples .offer-btn-group {
    margin-top: 70px;
    column-gap: 20px;
}
.project-examples .offer-btn-group .btn {
    margin: unset;
    padding: unset;
    width: 280px;
    column-gap: 10px;
    font-size: 16px !important;
    line-height: 30px;
    text-decoration: none;
}
.project-examples .offer-btn-group .btn svg {
    right: unset;
}

.project-examples-show-less {
    display: none;
}

@media only screen and (max-width: 1919px) {
    .security .project-examples {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 1279px) {
    .project-examples {
        margin: 0 auto 100px auto;
        width: 904px;
    }
    .project-examples-title {
        font-size: 32px;
        line-height: 39px;
    }
    .project-examples-items {
        margin-top: 60px;
        grid-template-columns: repeat(2, 437px);
        grid-auto-rows: 254px;
    }
}
@media only screen and (max-width: 1023px) {
    .project-examples {
        width: 708px;
    }
    .project-examples-items {
        grid-template-columns: repeat(2, 344px);
        grid-auto-rows: 200px;
        gap: 20px;
    }
    .project-examples-item:hover .examples-item-more {
        width: 100%;
        height: 100%;
        background-color: rgba(24, 34, 51, .7);
        border-radius: 0;
    }
    .examples-item-more {
        width: 64px;
        height: 64px;
        background-color: rgba(24, 34, 51, .9);
        border-radius: 100%;
        font-size: 10px;
        line-height: 14px;
        opacity: 1;
        visibility: visible;
    }
    .examples-item-more:lang(uk-UA),
    .examples-item-more:lang(ru-RU) {
        font-size: 9px;
    }
}
@media only screen and (max-width: 767px) {
    .project-examples {
        margin: 0 auto 80px auto;
        width: 440px;
    }
    .security .project-examples {
        margin-top: 80px;
    }
    .project-examples-title {
        font-size: 28px;
        line-height: 36px;
    }
    .project-examples-items {
        max-height: 930px;
        margin-top: 40px;
        grid-template-columns: repeat(2, 210px);
        grid-auto-rows: 455px;
        gap: 20px;
        overflow: hidden;
    }
    .project-examples-item {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .project-examples-item {
        border-radius: 20px;
    }
    .project-examples-item:hover .examples-item-more {
        border-radius: 14px;
    }
    .project-examples-show-more {
        display: block;
    }
    .project-examples .offer-btn-group {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .project-examples {
        width: calc(100% - 40px);
    }
    .project-examples-items {
        max-height: unset;
        grid-template-columns: repeat(1, minmax(280px, 1fr));
        grid-auto-rows: minmax(606px, auto);
        row-gap: 30px;
    }
    .project-examples-item:not(:nth-child(-n+2)) {
        display: none;
    }
    .project-examples .offer-btn-group .btn {
        width: 100%;
    }
    .project-examples-items.show .project-examples-item:nth-child(n) {
        display: block;
    }
    .project-examples-show-more {
        margin-top: 30px;
    }
}
/* end project examples block */

.ourprojects__hidden {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100vh - 100px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    overflow: scroll;
}

.ourprojects__hidden.active {
    display: flex;
}

.ourprojects__overlay {
    background: rgba(11, 12, 13, 0.71);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.ourprojects__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.gsamples__navproj-shadow {
    position: fixed;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #13141D 0%, rgba(19, 20, 29, 0) 100%);
}

.ourprojects__close svg path {
    transition: .3s;
}

.ourprojects__close:hover svg path {
    stroke: #CACACC;
}

.ourprojects__slider-wrapper {
    z-index: 2;
    position: relative;
    margin: auto;
    display: none;
    padding: 0 0 100px;
}

.ourprojects__slider-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.ourprojects__slider-arrow {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.ourprojects__slider-arrow:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 460px;
}

.ourprojects__slider-arrow:hover svg circle {
    stroke: #2666D1;
    fill: #2666D1;
}

.ourprojects__slider {
    width: 1000px;
    z-index: 2;
}

.ourprojects__slider-item img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
}

.ourprojects__slider-item:not(:last-child) {
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    transition: .3s border-color;
}

.gsamples__otherproj-samples {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gsamples__otherproj-samples img {
    width: 300px;
    flex-shrink: 0;
    cursor: pointer;
    transition: .3s;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
}

.gsamples__otherproj-samples img:hover {
    border-color: #F55A77!important;
}

.ourprojects__hidden * {
    box-sizing: border-box;
}

.ourprojects__slider-wrapper .slick-track, .ourprojects__slider-wrapper .slick-list {
    height: auto;
}

.gsamples--mobile {
    display: none!important;
}

.gsamples__navproj {
    position: fixed;
    z-index: 3;
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    top: 34px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gsamples__navproj i {
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.gsamples__navproj i:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.gsamples__navproj i path {
    transition: .3s;
}

.gsamples__navproj i:hover path {
    fill: #2666D1;
}

.gsamples__navproj-num {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gsamples__navproj-quantity {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

@media only screen and (max-width: 1919px) {
    .ourprojects__wrapper {
        margin-bottom: 10px;
    }
    .ourprojects__item {
        width: 530px;
        margin-bottom: 60px;
    }
    .ourprojects__slider {
        width: 774px;
    }
    .ourprojects__slider-nav {
        width: 1200px;
    }
    .ourprojects__slider-arrow:after {
        width: 150px;
        height: 400px;
    }
    .ourprojects__slider-wrapper {
        padding: 0 0 80px;
    }
    .ourprojects__hidden {
        top: 80px;
        height: calc(100vh - 80px);
    }
    .gsamples__otherproj-samples img {
        width: 240px;
    }
}

@media only screen and (max-width: 1279px) {
    .ourprojects__title {
        font-size: 40px;
        line-height: 52px;
    }
    .ourprojects__wrapper {
        margin-bottom: 20px;
    }
    .ourprojects__slider-nav {
        width: 814px;
    }
    .ourprojects__item {
        width: 417px;
        margin-bottom: 50px;
    }
    .ourprojects__item:after {
        width: 120px;
        height: 120px;
    }
    .ourprojects__slider-arrow:after {
        left: auto;
        top: 50%;
        transform: translate(0, -50%);
    }
    .ourprojects__slider {
        width: 700px;
    }
    .ourprojects__slider-nav {
        width: 900px;
    }
    .ourprojects__slider-arrow:after {
        width: 132px;
        height: 460px;
    }
    .ourprojects__slider-arrow[data-slider="slickPrev"]:after {
        left: -62px;
    }
    .ourprojects__slider-arrow[data-slider="slickNext"]:after {
        right: -62px;
    }
    .gsamples__otherproj-samples img {
        width: 220px;
    }
}

@media only screen and (max-width: 1023px) {
    .ourprojects {
        padding: 120px 0;
    }
    .ourprojects__title {
        margin-bottom: 50px;
    }
    .ourprojects__wrapper {
        margin-bottom: 50px;
        justify-content: flex-start;
    }
    .ourprojects__item {
        width: 603px;
        margin-bottom: 52px;
        cursor: default;
    }
    .ourprojects__more {
        display: flex!important;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.04em;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #333333;
        transition: .3s;
    }
    .ourprojects__more span:nth-child(2){
        display: none;
    }
    .ourprojects__wrapper.active .ourprojects__more span:nth-child(2){
        display: inline-block;
    }
    .ourprojects__wrapper.active .ourprojects__more span:nth-child(1){
        display: none;
    }
    .ourprojects__more:hover {
        color: #BF2237;
    }
    .ourprojects__more svg {
        flex-shrink: 0;
        margin-left: 5px;
        transition: .3s;
    }
    .ourprojects__wrapper.active .ourprojects__more svg {
        transform: scaleY(-1);
    }
    .ourprojects__more:hover svg path {
        fill: #BF2237;
    }
    .ourprojects__wrapper .ourprojects__item:nth-child(n+5) {
        display: none;
    }
    .ourprojects__wrapper.active .ourprojects__item:nth-child(n+5) {
        display: flex;
    }
    .ourprojects__close {
        cursor: default;
    }
    .ourprojects__item:after {
        width: 182px;
        height: 182px;
    }
    .ourprojects__slider {
        width: 578px;
    }
    .ourprojects__slider-nav {
        width: 728px;
    }
    .ourprojects__slider-arrow:after {
        width: 95px;
        height: 460px;
    }
    .ourprojects__slider-arrow[data-slider="slickPrev"]:after {
        left: -20px;
    }
    .ourprojects__slider-arrow[data-slider="slickNext"]:after {
        right: -20px;
    }
    .gsamples__otherproj-samples {
        width: 578px;
    }
    .gsamples__otherproj-samples img {
        width: 180px;
    }
    .gsamples__navproj-shadow {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .ourprojects {
        padding: 100px 0;
    }
    .ourprojects__title {
        font-size: 34px;
        line-height: 46px;
    }
    .ourprojects__item {
        width: 417px;
    }
    .ourprojects .btn {
        width: 304px;
    }
    .ourprojects__item:after {
        width: 120px;
        height: 120px;
    }
    .ourprojects__slider {
        width: 400px;
    }
    .ourprojects__slider-item:not(:last-child) {
        border: none;
        border-radius: 0;
    }
    .ourprojects__slider-nav {
        width: 580px;
    }
    .ourprojects__slider-arrow:after {
        width: 70px;
        height: 340px;
    }
    .ourprojects__slider-arrow[data-slider="slickPrev"]:after {
        left: -10px;
    }
    .ourprojects__slider-arrow[data-slider="slickNext"]:after {
        right: -10px;
    }
    .ourprojects__slider-arrow {
        height: 50px;
        width: 50px;
    }
    .gsamples__otherproj {
        display: flex;
        justify-content: center;
    }
    .gsamples__otherproj-samples {
        width: 280px;
    }
    .gsamples__otherproj-samples img {
        display: none!important;
        width: 70px;
    }
    img.gsamples--mobile {
        display: block!important;
    }
    .gsamples__navproj {
        left: 20px;
    }
    .gsamples__navproj-num {
        margin: 0;
    }
    .gsamples__navproj i {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .ourprojects__slider {
        width: 340px;
    }
    .ourprojects__slider-nav {
        width: 460px;
    }
    .ourprojects__slider-arrow:after {
        width: 70px;
        height: 340px;
    }
    .ourprojects__slider-arrow[data-slider="slickPrev"]:after {
        left: -10px;
    }
    .ourprojects__slider-arrow[data-slider="slickNext"]:after {
        right: -10px;
    }
    .ourprojects__slider-arrow {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .ourprojects {
        padding: 80px 0;
    }
    .ourprojects__title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .ourprojects__wrapper {
        margin-bottom: 40px;
    }
    .ourprojects__item {
        width: 260px;
    }
    .ourprojects .btn {
        width: 260px;
        height: 50px;
    }
    .ourprojects__close {
        width: 60px;
        height: 60px;
    }
    .ourprojects__close svg {
        width: 20px;
        height: 20px;
    }
    .ourprojects__slider {
        width: calc(100vw - 80px);
    }
    .ourprojects__slider-nav {
        width: calc(100% - 10px);
    }
    .ourprojects__slider-arrow:after {
        width: 40px;
        height: 187px;
    }
    .ourprojects__slider-wrapper {
        padding: 0 0 60px;
    }
    .ourprojects__hidden {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .ourprojects__slider-arrow[data-slider="slickPrev"]:after {
        left: -5px;
    }
    .ourprojects__slider-arrow[data-slider="slickNext"]:after {
        right: -5px;
    }
    .ourprojects__slider-arrow {
        height: 35px;
        width: 35px;
    }
    .ourprojects__item:after {
        width: 75px;
        height: 75px;
    }
    .gsamples__navproj {
        font-size: 16px;
        line-height: 20px;
        top: 20px;
        left: 20px;
    }
    .gsamples__otherproj-samples {
        width: calc(100vw - 120px);
    }
    .gsamples__otherproj-samples img {
        width: calc(100% / 4);
    }
}

/* back office */

.backoffice {
    padding-bottom: 120px;
}

.security.category .backoffice {
    padding-bottom: unset;
}

.backoffice .container {
    margin-inline: auto;
    width: 1130px;
}

.backoffice-title {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #2B2B2B;
}

.backoffice__items {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    flex-wrap: wrap;
}

.backoffice__item {
    position: relative;
    width: 550px;
    height: 320px;
    cursor: pointer;
}

.backoffice__item img {
    width: 100%;
    height: 100%;
}

.backoffice__item:hover .backoffice-item-more {
    background-color: rgba(24, 34, 51, .7);
    opacity: 1;
    visibility: visible;
}

.backoffice-item-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.backoffice-show-more,
.backoffice-show-less {
    display: none;
}

.backoffice .offer-btn-group {
    margin-top: 70px;
    column-gap: 20px;
}

.backoffice .offer-btn-group .btn {
    margin: unset;
    padding: unset;
    width: 280px;
    column-gap: 10px;
    font-size: 16px !important;
    line-height: 30px;
    text-decoration: none;
}

.backoffice .offer-btn-group .btn svg {
    right: unset;
}

@media only screen and (max-width: 1279px) {
    .backoffice {
        padding-bottom: 100px;
    }
    .backoffice .container {
        width: 904px;
    }
    .backoffice-title {
        font-size: 32px;
        line-height: 39px;
    }
    .backoffice__item {
        width: 437px;
        height: 254px;
    }
}

@media only screen and (max-width: 1023px) {
    .backoffice .container {
        width: 708px;
    }

    .backoffice__items {
        margin-top: 70px;
        row-gap: 20px;
    }

    .backoffice__item {
        width: 344px;
        height: 200px;
        cursor: default;
    }

    .backoffice__item:hover .backoffice-item-more {
        width: 100%;
        height: 100%;
        background-color: rgba(24, 34, 51, .7);
        border-radius: 0;
    }

    .backoffice-item-more {
        width: 64px;
        height: 64px;
        background-color: rgba(24, 34, 51, .9);
        border-radius: 100%;
        font-size: 10px;
        line-height: 14px;
        opacity: 1;
        visibility: visible;
    }

    .backoffice-item-more:lang(uk-UA),
    .backoffice-item-more:lang(ru-RU) {
        font-size: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .backoffice {
        padding-bottom: 80px;
    }
    .backoffice .container {
        width: 440px;
    }
    .backoffice-title {
        font-size: 28px;
        line-height: 36px;
    }
    .backoffice__items {
        margin-top: 40px;
    }
    .backoffice__item {
        width: 210px;
        height: 455px;
    }
    .backoffice__item:hover .backoffice-item-more {
        border-radius: 14px;
    }
    .backoffice .offer-btn-group {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .backoffice .container {
        width: calc(100% - 40px);
    }
    .backoffice__items {
        row-gap: 30px;
    }
    .backoffice__item {
        width: 100%;
        height: auto;
    }
    .backoffice__items .backoffice__item:nth-child(n+3) {
        display: none;
    }
    .backoffice__items.show .backoffice__item:nth-child(n) {
        display: block;
    }
    .backoffice .offer-btn-group .btn {
        width: 100%;
    }
    .backoffice-show-more,
    .backoffice-show-less {
        margin-top: 30px;
        font-family: "Montserrat-Bold", sans-serif;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #666666;
        cursor: pointer;
    }
    .backoffice-show-more:hover,
    .backoffice-show-less:hover {
        color: #2666D1;
    }
    .backoffice-show-more {
        display: block;
    }
    .backoffice__items.show .backoffice-show-more {
        display: none;
    }
    .backoffice__items.show .backoffice-show-less {
        display: block;
    }
}

/* backoffice slider */

.backoffice__hidden {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100vh - 100px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    overflow: scroll;
}

.backoffice__hidden.active {
    display: flex;
}

.backoffice__overlay {
    background: rgba(11, 12, 13, 0.71);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.backoffice__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.backoffice-shadow {
    position: fixed;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #13141D 0%, rgba(19, 20, 29, 0) 100%);
}

.backoffice__close svg path {
    transition: .3s;
}

.backoffice__close:hover svg path {
    stroke: #CACACC;
}

.backoffice__slider-wrapper {
    z-index: 2;
    position: relative;
    margin: auto;
    display: none;
    padding: 0 0 100px;
}

.backoffice__slider-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.backoffice__slider-arrow {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.backoffice__slider-arrow:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 460px;
}

.backoffice__slider-arrow svg circle {
    transition: .3s;
}

.backoffice__slider-arrow:hover svg circle {
    stroke: #2666D1;
    fill: #2666D1;
}

.backoffice__slider {
    width: 1000px;
    z-index: 2;
}

.backoffice__slider-item img {
    width: 100%;
    border-radius: 6px;
}

.backoffice__slider-wrapper .slick-track,
.backoffice__slider-wrapper .slick-list {
    height: auto;
}

@media only screen and (max-width: 1919px) {
    .backoffice__slider {
        width: 774px;
    }
    .backoffice__slider-nav {
        width: 1200px;
    }
    .backoffice__slider-arrow:after {
        width: 150px;
        height: 400px;
    }
    .backoffice__slider-wrapper {
        padding: 0 0 80px;
    }
    .backoffice__hidden {
        top: 80px;
        height: calc(100vh - 80px);
    }
}

@media only screen and (max-width: 1279px) {
    .backoffice__slider-arrow:after {
        left: auto;
        top: 50%;
        transform: translate(0, -50%);
        width: 132px;
        height: 460px;
    }
    .backoffice__slider {
        width: 700px;
    }
    .backoffice__slider-nav {
        width: 900px;
    }
    .backoffice__slider-arrow[data-slider="slickPrev"]:after {
        left: -62px;
    }
    .backoffice__slider-arrow[data-slider="slickNext"]:after {
        right: -62px;
    }
}

@media only screen and (max-width: 1023px) {
    .backoffice__close {
        cursor: default;
    }
    .backoffice__slider {
        width: 578px;
    }
    .backoffice__slider-nav {
        width: 728px;
    }
    .backoffice__slider-arrow:after {
        width: 95px;
        height: 460px;
    }
    .backoffice__slider-arrow[data-slider="slickPrev"]:after {
        left: -20px;
    }
    .backoffice__slider-arrow[data-slider="slickNext"]:after {
        right: -20px;
    }
    .backoffice-shadow {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .backoffice__slider {
        width: 400px;
    }
    .backoffice__slider-item {
        border: 2px solid #FFFFFF;
        border-radius: 6px;
    }
    .backoffice__slider-nav {
        width: 580px;
    }
    .backoffice__slider-arrow:after {
        width: 70px;
        height: 340px;
    }
    .backoffice__slider-arrow[data-slider="slickPrev"]:after {
        left: -10px;
    }
    .backoffice__slider-arrow[data-slider="slickNext"]:after {
        right: -10px;
    }
    .backoffice__slider-arrow {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .backoffice__slider {
        width: 340px;
    }
    .backoffice__slider-nav {
        width: 460px;
    }
    .backoffice__slider-arrow:after {
        width: 70px;
        height: 340px;
    }
    .backoffice__slider-arrow[data-slider="slickPrev"]:after {
        left: -10px;
    }
    .backoffice__slider-arrow[data-slider="slickNext"]:after {
        right: -10px;
    }
    .backoffice__slider-arrow {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .backoffice__close {
        width: 60px;
        height: 60px;
    }
    .backoffice__close svg {
        width: 20px;
        height: 20px;
    }
    .backoffice__slider {
        width: calc(100vw - 80px);
    }
    .backoffice__slider-nav {
        width: calc(100% - 10px);
    }
    .backoffice__slider-arrow:after {
        width: 40px;
        height: 187px;
    }
    .backoffice__slider-wrapper {
        padding: 0 0 60px;
    }
    .backoffice__hidden {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .backoffice__slider-arrow[data-slider="slickPrev"]:after {
        left: -5px;
    }
    .backoffice__slider-arrow[data-slider="slickNext"]:after {
        right: -5px;
    }
    .backoffice__slider-arrow {
        height: 35px;
        width: 35px;
    }
}