@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --hr-color: #d4d4d4;
    --max-width: 1280px;
    --body-background-color: #f5f6f7;
    --card-background-color: #fff;
    --card-button-color: #b9ff00;
    --card-button-hover-color: #cdff4a;
    --card-button-focus-color: #dbff7d;
    --card-text-button-color: #000;
    --header-text-hover-color: #5816f1;
    --magnetic-button-color: #5816f1;
    --magnetic-button-hover-color: #723cee;
    --magnetic-button-active-color: #9161ff;
    --contact-button-color: #5816f1;
    --contact-button-hover-color: #723cee;
    --contact-button-active-color: #9161ff;
    --contact-text-button-color: #fff;
    --header-text-button-color: #fff;
    --header-nav-background-hover: #f5f6f7;
    --header-vector-1-color: #000;
    --header-vector-2-color: #000;
    --header-vector-3-color: #000;
    --footer-background-color: #1d2021;
    --footer-hr-color: #656e75;
    --burger-color: #000;
    --contact-text-color: #fff;
    --h-color: #000;
    --span-color: #000;
    --button-text-color: #000;
    --input-text-color: #000;
    --input-background-color: #fff;
    --p-color: #656e75;
    --a-hover-color: #5816f1;
    --footer-vector-1-nav-color: #fff;
    --footer-vector-2-nav-color: #fff;
    --footer-vector-3-nav-color: #fff;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

body {
    background-color: var(--body-background-color);
}

.page-content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.page-content .page-container {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
}

.page-content .page-container .page-content-container {
    max-width: 1280px;
    padding: 0px 60px;
    margin: 0px auto;
    min-height: 100%;
}

a.it-tile-link {
    color: var(--footer-hr-color);
}


@media (max-width: 768px) {
    .page-content .page-container .page-content-container {
        padding: 0px 30px;
    }
}

@media (max-width: 650px) {
    .page-content .page-container .page-content-container {
        padding: 0px 16px;
    }
}

.page-content .page-footer-content {
    width: 100%;
    background-color: var(--footer-background-color);
}

.page-content .page-footer-content .page-footer-container {
    max-width: 1280px;
    padding: 0px 60px;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .page-content .page-footer-content .page-footer-container {
        padding: 0px 30px;
    }
}

@media (max-width: 650px) {
    .page-content .page-footer-content .page-footer-container {
        padding: 0px 16px;
    }
}


.page-header {
    width: 100%;
    height: 80px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-bottom: 10px;
}

.page-header .page-header-logo-dropdown {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-header .page-header-cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    gap: 20px;
}

.page-header .page-header-cart .page-header-contacts {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem
}

.page-header .page-header-cart .page-header-contacts a {
    font-size: 16px;
    text-decoration: none;
    color: #0009;
}

.page-header .page-header-cart .page-header-contacts a.email-contact {
    font-size: 14px;
}
@media (max-width: 768px) {
    .page-header .page-header-cart .page-header-contacts a {
        display: block;
    }
}

.page-header-cart__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.page-header-cart__item-counter {
    background-color: #00f;
    font-size: 12px;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header-cart__item-icon {
    width: 20px;
    height: 20px;
    padding-right: 2px;
}

.page-header-hamburger {
    display: none;
}

@media (max-width: 768px) {
    .page-header-hamburger {
        display: block;
    }
}

.page-header-hamburger i {
    font-size: 24px;
    cursor: pointer;
}


.page-header .page-header-logo-dropdown .page-header-logo {
    height: 80px;
    width: 120px;
    background-position: center;
    background-size: cover;
    background-image: url('../img/header/logo.svg');
}
.page-header .page-header-logo-dropdown .page-header-logo.logo-dev {
    background-image: url('../img/header/customnia-clogo-dev.svg');
}

.page-header .page-header-logo-dropdown .page-header-logo-with-merch38 {
    height: 80px;
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/assets/img/header/merch38customnia.png');
}


.page-header-dropdown {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    gap: 40px;
    margin-left: 40px;
    background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
    .page-header-dropdown {
        display: none;
    }

    .page-header .page-header-logo-dropdown .page-header-logo  {
        height: 100%;
        width: 80px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.page-header-dd-item {
    cursor: pointer;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.page-header .page-header-logo-dropdown .page-header-dropdown .page-header-dd-item:hover>.page-header-dd-item-label {
    color: var(--header-text-hover-color);
}

.page-header .page-header-logo-dropdown .page-header-dropdown .page-header-dd-item:hover>.page-header-dd-item-arrow {
    transform: rotate(180deg);
    background-image: url("../img/header/nav-vector-hover.svg");
}

.page-header .page-header-logo-dropdown .page-header-dropdown .page-header-dd-item .page-header-dd-item-label {
    font-style: normal;
    font-weight: 700;
    height: 100%;
    text-transform: uppercase;
    color: #000000;
}

.page-header .page-header-logo-dropdown .page-header-dropdown .page-header-dd-item .page-header-dd-item-arrow {
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/header/nav-vector.svg");
    transition: 0.3s transform;
}




/* MENU ITEMS */
.page-header .page-header-menu-item-container {

    display: none;

    position: absolute;
    top: 70px;
    left: 50px;
    right: 50px;
    z-index: 100;
    background-color: #FFFFFF;
    padding: 28px 54px 28px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
    /* display: flex; */
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column {
    flex: 1 1 0;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item {
    padding: 12px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item .phmic-item-title {
    font-style: normal;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item .phmic-item-image {
    width: 100%;
    height: 96px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 8px 0px 24px 0px;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item .phmic-item-image img {
    width: 100%;

}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item .phmic-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--p-color);
    text-align: left;
}


.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item:hover {
    background-color: var(--header-nav-background-hover);
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item:hover .phmic-item-title {
    color: var(--header-text-hover-color);
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item:hover .phmic-item-text {
    color: var(--header-text-hover-color);
}


.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

    margin-top: 12px;
    padding-left: 32px;
    border-left: 1px solid var(--hr-color);
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-title {
    font-style: normal;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-contacts-line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-contacts-line:hover>.phmic-item-contacts-line-value {
    color: var(--header-text-hover-color);
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-contacts-line .phmic-item-contacts-line-icon {
    width: 16px;
    height: 19px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 3px;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-contacts-line .phmic-item-contacts-line-value {
    text-align: left;
    font-weight: 400;
    color: var(--p-color);
    font-size: 15px;
    line-height: 22px;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-contacts-line-social {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding-top: 13px;
}

.page-header .page-header-menu-item-container .page-header-menu-item-column .phmic-item-contacts .phmic-item-contacts-line-social .phmic-item-contacts-line-social-icon {
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.page-header-mobile {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.2);
    justify-content: flex-end;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .page-header-mobile {
        display: none;
    }
}

.page-header-mobile_containter {
    width: 90%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #FFFFFF;
}

.page-header-mobile_close-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-header-mobile_close {
    margin-right: 16px;
    margin-top: 20px;
    cursor: pointer;
}

.page-header-mobile_close i {
    font-size: 36px;
}

.page-header-mobile_section-container {
    width: 100%;
    padding: 0px 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.page-header-mobile_section-container hr {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--hr-color);

}

.page-header-mobile_section-title-container {
    margin-top: 16px;
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.page-header-mobile_section-title-container_selected .page-header-mobile_section-title {
    color: var(--header-text-hover-color);
}

.page-header-mobile_section-title-container_selected .page-header-mobile_section-title-arrow {
    transform: rotate(180deg);
    background-image: url("../img/header/nav-vector-hover.svg");
}

.page-header-mobile_section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: var(--h-color);
    text-align: left;
}

.page-header-mobile_section-title-arrow {
    width: 13px;
    height: 13px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/header/nav-vector.svg);
    transition: 0.3s transform;
}

.page-header-mobile_section-menu-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    margin-top: 9px;
}

.page-header-mobile_section-menu-item {
    margin-top: 16px;
    padding: 0px 0px 16px 0px;
    width: 100%;
    text-decoration: none;
}

.page-header-mobile_section-menu-item-title {
    font-style: normal;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 19px;
    color: #000000;
}

.page-header-mobile_section-menu-item-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--p-color);
    text-align: left;
}

.page-header-mobile_section-menu-item-image {
    width: 100%;
    height: 72px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 8px 0px 24px 0px;
}


@media (max-width: 768px) {

    .phmic-item-contacts {
        margin-top: 16px;
        padding: 0px 0px 16px 0px;
        width: 100%;
        text-decoration: none;
    }

    .phmic-item-title {
        font-style: normal;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        margin-bottom: 2px;
        line-height: 19px;
        color: var(--h-color);
    }

    .phmic-item-contacts-line {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
        text-decoration: none;
        margin-top: 10px;
    }

    .phmic-item-contacts-line-icon {
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .phmic-item-contacts-line-value {
        font-size: 11px;
        line-height: 16px;
        color: var(--p-color);
        text-align: left;
    }

}

.f {
    box-sizing: border-box;
    padding: 60px 0px 24px 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.f .f-menu-contact {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 74px;
    margin-bottom: 60px;
}

.f .f-menu-contact .f-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px;
}

.f .f-menu-contact .f-menu .f-menu-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.f .f-menu-contact .f-menu .f-menu-column .f-menu-column-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.f .f-menu-contact .f-menu .f-menu-column .f-menu-column-title {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 16px;
}

.f .f-menu-contact .f-menu .f-menu-column .f-menu-column-items .f-menu-column-item {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #8085ff;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
}

.f .f-menu-contact .f-menu .f-menu-column .f-menu-column-items .f-menu-column-item:hover {
    color: var(--a-hover-color);
}




.f .f-menu-contact .f-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.f .f-menu-contact .f-contact .f-contact-title {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 24px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 16px;
}

.f .f-menu-contact .f-contact .f-contact-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
}

.f .f-menu-contact .f-contact .f-contact-item .f-contact-item-icon {
    width: 16px;
    height: 19px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 3px;
}

.f .f-menu-contact .f-contact .f-contact-item .f-contact-item-value {
    color: #8085ff;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}

.f .f-menu-contact .f-contact .f-contact-item .f-contact-item-value:hover {
    color: var(--a-hover-color);
}

.f .f-menu-contact .f-contact .f-contact-item.f-contact-item-location {
    margin-top: 50px;
}




.f hr {
    width: 100%;
    height: 1px;
    background-color: var(--footer-hr-color);
    border: none;
    margin: 16px 0px;
}







.f .f-info-container {
    margin: 44px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.f .f-info-container .f-info-stamp-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 88px;
}

.f .f-info-container .f-info-stamp-text .f-info-stamp {
    width: 113px;
    height: 94px;
    background-position: center;
    background-size: contain;
    background-image: url('../img/footer/stamp.svg');
    flex-shrink: 0;
}

.f .f-info-container .f-info-stamp-text .f-info-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 567px;
    text-align: left;
}

.f .f-info-container .f-social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.f .f-info-container .f-social .f-icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}





.f .f-copyright {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px;
}

.f .f-copyright .f-copyright-link {
    color: #8085ff;
    font-size: 12px;
    line-height: 18px;
}

.f .f-copyright .f-copyright-link:hover {
    color: var(--a-hover-color);
}

.f .f-copyright .f-copyright-text {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}


.f .f-menu-column-arrow-mobile {
    display: none;
}



@media (max-width: 768px) {

    .f {
        padding: 32px 0px 32px 0px;
    }

    .f .f-menu-contact{
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }

    .f .f-contact {
        width: 100%;
    }

    .f .f-menu-contact .f-contact .f-contact-title {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
    }

    .f .f-menu-contact .f-contact .f-contact-item {
        justify-content: center;
    }

    .f .f-menu-contact .f-contact .f-contact-item .f-contact-item-value {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .f .f-menu-contact .f-contact .f-contact-item.f-contact-item-location {
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
    }

    .f .f-menu-contact .f-contact .f-contact-item.f-contact-item-location .f-contact-item-value {
        text-align: center;
    }

    .f .f-info-container {
        flex-direction: column-reverse;
        margin: 28px 0px;
    }

    .f .f-info-container .f-social {
        width: 100%;
        justify-content: center;
    }

    .f .f-info-container .f-info-stamp-text {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 48px;
        gap: 24px;
    }

    .f .f-info-container .f-info-stamp-text .f-info-stamp {
        width: 93px;
        height: 76px;
    }

    .f .f-info-container .f-info-stamp-text .f-info-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        text-align: center;
        max-width: fit-content;
    }

    .f .f-copyright {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .f .f-copyright .f-copyright-link {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        text-decoration: none;
    }

    .f .f-copyright .f-copyright-text {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
    }

    .f .f-menu-contact .f-menu {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .f .f-menu-contact .f-menu .f-menu-column {
        border-top: 1px solid #656e75;
        padding-top: 16px;
        width: 100%;
    }

    .f .f-menu-contact .f-menu .f-menu-column .f-menu-column-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        margin-bottom: 0px;
    }

    .f .f-menu-contact .f-menu .f-menu-column .f-menu-column-items .f-menu-column-item {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .f .f-menu-column-arrow-mobile {
        display: block;
        filter: invert(1);
        width: 13px;
        height: 13px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/header/nav-vector.svg);
        transition: 0.3s transform;
    }

    .f .f-menu-contact .f-menu .f-menu-column .f-menu-column-items {
        display: none;
    }

    .f .f-menu-contact .f-menu .f-menu-column.f-menu-column_selected .f-menu-column-arrow-mobile {
        transform: rotate(180deg);
    }

    .f .f-menu-contact .f-menu .f-menu-column.f-menu-column_selected .f-menu-column-items {
        display: flex;
    }

}


.breadcrumbs {
    margin-top: 8px;
}

.breadcrumbs .breadcrumbs-path {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.breadcrumbs .breadcrumbs-path .breadcrumbs-link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #8085ff;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-path .breadcrumbs-link:hover {
    color: var(--a-hover-color);
}

.breadcrumbs .breadcrumbs-path .breadcrumbs-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #919ba3;
}

.breadcrumbs hr {
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #d4d4d4;
    box-shadow: none;
    outline: none;
    height: 1px;
    border: none;
}



.error404-title {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    font-style: normal;
    font-weight: 700;
    color: var(--h-color);
    margin-bottom: 24px;
}

.error404-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: inherit;
    color: #1d2021;
    text-align: center;
}

.error404-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0px;
}

.error404-image {
    width: 300px;
    height: 250px;
    background-position: center;
    background-size: contain;
    background-image: url("../img/error/error_404.svg");
}

.error404-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.error404-button {
    padding: 13px 24px;
    background: var(--magnetic-button-color);
    color: var(--header-text-button-color);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}


.cmpe {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px;
}

.cmpe .cmpe-rect {
    flex: 1 0 0;
    height: 100%;
    position: relative;
}

.cmpe .cmpe-rect.cmpe-rect-contactme {
    background: linear-gradient(42.3deg, #6624ff 54.01%, #ac24ff 102.59%);
}

.cmpe .cmpe-rect.cmpe-rect-phoneemail {
    background: #1d2120;
}

.cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-contactme-star {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 17.9%;
    background-image: url("../../img/info-blocks/contactme-phone-email/infoblock_star.svg");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-phoneemail-pointer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 17.9%;
    background-image: url("../../img/info-blocks/contactme-phone-email/infoblock_pointer.svg");
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}

.cmpe .cmpe-rect .cmpe-rect-content {
    padding: 32px;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.cmpe .cmpe-rect .cmpe-rect-content .cmpe-rect-content-title {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 52px;
    text-align: left;
    color: var(--contact-text-color);
    font-style: normal;
    font-weight: 700;
}

.cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-content .cmpe-rect-phoneemail-callphone {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-content .cmpe-rect-phoneemail-callphone .cmpe-rect-phoneemail-callphone-line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}

.cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-content .cmpe-rect-phoneemail-callphone .cmpe-rect-phoneemail-callphone-line .cmperpcl-text {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    color: #FFFFFF;
    font-weight: 700;
}

.cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-content .cmpe-rect-phoneemail-callphone .cmpe-rect-phoneemail-callphone-line .cmperpcl-link {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    color: #8085ff;
    font-weight: 600;
    text-decoration: none;
}






.cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-content .cmpe-rect-contactme-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-content .cmpe-rect-contactme-form .cmpercf-input {
    width: 60%;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    border: none;
    padding-left: 16px;
    padding-right: 16px;
    outline: none;
    box-sizing: border-box;
    text-align: left;
}

.cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-content .cmpe-rect-contactme-form .cmpercf-button {
    height: 48px;
    flex: 0 1 0;
    background-color: var(--card-button-color);
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


@media (max-width: 1200px) {

    .cmpe {
        height: 240px;
        margin-bottom: 40px;
    }

    .cmpe .cmpe-rect .cmpe-rect-content .cmpe-rect-content-title {
        font-size: 22px;
        line-height: 31px;
        font-weight: 700;
        font-style: normal;
    }

    .cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-content .cmpe-rect-phoneemail-callphone .cmpe-rect-phoneemail-callphone-line .cmperpcl-text {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
    }

    .cmpe .cmpe-rect.cmpe-rect-phoneemail .cmpe-rect-content .cmpe-rect-phoneemail-callphone .cmpe-rect-phoneemail-callphone-line .cmperpcl-link {
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
    }


}

@media (max-width: 650px) {

    .cmpe {
        flex-direction: column;
        width: 100%;
        gap: 16px;
        height:auto;
        padding-bottom: 0px;
    }

    .cmpe .cmpe-rect {
        width: 100%;
        height:fit-content;
        flex-shrink: 0;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .cmpe .cmpe-rect .cmpe-rect-content {
        height: 200px;
        box-sizing: border-box;
        width: auto;
        padding: 16px;
    }

    .cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-content .cmpe-rect-contactme-form {
        width: 100%;
        flex-direction: column;
    }

    .cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-content .cmpe-rect-contactme-form .cmpercf-input {
        width: 100%;
    }

    .cmpe .cmpe-rect.cmpe-rect-contactme .cmpe-rect-content .cmpe-rect-contactme-form .cmpercf-button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        flex: auto;
        justify-content: center;
    }

}


.it {
    width: 100%;
    margin: 40px 0px 80px 0px;
}

.it .it-title {
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    color: var(--h-color);
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
}

.it .it-tiles {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.it .it-tiles .it-tile {
    width: calc(33.333% - (80px / 3));
    position: relative;
}

.it .it-tiles .it-tile .labels-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: right;
    margin: 0.75rem;
    gap: 1rem;
}

.it .it-tiles .it-tile .labels-container .label {
    width: 56px;
    height: 56px;
}

.it .it-tiles .it-tile .labels-container .label svg {
    height: 100%;
    width: 100%;
}

.it .it-tiles .it-tile .it-preview.preview-img-tag {
    height: 100%;
    padding-bottom: 0px;
    display: block;
}

.it .it-tiles .it-tile .it-preview {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.it .it-tiles .it-tile .it-content {
    width: 100%;
    min-height: 251px;
    padding: 24px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.it .it-tiles .it-tile .it-content .it-texts {}

.it .it-tiles .it-tile .it-content .it-texts .it-title {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    color: var(--h-color);
    text-transform: uppercase;
}

.it .it-tiles .it-tile .it-content .it-texts .it-description {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--p-color);
}

.it .it-tiles .it-tile .it-content .it-texts .it-price {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: var(--p-color);
    font-size: 15px;
    line-height: 22px;
}

.it .it-tiles .it-tile .it-content .it-texts .it-price b {
    font-weight: 600;
    color: var(--span-color);
}

.it .it-tiles .it-tile .it-content .it-texts .it-colors {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.it .it-tiles .it-tile .it-content .it-texts .it-colors .it-color {
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.it .it-tiles .it-tile .it-content .it-texts .it-colors .it-color.no-dark {
    border: none;
}

.multicolor {
    background-image: url("../assets/img/colors/multicolor.svg");
    background-size: contain;
}

.it .it-tiles .it-tile .it-content .it-button {
    width: 100%;
    height: 48px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--card-button-color);
    color: var(--card-text-button-color);
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 1024px) {

    .it .it-tiles .it-tile .it-content .it-button {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        font-style: normal;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-description {
        margin: 8px 0 16px 0;
        line-height: 20px;
        font-size: 13px;
        font-weight: 400;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-price {
        margin-bottom: 24px;
        line-height: 20px;
        font-size: 13px;
        font-weight: 400;
        color: var(--p-color);
    }

    .it .it-tiles .it-tile .it-content .it-button {
        height: 48px;
        flex-shrink: 0;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-colors {
        margin-bottom: 24px;
    }

}

@media (max-width: 964px) {

    .it .it-tiles {
        gap: 32px;
    }

    .it .it-tiles .it-tile {
        width: calc(50% - 16px);
    }

    .it .it-tiles .it-tile .labels-container {
        margin: 0.5rem;
    }

    .it .it-tiles .it-tile .it-content {
        min-height: 200px;
    }

    .it .it-tiles .it-tile .it-content .it-button {
        font-size: 12px;
        line-height: 19px;
        font-weight: 600;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-title {
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
        font-style: normal;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-description {
        margin: 8px 0 16px 0;
        line-height: 20px;
        font-size: 13px;
        font-weight: 400;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-price {
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 24px;
        color: var(--p-color);
    }

    .it .it-tiles .it-tile .it-content .it-button {
        height: 37px;
        flex-shrink: 0;
    }

    .it .it-tiles .it-tile .it-content .it-texts .it-colors {
        margin-bottom: 24px;
    }

}

@media (max-width: 650px) {

    .it .it-tiles {
        margin-top: 16px;
        padding-left: 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: scroll;
        margin-right: -16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: -16px;
        padding-right: 16px;
        gap: 10px;
    }

    .it .it-tiles .it-tile {
        width: 224px;
        margin-bottom: 0;
        min-height: 424px;
        margin-left: 0;
        margin-right: 16px;
        flex-shrink: 0;
    }

    .it .it-tiles .it-tile .labels-container {
        gap: 0.5rem;
    }

    .it .it-tiles .it-tile .labels-container .label {
        width: 36px;
        height: 36px;
    }

    .it .it-tiles::-webkit-scrollbar {
        display: none;
    }

}


.label-h1 {
    width: 100%;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 80px;
    text-align: center;
}

@media (max-width: 964px) {
    .label-h1 {
        font-size: 22px;
        line-height: 31px;
    }
}

@media (max-width: 650px) {
    .label-h1 {
        font-size: 28px;
        line-height: 31px;
    }
}

.ph1 {
    width: 100%;
    text-align: left;
    margin-top: 80px;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-style: normal;
    color: var(--h-color);
    margin-bottom: 32px;
}


.centered-h1-subtitle {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}

.centered-h1-subtitle h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 16px;
}

.centered-h1-subtitle .subtitle {
    font-weight: 400;
    font-size: 20px;
}

@media (max-width: 768px) {
    .centered-h1-subtitle h1 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 16px;
    }

    .centered-h1-subtitle .subtitle {
        font-weight: 400;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 964px) {

    .ph1 {
        font-size: 22px;
        line-height: 31px;
    }

}

@media (max-width: 650px) {

    .ph1 {
        font-size: 28px;
        line-height: 31px;
    }

}


/*********************
* CENTERED H3 TEXT
*********************/
.centered-h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px;
}

.centered-h3 h3 {
    max-width: 60%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 964px) {
    .centered-h3 h3 {
        max-width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 650px) {
    .centered-h3 h3 {
        max-width: 100%;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}

/*********************
* CENTERED H2 TEXT
*********************/
.centered-h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px;
}

.centered-h2 h2 {
    max-width: 60%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

@media (max-width: 650px) {
    .centered-h2 h2 {
        width: 50%;
        font-size: 18px;
        line-height: 25px;
    }
}



.tbx {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 80px;
}

.tbx .tbx-box {
    width: calc(33.333% - (80px / 3));
    padding: 32px;
    background: linear-gradient(42.3deg, #6624ff 54.01%, #ac24ff 102.59%);
    box-sizing: border-box;

    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 964px) {
    .tbx {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
    }

    .tbx .tbx-box {
        width: calc(50% - 15px);
        flex: none;
    }
}

@media (max-width: 650px) {

    .tbx {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 32px;
    }

    .tbx .tbx-box {
        width: 100%;
        flex: none;
    }
}

/***************************
*** BOX TITLE - TEXT
***************************/

.btt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.btt .btt-title {
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
}

.btt .btt-text {
    color: #FFFFFF;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 964px) {
    .btt .btt-title {
        font-size: 18px;
        line-height: 25px;
    }

    .btt .btt-text {
        line-height: 20px;
        font-size: 13px;
    }
}

@media (max-width: 650px) {
    .btt .btt-title {
        font-size: 18px;
        line-height: 26px;
    }

    .btt .btt-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
}

/***************************
*** BOX CENTERED TITLE
***************************/

.bct {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.bct .bct-title {
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
}

@media (max-width: 964px) {
    .bct .bct-title {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 650px) {
    .bct .bct-title {
        font-size: 18px;
        line-height: 26px;
    }
}

/***************************
*** BOX ICON TITLE TEXT
***************************/

.bitt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.bitt .bitt-icon {
    width: 100%;
    height: 46px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}

.bitt .bitt-title {
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    text-align: left;
}

.bitt .bitt-text {
    color: #FFFFFF;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 964px) {
    .bitt .bitt-title {
        font-size: 18px;
        line-height: 25px;
    }

    .bitt .bitt-text {
        line-height: 20px;
        font-size: 13px;
    }
}

@media (max-width: 650px) {
    .bitt .bitt-title {
        font-size: 18px;
        line-height: 26px;
    }

    .bitt .bitt-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
}







/***************************
*** BOX TITLE IMAGE ARROWED
***************************/
.tba {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.tba .tba-box {
    flex: 1;
    padding: 32px;
    height: 300px;
    box-sizing: border-box;
    background-color: #5816f1;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.tba .tba-box .tba-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
}

.tba .tba-box .tba-union {
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../img/three-box/three_box_union.svg");
}

.tba .tba-box .tba-union.tba-union-1 {
    top: 32px;
    right: -50px;
}

.tba .tba-box .tba-union.tba-union-2 {
    bottom: 32px;
    right: -64px;
}

@media (max-width: 964px) {

    .tba .tba-box {
        height: 180px;
    }

    .tba .tba-box .tba-union {
        width: 70px;
        height: 70px;
    }

    .tba .tba-box .tba-union.tba-union-1 {
        top: 20px;
        right: -48px;
    }

    .tba .tba-box .tba-union.tba-union-2 {
        bottom: 20px;
        right: -58px;
    }

}

@media (max-width: 650px) {

    .tba {
        flex-direction: column;
        gap: 24px;
    }

    .tba .tba-box {
        flex: auto;
        width: 100%;
        height: 269px;
    }

    .tba .tba-box .tba-title {
        font-size: 18px;
        line-height: 26px;
    }

    .tba .tba-box .tba-union {
        height: 60px;
    }

    .tba .tba-box .tba-union.tba-union-1 {
        top: auto;
        right: 32px;
        bottom: -38px;
        transform: rotate(90deg);
    }

    .tba .tba-box .tba-union.tba-union-2 {
        left: 32px;
        bottom: -38px;
        transform: rotate(90deg);
    }

}



/* UPLOADCARE */
.uploadcare--widget {
    display: none;
}

/* FORM */
.fbf {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px;
}

.fbf .fbf-title {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 16px;
    color: var(--h-color);
}

.fbf .fbf-callus-email {
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
    font-size: 28px;
    line-height: 36px;
    font-style: normal;
    color: #000000;
}

.fbf .fbf-callus-email a {
    color: #8085ff;
    font-weight: 600;
    text-decoration: none;
}

.fbf .fbf-inputs {
    width: 436px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.fbf .fbf-inputs .fbf-i-line {
    width: 100%;
}

.fbf .fbf-inputs .fbf-i-line input {
    width: 100%;
    flex-grow: 1 1 0;
    height: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #656e75;
    padding: 8px;
    box-sizing: border-box;
    color: var(--input-text-color);
    background-color: var(--input-background-color);
    outline: 0px;
    text-align: left;
}

.fbf .fbf-inputs .fbf-i-line input:focus {
    border: 1px solid #656e75;
}

.fbf .fbf-inputs .fbf-i-line input::placeholder {
    color: rgba(33, 37, 41, 0.4);
}

.fbf .fbf-inputs .fbf-i-line.splitted {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.fbf .fbf-inputs .fbf-i-line textarea {
    width: 100%;
    flex-grow: 1 1 0;
    height: 90px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #656e75;
    padding: 8px;
    box-sizing: border-box;
    color: var(--input-text-color);
    background-color: var(--input-background-color);
    outline: 0px;
    text-align: left;
}

.fbf .fbf-inputs .fbf-i-line textarea:focus {
    border: 1px solid #656e75;
}

.fbf .fbf-inputs .fbf-i-line textarea::placeholder {
    color: rgba(33, 37, 41, 0.4);
}

.fbf .fbf-attached-files {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.fbf .fbf-attached-files .fbf-attached-file-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fbf .fbf-attached-files .fbf-attached-file-container .fbf-attached-file {
    width: 56px;
    height: 56px;
    outline: 0px;
    border: 1px solid #656e75;
    background-position: center;
    background-size: cover;
}

.fbf .fbf-attached-files .fbf-attached-file-container .fbf-attached-file-remove {
    width: 20px;
    height:20px;
    font-size: 16px;
    cursor: pointer;
}

.fbf .fbf-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.fbf .fbf-buttons .fbf-attach-file-button {
    color: #5816f1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.fbf .fbf-buttons .fbf-send-message-button {
    padding: 9px 34px;
    background: var(--contact-button-color);
    color: var(--contact-text-button-color);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
}


@media (max-width: 964px) {

    .fbf .fbf-title {
        font-size: 22px;
        line-height: 31px;
    }

}

@media (max-width: 650px) {

    .fbf .fbf-title {
        font-size: 28px;
        line-height: 31px;
    }

    .fbf .fbf-callus-email {
        font-weight: 700;
        font-size: 28px;
        line-height: 31px;
    }

    .fbf .fbf-inputs {
        width: 100%;
        gap: 24px;
    }

    .fbf .fbf-inputs .fbf-i-line.splitted {
        flex-direction: column;
        gap: 24px;
    }

    .fbf .fbf-inputs .fbf-i-line {
        width: 100%;
    }

}


.g {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.g .g-title {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    color: var(--h-color);
    text-transform: uppercase;
}

.g .g-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.g .g-images .g-top-line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.g .g-images .g-top-line .g-top-line-image-container {
    width: calc(33.333% - (80px / 3));
    flex: 1;
}

.g .g-images .g-top-line .g-top-line-image-container .g-top-line-image {
    height: 0px;
    padding-bottom: 117%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-tag {
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0;
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.gallery .gallery-row {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    flex-basis: 0;
    flex-grow: 1;
}

.gallery .gallery-col {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    flex-basis: 0;
    flex-grow: 1;
}

.gallery .gallery-cell {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
}

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

.g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double .g-top-line-right-double-image {
    width: 100%;
    flex: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double .g-top-line-right-double-image-container {
    width: 100%;
    flex: 1;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double .g-top-line-right-double-image-container .g-top-line-right-double-container-image {
    width: 100%;
    flex: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.g .g-images .g-bottom-line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.g .g-images .g-bottom-line .g-bottom-line-image-container {
    width: calc(25% - (120px / 4));
    flex: 1;
}

.g .g-images .g-bottom-line .g-bottom-line-image-container .g-bottom-line-image {
    height: 0px;
    padding-bottom: 117%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.g .g-images .g-bottom-line .g-bottom-line-image-container .g-bottom-line-right-double {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.g .g-images .g-bottom-line .g-bottom-line-image-container .g-bottom-line-right-double .g-bottom-line-right-double-image {
    width: 100%;
    flex: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width: 964px) {
    .gallery {
        gap: 1rem;
    }

    .gallery .gallery-row {
        gap: 1rem;
    }

    .gallery .gallery-col {
        gap: 1rem;
    }

    .g .g-images {
        display: flex;
        width: 100%;
        height: 100%;
        overflow-x: scroll;
        flex-direction: row;
    }

    .g .g-images .g-top-line {
        flex: none;
        justify-content: stretch;
        align-items: stretch;
        width: calc(100% - 50px);
        gap: 30px;
    }

    .g .g-images .g-top-line .g-top-line-image-container {
        flex: 1;
        height: auto;
        width: auto;
    }

    .g .g-images .g-top-line .g-top-line-image-container .g-top-line-image {
        height: 100%;
        padding-bottom: 0px;
    }

    .g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double {
        gap: 30px;
        height: 311px;
    }

    .g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double .g-top-line-right-double-image-container {
        gap: 30px;
    }

    .g .g-images .g-bottom-line {
        width: calc(125% - 50px);
        flex: none;
        justify-content: stretch;
        align-items: stretch;
        gap: 30px;
    }

    .g .g-images .g-bottom-line .g-bottom-line-image-container {
        flex: 1;
        height: auto;
        width: auto;
    }

    .g .g-images .g-bottom-line .g-bottom-line-image-container .g-bottom-line-image {
        height: 311px;
        padding-bottom: 0px;
    }

}

@media (max-width: 650px) {

    .g .g-images {
        gap: 16px;
    }


    .g .g-images .g-top-line {
        gap: 16px;
    }

    .g .g-images .g-top-line {
        width: calc(130%);
    }

    .g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double {
        gap: 16px;
        height: 230px;
    }

    .g .g-images .g-top-line .g-top-line-image-container .g-top-line-right-double .g-top-line-right-double-image-container {
        gap: 16px;
    }

    .g .g-images .g-bottom-line {
        width: calc(175%);
        gap: 16px;
    }

    .g .g-images .g-bottom-line .g-bottom-line-image-container .g-bottom-line-image {
        height: 230px;
    }

    .g .g-images .g-bottom-line .g-bottom-line-image-container .g-bottom-line-right-double {
        gap: 16px;
    }

}




/*************************
* GALLERY - FULL SIZE
*************************/

.gfs {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.gfs-title {
    width: 100%;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    color: var(--h-color);
    text-align: center;
}

.gfs-tiles {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.gfs-tile {
    width: calc((100% / 3) - (80px / 3));
}

.gfs-tile-image {
    width: 100%;
    height: 0px;
    padding-bottom: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 964px) {

    .gfs-title {
        font-size: 22px;
        line-height: 31px;
    }

    .gfs-tiles {
        gap: 32px;
    }

    .gfs-tile {
        width: calc(50% - 16px);
    }

}

@media (max-width: 650px) {
    .gfs-title {
        font-size: 28px;
        line-height: 31px;
    }

    .gfs-tiles {
        gap: 16px;
    }

    .gfs-tile {
        width: 100%;
    }
}



/********************
* Bar Phone Email
********************/

.bpe {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-image: linear-gradient(42.3deg, #5816f1 54.01%, #ac24ff 102.59%);
    margin-bottom: 80px;
}

.bpe-image-container {
    width: 100%;
    height: 100%;
    background-image: url('../../img/bar/bar_designhelp.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding: 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.bpe-top-title {
    color: #FFFFFF;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
}

.bpe-call-email {
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
}

.bpe-call-email a {
    color: #b9ff00;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 964px) {

    .bpe {
        height: 200px;
    }

    .bpe-image-container {
        padding: 32px;
    }

    .bpe-top-title {
        font-size: 22px;
        line-height: 31px;
    }

    .bpe-call-email {
        font-size: 18px;
        line-height: 25px;
    }

}

@media (max-width: 650px) {

    .bpe {
        height: 370px;
    }

    .bpe-image-container {
        padding: 32px;
        justify-content: flex-start;
        gap: 24px;
        background-position: left 20px bottom -20px;
        background-size: 54%;

    }

    .bpe-top-title {
        font-size: 22px;
        line-height: 31px;
    }

    .bpe-call-email {
        font-size: 18px;
        line-height: 25px;
    }

}


/*********************
* SAME DAY PRINTING
*********************/
.bsdp {
    width: 100%;
    height: 392px;
    padding: 56px 60px 0px 60px;
    box-sizing: border-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

    margin-bottom: 80px;
}

.bsdp-title {
    font-size: 44px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.bsdp-text {
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 964px) {
    .bsdp {
        height: 324px;
    }

    .bsdp-title {
        font-size: 22px;
        line-height: 31px;
    }

    .bsdp-text {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 650px) {
    .bsdp {
        height: 357px;
    }

    .bsdp-title {
        font-size: 28px;
        line-height: 31px;
    }

    .bsdp-text {
        font-size: 18px;
        line-height: 26px;
    }
}

/*********************
* TITLE WITH ACTION BUTTON
*********************/
.btb {
    width: 100%;
    margin-bottom: 80px;
    background: linear-gradient(42.3deg, #5816f1 54.01%, #ac24ff 102.59%);
}

.btb .btb-image-container {
    width: 100%;
    height: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    background-position: right 20px center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btb .btb-image-container .title {
    width: 60%;
    text-align: left;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.btb .btb-image-container .btb-button {
    background-color: var(--card-button-color);
    color: var(--button-text-color);
    padding: 18px 28px 18px 28px;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 964px) {

    .btb {
        height: 100%;
    }

    .btb .btb-image-container {
        height: 185px;
    }

    .btb .btb-image-container {
        padding: 32px;
    }

    .btb .btb-image-container .title {
        font-size: 22px;
        line-height: 31px;
    }
}

@media (max-width: 650px) {
    .btb .btb-image-container {
        padding: 24px 24px 300px 24px;
        background-size: 100% 200px;
        background-position: left bottom;
    }

    .btb .btb-image-container .title {
        font-size: 28px;
        line-height: 31px;
        width: 100%;
    }

    .btb .btb-image-container .btb-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 8px 0px;
    }
}


/*********************
* CATALOG BAR
*********************/
.bar-catalog {
    width: 100%;
    height: 324px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-bottom: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bar-catalog .bar-catalog-title {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
}

.bar-catalog .bar-catalog-subtitle {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 964px) {

    .bar-catalog {
        height: 227px;
    }

    .bar-catalog .bar-catalog-title {
        font-size: 22px;
        line-height: 31px;
    }

    .bar-catalog .bar-catalog-subtitle {
        font-size: 18px;
        line-height: 25px;
    }
}


@media (max-width: 650px) {
    .bar-catalog .bar-catalog-title {
        font-size: 28px;
        line-height: 31px;
    }
}


/*********************
*  BAR WITH BOTTOM ARROWS
*********************/
.bwba {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.bwba .bwba-rect {
    width: 76%;
    padding: 38px;
    background-color: #5816f1;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.bwba .bwba-bottom-arrow {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    width: 62px;
    height: 32px;
    background-color: #5816f1;
    position: relative;
    top: -1px;
}

@media (max-width: 964px) {
    .bwba .bwba-rect {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 650px) {
    .bwba .bwba-rect {
        width: 100%;
    }
}


/*********************
* BAR - COLORS
*********************/
.bcrs {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.bcrs .bcrs-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
}

.bcrs .bcrs-image {
    width: 100%;
    text-align: left;
}

.bcrs .bcrs-image img {
    width: 100%;
}

.bcrs-image-desktop {
    display: block;
}

.bcrs-image-mobile {
    display: none;
}

@media (max-width: 964px) {
    .bcrs .bcrs-title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 650px) {

    .bcrs-image-desktop {
        display: none;
    }

    .bcrs-image-mobile {
        display: block;
    }

}


.fbx {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.fbx-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.fbx-image {
    width: 100%;
    height: 96px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fbx-title {
    padding-top: 8px;
    font-size: 20px;
    font-weight: 600;
    color: var(--h-color);
    text-align: left;
}

.fbx-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--p-color);
    font-style: normal;
    text-align: left;
}

@media (max-width: 964px) {

    .fbx {
        flex-wrap: wrap;
    }

    .fbx-cell {
        flex: none;
    }

    .fbx-text {
        font-size: 13px;
        line-height: 20px;
    }

}

@media (max-width: 650px) {

    .fbx {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .fbx::-webkit-scrollbar {
        display: none;
    }

    .fbx-cell {
        flex: none;
        width: calc(50% - 20px);
    }

    .fbx-text {
        font-size: 11px;
        line-height: 16px;
    }

}


.tc {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.tc-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.tc-image {
    width: 100%;
    height: 200px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tc-title {
    padding-top: 8px;
    font-size: 20px;
    font-weight: 600;
    color: var(--h-color);
    text-align: left;
}

.tc-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--p-color);
    font-style: normal;
    text-align: left;
}

@media (max-width: 964px) {

    .tc {
        flex-wrap: wrap;
    }

    .tc-cell {
        width: calc(50% - 20px);
        flex: none;
    }

}


@media (max-width: 650px) {

    .tc {
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: scroll;
    }

    .tc::-webkit-scrollbar {
        display: none;
    }

    .tc-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

    .tc-text {
        font-size: 11px;
        line-height: 16px;
    }


}


.cr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.cr-title {
    width: 100%;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
}

.cr-cr3-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.cr-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.cr-item {
    flex: 1;
    padding: 32px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.cr-text {
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #1d2021;
}

.cr-author {
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #1d2021;
    font-weight: 700;
}


@media (max-width: 964px) {

    .cr-title {
        font-size: 22px;
        line-height: 31px;
    }

    .cr-cr3-container {
        flex-wrap: wrap;

    }

    .cr-column {
        flex: none;
        width: calc(50% - 20px);
    }

}

@media (max-width: 650px) {

    .cr-title {
        font-size: 28px;
        line-height: 31px;
    }

    .cr-cr3-container {
        flex-direction: column;
    }

    .cr-column {
        flex: 1;
        width: 100%;
    }

}


.thh1ti {
    width: 100%;
    margin-bottom: 80px;

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.thh1ti .thh1ti-left {
    flex: 1;
}

.thh1ti .thh1ti-left .title {
    text-align: left;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 32px;
    font-weight: 700;
    color: var(--h-color);
}

.thh1ti .thh1ti-left .text {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.thh1ti .thh1ti-right {
    flex: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

@media (max-width: 650px) {

    .thh1ti {
        flex-direction: column;
        align-items: flex-start;
    }

    .thh1ti .thh1ti-left {
        width: 100%;
    }

    .thh1ti .thh1ti-left .title {
        font-size: 28px;
        line-height: 31px;
    }

    .thh1ti .thh1ti-left .text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .thh1ti .thh1ti-right {
        width: 100%;
        height: 0px;
        padding-bottom: 68%;
    }

}


/*****************************
* TITLE - LIST -- IMAGE
*****************************/
.thtli {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    min-height: 296px;
    margin-bottom: 50px;
}

.thtli.thtli-left {
    flex-direction: row-reverse;
}

.thtli .thtli-half {
    flex: 1;
    min-height: 296px;
}

.thtli .thtli-half .thtli-title {
    text-align: left;
    color: #1d2021;
    text-transform: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.thtli .thtli-half .thtli-item-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.thtli .thtli-half .thtli-item-container .thtli-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.thtli .thtli-half .thtli-item-container .thtli-item .thtli-li-icon {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../img/two-half/two_half_li.svg');
}

.thtli .thtli-half .thtli-item-container .thtli-item .thtli-li-text {
    font-size: 15px;
    line-height: 22px;
    color: #1d2021;
    text-align: left;
    flex: 1;
}

.thtli .thtli-half-image {
    flex: 1;
    width: 100%;
    height: 296px;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 964px) {

    .thtli .thtli-half .thtli-item-container .thtli-item .thtli-li-text {
        line-height: 20px;
        font-size: 13px;
    }

}

@media (max-width: 650px) {

    .thtli {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }

    .thtli.thtli-left {
        flex-direction: column-reverse;
    }

    .thtli .thtli-half {
        flex: auto;
        min-height: auto;
    }

    .thtli .thtli-half .thtli-title {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

    .thtli .thtli-half .thtli-item-container .thtli-item .thtli-li-text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

    }

    .thtli .thtli-half-image {
        flex: auto;
        height: 185px;
    }
}




/*****************************
* BLUE TITLE - TEXT
*****************************/
.thbtt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.thbtt .thbtt-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.thbtt .thbtt-column .thbtt-title {
    color: #5816f1;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: left;
}

.thbtt .thbtt-column .thbtt-text {
    color: #1d2021;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}

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

    .thbtt .thbtt-column {
        gap: 8px;
    }

    .thbtt .thbtt-column .thbtt-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }

    .thbtt .thbtt-column .thbtt-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

}


.faqi {
    width: 60%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.faqi .faqi-question {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
}

.faqi .faqi-answer {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1d2021;
    text-align: left;
}

@media (max-width: 964px) {

    .faqi {
        width: 100%;
    }

    .faqi .faqi-question {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
    }

    .faqi .faqi-answer {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

}


.bb {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 80px;
}

.bb .bb-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.bb .bb-content .bb-h1 {
    font-size: 44px;
    line-height: 52px;
    font-style: normal;
    font-weight: 700;
    color: var(--h-color);
    text-align: left;
}

.bb .bb-content .bb-h2 {
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    color: var(--h-color);
    text-align: left;
}

.bb .bb-content .bb-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--h-color);
    text-align: left;
}

.bb .bb-image {
    flex: 1;
}

.bb .bb-image img {
    width: 100%;
}

.bb.left_side {
    flex-direction: row-reverse;
}

@media (max-width: 964px) {

    .bb {
        gap: 40px;
    }

    .bb .bb-content .bb-h1 {
        font-size: 22px;
        line-height: 31px;
    }

    .bb .bb-content .bb-h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .bb .bb-content .bb-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }

}

@media (max-width: 650px) {

    .bb {
        flex-direction: column;
    }

    .bb.left_side {
        flex-direction: column;
    }

    .bb .bb-content .bb-h1 {
        font-size: 28px;
        line-height: 31px;
    }

    .bb .bb-content .bb-h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .bb .bb-content .bb-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .bb .bb-image {
        flex: auto;
        width: 100%;
    }

}


.ici {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.ici .ici-cc { /* Centered Container */
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.ici .ici-cc .ici-title {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    color: var(--h-color);
}

.ici .ici-cc .ici-image {
    width: 100%;
}

@media (max-width: 964px) {

    .ici .ici-cc .ici-title {
        font-size: 22px;
        line-height: 31px;
    }

    .ici .ici-cc {
        gap: 24px;
    }

}

@media (max-width: 650px) {

    .ici .ici-cc {
        width: 100%;
    }

    .ici .ici-cc .ici-title {
        font-size: 28px;
        line-height: 31px;
    }

}


.sg-sizes {
    padding: 1px 0px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0px;
    background-color: #ffffff;
    margin: 0 auto 10px auto;
    max-width: var(--max-width);
    overflow-x: auto;
    margin-bottom: 80px;
}

.sg-block {
    padding: 20px;
}

.sg-title {
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}

.sg-sizes table {
    margin-top: 20px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.sg-sizes td {
    padding: 8px 12px;
}

.sg-top_line {
    background-color: #efefef;
    font-weight: bold;
    font-size: 18px;
}

.sg-increased {
    font-weight: 500;
}

.sg-reduced {
    font-size: 14px;
    font-weight: 300;
}

.sg-odd {
    background-color: #fafafa;
}

@media (max-width: 650px) {

    .sg-title {
        font-size: 16px;
    }

    .sg-top_line {
        font-size: 12px;
    }

    .sg-sizes td {
        font-size: 11px;
        padding: 8px 4px;
    }

}



.pravicy-container  * {
    text-align: left;
}

.pravicy-container span {
    font-weight: 400;
    cursor: pointer;
}

.pravicy-container .last-container {
    margin-bottom: 80px;
}

.pravicy-container h4 {
    color: #1D2021;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.pravicy-container ul {
    padding-left: 0;
    margin-left: 15px;
}

.pravicy-container  .content__p {
    font-weight: 700;
    color: black;
}

.pravicy-container  h1 {
    margin-top: 80px;
    margin-bottom: 48px;
}

.pravicy-container  h2 {
    margin-top: 48px;
}

.pravicy-container h1,
.pravicy-container h2,
.pravicy-container h4 {
    text-transform: inherit;
}

.pravicy-container p {}

.pravicy-container {
    text-align: left;
    margin: 0 auto;
    max-width: var(--max-width);
}

@media (max-width: 1024px) {
    .pravicy-container .last-container {
        margin-bottom: 64px;
    }

    .pravicy-container h1 {
        margin-top: 64px;
        margin-bottom: 40px;
    }

    .pravicy-container h2 {
        margin-top: 40px;
    }
}




@media (max-width: 765px) {
    .pravicy-container h1 {
        margin-top: 64px;
    }

}

.pravicy-container ul {
    white-space: nowrap;
    transition: all 0.3s ease;
    white-space: pre-line;

}



@media (min-width: 1280px) {
    .pravicy-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
}


@media (min-width: 1024px) and (max-width: 1280px) {
    .pravicy-container {
        width: 60%;
        margin: 0;
    }

    .pravicy-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .pravicy-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}


@media (max-width: 767px) {
    .pravicy-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 650px) {

    .pravicy-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }


}


.terms-container span {
    font-weight: 400;
    cursor: pointer;
}

.terms-container .last-container {
    margin-bottom: 80px;
}

.terms-container ul {
    padding-left: 0;
    margin-left: 15px;
}

.terms-container .content__p {
    font-weight: 700;
    color: black;
}

.terms-container h1 {
    margin-top: 80px;
    margin-bottom: 48px;
}

.terms-container h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 48px;
    font-weight: 700;
}

.terms-container h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1d2021;
}

.terms-container h1,
.terms-container h2,
.terms-container h4 {
    text-transform: inherit;
}

.terms-container * {
    text-align: left;
}

.terms-container {
    text-align: left;
    margin: 0 auto;
    max-width: var(--max-width);
}

@media (max-width: 1024px) {
    .terms-container .last-container {
        margin-bottom: 64px;
    }

    .terms-container h1 {
        margin-top: 64px;
        margin-bottom: 40px;
    }

    .terms-container h2 {
        margin-top: 40px;
    }
}




@media (max-width: 765px) {
    .terms-container h1 {
        margin-top: 64px;
    }

}

.terms-container ul {
    white-space: nowrap;
    transition: all 0.3s ease;
    white-space: pre-line;

}



@media (min-width: 1280px) {
    .terms-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
}


@media (min-width: 1024px) and (max-width: 1280px) {
    .terms-container .terms-container {
        width: 60%;
        margin: 0;
    }

    .terms-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .terms-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}


@media (max-width: 767px) {
    .terms-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width: 650px) {

    .terms-container ul {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }


}


.sg-sizes {
    padding: 1px 0px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0px;
    background-color: #ffffff;
    margin: 0 auto 10px auto;
    max-width: var(--max-width);
    overflow-x: auto;
    margin-bottom: 80px;
}

.sg-block {
    padding: 20px;
}

.sg-title {
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}

.sg-sizes table {
    margin-top: 20px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.sg-sizes td {
    padding: 8px 12px;
}

.sg-top_line {
    background-color: #efefef;
    font-weight: bold;
    font-size: 18px;
}

.sg-increased {
    font-weight: 500;
}

.sg-reduced {
    font-size: 14px;
    font-weight: 300;
}

.sg-odd {
    background-color: #fafafa;
}

@media (max-width: 650px) {

    .sg-title {
        font-size: 16px;
    }

    .sg-top_line {
        font-size: 12px;
    }

    .sg-sizes td {
        font-size: 11px;
        padding: 8px 4px;
    }

}

/* PAYMENT */
.payment-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 60px auto;
    max-width: var(--max-width);
}

.pf-title {
    text-align: center;
    color: #000000;
    font-size: 42px;
    font-weight: 600;
    width: 100%;
    margin-top: 60px;
}

.pf-column {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.pf-name_email {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    gap: 30px;
}

.pf-name {
    flex: 1 1 0;
}

.pf-name span {
    color: #ff0000;
}

.pf-email {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.pf-input_title {
    font-size: 14px;
    text-align: left;
    color: #777777;
    font-weight: bold;
}

.pf-input {
    width: 100%;
    height: 50px;
    border: 1px solid #000000;
    padding: auto 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    box-sizing: border-box;
    padding: 0 0.5rem;
    margin-top: 4px;
    text-align: left;
}

.pf-input-card::placeholder,
.pf-input::placeholder,
.pf-notes-textarea::placeholder {
    color: #cacaca;
    text-transform: uppercase;
    font-weight: 500;
}

.pf-input-half-left {
    width: 50%;
    text-align: center;
}

.pf-input-half-right {
    width: 50%;
    border-left: none;
    text-align: center;
}

.pf-additional {
    width: 100%;
    font-size: 12px;
    color: #777777;
    margin-top: 4px;
    text-align: left;
}

.pf-error {
    margin-top: 4px;
    color: #ff0000;
    background-color: rgba(255, 0, 0, 0.1);
    font-size: 12px;
    text-align: left;
    padding: 6px;
    border-radius: 2px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    flex: 1 0 0;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.pf-input-icon-number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    flex-grow: 1;
}

.pf-input-icon {
    height: 18px;
    opacity: 0.5;
}

.pf-amount {
    width: 100%;
}

.pf-amount-input-container {
    position: relative;
    width: 100%;
}

.pf-input-amount {
    /* padding-right: 60px; */
}

.pf-input-amount-currency {
    content: "USD";
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 2px;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pf-card-input-container {
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #cacaca;
    padding: 10px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    background-color: #ffffff;
}

.pf-input-card {
    font-size: 14px;
    border: none;
    outline: none;
}

.pf-input-card_number {
    flex-grow: 1;
    flex-shrink: 0;
}

.pf-input-card_date,
.pf-input-card_cvc {
    width: 60px;
    text-align: center;
}

.pf-input-card_zip {
    width: 60px;
    text-align: left;
}

.pf-input-date-cvc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pf-notes {
    width: 100%;
}

.pf-notes-textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #000000;
    padding: auto 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    box-sizing: border-box;
    padding: 0.5rem;
    margin-top: 4px;
    font-family: "Inter", sans-serif;
    text-align: left;
}

.pf-action {
    width: 100%;
    /* display: flex; */
    display: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    background-color: #e8e8e8;
    font-size: 14px;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 2px;
}

.pf-submittin-animation {
    background-image: url("../../assets/img/payment_form/submitting.gif");
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
    margin-left: 10px;
}

.pf-submittion-success {
    width: 100%;
    /* display: flex; */
    display: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    background-color: #beffbb;
    border-left: 2px solid #62ff5a;
    font-size: 14px;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    border-radius: 2px;
}

.pf-submittion-error {
    width: 100%;
    /* display: flex; */
    display: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    background-color: #ffbbbb;
    border-left: 2px solid #ff5a5a;
    font-size: 14px;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    border-radius: 2px;
}

.pf-card-box {
    width: 100%;
}

.title_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.title_line .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
}

.title_line .payment_systems {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.title_line .payment_systems .image {
    height: 20px;
}

.card_button:hover {
    background: var(--card-button-hover-color);
}

.card_button {
    width: 100%;
    background-color: var(--card-button-color);
    padding: 13px 0;
    width: 100%;
    color: var(--card-text-button-color);
    font-size: 15px;
    line-height: 22px;
    outline: 0;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1280px) {
    .card_button {
        font-size: 15px;
        line-height: 22px;
        outline: 0;
        border: none;
        white-space: nowrap;
        cursor: pointer;
        font-style: normal;
        font-weight: 700;
        color: var(--button-text-color);
        text-transform: uppercase;
        white-space: nowrap;
        transition: all 0.3s ease;
    }
}

@media (max-width: 1200px) {
    .pf-column {
        width: 100%;
        flex-direction: column;
    }

    .pf-name_email {
        flex-direction: column;
    }

    .pf-name,
    .pf-email {
        width: 100%;
    }
}

.pf-flex-column-with-error {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pf_mmyy_cvc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .pf_email {
        width: 100%;
    }

    .pf_mmyy_cvc {
        width: 100%;
    }
}


/* SUCCESS PAYMENT */

.pay .payment-success {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 0px auto;
    max-width: var(--max-width);

    max-width: 1280px;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    background-color: #ffffff;
}

.pay .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.pay .form {
    width: 50%;
    height: 100%;
    gap: 0px;
    height: 100%;
}

.pay .image-block {
    background-color: #fcff00;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay .image-block img {
    width: 300px;
}

.pay .result-block {
    width: 50%;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay .congrats {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: uppercase;
}

.pay .order_info {
    margin-top: 85px;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000;
}

.pay .next_design {
    display: inline-flex;
    margin-top: 35px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0038e0;
    cursor: pointer;
}

.pay .main_info {
    text-align: left;
}

.pay .card_button:hover {
    background: var(--card-button-hover-color);
}

.pay .card_button {
    width: 100%;
    background-color: var(--card-button-color);
    padding: 13px 0;
    width: 100%;
    color: var(--card-text-button-color);
    font-weight: normal;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    display: inline;
    font-weight: 700;
    cursor: pointer;
}

@media (min-width: 1280px) {
    .pay .card_button {
        font-size: 15px;
        line-height: 22px;
        outline: 0;
        border: none;
        white-space: nowrap;
        cursor: pointer;
        font-style: normal;
        font-weight: 700;
        color: var(--button-text-color);
        text-transform: uppercase;
        white-space: nowrap;
        transition: all 0.3s ease;
    }
}

@media (max-width: 964px) {

    .pay .content {
        flex-direction: column-reverse;
    }

    .pay .result-block {
        width: 100%;
    }

    .pay .form {
        width: 100%;
    }

    .pay .image-block {
        width: 100%;
    }

}

.skusku {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 40px 0px 80px 0px;
}

.skusku .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 16px;
    text-align: left;
}

@media (max-width: 768px) {
    .skusku .title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 16px;
    }
}

.skusku .ultrashort {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #1d2021;
    text-align: left;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .skusku .ultrashort {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

.skusku .preview-container {
    width: 600px;
    margin-bottom: 40px;
    position: relative;
}

.skusku .preview-container .labels-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: right;
    margin: 0.75rem;
    gap: 1rem;
}

.skusku .preview-container .labels-container .label {
    width: 4rem;
    height: 4rem;
}

.skusku .preview-container .labels-container .label svg {
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .skusku .preview-container {
        width: 100%;
    }
}

.skusku .preview-container .preview {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}

.skusku .start_design-button {
    width: 350px;
    height: 48px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--card-button-color);
    color: var(--card-text-button-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .skusku .start_design-button {
        width: 100%;
        font-size: 12px;
        line-height: 19px;
        font-weight: 600;
        height: 37px;
        margin-bottom: 40px;
    }
}

.skusku .infoblock {
    margin-bottom: 40px;
}

.skusku .infoblock.last {
    margin-bottom: 80px;
}

.skusku .infoblock .title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1d2021;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .skusku .infoblock {
        margin-bottom: 30px;
    }

    .skusku .infoblock.last {
        margin-bottom: 40px;
    }

    .skusku .infoblock .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

.skusku .infoblock .text {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: var(--h-color);
}

.skusku .colors .color-line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.skusku .colors .color-line .color-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.skusku .colors .color-line .color-container .color {
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.skusku .colors .color-line .color-container .color.no-dark {
    border: none;
}

.skusku .colors .color-line .color-container .label {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: var(--h-color);
}

.skusku .about-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #1d2021;
    text-align: left;
    margin-bottom: 24px;
}

.skusku .about-text {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--h-color);
    margin-bottom: 80px;
}

.skusku .about-text ul, .skusku .about-text ol {
    padding-inline-start: 1.571429em;
}

.skusku .about-text ul li, .skusku .about-text ol li {
    text-align: left;
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
}

@media (max-width: 768px) {
    .skusku .about-title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 16px;
    }

    .skusku .about-text {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
}

.skusku .gallery-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #1d2021;
    text-align: left;
    margin-bottom: 24px;
}

.skusku .gallery-images {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.skusku .gallery-images .image-container {
    width: calc(33.333% - (80px / 3));
}

.skusku .gallery-images .image-container .image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 965px) {
    .skusku .gallery-images {
        gap: 32px;
    }

    .skusku .gallery-images .image-container {
        width: calc(50% - 16px);
    }
}

@media (max-width: 650px) {
    .skusku .gallery-images {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: scroll;
        margin-right: -16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: -16px;
        gap: 10px;
        width: calc(100% + 32px);
    }

    .skusku .gallery-images .image-container {
        width: 224px;
        margin-bottom: 0;
        min-height: 224px;
        margin-left: 0;
        flex-shrink: 0;
    }

    .skusku .preview-container .labels-container {
        margin: 0.5rem;
        gap: 0.5rem;
    }

    .skusku .preview-container .labels-container .label {
        width: 3rem;
        height: 3rem;
    }
}

.skusku .alternatives-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #1d2021;
    text-align: left;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .skusku .alternatives-title {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 16px;
    }
}

.skusku .alternatives-category-title {
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    color: var(--h-color);
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
}

.skusku .it {
    margin-top: 0px;
}

.category-list-container {
}

.category-list-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
    color: var(--h-color);
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
}

.category-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}

.category-item-container {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    transition-duration: 150ms;
}

.category-item-container:hover {
    box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.15);
}

.category-item-image {
    width: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
}

.category-item-info {
    padding: 24px;
}

.category-item-title {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: var(--h-color);
    text-transform: uppercase;
}

.category-item-description {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    color: var(--p-color);
}

@media (min-width: 500px) {
    .category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .category-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .category-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.no-underline {
    text-decoration: none;
}