.how-it-work_top-section{
    display: flex;
    align-items: center;
    padding-right: 4vw;
    justify-content: space-between;
    padding-top: 6.4vw;
    margin-bottom: 4.8vw;
}
.how-it-work_top-section .info{
    width: 31vw;
    z-index: 4;
    position: relative;
}
.how-it-work_top-section .info p{
    margin-top: 2.4vw;
}
.how-it-work_top-section .img{
    width: 58vw;
    margin-left: -6.3vw;
}
.top-products-big{
    width: 100%;
}
.top-products-big .top-products .top-product{
    margin: 1vw 1.5vw;
}
.how-it-work_text-img-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8.6vw;
    margin-bottom: 7vw;
}
.how-it-work_text-img-block .info{
    width: 31vw;
    text-align: right;
    margin-left: 3.5vw
}
.how-it-work_text-img-block .img{
    width: 32.5vw;
}
.order-texts{
    padding-left: 11.8vw;
    margin: 5.2vw 0;
}
.order-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 3.2vw;
}
.order-text.reverse{
    flex-direction: row-reverse;
    text-align: right;
}
.order-text .num{
    min-width: 5.5vw;
    max-width: 5.5vw;
    height: 5.5vw;
    border-radius: 100%;
    border: 1px solid var(--main-color);
    font-size: 2.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-family: "Prompt-regular"; 
    font-weight: 800;
    margin-right: 3.2vw;
}
.order-text p{
    margin-top: 0;
}
.order-text.reverse .num{
    margin-right: 0;
    margin-left: 3.2vw;
}
.how-it-work_center-img{
    margin: 0 auto;
    display: block;
    width: 35vw;
}
.products-imgs{
    width: 100%;
    height: 16.666vw;
    display: flex;
}
.products-imgs img{
    width: 16.6666%;
    object-fit: cover;
    height: 100%;
}
.go-shopping-btn{
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 1vw 5vw;
}
@media(min-width: 1920px) {
    .how-it-work_top-section{
        padding-right: 77px;
        padding-top: 122px;
        margin-bottom: 92px;
    }
    .how-it-work_top-section .info{
        width: 600px;
    }
    .how-it-work_top-section .info p{
        margin-top: 46px;
    }
    .how-it-work_top-section .img{
        width: 1113px;
        margin-left: -120px;
    }
    .top-products-big .top-products .top-product{
        margin: 19px 29px;
    }
    .how-it-work_text-img-block{
        margin-top: 165px;
        margin-bottom: 135px;
    }
    .how-it-work_text-img-block .info{
        width: 600px;
        margin-left: 67px;
    }
    .top-products-big{
        width: 1920px;
        margin: 0 auto;
        margin-top: 88px;
    }
    .how-it-work_text-img-block .img{
        width: 624px;
    }
    .order-texts{
        padding-left: 226px;
        margin: 100px auto;
    }
    .order-text{
        margin-top: 62px;
    }
    .order-text .num{
        min-width: 105px;
        max-width: 105px;
        height: 105px;
        font-size: 40px;
        margin-right: 62px;
    }
    .order-text.reverse .num{
        margin-left: 62px;
    }
    .how-it-work_center-img{
        width: 672px;
    }
    .products-imgs{
        height: 320px;
        width: 1920px;
        margin: 0 auto;
    }
    .go-shopping-btn{
        padding: 19px 96px;
    }
}
@media(max-width: 1200px) {
    .how-it-work_top-section{
        padding-right: 3vw;
    }
    .how-it-work_top-section .info{
        width: 37vw;
    }
    .how-it-work_top-section .img{
        width: 63vw;
    }
    .how-it-work_text-img-block{
        margin-top: 10vw;
        margin-bottom: 8.5vw;
    }
    .how-it-work_text-img-block .info{
        width: 37vw;
    }
    .how-it-work_text-img-block .img{
        width: 38vw;
    }
    .order-texts{
        padding-left: 6vw;
        margin: 6.5vw 0;
    }
    .order-text .num{
        min-width: 7.5vw;
        max-width: 7.5vw;
        height: 7.5vw;
        font-size: 2.7vw;
        margin-right: 4vw;
    }
    .order-text.reverse .num{
        margin-right: 0;
        margin-left: 4vw;
    }
    .how-it-work_center-img{
        width: 42vw;
    }
    .go-shopping-btn{
        padding: 1.3vw 6vw;
    }
}
@media(max-width: 800px) {
    .how-it-work_top-section{
        padding-right: 0;
        padding-top:11vw;
    }
    .order-text{
        margin-top: 5vw;
    }
    .order-text .num {
        min-width: 9vw;
        max-width: 9vw;
        height: 9vw;
        font-size: 3.2vw;
        margin-right: 4vw;
    }
    .how-it-work_text-img-block .info{
        width: 40vw;
    }
    .how-it-work_text-img-block .img{
        width: 42vw;
    }
    .how-it-work_center-img{
        width: 47vw;
    }
    .go-shopping-btn{
        padding: 1.5vw 7vw;
    }
}
@media(max-width: 500px){
    .how-it-work_top-section{
        flex-direction: column-reverse;
        padding: 0 4vw;
        padding-top: 20vw;
        margin-bottom: 15vw;
    }
    .how-it-work_top-section .img{
        margin: 0;
        width: 100%;
    }
    .how-it-work_top-section .info{
        margin: 0;
        margin-top: 15vw;
        width: 100%;
    }
    .how-it-work_text-img-block{
        flex-direction: column-reverse;
    }
    .how-it-work_text-img-block{
        margin-bottom: 20vw;
    }
    .how-it-work_text-img-block .img,
    .how-it-work_text-img-block .info{
        width: 100%;
    }
    .how-it-work_text-img-block .info{
        margin-top: 8vw;
        text-align: left;
    }
    .order-texts{
        margin: 12vw 0;
    }
    .order-text{
        align-items: flex-start;
        margin-top: 7vw;
    }
    .order-text .num{
        min-width: 12vw;
        max-width: 12vw;
        height: 12vw;
        font-size: 5vw;
        margin-right: 5vw;
    }
    .how-it-work_center-img{
        width: 80%;
    }
    .products-imgs{
        flex-wrap: wrap;
        height: 60vw;
    }
    .products-imgs img{
        width: 33.33%;
        height: 50%;
    }
    .go-shopping-btn{
        padding: 2.5vw 10vw;
    }
}