@media (min-width: 769px) and (max-width: 1023px) {
    body {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        min-width: 0;
    }
    
    .button--l {
        font-size: 14px;
    }

    .button--l .button__text {
        padding: 11px 12px;
    }

    .button--l .button__icon {
        height: 40px;
        width: 40px;
    }

    .select__field {
        padding: 12px 12px 11px 22px;
        margin-left: 1px;
    }

    .section {
        min-width: unset;
    }

    .section__title {
        font-size: 28px;
    }

    .container {
        margin: 0;
        padding: 0 17px;
    }

    .header {
        min-width: var(--page-mobile-min-width);
        padding: 17px 17px 0;
    }
    .header__container {
        position: relative;
        border-radius: 18px;
    }
    .header__logo {
        margin-left: 16px;
    }
    .header__logo-icon {
        width: 191px;
        height: 34px;
    }
    .header__phone_m_button {
        height: 48px;
        width: 48px;
        border-radius: 14px;
        background: linear-gradient(to right, #009997 0%, #34CDCB 70%) border-box;
        align-content: center;
        text-align: center;
    }
    .header__phone_m_button_ico {
        margin-top: 3px;
        width: 24px;
        height: 24px;
        fill: none;
        stroke: var(--color-light);
    }
    .header__menu_m_button {
        margin-left: 6px;
        height: 48px;
        width: 48px;
        border: none;
        border-radius: 14px;
        background-color: var(--color-light);
        align-content: center;
        text-align: center;
    }
    .header__menu_m_button_ico {
        margin-top: 3px;
    }
    .header__menu_m_button--hidden {
        display: none;
    }
    .nav__offer-m_button {
        width: 100%;
        box-sizing: border-box;
        margin-top: 22px;
    }

    .nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        padding: 24px;
        background-color: rgba(255, 255, 255, 0.2);
        z-index: 10;
        border-radius: 20px;
    }
    .nav__list {
        display: block;
        column-count: 2;
        column-gap: 4px;
        list-style: none;
    }
    .nav__item {
        margin: 0;
        padding: 0 0 12px 0;
    }

    .nav--active {
        display: block;
    }
    .nav__link {
        font-size: 16px;
    }

    .start__container {
        min-height: 874px;
        padding: 130px 17px 50px;
    }

    .verification__container {
        padding: 5px 17px 10px;
    }

    .verification__title {
        width: 90%;
        font-size: 28px;
    }

    .verification__form-wrap {
        padding: 25px 24px 19px;
        flex-direction: column;
    }

    .verification__form {
        width: 100%;
    }

    .verification__form-text {
        padding: 23px 0 36px;
        font-size: 16px;
    }

    .verification__form-suggest {
        padding: 12px 0 24px;
    }

    .verification__input {
        margin-right: 0;
        padding: 17px 24px 15px;
        font-size: 14px;
    }

    .verification__suggest-title {
        margin-right: 6px;
    }

    .verification__button-icon {
        margin: 8px;
    }

    .verification__button-text {
        margin-right: 44px;
    }

    .verification__offer {
        margin-top: 24px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        line-height: 1.1;
        color: var(--color-text);
        font-size: 28px;
        text-align: left;
        background-image:
            linear-gradient(0deg, rgba(125, 235, 255, 0.1) 0%, rgba(125, 235, 255, 0.1) 100%),
            url('images/landscape_offer.jpg');
        background-color: #ddd6cb;
        background-size: cover;
        border-radius: 24px;
    }

    .verification__offer-button {
        margin-top: 2px;
    }

    .risks__content {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .risks__block-title {
        margin: 24px 0 33px;
        min-height: unset;
        font-size: 28px;
    }

    .risks__item {
        padding: 10px 12px 10px;
    }

    .risks__item-text {
        font-size: 16px;
        line-height: 1.2;
    }

    .cta-banner {
        padding: 16px 17px 10px;
    }

    .cta-banner__container {
        padding: 23px 24px 24px;
        height: unset;
        background-image: url(images/landscape_avoid.jpg);
    }

    .cta-banner__title {
        font-size: 28px;
    }

    .cta-banner__button {
        width: 100%;
        box-sizing: border-box;
    }

    .how-it-works {
        padding: 10px 0 5px;
        height: unset;
        overflow: hidden;
    }

    .how-it-works__container {
        height: unset;
        background: unset;
        padding: 0;
    }

    .how-it-works__title {
        position: unset;
        font-size: 28px;
        text-align: left;
        padding: 41px 17px 32px;
    }

    .how-it-works__steps {
        display: flex;
        gap: 16px;
        padding: 5px 17px 10px;
        overflow-x: scroll;
    }

    .how-it-works__steps::-webkit-scrollbar { display: none; }

    .how-it-works__step {
        flex-direction: column;
        gap: 16px;
        align-items: unset;
        margin-left: unset;
        padding: 23px 24px 24px;
        min-width: 38vw;
        box-sizing: border-box;
        background: unset;
        background-color: var(--color-light);
        box-shadow: 11px 7px 20px -5px #E3E3E345;
    }

    .how-it-works__step:nth-child(even) {
        margin-left: unset;
    }

    .js-pin-section, .js-pin-container {
        height: unset;
    }

    [data-animate] {
        opacity: 1;
    }

    .how-it-works__step-text {
        margin: 0;
        font-size: 16px;
        align-content: end;
    }


    .how-it-works__step-number {
        font-size: 16px;
        line-height: 3;
    }

    .what-you-get {
        padding: 55px 0 5px;
    }

    .what-you-get__item {
        border-radius: 24px;
    }

    .what-you-get__items {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .what-you-get__folder-decor {
        top: 24px;
        width: 74px;
        border-radius: 22px 0 0 0;
    }

    .what-you-get__item-title {
        margin: 42px 0 0;
        height: 160px;
        font-size: 16px;
        border-radius: 20px;
    }

    .pricing {
        padding: 0;
    }
    .pricing__card {
        padding: 24px;
    }

    .pricing__card-price-digits {
        font-size: 28px;
    }

    .pricing__card-info {
        font-size: 16px;
    }

    .pricing__card-title {
        padding: 16px 0 15px;
    }

    .pricing__title {
        padding: 80px 0 2px;
        margin-bottom: 32px;
    }

    .pricing__card-subtitle {
        font-size: 16px;
    }

    .pricing__card-feature {
        font-size: 16px;
    }

    .pricing__card-price {
        padding: 0 0 41px;
        margin: 0;
    }

    .pricing__blocks {
        gap: 16px;
    }

    .pricing__card-price-sub {
        margin-bottom: -10px;
        font-size: 16px;
    }

    .calculator {
        padding: 82px 17px 12px;
    }

    .calculator__container {
        padding: 23px 24px 24px;
    }

    .calculator__title {
        padding: 0 0 15px;
        align-self: start;
        font-size: 28px;
        text-align: left;
    }

    .calculator__content {
        display: flex;
        flex-direction: column-reverse;
        gap: 14px;
        align-items: center;
    }

    .calculator__row {
        flex-direction: column;
        gap: 22px;
    }

    .calculator__form {
        padding: 23px 24px 24px;
        height: auto;
        min-height: unset;
        width: 100%;
    }

    .calculator__label {
        margin: 1px 0 8px;
        font-size: 16px;
    }

    .calculator__chem-dropdown {
        width: calc(100% - 70px);
    }

    .calculator__chem-added-list {
        padding: 10px 0 8px;
    }

    .calculator__chem-added-label {
        white-space: unset;
        position: relative;
        padding-right: 24px;
    }

    .calculator__chem-added-delete {
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .calculator__radio-group {
        padding-top: 8px;
    }

    .calculator__radio-group .calculator__radio-group-label {
        margin-bottom: 12px;
    }

    .calculator__chem-input-wrapper {
        margin-top: 16px;
    }

    .calculator__chem-search-ico {
        position: absolute;
        left: unset;
        right: 22px;
        stroke: #34acac;
    }

    .calculator__chem-input {
        padding: 9px 50px 7px 24px;
    }

    .calculator__result {
        height: unset;
        min-height: unset;
        width: 100%;
        text-align: unset;
        padding: 18px 24px 20px;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }

    .calculator__result-label {
        font-size: 16px;
    }

    .calculator__result-price {
        flex: unset;
        min-height: 100px;
        box-sizing: border-box;
        padding: 14px 0 20px;
        font-size: 28px;
        color: #909C9C;
    }

    .calculator__result-price-title {
        color: var(--color-text);
    }

    .faq {
        padding: 73px 17px 10px;
    }

    .faq__title {
        margin-bottom: 34px;
    }

    .faq__container {
        padding: 0;
    }

    .faq__content {
        flex-direction: column-reverse;
        gap: 7px;
    }

    .faq__items {
        padding: 0;
    }

    .faq__item-title {
        padding: 1px 16px 0 1px;
        font-size: 16px;
        line-height: 1.2;
    }

    .faq__item-text {
        font-size: 16px;
    }

    .faq__pic {
        width: 100%;
        min-width: unset;
        max-width: unset;
        height: 236px;
    }

    .blog {
        padding: 75px 0px 10px;
    }

    .blog__title {
        margin-bottom: 51px;
    }

    .blog__posts {
        overflow-x: scroll;
    }

    .blog__posts::-webkit-scrollbar { display: none; }

    .blog__post {
        width: unset;
    }

    .blog__post-image-wrap {
        width: calc(100vw - 34px);
        height: 248px;
    }

    .blog__post-image {
        max-width: 100%;
    }

    .blog__post-title {
        margin: 36px 0 0;
        font-size: 18px;
    }

    .blog__post-text {
        font-size: 16px;
    }

    .blog__post-info {
        padding-top: 23px;
        font-size: 12px;
    }

    .offer-form {
        padding: 75px 17px 10px;
    }

    .offer-form--popup {
        padding: 0;
        margin: 0;
    }

    .offer-form__container {
        padding: 23px 24px 24px;
        background-image: linear-gradient(-37deg, #88dad8bb 0%, transparent 70%);
    }

    .offer-form__title {
        margin: 0;
        padding: 2px 0 35px;
        text-align: unset;
    }

    .offer-form--popup .offer-form__title {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .offer-form__controls {
        flex-direction: column;
        gap: 12px;
        padding: 9px 0 0;
    }

    .offer-form__input {
        height: 48px;
        font-size: 14px;
    }

    .offer-form__button {
        width: 100%;
        height: 48px;
    }

    .offer-form__disclaim {
        line-height: 1.1;
    }

    .footer {
        margin-top: 76px;
        padding: 23px 24px 24px;
    }

    .footer__container {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .footer__logo-link {
        margin-bottom: 37px;
    }

    .footer__logo-icon {
        width: 216px;
        height: 38px;
    }

    .footer__details {
        margin-top: 10px;
    }    
    .search-slider .swiper-slide{
        width: 314px;
    }
    .search-slider-item-title{
        padding: 18px 24px;
        font-size: 18px;
        font-weight: 500;
        color: rgba(0, 153, 151, 1);
        background-color: rgba(236, 247, 247, 1);
        border-radius: 16px;
        margin-bottom: 8px;
    }
    .search-slider-item-content{
        padding: 24px;
        background-color: #fff;
        border-radius: 24px;
    }
    .search-slider-item-content-row{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
    }
    .search-slider-item-content-row-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        color: rgba(0, 153, 151, 1);
    }
    .search-slider-item-content-row-value{
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        color: rgba(62, 62, 62, 1);
    }
    .search-slider-item-content a{
        display: block;
        width: 100%;
        padding: 15.5px 16px;
        border-radius: 14px;
        background: linear-gradient(90.00deg, rgba(0, 153, 151, 1),rgba(52.42778015136719, 204.98074340820312, 202.986572265625, 1) 67%);
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
    }
    .srok-list{
        margin-top: 90px;
        left: auto;
        right: 60px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .table-row{
        justify-content: space-between;
    }
    .table-cell:first-child{
        margin-right: 55px;
    }
    .table-cell:not(:last-child){
        margin-right: 55px;
    }
    .table-cell:nth-child(3){
        width: 15%;
    }
    .table-cell:nth-child(5){
        width: 22%;
    }
}