.fs-main {
    height: calc(100vh - 84px);
    padding: 50px;
    background: url("../../images/first-screen-img-1.png") no-repeat;
    background-size: cover;
    position: relative;
}

.full-width-section {
    background: url("../../images/full-width-section-bg.png") no-repeat fixed center;
    background-size: cover;
}

.companies-slider {
    background-color: var(--Grey-1);
    z-index: 2;
}

.full-width-section div {
    height: 100vh;
}

.full-width-section__title span:last-child {
    color: var(--Red);
}

.full-width-section__title {
    width: 100%;
    position: relative;
    height: 150px;
}

.full-width-section .main-btn {
    position: relative;
    bottom: 0;
}

.made-order {
    height: 515px;
    background: url("../../images/made-order-bg.png") no-repeat;
    padding: 85px 95px;
}

.partners__title {
    width: 100%;
    max-width: 970px;
}

.company-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Grey-1);
    height: 132px;
}

.company-card--platinum {
    border: 1px solid var(--Red);
}

.company-card--platinum:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 60px;
    background: url("../../images/platinub-parthner.png") no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}

.made-order__subtitle {
    width: 100%;
    max-width: 145px;
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
}

.amount-of-days {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(50% - 64px));
    color: var(--White);
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
}

.owl-stage {
    display: flex;
    /*align-items: center;*/
}

.owl-stage-outer {
    margin-top: 20px;
}

.companies-slider {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.companies-slider .owl-stage-outer::before,
.companies-slider .owl-stage-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 1;
}

.companies-slider .owl-stage-outer::before {
    left: 0;
    background: linear-gradient(to right, rgba(240, 237, 234, 1) 0%, transparent 100%);
}

.companies-slider .owl-stage-outer::after {
    right: 0;
    background: linear-gradient(to left, rgba(240, 237, 234, 1) 0%, transparent 100%);
}

.space-btn {
    position: relative;
    height: 80px;
    display: flex;
    padding: 23px 30px;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    color: var(--Black-1);
    background-color: transparent;
    border: 1px solid var(--Black-1);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    width: 100%;
}

.fitting-instruction-section__title {
    color: var(--Black-1);
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    text-transform: capitalize;
}

.space-btn:hover,
.space-btn.active,
.space-btn:focus {
    background: var(--Red);
    color: var(--White);
    border-color: var(--Red);
}

.space-btn:after {
    content: url("../../images/link-icon.png");
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.space-btn--dropdown:after {
    content: url("../../images/link-icon.png");
    transform: translateY(-50%) rotate(-180deg);
}

.space-btn:hover:after,
.space-btn:focus:after,
.space-btn.active:after {
    content: url("../../images/link-icon-white.png");
}

.accordion {
    margin-bottom: 15px;
}

.accordion__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 33px 22px 33px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.accordion__header:after {
    content: "";
    position: absolute;
    left: 33px;
    right: 33px;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.accordion__header:focus {
    border-color: solid 2px var(--Btn-Focus-Color);
}

.accordion__content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

.accordion__header.active + .accordion__content,
.accordion__header.active {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    background-color: var(--White);
}

.accordion__header.active + .accordion__content {
    padding: 22px 33px 41px 33px;
}

.first-screen__title {
    color: var(--White);
    text-shadow: 0 10px 60px rgba(0, 0, 0, 0.30);
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.gallery__title {
    font-size: 40px;
}

.first-screen__subtitle {
    color: var(--White);
    text-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
    font-size: 30px;
    font-weight: 500;
    line-height: 150%;
}

.first-screen__box {
    height: calc(100vh - 184px);
}

.gallery-card {
    position: relative;
    height: 100%;
}

.owl-carousel .owl-item .gallery-card img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.gallery-card-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 35px;
}

.gallery-card-content__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.gallery-card-content__title,
.gallery-card-content__text {
    color: var(--White);
}

.gallery-card-content__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.gallery-card .gallery-card-content:hover {
    opacity: 1;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9) 100%),url(image);
}

.gallery-mobile .gallery-card .gallery-card-content {
    opacity: 1;
    z-index: 2;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9) 100%),url(image);
}

.product-card {
    border: 1px solid var(--White);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgb(240, 237, 234);
}

.product-card__img-wrapper {
    padding: 7px 7px 0 7px;
}

.product-card__content {
    padding: 12px 24px 24px 24px;
}

.product-card__title {
    color: var(--Black-1);
    font-size: 27px;
    font-weight: 700;
    line-height: 42px;
}

.media-button {
    position: absolute;
    left: 35px;
    top: 28px;
}

#animatedTextFullWidthScreen {
    opacity: 0;
    transition: none;
    margin-left: 13px;
}

#animatedTextFullWidthScreen.show {
    opacity: 1;
    transform: translateY(0px);
}

.tab-content {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.tab-content.active {
    opacity: 1;
    transition: opacity .3s ease-in;
}

.tab-container-1 .space-btn,
.tab-container-2 .space-btn {
    text-transform: capitalize;
}

.make-it-own-slider .owl-nav {
    margin-top: -100px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 40px;
    gap: 6px;
}

.make-it-own-slider-arrow-prev,
.make-it-own-slider-arrow-next {
    position: relative;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    background-color: var(--White);
    outline: none;
    border-radius: 50%;
    font-size: 0;
    border: solid 2px var(--White);
}

.make-it-own-slider-arrow-prev:after,
.make-it-own-slider-arrow-next:after {
    content: url("../../images/make-it-own-slider-arrow.svg");
    position: absolute;
    left: 50%;
    top: 50%;
}

.make-it-own-slider-arrow-prev:after {
    transform: translate(-50%, -50%);
}

.make-it-own-slider-arrow-next:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}

.make-it-own-slider-arrow-prev:focus,
.make-it-own-slider-arrow-next:focus {
    border: solid 2px var(--Btn-Focus-Color);
}

@keyframes exitAnimation {
    0%, 40% {
        opacity: 1;
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        transform: translateY(-12px);
    }
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}

@keyframes enterAnimation {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1010px) {
    .make-it-own-slider .owl-nav {
        margin-top: -55px;
    }

    .make-it-own-slider .owl-nav:before {
        font-size: 20px;
        left: 10px;
    }

    .make-it-own-slider-arrow-prev,
    .make-it-own-slider-arrow-next {
        width: 40px;
        height: 40px;
    }

    .make-it-own-slider-arrow-prev:after,
    .make-it-own-slider-arrow-next:after {
        content: url("../../images/make-it-own-slider-arrow-mobile.svg");
    }
}

@media screen and (max-width: 991px) {
    .first-screen__title {
        font-size: 45px;
    }

    .gallery-card-content {
        padding: 15px;
    }

    .gallery-card-content__title {
        font-size: 22px;
    }

    .gallery-card-content__text {
        font-size: 14px;
    }

    .product-card__content {
        padding: 12px;
    }

    .product-card__title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .fs-main {
        height: calc(100vh - 55px);
        padding: 15px 0;
    }

    .first-screen__box {
        height: calc(100vh - 85px);
    }

    .gallery-card-content {
        padding: 10px;
    }

    .gallery-card-content__title {
        font-size: 16px;
    }

    .gallery-card-content__text {
        font-size: 12px;
        line-height: normal;
    }

    .first-screen__subtitle {
        font-size: 20px;
    }

    .accordion__header {
        font-size: 16px;
        padding: 35px 12px;
    }

    .accordion__header.active + .accordion__content {
        font-size: 14px;
        padding: 12px 27px 36px 12px;
    }

    .accordion__header img {
        margin-left: 10px;
    }

    .accordion__header:after {
        left: 12px;
        right: 16px;
    }

    .fitting-box:first-child {
        margin-bottom: 90px;
    }

    .space-btn {
        font-size: 16px;
        height: auto;
    }

    #animatedTextFullWidthScreen {
        margin-left: 0;
    }

    .full-width-section {
        background-image: url("../../images/full-width-section-bg.png");
    }

    .make-it-own-slider .owl-nav {
        padding: 0 50px;
    }

    .fitting-instruction-section__title {
        font-size: 24px;
    }

    .main-card__title {
        font-size: 24px;
        padding: 15px;
    }

    .made-order {
        padding: 15px;
    }
}

@media screen and (max-width: 720px) {
    .make-it-own-slider .owl-nav {
        padding: 0 10px;
    }
}

@media screen and (max-width: 576px) {
    .companies-slider .owl-stage-outer::before {
        background: none;
    }

    .companies-slider .owl-stage-outer::after {
        background: none;
    }

    .full-width-section__title {
        height: 200px;
    }
}

@media screen and (max-width: 390px) {
    .first-screen__title {
        font-size: 35px;
    }

    .make-it-own-slider .owl-nav:before {
        font-size: 16px;
    }
}