@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'InterItalic';
    src: url('../fonts/InterItalic.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}


/* Правки стандартной верстки сайта */
main {
    overflow: hidden;
}
.technologists-nav_wrapper {
    top: 0;
}
.order_wrapper {
    padding: 85px 50px 100px 50px;
}
.technologists-nav_wrapper {
    z-index: 4;
}
.primaryButton_icon svg {
    width: 1.5rem;
    height: 1.5rem;
}
@media (min-width: 2240px) {
    .order_wrapper {
        padding: 5rem 2.9rem 5.84rem 2.9rem;
    }
}
@media (max-width: 1440px) {
    .orderForm_formControls h2 {
        font-size: 35px;
    }
    .orderForm_tab {
        font-size: 15px;
    }
    .orderForm_button {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .order_wrapper {
        padding: 60px 40px;
    }
    .order_form {
        padding-inline: 0;
    }
    .orderForm_tab {
        font-size: 14px;
    }
    .orderForm_text {
        font-size: 10px;
    }
    .orderForm_button {
        width: fit-content;
        font-size: 13px;
    }
    .primaryButton_button {
        gap: 35px;
        padding: 8px;
    }
    .primaryButton_text {
        margin-left: 20px;
    }
    .primaryButton_base_ .primaryButton_icon {
        width: 2.4rem;
        height: 2.4rem;
    }
}
@media (max-width: 380px) {
    .order_wrapper {
        padding: 60px 30px;
    }
    .orderForm_formControls {
        font-size: 30px;
    }
    .orderForm_tab {
        font-size: 11px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .input_inputContainer {
        font-size: 10px;
    }
    .input_inputLabel {
        top: 0.425rem;
    }
    .input_input {
        padding: 5px;
    }
    .orderForm_text {
        font-size: 9px;
        height: initial;
    }
    .primaryButton_button {
        gap: 25px;
        padding: 5px;
    }
    .orderForm_button {
        font-size: 10px;
    }
    .primaryButton_text {
        margin-left: 13px;
    }
    .primaryButton_base_ .primaryButton_icon {
        width: 1.7rem;
        height: 1.7rem;
    }
    .primaryButton_button .primaryButton_icon {
        padding: 0.3625rem;
    }
}


/* Общие стили */
.chtw-mobile {
    display: none;
}


/* Главные стили */
.chtw-recipe {
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.chtw-recipe img {
    width: 100%;
}


/* SLIDER */
.chtw-recipe-slider {
    display: flex;
}
.chtw-recipe-slider > a {
    width: 100%;
}
.chtw-recipe-slider img {
    width: 100%;
}


/* SLIDER V1 */
.chtw-rv1 .chtw-recipe-slider a {
    cursor: pointer;
}


/* LIST */
.chtw-recipe-list {
    background-repeat: no-repeat;
    background-position: right 0 bottom -300px;
    padding: 55px 0 55px 120px
}
.chtw-rl-items {
    display: flex;
    flex-direction: column;
}
.chtw-rl-item {
    display: flex;
    gap: 2px;
    font-family: Onest, sans-serif;
    padding: 24px 0 16px 0;
    position: relative;
}
.chtw-rl-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 850px;
    height: 1px;
    background: #A5A5A5;
}
.chtw-rl-left {
    font-size: 250px;
    color: #EA00293D;
    letter-spacing: -7%;
    line-height: 0.85;
    max-width: 220px;
}
.chtw-rl-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 600px;
}
.chtw-rlr-add {
    color: #A6A6A6;
    font-family: Inter, sans-serif;
    font-size: 17px;
}
.chtw-rlr-head {
    color: #EA0029;
    font-size: 32px;
    font-weight: bold;
}
.chtw-rlr-body {
    font-size: 22px;
}

/* PICTURE */
.chtw-recipe-picture {
    display: flex;
}
.chtw-recipe-picture a {
    width: 100%;
}
.chtw-recipe-picture img {
    width: 100%;
}

/* RECIPE */
.chtw-recipe-recipe {
    padding: 100px 50px 60px 50px;
}
.chtw-rr-head {
    margin-bottom: 80px;
}
.chtw-rr-head-text {
    font-weight: 700;
    font-size: 42px;
    color: #050505;
    margin-bottom: 22px;
}
.chtw-rr-head-badges {
    display: flex;
    gap: 27px;
    align-items: center;
}
.chtw-badge-simple {
    background: #D8E21B;
    color: #050505;
    font-size: 17px;
    padding: 8px 17px;
    border-radius: 6px;
}
.chtw-badge-fish {
    display: flex;
    gap: 14px;
    color: #555555;
    font-size: 22px;
}
.chtw-rr-body {
    display: flex;
    gap: 64px;
}
.chtw-rr-left {
    display: flex;
}
.chtw-rr-block {
    margin-bottom: 40px;
}
.chtw-rrb-head {
    font-size: 42px;
    font-weight: 700;
    color: #EA0029;
    margin-bottom: 44px;
}
.chtw-rrb-body {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.chtw-rrb-item {
    display: flex;
}
.chtw-rrb-item-center {
    flex: 1;
    border-bottom: 1px dashed #D9D9D9;
    margin: 0 12px;
}
.chtw-rrb-item-v2 {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.chtw-rrb-iv2-add {
    font-size: 20px;
    color: #555555;
}

/* STEPS */
.chtw-rs-head {
    font-size: 32px;
    padding: 0 50px 0 110px;
    margin-bottom: 70px;
}
.chtw-rs-items {
    font-family: Onest, sans-serif;
    font-size: 22px;
}
.chtw-rs-item:first-child {
    border-top: 1px solid #A5A5A5;
}
.chtw-rs-item {
    color: #7B7B7B;
    display: flex;
    padding: 50px 50px 50px 110px;
    justify-content: space-between;
    border-bottom: 1px solid #A5A5A5;
    position: relative;
    line-height: 115%;
    overflow: hidden;
}
.chtw-rs-item.chtw-active {
    color: #000000;
}
.chtw-rs-number {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.chtw-rsn-step {
    /*color: #EA0029;*/
    color: #7B7B7B;
    font-size: 32px;
    font-weight: 700;
    width: 110px;
}
.chtw-active .chtw-rsn-step {
    color: #EA0029;
}
.chtw-rsn-per {
    padding: 13px 23px;
    color: #555555;
    background: #F5F5F5;
    border-radius: 10px;
    display: none;
}
.chtw-active .chtw-rsn-per {
    display: block;
}
.chtw-rs-text {
    width: 372px;
}
.chtw-rs-food {
    width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 140px;
    gap: 26px;
}
.chtw-active .chtw-rs-food {
    display: block;
}
.chtw-rs-food-block {
    /* white-space: pre-line; */
}
.chtw-rs-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.chtw-active .chtw-rs-arrow {
    display: none;
}
.chtw-rs-image {
    max-width: 40%;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
}
.chtw-active .chtw-rs-image {
    max-height: 600px;
}
.chtw-rs-image img {
    width: 100%;
}

/* SHARE */
.chtw-recipe-share {
    padding: 30px 50px 75px 50px;
    display: flex;
    flex-wrap: wrap;
}
.chtw-rsh-text {
    margin-bottom: 16px;
    font-size: 22px;
    width: 100%;
}
.chtw-rsh-buttons {
    display: flex;
    gap: 13px;
    margin-right: 12px;
}
.chtw-rsh-button {
    display: flex;
    border: 1px solid #555555;
    border-radius: 50px;
    padding: 14px 26px;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.chtw-rsh-button:hover, .chtw-rsh-social:hover {
    background: #f2f2f2;
}
.chtw-rsh-button-text {
    white-space: nowrap;
}
.chtw-rsh-socials-wrap {
    display: flex;
}
.chtw-rsh-socials {
    display: flex;
    gap: 12px;
}
.chtw-rsh-social {
    border: 1px solid #555555;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.chtw-rsh-s-text {
    display: none;
}

/* PRODUCTS */
.chtw-recipe-products {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 50px;
    padding: 0 50px 80px 50px;
}
.chtw-rp-head {
    font-size: 32px;
}
.chtw-rp-slider {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}
.chtw-rp-slider::-webkit-scrollbar {
    display: none;
}
.chtw-rp-slider.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}
.chtw-rps-slide {
    flex: 0 0 340px;
    height: 430px;
    border-radius: 12px;
    background: #fff;
}
.chtw-rps-slide img {
    width: 100%;
    object-fit: cover;
    height: 60%;
    pointer-events: none;
}
.chtw-rps-slide-info {
    padding: 20px;
    border: 1px solid #EDEDED;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chtw-rps-slide-name {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -4%;
    margin-bottom: 6px;
}
.chtw-rps-slide-stat {
    display: flex;
    gap: 12px;
    font-size: 15px;
}
.chtw-rps-slide-stat:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
}
.chtw-rps-stat-name {
    color: #555555;
}
.chtw-rps-stat-info {
    display: flex;
    gap: 12px;
}
.chtw-rps-stat-info > span:not(:last-child) {
    border-right: 1px solid #EDEDED;
    padding-right: 12px;
}
.chtw-rp-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 20px;
    position: absolute;
    right: 50px;
}
.chtw-rp-buttons button {
    border: 1px solid #555555;
    border-radius: 50px;
    padding: 5px 27px 3px 27px;
}

/* PROS */
.chtw-recipe-pros {
    padding: 25px 20px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.chtw-rpr-head {
    display: none;
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 24px;
}
.chtw-rpr-item {
    display: flex;
    justify-content: center;
    color: #EA0029;
    align-items: center;
    gap: 55px;
}
.chtw-rpr-item:not(:last-child) {
    margin-bottom: -70px;
}
.chtw-rpr-badge {
    font-weight: 500;
    font-family: Onest, sans-serif;
    padding: 22px 22px 22px 35px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    gap: 35px;
    width: 600px;
    font-size: 28px;
    align-items: center;
    line-height: 115%;
    letter-spacing: -1%;
}
.chtw-rpr-badge:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;

}
.chtw-rpr-b-left {
    width: 94px;
}
.chtw-rpr-b-right {
    flex: 1;
}
.chtw-rpr-left .chtw-rpr-badge:after {
    right: calc(30px * -1);
    border-left: 44px solid #FFFFFF;
}
.chtw-rpr-right .chtw-rpr-badge:after {
    left: calc(30px * -1);
    border-right: 44px solid #FFFFFF;
}

/* PROS V1 */
.chtw-rv1 .chtw-rpr-head {
    display: flex;
}


/* STEPS V2 */
.chtw-recipe-steps-v2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 50px;
}
.chtw-rs2-left, .chtw-rs2-right {
    position: absolute;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.chtw-rs2-left {
    left: 0;
    top: 60px;
    gap: 75px;
}
.chtw-rs2-center {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.chtw-rs2-image-center-v2-1 {
    margin-bottom: 30px;
}
.chtw-rs2-image-center-v2-2 {
    margin-bottom: -30px;
    z-index: 2;
    width: 85%;
}
.chtw-rs2-image-center-v2-2-5 {
    display: none;
}
.chtw-rs2-image-center-v2-3 {
    margin-bottom: -30px;
    z-index: 2;
    width: 85%;
}
.chtw-rs2-right {
    right: 0;
    top: 170px;
    gap: 65px;
}
.chtw-rs2-center img {
    max-width: 1000px;
    z-index: 1;
    margin: 0 auto;
}
.chtw-rs2-step-top {
    display: flex;
    gap: 40px;
    align-items: center;
    z-index: 3;
}
.chtw-rs2-step {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.chtw-line-bottom {
    bottom: 0;
}
.chtw-line-top {
    top: 0;
}
.chtw-recipe .chtw-line-2 {
    width: 120%;
}
.chtw-recipe .chtw-line-3 {
    width: 115%;
}
.chtw-recipe .chtw-line-4 {
    width: 120%;
}
.chtw-recipe .chtw-line-5 {
    width: 125%;
}
.chtw-recipe .chtw-line-6 {
    width: 160%;
}
.chtw-recipe .chtw-line-7 {
    width: 135%;
}
.chtw-recipe .chtw-line-8 {
    width: 130%;
}
.chtw-rs2-step-left {
    font-family: Onest, sans-serif;
    font-weight: 300;
    font-size: 122px;
    color: #F26269;
}
.chtw-rs2-step-center {
    position: relative;
}
.chtw-rs2-step-center img {
    position: absolute;
}
.chtw-rs2-left .chtw-rs2-step-center img {
    left: 0;
}
.chtw-rs2-right .chtw-rs2-step-center img {
    right: 0;
}
.chtw-rs2-step-right {
    font-family: Onest, sans-serif;
    font-weight: 500;
    font-size: 28px;
    max-width: 530px;
    white-space: pre-line;
    letter-spacing: -1%;
}
.chtw-rs2-step-bottom {
    font-family: Onest, sans-serif;
    font-size: 22px;
    color: #4A4949;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 340px;
    letter-spacing: -4%;
    z-index: 3;
}
.chtw-rs2-step-bottom-mobile {
    display: none;
}






/*****************************  RECIPE PAGE V2  ********************************/
.chtw-rv2 .chtw-recipe-list {
    background-position: right 0 bottom -200px;
}
.chtw-rv2 .chtw-rlr-body {
    white-space: pre-line;
}
.chtw-rv2 .chtw-recipe-recipe {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    max-width: 1365px;
    margin: 0 auto;
}
.chtw-rv2 .chtw-rr-block {
    flex: 0 0 45%;
}

.chtw-rv2 .chtw-recipe-share {
    justify-content: center;
    row-gap: 20px;
}
.chtw-rv2 .chtw-rsh-text {
    width: initial;
    margin-left: 22px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-family: Onest, sans-serif;
    color: #EA0029;
    font-weight: 700;
}

.chtw-rv2 .chtw-recipe-products {
    gap: 30px;
}
.chtw-rv2 .chtw-rp-head {
    font-size: 42px;
    font-family: Onest, sans-serif;
    font-weight: 700;
    color: #EA0029;
}


/* MODAL */
.chtw-wrap-modal {
    display: none;
    box-shadow: 0 0 0 100vmax #000000ba;
    position: fixed;
    padding: 0;
    z-index: 250;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    top: 0;
}
.order_wrapper_modal {
    padding: 0;
    box-shadow: 0 0 0 100vmax #000000ba;
    background: white;
    max-width: 80%;
    overflow: visible;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chtw-wrap-modal.active {
    display: block;
}
.chtw-close-modal {
    position: absolute;
    right: -4px;
    color: white;
    font-family: auto, serif;
    top: -46px;
    font-size: 45px;
}
.chtw-rrb-item-right
{
 min-width:55px;
 text-align:right;	}





























