.view-sm {
    display: none;
}

.view-lg {
    display: none;
}

.view-xl {
    display: none;
}

.one-form-catalog1c .row:has(input[name="full_name"]) {
    display: none;
}

@media (min-width: 576px) {
    .view-xs-only {
        display: none;
    }

    .view-sm {
        display: inherit;
    }
}

@media (min-width: 992px) {
    .view-lg {
        display: inherit;
    }

}

/*БАННЕР*/
.catalog1c .banner {
    position: relative;
    height: 200px;
}

.catalog1c .banner__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    padding-top: 0;
    background-image: url('./../img/banner_576.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.catalog1c .banner__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-black);
}

.catalog1c .banner__content {
    width: 50%;
    position: absolute;
    top: 35%;
    left: 0;
    padding-left: 34px;
    transform: translateY(-50%);
    z-index: 2;
}

@media (min-width: 576px) {
    .catalog1c .banner {
        position: relative;
        height: 340px;
    }

    .catalog1c .banner__bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .catalog1c .banner__content {
        top: 40%;
    }
}

@media (min-width: 768px) {
    .catalog1c .banner__bg {
        background-image: url('./../img/banner_1200.webp');
    }

    .catalog1c .banner__title {
        font-size: 25px;
    }
    .catalog1c .banner__content {
        top: 50%;
    }
}

@media (min-width: 992px) {
    .catalog1c .banner__title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .catalog1c .banner {
        position: relative;
        height: 270px;
    }

    .catalog1c .banner__content {
        padding-left: 70px;
    }

    .catalog1c .banner__bg {
        background-position-x: -110px;
    }

    .banner__line {
        position: absolute;
        top: 40px;
        right: 60px;
        z-index: 3;
    }

    .banner-line {
        color: #1E1E1E;
    }

    .banner-line .banner-line__name {
        font-size: 20px;
        font-weight: 700;
        line-height: 29px;
        margin-bottom: 0;
    }

    .banner-line .banner-line__name + p {
        font-size: 1rem;
    }

    .banner-line .banner-line__text {
        transform: translateX(40px);
        margin-bottom: 5px;
    }
}

@media (min-width: 1366px) {
    .banner__line {
        right: 70px;
    }

    .catalog1c .banner__bg {
        background-image: url('./../img/banner_1600.webp');
        background-position-x: 10%;
    }
}

/*КОНЕЦ_БАННЕР*/
.catalog1c .only-1440 {
    display: none;
}

.catalog1c .section-special .button {
    margin: 0;
}

.catalog1c .section__title {
    font-size: 24px;
}

.catalog1c .section__subtitle {
    font-size: 1rem;
}

.catalog1c .section {
    padding: 20px;
}

.catalog1c .section-solution ul {
    padding: 0;
}

.catalog1c .section-solution ul li {
    padding: 10px 0;
    border-top: 1px solid #C6C9CB;
    list-style: none;
}

.catalog1c .section-solution ul li:last-child {
    border-bottom: 1px solid #C6C9CB;
}

.catalog1c .section-solution ul li p {
    position: relative;
    margin: 0;
    padding-left: 40px;
}

.catalog1c .section-solution ul li p::before {
    content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url('./../img/check.svg') center/cover no-repeat;

}

.catalog1c .section-feature__list {

    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.catalog1c .section-feature__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    list-style: none;
    text-align: center;
    font-size: .8rem;
}

.catalog1c .section-feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.catalog1c .section-feature__icon img {
    display: block;

}

.catalog1c .button {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.catalog1c .section-feature__description span {
    display: none;
}

.catalog1c .products-slider {
    padding: 0 40px;
    position: relative;
    padding-top: 70px;
}

.catalog1c .section__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.catalog1c .section__control_left {
    left: 0;
}

.catalog1c .section__control_right {
    right: 0;
}

.section-special__button {
    max-width: 200px;
}

.section-special {
    min-height: 660px;
    background: #FFD200 url('../img/special_320.png') 50% bottom/contain no-repeat;
}

.section-special__content {
    text-align: center;
    margin-top: 30px;
}

.catalog1c .section-special__title {
    margin-bottom: 40px;
}

.catalog1c .section-special__text {
    margin-bottom: 20px;
}

.catalog1c .section-special__button {
    margin-top: 40px;
}

.catalog1c .section-form {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (min-width: 400px) {
    .section-special {
        min-height: 560px;
        background: #FFD200 url('../img/special.png') 50% bottom/150% no-repeat;
    }
}


@media (min-width: 576px) {
    .catalog1c .section__title {
        font-size: 24px;
    }

    .catalog1c .section-feature__list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .catalog1c .section-feature__item {
        width: 210px;
    }

    .section-special {
        position: relative;
        background: url('./../img/balloon.png') 0 70%/40% no-repeat, url('../img/special.png') 50% bottom/150% no-repeat;

    }

    .section-special:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #FFD200;
        z-index: -2;
    }
}

@media (min-width: 768px) {

    .catalog1c .section-feature__item {
        font-size: 0.9rem;
        width: 30%;
    }

    .catalog1c .section-feature {
        background-color: transparent;
        box-shadow: none !important;
        padding: 0;
    }

    .catalog1c .section-solution {
        padding: 35px 25px;
    }

    .section-special {
        background: url('../img/balloon.png') 0 70%/40% no-repeat, url('../img/special.png') 50% bottom/100% no-repeat;
    }

    .section-special__content {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {

    .catalog1c .section-feature__list {
        gap: 20px;
        justify-content: center;
    }

    .catalog1c .section-feature__item {
        font-size: 0.9rem;
        width: 350px;
        background-color: white;
        flex-direction: row;
        padding: 15px;
        gap: 20px;
        text-align: left;
        height: 150px;
        box-shadow: 0px 10px 25px rgba(76, 86, 86, 0.15);
    }

    .catalog1c .section-feature__icon {
        width: 70px;
        height: 70px;
    }

    .catalog1c .section-solution {
        padding: 60px 40px;
    }

    .section-special {
        text-align: left;
        background: url('./../img/ballon_1200.png') 50%/25% no-repeat, url('../img/special_1200.png') right bottom/35% no-repeat;
        min-height: 280px;
    }

}

.section-special__content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.catalog1c .section-special__title {
    margin-bottom: 10px;
}

.catalog1c .section-special__text {
    margin-bottom: 10px;
}

.catalog1c .section-special__button {
    margin-top: 10px;
}

@media (min-width: 1440px) {
    .catalog1c .only-1440 {
        display: block;
    }

    .catalog1c .section-feature__item {
        font-size: 17.5px;
        width: 32%;
    }

}

@media (min-width: 1600px) {
    .catalog1c .section-solution {
        padding: 70px 40px;
    }

    .catalog1c .section-feature__description span {
        display: block;
        font-size: 17.5px;
    }

    .catalog1c .section-feature__item {
        height: 240px;
    }
}