

/* Start:/partner/proektirovshchikam/style.css?174065187326040*/
.intec-template .intec-template-breadcrumb {
    margin: 0 !important;
}

.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;
}

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

/*Качественная гидроизоляция - цель Elastomeric Systems*/
 .product-selection-uk{
     margin-top:60px;
 }
 @media (max-width: 576px) {
     .product-selection-uk{
         margin-top:30px;
     }
 }
.kach-gidroiz, .kg__bs {
    display: flex;
    gap: 20px;
    align-items: center;
}

.kg__b {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 217px;
    height: 200px;
}

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

.kg__b-img {
    width: 45px;
    height: 45px;
    margin: 20px 20px 0;
}

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

.kg__b__info {
    padding: 20px;
}

.kg__b-name {
    color: #3A3A3A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.kg__b-disc {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .3s;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.kg__bs.active {
    flex-grow: 1;
}

.kg__bs.active .kg__b {
    flex-grow: 1;
}

.kg__bs.active .kg__b-img {
    display: none;
}

.kg__bs.active .kg__b-name {
    font-size: 24px;
    font-weight: 700;
}

.kg__bs.active .kg__b-disc {
    display: -webkit-box;
}

.kg__bs.active .product-selection__btn {
    transform: rotate(40deg);
}

.kg__b-bs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px;
}

.kg__b:nth-child(2) {
    display: none;
}

.kg__b-bs-text {
    border-radius: 20px;
    background: #FFF;
    padding: 5px 10px;
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.kg__bs.active .kg__b:nth-child(2) {
    display: block;
}

.p-s-b2__b-l {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 800px) {
    .kach-gidroiz > .kg__bs > .kg__b:nth-child(2) {
        display: none;
    }
}

@media (max-width: 500px) {
    .kg__b {
        height: 100% !important;
    }
}

.product-selection-wrap__b-2 {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 500px) {
    .product-selection-wrap__b-2 {
        margin-bottom: 30px;
    }
}

.product-selection__list {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.p-s-b2__text {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.p-s-b2__b-r {
    flex: 1 0 32%;
    height: 294px;
}

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

@media (max-width: 1100px) {
    .kach-gidroiz {
        flex-wrap: wrap;
        gap: 10px;
    }

    .kg__bs {
        width: calc(50% - (10px / 2 * 1));
    }

    .kg__b {
        width: 100%;
    }

    .kg__bs.active {
        width: 77%;
    }
}

@media (max-width: 1000px) {
    .p-s-b2__b-r img {
      display:none;
    }

    .product-selection-wrap__b-2 {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .chast__gif-img {
        order: 1;
    }

    .p-s-b2__b-l {
        order: 2;
    }

    .p-s-b2__b-r {
        height: 100%;
        width: 325px;
    }

}

@media (max-width: 900px) {
    .p-s__title-size {
        font-size: 40px;
    }
}

@media (max-width: 800px) {
    .p-s__title-size {
        font-size: 25px;
    }

    .p-s-b2__b-l {
        order: 2;
    }

    .p-s-b2__b-r {
        order: 1;
    }

    .product-selection-wrap__b-2 {
        gap: 10px;
    }

    .kg__bs {
        width: 100%;
    }

    .kg__bs.active {
        flex-direction: column;
    }

    .kg__b {
        height: 145px;
    }

}

@media (max-width: 600px) {

    .product-selection-wrap__b-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-s-b2__b-r {
        width: 195px;
    }
}


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


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

.wrapper-white {
    max-width: 100%;
    background: #ffffff;
}


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

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


.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;
}


.mouseover {
    width: 100% !important;
}

/*.b 2*/

/*.Качественная гидроизоляция - цель Elastomeric Systems*/

/*Дополнительные возможности от сотрудничества 2*/
.control-order__bottom {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .control-order__bottom {
        margin-bottom: 30px;
    }
}

.control-order__bs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.control-order__blocks {
    display: flex;
    gap: 20px;
}

.control-order-b {
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 316px;
    height: 160px;
    justify-content: space-between;
}

.control-order-b.active {
    flex-grow: 1;
}

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

.control-order-b.active .product-selection-wrap__name {
    font-size: 24px;
    font-weight: 700;
}

.product-selection-wrap__disc {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .3s;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.control-order-b.active .product-selection-wrap__disc {
    display: -webkit-box;
}

.control-order-b.active .product-selection__btn {
    transform: rotate(40deg);
}

.control-order-b.active .product-selection-wrap__img {
    display: none;
}

@media (max-width: 992px) {
    .control-order__bs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .control-order__blocks {
        flex-wrap: wrap;
        gap: 10px;
    }

    .control-order-b {
        width: calc(50% - (10px / 2 * 1));
        padding: 15px;
        height: 180px;
    }

    .control-order-b:nth-child(3).active {
        flex-grow: 1;
    }

    .control-order-b:nth-child(6).active {
    }

    .control-order-b:nth-child(3) {
        width: 100%;
    }


}

@media (max-width: 700px) {

    .product-selection-wrap__disc {
        display: none;
    }

    .control-order-b:nth-child(3) {
        height: 105px;
    }

    .control-order-b:nth-child(3) .product-selection-wrap__b {
      flex-direction: unset;
        align-items: center;
        gap: 20px;
    }

    .product-selection-wrap__b {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .control-order-b {
        height: 170px;
    }

    .control-order-b.active .product-selection-wrap__disc {
        display: none;
    }

    .product-selection__btn {
        display: none;
    }

    .product-selection-wrap__img {
        margin-bottom: 0;
    }

    .control-order-b.active .product-selection-wrap__img {
        display: flex;
    }

    .product-selection-wrap__name {
        font-size: 16px;
        margin: 0;
    }

    .control-order-b.active .product-selection-wrap__name {
        font-size: 16px;
        font-weight: 600;
    }

}

/*.Дополнительные возможности от сотрудничества 2*/
/*Баннер*/
.banner-form5 {
    position: relative;
    right: 0;
    background: var(--color-ffffff);
    border-radius: 15px;
}

.banner-form5__content {
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 259px;
    overflow: hidden;
}

@media (max-width: 1010px) {
    .banner-form5__content {
        height: 310px;
    }
}

@media (max-width: 550px) {
    .banner-form5__content {
        height: 100%;
        flex-direction: column;
    }
}

.banner-form5__content-img {
    background-image: url("/partner/proektirovshchikam/../img/complex_solution-fon-form.jpg");
    position: relative;
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position-y: center;
    background-position-x: left;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}

@media (max-width: 1010px) {
    .banner-form5__content-img img:nth-child(2), .banner-form5__content-img img:nth-child(3), .banner-form5__content-img img:nth-child(4), .banner-form5__content-img img:nth-child(5) {
        display: none;
    }
}

@media (max-width: 1010px) and (max-width: 724px) {
    .banner-form5__content-img {
        background-image: none;
    }
}

@media (max-width: 1010px) and (max-width: 550px) {
    .banner-form5__content-img {
        width: 100%;
    }
}

.banner-form5__content-img img:nth-child(1) {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 180px;
    max-width: 202px;
}

@media (max-width: 1010px) {
    .banner-form5__content-img img:nth-child(1) {
        right: 0;
    }
}

@media (max-width: 550px) {
    .banner-form5__content-img img:nth-child(1) {
        max-width: 136px;
        bottom: -20px;
    }
}

.banner-form5__content-img img:nth-child(2) {
    position: absolute;
    right: 160px;
    object-fit: contain;
    top: 36px;
    width: 46px;
}


.banner-form5__content-block {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 20px 80px;
    z-index: 4;
}

@media (max-width: 724px) {
    .banner-form5__content-block {
        padding: 15px;
    }
}

@media (max-width: 550px) {
    .banner-form5__content-block {
        position: unset;
    }
}


.banner-form5__content-block h2 span {
    color: #E21B3C;
}

@media (max-width: 1010px) {
    .banner-form5__content-block h2 {
        max-width: 100%;
    }
}

@media (max-width: 724px) {
    .banner-form5__content-block h3 {
        font-size: 24px;
    }
}

.banner-form5__content-block p {
    color: var(--color-707070);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    max-width: 53%;
    margin: 0;
}

@media (max-width: 1010px) {
    .banner-form5__content-block p {
        max-width: 60%;
    }
}

@media (max-width: 724px) {
    .banner-form5__content-block p {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .banner-form5__content-block p {
        max-width: 100%;
    }
}

.banner-form5__content-block-info {
    display: flex;
    align-items: center;
    gap: 51px;
}

@media (max-width: 724px) {
    .banner-form5__content-block-info {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.banner-form5__content-block-info-tel {
    color: #FF2F51;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
    font-variant: small-caps;
}

.banner-form5__content-block-info-time {
    display: block;
    color: var(--color-707070);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    font-variant: small-caps;
}

.banner-form5__content-block-info .default__btn {
    width: 175px;
    height: 42px;
    padding: 0 15px;
    cursor: pointer;
}

.banner-form5__content-block-info-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-form5__content-block-info-social a {
    display: block;
    width: 30px;
    height: 30px;
}

.banner-form5__content-block-info-social a:nth-child(2) svg {
    fill: #5BC161;
}

.banner-form5__content-block-info-social a svg {
    width: 100%;
    height: 100%;
    fill: var(--color-ffffff);
}
/*О нас*/


.about__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-other {
    display: grid;
    gap: 20px;
    /*grid-template-columns: 1.4fr .7fr;*/
    grid-template-columns: 66% 32%;
    grid-template-areas: "A D" "B D";
}

.about-other__left-top {
    grid-area: A;
    display: flex;
    gap: 20px;
}

@media (max-width: 746px) {
    .about-other__left-top {
        flex-wrap: wrap;
    }
}

.about-other__left-top-item {
    width: calc(50% - 20px / 2 * 1);
    border-radius: 15px;
    background: var(--color-F5F5F5);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.about-other__left-top-item ul:nth-child(3) {
    display: none;
}

.about-other__left-top-item .default__btn {
    width: 146px;
    height: 42px;
    padding: 0 6px;
}


.about-other__left-top-item p {
    color: var(--color-707070);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

.about-other__left-top-item ul {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-other__left-top-item ul a {
    color: var(--color-707070);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}

.about-other__left-top-item ul a:hover {
    color: var(--color-C8102E);
}

.about-other__left-top-item ul span {
    line-height: normal;
    font-weight: 700;
}

.about-other__left-bottom {
    grid-area: B;
    display: flex;
    gap: 20px;
}

.about-other__left-bottom-item {
    width: calc(25% - 20px / 4 * 3);
    border-radius: 15px;
    background: var(--color-F5F5F5);
    padding: 20px 30px;
}

.about-other__left-bottom-item div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.about-other__left-bottom-item h6 {
    color: var(--color-707070);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 0;
    margin: 0;
}

.about-other__left-bottom-item img {
    width: 143px;
    height: 120px;
    object-fit: contain;
}

.about-other__right {
    grid-area: D;
    background-image: url("/partner/proektirovshchikam/../img/fon-map-podr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
    padding: 20px 30px;
    border-radius: 15px;
}

.about-other__right p {
    color: var(--color-707070);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

.about-other__right .default__btn {
    width: 276px;
    height: 43px;
}

@media (max-width: 746px) {
    .about-other__right .default__btn {
        width: auto;
    }
}

.about__systems {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about__systems-block {
    background: var(--color-3A3A3A);
    border-radius: 15px;
    padding: 35px 30px 31px 30px;
    background-image: url("/partner/proektirovshchikam/../img/systems-fon.png");
    width: calc(50% - 20px / 2 * 1);
    height: 211px;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.about__systems-block-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about__systems-block-info h3 {
    color: var(--color-ffffff);
}

.about__systems-block-info h3 span {
    color: var(--color-3A3A3A);
    background: var(--color-ffffff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 15px 2px;
    margin-top: 8px;
    max-width: 338px;

}

.about__systems-block-info h3 span svg {
    fill: none;
    width: 6px;
    height: 16px;
    flex-shrink: 0;
    stroke: var(--color-3A3A3A);
    stroke-width: 4;
}

.about__systems-block-info p {
    color: var(--color-ffffff);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    width: 80%;
}

.about__systems-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1 0 48.5%;
}

.about__systems-items a {
    width: calc(33.333% - 20px / 3 * 2);
}

.about__systems-items a:last-child {
    display: none;
}

.about__systems-items-item {
    background: var(--color-3A3A3A);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 211px;
}

.about__systems-items-item h6 {
    color: var(--color-ffffff);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 0;
    margin: 0;
}
@media (max-width: 576px) {
    .about__systems-items-item h6 {
        font-size: 16px;
    }
}
.about__systems-items-item img {
    width: 155px;
    height: 130px;
    flex-shrink: 0;
}


.about__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about__item-car {
    padding: 20px 30px;
    height: 211px;
    border-radius: 15px;
    background-image: url("/partner/proektirovshchikam/../img/fon-car.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 20px / 2 * 1);
    position: relative;
}

.about__item-car-img {
    position: absolute;
    right: 10px;
    bottom: 0;
    max-width: 388px;
}

.about__item-car h3 {
    color: var(--color-3A3A3A);
    width: 83%;
}

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

.about__item-RD-banner {
    background-image: url("/partner/proektirovshchikam/../img/fon-R&D.jpg");
    padding: 20px 30px 20px 106px;
    height: 211px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 20px / 2 * 1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}

.about-other__left-top .about__item-RD-banner {
    display: none;
}

.about__item .about-other__right {
    display: none;
}

@media (max-width: 746px) {
    .about-other__left-top .about__item-RD-banner {
        display: flex;
        width: 100%;
    }

    .about__item .about__item-RD-banner {
        display: none;
    }

    .about__item .about-other__right {
        display: flex;
        flex: 50%;
        height: 285px;
        width: calc(50% - 20px / 2 * 1);
    }
}

.about__item-RD-banner h3 {
    color: var(--color-ffffff);
    width: 83%;
}

.about__item-RD-banner p, .about__item-RD-banner div {
    color: var(--color-ffffff);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.about__item-RD-banner div {
    color: var(--color-3A3A3A);
    border-radius: 10px;
    background: var(--color-ffffff);
    padding: 8px 15px;
    margin-bottom: 0;
}

.about__cooperation {
    border-radius: 15px;
    padding: 35px 30px 31px 30px;
    background-image: url("/partner/proektirovshchikam/../img/Cooperation.jpg");
    background-size: cover;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding-left: 668px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position-x: center;
    gap: 25px;
}


.about__cooperation p {
    color: var(--color-707070);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;

}

.about__cooperation .default__btn {
    width: 154px;
    height: 43px;
}

@media (max-width: 1200px) {
    .about-other {
        display: grid;
        gap: 20px;
        grid-template-columns: 100%;
        grid-template-areas:
        "A"
        "D"
         "B";
    }


    .about__systems {
        flex-direction: column;
    }

    .about__systems-block {
        width: 100%;
    }

    .about__systems-items {
        width: 100%;
    }

    .about__systems-items a {
        width: calc(25% - 20px / 4 * 3);
    }

    .about__systems-items a:last-child {
        display: block;
    }

    .about__item-car, .about__item-RD-banner {
        height: 243px;
    }

    .about__item-car h3 {
        width: 100%;
    }

    .about__cooperation {

        padding-left: 510px;
        background-position-x: center;
    }
}

@media (max-width: 902px) {
    .about-other__left-bottom {
        flex-wrap: wrap;
    }

    .about-other__left-bottom-item {
        padding: 15px;
    }

    .about__systems-items {
        width: 100%;
    }

    .about__item-car, .about__item-RD-banner {
        height: 233px;
    }

    .about__item-car {
        padding: 15px;
    }

    .about__item-car-img {
        max-width: 300px;
    }

    .about__item-RD-banner {
        padding: 10px 10px 10px 28px;
    }

    .about__cooperation {
        padding-left: 373px;
    }
}

@media (max-width: 746px) {
    .about__title {
        font-size: 28px;
    }

    .about-other__left-top {
        gap: 15px;
    }


    .about-other__left-top-item {
        padding: 15px;
        gap: 15px;
        justify-content: space-between;
        width: calc(50% - 15px / 2 * 1);
    }

    .about-other__left-top-item ul:nth-child(3) {
        display: block;
    }

    .about-other__left-top-item ul:nth-child(2) {
        display: none;
    }

    .about-other__left-top-item ul li {
        margin-bottom: 15px;

    }


    .about-other__right {
        gap: 10px;
        padding: 15px;

    }

    .about-other .about-other__right {
        display: none;
    }

    .about-other__left-bottom-item {
        width: calc(50% - 20px / 2 * 1);
    }

    .about__systems-block {
        padding: 15px;
    }


    .about__systems-block-info h3 span {
        width: 288px;
    }

    .about__systems-items {
        flex-wrap: wrap;
    }

    .about__systems-items a {
        width: calc(50% - 20px / 2 * 1);
    }

    .about__item-car {
        height: 285px;
    }

    .about__item-RD-banner {
        padding: 15px;
        gap: 8px;
    }

    .about__item-RD-banner h3 {
        font-size: 24px;
    }

    .about__item-RD-banner div {
        font-size: 14px;
    }

    .about__cooperation {
        border-radius: 15px;
        padding: 15px;
        background-image: url(/partner/proektirovshchikam/../img/Cooperation-mobile.jpg);
        padding-left: 10px;
        background-position-x: right;
    }


    .about__cooperation p {
        padding-right: 180px;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .about-other {
        gap: 8px;
    }

    .about__items {
        gap: 15px;
    }

    .about__item {
        gap: 15px;
    }

    .about__systems {
        gap: 15px;
    }

    .about-other__left-bottom {
        gap: 15px;
    }

    .about-other__left-top-item p {
        font-size: 12px;
    }

    .about-other__left-top-item .default__btn {
        font-size: 14px;
        width: 123px;
        height: 29px;
        padding: 0 6px;
    }

    .about-other__left-top-item ul {
        margin: 0;
    }

    .about-other__left-top-item ul li {
        margin-bottom: 0;
    }

    .about-other__left-top-item ul a {
        font-size: 12px;
    }

    .about-other__right h3 {
        width: 80%;
    }

    .about-other__right p {
        font-size: 12px;

    }

    .about-other__right .default__btn {
        width: 266px;
        height: 30px;
        padding: 0 6px;
        font-size: 14px;
    }


    .about-other__left-bottom-item h6 {
        font-size: 14px;
    }

    .about-other__left-bottom-item img {
        width: 113px;
        height: 95px;
        flex-shrink: 0;
    }

    .about__systems-block {
        height: 179px;
    }

    .about__systems-block-info h3 span {
        max-width: 212px;
    }

    .about__systems-block-info p {
        font-size: 12px;
        width: 70%;
    }

    .about__systems-items {
        gap: 15px;
    }

    .about__systems-items-item {
        height: 169px;
    }

    .about__systems-items-item img {
        width: 113px;
        height: 95px;
        flex-shrink: 0;
    }

    .about__item {
        flex-direction: column;
    }

    .about__item-car, .about__item-RD-banner {
        width: 100%;
        height: 152px;
    }

    .about__item .about-other__right {
        width: 100%;
        height: 152px;
    }

    .about__item-car h3 {
        width: 80%;
    }

    .about__item-car-img {
        max-width: 100%;
        height: 102px;
        padding-right: 20px;
    }

    .about__item-RD-banner h3 {
        font-size: 18px;
    }

    .about__item-RD-banner p, .about__item-RD-banner div {
        font-size: 12px;
    }


    .about__cooperation p {
        padding-right: 122px;
        font-size: 12px;
    }

    .about__cooperation .default__btn {
        width: 128px;
        height: 29px;
        font-size: 14px;
    }
}


/*.О нас*/

/* End */
/* /partner/proektirovshchikam/style.css?174065187326040 */
