
* {
    box-sizing: border-box;
}

html {
    font-family: Rambla, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

body {
    margin: 0;
}

button, input, label {
    font-family: 'Roboto', sans-serif;
}

.head {
    background: #EEA503;
}

.container {
    width: 100%;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.head .container {
    padding: 12px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em
}

.head__text {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.form-instock {
}

.js-current-date {
}

.head__btn {
    padding: 12px 40px;
    background: #ffff;
    border: 1px solid #000000;
    border-radius: 15px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #3B0707;
    display: inline-block;
    margin-left: 1rem;
}

.overview {
    background: url(../img/back-1.jpg);
    background-size: cover;
    padding: 80px 0;
}

.overview__wrapper {
    display: flex;
    gap: 10px;
    position: relative;
}

.overview__box {
    display: grid;
    grid-template-areas: "title title"
                        "subtitle product"
                        "ul  product";
    grid-template-rows: max-content max-content 1fr;
    grid-template-columns: 1fr 1fr;
    color: #ffffff;
}

.overview__product {
    grid-area: product;
    display: block;
    width: 100%;
    max-width: 396px;
    color: inherit;
}

.overview__product--img {
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
}

.overview__box--title {
    color: inherit;
}

.overview__title {
    grid-area: title;
    font-weight: 700;
    font-size: 3em;
    margin: 0 0 .625em 0;
    color: inherit;
    text-transform: uppercase;
}

.overview__subtitle {
    grid-area: subtitle;
    position: relative;
    z-index: 2;

    font-weight: 700;
    font-size: 2em;
    color: inherit;
    margin: 0 0 .75em 0;
    width: 141%;
    text-transform: uppercase;
}

.overview__list {
    grid-area: ul;
    color: inherit;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.overview__item {
    color: inherit;
    list-style-type: none;
    font-weight: 400;
    font-size: 1.25em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    gap: 1em;
    text-transform: uppercase;
}

.overview__item--img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: cover;
}

.form {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 394px;
    align-self: center;
    background: #FFFFFF;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
    border-radius: 41px;
    padding: 2em 0;
    overflow: hidden;
}

.form__title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;

    color: #3B0707;
    margin: 0;
    padding: 0 15px;
}

.form__price {
    width: 100%;
    background: #eea503;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    font-weight: 700;
    font-size: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 15px;
    margin: 1rem 0;
}

.form__price--old {
    text-decoration: line-through;
    color: #a97400;
    font-size: .75em;
}

.form__price--new {
    color: #a80000;
}

.form__container {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.form__block {
    display: flex;
    flex-direction: column;
/*    gap: .5em;*/
    margin-bottom: 4px;
}

.form__label {
    display: block;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: .5em;

    letter-spacing: 0.04em;

    color: #A6A6A6;
}

.form__input {
    background: #D3D2D2;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.04em;
    padding: 1em .7em;
    width: 100%;
}

.form__input::placeholder {
    color: #A6A6A6;

}

.form__btn {
    background: linear-gradient(180deg, #EEA503 0%, rgba(244, 181, 41, 0.484375) 50%, #FFB000 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #3b0707;
    border-radius: 15px;
    width: 100%;
    max-width: 300px;
    align-self: center;
    margin-top: 1rem;

    font-weight: 700;
    font-size: 1.5em;
    padding: 1rem .5rem;
    letter-spacing: 0.04em;

    border: none;
    outline: none;
    cursor: pointer;
}
.form__foo {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    padding-bottom: 0;
}

.features {
    background-image: url(../img/back-2.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.features .container {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 80px;
    padding-bottom: 80px;
}

.features__box-img {
    width: 100%;
    min-width: 320px;
    max-width: 394px;
    flex-grow: 1;
    flex-shrink: 0;
    align-self: center;
}

.features__img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.features__box--text {
    align-self: flex-start;
}

.features__title {
    font-weight: 700;
    font-size: 48px;

    text-transform: uppercase;

    color: #AA1C1C;
    margin: 0;

}

.features__text-block {
}

.features__subtitle {
    font-size: 32px;

    text-transform: uppercase;

    color: #AA1C1C;
    margin: .75em 0 .625em;
}

.features__description {
    font-weight: 700;
    font-size: 20px;

    text-transform: uppercase;
    margin: 0;
}

.leaf {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.leaf--1 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-35%) rotate(-17.91deg);
}

.leaf--2 {
    position: absolute;
    right: 100px;
    top: 0;
    transform: translateY(-35%) rotate(-17.91deg);
}

.leaf--3 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(35%) matrix(-0.05, -1, 1, -0.04, 0, 0);
}

.materials {
    padding: 80px 0;
    background-image: url(../img/back-3.jpg);
    background-size: cover;
}

.materials__wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-areas:    "item2 item1 item5"
                            "item3 prod item6"
                            "item4 prod item7";
    grid-template-rows: repeat(3, max-content);
    grid-template-columns: repeat(3, 33%);
    grid-column-gap: 4px;
    /*grid-row-gap: 30px;*/
    /*gap: 30px;*/
}

.material__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.material__item--2 {
    grid-area: item2;
}

.material__img--box {
    width: 100%;
    max-width: 110px;
    align-self: center;
    border-radius: 100%;
    border: 3px solid #AA1C1C;
    overflow: hidden;
}

.material__img {
    object-fit: cover;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.material__description {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1em;

    text-transform: uppercase;
    text-align: center;

    color: #FFFFFF;
    padding: 0;
    margin: 0 0 16px 0;
}

.material__item--3 {
    grid-area: item3;
    margin-top: 30px;
}

.material__item--4 {
    grid-area: item4;
    margin-top: 30px;
}

.material__item--1 {
    grid-area: item1;
    transform: translateY(-40px);
}

.material__product--box {
    grid-area: prod;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.material__product {
    position: absolute;
    width: 100%;
    max-width: 230px;
    z-index: 0;
    top: 0;
    left: -6px;
}

.material__item--5 {
    grid-area: item5;
}

.material__item--6 {
    grid-area: item6;
    margin-top: 30px;
}

.material__item--7 {
    grid-area: item7;
    margin-top: 30px;
}

.line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-100%, 50%);
    z-index: 1;
}


.material__item--2 .line, .material__item--3 .line,
.material__item--4 .line {
    left: revert;
    right: 50%;
    transform: translate(100%, 50%);

}

.material__item--1 .line {
    transform: translate(-100%, 100%);
}

.material__item--5 .line {
    transform: translate(-100%, 100%);
}

.material__item--2 .line {
    transform: translate(100%, 100%);
}

.line-mob {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: none;
}
.line-mob1 {
    bottom: 0;
    transform: translate(-50%, 100%);
}
.line-mob2 {
    bottom: 0;
    transform: translate(0, 100%);
}
.line-mob3 {
    bottom: 0;
    transform: translate(-10%, 39%);
}
.line-mob4 {
    bottom: 0;
    transform: translate(-32%, 10%);
}
.line-mob5 {
    bottom: 0;
    transform: translate(-76%, 100%);
}
.line-mob6 {
    bottom: 0;
    transform: translate(-82%, 100%);
}
.line-mob7 {
    bottom: 0;
    transform: translate(-78%, 8%);
}


@media screen and (max-width: 1060px) {
    .line {
        display: none;
    }
    .line-mob {
        display: block;
    }

    .material__item--1 {
        transform: none;
    }

    .materials__wrap {
        max-width: 758px;
        grid-template-columns: repeat(3, 30%);
        grid-column-gap: 30px;
        justify-content: space-between;
    }

    .material__product {
        all: revert;
        width: 100%;
        max-width: 100%;
    }

    .material__item {
        gap: 20px;
    }
}


.effectiv {
    padding-top: 80px;
    background: #FFFFFF;
}

.effectiv .container {
    max-width: 1440px;
    padding: 0;
}

.effectiv__title {
    margin: 0 0 1em 0;
    text-align: center;

    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;

    color: #AA1C1C;
}

.effectiv__block {
    display: flex;
    border-top: 3px solid black;
    border-right: 3px solid black;
    border-left: 3px solid black;
}

@media screen and (max-width: 1440px) {
    .effectiv__block {
        border-right: none;
        border-left: none;
    }
}


.effectiv__block--revert {
    flex-direction: row-reverse;
}

.effectiv__img {
    width: 100%;
    max-width: 511px;
    border-right: 3px solid black;
}

.effectiv__block--revert .effectiv__img {
    border-right: none;
    border-left: 3px solid black;
}

.effectiv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.effectiv__description {
    font-family: Roboto, sans-serif;
    width: 100%;
    padding: 44px 30px 44px 100px;
}

.effectiv__block--revert .effectiv__description {
    /*padding: 44px 100px 44px 30px;*/
}

.effectiv__text {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.effectiv__number {
    display: block;
    color: #300000;
    font-weight: 700;
    margin: 0;
}

.effectiv__num {
    font-size: 68px;
    color: inherit;
}

.effectiv__subtitle {

    font-size: 24px;
}


.banner {
    padding: 48px 0;
    background-image: url(../img/back-banner.jpg);
    background-position: center center;
    background-size: cover;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.banner__text {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;

    text-align: center;

    color: #FFFFFF;
}

.choice {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.choice .container {
    max-width: 1000px;
    position: relative;
    z-index: 2;
}
.choice__background {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}


.choice__background--1 {
    display: block;
    width: 40%;
    max-width: 530px;
}
.choice__background--2 {
    display: block;
    transform: translateX(30%);
    width: 60%;
    max-width: 1035px;
}
.choice__title {
    font-weight: 700;
    font-size: 3em;

    text-transform: uppercase;
    text-align: center;

    color: #AA1C1C;
    margin: 0 0 1em 0;
}

.choice__box {
    position: relative;
    z-index: 2;
    display: flex;
}

.choice__ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 18px
}


.choice__subtitle {
    font-weight: 700;
    font-size: 20px;
    color: inherit;
    width: 100%;
    text-align: center;
    padding: 0 .5em;
}
.choice__subtitle--con {
    color: #BD0303;
}
.choice__subtitle--pro {
    color: #009306;
}

.choice__item {
    display: flex;
    align-items: center;
    list-style: none;
}

.choice__li {
    font-size: 20px;
    text-transform: uppercase;
    padding: 1em;
    color: #FFFFFF;
    width: 100%;
}

.choice__abr {
    font-size: 2em;
    line-height: 80.5%;
    text-transform: uppercase;
    text-align: center;
    color: #AA1C1C;
    width: 100%;
    max-width: 272px;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    position: relative;
    font-weight: bold;
}
.choice__abr:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 18px;
    background: #ffff;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.choice__abr--subtitle:after {
    content: none;
}
.choice__con {
    background: #BD0303;
    border-radius: 30px 0px 0px 30px;
}

.choice__pro {
    text-align: right;
    background: #009306;
    border-radius: 0px 30px 30px 0px;
}

.question {
    padding: 1px 0;
    background: #770C0C;
}

.question__title {
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}

.benefits {
    padding: 80px 0;
    background-image: url(../img/back-2.jpg);
}

.benefits__title {
    font-size: 48px;

    text-align: center;
    text-transform: uppercase;

    color: #AA1C1C;
    margin: 0 0 1em 0;
}

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

.benefits__box--img {
    width: 100%;
    max-width: 50%;
}

.benefits__img {
    width: 100%;
    max-width: 100%;
}

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

.benefits__img--circle {
    display: block;
    margin-left: -114px;
}

.benefits__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 90px;
    list-style: none;
    margin-left: -60px;
}

.benefits__item {
    padding: 1em 0;
    display: flex;
    align-items: center;

    gap: 10px;
}

.benefits__item--img {
    width: 50px;
    height: 50px;
    display: none;
}
.benefits__item--center {
    padding-left: 80px;
}

.benefits__text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

.comments {
    padding: 80px 0;
    background: #770C0C;
    position: relative;
    overflow: hidden;
}

.comments:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 61px;
    height: 61px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #FFFFFF;
}
.comments:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 61px;
    height: 61px;
    transform: translate(-50%, 50%) rotate(45deg);
    background: #FFFFFF;
}

.slider {
}

.slider__prev {
}

.slider__main {
    position: relative;
}

.slider__item {
    background: #FFFFFF;
    padding: 80px 90px;
    border-radius: 0px 66px;
    margin: 0 20px;
}

.slider__header {
}

.slider__img {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.slider__ava {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}

.slider__title {
    font-family: Roboto, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
}

.slider__description {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.slider__next {
}
.slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 100%;
    border: none;
    outline: none;
    background: #FCD000;
    top: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 10;
    cursor: pointer;
}
.slick-next {
    right: 20px;
    transform: translate(0%, -50%);
}
.slick-prev {
    left: 20px;
    transform: translate(0%, -50%);
}
.details {
    position: relative;
    background-image: url(../img/back-2.jpg);
    padding: 80px 0;
}

.details .container {
    position: relative;
    z-index: 10;
}

.details__title {
    font-size: 3em;
    font-weight: 700;
    margin: 0 0 1em 0;
    color: #920101;
    text-align: center;
}

.details__box {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.details__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.details__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.details__img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.details__text {
    font-family: Roboto, sans-serif;
    font-size: 1.5em;
    text-align: center;
}

.footer {
}

.delivery {
    position: relative;
    margin-bottom: 80px;
}

.delivery__box {
    display: flex;
    justify-content: center;
    gap: 20px
}

.delivery__item {
    background: #FFFFFF;
    box-shadow: 7px 7px 20px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0px 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em 2em;
}

.delivery__img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 50px;
}
.delivery__img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.delivery__text {
    width: 100%;
    max-width: 237px;
}
.footer {
    position: relative;
    background: url(../img/back-foo.jpg);
    background-size: cover;
    overflow: hidden;
}
.footer .overview {
    background: none;
}
.footer__main {
    position: relative;
    z-index: 1;

}
/*.footer__girl {
    position: absolute;
    bottom: -153px;
    right: 0;
    z-index: 1;
    display: block;
}*/

.foo {
    position: relative;
    background: #770C0C;
    z-index: 2;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foo a{
    text-decoration: none;
    color: #FFFFFF;
}

.footer .overview__product {
    display: flex;
    justify-content: center;
}
.footer .overview__product--img{
    margin-left: 0;
    max-width: 320px;
}

/*@media screen and (max-width: 1770px) {
    .footer__girl {
        width: 472px;
        z-index: 0;
        right: revert;
        left: 0;
    }
}*/

@media screen and (max-width: 1200px) {
    .overview__wrapper {
        flex-direction: column;
    }

    .overview__box {
        grid-template-areas: "title product"
                            "subtitle product"
                            "ul  product";
        grid-template-rows: max-content max-content 1fr;
        grid-template-columns: 1fr max-content;
    }

    .overview__subtitle {
        width: 100%;
    }

    .overview__product {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: revert;
    }

    .overview__product--img {
        margin: 0;
        max-width: 396px;
    }

    .form {
        padding: 1.5em 0;
        margin-bottom: -380px;
    }
    .footer .form {
        margin-bottom: 0;
    }

    .form__title {
        font-size: 2em;
    }

    .form__price {
        font-size: 1.875em;
    }

    .form__label {
        font-size: 0.875em;
    }

    .form__input {
        font-size: 1em;
    }

    .form__btn {
        margin-top: 1rem;
    }
    /*.footer__girl {
        width: revert;
        bottom: -5px;
    }*/
}

@media screen and (max-width: 1023px) {
    .overview__product--img {
        margin: 0;
        max-width: 310px;
    }

    .overview__title {
        font-size: 2em;
        width: 110%;
    }

    .overview__subtitle {
        font-size: 1.5em;
        font-weight: 400;
        width: 110%;
        margin-bottom: 1.5em;
    }

    .overview {
        padding-block: 40px;
    }

    /**/
    .features .container {
        gap: 40px;
    }

    .features__box-img {
        flex-shrink: 1;
    }

    .features__title {
        font-size: 32px;
    }

    .features__subtitle {
        font-size: 20px;
    }

    .features__description {
        font-size: 20px;
        font-weight: 400;
    }

    .leaf--1 {
        left: 0;
        bottom: revert;
        top: 10px;

        transform: translateX(-40%) rotate(-17.91deg);
    }

    .leaf--2 {
        right: 0;
        top: 0;
        transform: translate(50%, 0) rotate(55.76deg);
    }

    .leaf--3 {
        right: 0;
        bottom: 0;
        transform: translate(50%, 20%) matrix(-0.05, -1, 1, -0.04, 0, 0);
    }
    /**/
    .choice__li {
        font-size: 1em;
    }
    .choice__abr {
        font-size: 1.5em;
        max-width: 215px;
    }
    .choice__title {
        font-size: 2em;
    }
/*    */
    .benefits {
        padding:  40px 0;
    }
    .benefits__title {
        font-size: 2em;
    }
    .benefits__list{
        gap: 70px
    }
/*    */
    .slider__item {
        padding: 2em;
    }
    .slider__title {
        font-size: 1.25em;
    }
/*    */
    .details {
        padding: 40px 0;
    }
    .details__title {
        font-size: 2em;
        margin-bottom: 1.5em;
    }
    .details__img {
        max-width: 100px;
    }
    .details__box {
        flex-direction: column;
    }
    .details__text {
        max-width: 480px;
    }
/*    */
    .delivery {

    }
    .delivery__item {
        padding: 30px 1.5em 1em 1.5em;
    }
    .delivery__img {
        margin-bottom: 1.5em;
    }
    .delivery__text  {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .overview__box {
        grid-template-areas: "title title"
                            "subtitle subtitle"
                            "ul  product";
    }

    .overview__title {
        width: 100%;
        text-align: center;
    }

    .overview__subtitle {
        width: 100%;
        text-align: center;
    }

    .overview__list {
        justify-content: flex-start;
        align-items: center;
    }

    .overview__item {
        flex-direction: column;
        text-align: center;
        font-size: 1em;
        max-width: 160px;
    }

    .head .container {
        flex-direction: column;
        padding-inline: 10px;
        gap: .5em;
    }

    /*    */
    .features .container {
        flex-direction: column;
        gap: 0;
        padding-bottom: 40px;
    }

    .features__box-img {
        min-width: revert;
    }

    /*    */
    .leaf--1 {
        top: 30%;

        transform: translateX(-40%) rotate(-17.91deg);
    }

    .leaf--2 {
        right: 0;
        top: 15%;

        transform: translate(50%, 0) rotate(55.76deg);
    }

    /*    */
    .materials {
        background-position: center;
        padding-block: 40px;
    }

    .materials__wrap {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        display: grid;
        grid-template-areas:    "prod prod"
                                "item1 item2"
                                "item3 item4"
                                "item5 item6"
                                "item7 item7";
        grid-template-rows: max-content;
        grid-template-columns: repeat(2, calc(50% - 20px));
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .material__description {
        font-weight: 400;
        margin: 0;
    }

    .material__item {
        margin: 0;
        align-items: center;
    }

    .material__item--7 .material__description {
        max-width: 280px;
    }
    .line-mob {
        display: none;
    }

    /*    */
    .effectiv {
        padding-top: 30px;
    }

    .effectiv__title {
        font-size: 2em;
    }

    .effectiv__block--revert {
        flex-direction: row;
    }

    .effectiv__block--revert .effectiv__img {
        border-right: 3px solid black;
        border-left: none;
    }

    .effectiv__num {
        font-size: 40px;
    }

    .effectiv__subtitle {
        font-size: 24px;
    }

    .effectiv__text {
        font-size: 18px;
    }

    .effectiv__description {
        padding: 2rem;
    }
/*    */
    .choice {
        display: none;
    }
/*    */
    .benefits__item--img {
        display: block;
    }
    .benefits__flex {
        flex-direction: column;
        gap: 2em
    }
    .benefits__box--img {
        width: 100%;
        max-width: 450px;
    }
    .benefits__box {
        max-width: 600px;
    }
    .benefits__img--circle {
        display: none;
    }
    .benefits__list {
        margin-left: 0;
        gap: 10px;
    }
    .benefits__item {
        padding: 0;
    }
    .benefits__text {
        font-weight: 500;
    }

/*    */
    .delivery  {
        margin-bottom: 40px;
    }
    .delivery__box {
        flex-direction: column;
        align-items: center;
    }

/*    */
    .footer .form {
        align-self: center;
    }
    /*.footer__girl {
        display: none;
    }*/
/*    */
}

@media screen and (max-width: 480px) {
    .overview__list {
        width: 150%;
    }

    .overview__item {
        font-size: .75em;
    }

    .overview__title {
        font-size: 24px;
    }

    .overview__subtitle {
        font-weight: 400;
        font-size: 16px;
    }

    /*    */
    .effectiv__block {
        flex-direction: column;
    }

    .effectiv__block .effectiv__img {
        border-right: none;
        border-bottom: 3px solid black;
    }

    .effectiv__img img {
        display: block;
    }
/*    */
    .slider__img {
        flex-direction: column;
        align-items: center;
    }
    .slider__title {
        text-align: center;
    }
    .slider__item {
        margin: 0;
        padding: 24px;
    }
    .slick-next {
        width: 25px;
        height: 25px;
        right: -5px;
    }
    .slick-prev {
        width: 25px;
        height: 25px;
        left: -5px;
    }
    .head__btn {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 412px) {
    .overview__box {
        grid-template-areas: "title title"
                            "subtitle subtitle"
                            "ul  ul"
                            "product product";
    }

    .overview__list {
        width: 100%;
        margin-bottom: .5em;
    }

    .overview__item {
        font-size: 1em;
    }

    /*    */
    .materials__wrap {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        display: grid;
        grid-template-areas:    "prod"
                                "item1"
                                "item2"
                                "item3"
                                "item4"
                                "item5"
                                "item6"
                                "item7";
        grid-template-rows: max-content;
        grid-template-columns: 100%;
        grid-column-gap: revert;
        grid-row-gap: 30px;
    }

    .material__description {
        max-width: 280px;
    }
    .benefits__list {
        gap: 2em;
    }
}