@charset "UTF-8";
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "Inter";
    src: url(/local/templates/manufaktura/fonts/Inter-Regular.f5b04bf.eot);
    src: local("Inter Regular"), local("Inter-Regular"), url(/local/templates/manufaktura/fonts/Inter-Regular.f5b04bf.eot?#iefix) format("embedded-opentype"), url(/local/templates/manufaktura/fonts/Inter-Regular.bd097ce.woff2) format("woff2"), url(/local/templates/manufaktura/fonts/Inter-Regular.0d6f7c9.woff) format("woff"), url(/local/templates/manufaktura/fonts/Inter-Regular.991468d.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: "Inter";
    src: url(/local/templates/manufaktura/fonts/Inter-Bold.b105ffb.eot);
    src: local("Inter Bold"), local("Inter-Bold"), url(/local/templates/manufaktura/fonts/Inter-Bold.b105ffb.eot?#iefix) format("embedded-opentype"), url(/local/templates/manufaktura/fonts/Inter-Bold.c08e610.woff2) format("woff2"), url(/local/templates/manufaktura/fonts/Inter-Bold.1e547cd.woff) format("woff"), url(/local/templates/manufaktura/fonts/Inter-Bold.b70a895.ttf) format("truetype");
}
@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: "DXRigraf";
    src: url(/local/templates/manufaktura/fonts/DXRigraf-SemiBold.443fc38.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: "DXRigraf";
    src: url(/local/templates/manufaktura/fonts/DXRigraf-Medium.e7122c1.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: "DXRigraf";
    src: url(/local/templates/manufaktura/fonts/DXRigraf-Light.61f1c0a.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: "DXRigrafEx";
    src: url(/local/templates/manufaktura/fonts/DXRigraf-SemiBoldExpanded.25f4c18.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: "StrokeRus";
    src: url(/local/templates/manufaktura/fonts/strokerusbylyajka_medium.e4a5e3a.otf) format("opentype");
    font-display: swap;
}
.btn-reset {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.mc__wrapper:has(.x2-box-modal) {
    position: relative;
    z-index: 1000;
}

.x2-box-modal__wrapper-window {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1000;*/
    background-color: rgba(231, 231, 243, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
}

.x2-box-modal__wrapper-window.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000000;
}

.x2-box-modal__window {
    width: 100%;
    max-width: 445px;
    min-height: 488px;
    border-radius: 8px;
    padding: 24px;
    border: 3px solid #bcbdde;
    background-color: #fff;
}

.x2-box-modal__window:has(.x2-box-modal__message.active) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.x2-box-modal__message.active {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.x2-box-modal__message.active .x2-box-modal__title {
    text-align: center;
}

.x2-box-modal__box-close {
    margin: -6px -6px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.x2-box-modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    color: #311c6a;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.x2-box-modal__close:focus,
.x2-box-modal__close:focus-visible {
    outline: none;
}

.x2-box-modal__close:focus-visible,
.x2-box-modal__close:hover,
.x2-box-modal__close:active {
    color: #D9315A;
}

.x2-box-form {
    display: none;
}

.x2-box-form.active {
    display: block;
}

.x2-box-form__title {
    margin-bottom: 6px;
    font-family: "DXRigraf";
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    letter-spacing: 0.05em;
    color: #311c6a;
    max-width: 285px;
}

.mc__hero__content p.x2-box-form__desc {
    text-align: left;
    margin-bottom: 24px;
    max-width: 300px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #bcbdde;
}

p.x2-box-form__desc {
    text-align: left;
    margin-bottom: 24px;
    max-width: 300px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #bcbdde;
}

.mc__hero__content p.x2-box-form__desc:before {
    display: none;
}

p.x2-box-form__desc:before {
    display: none;
}

.x2-box-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.x2-box-form__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
    position: relative;
}

.x2-box-form__list li span {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #D9315A;
}

.x2-box-form__label {
    font-family: "DXRigraf";
    font-weight: 600;
    font-size: 16px;
    line-height: 114%;
    color: #311c6a;
}

.x2-box-form__input {
    padding: 12px 15px 13px;
    width: 100%;
    border: 1px solid #f5f5f7;
    border-radius: 5px;
    background-color: #f5f5f7;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.x2-box-form__input.x2-box-form__input--error {
    border-color: #d9315a;
    background-color: rgba(217, 49, 90, 0.1882352941);
}

.x2-box-form__input::-webkit-input-placeholder {
    color: #9091a9;
}

.x2-box-form__input::-moz-placeholder {
    color: #9091a9;
}

.x2-box-form__input:-ms-input-placeholder {
    color: #9091a9;
}

.x2-box-form__input::-ms-input-placeholder {
    color: #9091a9;
}

.x2-box-form__input::placeholder {
    color: #9091a9;
}

.x2-box-form__input:focus,
.x2-box-form__input:focus-visible {
    outline: none;
}

.x2-box-form__input:focus-visible,
.x2-box-form__input:hover,
.x2-box-form__input:active {
    border: 1px solid #311c6a;
}

.x2-box-form__submit {
    margin-bottom: 16px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #fff;
    padding: 15px 12px 12px;
    font-family: "DXRigraf";
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #d9315a;
    -webkit-transition: border-color 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out;
}

.x2-box-form__submit:focus,
.x2-box-form__submit:focus-visible {
    outline: none;
}

.x2-box-form__submit:focus-visible,
.x2-box-form__submit:hover,
.x2-box-form__submit:active {
    border-color: #d9315a;
}

.x2-box-form__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mc__hero__content .x2-box-form__info p {
    max-width: 275px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #a3a4c0;
}

.x2-box-form__info p {
    max-width: 275px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #a3a4c0;
}

.mc__hero__content .x2-box-form__info p a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    /*transition: color 0.4s ease-in-out;*/
}

.x2-box-form__info p a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    /*transition: color 0.4s ease-in-out;*/
}

.mc__hero__content .x2-box-form__info p a:focus,
.mc__hero__content .x2-box-form__info p a:focus-visible {
    outline: none;
}

.x2-box-form__info p a:focus,
.x2-box-form__info p a:focus-visible {
    outline: none;
}

.mc__hero__content .x2-box-form__info p a:focus,
.mc__hero__content .x2-box-form__info p a:hover,
.mc__hero__content .x2-box-form__info p a:active {
    color: #d9315a;
}

.x2-box-form__info p a:focus,
.x2-box-form__info p a:hover,
.x2-box-form__info p a:active {
    color: #d9315a;
}

.mc__hero__content .x2-box-form__info p:before {
    display: none;
}

.x2-box-form__info p:before {
    display: none;
}

.x2-box-modal__message {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.x2-box-modal__message.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.x2-box-modal__title {
    font-family: "DXRigraf";
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    letter-spacing: 0.05em;
    color: #311c6a;
}

p.x2-box-modal__desc {
    max-width: 275px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #a3a4c0;
}

.mc__hero__content p.x2-box-modal__desc {
    max-width: 275px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #a3a4c0;
}

p.x2-box-modal__desc:before {
    display: none;
}

.mc__hero__content p.x2-box-modal__desc:before {
    display: none;
}

.сontract-roasting .x2-box-modal__btn {
    padding: 8px 16px;
    width: 100%;
    background-color: rgb(217, 49, 90);
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.сontract-roasting .x2-box-modal__btn:focus, .сontract-roasting .x2-box-modal__btn:focus-visible {
    outline: none;
}

.school .x2-box-modal__btn {
    padding: 8px 16px;
    width: 100%;
    background-color: rgb(217, 49, 90);
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.school .x2-box-modal__btn:focus, .school .x2-box-modal__btn:focus-visible {
    outline: none;
}

.оrder-machine .x2-box-modal__btn {
    padding: 8px 16px;
    width: 100%;
    background-color: rgb(217, 49, 90);
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.оrder-machine .x2-box-modal__btn:focus, .оrder-machine .x2-box-modal__btn:focus-visible {
    outline: none;
}

.сontract-roasting .x2-box-modal__window {
    min-height: 445px;
}

.school .x2-box-modal__window {
    min-height: 445px;
}

.оrder-machine .x2-box-modal__window {
    min-height: 445px;
}

.x2-box-form__line-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
}

.x2-box-form__line-title .x2-box-form__title {
    margin-bottom: 0;
}

.x2-box-form__img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.x2-box-form__line-title .x2-box-form__title {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .x2-box-modal__window {
        min-height: 450px;
        padding: 16px;
    }
    .mc__hero__content p.x2-box-form__desc {
        margin-bottom: 16px;
    }
    p.x2-box-form__desc {
        margin-bottom: 16px;
    }
    .x2-box-form__list {
        gap: 16px;
    }
    .x2-box-form__submit {
        margin-bottom: 7px;
    }
}
