

/* Start:/local/templates/general/components/bitrix/catalog.section.list/main.list/style.css?163100376716136*/
@media (max-width: 767.98px) {
    .catalog {
        padding-top: 30px;
    }
}
.catalog__categories {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog__categories li {
    margin: 0 50px 50px 0;
    display: block;
}
.catalog__categories li:last-of-type {
    margin: 0;
}
.catalog__categories-item {
    display: block;
    position: relative;
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}
.catalog__categories-item:hover {
    color: #4f4f4f;
}
.catalog__categories-item::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ad0113;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.catalog__categories-button {
    width: 265px;
}
@media (max-width: 767.98px) {
    .catalog__categories {
        display: none;
    }
}
.catalog__category {
    margin: 150px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.catalog__category:first-of-type {
    margin-top: 100px;
}
@media (max-width: 575.98px) {
    .catalog__category {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .catalog__category {
        margin-top: 70px;
    }
}
.catalog__category::before {
    content: attr(data-name);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    left: 15px;
    top: -35px;
    color: #4f4f4f;
}
.catalog__category_subcat::before {
    top: -80px;
}
@media (max-width: 767.98px) {
    .catalog__category_subcat::before {
        top: -22px;
        left: 30px;
    }
}
@media (max-width: 575.98px) {
    .catalog__category_subcat::before {
        left: 15px;
    }
}
.catalog__category-item {
    margin: 0 15px 30px;
    padding: 20px;
    width: 165px;
    height: 170px;
    background-color: #eff3f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .catalog__category-item {
        width: 162px;
    }
}
@media (max-width: 767.98px) {
    .catalog__category-item {
        width: 27%;
    }
}
@media (max-width: 575.98px) {
    .catalog__category-item {
        margin: 0 3% 4%;
        width: calc(50% - 30px);
    }
}
.catalog__category-item_big {
    width: 340px;
}
@media (max-width: 767.98px) {
    .catalog__category-item_big {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.catalog__category-item-name {
    margin-top: 10px;
    color: #949494;
}
.catalog__category-item-name_parted {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog__category-item-name_parted::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 21px;
    background-color: #c4c4c4;
}
.catalog__category-item_part-name {
    display: block;
    padding: 0 20px;
    text-align: center;
}
.catalog__category-item-price {
    margin-top: 10px;
    color: #f00;
}
@media (min-width: 992px) {
    .catalog__category-item-name,
    .catalog__category-item-price {
        font-size: 15px;
    }
}
.catalog__subcategory {
    margin: 80px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 767.98px) {
    .catalog__subcategory {
        width: calc(100% + 30px);
    }
}
@media (max-width: 575.98px) {
    .catalog__subcategory {
        margin: 80px 0 0;
    }
}
.catalog__subcategory::before {
    content: attr(data-name);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    left: 15px;
    top: -38px;
    color: #4f4f4f;
}
.catalog__solutions {
    margin: 30px -30px -30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog__solutions-item {
    margin: 0 30px 30px 0;
    padding: 20px;
    width: 262px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c4c4c4 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
@media (max-width: 991.98px) {
    .catalog__solutions-item {
        width: 210px;
    }
}
@media (max-width: 767.98px) {
    .catalog__solutions-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}
.catalog__solutions-item:hover .catalog__solutions_hidden {
    opacity: 1;
    pointer-events: unset;
}
@media (max-width: 767.98px) {
    .catalog__solutions-item:hover .catalog__solutions_hidden {
        opacity: 0;
        pointer-events: none;
    }
}
@media (max-width: 767.98px) {
    .catalog__solutions-pic {
        margin-right: 30px;
    }
}
.catalog__solutions-pic img {
    width: 100%;
}
.catalog__solutions-name {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #ad0113;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
}
@media (max-width: 991.98px) {
    .catalog__solutions-name {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .catalog__solutions-name {
        margin: 0 30px 0 0;
    }
}
@media (max-width: 767.98px) {
    .catalog__solutions-name {
        margin-right: 10px;
    }
}
.catalog__solutions-name::before {
    content: "";
    position: static;
    margin-right: 15px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px 15px 0 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMC4wMDAzMjUyODIgNS44MjgxOGUtMDdMNC43NjIyMyA1TDAuMDAwMzI2MTU3IDEwTDEuOTA1MDkgMTBMNi42NjY5OSA1TDEuOTA1MDkgNC4xNjI5OWUtMDdMMC4wMDAzMjUyODIgNS44MjgxOGUtMDdaIiBmaWxsPSIjQUQwMTEzIi8+DQo8L3N2Zz4NCg==") 50% 50% / contain no-repeat;
    height: 10px;
    width: 7px;
}
@media (max-width: 991.98px) {
    .catalog__solutions-name::before {
        margin: 5px 0 0 0;
    }
}
@media (max-width: 767.98px) {
    .catalog__solutions-name::before {
        margin: 5px 13px 0 0;
    }
}
.catalog__solutions_hidden {
    padding: 30px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.catalog__solutions-cta {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.catalog__solutions-button {
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    color: red;
    line-height: 42px;
}
.catalog__solutions-button:hover {
    color: red;
}
.catalog__solutions-button::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0iI0ZGMDAwMCIvPg0KPC9zdmc+DQo=");
}
.catalog__drop-down {
    position: relative;
    display: none;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
@media (max-width: 767.98px) {
    .catalog__drop-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.catalog__fix {
    padding: 0 30px;
    width: 100%;
    height: 22px;
    cursor: pointer;
    position: relative;
}
.catalog__fix::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ad0113;
}
.catalog__fix-inner {
    line-height: 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4f4f4f;
}
.catalog__fix-inner::after {
    content: "";
    margin: 3px 0 0 15px;
    position: static;
    display: block;
    width: 7px;
    height: 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0iI0ZGMDAwMCIvPg0KPC9zdmc+DQo=") 50% 50% / contain no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.catalog__drop-down-box {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: 9;
    border-top: none;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.catalog__drop-down-menu {
    padding: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
@media (max-width: 575.98px) {
    .catalog__drop-down-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.catalog__drop-down-item {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}
.catalog__drop-down-item:hover {
    color: #4f4f4f;
}
@media (max-width: 575.98px) {
    .catalog__drop-down-item {
        font-size: 14px;
    }
}
.catalog__find-button {
    margin-top: 40px;
}
.catalog__fix_open .catalog__fix-inner:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.catalog__category {
    margin-top: 30px;
}
.catalog__subcategory {
    margin: 30px -30px 0 0;
}
.catalog__category-item {
    margin: 0 30px 30px 0;
    justify-content: space-between;
    min-height: 170px;
}
.catalog__category-item-pic {
    margin: auto;
}
.catalog-section__title-l2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #4f4f4f;
    width: 100%;
    margin-bottom: 15px;
}
.catalog-section__title-l2 + .catalog__subcategory {
    margin-top: 15px;
}
.catalog-section__title-l3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #4f4f4f;
    width: 100%;
    margin-bottom: 15px;
}
.catalog-section__title-l2:hover,
.catalog-section__title-l3:hover {
    text-decoration: underline;
    color: #4f4f4f;
}
.catalog__category-item-name {
    text-align: center;
}
.catalog__category-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 80px;
}

@media all and (min-width: 768px) {
    .catalog__categories li {
        margin: 0 50px 24px 0;
    }
    .catalog__categories-item {
        font-weight: 400;
        font-size: 18px;
    }
    .catalog__categories-item::after {
        bottom: -4px;
    }
}

a.button {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.button:hover {
    color: #eee;
}

.catalog__download-button {
    background: #fff!important;
    border: 2px solid red!important;
    color: red!important;
    padding-left: 0!important;
    width: 100%;
    margin-top: 20px;
}
.catalog__download-button::before {
    display: none;
}
.catalog_download__section {
    padding: 50px 0 100px;
}
.catalog-download__wrapper {
    align-items: center;
    background: #eff3f8;
    padding: 15px;
    cursor: pointer;
    border: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 104px;
}
.catalog-sections-elem__title {
    font-size: 16px;
    font-weight: 700;
}
.catalog-download__wrapper .btn {
    display: none;
}


@media all and (min-width: 375.1px) {
    .catalog-sections-elem__title {
        font-size: 20px;
    }
}

@media all and (min-width: 768px) {
    .catalog__download-button {
        width: 208px;
        margin-top: 0;
    }
    .catalog-sections-elem__arrow {
        display: none;
    }
    .catalog-download__wrapper {
        padding: 15px 40% 15px 30px;
        display: flex;
        flex-direction: column;
        height: 170px;
        justify-content: center;
        align-items: flex-start;
        background: url(/images/jpg/index-catalog.jpg) no-repeat right center / cover;
    }
    .catalog-download__wrapper .btn {
        display: block;
        margin-top: 20px;
    }
    .catalog-download__wrapper .btn::before {
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    }
}

@media all and (min-width: 992px) {
    .catalog_download__section {
        padding-top: 25px;
    }
    .catalog-download__wrapper {
        padding-right: 55%;
        height: 185px;
    }
}
@media all and (min-width: 1200px) {
    .catalog-download__wrapper {
        padding-right: 65%;
        height: 200px;
    }
}


/* End */


/* Start:/local/templates/general/components/bitrix/catalog.section.list/index.solutions.2/style.css?16318765488171*/

.news-list-catalog {
    margin-bottom: 56px;
}
.news-list-catalog .title {
    margin-bottom: 26px;
}
.news-list-catalog-elem {
    display: block;
    padding: 20px;
    border: 1px solid #c4c4c4;
    height: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.news-list-catalog-elem_page {
    position: relative;
    padding: 0;
}
.news-list-catalog-elem_page .btn {
    position: absolute;
    z-index: 10;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem_page .btn {
        display: none;
    }
}
.news-list-catalog-elem__img {
    height: 170px;
    background: center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem__img {
        min-width: 80px;
        height: 100%;
        margin-right: 47px;
        margin-bottom: 0;
    }
}
.news-list-catalog-elem__img_page {
    height: 100%;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem__img_page {
        height: 100%;
        width: 100%;
        margin: 0;
    }
}
.news-list-catalog-elem__link {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #ad0113;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    max-width: 160px;
    margin: auto;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem__link {
        text-align: left;
        margin: 0;
        font-size: 16px;
    }
}
.news-list-catalog-elem__link:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMC4wMDAzMjUyODIgNS44MjgxOGUtMDdMNC43NjIyMyA1TDAuMDAwMzI2MTU3IDEwTDEuOTA1MDkgMTBMNi42NjY5OSA1TDEuOTA1MDkgNC4xNjI5OWUtMDdMMC4wMDAzMjUyODIgNS44MjgxOGUtMDdaIiBmaWxsPSIjQUQwMTEzIi8+DQo8L3N2Zz4NCg==");
    margin-left: -20px;
    top: 5px;
    position: absolute;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem__link:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.news-list-catalog-elem__link:hover {
    color: #ad0113;
}
.news-list-catalog-elem__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 86px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem__title {
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 50px;
        overflow: hidden;
    }
}
.news-list-catalog-elem__title:hover {
    color: #fff;
}
.news-list-catalog-elem__title:after {
    content: "";
    display: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    min-width: 8px;
    min-height: 12px;
    margin-left: 100px;
    background-size: contain;
}
@media (max-width: 767.98px) {
    .news-list-catalog-elem__title:after {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.solutions-bigbox {
    display: none;
}
.solutions__items-box {
    display: grid;
    grid-gap: 20px;
}
.solutions__item {
    display: flex;
    align-items: center;
}
.solutions__item-icon {
    flex: 0 0 27px;
    margin-right: 28px;
    text-align: center;
}
.solutions__item-title {
    font-weight: 700;
    cursor: default;
}
.solutions__item:hover .solutions__item-title {
    color: #ad0113;
    text-decoration: underline;
}
.solutions__items-box .btn {
    text-align: center;
}
.btn_arrow_white {
    position: relative;
    padding-left: 30px!important;
    text-align: center;
}
.btn_arrow_white::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K") no-repeat center;
}
.solutions-bigbox__img .bg-image {
    display: none;
}

@media all and (min-width: 768px) {
    .solutions__items-box {
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
    }
    .solutions__item-title {
        font-size: 18px;
        line-height: 1.2em;
    }
    .solutions-bigbox {
        margin-top: 20px;
        padding: 0 0 20px;
        border: 1px solid #c4c4c4;
        display: block;
    }
    .solutions_link {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 190px;
        align-items: center;
        grid-gap: 20px;
    }
    .solutions-bigbox__img {
        position: relative;
        padding-top: 48%;
        grid-column: 1/3;
        margin: -1px -1px 0;
    }
    .solutions-bigbox__img .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .solutions_link .btn {
        width: 190px;
        transform: translateX(-20px);
    }
    .solutions-bigbox__title {
        height: 100%;
        display: flex;
        align-items: center;
        color: #ad0113;
        font-weight: 700;
        font-size: 20px;
        padding-left: 20px;
    }
    .solutions-bigbox__img {
        position: relative;
    }
    .solutions-bigbox__img .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .solutions-bigbox__img .bg-image.active {
        display: block;
    }
    .solutions-bigbox__img .bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media all and (min-width: 992px) {
    .solutions__wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 30px;
    }
    .solutions__items-box {
        grid-template-columns: 1fr;
    }
    .solutions-bigbox {
        margin-top: 0;
    }
    .solutions-bigbox__img {
        padding-top: 55%;
    }
}

@media all and (min-width: 1200px) {
    .solutions-bigbox__img {
        padding-top: 48%;
    }
    .solutions__items-box {
        margin-bottom: -10px;
    }
}


/* End */
/* /local/templates/general/components/bitrix/catalog.section.list/main.list/style.css?163100376716136 */
/* /local/templates/general/components/bitrix/catalog.section.list/index.solutions.2/style.css?16318765488171 */
