@media (max-width: 1440px) {
    .header__dark {
        padding-top: calc(10px + (150 - 10) * ((100vw - 320px) / (1440 - 320)));
        padding-bottom: calc(10px + (150 - 10) * ((100vw - 320px) / (1440 - 320)));
    }

    .header__title {
        padding-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (1440 - 320)));
    }

    .header__title h2 {
        padding-left: calc(20px + (300 - 20) * ((100vw - 320px) / (1440 - 320)));
        padding-right: calc(20px + (300 - 20) * ((100vw - 320px) / (1440 - 320)));
    }

    .problems__title h1 {
        font-size: calc(16px + (55 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    .problems__col1 {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: calc(10px + (80 - 10) * ((100vw - 320px) / (1440 - 320)));
    }


    .problem-question {
        gap: calc(5px + (30 - 5) * ((100vw - 320px) / (1440 - 320)));

    }

    .problem-question::before {
        background-size: calc(50px + (70 - 50) * ((100vw - 320px) / (1440 - 320)));;
    }

    .scheme__title h1 {
        font-size: calc(16px + (55 - 16) * ((100vw - 320px) / (1440 - 320)));
    }


    .scheme__img {
        margin-bottom: calc(20px + (40 - 20) * ((100vw - 320px) / (1440 - 320)));

    }

    .watering__desc {
        min-height: calc(20px + (100 - 20) * ((100vw - 320px) / (1440 - 320)));
    }


    .result__title {
        font-size: calc(16px + (52 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    .info {
        gap: calc(10px + (80 - 10) * ((100vw - 320px) / (1440 - 320)));

    }


    .appeal h1 {
        font-size: calc(20px + (55 - 20) * ((100vw - 320px) / (1440 - 320)));
    }

    .appeal-item {
        margin-top: calc(1px + (70 - 1) * ((70vw - 320px) / (1440 - 320)));
    }

    .appeal-subtitle {
        font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    .appeal-list {
        font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    .selecting-options__title h1 {
        font-size: calc(20px + (55 - 20) * ((100vw - 320px) / (1440 - 320)));
    }
}

@media (max-width: 1200px) {
    .problems__col {
        width: 65%;

    }

    .watering__subtitle {
        font-size: 0.8vw;
    }

    .watering__subtitle::before {
        top: -20px;
    }

    .integration__text {
        font-size: 19px;
    }

    .integration__col1 {
        padding-top: 20;
        height: 230px;
    }

    .result__img {
        height: 443px;
    }

    .appeal-subtitle {
        font-size: 16px;
    }

    .warranty__items {
        margin-bottom: 10px;
    }

    .warranty__item {
        font-size: 21px;
    }

    .price-main {
        font-size: 95px;
    }

    .price-primary h3 {
        font-size: 16px;
    }

    .price-list {
        font-size: 16px;
    }


    .benefit-background {
        font-size: 22px;
        padding-left: 77px;
        padding-right: 30px;
    }

    .benefit-background::before {
        width: 112px;
        height: 112px;
        left: -41px;
        top: -1px;
    }

    .benefit-text {
        padding: 28px 10px;
        font-size: 21px;
    }


}

@media (max-width: 1024px) {

    .appeal-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .appeal-item {
        flex: 1 1 48%;
    }

    .appeal-subtitle {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .watering__subtitle {

        font-size: 1.8vw;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .watering__subtitle::before {
        top: -11px;
    }

    .warranty__icon {
        width: 164px;
        height: 69px;
    }

    .warranty__items {
        margin-bottom: 60px;
    }

    .warranty__right-subtitle {
        width: 100%;
        padding-right: 16px;
    }

    .watering__content {
        padding: 0;
    }

    .watering__col {
        flex: 1 1 100%;
        max-width: none;
    }

    .watering__desc {
        font-size: 24px;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-top: 8px;
        padding-right: 20px;
    }


    .integration__col1 {
        flex: 1 1 48%;
    }

    .integration__text {
        font-size: 23px;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-left: 80px;
    }

    .result__img {
        height: 400px;
    }

    .info__text {
        font-size: 20px;
    }

    .info__subtitle {
        font-size: 16px;
    }

}


@media (max-width: 992px) {

    .header__callback-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .integration__cols {
        gap: 72px 20px;
    }

    .reviews__content-item iframe {
        min-height: 230px;
    }

    .problems__item {
        flex: 1 1 100%;
    }

    .problems__content {
        flex-direction: column;
    }

    .problems__col {
        width: 100%;
    }

    .problems__col2 img {
        display: none;
    }

    .watering__subtitle {

        font-size: 18px;

    }

    .warranty__title {
        padding-bottom: 0;
    }


    .warranty__item {
        font-size: 21px;
    }

    .warranty__items {
        margin-bottom: 40px;
    }

    .scheme__text {
        font-size: 20px;
    }

    .price {
        flex-wrap: wrap;
    }

    .price-list {
        font-size: 22px;
    }

    .price-primary h3 {
        font-size: 22px;
    }

    .benefit-background {
        font-size: 18px;
        padding-left: 58px;
        padding-right: 30px;
    }

    .benefit-background {
        font-size: 20px;
    }


    .result__text {
        font-size: 18px;
    }

    .result__img {
        height: 345px;
    }

    .info__background {
        width: 34%;
        height: 552px;
    }
}

@media (max-width: 768px) {
    .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .header__telephone::before {
        content: '';
        background-size: 25px;
        left: 9px;
        top: -7px;
        position: relative;
    }

    .header__logo {
        margin: 0 auto;
    }

    .header__content {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        flex-direction: column;
        font-weight: 600;
    }

    .header__content-top {
        flex-wrap: wrap;
        flex-direction: column;
        order: 2;
        display: flex;
    }

    .header__content-bottom {
        order: 1;
        display: flex;
        margin-bottom: 12px;
    }

    .header__address {
        margin: 0 auto;
    }

    .header__telephone {
        margin: 0 auto;
    }

    .header__mail {
        margin: 0 auto;

    }

    .header__advantages {
        flex-direction: column;
    }

    .header__title h2 {
        font-size: 30px;
    }

    .reviews__content {
        flex-wrap: wrap;
    }
    .reviews__content-item {
        flex: 1 1 100%;
    }
    .reviews__content-item iframe {
        min-height: 300px;
    }

    .watering__content {
        display: flex;
        flex-direction: column;
    }

    .watering__title h1 {
        font-size: 6vw;
    }

    .watering__subtitle {
        padding-left: 69px;
    }

    .watering__subtitle::before {
        content: "";
        width: 100px;
        height: 100px;
        left: -37px;
        top: 10px;
    }

    .watering__col {
        margin: 0 auto;
    }

    .integration__text {
        font-size: 20px;
    }

    .result__img {
        height: auto;
    }

    .result__cols {
        flex-direction: column;
        gap: 20px;
    }

    .appeal-item {
        width: 100%;
    }

    .appeal-items {
        flex-direction: column;
    }

    .appeal-subtitle {
        font-size: 36px;
        display: flex;
    }

    .appeal-list {
        padding: 70px 5px 5px;
        font-size: 30px;
        margin-top: 60px;
    }

    .warranty {
        flex-direction: column;
    }

    .warranty__left {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .warranty__right {
        background-color: lightgray;
    }

    .warranty__right-subtitle p {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        text-align: center;
        border: 1px solid black;
        border-left: 0px;
        font-style: 24px;
    }

    .warranty__main p {
        background: white;
        text-align: center;
    }

    .warranty__main {
        padding: 0px;
        margin: 0;
    }

    .warranty__items {
        border: double;
    }

    .circle {
        font-size: 16px;
        width: 350px;
        height: 350px;
    }

    .market-text {
        font-size: 18px;
    }

    .benefit-items {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 1px;
    }

    .benefit-background {
        font-size: 20px;
    }

    .benefit-background::before {
        width: 80px;
        height: 80px;
        left: -41px;
        top: -5px;
    }

    .info {
        flex-direction: column;
    }

    .info__background {
        display: none;
        padding: 30px 0;
    }

    .info__col {
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .header__content {
        font-size: 16px;
    }

    .header__content-top {
        margin-bottom: 4px;
        gap: 4px 0;
    }

    .header__telephone {
        font-size: 16px;
        letter-spacing: unset;
    }

    .header__content-bottom {
        margin-bottom: 4px;
    }

    .header__title h2 {
        font-size: 24px;
    }

    .integration__cols {
        gap: 50px 20px;
    }

    .integration__col1::before {
        width: 76px;
        height: 76px;
        top: -36px;
        margin-left: -38px;
    }

    .problem__img img {
        max-width: 80px;
        max-height: 80px;
    }

    .reviews__content-item iframe {
        min-height: 200px;
    }

    .scheme__text2 {
        font-size: 18px;
    }

    .integration__col1 {
        flex: 1 1 100%;
        height: 243px;
    }

    .integration__text {
        font-size: 22px;
        margin: 0 auto;
    }


    .integration__text2 {
        font-size: 28px;
        padding-top: 10px;
        padding-left: 100px;
    }
    .integration__text2::before {
        width: 66px;
        height: 66px;
    }
    .integration__text2 ul li {
        font-size: 18px;
        line-height: 1.5;
    }


    .integration__span {
        font-size: 16px;
    }

    .warranty-light-text {
        padding: 20px 32px;
    }
    .warranty-light-text ul li {
        line-height: 1.4;
        font-size: 16px;
    }

    .warranty__main p {
        padding-right: 10px;
    }

    .warranty__item {
        font-size: 17px;
    }

    .scheme__text {
        font-size: 16px;
    }

    .benefits {
        padding: 0;
    }

    .benefit-background {
        font-size: 18px;
    }

    .benefit-background::before {
        display: none;
    }

    .watering__subtitle {
        text-align: center;
        padding-left: 0px;
    }

    .watering__subtitle::before {
        display: none;
    }

    .appeal-subtitle {
        font-size: 24px;
    }

    .appeal-list {
        font-size: 26px;
        margin-top: 60px;
    }


}

@media (max-width: 360px) {
    .header {
        justify-content: center;
        align-items: center;
    }

    .header__callback-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .header__callback-text {
        font-size: 18px;
    }
    .header__callback-btn a {
        display: inline-block;
        width: 100%;
    }

    .header__title h1 {
        font-size: 38px;
    }

    .header__title h2 {
        font-size: 17px;
    }

    .integration__col1::before {
        width: 60px;
        height: 60px;
        top: -32px;
        margin-left: -30px;
    }

    .problems__col {
        width: 100%;
    }

    .problems__content {
        align-items: center;
    }

    .problem-question {
        font-size: 12px;
    }

    .scheme__text {
        font-size: 11px;
    }

    .integration__title h1 {
        font-size: 33px;
        padding-top: 15px;
        padding-bottom: 0;
        text-align: center;
    }

    .integration__col1 {
        height: 150px;
    }

    .integration__text {
        font-size: 16px;
    }

    .integration__col2 {
        gap: 10px;
    }

    .integration__subtitle {
        font-size: 19px;
    }

    .integration__text2 {
        font-size: 21px;
        width: 100%;
        padding-left: 0;
        justify-content: center;
    }

    .integration__text2::before {
        display: none;
    }

    .integration__span {
        font-size: 14px;
        padding-right: 10px;
    }

    .result__title {
        font-size: 21px;
    }

    .result__border {
        border: 6px solid rgb(77, 82, 90);
    }

    .result__text {
        font-size: 17px;
    }

    .appeal-subtitle {
        font-size: 18px;
        height: 100px;
    }

    .appeal-subtitle {
        font-size: 18px;
    }

    .appeal-list {
        line-height: 1.2;
        font-size: 22px;
    }

    .price-primary h3 {
        font-size: 15px;
    }

    .price-primary {
        font-size: 16px;
        flex: 1 1 77%;
    }

    .price-list {
        font-size: 15px;
    }

    .benefits h1 {
        font-size: 33px;
    }

    .benefit-background {
        font-size: 14px;
        padding: 15px 0;
    }

    .benefit-text {
        font-size: 16px;
        padding: 15px 10px;
    }


    .warranty__right-subtitle {
        font-size: 15px;
        padding-right: 6px;
        padding-left: 130px;
    }


    .appeal-list {
        line-height: 1.2;
        font-size: 22px;
    }

    .warranty__title {
        font-size: 38px;;
    }

    .warranty__left {
        font-size: 17px;
        padding: 30px 10px;
    }

    .warranty__main {
        font-size: 19px;
    }

    .circle {
        font-size: 14px;
        width: 200px;
        height: 200px;
    }

    .circle {
        font-size: 10px;
    }

    .end-picture {
        width: 78%;
        height: auto;
    }

    .watering {
        padding: 0;
    }

    .watering__subtitle {
        font-size: 14px;
    }

    .watering__text {
        font-size: 22px;
        padding-left: 56px;
    }

    .watering__img {
        display: none;
    }

    .watering__desc {
        font-size: 18px;
    }

    .info__text {
        font-size: 16px;
    }

}

@media (max-width: 320px) {


    .header__title h1 {
        font-size: 33px;
    }

    .header__title h2 {
        font-size: 16px;
    }

    .scheme__text {
        font-size: 10px;
    }

    .problem-question::before {
        display: none;
    }

    .integration__col1 {
        flex-direction: row;
    }

    .integration__subtitle {
        font-size: 17px;
    }

    .integration__span {
        font-size: 12px;
    }

    .appeal-subtitle {
        font-size: 15px;
    }

    .price-main {
        font-size: 80px;
    }

    .price-primary h3 {
        font-size: 13px;
    }

    .benefit-background {
        font-size: 12px;
    }

    .market-text {
        font-size: 16px;
    }

    .watering__subtitle {
        font-size: 12px;
    }

    .watering__text {
        font-size: 20px;
    }

    .info__subtitle {
        font-size: 16px;
    }

    .appeal-list {
        font-size: 19px;
    }
}