

/* Start:/partner/person/style.css?178964728543516*/
:root {
    --color-3A3A3A: #3A3A3A;
    --color-707070: #707070;
    --color-d9d9d9: #d9d9d9;
    --color-0071CE: #0071CE;
    --color-2AB0E4: #2AB0E4;
    --color-92D7FF: #92D7FF;
    --color-5F86C1: #5F86C1;
    --color-B0B0B0: #B0B0B0;
    --color-BCBCBC: #BCBCBC;
    /*новый*/
    --color-E21B3C: #E21B3C;
    --color-FF532F: #FF532F;

    /*hover*/
    --color-FF2C4F: #FF2C4F;
    /*старый*/
    --color-C8102E: #C8102E;
    --color-ffffff: #ffffff;
    --color-D3D3D3: #D3D3D3;
    --color-F5F5F5: #F5F5F5;
    --color-2B5A74: #2B5A74;
    --color-B6D6F3: #B6D6F3;
    --color-EDEDED: #EDEDED;
    --color-929292: #929292;
    --color-dddddd: #dddddd;
    --color-F4A3B0: #F4A3B0;
    --color-D76F17: #D76F17;
    --color-FFFCF9: #FFFCF9;
    --color-FFF9F9: #FFF9F9;
    --color-204904-g: #204904-g;
    --color-3EBDC5: #3EBDC5;
    --color-FFF3F3: #FFF3F3;
    --color-0CB94C: #0CB94C;


    --es-default: #E21B3C;
    --es-white: #FFFFFF;
    --es-gray-96: #f5f5f5;
    --es-gray-83: #D3D3D3;
    --es-gray-44: #707070;
    --es-gray-23: #3a3a3a;
    --es-red-98: #FFF3F3;
    --es-red-59: #FF2C4F;
    --es-green-50: #3DC3A0;

}


* {
    box-sizing: border-box;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 999;
}

#modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    margin: 60px;
    height: 90%;
}

#modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#modal-container.one.out > .modal-background > button {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}


.popup_person {
    display: none;
    position: fixed;
    top: 5%;
    left: 9%;
    width: 80%;
    height: 90%;
    background-color: white;
    z-index: 9999;
    bottom: 9%;
    border-radius: 10px;
    overflow: hidden;
}

.modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

#popupdarkbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .75);
    display: none;
    z-index: 999;
}


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


@media (max-width: 600px) {
    .grid-block {
        min-height: 10vh !important;
    }
}

@media (max-width: 450px) {
    .grid-gellary {
        grid-template-columns: repeat(4, 1fr) !important;
        max-height: 38vh !important;
    }

    .grid-blocks:nth-child(1) {
        grid-row: 1 / 2 !important;
    }

    .grid-blocks:nth-child(8) {
        display: none !important;
    }

    .grid-blocks:nth-child(10) {
        grid-column: 3/5 !important;
    }
}


/*.b-2*/
.attention-wrap {
    color: var(--color-E21B3C);
}

.p-s__title-size {
    color: #3A3A3A;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 48px;
    font-style: normal;

    line-height: 1.2;
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .p-s__title-size {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 20px;
    }
}

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


.p-s__subtitle-size {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 36px;
    font-style: normal;

    line-height: 1.2;
    margin-bottom: 40px;
}


@media (max-width: 800px) {
    .p-s__subtitle-size {
        font-size: 28px;
        margin: 20px;
    }
}

@media (max-width: 500px) {
    .p-s__subtitle-size {
        font-size: 24px;
    }
}

/*.Кастом*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

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


.product-selection-wrap__domostr {
    position: initial !important;
}

.product-selection-wrap__col-domostr:hover {
    transform: none !important;
    box-shadow: none !important;
}

.product-selection-wrap__col-domostr:hover .product-selection-wrap__name {
    opacity: 1 !important;
}

.product-selection__navigation {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display:none;
}

@media (max-width: 900px) {
    .product-selection__navigation {
        margin: 0 0 10px;
    }
}

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


.product-selection__navigation__img {
    margin: 0 auto;
    aspect-ratio: 16/6;
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    /*max-width: 1920px;*/
    /*position: absolute;*/
    left: 0;
    right: 0;
    z-index: 1;
    position: relative;
    object-position: right;
}

.product-selection__accordion {
    background: hsla(0, 0%, 100%, .9);
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 320px;
    padding: 15px;
}


.product-selection__tovar-img {
    width: 120px;
    height: auto;
}

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

.otzivy__bubble-tail {
    width: 0;
    height: 0;
    border: 12px solid;
    opacity: 1;
    border-color: #ffffff transparent transparent #ffffff;
    position: relative;
    left: 6%;
    transform: translateY(6px) rotate(-226deg);
    top: -4px;
}


.product-selection__tovar {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: right .3s .3s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: hsla(0, 0%, 100%, .5);
    /*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);
    border-radius: 10px;
    padding: 15px;
    max-width: 500px;
}

#key-5 > .product-selection__tovar-img {
    width: 100%;
}

.product-selection__tovar.active {
    right: 2%;
    transition: right 1s;
    z-index: 3;
}

.product-selection__tovar-text {
    font-size: 14px;
    color: #3A3A3A;

}

.product-selection__tovar-text p {
    line-height: 1.5;
    color: #3a3a3a !important;

}

.product-selection__tovar-text span {
    color: #C8102E;

}


.product-selection__tovar > .button {
    margin-top: 20px;
    border-top: 1px solid #ffffff;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;

    text-transform: uppercase;
}

.product-selection__tovar > .button > a {
    background: #C8102E;
    color: #fff;

    padding: 8px 35px;
    border-radius: 5px;
    font-size: 14px;
}

.product-selection__tovar > .button > a:hover {
    background-color: #E21B3C;
    color: #FFF !important;
}


/*!*Кнопка*!*/
.product-selection__navigation__points {
    position: absolute;
    z-index: 3;
    aspect-ratio: 16/6;
    /*max-width: 1920px;*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    /*height: 100%;*/
}

.points__btn-person {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #C8102E;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
}


.points__btn-person:hover {
    cursor: pointer;
    background: red;
    transition: .3s;
}

.points__btn-person:nth-child(1) {
    position: absolute;
    left: 61%;
    top: 38%;
}

.points__btn-person:nth-child(2) {
    position: absolute;
    left: 70%;
    top: 84%;
}

.points__btn-person:nth-child(3) {
    position: absolute;
    left: 29%;
    top: 44%;
}

.points__btn-person:nth-child(4) {
    position: absolute;
    left: 37%;
    top: 30%;
}

.points__btn-person:nth-child(5) {
    position: absolute;
    left: 39%;
    bottom: 17%;
}

.points__btn-person:nth-child(6) {
    position: absolute;
    left: 21%;
    bottom: 54%;
}

.points__btn-person:nth-child(7) {
    position: absolute;
    left: 32%;
    bottom: 45%;
}

.points__btn-person:nth-child(8) {
    position: absolute;
    left: 45%;
    bottom: 34%;
}

.points__btn-person:nth-child(9) {
    position: absolute;
    left: 75%;
    top: 16%;
}

@media (max-width: 1366px) {
    .product-selection__navigation__img {
        aspect-ratio: 16 / 9;
        object-position: center;
    }

    .product-selection__navigation__points {
        aspect-ratio: 16 / 9;
    }

    .points__btn-person:nth-child(1) {
        position: absolute;
        left: 74%;
        top: 38%;
    }

    .points__btn-person:nth-child(2) {
        position: absolute;
        left: 80%;
        top: 84%;
    }

    .points__btn-person:nth-child(3) {
        position: absolute;
        left: 25%;
        top: 48%;
    }

    .points__btn-person:nth-child(4) {
        position: absolute;
        left: 37%;
        top: 39%;
    }

    .points__btn-person:nth-child(5) {
        position: absolute;
        left: 39%;
        bottom: 17%;
    }

    .points__btn-person:nth-child(6) {
        position: absolute;
        left: 12%;
        bottom: 54%;
    }

    .points__btn-person:nth-child(7) {
        position: absolute;
        left: 34%;
        bottom: 47%;
    }

    .points__btn-person:nth-child(8) {
        position: absolute;
        left: 45%;
        bottom: 34%;
    }

    .points__btn-person:nth-child(9) {
        position: absolute;
        left: 79%;
        top: 5%;
    }

    .product-selection__tovar {
        height: 203px;
        left: -100%;
        top: 0;
        z-index: 1;
        transition: left .3s .3s;
        max-width: 100%;
        flex-direction: unset;
        gap: 0 20px;
        flex-wrap: wrap;
        align-items: center;
        border-radius: unset;
    }

    .product-selection__tovar.active {
        left: 0;
        transition: left 1s;
    }

    .product-selection__tovar-img {
        width: 90px;
        height: 118px;
    }

    .product-selection__tovar-text {
        flex: 1 1 70%;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-selection__tovar > .button {
        flex: 100%;
    }

    #key-5 > .product-selection__tovar-img {
        flex: 28%;
    }

    .product-selection__tovar-text p {
        margin: 0;
        line-height: 1.5;
    }
}

@media (max-width: 900px) {

    .product-selection__tovar {

        max-width: 100%;
        background: #fff;
        opacity: 1;
        box-shadow: 0 14px 80px rgba(43, 45, 52, .12);
        display: none;
        position: unset;
        height: 100%;
    }

    .product-selection__tovar.active {
        display: flex;
        justify-content: flex-start;
    }

    .product-selection__tovar-img {
        width: auto;
        height: 140px;
    }

    .product-selection__tovar-text {
        color: #3A3A3A !important;
        margin: 0;
    }

    .product-selection__tovar > .button {
        border-top: 1px solid #3A3A3A;
        text-align: right;
        text-transform: unset;
    }
}


.points__btn-person::before {
    display: block;
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    content: '';
    animation: pulse 1s infinite;
    padding: 17px;
    top: -15px;
    left: -15px;

}

.points__btn-person:hover::before {
    animation: none;
    opacity: .9;
    transform: scale(1.3);
    background: rgba(255, 255, 255, 0.21);
}

.points__btn-person.active {
    background: #028877;
    /*box-shadow: 0 0 0 16px #ffffffa1;*/
}

.points__btn-person.active:before {
    animation: blastOut 1s;
    background: #ffffff;
    width: 50px;
    height: 50px;
    opacity: .8;
    top: -15px;
    left: -15px;
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes blastOut {
    from {
        transform: scale(0.9);
        opacity: .4;
    }
    to {
        transform: scale(10);
        opacity: 0;
    }
}

@media (max-width: 750px) {
    .points__btn-person.active:before {
        width: 35px;
        height: 35px;
        top: -12px;
        left: -12px;
    }
}

@media (max-width: 600px) {
    .points__btn-person::before {
        width: 25px;
        height: 25px;
        padding: 10px;
        top: -7px;
        left: -7px;
    }

    #modal-container.one .modal-background .modal {
        margin: 0;
        height: 100%;
    }
}

/*.Кнопка*/


/*Выносная линия*/
.points__btn-person {
    /*border-bottom: 1px dotted #0077AA;*/
    /*cursor: help;*/
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.points__btn-person::after {
    background: rgba(87, 87, 87, 0.50);
    backdrop-filter: blur(21.5px);
    border-radius: 8px 8px 8px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
    left: 12px;
    bottom: 20px;
    opacity: 0; /* Наш элемент прозрачен... */
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; /* ...и скрыт. */
    transition: all 0.4s ease-in-out; /* Добавить плавности по вкусу */
    min-width: 260px;
    line-height: 2;
    z-index: 1;
}

.points__btn-person.active::after {
    content: attr(data-tooltip); /* Главная часть кода, определяющая содержимое всплывающей подсказки */
    opacity: 1;
    visibility: unset;
}

/*.points__btn-person:hover::after {*/
/*    opacity: 1; !* Показываем его *!*/
/*    visibility: visible;*/
/*}*/

.bubble {
    position: relative; /* относительное позиционирование */
    width: 240px; /* ширина блока */
    text-align: center;
    line-height: 1.4em;
    margin: 0; /* отступ между блоками */
    color: var(--color-ffffff);
    border-radius: 10px;
    font-family: sans-serif;
    padding: 20px; /* поле между текстом и рамкой */
    font-size: 14px;
    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);
    bottom: 110px;
    left: -28px;
}

.bubble:before,
.bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.speech:before {
    left: 30px;
    bottom: -50px;
    border: 1px solid;
    /*border-color: #960ccc transparent transparent #960ccc;*/
    border-color: rgb(87 87 87 / 67%) transparent transparent rgb(87 87 87 / 67%);
}

.speech:after {
    left: 38px;
    bottom: -30px;
    border: 15px solid;
    border-color: rgb(87 87 87 / 67%) transparent transparent rgb(87 87 87 / 67%);
}


/*.Выносная линия*/

/*Качественная гидроизоляция - цель Elastomeric Systems*/
.product-selection-uk {
    margin-top: 60px;
}

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


.p-s__subtitle-size {
    color: var(--color-3A3A3A);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 36px;
    font-style: normal;

    line-height: 1.2;
    margin-bottom: 40px !important;
}

@media (max-width: 800px) {
    .p-s__subtitle-size {
        font-size: 28px;
        margin-bottom: 20px !important;
    }
}

.person__header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top:60px;
}
@media (max-width: 765px) {
    .person__header {
        margin-top:30px;
    }
}

.person__header-title {
    width: 87%;
}

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

    .person__header-info {
        order: 2;
    }
}

@media (max-width: 700px) {
    .person__header-title {
        width: 100%
    }
}


.person__header-subtitle {
    color: var(--color-707070);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
}

.person__header img {
    max-width: 423px;
    width: 100%;
    height: 292px;
    object-fit: contain;
    flex: 0 0 423px;
    mix-blend-mode: darken;
}

@media (max-width: 1100px) {
    .person__header img {
        flex: unset;
        max-width: 289px;
        height: 100%;
    }
}
@media (max-width: 1100px) {
    .person__header img {
     display:none;
    }
}

/*Защитите свой дом от влаги, разрушений*/

.protection-home__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
}

@media (max-width: 1100px) {
    .protection-home__items {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .protection-home__items {
        gap: 40px;
    }
}

.protection-home__items:nth-child(2) {
    margin-bottom: 40px;
}

.protection-home__items:last-child .protection-home__item-block img:last-child {
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1100px) {
    .protection-home__item {
        width: 100%;
    }
}

.protection-home__item:nth-child(2) .protection-home__item-block img:last-child {
    /*max-width: 201px;*/
    /*width: 100%;*/
    flex: 1 1 50%;
}

.protection-home__item-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 650px) {
    .protection-home__item-info {
        align-items: flex-start;
    }
}

.protection-home__item-number {
    color: var(--color-ffffff);
    text-align: justify;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;

    line-height: normal;
    border-radius: 5px;
    background: var(--color-E21B3C);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 13px;
}

.protection-home__item-title {
    color: var(--color-3A3A3A);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;

    line-height: normal;
    margin-bottom: 8px;
}

@media (max-width: 650px) {
    .protection-home__item-title {
        font-size: 22px;
    }
}

.protection-home__item-subtitle {
    color: var(--color-707070);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
}

.protection-home__item-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 650px) {
    .protection-home__item-blocks {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.protection-home__item-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 22px;
    background: var(--color-F5F5F5);
    padding: 15px;
}

@media (max-width: 1100px) {
    .protection-home__item-block {
        width: 100%;
    }
}

.protection-home__item-block img {
    /*min-width: 156px;*/
    height: 152px;
    border-radius: 22px;
    object-fit: cover;
    overflow: hidden;
    flex: 1 1 50%;
}

@media (max-width: 650px) {
    .protection-home__item-block img {
        width: 100%;
    }

    .protection-home__item-block img:nth-child(3) {
        display: none;
    }
}

.protection-home__item-block img:first-child {
    max-width: 143px;
    width: 100%;
    height: 152px;
    object-fit: contain;
    flex: 0 0 auto;
}

/*.Защитите свой дом от влаги, разрушений*/
.person__advantages-blocks {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.person__advantages-block {
    display: flex;
    gap: 20px;
}

@media (max-width: 1100px) {
    .person__advantages-blocks {
        gap: 15px;
    }

    .person__advantages-block {
        flex-wrap: wrap;
        gap: 15px;
    }

}

.person__advantages-item {
    padding: 20px;
    border-radius: 15px;
    gap: 20px;
    position: relative;
    height: 156px;
    background: var(--color-ffffff);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 276px;
}

@media (max-width: 1100px) {
    .person__advantages-item {
        width: calc(50% - 15px / 2 * 1);
    }
}

@media (max-width: 700px) {
    .person__advantages-item {
        gap: 5px;
        padding: 15px;
    }
}

@media (max-width: 500px) {
    .person__advantages-item {
        height: 118px;
    }
}

.person__advantages-item.active {
    flex-grow: 1;
    justify-content: center;
}

@media (max-width: 500px) {
    .person__advantages-item.active {
        justify-content: unset;
    }
}

.person__advantages-item.active .person__advantages-item-icon {
    display: none;
}

@media (max-width: 500px) {
    .person__advantages-item.active .person__advantages-item-icon {
        display: block;
    }
}

.person__advantages-item.active .person__advantages-item-arrow {
    transform: rotate(40deg);
}

.person__advantages-item.active .person__advantages-item-name {
    font-size: 24px;

}

@media (max-width: 700px) {
    .person__advantages-item.active .person__advantages-item-name {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .person__advantages-item.active .person__advantages-item-name {
        font-size: 16px;
    }
}

.person__advantages-item-text {
    display: none;
}

.person__advantages-item.active .person__advantages-item-text {
    display: -webkit-box;
}

@media (max-width: 700px) {
    .person__advantages-item.active .person__advantages-item-text {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .person__advantages-item.active .person__advantages-item-text {
        display: none;
    }
}

.person__advantages-item-arrow {
    border-radius: 50%;
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .person__advantages-item-arrow {
        display: none;
    }
}

.person__advantages-item-icon img {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    object-fit: contain;
}

.person__advantages-item-name {
    color: var(--color-3A3A3A);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;

    line-height: normal;
}

@media (max-width: 500px) {
    .person__advantages-item-name {
        font-size: 16px;
    }
}

.person__advantages-item-text {
    color: var(--color-707070);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;

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


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

/*Покупайте нашу продукцию*/
.marketplace h2 {
    text-align: center;
}
.marketplace > p {
    color: var(--color-707070);
    text-align: center;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
    margin-bottom: 50px;
}

.marketplace__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

}

.marketplace__items-item {
    width: 65px;
    height: 65px;
}
.marketplace__items-item:first-child {
    width: 121px;
    height: 65px;
}

.marketplace__items-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

@media (max-width: 700px) {
    .marketplace__items {
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .marketplace h2 {
        text-align: left;
    }

    .marketplace p {
        font-size: 14px;
        text-align: left;
    }

    .marketplace__items {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .marketplace__items-item {
        width: calc(25% - 10px / 4 * 3);
        height: auto;
    }
    .marketplace__items-item:first-child {
        width: calc(25% - 10px / 4 * 3);
        height: auto;
    }
}


/*.Покупайте нашу продукцию*/
/*Галерея объектов*/
/*Castom*/
.es-wrap__heading {
    display: block !important;
}

.es-wrap__heading--p {
    padding: 0 0 40px 15px !important;
}

.es-wrap__h {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}


.es-wrap-h__btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #707070;

}

.es-wrap-h__btn svg {
    fill: none;
    width: 6px;
    max-height: 33px;
    stroke: #707070;
}

.es-wrap-h__btn:hover span {
    color: #E21B3C !important;
}

.es-wrap-h__btn:hover svg {
    stroke: #E21B3C !important;
}

/*.Castom*/
.brand-products__gellary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px;
    max-height: 400px;
}

.brand-products__gellary-img {
    height: 100%;
}

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

.brand-products__gellary-b {
    position: relative;
    border-radius: 10px;
    overflow: hidden;

}


.brand-products__gellary-b.active .brand-products__gellary-img:before {
    content: '';
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.00) 32.22%, rgba(0, 0, 0, 0.50) 69.43%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 48.37%, rgba(0, 0, 0, 0.50) 85.07%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.brand-products__gellary-b:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1;

}

.brand-products__gellary-b:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2;
}

.brand-products__gellary-b:nth-child(3) {
    grid-row: 1 / 3;
    grid-column: 3;
}

.brand-products__gellary-b:nth-child(4) {
    grid-row: 1;
    grid-column: 4;
}

.brand-products__gellary-b:nth-child(5) {
    grid-row: 2;
    grid-column: 4;
    background: #ffffff;
}


.brand-products__gellary-b9 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.brand-products__gellary-razdel {
    color: #3A3A3A;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;

    line-height: normal;
    width: 60%;
    margin: 20px;
}

.brand-products__gellary-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 20px;
    opacity: 0;
}


.brand-products__gellary-info {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;

    line-height: normal;
}

.brand-products__gellary-name {
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}

.brand-products__gellary-city {
    margin-top: 15px;
    font-size: 16px;

}

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

.brand-products__gellary-b > .product-selection__btn {
    bottom: 0;
    top: unset;
}

.brand-products__gellary-b9 > .product-selection__btn {
    bottom: 0;
    top: unset;
}


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

.brand-products__gellary-b.active .brand-products__gellary-info {
    opacity: 1;
    transition: 1s;
}

@media (max-width: 800px) {
    .brand-products__gellary {
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;

    }

    .brand-products__gellary-b {
        width: calc(50% - (10px / 2 * 1));
        height: 200px;

    }

    .brand-products__gellary-b:nth-child(5) {
        grid-row: 3;
        grid-column: 1 / 3;
        display: none;
    }

    .brand-products__gellary-b:nth-child(7) {
        background: #ffffff;
    }
}

@media (max-width: 800px) {
    .brand-products__gellary-name {
        font-size: 16px;
    }

    .brand-products__gellary-city {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .brand-products__gellary-info {
        opacity: 1;
        margin: 10px;
        width: 90%;
    }

    .brand-products__gellary-img:before {
        content: '';
        background: linear-gradient(178deg, rgba(0, 0, 0, 0.00) 32.22%, rgba(0, 0, 0, 0.50) 69.43%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 48.37%, rgba(0, 0, 0, 0.50) 85.07%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .product-selection__btn {
        display: none;
    }

    .brand-products__gellary-city {
        display: none;
    }
}

/*.Галерея объектов*/


/*О нас*/
.about{
    margin-bottom:0;
}

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

    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;

}

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

.about-other__left-top-item ul span {
    line-height: normal;

}

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

    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/person/../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;

    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/person/../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;
    gap: 15px;
    padding: 12px;
    margin-top: 8px;
    width: 354px;
}

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

    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;

    padding-bottom: 0;
    margin: 0;
}

.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/person/../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/person/../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;

    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/person/../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;


}

.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 {
        font-size: 24px;
    }

    .about__systems-block-info h3 span {
        font-size: 24px;
        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/person/../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 {
        font-size: 18px;
        width: 202px;
        height: 25px;
    }

    .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/person/style.css?178964728543516 */
