.Alert_alert__5rhSZ {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 4rem;
    background: var(--color-primary-contrast);
    border-radius: 2rem;
    overflow: hidden;
    font-size: 4rem;
    line-height: 120%;
}
.Alert_alert__5rhSZ .Alert_icon__gIdUe {
    background-color: var(--color-primary-main);
    border-radius: 1rem;
    padding: 10px 10px 6px;
}
.Alert_alert__5rhSZ.Alert_alert_error__4GH27 {
    background-color: var(--color-error-main);
}
.Alert_alert__5rhSZ.Alert_alert_error__4GH27 .Alert_icon__gIdUe {
    background-color: var(--color-error-contrast);
}
.Alert_alert__5rhSZ p {
    position: relative;
}
.Alert_alert__5rhSZ p a,
.Alert_alert__5rhSZ p span {
    color: var(--color-primary-main);
    font-weight: 700;
}
.Alert_alert__5rhSZ p a {
    font-weight: 400;
}
.Alert_alert__5rhSZ p a:hover {
    text-decoration: underline;
}
@media (max-width: 500px) {
    .Alert_alert__5rhSZ {
        font-size: 3.5rem;
    }
}
.OrderInput_order_input__kysZK {
    display: flex;
    align-items: center;
    padding: 5rem;
    background-color: rgba(var(--color-bg--rgb), 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid var(--color-default);
    border-radius: 2rem;
    margin-top: 2rem;
    width: 100%;
    transition: border-color 0.2s ease, opacity 0.2s ease;
    -webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
}
.OrderInput_order_input__kysZK.OrderInput_small__92OyU {
    padding: 15px;
}
.OrderInput_order_input__kysZK.OrderInput_small__92OyU svg {
    height: 14px;
}
.OrderInput_order_input__kysZK.OrderInput_small__92OyU input {
    font-size: 16px;
}
.OrderInput_order_input__kysZK.OrderInput_small__92OyU input::placeholder {
    font-size: 16px;
}
.OrderInput_order_input__kysZK.OrderInput_disabled__cPq74 {
    opacity: 0.5;
}
.OrderInput_order_input__kysZK.OrderInput_focused__P1THg {
    border-color: rgba(var(--color-primary-main--rgb), 0.5);
}
.OrderInput_order_input__kysZK.OrderInput_focused__P1THg svg path {
    stroke: rgba(var(--color-primary-main--rgb), 0.5);
}
.OrderInput_order_input__kysZK.OrderInput_focused__P1THg input::placeholder {
    color: rgba(var(--color-primary-main--rgb), 0.5);
}
.OrderInput_order_input__kysZK.OrderInput_error__EDkFM {
    border-color: var(--color-error-contrast);
    margin-bottom: 5px;
}
.OrderInput_order_input__kysZK.OrderInput_error__EDkFM svg path {
    stroke: var(--color-error-contrast);
}
.OrderInput_order_input__kysZK.OrderInput_error__EDkFM input::placeholder {
    color: var(--color-error-contrast);
}
.OrderInput_order_input__kysZK.OrderInput_error__EDkFM.OrderInput_mail__0EGqB {
    border-color: var(--color-error-light);
}
.OrderInput_order_input__kysZK.OrderInput_error__EDkFM.OrderInput_mail__0EGqB svg path {
    stroke: var(--color-error-light);
}
.OrderInput_order_input__kysZK.OrderInput_error__EDkFM.OrderInput_mail__0EGqB input::placeholder {
    color: var(--color-error-light);
}
.OrderInput_order_input__kysZK svg {
    margin-right: 14px;
}
.OrderInput_order_input__kysZK svg path {
    stroke: var(--color-default);
    transition: stroke 0.2s ease;
    -webkit-transition: stroke 0.2s ease;
}
.OrderInput_order_input__kysZK input {
    width: 100%;
    font-size: 5rem;
}
.OrderInput_order_input__kysZK input::placeholder {
    font-size: 5rem;
    color: var(--color-default);
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
}
.OrderForm_order_form__fzwJB {
    width: 100%;
    max-width: 400px;
    margin-top: 4rem;
}
.OrderForm_nicknames__iaktF {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 4rem 0;
    width: 100%;
    color: var(--color-default);
    font-size: 3rem;
}
.OrderForm_nickname__4rUj7 {
    margin-top: 0 !important;
    margin-left: 10px;
    background-color: var(--color-primary-main);
    color: var(--color-primary-contrast);
    text-shadow: 2px 4px 4px var(--color-light-shadow);
    padding: 5px 3px;
    border-radius: 1rem;
    font-size: 3rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out, transform 0.1s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.1s ease-in-out;
}
.OrderForm_nickname__4rUj7:hover {
    opacity: 0.8;
}
.OrderForm_nickname__4rUj7:active {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.OrderForm_submit_btn__z_e8T {
    margin-top: 4rem;
}
.OrderForm_submit_btn__z_e8T:hover svg {
    transform: translateX(3rem);
}
@media (max-width: 890px) {
    .OrderForm_order_form__fzwJB {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        max-width: 500px;
    }
}
.ShapeButton_shape_btn__D9rLg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    width: 100%;
    background-color: var(--color-primary-main);
    box-shadow: 0 16px 50px 0 rgba(255, 152, 0, 0.4), 0 -9px 0 -6px rgba(255, 148, 0, 0.25), 0 2px 0 0 #f48805;
    border-radius: 1rem;
    font-size: 6rem;
    font-weight: 700;
    text-shadow: 0 4px 4px var(--color-light-shadow);
    transition: opacity 0.2s ease-in-out, background 0.5s ease, box-shadow 0.5s ease, text-shadow 0.5s ease;
}
.ShapeButton_shape_btn__D9rLg:disabled {
    opacity: 0.5;
}
.ShapeButton_shape_btn__D9rLg:hover:not(:disabled) {
    background: var(--color-accent);
    box-shadow: 0 25px 75px 0 hsla(0, 0%, 63%, 0.2), 0 -9px 0 -6px rgba(73, 69, 67, 0.25), 0 2px 0 0 #3e3b39;
    text-shadow: 0 4px 4px var(--color-dark-shadow);
}
.ShapeButton_shape_btn__D9rLg:hover:not(:disabled) svg {
    filter: drop-shadow(0 4px 4px var(--color-dark-shadow));
}
.ShapeButton_shape_btn__D9rLg:hover:not(:disabled) svg path {
    stroke: var(--color-primary-main);
}
.ShapeButton_shape_btn__D9rLg:hover:not(:disabled) .ShapeButton_bg_defaul__TFV4V {
    opacity: 0;
    transition-delay: 0.2s;
}
.ShapeButton_shape_btn__D9rLg:hover:not(:disabled) .ShapeButton_bg_hover__8VZvK {
    opacity: 1;
    transition-delay: 0s;
}
.ShapeButton_shape_btn__D9rLg svg {
    filter: drop-shadow(0 4px 4px var(--color-light-shadow));
    transition: filter 0.5s ease, transform 0.5s ease;
}
.ShapeButton_shape_btn__D9rLg svg path {
    transition: stroke 0.5s ease;
}
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_defaul__TFV4V,
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_hover__8VZvK {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
}
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_defaul__TFV4V:after,
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_defaul__TFV4V:before,
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_hover__8VZvK:after,
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_hover__8VZvK:before {
    pointer-events: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.ShapeButton_shape_btn__D9rLg .ShapeButton_bg_hover__8VZvK {
    opacity: 0;
    transition-delay: 0.2s;
}
.ShapeButton_large__rR_NF {
    height: 70px;
}
/* .ShapeButton_large__rR_NF .ShapeButton_bg_defaul__TFV4V:after,
.ShapeButton_large__rR_NF .ShapeButton_bg_hover__8VZvK:after {
    aspect-ratio: 474/378;
    top: -7px;
    right: -164px;
    content: "";
    width: 237px;
    background-image: url(../img/big_btn_right_shapes.png);
}
.ShapeButton_large__rR_NF .ShapeButton_bg_defaul__TFV4V:before,
.ShapeButton_large__rR_NF .ShapeButton_bg_hover__8VZvK:before {
    aspect-ratio: 240/234;
    top: -8px;
    left: -20px;
    content: "";
    width: 120px;
    background-image: url(../img/big_btn_left_shapes.png);
} */
/* .ShapeButton_large__rR_NF .ShapeButton_bg_hover__8VZvK:after {
    background-image: url(../img/big_btn_right_shapes_hover.png);
}
.ShapeButton_large__rR_NF .ShapeButton_bg_hover__8VZvK:before {
    background-image: url(../img/big_btn_left_shapes_hover.png);
} */
.ShapeButton_small__i89hV {
    height: 50px;
}
/* .ShapeButton_small__i89hV .ShapeButton_bg_defaul__TFV4V:after,
.ShapeButton_small__i89hV .ShapeButton_bg_hover__8VZvK:after {
    aspect-ratio: 37/41;
    top: -18px;
    right: -25px;
    content: "";
    background-image: url(../img/small_btn_right_shapes.png);
    width: 74px;
}
.ShapeButton_small__i89hV .ShapeButton_bg_defaul__TFV4V:before,
.ShapeButton_small__i89hV .ShapeButton_bg_hover__8VZvK:before {
    aspect-ratio: 240/251;
    top: -15px;
    left: -41px;
    content: "";
    background-image: url(../img/small_btn_left_shapes.png);
    width: 240px;
}
.ShapeButton_small__i89hV .ShapeButton_bg_hover__8VZvK:after {
    background-image: url(../img/small_btn_right_shapes_hover.png);
}
.ShapeButton_small__i89hV .ShapeButton_bg_hover__8VZvK:before {
    background-image: url(../img/small_btn_left_shapes_hover.png);
} */
@media (max-width: 500px) {
    .ShapeButton_shape_btn__D9rLg {
        font-size: 5rem;
    }
    .ShapeButton_shape_btn__D9rLg svg {
        height: 5rem;
    }
}
@media (max-width: 375px) {
    .ShapeButton_shape_btn__D9rLg {
        font-size: 4.5rem;
    }
    .ShapeButton_shape_btn__D9rLg svg {
        display: none;
    }
}
.Monitoring_wrapper__psrf_ {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 32px;
    gap: 8rem;
}
.Monitoring_interaction__h7kRy {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6rem;
    width: 100%;
    max-width: 448px;
    background-color: var(--color-primary-contrast);
    padding: 4rem 4rem 4rem 12rem;
    border-radius: 2rem;
}
.Monitoring_interaction__h7kRy .Monitoring_icon__qk89b {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: var(--color-primary-main);
    background-image: url(../img/monitoring_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 1rem;
}
.Monitoring_interaction__h7kRy .Monitoring_address__5mzrP {
    font-size: 6rem;
    font-weight: 700;
    text-transform: uppercase;
}
.Monitoring_interaction__h7kRy .Monitoring_address__5mzrP span {
    color: var(--color-primary-main);
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw {
    display: flex;
    gap: 3rem;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    background-color: #fff;
    transition: opacity 0.2s ease, background-color 0.5s ease;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y:hover:not(.Monitoring_copied__9UJQo) {
    opacity: 0.8;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y:active:not(.Monitoring_copied__9UJQo) {
    transform: scale(0.97);
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y .Monitoring_successed_icon__RR3pI {
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s ease, left 0.5s ease;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y .Monitoring_successed_icon__RR3pI path {
    stroke: #f9fff9;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y.Monitoring_copied__9UJQo {
    cursor: default;
    background-color: #45ff37;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y.Monitoring_copied__9UJQo svg:not(.Monitoring_successed_icon__RR3pI) {
    transform: translateX(150%);
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y.Monitoring_copied__9UJQo svg.Monitoring_successed_icon__RR3pI {
    left: 50%;
    transform: translate(-50%, -50%);
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y svg:not(.Monitoring_successed_icon__RR3pI) {
    transition: transform 0.5s ease;
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y svg {
    filter: drop-shadow(0 4px 4px var(--color-dark-shadow));
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y.Monitoring_add__BwRCk {
    background-color: var(--color-primary-main);
}
.Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y.Monitoring_add__BwRCk svg {
    filter: drop-shadow(0 4px 4px var(--color-light-shadow));
}
.Monitoring_data__wJPQ0 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 30px;
}
.Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_title__s_Sfe {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_title__s_Sfe h2 {
    font-size: 8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_title__s_Sfe .Monitoring_indicator__RLdI7 {
    width: 4rem;
    height: 4rem;
    background-color: var(--color-primary-main);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(201, 154, 53, 0.47), 0 0 0 0 rgba(151, 122, 43, 0.6);
    animation: Monitoring_pulser__nFnX5 2s infinite both;
}
.Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_players_online__JaYIB {
    font-size: 6rem;
    font-weight: 700;
    color: var(--color-default);
}
.Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_players_online__JaYIB span {
    color: var(--color-primary-main);
}
@keyframes Monitoring_pulser__nFnX5 {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 154, 53, 0.47), 0 0 0 0 rgba(151, 122, 43, 0.6);
    }
    to {
        box-shadow: 0 0 0 12px rgba(254, 203, 46, 0), 0 0 0 20px rgba(254, 203, 46, 0);
    }
}
@media (max-width: 500px) {
    .Monitoring_wrapper__psrf_ {
        width: 100%;
        padding-left: 0;
        align-items: end;
        margin: 5rem 0;
    }
    .Monitoring_interaction__h7kRy {
        width: calc(100% - 28px);
        padding: 3.5rem 3.5rem 3.5rem 7rem;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
    }
    .Monitoring_interaction__h7kRy .Monitoring_icon__qk89b {
        width: 56px;
        height: 56px;
        background-size: 40px;
    }
    .Monitoring_interaction__h7kRy .Monitoring_address__5mzrP {
        flex-grow: 3;
        font-size: 5rem;
        text-align: center;
    }
    .Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw {
        gap: 2rem;
    }
    .Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y {
        width: 40px;
        height: 40px;
    }
    .Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y svg {
        width: 20px;
    }
    .Monitoring_data__wJPQ0 {
        justify-content: center;
        gap: 5rem;
    }
    .Monitoring_data__wJPQ0 svg {
        width: 67px;
    }
    .Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_title__s_Sfe h2 {
        font-size: 6rem;
    }
    .Monitoring_data__wJPQ0 .Monitoring_info__MVvf_ .Monitoring_players_online__JaYIB {
        font-size: 5rem;
    }
}
@media (max-width: 425px) {
    .Monitoring_interaction__h7kRy {
        padding-left: 3rem;
    }
    .Monitoring_interaction__h7kRy .Monitoring_address__5mzrP {
        font-size: 4.5rem;
    }
    .Monitoring_interaction__h7kRy .Monitoring_icon__qk89b {
        transform: translate(-70%, -50%);
    }
}
@media (max-width: 375px) {
    .Monitoring_wrapper__psrf_ {
        padding-left: 0;
        align-items: center;
    }
    .Monitoring_interaction__h7kRy {
        width: 100%;
        padding: 6rem 2rem;
        flex-direction: column;
        gap: 4rem;
    }
    .Monitoring_interaction__h7kRy .Monitoring_icon__qk89b {
        display: none;
    }
    .Monitoring_interaction__h7kRy .Monitoring_address__5mzrP {
        font-size: 6rem;
        flex-grow: 0;
    }
    .Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw {
        gap: 4rem;
    }
    .Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y {
        width: 12rem;
        height: 12rem;
    }
    .Monitoring_interaction__h7kRy .Monitoring_buttons__DQNtw .Monitoring_btn__Aoe5y svg {
        width: 6rem;
    }
    .Monitoring_data__wJPQ0 svg {
        display: none;
    }
}
.Order_order__dSQbl {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 448px;
    margin-top: 65px;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%) translateZ(0px);
    transition: opacity 0.2s ease;
}

.Order_order__dSQbl.visible {
    opacity: 1;
    animation: riseUp 0.6s ease forwards;
}

.Order_second {
    margin-bottom: 60px;
}

.Order_order__dSQbl.hidden {
    display: none;
}

@keyframes riseUp {
    0% {
        transform: translateY(100%) translateZ(0px);
    }
    70% {
        transform: translateY(-3%) translateZ(0px);
    }
    100% {
        transform: translateY(0%) translateZ(0px);
    }
}


.Order_order__dSQbl.Order_first_form_step__32y9P {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.Order_order__dSQbl h3 {
    font-size: 5rem;
    color: var(--color-common-white);
    margin-bottom: 5rem;
    margin-top: 3rem;
}
.Order_order__dSQbl h3.Order_with_surcharge__EOWAT {
    margin-bottom: 3rem;
}
.Order_order__dSQbl h3.Order_nomb__CXVMX {
    margin-bottom: 0;
}
.Order_order__dSQbl h3 span {
    color: var(--color-secondary-main);
}
.Order_title__QjNML {
    font-size: 9rem;
    font-weight: 700;
    color: var(--color-common-white);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.Order_title__QjNML span {
    color: var(--color-primary-main);
}
.Order_go_back__5c2P5 {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 6rem;
    font-weight: 400;
    color: var(--color-default);
    cursor: pointer;
    margin-bottom: 4rem;
    transition: color 0.2s ease, transform 0.2s ease;
    -webkit-transition: color 0.2s ease, transform 0.2s ease;
}
.Order_go_back__5c2P5:hover {
    color: var(--color-common-white);
}
.Order_go_back__5c2P5:active {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}
.Order_go_back__5c2P5.Order_box__Veygg {
    font-size: 16px;
    color: #fff;
}
.Order_select_category__BdY0U {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8rem 24rem;
    width: 100%;
    margin-top: 40px;
}
.Order_select_product__s6H3S {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem;
    width: 100%;
    margin-top: 6rem;
}
.Order_agree_bottom__15GJT {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}
.Order_agree_bottom__15GJT > div {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 28px);
    margin-left: 39px;
}
.Order_agree_bottom__15GJT > div:first-child {
    gap: 6rem;
}
.Order_agree_bottom__15GJT .Order_confirm_block__lLCZY {
    position: relative;
    width: 100%;
    max-width: 402px;
    background-color: var(--color-primary-contrast);
    padding: 19px 19px 19px 45px;
    border-radius: 2rem;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 6rem;
    line-height: 100%;
    transform: skewX(-5deg);
}
.Order_agree_bottom__15GJT .Order_confirm_block__lLCZY b {
    color: var(--color-primary-main);
}
.Order_agree_bottom__15GJT .Order_confirm_block__lLCZY:before {
    content: "";
    position: absolute;
    left: -39px;
    top: 0;
    width: 78px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: skewX(5deg);
}
.Order_agree_bottom__15GJT .Order_confirm_block__lLCZY.Order_nickname__9Aonm:before {
    background-image: url(../img/user_confirm_bg.png);
}
.Order_agree_bottom__15GJT .Order_confirm_block__lLCZY.Order_product__taQ6u:before {
    background-image: url(../img/product_confirm_bg.png);
}
.Order_agree_bottom__15GJT .Order_confirm_block__lLCZY.Order_total__mcy7O:before {
    background-image: url(../img/total_confirm_bg.png);
}
.Order_agree_bottom__15GJT .Order_confirm_btn__TZsXB {
    max-width: 400px;
    margin-top: 4.5rem;
    gap: 8rem;
}
.Order_agree_bottom__15GJT .Order_confirm_btn__TZsXB:hover svg {
    transform: translateX(4rem);
}
.Order_last_alert__IpKdd {
    margin-top: 4rem;
}
@media (max-width: 890px) {
    .Order_order__dSQbl {
        min-height: 411px;
    }
    .Order_order__dSQbl.Order_first_form_step__32y9P {
        flex-direction: column;
        gap: 10rem;
    }
    .Order_title__QjNML {
        font-size: 7rem;
    }
    .Order_go_back__5c2P5 {
        font-size: 5rem;
        margin-bottom: 5px;
    }
    .Order_go_back__5c2P5:before {
        width: 10px;
        height: 15px;
    }
    .Order_select_category__BdY0U {
        grid-template-columns: 1fr;
    }
    .Order_select_product__s6H3S {
        grid-template-columns: repeat(2, 1fr);
    }
    .Order_agree_bottom__15GJT {
        width: 100%;
        flex-direction: column;
        gap: 6rem;
    }
    .Order_agree_bottom__15GJT > div {
        margin-left: 0;
        align-items: center;
    }
    .Order_agree_bottom__15GJT .Order_confirm_block__lLCZY {
        max-width: calc(100% - 39px);
        font-size: 4.5rem;
        margin-left: 39px;
    }
    .Order_agree_bottom__15GJT .Order_confirm_block__lLCZY:before {
        width: 68px;
        height: 56px;
    }
    .Order_agree_bottom__15GJT .Order_confirm_btn__TZsXB {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .Order_order__dSQbl {
        min-height: auto;
        margin-top: 46px;
    }
    .Order_order__dSQbl .Order_mb_below__QFY30,
    .Order_order__dSQbl h3 {
        margin-bottom: 0;
    }
    .Order_select_product__s6H3S {
        margin-top: 20px;
        grid-template-columns: 1fr;
    }
    .Order_agree_bottom__15GJT {
        flex-direction: column;
    }
    .Order_agree_bottom__15GJT p {
        text-align: center;
    }
    .Order_agree_bottom__15GJT > a {
        margin-top: 10px;
        width: 100%;
    }
}
@media (max-width: 425px) {
    .Order_order__dSQbl h3 {
        font-size: 4rem;
    }
}
.CategoryItem_category__QKJtT {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 40px 0 80px;
    border-radius: 2rem;
    background-color: var(--color-primary-contrast);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    transform: skewX(-3deg);
    margin-left: 48px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
.CategoryItem_category__QKJtT:hover {
    background-color: var(--color-primary-main);
}
.CategoryItem_category__QKJtT:hover:after {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.CategoryItem_category__QKJtT:hover:before {
    opacity: 1;
    transition: opacity 0.2s ease;
}
.CategoryItem_category__QKJtT:hover p {
    text-shadow: 0 4px 4px var(--color-light-shadow);
}
.CategoryItem_category__QKJtT:after,
.CategoryItem_category__QKJtT:before {
    content: attr(data-index);
    position: absolute;
    left: -80px;
    bottom: -40px;
    display: grid;
    place-items: center;
    padding: 28px 45px 62px;
    background-image: url(../img/server_count_bg1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 171px;
    height: 144px;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 0 4px 4px var(--color-light-shadow);
    z-index: 2;
    transform: skewX(3deg);
    transition: opacity 0.2s ease;
}
.CategoryItem_category__QKJtT:before {
    background-image: url(../img/server_count_bg2.png);
    text-shadow: 0 4px 4px var(--color-dark-shadow);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.CategoryItem_category__QKJtT p {
    position: relative;
    flex-grow: 3;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0 4px 4px var(--color-dark-shadow);
    z-index: 2;
    text-align: center;
    transform: skewX(3deg);
    transition: text-shadow 0.5s ease;
}
@media (max-width: 500px) {
    .CategoryItem_category__QKJtT {
        height: 89px;
        padding: 0 30px 0 60px;
        max-width: 320px;
    }
    .CategoryItem_category__QKJtT p {
        font-size: 4.5rem;
    }
    .CategoryItem_category__QKJtT:after,
    .CategoryItem_category__QKJtT:before {
        bottom: -35px;
        padding: 26px 40px 55px;
        width: 152px;
        height: 128px;
        font-size: 6.5rem;
    }
}
.ProductIte_product__w_BRo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6rem;
    background-color: var(--color-primary-contrast);
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    transition: transform 0.5s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.ProductIte_product__w_BRo:hover {
    background-color: var(--color-primary-main);
    transform: translate(-10%, -10%) skewX(-3deg);
    box-shadow: 0 4px 10px var(--color-dark-shadow);
}
.ProductIte_product__w_BRo:hover.ProductIte_surcharge__Bt037:after,
.ProductIte_product__w_BRo:hover.ProductIte_visual_discount__sVh4u:after {
    background-color: var(--color-primary-contrast);
    text-shadow: 0 4px 4px var(--color-dark-shadow);
    color: var(--color-primary-main);
}
.ProductIte_product__w_BRo:hover .ProductIte_name__KjCm1,
.ProductIte_product__w_BRo:hover .ProductIte_price__nuiYq {
    text-shadow: 0 4px 4px var(--color-light-shadow);
}
.ProductIte_product__w_BRo:hover .ProductIte_name__KjCm1 svg {
    filter: drop-shadow(0 4px 4px var(--color-light-shadow));
}
.ProductIte_product__w_BRo:hover .ProductIte_name__KjCm1 svg path {
    stroke: rgba(var(--color-bg--rgb), 0.5);
}
.ProductIte_product__w_BRo:hover .ProductIte_price__nuiYq {
    color: var(--color-primary-contrast);
}
.ProductIte_product__w_BRo:hover .ProductIte_price__nuiYq:after {
    text-shadow: 0 4px 4px var(--color-light-shadow);
    color: rgba(var(--color-primary-contrast--rgb), 0.5);
}
.ProductIte_surcharge__Bt037:after,
.ProductIte_visual_discount__sVh4u:after {
    content: "Доплата";
    position: absolute;
    right: -47px;
    top: 8px;
    font-weight: 700;
    font-size: 4rem;
    padding: 6px 47px;
    background-color: var(--color-primary-main);
    color: var(--color-primary-contrast);
    text-shadow: 0 4px 4px var(--color-light-shadow);
    transform: rotate(37deg);
    transition: background-color 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}
.ProductIte_visual_discount__sVh4u:after {
    content: attr(data-visual-discount);
    right: -35px;
    top: 6px;
}
.ProductIte_name__KjCm1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0 4px 4px var(--color-dark-shadow);
    cursor: pointer;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: text-shadow 0.3s ease, background-color 0.3s ease, padding-right 0.3s ease, transform 0.3s ease;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.ProductIte_name__KjCm1 svg {
    filter: drop-shadow(0 4px 4px var(--color-dark-shadow));
    transition: filter 0.3s ease;
}
.ProductIte_name__KjCm1 svg path {
    transition: stroke 0.3s ease;
}
.ProductIte_name__KjCm1:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: 99%;
    background-color: transparent;
    z-index: -1;
    transition: background-color 0.3s ease, width 0.3s ease;
}
.ProductIte_name__KjCm1:hover {
    position: relative;
    background-color: var(--color-primary-contrast);
    padding-right: 2rem;
    transform: translateY(-1rem);
    text-shadow: 0 4px 4px var(--color-dark-shadow) !important;
}
.ProductIte_name__KjCm1:hover svg path {
    stroke: var(--color-default) !important;
}
.ProductIte_name__KjCm1:hover:before {
    width: 7rem;
    background-color: var(--color-primary-contrast);
}
.ProductIte_price__nuiYq {
    display: flex;
    align-items: center;
    font-size: 5rem;
    font-weight: 700;
    color: var(--color-primary-main);
    margin-top: 2rem;
    text-shadow: 0 4px 4px var(--color-dark-shadow);
    z-index: 1000;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.ProductIte_price__nuiYq:after {
    content: attr(data-old);
    font-size: 3.5rem;
    color: var(--color-default);
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
@media (max-width: 500px) {
    .ProductIte_product__w_BRo:hover {
        transform: none;
        box-shadow: none;
    }
}
.InfoBlock_block__TgWW9 {
    position: relative;
    width: 100%;
    padding: 6rem 8rem;
    background: linear-gradient(125deg, var(--color-primary-contrast) 0, var(--color-bg) 100%);
    border-radius: 2rem;
    overflow: hidden;
}
.Content_content_box__jJ_1h {
    width: 100%;
    display: flex;
    /* margin-top: 70px; */
    justify-content: space-between;
    gap: 6rem;
    opacity: 0;
    transform: translateY(20%) translateZ(0);
    transition: transform 0.6s ease, opacity 0.2s ease;
}


.Content_content_box__jJ_1h.visible {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}


.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ,
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr {
    height: 380px;
}
.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ > div,
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr > div {
    position: relative;
    z-index: 2;
}
.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ .Content_title__zsZ5O,
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr .Content_title__zsZ5O {
    font-size: 10rem;
    font-weight: 500;
    max-width: 315px;
}
.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ .Content_title__zsZ5O span,
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr .Content_title__zsZ5O span {
    color: var(--color-primary-main);
}
.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ:before,
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto;
    z-index: 0;
}
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr {
    max-width: 507px;
}
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr:before {
    background-image: url(../img/how_to_start_bg.png);
}
.Content_content_box__jJ_1h .Content_how_to_start__1kZBr > div > p {
    font-size: 5rem;
    color: var(--color-default);
    margin-top: 4rem;
}
.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ {
    max-width: 448px;
    flex-shrink: 0;
}
.Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ:before {
    background-image: url(../img/how_to_buy_bg.png);
}
.Content_inctructions_btn__sUETm {
    position: absolute;
    left: 45px;
    bottom: 67px;
    max-width: 210px;
}
@media (max-width: 890px) {
    .Content_content_box__jJ_1h {
        flex-direction: column;
    }
    .Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ,
    .Content_content_box__jJ_1h .Content_how_to_start__1kZBr {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .Content_content_box__jJ_1h {
        flex-direction: column;
        margin-top: 8rem;
    }
    .Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ,
    .Content_content_box__jJ_1h .Content_how_to_start__1kZBr {
        height: 352px;
    }
    .Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ .Content_title__zsZ5O,
    .Content_content_box__jJ_1h .Content_how_to_start__1kZBr .Content_title__zsZ5O {
        font-size: 6.5rem;
    }
    .Content_content_box__jJ_1h .Content_how_to_start__1kZBr > div > p {
        font-size: 4rem;
        margin-top: 6rem;
    }
    .Content_content_box__jJ_1h .Content_how_to_start__1kZBr:before {
        top: 10px;
        left: auto;
        right: -50px;
    }
    .Content_content_box__jJ_1h .Content_how_to_buy__kIaKJ:before {
        top: 5px;
        left: auto;
        right: -30px;
    }
}
.Logo_logo__S7mpZ {
    display: flex;
    align-items: center;
    padding-top: 10px;
    justify-content: center;
    font-size: 10rem;
    text-transform: uppercase;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.6);
    width: 531px;
    height: 190px;
    background-image: url(../img/logothree.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: 90px;
    filter: drop-shadow(0 0 50px var(--color-light-shadow));
    opacity: 0;
    transform: scale(0.001);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.Logo_logo__S7mpZ.visible {
    opacity: 1;
    transform: scale(1);
}

.Logo_logo__S7mpZ b {
    color: var(--color-primary-main);
}
@media (max-width: 890px) {
    .Logo_logo__S7mpZ {
        margin-top: 5.6vw;
        width: 100%;
    }
}
@media (max-width: 569px) {
    .Logo_logo__S7mpZ {
        padding-top: 2.5vw;
        font-size: 8vw;
    }
}
.Products_products__pZx44 {
    display: flex;
    flex-direction: column;
    margin-top: 10rem;
}
.Products_title__UPWq_ {
    display: flex;
    align-items: center;
    gap: 8rem;
    font-size: 8rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.Products_title__UPWq_:before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 95px;
    height: 80px;
    background-image: url(../img/sword_block.png);
    background-repeat: no-repeat;
}
.Products_container__vIPUM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.Products_header__1bjH1 {
    font-size: 6rem;
    margin-top: 6rem;
    font-weight: 700;
}
.Products_product__c7Mof {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 230px;
    height: 100px;
    padding: 4.5rem 6rem;
    background-color: var(--color-primary-contrast);
    background-image: url(../img/block_bg.png);
    background-blend-mode: overlay;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 2rem;
    margin-bottom: 4rem;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.5s ease, background-position 0.5s ease;
}
.Products_product__c7Mof:hover {
    background-color: var(--color-primary-main);
    background-position: -100% 500%;
}
.Products_product__c7Mof:hover .Products_info__Oiqp9 h5 {
    text-shadow: 0 4px 4px var(--color-light-shadow);
}
.Products_product__c7Mof:hover .Products_info__Oiqp9 p {
    color: var(--color-primary-contrast);
    text-shadow: 0 4px 4px var(--color-light-shadow);
}
.Products_product__c7Mof:hover .Products_discount__lfMnh {
    background-color: var(--color-primary-contrast);
    color: var(--color-primary-main);
    text-shadow: 0 4px 4px var(--color-dark-shadow);
}
.Products_info__Oiqp9 h5 {
    transition: text-shadow 0.5s ease;
}
.Products_info__Oiqp9 h5,
.Products_info__Oiqp9 p {
    font-size: 5.5rem;
    text-shadow: 0 4px 4px var(--color-dark-shadow);
}
.Products_info__Oiqp9 p {
    margin-top: 2rem;
    position: relative;
    color: var(--color-primary-main);
    font-weight: 700;
    transition: text-shadow 0.5s ease, color 0.5s ease;
}
.Products_info__Oiqp9 p:before {
    content: attr(data-old);
    display: block;
    width: 100px;
    position: absolute;
    bottom: 1rem;
    left: 6rem;
    font-size: 3.5rem;
    font-weight: 400;
    text-align: right;
    text-decoration: line-through;
    color: var(--color-default);
}
.Products_discount__lfMnh {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 4.5rem;
    font-weight: 700;
    background-color: var(--color-primary-main);
    color: var(--color-primary-contrast);
    padding: 5px 47px;
    border-radius: var(--border-radius-min);
    text-shadow: 0 4px 4px var(--color-light-shadow);
    transform: rotate(37.917deg);
    right: -36px;
    top: 8px;
    transition: background-color 0.5s ease, color 0.5s ease, text-shadow 0.5s ease;
}
.Products_list__5hQZY {
    overflow: hidden;
    transition: max-height 0.25s linear, padding 0.25s linear;
    -webkit-transition: max-height 0.25s linear, padding 0.25s linear;
}
.Products_list__5hQZY::-webkit-scrollbar {
    display: none;
}
.Products_list__5hQZY ul {
    padding-left: 15px;
}
.Products_list__5hQZY ul li {
    margin-top: 8px;
}
.Products_list__5hQZY ul li b {
    color: var(--color-accent);
}
@media (max-width: 500px) {
    .Products_title__UPWq_ {
        font-size: 6rem;
        gap: 4rem;
    }
    .Products_title__UPWq_:before {
        background-size: contain;
        width: 76.24px;
        height: 64px;
    }
    .Products_header__1bjH1 {
        font-size: 5rem;
    }
    .Products_product__c7Mof {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .Products_product__c7Mof:hover {
        background-color: var(--color-primary-main);
        background-position: 0;
    }
    .Products_product__c7Mof div h4 {
        font-size: 14px;
    }
    .Products_product__c7Mof div div {
        font-size: 16px;
    }
    .Products_product__c7Mof div div:before,
    .Products_product__c7Mof ul {
        font-size: 12px;
    }
}
.Drawer_drawer_wrapper__pM3ME {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-bg--rgb), 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 9999;
}
.Drawer_container__nMULm {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 160rem;
    background-image: linear-gradient(125deg, var(--color-primary-contrast) 0, var(--color-bg) 100%);
}
.Drawer_container__nMULm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/drawer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}
.Drawer_inner__Uu7DD {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 1rem;
    z-index: 2;
}
.Drawer_inner__Uu7DD .Drawer_info_titles__funac {
    padding: 8rem 8rem 0;
}
.Drawer_inner__Uu7DD .Drawer_close_btn__KPsOi {
    position: absolute;
    top: 8rem;
    right: 8rem;
}
.Drawer_inner__Uu7DD .Drawer_close_btn__KPsOi svg path {
    transition: stroke 0.3s ease;
}
.Drawer_inner__Uu7DD .Drawer_close_btn__KPsOi:hover svg path {
    stroke: var(--color-primary-main);
}
.Drawer_inner__Uu7DD .Drawer_title__rpb3F {
    display: flex;
    gap: 6rem;
}
.Drawer_inner__Uu7DD .Drawer_title__rpb3F:before {
    content: "";
    width: 95px;
    height: 80px;
    background-image: url(../img/drawer_title_block_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.Drawer_inner__Uu7DD .Drawer_title__rpb3F > div b,
.Drawer_inner__Uu7DD .Drawer_title__rpb3F > div h1 {
    font-size: 8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.Drawer_inner__Uu7DD .Drawer_title__rpb3F > div b {
    color: var(--color-primary-main);
}
.Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op h2 {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    font-size: 6rem;
    text-transform: uppercase;
}
.Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op h2:before {
    content: "";
    width: 78px;
    height: 64px;
    background-image: url(../img/crown_block_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz {
    flex-grow: 3;
    overflow-y: auto;
    padding: 0 4rem 4rem 8rem;
    margin-right: 4rem;
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz.Drawer_hasMask__q5fYb {
    -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 1%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99%, transparent), linear-gradient(90deg, transparent 95%, #000);
    mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 1%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99%, transparent), linear-gradient(90deg, transparent 95%, #000);
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz::-webkit-scrollbar {
    background: none;
    width: 2rem;
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz::-webkit-scrollbar-thumb {
    background-color: var(--color-primary-main);
    border-radius: 2rem;
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz ul {
    list-style: none;
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz ul li {
    font-size: 5rem;
    font-weight: 400;
    margin-top: 3rem;
}
.Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz ul li b {
    color: var(--color-primary-main);
}
@media (max-width: 890px) {
    .Drawer_container__nMULm {
        max-width: 100%;
    }
    .Drawer_inner__Uu7DD .Drawer_title__rpb3F {
        gap: 2rem;
    }
    .Drawer_inner__Uu7DD .Drawer_title__rpb3F:before {
        width: 67px;
        height: 56px;
    }
    .Drawer_inner__Uu7DD .Drawer_title__rpb3F > div b,
    .Drawer_inner__Uu7DD .Drawer_title__rpb3F > div h1 {
        font-size: 6rem;
    }
    .Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op {
        margin-top: 6rem;
    }
    .Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op h2 {
        font-size: 4.5rem;
    }
    .Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op h2:before {
        width: 59px;
        height: 48px;
    }
}
@media (max-width: 500px) {
    .Drawer_inner__Uu7DD .Drawer_desc_title__Ah9Op {
        flex-direction: column;
        gap: 2rem;
    }
    .Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz.Drawer_hasMask__q5fYb {
        -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 0.5%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99.5%, transparent), linear-gradient(90deg, transparent 95%, #000);
        mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 0.5%, #000 5%, #000 50%, #000 95%, rgba(0, 0, 0, 0.1) 99.5%, transparent), linear-gradient(90deg, transparent 95%, #000);
    }
    .Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz::-webkit-scrollbar {
        width: 1rem;
    }
    .Drawer_inner__Uu7DD .Drawer_possibilities__sKnnz ul li {
        font-size: 3.5rem;
    }
}
