

/* Start:/company/style.css?178996849959207*/
.overflow__container {
    overflow: hidden;
}


.p-s__title-size {
    color: var(--color-primary);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 48px;
    font-weight: var(--fw-regular);
    line-height: 1.2;
}


@media (max-width: 600px) {
    .p-s__title-size {
        font-size: 32px !important;
    }
}

@media (max-width: 400px) {
    .p-s__title-size {
        font-size: 28px !important;
    }
}

.product__title-size {
    color: var(--color-primary);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 36px !important;
    font-style: normal;
    font-weight: var(--fw-regular) !important;
    line-height: 1.2;
    margin-bottom: 40px;
}

@media (max-width: 500px) {
    .product__title-size {
        font-size: 28px !important;
    }
}

/*Цель компании – обеспечение рынка*/

.main-company {
    display: flex;
    flex-direction: column;
    gap: 60px;

    @media (max-width: 576px) {
        gap: 30px;
    }
}

.company-b1 {
    padding: 60px 0;
    @media (max-width: 576px) {
        padding: 30px 0;
    }
}

.company__b1-bs {
    display: flex;
    gap: 160px;
}

.company__b1-subtitle {
    color: #E21B3C;
    margin-bottom: 0;
}

.company__b1-title {
    margin-bottom: 40px;
}

.company__b1-disc {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
}


.about-wrap__b-success {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.about-wrap__col {
    flex: 0 0 calc(20% - (10px / 3 * 2));
}

.col-1__quantity {
    color: #E21B3C;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.col-1__text {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.company__b1-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.company__b1-r-img {
    width: 409px;
    height: 371px;
}

.company__b1-r-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

.company__b1-r-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--color-D3D3D3);
    border-radius: 10px;
    padding: 15px 24px;
    transition: .3s;
    white-space: nowrap;
}

.company__b1-r-btn span {
    color: var(--color-707070);
    font-size: 16px;
    line-height: 118%; /* 18.88px */
    transition: .3s;
}

.company__b1-r-btn svg {
    width: 25px;
    height: 15px;
    flex-shrink: 0;
    fill: var(--color-929292);
    transition: .3s;
}

.company__b1-r-btn:hover {
    border-color: var(--color-FF2C4F);
}

.company__b1-r-btn:hover span {
    color: var(--color-FF2C4F);
}

.company__b1-r-btn:hover svg {
    fill: var(--color-FF2C4F);
}

@media (max-width: 1100px) {
    .company__b1-bs {
        flex-direction: column;
        gap: 0;
    }

    .company__b1-l {
        order: 2;
    }

    .company__b1-r {
        display: none;
    }
}

@media (max-width: 500px) {
    .company__b1-title {
        margin-bottom: 20px;
    }

    .about-wrap__col {
        flex: 0 0 calc(33.333% - (10px / 3 * 2));
    }
}

/*.Цель компании – обеспечение рынка*/
/*block 2*/
.company__b2-bs {
    display: flex;
    gap: 90px;
    align-items: center;
    margin-bottom: 60px;
}

.company__b2-img {
    flex: 1 1 185%;
    height: 350px;
}

.company__b2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.company__b2-title {
    margin-bottom: 30px;
}

.company__b2-disc {
    color: #707070;
    font-size: 16px;
    font-style: normal;
}

@media (max-width: 900px) {
    .company__b2-bs {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .company__b3-img {
        height: 100px;
    }
}


/*.block 2*/
/*block 3*/
.company__b3-bs {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
}

.company__b3-img {
    width: calc(33.333% - (20px / 3 * 2));
    border-radius: 15px;
    overflow: hidden;
    height: 238px;
}

.company__b3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .company__b3-bs {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .company__b3-bs {
        gap: 10px;
    }

    .company__b3-bs {
        flex-wrap: wrap;
    }

    .company__b3-img {
        width: calc(50% - (20px / 2 * 1));
        height: 200px;
    }

    .company__b3-img:last-child {
        width: 100%;
    }
}

/*.block 3*/

/*block 4*/

.company-b2 > .es-wrap__container:nth-child(2) > .company__b2-bs {
    flex-direction: row-reverse;
}

.chast__b-bottom__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #707070;
    padding: 11px 8px;
    gap: 10px;
    font-size: 16px;
    width: 143px;
    margin: 30px 0;
    border: 1px solid #D3D3D3;
}

.chast__b-bottom__btn:hover {
    background-color: #C8102E;
    color: #FFF !important;
}

.chast__b-bottom__btn svg {
    fill: none;
    width: 7px;
    height: 12px;
    stroke: #707070;
}

.chast__b-bottom__btn:hover svg {
    stroke: #ffffff;
}

@media (max-width: 900px) {
    .company-b2 > .es-wrap__container:nth-child(2) > .company__b2-bs {
        flex-direction: column;
    }

    .company__b3-bs {
        margin-top: 20px;
    }

    .chast__b-bottom__btn {
        margin: 10px 0;
        padding: 10px 8px;
    }
}

/*.block 4*/
/*Наши клиенты*/
.clients {
    padding: 60px 0;
}

.clients__title {
    text-align: center;
}

.clients-wrap__mySwiper {
    overflow: hidden;
}

.clients__bs {
    max-width: 750px;
    margin: 0 auto;
}

.clients__b {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.clients__b-img {
    height: 100px;
    width: 100px;
}

.clients__b-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.clients__b-name {
    color: #707070;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.clients__b:hover .clients__b-name {
    color: #C8102E;
}

@media (max-width: 900px) {
    .clients__bs {;
        gap: 20px;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .clients__b-img {
        width: 60px;
        height: 100%;
    }
}

/*.Наши клиенты*/
/*История компании*/
.company-history__content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: relative;
}

.company-history__content:nth-child(1) {
    flex-direction: row-reverse;
}

.company-history__content:nth-child(3) {
    flex-direction: row-reverse;
}

.company-history__content:nth-child(5) {
    flex-direction: row-reverse;
}

.company-history__title {
    text-align: center;
    margin-bottom: 80px;
}

.ch__info {
    flex: 0 1 40%;
    margin: 40px 0;
}

.company-history__content:nth-child(1) > .ch__info {
    margin: 0 0 40px;
}

.ch__line {
    border: 1px solid #D3D3D3;
}

.ch__data {
    border-radius: 7px;
    background: #E21B3C;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
    padding: 10px;
    width: 128px;
    margin-bottom: 10px;

}

.ch__title {
}

.ch__ul {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.ch__ul > ul > li > span {
    color: #E21B3C;
}

.ch__ul > ul > li > a {
    color: #E21B3C;
}

.ch__img {
    flex: 0 1 40%;
    overflow: hidden;
    border-radius: 15px;
    margin: 40px 0;
}

.company-history__content:nth-child(1) > .ch__img {
    margin: 0 !important;
}

.ch__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .ch__info, .ch__img {
        flex: 0 1 50%;
    }


}

@media (max-width: 800px) {
    .company-history__title {
        margin-bottom: 20px;
    }

    .company-history__content {
        flex-direction: column;
    }

    .company-history__content:nth-child(1) {
        flex-direction: column;
    }

    .company-history__content:nth-child(3) {
        flex-direction: column;
    }

    .company-history__content:nth-child(5) {
        flex-direction: column;
    }

    .ch__info, .ch__img {
        flex: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .ch__line {
        display: none;
    }

    .product__title-size {
        margin-bottom: 30px;
    }


}

/*.История компании*/

/*Преимущества нашей компании*/
.advantages__company {
    padding: var(--section-space-lg) 0
}

.product-selection-wrap__b-3 {
    display: flex;
    gap: 20px;

}

.product-selection-wrap__col-b3 {
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 171px;
    width: 248px;
    justify-content: space-between;
}

.product-selection-wrap__b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;

}

.product-selection-wrap__col-b3.active {
    flex-grow: 1;
}


.product-selection-wrap__col-b3.active .product-selection-wrap__img {
    display: none;
}

.product-selection-wrap__col-b3.active .product-selection-wrap__name {
    font-size: 24px;
}

.product-selection-wrap__col-b3.active .product-selection-wrap__disc {
    display: -webkit-box;
}

.product-selection-wrap__col-b3.active .product-selection__btn {
    transform: rotate(40deg);
}

.product-selection-wrap__disc-b__name {
    color: #3A3A3A;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
}

.product-selection__btn {
    border-radius: 50%;
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    display: flex;
}

#ShowHide1 {
    cursor: pointer;
}

#exemple1 {
    display: none;
    padding: 5px;
    background-color: #CDE;
    border: 1px solid;
}

.product-selection-wrap__name {
    font-size: 18px;
    color: #3A3A3A;
    line-height: normal;
    font-style: normal;
    margin: 0 0 12px;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.product-selection-wrap__img {
    width: 45px;
    height: 45px;
}

.product-selection-wrap__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mouseover {
    width: 100% !important;
}

.product-selection-blocks {
    width: 29rem;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(87, 87, 87, 0.50);
    box-shadow: -1px 1px 2px 0px rgba(255, 255, 255, 0.50) inset;
    backdrop-filter: blur(21.5px);
    overflow: hidden;
}

.product-selection-blocks {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 20px 0;
    margin: 0 30px;
    border-bottom: 1px solid #fff;
}

.product-selection-blocks-title {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    margin: 30px 30px 0;
}

ul > li:before, [data-ui-markup="ul"] > [data-ui-markup="li"]:before,
.intec-ui-markup-ul > .intec-ui-markup-li:before {
    content: "" !important;
    font-size: 0.85714286em;
    padding: 0.07142858em 0;
}

ul > li, ol > li, [data-ui-markup="ul"] > [data-ui-markup="li"], [data-ui-markup="ol"] > [data-ui-markup="li"],
.intec-ui-markup-ul > .intec-ui-markup-li,
.intec-ui-markup-ol > .intec-ui-markup-li {
    position: unset;
    /*margin: 15px 0 !important;*/
    padding: 0 !important;
    list-style: none;
}

.manual-ul {
    margin: 0 30px 0 55px;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    margin: 0 30px;
    cursor: pointer;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-bottom: 1px solid #ffffff;

}

.accordion__header ul {
    margin: 0 55px;
}

.product-selection-blocks__header {
    border-bottom: 0.6px solid #FFF;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
}


.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}


.product-selection-wrap__disc {
    color: #707070;
    font-size: 14px;
    font-style: normal;

    line-height: normal;
    transition: .3s;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}


@media (max-width: 1100px) {
    .product-selection-wrap__b-3 {
        flex-wrap: wrap;
        gap: 10px;

    }

    .product-selection-wrap__col-b3 {
        width: calc(50% - (10px / 2 * 1))

    }

    .product-selection-wrap__col:hover .product-selection-wrap__disc {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .product-selection-wrap__col-b3.active .product-selection-wrap__name {
        font-size: 18px;
    }
}


@media (max-width: 500px) {
    .product-selection-wrap__col-b3 {
        width: 100%;
        height: 100%;
    }

    .product-selection-wrap__col-b3.active {
        height: 100%;
    }

    .product-selection-wrap__col {
        width: 100%;
        padding: 10px;
    }

    .product-selection-wrap__disc {
        font-size: 14px;
        -webkit-line-clamp: 9;
    }
}

/*.Преимущества нашей компании*/
/*Продукция бренда*/
.product-selection-col{
    padding: var(--section-space-lg) 0
}
.wrapper-gray {
    max-width: 100%;
    background: #F5F5F5;
}

.product-selection-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.p-s-c__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain;
}

.p-s-c__block {
    flex: 1 0 41%;
}

.p-s-c__title {
    color: #3A3A3A;
    margin-bottom: 20px;
}


@media (max-width: 1100px) {
    .product-selection-catalog {
        flex-wrap: wrap;
    }

    .p-s-c__link {
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }
}

@media (max-width: 600px) {
    .p-s-c__img {
        display: none;
    }

}

.p-s-c__text {
    font-size: 16px;
    color: #707070;
    margin-bottom: 25px;
}

.p-s-c__link {
    background-color: #C8102E;
    color: #FFF;
    text-align: justify;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 194px;
}

.p-s-c__link:hover {
    background: #E21B3C;
    color: #FFF !important;
}

.p-s-c__link svg {
    fill: none;
    stroke: #ffffff;
    width: 6px;
    height: 10px;
}

/*.Продукция бренда*/
/*Найдите все необходимое — у нас большой выбор товаров */
.coop-catalog {
    padding: 60px 0;
    @media (max-width: 500px) {
        padding: 30px 0;
    }

}

.coop-catalog__blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.coop-catalog__link {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 15px;
    background: #FFF;
    height: 214px;
    width: calc(16.666% - (20px / 6 * 5));

}

.coop-catalog__block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.coop-catalog__title {
    margin-bottom: 40px;
}

.coop-catalog__link:hover .coop-catalog__name {
    color: #E21B3C;
}

.coop-catalog__link:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    transition: 1.5ms;
}

.coop-catalog__name {
    color: #3A3A3A;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: 20px; /* 125% */
}

.coop-catalog__img {
    width: 150px;
}

.coop-catalog__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}

@media (max-width: 1100px) {
    .coop-catalog__blocks {
        gap: 10px;
    }

    .coop-catalog__link {
        width: calc(33.333% - (10px / 3 * 2));
    }

}

@media (max-width: 500px) {
    .coop-catalog__link {
        width: calc(50% - (10px / 2 * 1));
        height: 210px;
    }

    .coop-catalog__name {
        font-size: 14px;
    }
}


/*.Найдите все необходимое — у нас большой выбор товаров */

/*Материалы объединены в готовые решения*/
/*Готовые решения*/
.parts-wrap__mySwiper {
    position: relative;
    overflow: hidden;
}

.application-system__btn-check {
    display: none;
}

.as-wrap__b-link {
    overflow: hidden;
    border-radius: 10px;
}

.es-wrap__b-title {
    -webkit-line-clamp: 3 !important;
}

.as__b-descriptor-p {
    padding: 15px 0;
}

.as-wrap__b-link:hover .es-wrap__b-title {
    color: #ffffff;
}

.as-wrap__b-link:hover .es-wrap__b-descriptor {
    color: #ffffff;
}

.as-wrap__b-link:hover .as__btn-check svg {
    stroke: #C8102E;
}

.as-wrap__b-link:hover {
    background-color: #C8102E;
}

.as-wrap__b-link {
    aspect-ratio: auto !important;
}

.as-wrap__img {
    aspect-ratio: 4/2;
    position: relative;
    top: 0;
}

.img__as-images {
    position: absolute;
    height: auto;
    right: 0;
    bottom: 0;
    top: 0;
    left: 8%;
    width: 100%;
    z-index: -1;
}


@media (max-width: 600px) {

    .application-system__block-description {
        display: none;
    }

    .es-wrap__b-title {
        -webkit-line-clamp: 3 !important;
    }
}

@media (max-width: 450px) {
    .application-system__images {
        top: 60%;
    }
}

.as-wrap__block--p {
    padding: 20px 20px 0;
}

@media (max-width: 600px) {
    .as-wrap__block--p {
        padding: 10px 10px 0 !important;
    }

    .as-wrap__b-b {
        height: 40px;
    }
}

@media (max-width: 400px) {
    .as__b-descriptor-p {
        padding: 25px 0 0 !important;
    }

}

.as-wrap__b-b {
    height: 50px;
}

@media (max-width: 650px) {
    .ban-supplier__img {
        display: none;
    }

    .animatable {
        visibility: visible;
    }

    .animated.fadeInUp {
        animation-name: none;
    }

}

/*.Готовые решения*/

/*.Материалы объединены в готовые решения*/


/*Наши бренды*/
.b-wrap__btn {
    display: flex;
    align-items: center;
}

.b-wrap__btn svg {
    fill: none;
    stroke: #707070;
    width: 7px;
    height: 12px;
}

.es-wrap_content a {
    text-decoration: none;
}

.b-wrap__col {
    display: flex;
    gap: 20px;
}

.b-wrap__c {
    width: calc(50% - 20px / 2 * 1);
    display: flex;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    gap: 20px;
}

.b-wrap__c--p {
    padding: 20px 20px 20px 40px;
}

.b-wrap__info-b {
    display: flex;
    gap: 10px;
}

.b-wrap__b-info {
    flex: 1 0 50%;
}


.b-wrap__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b-wrap__name {
    color: #3A3A3A;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

.b-wrap__text {
    color: #707070;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin: 20px 0 35px
}

.b-wrap__btn {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border-radius: 7px;
    border: 1px solid #707070;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
}

.b-wrap__c:hover .b-wrap__btn {
    border: 1px solid #C8102E;
    color: #C8102E;
}

.b-wrap__c:hover .b-wrap__btn svg {
    stroke: #C8102E;
}

.c__img {
    margin: 0 auto;
}

.c__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.b-info__img {
    max-width: 295px;
    height: 100%;
}

.b-info__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.b-info__text {
    font-size: 18px;
    color: #3A3A3A;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .b-wrap__c {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .b-wrap__info-b {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


    .b-wrap__info {
        order: 2;
    }

    .b-wrap__b-info {
        order: 1;
    }

    .c__img img {
        aspect-ratio: 16/5;
    }
}

@media (max-width: 700px) {
    .b-wrap__col {
        display: flex;
        gap: 10px;
    }

    .b-wrap__c--p {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .b-info__text {
        display: none;
    }

    .b-wrap__col {
        width: 100%;
        flex-direction: column;
    }

    .b-wrap__c {
        width: 100%;
    }

    .b-wrap__name {
        font-size: 20px;
    }

    .b-wrap__text {
        font-size: 14px;
    }

    .b-info__img {
        max-width: 150px;
        height: 100%;
    }

    .b-wrap__btn {
        font-size: 14px;
        width: 168px;
    }
}


.es-wrap__heading {
    display: flex;
    margin-bottom: 40px;
    gap: 30px;
}

.es-wrap__h {
    h2 {
        font-weight: var(--fw-regular);
    }
}

.es-wrap__h-link:hover .h-link__btn svg {
    margin-right: -30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.es-wrap__h-link {
    display: flex;
    gap: 5px;
    align-items: baseline;
    text-decoration: none !important;
}


.h-link__title:hover {
    color: #C8102E;
}


.h-link__btn {
    background: none;
    border: none;
}

.h-link__btn svg {
    fill: none;
    width: 17px;
    height: 17px;
    stroke: #C8102E;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.es-wrap__h-link:hover .h-link__btn svg {
    margin-right: -30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 1366px) {
    .h-link__btn svg {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 450px) {

    .h-link__btn svg {
        width: 10px;
        height: 10px;
    }
}

.es-wrap__white {
    background: #ffffff;
}

/*.Castom*/
/*.Наши бренды*/
/*Отзывы*/
.es__Swiper {
    position: relative;
    overflow: hidden;
}

.otz-wrap__block {
    padding: 20px !important;
}

.otz-wrap__block-info {
    color: black;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.otz-wrap__b-link:hover .otz-wrap__block-info {
    background: #fff !important;
}

.btn-down-block span:hover {
    color: #C8102E !important;
}

.btn-preview svg:hover {
    stroke: #C8102E;
}

.otz-wrap__block {
    background: #ffffff;
    border-radius: 10px;
}


.img__img-otz {

}

.img__images-otz {
    padding: 0;
    width: 100%;
    aspect-ratio: 5/1;
    object-fit: contain;
}

.es-wrap__block-info {
    color: black;
}

.otz-wrap__b-title {
    font-size: 20px;
    color: #3A3A3A;
    font-style: normal;
    line-height: normal;
    word-break: break-all;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1 !important;
}

.otz-wrap__b-title--p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.otz-wrap__name {
    font-size: 12px;
    position: relative;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.es-wrap__b-s {
    margin: 20px 0;
    font-size: 14px;
    height: 130px;
    line-height: normal;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.es-wrap__b-s.active {
    height: 100% !important;
    font-size: 14px;
    margin: 20px 0;
    /*transition: height 1s ease-in-out;*/
    -webkit-line-clamp: inherit;
}

.btn-down-block span {
    cursor: pointer;
    color: #707070;
    font-size: 14px;
}

/*.otz-wrap__b-descriptor.active {*/
/*    display: none;*/
/*}*/

/*.otz-wrap__b-descriptor-s {*/
/*    display: none;*/
/*}*/

/*.otz-wrap__b-descriptor-s.active {*/
/*    display: none;*/
/*}*/

/*.comment-expand {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: unset;*/
/*    max-height: unset;*/
/*}*/

.es-wrap__block-params {
    justify-content: left;
    margin-top: 20px;
}

.btn-down-block {
    display: flex;
    gap: 10px;
    align-items: center;
}

/*Кнопка*/
.btn-down-pisma {
    display: flex;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .btn-down-pisma {
        display: none;
    }

}

.btn-down-pisma svg {
    fill: #707070;
    width: 100%;
    height: 100%;
    fill-rule: evenodd;
    clip-rule: evenodd
}

.otz-wrap__block:hover .btn-down-block span {
    color: #C8102E;
}

.otz-wrap__block:hover .btn-down-pisma svg {
    fill: #C8102E;
}

@media (max-width: 600px) {
    .img__images-otz {
        padding: 0;
    }

    .es-wrap__block-info--p {
        padding: 10px !important;
    }

    .otz-wrap__b-title {
        font-size: 16px;
        margin: 10px 0;
    }

    .es-wrap__b-s {
        height: 0;
        margin: 0;
    }

    .es-wrap__b-s.active {
        margin: 0;
        overflow: scroll;
        height: 195px !important;
    }

    .es-wrap__b-s {
        height: 0;
    }

    .otz-wrap__b-descriptor {
        font-size: 12px !important;
    }
}

@media (max-width: 400px) {
    .es-wrap__block-info--p {
        padding: 10px !important;
    }

    .otz-wrap__b-title {
        font-size: 14px;
    }

    .es-wrap__b-s {
        margin: 12px 0;
        font-size: 12px;
    }
}

.otz-wrap__block {
    padding: 20px !important;
}

@media (max-width: 500px) {
    .img__images-otz {
        aspect-ratio: 3 / 1;
    }
}

/*Отзывы о нашей работе*/
.main-otz__wrap {
    position: relative;
    padding-top: 36px;
    overflow: hidden;
}


.es__Swiper .otz__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
}

.otz__img {
    max-width: 204px;
    height: 48px;
    flex-shrink: 0;
}

.otz__img img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.otz__info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.otz__name {
    color: var(--color-3A3A3A);
    font-size: 20px;
}


.otz__subscribe {
    color: var(--color-707070);
    margin-bottom: 20px;
}

.otz__desc {
    display: none;
}

.otz__link {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 170px;
    transition: .3s;
    margin-top: auto;
}

.otz__link:hover .otz__btn {
    background-color: var(--color-FF2C4F);
    transition: .3s;
}

.otz__link:hover .otz__btn svg {
    fill: var(--color-ffffff);
    transition: .3s;
}

.otz__link:hover span {
    color: var(--color-FF2C4F);
    transition: .3s;
}

.otz__btn {
    width: 40px;
    height: 40px;
    background-color: var(--color-F5F5F5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otz__btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    fill: var(--color-707070);
}

.otz__link span {
    color: var(--color-707070);
    font-size: 16px;
}

@media (max-width: 576px) {
    .main-otz__wrap {
        overflow: visible;
    }

    .otz__name {
        font-size: 14px;
    }

    .otz__subscribe {
        font-size: 12px;
    }

    .otz__link span {
        font-size: 14px;
    }

    .otz__btn {
        width: 31px;
        height: 31px;
    }
}


/*.Отзывы о нашей работе*/

/*Форма заказа звонка*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
}

button {
    line-height: normal;
}

body {
    font-family: 'Raleway', sans-serif;;
}

/*gr footer*/
#servis_feedback {
    display: flex;
    gap: 10px;
}

.gr-f-contener {
    margin: 0 auto;
    max-width: 1366px;
}

.gr-f-wrap_content {
    margin-top: 15px;
    width: 100%;
    height: 330px;
    background-size: 100% 100%;
    padding-left: 17%;
    padding-right: 15%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 10px;
}

.gr-f-wrap__block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gr-f-wrap__b-img {
    height: 100%;
    flex: 0 0 41%;
}

.gr-f-wrap__img {
    height: 100%;
}

.gr-f-wrap__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gr-f-wrap__title {
    color: #3A3A3A;
    font-size: 36px;
    font-style: normal;
    line-height: normal;
}

.gr-f-wrap__text {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 20px 0;
    width: 80%;
}

.gr-f-wrap__f-1 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.gr-f-wrap__form {
    flex: 0 0 67%;
}

.gr-f-wrap__f-email {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}

.gr-f-wrap__f-name {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    width: 140px;
}

/*btn*/

.gr-f-wrap__f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8102E;
    border-radius: 5px;
    border: none;
    padding: 9px 15px;
    gap: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.gr-f-wrap__f-btn:hover {
    background: #E21B3C;
}

.gr-f-wrap__f-btn {
    font-size: 14px;
    color: #fff;
}

.gr-f-wrap__f-btn svg {
    fill: none;
    width: 7px;
    height: 12px;
    stroke: #ffffff;
}

/*btn*/
@media (max-width: 1161px) {
    .gr-f-wrap__title {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }

    .gr-f-wrap__text {
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }

    .gr-f-wrap__f-1-1 {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }

    .gr-f-wrap__f-email, .gr-f-wrap__f-name, .gr-f-wrap__f-btn {
        margin: 0 auto !important;
        width: 320px !important;
    }

    .gr-f-wrap__f-1 {
        text-align: center;
        justify-content: center;
        gap: 15px;
    }

}

@media (max-width: 900px) {

    .gr-f-wrap__b-img {
        display: none;
    }

    .gr-f-wrap__block, .gr-f-wrap_content {
        justify-content: center;
        padding-left: 0 !important;
        padding-right: 0 !important;

    }
}


@media (max-width: 600px) {
    .gr-f-wrap__block {
        background: #ffffff !important;
    }

    .gr-f-wrap_content {
        background-image: none;
    }

    .gr-f-wrap__title {
        font-size: 24px;
    }

    .gr-f-wrap__form {
        flex: 100%;
    }

    .gr-f-wrap__form-b {
        padding: 0 10px !important;
    }


}

@media (max-width: 500px) {
    .gr-f-wrap__title {
        font-size: 20px;
    }

    .gr-f-wrap__text {
        font-size: 14px;
    }
}

/*Стань партнером Elastomeric Systems*/
.cooperation__content {
    border-radius: 15px;
    overflow: hidden;
}

.coop-callback > .coop__b-1 {
    flex-direction: row-reverse;
}

.coop-callback > .coop__b-1 {
    align-items: center;
}


.coop__title-size {
    color: #3A3A3A;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 30px;
}

@media (max-width: 800px) {

    .coop-b-1__left {
        padding-left: 10px;
    }

    .coop__title-size {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .coop-callback > .coop__b-1 {
        padding-left: 0;
    }

    .coop__title-size {
        font-size: 22px;
    }
}


.coop__b-1 {
    display: flex;
    align-items: center;
    gap: 60px;
    align-items: end;
}

.coop-b-1__title {
    color: #3A3A3A;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    text-align: initial;
}

.coop-b-1__disc {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin: 20px 0 0;
}

.coop-b-1__form {
    display: flex;
    align-items: center;
    gap: 15px 0;
    margin: 30px 0;
    flex-wrap: wrap;
}


.coop-b-1__form-input {
    display: flex;
}

.coop-b-1__form-control {
    display: flex;
    flex: 0 0 calc(100% / 2 - (20px / 2 * 1));
    height: 40px;
    padding: 0px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    border: none;
    background: #FFF;
    margin-right: 12px;

    color: #707070;
    font-size: 12px;
    font-style: normal;

    line-height: normal;

}

.coop-b-1__form__l-btn {
    background: #CF142B;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    max-width: 212px;
    width: 100%;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coop-b-1__form__l-btn:hover {
    background: #E21B3C;
}

.coop-b-1__right {
    width: 81%;
}

.coop-b-1__right-img {
    height: 401px;
}

.coop-b-1__right-img img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

@media (max-width: 800px) {
    .coop__b-1 {
        flex-wrap: wrap;
    }

    .coop__b-1 {
        gap: 10px;
    }

    .coop-b-1__right {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .coop-b-1__title {
        font-size: 32px;
        text-align: center;
    }

    .coop-callback > .coop__b-1 > .coop-b-1__left > .coop-b-1__title {
        margin-top: 20px;
    }

    .coop-b-1__right-img {
        height: 100%;
    }

    .coop-b-1__disc {
        text-align: center;
    }

    .coop-b-1__form {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .coop-b-1__title {
        font-size: 28px;
    }

    .coop-b-1__form-input {
        width: 100%;
        flex-wrap: wrap;
    }

    .coop-b-1__form-control {
        width: 100%;
        margin-bottom: 10px;
        flex: 1 1 100%;
    }

    .coop-b-1__form {
        gap: 0;
        padding: 10px;
    }

    .coop-b-1__form-control {
        margin-right: 0;
    }

    .coop-b-1__left {
        padding-left: 0;
    }
}

/*.Стань партнером Elastomeric Systems*/
/*b*/
body .slider-about__item {
    position: relative;
    border-radius: 15px;
    background: var(--color-bg);
    padding: 30px;
    display: flex;
    height: 150px;
    flex-direction: column;
    justify-content: center;
}

.slider-about__item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-about__item-img_pdf {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.slider-about__item-img_pdf img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-about__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-about__item-download {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid var(--color-D3D3D3);
    color: var(--color-707070);
    font-size: 16px;
    gap: 10px;
}

.slider-about__item-download svg {
    width: 15px;
    height: 14px;
    flex-shrink: 0;
    fill: var(--color-707070);
}

@media (max-width: 576px) {
    body .slider-about__item {
        padding: 10px;
    }

    .slider-about__item-download {
        font-size: 12px;
    }
}

/*.b*/


/*Форма заказа звонка конец*/


.intec-content {
    max-width: 100% !important;
}

.intec-template-breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.container-15 {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ns-bitrix.c-breadcrumb.c-breadcrumb-default.c-breadcrumb-mobile-slider [data-role=scroll] {
    padding-bottom: 0 !important;
}


/*отключаем меню*/
#callback-onas-time {
    cursor: pointer;
}

.intec-template .intec-template-layout-column.intec-template-layout-column-fixed {
    display: none !important;
}

.intec-template .intec-template-layout-column.intec-template-layout-column-adaptive {
    max-width: 100% !important;
    background-color: #F5F5F5;
}

.container-16 {
    display: none !important;
}

.es-slider__mySwiper {
    overflow: hidden;
}

/*.about-chronology {*/
/*    margin-bottom: 30px;*/
/*    background-color: #fff !important;*/
/*    padding: 20px !important;*/
/*    border-radius: 15px !important;*/
/*}*/


.about-presentation {
    margin-bottom: 0 !important;
}

.chronology-tabs {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 44px;
}


.chronology-tab {
    border-radius: 10px;
    width: 100px;
    height: 42px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.chronology-tab::before {
    content: '';
    width: 100px;
    display: block;
    position: absolute;
    background-color: #707070;
    border: 1px dashed #f5f5f5;
    right: -100%;
}

.chronology-tabs-start:last-child .chronology-tab::before {
    display: none;
}


.chronology-tabs-content {
    display: none;
}

.chronology-tabs-content.current-tab {
    display: block;
}

.chronology-tab.current-tab {
    color: #fff;
    background-color: #C8102E;
}

.chronology-tabs-start {
    display: flex;
    gap: 20px;
    align-items: center;
}

.chronology-tabs-start span {
    font-size: 14px;
    color: #707070;
}

.chronology-content-title {
    font-size: 20px;
    margin: 0;
    margin-bottom: 30px;
}

.chronology-content-list__item {
    font-size: 16px;
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.chronology-content-list__item::before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #C8102E;
    left: -2px;
    top: 5px;
}

.about-chronology-content {
    min-height: 145px;
}

.chronology-content-list {
    margin-left: 10px;
}


@media (max-width: 1080px) {
    .chronology-tabs {
        gap: 15px;
    }
}

@media (max-width: 960px) {
    .chronology-tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .chronology-tab::before {
        display: none;
    }
}


.about-presentation-item {
    width: calc(25% - 15px / 4 * 3);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: box-shadow .2s ease-in-out;
    overflow: hidden;
}

.about-presentation-item:hover {
    box-shadow: inset 0 0 0 2px rgb(233 233 233 / 90%);
}

.about-presentation-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-presentation-pdf {
    max-width: 309px;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.about-presentation-pdf-block {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.about-presentation-download__text {
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
}

.about-presentation-download__download {
    color: #C8102E;
    font-size: 16px;
    text-align: right;
}

.about-presentation-pdf img {
    width: 71px;
}

@media (max-width: 720px) {
    .about-presentation-wrap {
        grid-template-columns: 1fr;
    }

    .about-presentation-item {
        max-width: 100%;
    }


    .about-presentation-download {
        align-items: center;
    }
}

.about-target__inner {
    display: flex;
    gap: 88px;
}


.section-header.section-header-center.about-header {
    margin-bottom: 30px !important;
}

.about-target__img-wrap {
    width: 310px;
    flex-shrink: 0;
}

.about-target__paragraph {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    text-align: justify;
    margin: 0;
}

.about-target .section-header.section-header-center {
    margin-bottom: -10px;
}

.mySwiperTrust.swiper-initialized.swiper-horizontal {
    padding-bottom: 30px;
}

@media (max-width: 1240px) {

    .about-target__inner {
        gap: 20px;
    }
}

@media (max-width: 1000px) {
    .about-target__paragraph {
        font-size: 14px;
        margin-top: 0;
    }

    .about-target__img-wrap {
        width: 250px;
        flex-shrink: 0;
    }

    .about-target__img {
        width: 100%;
    }

    .about-target__inner {
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .chronology-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-bottom: 20px;
    }

    .chronology-tab {
        max-width: 100px;
        width: 100%;
    }

    .chronology-tabs-start span {
        display: none;
    }

    .chronology-content-title {
        margin-bottom: 20px;
    }

    .about-presentation-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .about-target__img-wrap {
        display: none;
    }

}

.about-video-inner {
    display: flex;
    gap: 33px;
}

.about-video-inner video {
    max-width: 645px;
}

.about-video__paragraph {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

.about-video__paragraph:first-child {
    margin-bottom: 30px;
}

.section-header.section-header-center {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    line-height: normal;


    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 1240px) {
    .about-video-inner {
        flex-direction: column;
    }

    .about-video__paragraph:first-child {
        margin-bottom: 15px;
    }

    .about-video-inner video {
        margin: 0 auto;
        width: 100%;
    }

    .about-company-details {
        gap: 20px;
    }

    .about-detail__subheader {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .about-video__paragraph {
        font-size: 14px;
    }
}


@media (max-width: 720px) {

}

.about-company-details {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.about-detail__subheader {
    font-size: 18px;
    font-weight: bold;
    color: #3A3A3A;
    margin: 0;
    height: 40px;
}

.about-detail__text {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    color: #707070;
    line-height: 1.5;
    margin: 10px 0;
}


.about-detail__img {
    height: 50px;
}

@media (max-width: 1240px) {
    .about-detail__subheader {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .about-detail__text {
        font-size: 14px;
        /*display: none;*/
    }

    /*.about-detail:not(:last-child) .about-detail__img {*/
    /*    height: 60px;*/
    /*}*/
    /*.about-detail .about-detail__img {*/
    /*    height: 60px;*/
    /*}*/
    .about-company-details {
        flex-wrap: wrap;
    }

    .about-detail {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 720px) {
    .about-detail__subheader {
        font-size: 16px;
    }
}

@media (max-width: 530px) {
    .about-company-details {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .section-header.section-header-center.about-header {
        margin-bottom: 20px !important;
    }

    .about-detail__img {
        display: none;
    }

    .about-company-details {
        gap: 0;
    }

    .about-detail {
        flex: 100%;
    }

    .about-detail__subheader {
        height: 0;
    }

    .about-detail__text {
        font-size: 12px;
    }
}

.about-callback {
    overflow: hidden;
    display: flex;
    gap: 30px;
}

/*.about-callback-img__wrap {*/
/*    max-width: 668px;*/
/*    min-height: 100%;*/
/*}*/

.about-callback-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-form-wrap {
    flex: 1 0 50%;
}

.about-callback-header {
    color: #C8102E;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.about-callback-subheade {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
}

.about-form-label {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

.about-form-input {
    padding: 13px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    /*max-width: 300px;*/
    width: 100%;
    line-height: 1.5;
}

.about-form-input::placeholder {
    color: #707070;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.about-callback-form {
    margin: 21px 0;
    width: 100%;
}

.about-form-row__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about-form-row__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about-form-row {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-form-row__end {
    align-items: flex-end;
}

.about-form-col {
    max-width: 100%;
    width: 300px;
}

.about-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8102E;
    border-radius: 5px;
    border: none;
    padding: 13px 10px;
    gap: 10px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    transition: all .2s ease-in-out;
}

.about-form-btn:hover {
    background: #E21B3C;
}

.about-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F5F5F5;
}

@media (max-width: 850px) {
    .about-callback-img {
        display: none;
    }

    .about-callback {
        gap: 0;
    }

    .about-callback-header, .about-callback-subheader, .onas_subscribe {
        text-align: center;
    }

    .about-form-row {
        justify-content: center;
    }

    .about-form-col {
        max-width: 300px;
        width: 100%;
    }
}

.about-video-text {
    height: 350px;
    overflow-y: auto;
    padding-right: 10px;


}

@media (max-width: 768px) {

    .about-video-text {
        height: fit-content;
        overflow-y: unset;
        padding-right: 0;
    }
}


@media (max-width: 640px) {
    .about-form-row__inputs {
        grid-template-columns: 1fr;
    }

    .about-form-row__inner {
        grid-template-columns: 1fr;
    }

    .about-checkboxes {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.item-collback-success {
    background-color: #fff;
    border-radius: 15px;
    width: 432px;
    height: 367px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30%;
}

.item-collback-success__title {
    color: #C8102E;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.item-collback-success__text {
    color: #000;
    font-size: 24px;
    width: 258px;
    text-align: center;
}

.item-collback-success__img {
    margin-bottom: 33px;
}

.item-collback-success__title {
    margin-bottom: 20px;
}

.item-callback-success-layout {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.callback-success-active {
    display: block;
}

.fixed-body {
    overflow: hidden;
}

.callback-success-close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

.callback-success-close:hover svg {
    fill: #707070;
}

@media (max-width: 450px) {
    .item-collback-success {
        width: 100%;
        height: auto;
        max-width: 430px;
        padding: 20px;
    }
}

.trust-section {
    margin-bottom: 82px;
}

.trust-item {
    display: flex;
    overflow: hidden;
    cursor: pointer;
    height: 286px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #FFF;
    padding: 28px 17px;
    gap: 18px;
    position: relative;
}

.trust-img {
    width: 143px;
    flex-shrink: 0;
    align-self: center;
}

.trust-img img {
    width: 100%;
}

.trust-details {
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    align-items: center;
    gap: 5px;
    color: #707070;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.trust-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 35px;
}

.trust-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
}

.trust-item:hover .trust-item-color {
    display: block;
}

.trust-item:hover .trust-item-grey {
    display: none;
}

.trust-item .trust-details * {
    transition: all .2s ease-in-out;
}

.trust-item:hover .trust-details * {
    color: #C8102E;
    fill: #C8102E;
}

.trust-h2 {
    color: #C8102E;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 31px;
    margin-left: 35px;
}

.trust-text {
    --max-lines: 5;
    --line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    overflow: hidden;
    max-height: calc(var(--max-lines) * 1em * var(--line-height));
    position: relative;
    margin-bottom: 0;
}

.trust-text::before {
    content: "";
    position: absolute;
    height: calc(1em * var(--line-height));
    width: 100%;
    bottom: 0;
    pointer-events: none;
}

.mySwiperTrust .swiper-slide {
    padding: 0 10px;
}

.mySwiperTrust .swiper-button-next {
    right: 0px;
    top: 60%;
}

.mySwiperTrust .swiper-button-prev {
    left: 0;
    top: 60%;
}

.mySwiperTrust {
    overflow: hidden;

}


.mySwiperTrust .swiper-pagination-bullet {
    background: #707070;
}

.mySwiperTrust .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C8102E;
}

.mySwiperTrust .swiper-pagination {
    bottom: -30px;
}

.mySwiperTrust .swiper-button-next:after, .mySwiperTrust .swiper-button-prev:after {
    display: none;
}

.trust-mobile {
    border-radius: 10px;
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding: 13px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trust-h2-mobile {
    color: #C8102E;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.trust-mobile-btn {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    border-radius: 5px;
    background: #C8102E;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05) inset;
    width: fit-content;
    padding: 4px 9px;
    align-self: flex-end;
}

.trust-items-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 0 31px;
    align-items: center;
}

@media (max-width: 1000px) {
    .mySwiperTrust {
        margin: 0;
    }

    .mySwiperTrust .swiper-wrapper {
        padding-bottom: 30px !important;
    }

    .trust-img {
        max-width: 80px;
        width: 100%;
    }

    .trust-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .trust-text {
        font-size: 12px;
    }

    .trust-item {
        height: auto;
    }

    .trust-text {
        --line-height: 10px;
    }
}

@media (max-width: 800px) {
    .trust-item-description {
        font-size: 14px;
    }

    .trust-item-task {
        font-size: 14px;
    }

    .trust-desc {
        font-size: 14px;
    }

    .trust-name {
        font-size: 18px;
    }

    .trust-item-task__heading {
        font-size: 18px;
    }

    .trust-item-title {
        font-size: 18px;
    }

    .trust-item-img {
        max-width: 180px;
    }

    .trust-col:first-of-type {
        flex-shrink: 1;
    }

    .trust-company-year {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .trust-mobile {
        max-width: 334px;
        height: 105px;
        margin: 0 auto;
    }

    .trust-h2-mobile {
        font-size: 16px;
    }

    .trust-mobile-btn {
        font-size: 12px;
    }

    .trust-h2 {
        font-size: 14px;
        text-transform: uppercase;
        margin-left: 15px;
        margin-bottom: 19px;
    }

    .trust-items-wrap {
        flex-wrap: wrap;
        margin: 0;
        gap: 10px 30px;
        justify-content: center;
    }

    .trust-details {
        font-size: 12px;
    }

    .trust-details svg {
        width: 16px;
    }

    .mySwiperTrust .swiper-slide {
        padding: 0px;
    }

    .mySwiperTrust .swiper-wrapper {
        padding-bottom: 10px !important;
    }
}


.about-team__item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-team__img {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.about-team__name {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}


.about-team__position {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.about-team__slider {
    overflow-x: hidden;
}

.aboutTeamSwiper {
    overflow: hidden;
}


.about-team__item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-team__img {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.about-team__name {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}


.about-team__position {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.about-team__slider {
    overflow-x: hidden;
}


.about-brand {
    background-color: #f5f5f5;
    padding: 30px 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 80px;
    border-radius: 15px;
}

.about-brand:not(:last-child) {
    margin-bottom: 30px;
}

.about-brand__logo {
    max-height: 135px;
    max-width: 238px;
}

.about-brand__example {
    width: 280px;
}

.about-brand__description {
    width: 308px;
    font-size: 16px;
    font-style: normal;
    text-align: justify;
}

.about-brand__link {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-brand__link img {
    transition: all .2s ease-in-out;
}

.about-brand__link:hover img {
    transform: translateX(10px);
}


@media (max-width: 1290px) {
    .about-brand {
        gap: 30px;
    }

    .about-brand__description {
        font-size: 14px;
    }

    .about-brand__example {
        width: 230px;
    }
}

@media (max-width: 1080px) {
    .about-brand__example {
        width: 200px;
    }

    .about-brand__logo {
        max-width: 180px;
    }

    .about-brand {
        gap: 10px;
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .about-brand__link img {
        display: none;
    }

    .about-brand__link {
        color: #C8102E;
    }

    .about-brand__example {
        width: 150px;
    }

    .about-brand__logo {
        max-width: 130px;
    }
}

@media (max-width: 750px) {
    .about-brand__example {
        display: none;
    }

    .about-brand {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

}

@media (max-width: 640px) {
    .about-callback {
        padding-top: 10px;
    }

    .about-brand {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .about-brand__description {
        width: 100%;
    }


}

@media (max-width: 450px) {
    .about-form-row, .about-form-row {
        flex-wrap: wrap;
    }

    .about-form-col {
        max-width: 100%;
    }

    .about-callback-header {
        font-size: 26px;
    }

    .about-presentation-wrap {
        grid-template-columns: 1fr;
    }

    .about-presentation-pdf img {
        display: none;

    }
}

.section-header.section-header-center.company-trust-header {
    margin-bottom: 30px !important;

    width: calc(50% - (20px / 2 * 1));
}



/* End */
/* /company/style.css?178996849959207 */
