@media screen and (max-width: 1400px) {
    .types-items-swiper-wrapper__subnav{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1300px) {
    .types-items-swiper-wrapper__subnav{
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {

    .main-banner{
        height: 60vw;
        background-position: -20vw 0, center;
        overflow: hidden;
    }

    .main-banner__text{
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .benefits-section{
        background-size: auto 70%;
    }

    /* .main-menu__link {
        font-size: 12px;
    }

    .main-menu__links{
        justify-content: flex-start;
        border-left: none;
        border-right: none;
    }

    .main-menu__links li{
        padding: 0 30px;
    }

    .menu-wrapper {
        width: calc(100% - 250px);
    }

    .main-banner {
        height: 700px;
    }

    .main-banner__content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main-banner__text {
        grid-gap: 30px;
    }

    .main-banner__text .caption {
        font-size: 140px;
        line-height: 100px;
    }

    .main-banner__choice {
        width: 160px;
    }

    .main-banner__product {
        width: 500px;
        height: auto;
    }

    .main-banner::before {
        width: 60%;
    }

    .products-slide {
        grid-template-columns: 1fr 1fr;
    }

    .shops__pic img {
        width: 500px;
    }

    .shops__pic {
        margin-left: 0;
    }

    .form-section__content {
        max-width: 650px;
    }

    .faq__pic img {
        width: 600px;
    }

    .contacts__map iframe {
        width: 700px;
        height: 600px;
    } */
}

@media screen and (max-width: 1200px) {

    .caption_size_h1 {
        font-size: 60px;
        line-height: 40px;
    }

    .caption_size_h2 {
        font-size: 28px;
    }

    .caption_size_h3 {
        font-size: 18px;
    }

    .caption_size_h4 {
        font-size: 16px;
    }

    .text_size_big {
        font-size: 16px;
    }

    .text_size_normal {
        font-size: 14px;
    }

    .header {
        box-shadow: 0px 4px 20px 0px #0000001F;
        height: 75px;
        z-index: 3;
        position: relative;
    }

    .logo img {
        width: 190px;
        height: auto;
    }

    .hamburger {
        display: flex;
        padding: 0;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before,
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-color: #1E9CD8;
        border-radius: 0;
    }

    .menu-wrapper {
        position: absolute;
        left: 0;
        top: 75px;
        transform: translateX(-100%);
        transition: .3s;
        width: 100%;
        height: calc(100dvh - 75px);
        z-index: 2;
        background-color: var(--white);
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
        align-items: flex-start;
    }

    .main-banner__main-menu {
        position: relative;
    }

    .main-menu__links {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 20px;
        border: none;
    }

    .main-menu__links li:not(:last-child) {
        border-right: none;
    }

    .menu-wrapper_active {
        transform: translateX(0);
    }

    .socials-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .components-section__caption span i,
    .benefits-section__caption span i,
    .types-section__caption span i,
    .instructions__caption span i {
        top: 0;
        font-size: 18px;
    }

    .components-section__caption span,
    .benefits-section__caption span,
    .types-section__caption span,
    .instructions__caption span {
        padding-right: 15px;
    }

    .main-banner {
        height: auto;
        background-position: 0 100% center;
        padding-bottom: 55%;
        background-size: 100%;
        background-position: 100% 100%;
        overflow: hidden;
        border-radius: 0 0 20px 0;
    }

    .main-banner__content {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .main-banner__product {
        /* width: 370px; */
        height: auto;
        max-width: 100%;
    }

    .main-banner__subcaption {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .main-banner__product-type {
        width: max-content;
        padding: 0 20px;
        text-align: center;
        margin-top: 20px;
    }

    .main-banner__product-type .caption {
        font-size: 14px;
    }

    .main-banner__text {
        position: relative;
        width: auto;
        align-items: center;
    }

    .main-banner__text span {
        font-size: 18px;
        top: -7px;
    }

    .main-banner__choice {
        position: absolute;
        left: 0;
        top: calc(100% + 70px);
        width: 100px;
    }

    .action-section {
        margin-top: 80px;
        margin-bottom: 80px;
        height: auto;
        background-size: 55%;
        background-position: 100% 60%;
    }

    .action-section__caption {
        margin-bottom: 140px;
    }

    .actions-list li:not(:last-child) {
        margin-bottom: 25px;
    }

    .action-section__subcaption {
        margin-top: 40px;
    }

    .components-section:before {
        width: 100%;
        height: 70%;
        clip-path: none;
    }

    .components-section__caption {
        margin-bottom: 40px;
    }

    .components-section__content {
        flex-direction: column-reverse;
    }

    .components-section__pic {
        width: 250px;
    }

    .components-section {
        margin-bottom: 80px;
    }


    .benefits-section {
        padding-top: 60px;
        padding-bottom: 350px;
        background-size: 50% auto;
        background-position: 100% 100%;
        border-radius: 0 0 25px 25px;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 80px;
    }

    .benefits-section__subcaption {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .benefits-section__subcaption span {
        width: 70px;
        height: 25px;
        border-radius: 5px;
        margin-left: -3px;
    }

    .benefits-section__components {
        flex-wrap: wrap;
    }

    .benefits-section__caption {
        margin-bottom: 15px;
    }


    .benefits-list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .types-section {
        overflow: hidden;
        border-radius: 0 0 25px 25px;
        margin-bottom: 80px;
    }

    .types-items-swiper-wrapper::before{
        width: 62vw;
    }

    .types-items-swiper-wrapper__nav button{
        width: 35%;
        height: 45px;
    }
    .types-items-swiper-wrapper__nav button.active{
        width: 35%;
    }

    .types-items-swiper-wrapper__subnav button{
        width: 180px;
    }

    .type-item__pic img {
        width: 100%;
        height: auto;
    }

    .types-items-swipers__prev {
        left: -60px;
    }

    .types-items-swipers__next {
        right: -60px;
    }

    .types-section__caption {
        margin-bottom: 40px;
    }

    .products-section {
        padding-top: 60px;
        background-position: calc(100% - ((100vw - 1200px) / 2)) calc(100% - 150px), center calc(100% - 30px);
        background-size: 120px, 390px;
        border-radius: 0 0 25px 25px;
        position: relative;
        padding-bottom: 210px;
    }

    .products-section__top {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 40px;
        position: static;
    }

    .products-section__caption span {
        font-size: 15px;
        transform: translateY(-10px);
    }

    .products-section__arrows {
        position: absolute;
        bottom: 140px;
    }

    .tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .products-swiper {
        margin-top: 0;
    }

    .products-slide {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        grid-gap: 0;
    }

    .products-slide__tags {
        flex-wrap: wrap;
    }

    .products-slide__benefits li:not(:last-child) {
        margin-bottom: 15px;
    }

    .products-slide__benefits li {
        font-size: 14px;
    }

    .products-slide__main-pic-wrapper {
        /* height: 170px; */
        width: 100%;
        max-width: calc(100vw - 30px);
        height: auto;
    }

    .products-slider__image {
        justify-content: center;
    }

    .products-slider__image img {
        max-width: 100%;
        /* max-height: 100%; */
    }

    .products-slide__main-pic {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .products-slide__shops {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-slide__shop {
        width: auto;
        height: 50px;
    }

    .products-slide__pics {
        width: 100%;
        margin-top: 30px;
    }

    .instructions {
        border-radius: 0 0 25px 25px;
        padding-bottom: 30px;
        overflow: hidden;
        margin-bottom: 80px;
    }

    .instructions__caption {
        margin-bottom: 40px;
    }

    .instructions__sub-caption {
        margin-bottom: 0;
    }

    .instructions-slide__pic {
        height: 230px;
    }

    .instructions-slide {
        margin-top: 40px;
        height: 470px;
    }

    .instructions-slide__pic img {
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto;
    }

    .instructions-swiper {
        margin-left: 0;
        margin-right: auto;
        width: 320px;
        overflow: visible;
    }

    .shops {
        border-radius: 0 0 25px 25px;
        margin-bottom: 80px;
    }

    .shops .container {
        flex-direction: column-reverse;
        gap: 40px;
        height: auto;
    }

    .shops__content::before {
        clip-path: none;
        width: 100%;
        height: 100%;
        border-radius: 0 0 25px 25px;
    }

    .shops-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        width: 100%;
    }

    .shops__caption {
        margin-bottom: 40px;
    }

    .shop-item {
        height: 85px;
        width: 100%;
    }

    .shop-item img {
        max-width: 140px;
        max-height: 45px;
    }

    .shops__content {
        width: 100%;
        padding: 20px 0 20px;
    }

    .shops__pic {
        margin: 0;
        width: 90%;
        max-width: 450px;
    }

    .shops__pic img {
        max-width: 100%;
    }

    .faq {
        padding-top: 0;
        border-radius: 0 0 25px 25px;
        margin-bottom: 80px;
    }

    .faq__caption {
        margin-bottom: 20px;
    }

    .faq-items {
        height: auto;
        padding: 0;
    }

    .faq-item:last-child {
        margin-bottom: 0;
    }

    .faq__content:after {
        display: none;
    }

    .faq .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .faq__content {
        width: 100%;
    }

    .faq-item__caption {
        font-size: 16px;
    }

    .faq-item__top:after {
        width: 25px;
        height: 25px;
    }

    .faq-item__top::before {
        width: 25px;
        height: 25px;
        background-size: 12px;
    }

    .faq__pic img {
        max-width: 100%;
    }

    .form-section {
        padding-top: 0;
        /* background: linear-gradient(180deg, #44C07C 0%, #008453 100%); */
        background-size: cover;
        background-position: center;
        padding-bottom: 0;
        border-radius: 0 0 25px 25px;
        margin-bottom: 80px;
    }

    .form-section__text {
        font-size: 16px;
    }

    .form-section__caption {
        margin-bottom: 40px;
    }

    .form-section__content{
        max-width: 100%;
    }

    .form-section__content-wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .form-section__socials {
        margin-bottom: 0;
    }

    .form-section__text:first-child {
        margin-bottom: 0;
    }

    .form-section__text {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .form-section__pic {
        width: 100%;
    }

    .input {
        height: 55px;
    }

    .input_type_text,
    .input_type_phone {
        font-size: 16px;
    }

    .form-acceptance label {
        margin-top: 10px;
        font-size: 14px;
    }

    .form-button {
        height: 55px;
    }

    .contacts {
        padding-bottom: 50px;
        padding-top: 120px;
        border-radius: 0 0 25px 25px;
    }

    .contacts__map {
        display: none;
    }

    .info-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .info-section .container {
        flex-direction: column;
    }

    .info-section__left .caption {
        font-size: 28px;
    }
    .components-list{
        z-index: 10;
    }
    .form-section__send{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .form-section__content.send .form-section__send:before {
        width: 50px;
        height: 50px;
        top: -126px;
    }
    .form-section__content.send .form-section__send h2 {
        font-size: 24px;
        padding-left: 80px;
    }
    .form-section__content.send .form-section__send .text {
        padding-left: 80px;
        font-size: 18px;
    }
    .form-section__content.send .form-section__send .form-button {
        max-width: 460px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .action-section{
        /*background-size: 400px;*/
    }    
}
@media screen and (max-width: 1180px) {
    .types-items-swiper-wrapper__subnav{
        margin-bottom: 0;
        justify-content: end;
    }
    .types-items-swiper-wrapper__nav{
        justify-content: end;
    }
    .types-items-swipers{
        width: 300px;
    }
}
@media screen and (max-width: 1030px) {
    .landing.fixed .header {
        top: 0;
    }
}
@media screen and (max-width: 998px) {
    .types-items-swiper-wrapper {
        height: auto;
        padding-top: 20px;
        padding-bottom: 220px;
        background: url(../img/fourth-banner-pic.jpg), linear-gradient(180deg, #44C07C 0%, #008453 100%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 100%;
    }

    .types-items-swiper-wrapper::before {
        display: none;
    }

    .types-items-swipers {
        width: 220px;
    }

    .types-items-swiper-wrapper__content{
        margin: auto;
    }

    .types-items-swiper-wrapper__nav,
    .types-items-swiper-wrapper__subnav {
        justify-content: center;
    }

    .types-items-swiper-wrapper__subnav {
        margin-bottom: 30px;
    }

    .types-items-swipers {
        width: 70%;
        max-width: 400px;
    }

    .types-items-swiper-wrapper__nav button {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px;
    }

    .types-items-swiper-wrapper__subnav button {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .types-items-swiper-wrapper__nav button.active {
        width: 55%;
    }
    
}
@media screen and (max-width: 960px) {
    .landing .header{
        border-radius: 0;
        height: auto;
        padding: 10px 0;
    }
    .landing .header .main-menu ul{
        flex-wrap: wrap;
    }
    .landing .main-banner{
        padding-top: 100px;
    }
}
@media screen and (max-width: 890px) {
    .landing .header .main-menu ul{
        gap: 1px;
    }
    .landing .header .main-menu .main-menu__link {
        font-size: 11px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .landing.fixed .header{
        padding: 5px 0;
    }
}
@media screen and (max-width: 790px) {
    .main-banner__text{
        align-items: center;
    }
}
@media screen and (max-width: 760px) {
    .benefits-section{
        background-size: 285px;
        background-position: 100% 0;
    }
    .benefits-section__subcaption{
        max-width: 200px;
    }
    .benefits-section__caption{
        max-width: 200px;
    }
    .benefits-section__components{
        max-width: 50%;
    }
}
@media screen and (max-width: 670px) {
    .action-section {
        background-size: 300px;
        background-position: 100% 72%;
    }
}
@media screen and (max-width: 560px) {
    .action-section {
        background-position: 100% 0;
        background-size: 58%;
    }
    .action-section .actions-list{
        padding-top: 100px;
    }
    .products-slider .swiper-slide img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .products-slider {
        width: 300px;
        height: 220px;
    }
    .benefits-section__components {
        max-width: 100%;
        margin-top: 130px;
    }
}
@media screen and (max-width: 530px) {
    .types-items-swiper-wrapper__subnav button {
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    .types-items-swiper-wrapper__subnav{
        gap: 7px;
    }
    .types-items-swiper-wrapper__subnav button{
        font-size: 14px;
    }
}
@media screen and (max-width: 460px) {
    .action-section .actions-list{
        padding-top: 60px;
    }
    .info-section__left .caption {
        font-size: 24px;
    }
    .components-list__caption{
        width: 80%;
    }
}
@media screen and (max-width: 420px) {
    .benefits-section {
        background-size: 180px;
    }
    .actions-list li,
    .benefits-list li{
        padding-left: 50px;
    }
    .benefits-section__components {
        margin-top: 20px;
    }
}
@media screen and (max-width: 380px) {
    .landing .main-banner{
        padding-top: 160px;
    }
    .main-banner__product-type{
        width: 100%;
    }
    .types-items-swiper-wrapper__nav button.active {
        width: 50%;
    }
    .types-items-swiper-wrapper__nav button {
        width: 45%;
    }
}
@media screen and (max-width: 370px) {
    .benefits-section {
        background-size: 150px;
        background-position: 100% 25px;
    }
}