

/* Start:/kak-oformit-zakaz/style.scss?17320876802918*/
h1 {
    margin: 20px 0 40px!important;
}

.howToOrder {
    h2 {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }
    .howto-title {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .howto-body {
        margin-top: 60px;
        @media (max-width: 800px) {
            margin-top: 30px!important;
        }
    }

    .howto-row {
        display: flex;
        justify-content: space-between;
        gap: 60px;
        margin-bottom: 60px;
        align-items: center;
        height: 100%;

        &:nth-child(1) {
            .howto__img {
                padding: 30px;
            }

        }
        &:nth-child(2) {
            flex-direction: row-reverse;
        }
        &:nth-child(3) {
            flex-direction: column;
            align-items: start;
            .howto-img {
                width: 100%;
                padding: 0 20px;
            }
            .howto__img {
                width: calc(100% / 3 - 14px);
            }
        }

        @media (max-width: 800px) {
            flex-direction: column!important;
            gap: 20px;
            margin-bottom: 60px!important;
        }
    }

    .howto-text {
        width: 50%;
        line-height: 21px;
        font-size: 14px;
        font-weight: 300;
        h4 {
            margin-bottom: 25px;
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            font-weight: 600;
            @media (max-width: 800px) {
                margin-bottom: 10px;
            }
        }
        ul {
            padding-left: 20px;
            li {
                list-style-type: disc;
            }
        }
        @media (max-width: 800px) {
            width: 100%;
        }
    }

    .howto-img {
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 14px;
        width: 50%;
        .howto__img {
            &:hover {
                cursor: zoom-in;
            }
            @media (max-width: 800px) {
                max-height: 400px;
            }
            @media (max-width: 600px) {
                width: 100% !important;
                padding: 0 20px!important;
                filter: opacity(70%);
            }
        }
        @media (max-width: 800px) {
            width: 100%;
        }
        @media (max-width: 600px) {
            flex-direction: column;
            padding: 0!important;
        }
    }
    .howto-footer {
        p {
            margin-bottom: 12px;
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            font-weight: 600;
        }
    }
}
.popup--photo-zoom {
    img {
        max-width: 70vw;
        max-height: 70vh;
    }
    @media (max-width: 800px) {
        width: 100%;
    }
}
/* End */
/* /kak-oformit-zakaz/style.scss?17320876802918 */
