* {
    outline: none;
}

input,
button,
div[type=button] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.is-hidden {
    display: none;
}

.main__grid-small .chouse-us__item-img {
    max-height: 230px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.button-white-border {
    text-align: center;
}

.text-block li {
    font-size: 14px;
}

.calculation__steps-forward {
    font-family: 'Gilroy';
}

.header-main__item-icon {
    display: none;
}

.contact_main__consult-title {
    margin-top: 15px;
}

.contact_main__item {
    max-width: unset;
}

.banner__buttom-icon {
    max-width: 40px;
}

.catalog__card {
    display: flex;
    flex-direction: column;
}

.catalog__card-description {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .chouse-us__top {
        grid-gap: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .action.fixed .action__title {
        font-size: 16px;
    }
    .action__title {
        line-height: 1.2;
        margin: 0;
        margin-bottom: 30px;
        padding: 0;
    }
    .action.fixed .action__button {
        font-size: 14px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .action__button-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .action__button-list .button-white-border {
        margin-left: 0;
        margin-bottom: 0;
    }
    .fixed .action__title {
        margin-bottom: 0;
    }
    .type__item-color-type::after {
        left: unset;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height: auto;
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .banner__buttom-icon {
        max-width: 40px;
    }
    h2,
    .banner-title,
    .calculation__card-title {
        font-size: 26px;
    }
    .banner__title.swiper-slide,
    .banner__title {
        font-size: 26px;
    }
    .banner__buttom-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .main__column h3,
    .series__card h3 {
        font-size: 22px;
    }
    .properties__numbers-title {
        font-size: 48px;
    }
    .documentation__text,
    .text-block li,
    .properties__numbers-text,
    .faq__wrap-item-head,
    .calculation__steps-text,
    .banner__buttom-text,
    .dropbox-mark,
    .garantees__text,
    .banner-text,
    .auto__card-sub-text,
    .features-text,
    .text-block p,
    p,
    .text-p {
        font-size: 14px;
        line-height: 1.4;
    }
    .type__item-color {
        padding: 10px 0;
    }
    .type__item-color:last-of-type {
        border-bottom: none;
    }
    .type__item-color-img {
        height: 30px;
    }
    .slider-g-slide__title,
    .catalog__card-title {
        line-height: normal;
    }
    .contact_main__card-block {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 20px;
        max-width: none;
        padding-bottom: 30px;
    }
    .contact_main__card {
        height: auto;
        margin-bottom: 30px;
    }
    .contact_main__card:last-of-type {
        margin-bottom: 0;
    }
    .contact_main__card-wrapper {
        height: auto;
    }
    .contact_main__item-title,
    .contact_main__item {
        margin-bottom: 10px;
    }
    .garantees__item {
        padding-right: 10px;
    }
    .garantees__item:last-of-type {
        height: 250px;
        justify-content: start;
    }
    .chouse-us__top-item:nth-child(odd) {
        margin-right: 5px;
    }
    .chouse-us__top-item:nth-child(even) {
        margin-left: 5px;
    }
    .chouse-us__text {
        font-size: 16px !important;
    }
    .propertie_main__numbers-title {
        font-size: 48px;
    }
    .propertie_main__numbers-text {
        font-size: 14px;
    }
    .propertie_main__numbers-item:nth-child(odd) {
        margin-right: 5px;
    }
    .propertie_main__numbers-item:nth-child(even) {
        margin-left: 5px;
    }
    .auto__card.middle .auto__card-description {
        max-width: none;
    }
    .series__card-desc .flex.jcsb {
        flex-direction: column;
    }
    h1 br,
    h2 br,
    h3 br,
    .features-text br,
    .properties__numbers-text br,
    .banner__buttom-text br,
    .garantees__text br {
        display: none;
    }
    .auto__card-image {
        max-height: 300px;
        overflow: hidden;
    }
    .container__p15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container__p30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container__p-left-15 {
        padding-left: 15px;
    }
    .container__p-left-30 {
        padding-left: 30px;
    }
    .calculation__steps-personal {
        bottom: -150px;
        right: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .catalog_seo__grid {
        grid-template-columns: auto;
    }
    .calculation__card-block {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .container__p15,
    .container__p30,
    .container__p-left-15,
    .container__p-left-30 {
        padding-left: initial;
        padding-right: initial;
    }
}