.wrapper {

    display: flex;

}

.production {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3.75rem;
}

.products strong {
    font-size: 1.5rem;
}

.products p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    max-width: 1190px;
}



.products .title {
    font-size: 2.813rem;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 15px;
}

.products ul {
    margin-left: 20px;
    margin-bottom: 60px;

}

.products ul li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.88rem;
    letter-spacing: 0%;
    text-align: left;
}

.products .about {
    display: flex;
    gap: 2rem;
    margin-bottom: 5rem;
}

.products .callback-forma {
    margin-bottom: 50px;
}

.products section.reviews {
    padding: 6.25rem 0 !important;
}

.products .about-block {
    box-sizing: border-box;
    border: 0.19rem solid rgb(17, 51, 34);
    border-radius: 1.13rem;
    box-shadow: 0.25rem 0.25rem 1.88rem 0rem rgba(255, 255, 255, 0.15);
    padding: 30px;
}

.products .about-block .title {
    margin: 0 0 15px;
}

.products .about .about-block .p {
    margin: 0 0 20px;
}

.products .about-block ul {
    margin: 15px 0 0 30px;
}

.products .info-item p {
    padding-top: 50px !important;
}


.products section.useful-info {
    padding: 0 0 6.25rem;
}

.products section.reviews {
    padding: 0 0 6.25rem;
}

.products-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
}

.prod:nth-child(1) {
    order: 2;
}

.prod a {
    color: #132;
}

.prod img {
    max-width: 100%;
    border-radius: 1.13rem;
    margin-bottom: 30px;
    width:100%;
}

.prod .description {
    box-sizing: border-box;
    border: 0.19rem solid rgb(17, 51, 34);
    border-radius: 1.13rem;
    box-shadow: 0.25rem 0.25rem 1.88rem 0rem rgba(255, 255, 255, 0.15);
    padding: 30px;
}

.prod .description .title {
    font-size: 2.813rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.prod .order-button {
    color: rgb(87, 214, 96);
    font-size: 1.88rem;
    font-weight: 700;
    line-height: 2.19rem;
    letter-spacing: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .prod .order-button::after {
    position: absolute;
    width: 2.56rem;
    height: 2.56rem;
    left: 0;
    top: 0;
    box-sizing: border-box;
border: 0.1rem solid rgb(87, 214, 96);
} */

.prod .bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-container p {
    color: #fff;
}

.product-img {
    width: 100%;
    border-radius: 1.13rem;
    box-shadow: 0.25rem 0.25rem 1.88rem 0rem rgba(255, 255, 255, 0.15);
}

.products .main-img-block {
    text-align: center;
}

.products .main-img-block h1 {
    margin: -100px auto 100px;
    color: #fff;
    font-size: 3.75rem;
    font-weight: 800;
    line-height: 4.38rem;
}

.single-prod img {
    /* width:780px;
    height:393px; */
    width: 100%;
    height: 100%;
    border-radius: 1.13rem;
}

.single-prod img.obrezka {
    height: auto;
}

.single-prod .callback-forma {
    margin-bottom: 50px;
}

.single-prod .row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.single-prod .row span {
    width: 50%
}

.single-prod .row .about-block {
    width: 50%
}

.arrow-icon {
    transform: rotate(-90deg);
    transition: transform 0.5s ease-out;
}

.prod img.arrow-icon {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 0;
}



@media (max-width: 960px) {

    img.main-products-img {
        width: 100%;
        height: 180px;
    }

    .prod img.arrow-icon {
        width: auto;
        margin-bottom: 0;
    }

    .prod img {
        width: 100%;
        /* height: 180px; */
    }

    .about {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .products-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;

    }

    .products ul li,
    strong {
        font-size: 1.13rem !important;
    }

    .prod .description .title,
    .title {
        font-size: 1.25rem !important;
    }

    .prod .order-button {
        font-size: 1.13rem;
    }

    .products p {
        font-size: 1.13rem;
    }

    .products .main-img-block h1 {
        font-size: 1.25rem;
        color: rgb(17, 51, 34);
        font-size: 2rem;
        font-weight: 800;
        line-height: 2.38rem;
        letter-spacing: 0%;
        text-transform: uppercase;
        margin: 24px auto;
    }

    .single-prod .row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 0 !important;
    }

    .mob-none {
        display: none;
    }

    .single-prod .row span {
        width: 100%
    }

    .single-prod .row .about-block {
        width: 100%
    }

    .products .info-item p {
        padding-top: 10px !important;
    }
}