body, html {
    height: 100%;
    width: 100%;
    background-color: #e5e8f6;
    font-family: "Inter Tight", sans-serif;

    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fixed-btn {
    position: fixed !important;
    left: 50%;
    bottom: 10px;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
    visibility: visible !important;
}

.fixed-btn__wrapper {
    position: relative;
    min-height: 20px;
}

.fixed-btn__item {
    padding: 18px 45px;
    background-color: #00b33d;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-transform: none !important;
    white-space: nowrap;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}

@media screen and (min-width: 992px) {
    .fixed-btn__item::before {
        content: "Бесплатный звонок ";
    }
}

.fixed-btn__item, .fixed-btn__number {
    color: #fff;
}

.fixed-btn__item, .fixed-btn__number {
    color: #fff;
}

.has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container {
    max-width: 810px;
    margin-right: auto;
    margin-left: auto;

    padding-bottom: 100px;
}

@media (max-width: 810px) {
    .container {
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 60px;
    }
}

/* header */

.header {
    border-radius: 15px;
    background-color: #fff;
    padding: 32px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 30px;
}

.header-logo img {
    width: 232px;
}

.header-btn {
    text-decoration: none;
    color: #fff;
    border-radius: 90px;
    background: #e2413b;
    padding: 23px 28px;

    display: flex;
    align-items: center;
    gap: 19px;
    
    cursor: pointer;
    transition: all .4s ease;
}

.header-btn:hover {
    background-color: #b02b27;
}

.header-btn img {
    width: 25px;
}

.header-btn span {
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 700px) {
    .header {
        padding: 20px 15px;
    }

    .header-logo img {
        width: 104px;
    }

    .header-btn {
        padding: 13px 17px;
        gap: 8px;
    }

    .header-btn img {
        width: 13px;
    }

    .header-btn span {
        font-size: 17px;
    }
}

/* gb */

.gb {
    margin-top: 83px;
    margin-bottom: 37px;

    font-weight: 700;
    font-size: 52px;
    line-height: 135%;
    text-align: center;
    color: #000;
}

.gb span {
    color: #506be8;
}

.pain {
    margin-bottom: 24px;
    width: 90%;
    height: 524px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    object-fit: cover;
    border-radius: 30px;
}

.hand {
    display: flex;
    align-items: center;
}

.hand img {
    width: 246px;
}

.hand div h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 147%;
    color: #000;

    margin-bottom: 22px;
}

.hand div p {
    font-weight: 600;
    font-size: 36px;
    line-height: 128%;
    color: #000;
}

.hand div p span {
    color: #506be8;
}

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

    .hand img {
        width: 60%;
    }

    .hand div h2 {
        font-size: 20px;
        line-height: 120%;
    }

    .hand div p {
        font-size: 22px;
    }

    .pain {
        height: 300px;
        border-radius: 15px;
    }

    .gb {
        margin-top: 28px;
        margin-bottom: 37px;
        font-weight: 700;
        font-size: 23px;
        line-height: 122%;
        text-align: center;
        color: #000;
    }
}

/* sustav */

.sustav {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;

    display: flex;
    flex-direction: column;
    margin-bottom: 72px;
}

.sustav div {
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    text-align: center;
    color: #000;

    padding: 40px;
}

.sustav img {
    border-radius: 20px;
    width: 100%;
}

@media (max-width: 600px) {
    .sustav div {
        font-size: 25px;
        padding: 17px;
    }
}

.save h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 98%;
    text-align: center;
    color: #000;

    margin-bottom: 19px;
}

.save p {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    margin-bottom: 50px;
}

.save p span {
    font-weight: 700;
    color: #e2413b;
}

.sustav-earth {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;

    margin-bottom: 60px;
}

.sustav-earth h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    padding: 30px;
}

.sustav-earth h3 span {
    font-weight: 700;
    color: #506be8;
}

.sustav-earth img {
    width: 100%;
    object-fit: cover;
}

.sustav-end {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    margin-bottom: 47px;
}

.sustav-end span {
    font-weight: 700;
    color: #506be8;
}

.sustav-prebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 33px;
}

.sustav-prebtn h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #000;
}

.sustav-prebtn h4 span {
    color: #506be8;
}

.sustav-prebtn img {
    width: 83px;
}

.red-button {
    width: 100%;
    text-decoration: none;
    color: #fff;
    background: #e2413b;
    padding: 70px 20px;
    text-align: center;

    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    display: block;

    border-radius: 150px;

    cursor: pointer;
    transition: all .4s ease;
}

.red-button:hover {
    background-color: #b02b27;
}

@media (max-width: 600px) {
    .sustav {
        margin-bottom: 36px;
    }

    .sustav-earth h3 {
        font-size: 26px;
        padding: 14px;
    }

    .sustav-end {
        font-size: 28px;
    }

    .sustav-prebtn img {
        width: 47px;
    }

    .sustav-prebtn h4 {
        font-size: 30px;
    }

    .red-button {
        padding: 40px 20px;
        font-size: 27px;
    }

    .save {
        padding-bottom: 75px;
    }

    .save h2 {
        font-size: 36px;
    }

    .save p {
        font-size: 25px;
        margin-bottom: 29px;
    }
}

.ortoped {
    width: 100%;
    height: 635px;
    object-fit: cover;
    margin-bottom: 83px;
    border-radius: 35px;
}

@media (max-width: 600px) {
    .ortoped {
        height: 350px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
}

.ortoped-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 133%;
    text-align: center;
    color: #000;

    margin-bottom: 22px;
}

.ortoped-text {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    margin-bottom: 62px;
}

.ortoped-text span {
    font-weight: 700;
    color: #506be8;
}

@media (max-width: 600px) {
    .ortoped-title {
        font-size: 28px;
    }

    .ortoped-text {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

.knee {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 83px;
}

@media (max-width: 600px) {
    .knee {
        height: 230px;
        margin-bottom: 40px;
    }
}

.knee-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 117%;
    text-align: center;
    color: #000;

    margin-bottom: 23px;
}

@media (max-width: 600px) {
    .knee-title {
        font-size: 27px;
    }
}

.coments-photo {
    object-fit: contain;
    width: 100%;
    margin-bottom: 75px;
}

@media (max-width: 600px) {
    .coments-photo {
        margin-bottom: 30px;
    }
}

.each-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    color: #000;

    margin-bottom: 24px;
}

.each-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 125%;
    color: #000;

    margin-bottom: 64px;
}

.each-text span {
    font-weight: 600;
    color: #506be8;
}

@media (max-width: 600px) {
    .each-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .each-text {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.each-item {
    display: flex;
    gap: 30px;
    align-items: baseline;
    margin-bottom: 30px;
}

.each-item div {
    border-radius: 100px;
    width: 67px;
    min-width: 67px;
    max-width: 67px;
    height: 67px;
    min-height: 67px;
    max-height: 67px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    background-color: #506be8;

    font-weight: 600;
    font-size: 27px;
    line-height: 172%;
    color: #fff;
}

.each-item h4 {
    font-size: 36px;
    line-height: 117%;
    font-weight: 400;
    color: #000;
}

.each-item h4 span {
    color: #506be8;
    font-weight: 700;
}

@media (max-width: 600px) {
    .each-item {
        gap: 15px;
    }

    .each-item h4 {
        font-size: 23px;
    }

    .each-item div {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        font-size: 17px;
    }
}

.steps {
    margin-bottom: 100px;
}

.steps div {
    width: fit-content;
    padding: 39px 78px;
    border-radius: 30px;
    background: #506be8;

    margin-right: auto;
    margin-left: auto;

    font-weight: 500;
    font-size: 40px;
    line-height: 112%;
    text-align: center;
    color: #fff;
}

.steps svg {
    margin-top: 42px;
    margin-bottom: 24px;
    margin-right: auto;
    margin-left: auto;

    display: block;
}

@media (max-width: 600px) {
    .steps div {
        font-size: 24px;
        padding: 30px;
        width: 100%;
    }

    .steps svg {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.mgu {
    background-color: #fff;
    padding: 49px 80px 80px 80px;
    border-radius: 20px;
}

.mgu img {
    width: 400px;
    margin-bottom: 34px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.mgu h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 133%;
    text-align: center;
    color: #000;

    margin-bottom: 39px;
}

.mgu h3 span {
    font-weight: 700;
}

.mgu a {
    width: 100%;
    background: #e2413b;
    border-radius: 150px;

    font-weight: 700;
    font-size: 33px;
    line-height: 130%;
    color: #fff;

    padding: 58px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
}

@media (max-width: 600px) {
    .mgu {
        padding: 20px;
    }

    .mgu img {
        width: 90%;
        margin-bottom: 15px;
    }

    .mgu h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .mgu a {
        padding: 20px;
        font-size: 24px;
    }
}

.chat {
    margin-bottom: 83px;
}

.chat-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    margin-bottom: 44px;
}

.chat-mes {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.chat-mes img {
    width: 171px;
    height: 171px;
    min-width: 171px;
    max-width: 171px;
}

.mes {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.mes p {
    font-weight: 400;
    font-size: 28px;
    line-height: 129%;
    color: #fff;
    width: 433px;
    position: relative;
    z-index: 99;
}

.chat-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 144%;
    text-align: center;
    color: #000;

    margin-bottom: 75px;
    margin-top: 34px;
}

.chat-last {
    font-weight: 400;
    font-size: 32px;
    line-height: 141%;
    text-align: center;
    color: #000;
}

.chat-last span {
    font-weight: 600;
}

.chat-mes2 {
    margin-bottom: 50px;
}

@media (max-width: 600px) {
    .chat-last {
        font-size: 19px;
    }

    .chat {
        margin-bottom: 40px;
    }

    .chat-title {
        font-size: 24px;
    }

    .chat-text {
        font-size: 19px;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .chat-mes2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 667px) {
    .mes p {
        font-size: 21px;
        line-height: 116%;
        width: 302px;
    }

    .chat-mes img {
        width: 100px;
        height: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

@media (max-width: 481px) {
    .mes p {
        font-size: 17px;
        line-height: 110%;
        width: 252px;
    }

    .chat-mes img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        max-width: 50px;
    }

    .mes {
        height: 89px;
    }

    .chat-mes {
        gap: 13px;
        align-items: center;
    }
}

@media (max-width: 380px) {
    .mes p {
        font-size: 16px;
        line-height: 108%;
        width: 239px;
    }
}

.sosud {
    background-color: #fff;
    border-radius: 20px 20px 40px 40px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 100px;
}

.sosud h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    padding: 50px;
}

.sosud h3 span {
    font-weight: 700;
    color: #506be8;
}

.sosud img {
    width: 100%;
    height: 652px;
    border-radius: 40px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .sosud {
        margin-bottom: 50px;
    }

    .sosud h3 {
        font-size: 20px;
        padding: 16px;
    }

    .sosud img {
        height: 230px;
    }
}

.do h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #000;

    margin-bottom: 43px;
}

.do p {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #000;

    margin-bottom: 59px;
}

.do p span {
    font-weight: 700;
    color: #506be8;
}

.do-facts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
}

.do-facts div {
    padding: 18px 32px;
    background: #506be8;
    border-radius: 30px;

    display: flex;
    align-items: center;
    gap: 25px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.do-facts div span {
    width: 85px;
    height: 85px;
    max-width: 85px;
    min-width: 85px;

    border-radius: 60px;
    background-color: #fff;

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

.do-facts div h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 112%;
    text-align: center;
    color: #fff;
}

@media (max-width: 600px) {
    .do h2 {
        font-size: 36px;
    }

    .do p {
        font-size: 20px;
        margin-bottom: 29px;
    }

    .do-facts div {
        padding: 18px;
    }

    .do-facts div span {
        width: 35px;
        height: 35px;
        max-width: 35px;
        min-width: 35px;
    }

    .do-facts div span svg {
        width: 20px;
    }

    .do-facts div h3 {
        font-size: 20px;
    }

    .do-facts {
        gap: 15px;
    }
}

.grandma-sleep {
    border-radius: 20px;
    background-color: #fff;

    position: relative;
    margin-top: 273px;
}

.grandma-sleep img {
    width: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;

    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}

.grandma-sleep h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 133%;
    text-align: center;
    color: #000;

    padding: 178px 25px 86px 25px;
}

.grandma-sleep h3 span {
    color: #506be8;
}

@media (max-width: 600px) {
    .grandma-sleep {
        margin-top: 140px;
    }

    .grandma-sleep img {
        width: 150px;
        top: -75px;
    }

    .grandma-sleep h3 {
        font-size: 26px;
        padding: 108px 25px 26px 25px;
    }
}

.swiper-slide img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100px !important;
    height: 100px !important;
}

.slider h2 {
    margin-top: 116px;
    margin-bottom: 60px;

    font-weight: 700;
    font-size: 55px;
    line-height: 115%;
    text-align: center;
    color: #000;
}

.slider h2 span {
    color: #506be8;
}

@media (max-width: 600px) {
    .slider h2 {
        margin-top: 36px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }

    .chat-3 .mes p {
        font-size: 13px;
        line-height: 102%;
        width: 225px;
    }
}

.chat-3 {
    margin-top: 30px;
}

.end {
    background-color: #fff;
    padding: 58px;
    border-radius: 20px;

    max-width: 758px;
    margin-right: auto;
    margin-left: auto;
}

.end h2 {
    margin-bottom: 52px;

    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #000;
}

.end h2 span {
    color: #506be8;
}

.end-items {
    display: flex;
    flex-direction: column;
    gap: 37px;

    margin-bottom: 55px;
}

.end-items div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.end-items div h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 121%;
    color: #000;
}

.end h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #000;
}

.end h4 span:first-of-type {
    font-weight: 700;
}

.end h4 span:last-of-type {
    font-weight: 700;
    color: #506be8;
}

.end-arrow {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: -30px;
}

.end a {
    width: 100%;
    display: block;
    background: #e2413b;
    border-radius: 140px;
    padding: 55px;

    font-weight: 700;
    font-size: 43px;
    line-height: 129%;
    text-align: center;
    color: #fff;
    text-decoration: none;

    transition: all .4s ease;
}

.end a:hover {
    background-color: #b02b27;
}

@media (max-width: 600px) {
    .end {
        padding: 30px;
        margin-bottom: 29px;
    }

    .end-items div h3 {
        font-size: 18px;
    }

    .end-items div {
        gap: 13px;
    }

    .end-items {
        gap: 15px;
        margin-bottom: 23px;
    }

    .end-items div svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
        max-width: 20px;
    }

    .end h2 {
        font-size: 23px;
        margin-bottom: 27px;
    }

    .end h4 {
        font-size: 25px;
    }

    .end-arrow {
        margin-top: -2px;
    }

    .end a {
        padding: 22px;
        font-size: 30px;
        margin-top: 20px;
    }
}

.boss {
    background-color: #fff;
    border-radius: 83px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boss h3 {
    padding: 60px 43px;
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #000;
}

.boss h3 span {
    font-weight: 700;
    color: #506be8;
}

.boss img {
    margin-right: 0;
    margin-left: auto;
    width: 80%;
}

@media (max-width: 600px) {
    .boss {
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .boss h3 {
        padding: 29px 18px;
        font-size: 23px;
    }

    .boss img {
        width: 95%;
    }
}

.couple {
    background-color: #506be8;
    border-radius: 83px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 80px;
}

.couple h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #fff;

    padding: 67px 43px;
}

.couple h3 span {
    font-weight: 700;
}

.couple img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media (max-width: 600px) {
    .couple {
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .couple h3 {
        padding: 29px 18px;
        font-size: 23px;
    }

    .couple img {
        width: 75%;
    }
}

.pod h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #000;

    margin-bottom: 54px;
}

.pod h3 span {
    font-weight: 700;
}

.pod h4 {
    font-weight: 700;
    font-size: 48px;
    line-height: 92%;
    text-align: center;
    color: #000;

    margin-bottom: 50px;
}

.pod-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.pod-items div {
    width: 47%;
    padding: 25px 30px;
    background: #506be8;
    border-radius: 30px;
}

.pod-items div span {
    margin-bottom: 18px;
    width: 85px;
    height: 85px;
    background-color: #fff;
    min-width: 85px;
    max-width: 85px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    border-radius: 100px;
}

.pod-items div h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 131%;
    color: #fff;
}

@media (max-width: 700px) {
    .pod-items div {
        width: 100%;
        padding: 16px 18px;
        border-radius: 20px;
    }

    .pod-items {
        gap: 20px;
    }

    .pod h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .pod h4 {
        font-size: 31px;
        margin-bottom: 30px;
    }

    .pod-items div span {
        width: 40px;
        height: 40px;
        min-width: 40px;
        max-width: 40px;
    }

    .pod-items div span svg {
        width: 20px;
    }

    .pod-items div h5 {
        font-size: 22px;
    }
}

.now {
    background-color: #fff;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 74px 62px;

    margin-top: 80px;
}

.now h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #000;

    margin-bottom: 47px;
}

.now h3 span {
    color: #506be8;
}

.order {
    font-weight: 700;
    font-size: 29px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    font-family: "Inter Tight";
    padding: 50px 20px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;

    background: #e2413b;
    border-radius: 100px;

    margin-bottom: 47px;
}

.order:hover {
    background-color: #b02b27;
}

.now div {
    display: flex;
    align-items: center;
    gap: 23px;
}

.now div > span {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;

    border-radius: 100px;
    background: #506be8;

    font-weight: 700;
    font-size: 64px;
    line-height: 69%;
    text-align: center;
    color: #fff;

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

.now div h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 122%;
    color: #000;
}

.now div h4 span {
    font-weight: 700;
}

@media (max-width: 600px) {
    .now {
        margin-top: 30px;
        padding: 34px 22px;
    }

    .now h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .order {
        font-size: 22px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .now div > span {
        width: 30px;
        height: 30px;
        min-width: 30px;
        max-width: 30px;

        font-size: 19px;
    }

    .now div {
        gap: 10px;
    }
    
    .now div h4 {
        font-size: 19px;
    }
}












