

/* Start:/local/templates/general/components/bitrix/catalog.section.list/section.list/style.css?166063951048632*/
@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;
    display: flex!important;
    align-items: center;
    padding-left: 40px!important;
}
@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;
    }
}
.seria__intro-price {
    font-size: 35px;
    font-weight: 700;
    color: #f00;
    text-align: center;
    margin-top: 20px;
}
.seria__intro-price + .seria__intro-buttons {
    margin-top: 20px;
}

@media all and (min-width: 992px) {
    .seria__intro-price {
        text-align: left;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #d8d8d8;
    }
}
.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;
}

.h1-first-line,
.h1-second-line {
    display: block;
}
.h1-first-line {
    font-size: 24px;
}
.h1-second-line {
    font-size: 35px;
    line-height: 40px;
}
.title.section_title {
    margin: 20px 0;
}
.section_title .h1-first-line {
    font-size: 20px;
    margin-bottom: 5px;
}

.seria__preview {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 0 auto 0 1fr 0 1fr;
    grid-template-rows: 1fr auto 1fr 1fr;
    -ms-grid-columns: 45% 45px calc(55% - 45px);
    grid-template-columns: 45% calc(55% - 45px);
    gap: 0 45px;
    grid-template-areas: "slider title" "slider description" "slider  intro" "slider  intro";
}
@media (max-width: 991.98px) {
    .seria__preview {
        padding-top: 30px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "title" "description" "slider" "intro";
    }
    .seria__description {
        margin-top: 20px;
    }
}
.seria__description {
    color: #949494;
}

.seria__slider {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    padding: 50px 30px 0;
    grid-area: slider;
    min-height: 250px;
}
@media (max-width: 991.98px) {
    .seria__slider {
        margin: 0 0 30px 0;
        padding-top: 0;
    }
}
@media (max-width: 767.98px) {
    .seria__slider {
        padding: 0;
    }
}
.seria__slider-nav {
    margin: 30px auto 0;
    width: 100%;
    padding: 0 60px;
    height: 115px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.seria__slider-item img {
    width: 100%;
}
.seria__slider-item_for {
    padding: 25px 20px;
    min-height: 350px;
}
.seria__slider-item_for img.onload {
    max-width: 0px!important;
    max-height: 0px!important;
    min-height: 0px;
}
.seria__slider-item_nav {
    margin: 0 10px;
    padding: 12px 7px;
    height: 70px;
    min-width: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #c4c4c4 solid;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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: 991.98px) {
    .seria__slider-item_nav img {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 767.98px) {
    .seria__slider-item_nav img {
        height: auto;
        width: 100%;
    }
}
.seria__container {
    position: relative;
    height: 70px;
}
.seria__intro {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: intro;
}
.seria__intro-text {
    color: #949494;
    margin-top: 30px;
}
.seria__intro-advantages {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-around;
}
@media (max-width: 991.98px) {
    .seria__intro-advantages {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 374.98px) {
    .seria__intro-advantages {
        -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: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}
.seria__intro-advantage {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
}
.seria__intro-pic img {
    width: 100%;
}
.seria__intro-description {
    margin-top: 15px;
    color: #949494;
    text-align: center;
}
@media (max-width: 767.98px) {
    .seria__intro-description_invertor .br_1920 {
        display: none;
    }
}
.seria__intro-buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991.98px) {
    .seria__intro-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .seria__intro-buttons {
        -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: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}
.seria__button_buy {
    margin: 0 40px 0 0;
    line-height: 42px;
    width: 157px;
}
.seria__button_buy:hover {
    color: #fff;
}
@media (max-width: 767.98px) {
    .seria__button_buy {
        margin: 0 0 25px 0;
        width: 100%;
    }
}
.button.seria__button_about {
    width: 232px;
    background-color: #fff;
    border: 2px red solid;
    color: red;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    -o-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
}
@media (max-width: 767.98px) {
    .button.seria__button_about {
        width: 100%;
    }
}
.button.seria__button_about::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0iI0ZGMDAwMCIvPg0KPC9zdmc+DQo=");
    -webkit-transition: background-image 0.4s ease;
    -o-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
}
.button.seria__button_about:hover {
    background-color: red;
    color: #fff;
}
.button.seria__button_about:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
}
.slider-nav .slick-slide {
    padding: 5px;
}
.slider__arrow {
    position: absolute;
    top: 55%;
}
.slider__arrow_left {
    left: 0;
    -webkit-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}
.slider__arrow_right {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: title;
}
@media (max-width: 991.98px) {
    .seria__slider {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    .seria__intro {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    .title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}

.seria__navigation {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px #c4c4c4 solid;
}
@media (max-width: 991.98px) {
    .seria__navigation {
        border: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.seria__navigation-item {
    display: block;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
@media (max-width: 991.98px) {
    .seria__navigation-item {
        margin: 0 5px 10px;
    }
}
.seria__navigation-item:hover {
    color: #000;
}
.seria__navigation-item::after {
    content: "";
    display: block;
    position: static;
    width: 100%;
    height: 1px;
    background-color: #ad0113;
    margin-top: 10px;
}
@media (max-width: 767.98px) {
    .seria__navigation-item_table {
        display: none;
    }
}

.excellences__container {
    margin-top: 40px;
}
.excellences__item {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .excellences__item {
        margin-bottom: 40px;
    }
}
.excellences__item:last-child {
    margin-bottom: 0;
}
.excellences__item_reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.excellences__item_reversed .excellences__pic {
    margin: 0 0 0 30px;
}
@media (max-width: 767.98px) {
    .excellences__item_reversed .excellences__pic {
        margin: 0 0 30px 0;
    }
}
@media (max-width: 767.98px) {
    .excellences__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.excellences__pic,
.excellences__texts {
    width: 50%;
}
@media (max-width: 767.98px) {
    .excellences__pic,
    .excellences__texts {
        width: 100%;
    }
}
.excellences__pic {
    margin-right: 30px;
}
@media (max-width: 767.98px) {
    .excellences__pic {
        margin: 0 0 30px 0;
    }
}
.excellences__title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f4f4f;
    line-height: 41px;
}
@media (max-width: 991.98px) {
    .excellences__title {
        line-height: 36px;
        font-size: 27px;
    }
}
@media (max-width: 374.98px) {
    .excellences__title {
        line-height: 30px;
        font-size: 23px;
    }
}
.excellences__description {
    margin-top: 10px;
    color: #949494;
}
.excellences__pic img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .functions {
        padding-bottom: 70px;
    }
}
.functions__items {
    margin-top: 40px;
    margin: 40px -89px -60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 991.98px) {
    .functions__items {
        margin: 40px -110px -60px 0;
    }
}
@media (max-width: 767.98px) {
    .functions__items {
        margin: 40px 0 -60px;
    }
}
@media (max-width: 374.98px) {
    .functions__items {
        margin: 40px -26px -26px 0;
    }
}
.functions__item {
    margin: 0 84px 60px 0;
    width: 120px;
    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;
    cursor: pointer;
}
@media (max-width: 1199.98px) {
    .functions__item {
        margin-right: 49px;
    }
}
@media (max-width: 991.98px) {
    .functions__item {
        margin-right: 99px;
    }
}
@media (max-width: 767.98px) {
    .functions__item {
        margin-right: 0;
    }
}
@media (max-width: 374.98px) {
    .functions__item {
        margin: 0 26px 26px 0;
        width: 37%;
    }
}
.functions__item_appended {
    width: 100%;
    cursor: unset;
    pointer-events: none;
    margin: 0;
}
.functions__item-pic img {
    width: 100%;
}
.functions__item-pic_appended {
    width: 120px;
    height: 120px;
}
.functions__item-name {
    margin-top: 10px;
    color: #949494;
    text-align: center;
    line-height: 15px;
}
.functions__item-name_appended {
    font-size: 20px;
    font-weight: 700;
    color: #4f4f4f;
}
.functions__item-description {
    margin-top: 10px;
    display: none;
    color: #949494;
    text-align: center;
}
.functions__item-description_appended {
    display: block;
}
.functions__popup {
    padding: 78px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 40px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 400px;
    width: 400px;
    border: 1px #c4c4c4 solid;
    background-color: #fff;
    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;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.functions__popup_active {
    opacity: 1;
    pointer-events: unset;
}
@media (max-width: 1199.98px) {
    .functions__popup {
        left: calc(50% - 28px);
    }
}
@media (max-width: 991.98px) {
    .functions__popup {
        left: calc(50% - 45px);
    }
}
@media (max-width: 991.98px) {
    .functions__popup {
        position: fixed;
        bottom: 0;
        top: unset;
        left: 0;
        width: 100%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        border: none;
        border-top: 1px #c4c4c4 solid;
    }
}
.functions__exit-button {
    border: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPg0KPHBhdGggZD0iTTguOTg0NDYgMTEuMDE4NkwwLjQxODA5MyAyLjQ1MTk5Qy0wLjEzOTM5MSAxLjg5NDc3IC0wLjEzOTM5MSAwLjk5MzgxOCAwLjQxODA5MyAwLjQzNjU5NEMwLjk3NTMxNyAtMC4xMjA2MjkgMS44NzYyNyAtMC4xMjA2MjkgMi40MzM0OSAwLjQzNjU5NEwxMS4wMDAxIDkuMDAzMjJMMTkuNTY2NSAwLjQzNjU5NEMyMC4xMjQgLTAuMTIwNjI5IDIxLjAyNDcgLTAuMTIwNjI5IDIxLjU4MTkgMC40MzY1OTRDMjIuMTM5NCAwLjk5MzgxOCAyMi4xMzk0IDEuODk0NzcgMjEuNTgxOSAyLjQ1MTk5TDEzLjAxNTUgMTEuMDE4NkwyMS41ODE5IDE5LjU4NTJDMjIuMTM5NCAyMC4xNDI1IDIyLjEzOTQgMjEuMDQzNCAyMS41ODE5IDIxLjYwMDZDMjEuMzA0MiAyMS44Nzg2IDIwLjkzOTEgMjIuMDE4MiAyMC41NzQyIDIyLjAxODJDMjAuMjA5MyAyMi4wMTgyIDE5Ljg0NDQgMjEuODc4NiAxOS41NjY1IDIxLjYwMDZMMTEuMDAwMSAxMy4wMzRMMi40MzM0OSAyMS42MDA2QzIuMTU1NTMgMjEuODc4NiAxLjc5MDY2IDIyLjAxODIgMS40MjU3OSAyMi4wMTgyQzEuMDYwOTIgMjIuMDE4MiAwLjY5NjA1MyAyMS44Nzg2IDAuNDE4MDkzIDIxLjYwMDZDLTAuMTM5MzkxIDIxLjA0MzQgLTAuMTM5MzkxIDIwLjE0MjUgMC40MTgwOTMgMTkuNTg1Mkw4Ljk4NDQ2IDExLjAxODZaIiBmaWxsPSIjNzk3OTc5Ii8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDAiPg0KPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjIgMCkiLz4NCjwvY2xpcFBhdGg+DQo8L2RlZnM+DQo8L3N2Zz4NCg==") 50% 50% / contain no-repeat;
    width: 22px;
    height: 22px;
    outline: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
}
.functions__exit-button:active,
.functions__exit-button:focus,
.functions__exit-button:focus-visible,
.functions__exit-button:focus-within,
.functions__exit-button:hover {
    outline: transparent;
}
.button.functions__button-more {
    margin-top: 30px;
    border: 1px red solid;
    width: 270px;
    background-color: #fff;
    color: red;
    /*display: none;*/
}
@media (max-width: 767.98px) {
    .button.functions__button-more {
        display: block;
    }
}
.button.functions__button-more::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0iI0ZGMDAwMCIvPg0KPC9zdmc+DQo=");
}

.accessories__items {
    margin: 35px -30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accessories__item {
    margin: 0 30px 50px 0;
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199.98px) {
    .accessories__item {
        width: 46%;
    }
}
@media (max-width: 991.98px) {
    .accessories__item {
        width: 45%;
        -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;
    }
}
@media (max-width: 767.98px) {
    .accessories__item {
        margin-bottom: 40px;
        width: 100%;
    }
}
.accessories__pic {
    margin-right: 30px;
    width: 165px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: 991.98px) {
    .accessories__texts {
        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;
    }
}
@media (max-width: 767.98px) {
    .accessories__texts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.accessories__name {
    font-size: 20px;
    font-weight: 700;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991.98px) {
    .accessories__name {
        margin-top: 15px;
    }
}
.accessories__name::before {
    margin: 4px 10px 0 0;
    content: "";
    width: 7px;
    height: 10px;
    position: static;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOS41Mzk4OWUtMDggMi41NDI5MmUtMDdMNS43MTQyOSA2TC05LjUzNjc0ZS0wNyAxMkwyLjI4NTcxIDEyTDggNkwyLjI4NTcyIDQuNTQxMTZlLTA3TDkuNTM5ODllLTA4IDIuNTQyOTJlLTA3WiIgZmlsbD0iI0ZGMDAwMCIvPg0KPC9zdmc+DQo=") 50% 50% / contain no-repeat;
}
.accessories__description {
    margin-top: 10px;
    color: #949494;
}
.button.accessories__link {
    margin-top: 10px;
    padding: 0;
    width: 172px;
    line-height: 42px;
    background-color: #fff;
    border: 2px red solid;
    color: red;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.button.accessories__link:hover {
    color: #fff;
    background-color: red;
    border-color: transparent;
}
@media (max-width: 991.98px) {
    .button.accessories__link {
        width: 100%;
    }
}
@media (max-width: 374.98px) {
    .button.accessories__link {
        width: 172px;
    }
}
.button.accessories__link::before {
    display: none;
}

.accessories__section {
    font-size: 0.85em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #949494;
}

.docs__items {
    margin: 30px -30px -30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .docs__items {
        margin: 0 0 -30px 0;
        -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;
    }
}
@media all and (min-width: 768px) {
    .docs__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
.docs__item {
    padding: 18px 145px 18px 25px;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px #c4c4c4 solid;
}
@media (max-width: 991.98px) {
    .docs__item {
        padding-right: 48px;
    }
}
@media (max-width: 767.98px) {
    .docs__item {
        margin: 10px 0;
        width: 100%;
        padding-right: 70px;
    }
}
@media all and (min-width: 768px) {
    .docs__item {
        width: 100%;
    }
}
.docs__pic {
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex: 0 0 25%;
}
@media (max-width: 991.98px) {
    .docs__pic {
        margin-right: 27px;
    }
}
@media all and (min-width: 375.1px) {
    .docs__pic {
        flex: 0 0 60px;
    }
}
.docs__pic img {
    width: 100%;
}
.docs__name {
    display: block;
    color: #949494;
    position: relative;
    flex: 0 0 65%;
}
.docs__name:hover {
    color: #949494;
}
.docs__name::after {
    content: "";
    position: absolute;
    right: -84px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 22px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNC4zMTk3IDkuNjg4MzVDMTQuMjE4MSA5LjQ1MTc0IDEzLjk5NTQgOS4yOTgxNiAxMy43NDk0IDkuMjk4MTZIMTEuMjQ5M1YwLjY2NDE1NEMxMS4yNDkzIDAuMjk4ODY5IDEwLjk2ODEgMCAxMC42MjQzIDBIOC4xMjQzNEM3Ljc4MDU5IDAgNy40OTkzNCAwLjI5ODg2OSA3LjQ5OTM0IDAuNjY0MTU0VjkuMjk4MTZINC45OTkzM0M0Ljc1MzI0IDkuMjk4MTYgNC41MzA1OCA5LjQ1MTc0IDQuNDI5MDIgOS42ODgzNUM0LjMyNzQ1IDkuOTI0OTUgNC4zNjY1MiAxMC4yMDMxIDQuNTI2NjcgMTAuNDAyM0w4LjkwMTY4IDE1LjcxNTVDOS4wMTg4NyAxNS44NjA4IDkuMTkwNzUgMTUuOTQzOCA5LjM3MDQzIDE1Ljk0MzhDOS41NTAxMiAxNS45NDM4IDkuNzIyIDE1Ljg2MDggOS44MzkxOSAxNS43MTU1TDE0LjIxNDIgMTAuNDAyM0MxNC4zODIyIDEwLjIwMzEgMTQuNDIxMiA5LjkyNDk1IDE0LjMxOTcgOS42ODgzNVoiIGZpbGw9IiNDNEM0QzQiLz4NCjxwYXRoIGQ9Ik0xNi4yNSAxNC42MTE2VjE4LjU5NjVIMi41VjE0LjYxMTZIMFYxOS45MjQ4QzAgMjAuNjU5NSAwLjU1ODU5NCAyMS4yNTMxIDEuMjUgMjEuMjUzMUgxNy41QzE4LjE5MTQgMjEuMjUzMSAxOC43NSAyMC42NTk1IDE4Ljc1IDE5LjkyNDhWMTQuNjExNkgxNi4yNVoiIGZpbGw9IiNDNEM0QzQiLz4NCjwvc3ZnPg0K") 50% 50% / contain no-repeat;
}
@media (max-width: 991.98px) {
    .docs__name::after {
        right: -44px;
    }
}
@media all and (min-width: 375.1px) {
    .docs__name {
        flex: 0 0 calc(90% - 60px);
    }
}
@media all and (min-width: 768px) {
    .docs__name {
        flex: 0 0 calc(80% - 60px);
    }
}
@media all and (min-width: 992px) {
    .docs__name {
        flex: 0 0 calc(90% - 60px);
    }
}

.seria__preview .title {
    align-items: center;
}
.seria__preview .title::before {
    content: '';
    width: 12px;
    height: 18px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0tNi4xOTkzNmUtMDcgMS4wNDkwN2UtMDZMOC41NzE0MyA5TDkuNTM2NzRlLTA3IDE4TDMuNDI4NTcgMThMMTIgOUwzLjQyODU3IDcuNDkzMzhlLTA3TC02LjE5OTM2ZS0wNyAxLjA0OTA3ZS0wNloiIGZpbGw9IiNBRDAxMTMiLz4NCjwvc3ZnPg0K") no-repeat center center / contain;
    margin-right: 18px;
}

.seria__slider-nav .slick-track {
    display: flex;
}
.slider__arrow_left {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.notaslider .slick-arrow.slick-hidden {
    display: none;
}

.seria__slider-nav .slick-track {
    align-items: stretch;
}
.seria__slider-item_for img {
    max-width: 100%;
    max-height: calc(100% - 50px);
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.seria__slider-item_nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slick-slide.seria__slider-item_for {
    height: 350px;
}
.seria__slider-item_nav {
    height: 70px!important;
}

.docs__tab-icon-bg {
    padding-top: 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-more__row {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .btn-more__row {
        margin-bottom: 60px;
    }
}

div.slider__arrow_left {
    -webkit-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

@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:hover {
    color: #eee;
}

.seria__intro-advantage {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.seria__intro-pic {
    height: 50px;
    display: flex;
    align-items: center;
}


.docs__wrapper {
    margin: 30px 0;
}
.docs__tab-inner {
    display: grid;
    grid-row-gap:15px;
}
.docs__tab-item {
    padding: 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border: 1px #c4c4c4 solid;
}
.docs__tab-icon {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex: 0 0 45px;
    height: 45px;
}
.docs__tab-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.docs__tab-name {
    margin-right: auto;
    padding-right: 30px;
    color: #949494;
}
.docs__tab-link {
    color: red;
    margin-right: 20px;
    text-decoration: underline;
}
.docs__tab-show {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.docs__tabs-menu {
    display: none;
}

.docs__tab-box {
    display: grid;
    grid-row-gap: 10px;
}

.docs__tab-outer {
    overflow: hidden;
}
.docs__tab-wrapper .docs__tab-outer {
    height: 0;
}
.docs__tab-title {
    cursor: pointer;
    padding: 7px 15px;
    font-weight: 700;
    color: red;
    border-bottom: 1px solid red;
    position: relative;
    transition: 0.25s ease;
}
.docs__tab-title::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    position: absolute;
    right: 15px;
    top: 7px;
    transform: rotate(45deg);
}
.opened .docs__tab-title {
    border-color: transparent;
    margin-bottom: 10px;
}
.opened .docs__tab-title::after {
    transform: unset;
    border-right: unset;
}
.docs__tab-linkbox {
    display: grid;
    grid-row-gap: 10px;
}
.accessories_catalog_section {
    margin-bottom: 70px;
}

.accat_category__box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.acc-filter__wrapper {
    margin: 30px 15px 0;
    padding: 20px 20px 15px;
    border: 1px solid #e17480;
    position: relative;
}
#acc_filter_switch {
    cursor: pointer;
}
#acc_filter_switch::after {
    content: "";
    height: 7px;
    width: 10px;
    display: inline-block;
    margin-left: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTAgMC4zMzMzMzRMNSA1LjA5NTI0TC0yLjkxNDA5ZS0wNyAwLjMzMzMzNEwtMi4wODE0OWUtMDcgMi4yMzgxTDUgN0wxMCAyLjIzODFMMTAgMC4zMzMzMzRaIiBmaWxsPSIjQUQwMTEzIi8+DQo8L3N2Zz4NCg==") no-repeat;
    transform: translateY(-1px);
}

.filter__box {
    height: 0;
    overflow: hidden;
}

.acc-filter__box {
    margin: 20px -15px 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.acc_filter__item {
    margin: 0 15px 20px 0;
}

@media (min-width: 1200px) {
    .acc-filter__box {
        flex-wrap: nowrap;
    }
    .acc_filter__item {
        margin: 0 15px 0 0;
    }
}


.acc_filter__item-box {
    border: 1px solid #c4c4c4;
    height: 36px;
    min-width: 233px;
    padding: 0 20px;
    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;
    opacity: 0.75;
}
.c-select__elem-name {
    cursor: pointer;
}
.hide_item {
    display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .accessories_catalog_section .catalog__category-item {
        width: 150px;
    }
}


.accessories__item {
    align-items: flex-start;
}
.accessories__name a {
    font-size: 20px;
    border-bottom: 1px solid #4f4f4f;
}
.accessories__name a:hover {
    color: #ad0113;
}
.accessories__name span {
    font-size: 20px;
    margin: 0 5px;
}
a.accessories__name {
    border-bottom: 1px solid #4f4f4f;
}


@media (min-width: 768px) {
    .docs__tab-item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .docs__wrapper {
        display: grid;
        grid-template-columns: 250px 1fr;
        grid-column-gap: 30px;
    }
    .docs__tabs-menu {
        display: grid;
        margin-bottom: auto;
    }
    .docs__tabs-item {
        cursor: pointer;
        padding: 18px 15px 13px;
        font-weight: 700;
        color: #949494;
        border-bottom: 1px solid red;
        border-right: 1px solid red;
        position: relative;
        transition: 0.25s ease;
    }
    .docs__tabs-item:last-child {
        border-bottom-color: transparent;
    }
    .docs__tabs-item::after {
        content: '';
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #949494;
        border-right: 2px solid #949494;
        position: absolute;
        right: 15px;
        top: 19px;
        transform: rotate(-45deg);
    }
    .docs__tabs-item.active {
        border-right-color: transparent;
        color: red;
    }
    .docs__tabs-item.active::after {
        display: none;
    }
    .docs__tab-title {
        display: none;
    }
    .docs__tab-wrapper .docs__tab-outer {
        height: auto;
    }
    .docs__tab-wrapper {
        display: none;
    }
    .docs__tab-wrapper.active {
        display: block;
    }
}

@media (min-width: 1200px) {
    .docs__tab-inner {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
    }
}

.library-explain__popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.library-explain__popup-close::before,
.library-explain__popup-close::after {
    content: '';
    height: 1px;
    width: 30px;
    background: #797979;
    top: 10px;
    left: -4px;
    position: absolute;
    transition: 0.3s ease;
}
.library-explain__popup-close::before {
    transform: rotate(45deg);
}
.library-explain__popup-close::after {
    transform: rotate(-45deg);
}
.library-explain__popup-close:hover::before {
    transform: rotate(225deg);
}
.library-explain__popup-close:hover::after {
    transform: rotate(135deg);
}
.libzoom__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.libzoom__close.library-explain__popup-close::before,
.libzoom__close.library-explain__popup-close::after {
    height: 2px;
    background: #fff;
}
.libzoom__iframe {
    margin-top: 5vh;
    height: 90vh;
    width: 90vw;
}
.hide-btn {
    display: none!important;
}

@media all and (min-width: 768px) {
    .libzoom__wrapper {
        padding: 20px 50px;
    }
    .libzoom__iframe {
        margin-top: 0;
    }
}

.catalog__categories_accessories {
    margin-top: 20px;
}
.catalog__categories_accessories .c-select-scroll-border {
    margin-top: 5px;
    border: 1px solid #c4c4c4;
}
.catalog__categories_accessories .c-select-list {
    display: grid;
    grid-row-gap: 4px;
    padding-right: 5px;
}
.accat_category__wrapper > a {
    padding-right: 15px;
}

.acc-filter__wrapper {
    background: #f9f9f9;
}
.acc-filter__wrapper .acc_filter__item {
    background: #fff;
}

.seria__arkhiv_warning {
    font-size: 1.5rem;
    line-height: 1.25em;
    color: red;
}
.seria__arkhiv_warning a {
    font-size: 1.5rem;
    text-decoration: underline;
    color: red;
}
.seria__arkhiv_warning a:hover {
    color: #ad0113;
}
/* End */


/* Start:/local/templates/general/components/bitrix/catalog.section/general.section.page/style.css?16606395106120*/
.seria__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767.98px) {
    .seria__table {
        display: none;
    }
}
.seria__table-fixed {
    width: 235px;
    height: 100%;
}
.seria__table-adaptive {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.seria__table-rail {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
.seria__table-rail::-webkit-scrollbar-button {
    display: none;
}
.seria__table-rail::-webkit-scrollbar-track {
    position: fixed;
    background-color: #c4c4c4;
    width: 5px;
}
.seria__table-rail::-webkit-scrollbar-thumb:vertical {
    display: none;
}
.seria__table-rail::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    background-color: red;
    height: 2px;
    width: 2px;
}
.seria__table-rail::-webkit-scrollbar {
    height: 5px;
    border-radius: 15px;
}
.seria__cell {
    padding: 10px 45px;
    min-width: 0;
    height: 60px;
    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;
    border-bottom: 1px #c4c4c4 solid;
    border-right: 1px #c4c4c4 solid;
    color: #4f4f4f;
}
.seria__cell:last-child {
    border-bottom: none;
}
.seria__cell_property {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.seria__property {
    padding: 0;
    height: 60px;
    color: #949494;
}
.seria__value {
    white-space: nowrap;
}
.seria__value_model {
    font-weight: 700;
}
.seria__model:last-child .seria__cell {
    border-right: none;
}
.seria__compare-link {
    margin-top: 80px;
    width: 340px;
    line-height: 42px;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
.seria__compare-link:hover {
    color: #fff;
}
.button.seria__compare-link_disable {
    background-color: #c4c4c4;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .seria__compare-link {
        display: none;
    }
}
.compare-button {
    background: 50% 50% / contain no-repeat;
    display: block;
    outline: transparent;
    border: none;
    height: 15px;
    width: 18px;
    -webkit-transition: background-image 0.3s ease;
    -o-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHk9IjUiIHdpZHRoPSIyLjU3MTQzIiBoZWlnaHQ9IjEwIiBmaWxsPSIjQzRDNEM0Ii8+DQo8cmVjdCB4PSIxMC4yODUyIiB5PSI1IiB3aWR0aD0iMi41NzE0MyIgaGVpZ2h0PSIxMCIgZmlsbD0iI0M0QzRDNCIvPg0KPHJlY3QgeD0iNS4xNDI1OCIgeT0iMi41IiB3aWR0aD0iMi41NzE0MyIgaGVpZ2h0PSIxMi41IiBmaWxsPSIjQzRDNEM0Ii8+DQo8cmVjdCB4PSIxNS40Mjc3IiB3aWR0aD0iMi41NzE0MyIgaGVpZ2h0PSIxNSIgZmlsbD0iI0M0QzRDNCIvPg0KPC9zdmc+DQo=");
}
.compare-button:active,
.compare-button:focus,
.compare-button:focus-visible {
    outline: transparent;
}
.compare-button_active {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHk9IjUiIHdpZHRoPSIyLjU3MTQzIiBoZWlnaHQ9IjEwIiBmaWxsPSIjRkYwMDAwIi8+DQo8cmVjdCB4PSIxMC4yODUyIiB5PSI1IiB3aWR0aD0iMi41NzE0MyIgaGVpZ2h0PSIxMCIgZmlsbD0iI0ZGMDAwMCIvPg0KPHJlY3QgeD0iNS4xNDI1OCIgeT0iMi41IiB3aWR0aD0iMi41NzE0MyIgaGVpZ2h0PSIxMi41IiBmaWxsPSIjRkYwMDAwIi8+DQo8cmVjdCB4PSIxNS40Mjc3IiB3aWR0aD0iMi41NzE0MyIgaGVpZ2h0PSIxNSIgZmlsbD0iI0ZGMDAwMCIvPg0KPC9zdmc+DQo=");
}
.compare-count {
    color: #fff;
    font-family: Roboto, serif;
    font-weight: 500;
    line-height: 42px;
}
.models-list {
    display: none;
    padding-bottom: 30px;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .models-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.models-list__item {
    width: 45%;
    margin-bottom: 40px;
}
.model-name {
    font-weight: 700;
    color: #4f4f4f;
    text-transform: uppercase;
}
.model-link {
    display: block;
    color: #ad0113;
    text-decoration: underline;
    margin-top: 10px;
}
.model-link:hover {
    color: #ad0113;
}

.table_scroll_btn {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background: rgba(216,23,24,0.15);
    transition: 0.3s ease;
    top: calc(50% - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_scroll_btn:hover {
    background: rgba(216,23,24,0.5);
}
.table_scroll_btn.table_scroll_left {
    left: -75px;
    padding-left: 60px;
    opacity: 0;
    display: none;
}
.table_scroll_btn.table_scroll_right {
    right: -75px;
    padding-right: 60px;
}
.table_scroll_btn::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 30px;
    background: linear-gradient(45deg,transparent 30%,#fff 30%,#fff 39%, transparent 39%), linear-gradient(135deg,transparent 30%,#fff 30%,#fff 39%, transparent 39%);
}
.table_scroll_btn.table_scroll_right::after {
    transform: rotate(180deg);
}

.seria__cell_center {
    text-align: center;
}
.mod__red {
    color: red;
}
.mod__red a {
    color: red;
    text-decoration: underline;
}
.mod__red a:hover {
    color: #ad0113;
}
/* End */


/* Start:/local/templates/general/assets/css/mediaelementplayer.min.css?162306348111407*/
.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container,.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:none}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background,.mejs__mediaelement{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(/local/templates/general/assets/css/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/local/templates/general/assets/css/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:transparent url(/local/templates/general/assets/css/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:1px dotted #999}.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-hovered,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:hsla(0,0%,100%,.3)}.mejs__time-current,.mejs__time-handle-content{background:hsla(0,0%,100%,.9)}.mejs__time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-buffering,.mejs__time-current,.mejs__time-hovered,.mejs__time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs__time-rail .mejs__time-handle-content:active,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail:hover .mejs__time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs__volume-current{left:0;margin:0;width:100%}.mejs__volume-current,.mejs__volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs__volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs__horizontal-volume-current,.mejs__horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs__horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay a,.mejs__cannotplay p{display:inline-block;padding:0 15px;width:100%}
/* 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/section.list/style.css?166063951048632 */
/* /local/templates/general/components/bitrix/catalog.section/general.section.page/style.css?16606395106120 */
/* /local/templates/general/assets/css/mediaelementplayer.min.css?162306348111407 */
/* /local/templates/general/components/bitrix/catalog.section.list/index.solutions.2/style.css?16318765488171 */
