<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: GE_SS;
    src: url("fonts/GE_SS_Two_Light.otf") format("otf"), url("fonts/GE_SS_Two_Light.otf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: GE_SS;
    src: url("fonts/GE_SS_Two_Medium.otf") format("otf"), url("fonts/GE_SS_Two_Medium.otf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: GE_SS;
    src: url("fonts/GE_SS_Two_Bold.otf") format("otf"), url("fonts/GE_SS_Two_Bold.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.landing_container *,
.landing_container *::before,
.landing_container *::after {
    font-family: GE_SS, lg-Headline !important;
}

.kiosk__planner__title {
    padding-right: 10%;
}

.kiosk__nav {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 10%;
}

.kiosk__nav__item {
    font-size: 1.8rem;
    margin: 2rem 3rem 1rem;
}

.kiosk__nav__item:first-child {
    margin-left: 2.5rem;
    margin-right: 0;
}

.kiosk__style__content {
    right: 5rem;
    left: unset;
}

.kiosk__svg {
    transform: rotate(180deg);
}

.kiosk__partners-description {
    font-size: 1.8rem;
}

.kiosk__partners__phone {
    direction: ltr;
}


/* .kisok__service__title {
    font-weight: 400;
} */

.kisok__service__text {
    font-size: 1.4rem;
}

.kisok__service__link {
    font-size: 1.7rem;
    font-weight: 400;
}

.kiosk__lifestyle__title {
    color: #4A4946;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 600;
}

.kiosk__lifestyle__img--mobile {
    display: none;
}

.kiosk__lifestyle__img {
    border-radius: 4rem;
}

.kiosk__faq__section {
    background: linear-gradient(-90deg, #E6E1D6 75%, #f3f2eb 15%);
    padding-right: 5rem;
}

.kiosk__question-shap {
    right: unset;
    transform: translateX(-25%);
    left: 0;
}

.circle::after {
    left: -25%;
    right: unset;
}

.kisok__question__image {
    transform: translateX(8rem);
}

.kiosk__question__svg {
    margin: 0 0rem 0 2rem;
    transform: rotate(180deg);
}

.kiosk__btn--contact {
    font-size: 1.8rem;
}

.kiosk__banner__img--catalog {
    margin: 0 0 0 3rem;
}

.kiosk__banner__title {
    font-weight: 600;
}

.kisok__banner__content {
    left: unset;
    right: 10%;
}

.kiosk__partners__section {
    padding: 3rem 2rem 2.5rem;
}

.kiosk__product__title {
    padding-right: 10%;
    padding-left: 0;
}

.kiosk__product__item--oven .product__id {
    text-align: center;
    /* font-family: lg-Headline !important; */
}

.product__id,
.kiosk__e-catalog .product__id--info {
    font-family: lg-Headline !important;
}

.kiosk__product__list {
    padding: 2rem 10% 2rem 5%;
}

.kiosk__product__item {
    padding: 1.5rem 3rem;
    /* width: 20rem; 
      aspect-ratio: 1/1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.kiosk__btn--download {
    font-weight: 400;
    font-size: 2rem;
}

.kiosk__product__list {
    align-items: stretch;
}

.kiosk__e-catalog .kiosk__sub__item--inside {
    font-size: 1.8rem;
}

.kiosk__faq__section-title,
.kiosk__question-text {
    color: black;
}

.kiosk__partners__list p,
.kiosk__partners__phone {
    font-weight: 300;
}

.kiosk__svg--ecatlog {
    transform: rotate(360deg);
}

@media (max-width: 1165px) {
    .kiosk__faq__section {
        background: #E6E1D6;
        border-radius: 3rem;
    }
    .kisok__service__title {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .kisok__catalog__description {
        font-size: 2.4rem !important;
    }
}

@media (max-width: 550px) {
    .kiosk__planner__title {
        padding: 0;
        font-weight: 400;
    }
    .kiosk__style__content {
        left: 50%;
        top: 50%;
        right: unset;
        bottom: unset;
    }
    .kiosk__btn--contact {
        font-size: 2rem;
    }
    .kiosk__gallary__text {
        font-size: 3.5rem;
    }
    .kisok__service__text,
    .kisok__service__link {
        font-size: 2.3rem;
    }
    .kisok__service__text {
        margin: 1rem 0;
    }
    .kiosk__faq__section {
        background: #e6e1d6;
    }
    .kisok__catalgo__title {
        text-align: right;
    }
    .kiosk__lifestyle__img--descktop {
        display: none;
    }
    .kiosk__lifestyle__img--mobile {
        display: block;
    }
    .kiosk__lifestyle__title {
        text-align: center;
        margin: 3rem 0;
        font-size: 5rem;
    }
    .kiosk__title {
        font-size: 5rem;
        font-weight: 400;
        text-align: center;
    }
    .sub__nav {
        justify-content: center;
        padding-right: 0;
    }
    .kiosk__nav {
        justify-content: center;
        padding-right: 0;
        padding: 2% 0 0 0;
    }
}</pre></body></html>