

/* Start:/local/templates/atb-oem/css/normalize.css?16945197946891*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0;
    word-break: break-word;
    width: -webkit-fill-avilable;
}

p {
    margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    accent-color: #D71934;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/*Перехват стилей для перекраски (красный фон белый текст)
success-формы при правильном заполнении полей форм ОТПРАВИТЬ ЗАЯВКУ*/
.b24-form-state-container .b24-form-success {
    background-color: #d71934!important;
}

.b24-form-success-icon {
    background-image: url('https://atb-oem.ru/local/templates/atb-oem/img/img_form_succes_red.svg')!important;
}

.b24-form-success .b24-form-state-text p {
    color: #fff;
    opacity: 1;
}

/* End */


/* Start:/local/templates/atb-oem/css/main.css?175103101880087*/
.ui {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ui .fonts {
    margin: 40px 0;
}

.ui .title {
    margin: 40px 0;
}

.ui .title__item span {
    margin: 0 40px;
}

.ui .colors {
    margin: 40px 0;
}

.ui .colors__item {
    height: 100px;
    box-shadow: 0 21px 60px rgba(34, 41, 51, 0.21);
    padding: 30px;
}

.ui .colors__item-red {
    color: #FFFFFF;
    background-color: #D71934;
}

.ui .colors__item-black {
    color: #FFFFFF;
    background-color: #26282D;
}

.ui .colors__item-dark-gray {
    color: #26282D;
    background-color: #EBEDF0;
}

.ui .colors__item-light-gray {
    color: #26282D;
    background-color: #F9FAFC;
}

.ui .colors__item-white {
    color: #26282D;
    background-color: #FFFFFF;
}

.ui .test {
    margin: 40px 0;
}

.ui .test__block {
    width: 50%;
}

.ui .buttons {
    margin: 40px 0;
}

.container {
    max-width: 1600px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'RFDewiExpanded', serif;
    overflow: auto;
}

body.body__overflow {
    overflow: hidden;
}

body.body__shadow:after {
    content: '';
    background-color: #26282D;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.7;
    z-index: 10;
}

h1 {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    font-size: 40px;
    line-height: 48px;
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
    word-break: inherit;
}

h1.title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D71934;
}

.page__banner .about__description-title h1.title {
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

h2 {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    opacity: 0.75;
}

p {
    font-family: 'RFDewiExpanded', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.75;
    font-size: 18px;
    line-height: 160%;
    margin: 15px 0;
}

p.title {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
    max-width: 95%;
}

@media (max-width: 768px) {
    p.title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 425px) {
    p.title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }
}

p.title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D71934;
}

p.subtitle {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}

p.subtitle__small {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
}

p.small {
    font-size: 16px;
    line-height: 19px;
}

@media (max-width: 768px) {
    p {
        font-size: 16px;
    }
}

a {
    transition: 0.3s all ease;
}

a.link-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBEDF0;
    width: 82px;
    height: 70px;
}

a.link-next:hover {
    background: #D71934;
    transition: 0.3s all ease;
}

a.link-next:hover svg path {
    stroke: #FFFFFF;
}

a.link-next:hover svg circle {
    stroke: #FFFFFF;
}

a.detail__other-button {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #26282D;
    border-bottom: 1px solid #D71934;
    padding-bottom: 5px;
}

a.title {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    a.title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 425px) {
    a.title {
        font-size: 26px;
        line-height: 31px;
        margin: 0 0 25px 0;
    }
}

a.title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D71934;
}

a.section {
    transition: 0.3s all ease;
    display: block;
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    font-size: 28px;
    line-height: 34px;
}

@media (max-width: 768px) {
    a.section {
        font-size: 20px;
        line-height: 24px;
    }
}

a.section:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

a {
    text-decoration: none;
    color: #D71934;
    opacity: 1;
}

a.btn {
    transition: 0.3s all ease;
    display: inline-block;
    padding: 18px 40px;
    color: #FFFFFF;
    background-color: #D71934;
    font-size: 16px;
    line-height: 140%;
}

a.btn:hover {
    transition: 0.3s all ease;
    background: #C4142D;
    box-shadow: 0 30px 40px -10px rgba(191, 21, 45, 0.3);
}

a.btn.revers {
    transition: 0.3s all ease;
    padding: 17px 35px;
    color: #D71934;
    background-color: #FFFFFF;
    border: 1px solid #D71933;
    font-size: 16px;
    line-height: 140%;
}

a.btn.revers:hover {
    transition: 0.3s all ease;
    background: #D71934;
    color: #FFFFFF;
    box-shadow: 0 30px 40px -10px rgba(191, 21, 45, 0.3);
}

.btn_send_bloks {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .btn_send_bloks {
        flex-direction: column;
        gap: 15px;
    }
}

ul.list {
    padding: 0 0 0 20px;
}

ul.list li {
    list-style: disc;
}

ul.list li::marker {
    color: #D71934;
    background-color: #D71934;
}

table {
    border: 0;
}

table tbody tr {
    border: 0;
}

table tbody tr:not(:first-child) td {
    color: #878787;
    font-size: 16px;
}

table tbody td {
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    color: #101828;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
}

table tbody th {
    border: 0;
}

.scroll__arrow {
    position: fixed;
    right: 100px;
    bottom: 65px;
    display: none;
    z-index: 20;
}

.scroll__arrow svg {
    transform: rotate(-90deg);
    stroke: #FFFFFF;
    fill: #D71934;
}

.scroll__arrow svg path {
    stroke: #FFFFFF;
}

.scroll__arrow svg circle {
    stroke: #D71934;
    stroke-dasharray: 0;
}

.scroll__arrow:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .scroll__arrow {
        right: 20px;
    }
}

.link {
    color: #26282D;
    text-decoration: underline;
    text-decoration-color: #D71934;
    transition: 0.3s all ease;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    text-underline-offset: 3px;
}

.link:hover {
    transition: 0.3s all ease;
    color: #D71934;
    text-decoration: none;
}

.footer__link {
    display: block;
}

a:hover, button:hover {
    cursor: pointer;
}

.bg-black {
    background-color: #26282D;
}

.bg-gray {
    background-color: #F9FAFC;
}

@media (max-width: 768px) {
    .bg-gray {
        padding: 30px;
    }
}

.p-30 {
    padding: 30px;
}

.p-100 {
    padding: 35px 100px;
}

@media (max-width: 1300px) {
    .p-100 {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .p-100 {
        padding: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .overflow-scroll {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .d-none-md {
        display: none !important;
    }
}

.container {
    max-width: 1600px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .row {
        flex-wrap: wrap;
    }
}

/*header*/

header {
    height: 88px;
    background-color: #26282D;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .contacts {
    align-items: center;
    min-width: 180px;
}

header .contacts__block {
    display: flex;
    flex-direction: column;
}

header .contacts a {
    text-decoration: none;
}

header .contacts a.phone {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s all ease;
}

header .contacts a.phone:hover {
    color: #D71934;
    transition: 0.3s all ease;
}

header .contacts a.mail {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-transform: lowercase;
    color: #FFFFFF;
    opacity: 0.6;
    transition: 0.3s all ease;
}

header .contacts a.mail:hover {
    color: #D71934;
    transition: 0.3s all ease;
    opacity: 1;
}

header .contacts a.social {
    padding: 0 20px;
}

@media (max-width: 425px) {
    header .contacts a.social {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    header .contacts {
        display: none;
    }
}

header .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .other .language {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 20px;
}

@media (max-width: 425px) {
    header .other .language {
        padding: 0 10px;
    }
}

header .other .social {
    padding: 0 20px;
}

@media (max-width: 425px) {
    header .other .social {
        padding: 0 10px;
    }
}

header .other .burger {
    padding: 20px;
}

header .other .burger:hover {
    cursor: pointer;
}

@media (max-width: 425px) {
    header .other .burger {
        padding: 10px;
    }
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}

/*menu*/

.menu {
    margin: 0 0 0 40px;
}

.menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    padding-right: 40px;
}

.menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all ease;
}

.menu ul li a:hover {
    color: #D71934;
    transition: 0.3s all ease;
}

@media (max-width: 1400px) {
    .menu {
        display: none;
    }
}

.right__menu {
    position: fixed;
    opacity: 0;
    top: 0;
    right: -9999px;
    min-width: 50%;
    padding: 60px 130px;
    background-color: #26282D;
    height: 100%;
    z-index: 11;
    transition: 0.3s all ease;
    overflow-y: scroll;
}

.right__menu.active {
    transition: 0.3s all ease;
    opacity: 1;
    right: 0;
}

.right__menu .head .logo {
    padding: 60px 0;
    display: inline-block;
}

.right__menu .head .other .social {
    padding: 15px;
}

.right__menu .head .other .language {
    padding: 15px;
    color: #FFFFFF;
}

.right__menu .head .other .back {
    padding: 15px;
    cursor: pointer;
}

.right__menu ul {
    list-style: none;
    padding: 0;
    font-family: RFDewiExpanded-Light, serif;
}

.right__menu ul li {
    border-bottom: 1px solid rgba(249, 250, 252, 0.22);
    padding: 20px 0 0;
}

.right__menu ul li a {
    transition: 0.3s all ease;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-decoration: none;
    text-transform: uppercase;
}

.right__menu ul li a.footer__link {
    font-weight: 300;
}

.right__menu ul li a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.right__menu ul li .parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right__menu ul li .sublink {
    border-bottom: 0;
    padding: 0;
}

.right__menu ul li .sublink a {
    transition: 0.3s all ease;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
}

.right__menu ul li .sublink a:hover {
    transition: 0.3s all ease;
    color: #D71934;
    opacity: 1;
}

.right__menu ul li .sublink:first-child {
    padding: 15px 0 0;
}

.right__menu ul li .sublink:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}

.right__menu ul li .arrow_drop {
    transition: 0.3s all ease;
    transform: rotate(0deg);
}

.right__menu ul li .arrow_drop.revert {
    transition: 0.3s all ease;
    transform: rotate(180deg);
}

.right__menu ul.submenu {
    border-top: 1px solid rgba(249, 250, 252, 0.22);
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}

.right__menu ul.submenu.collapse {
    height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}

.right__menu.send__message-block {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .right__menu {
        min-width: 100%;
        padding: 20px 25px;
    }
}

.other__menu {
    display: flex;
    justify-content: space-between;
}

.other__menu_block {
    width: 48%;
}

@media (max-width: 500px) {
    .other__menu_block {
        width: 100%;
    }
}

.other__menu_list li {
    border-bottom: 0 !important;
}

.other__menu_list p {
    color: #FFFFFF;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.other__menu_list p.text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 0;
}

.other__menu_list a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    color: #FFFFFF;
    opacity: 0.8;
}

@media (max-width: 500px) {
    .other__menu {
        flex-wrap: wrap;
    }
}

/*footer*/

footer {
    background-color: #26282D;
    width: 100%;
    min-height: 200px;
}

footer .logo {
    display: inline-block;
    padding: 70px 0;
}

footer .footer__menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

footer .footer__menu__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer__menu__col ul li {
    padding-bottom: 25px;
}

footer .footer__menu__col ul li a {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    transition: 0.3s all ease;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

footer .footer__menu__col ul li a.footer__link {
    font-family: 'RFDewiExpanded', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.75;
    font-family: 'RFDewiExpanded', serif;
    color: #FFFFFF;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    opacity: 0.8;
    margin-bottom: 0;
}

p.footer__link {
    height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.8;
    margin: 0;
}

@media (max-width: 1430px) and (min-width: 769px) {
    .other__menu_list li .footer__info p.footer__link.tlf {
        background-size: contain;
    }
}

p.footer__link.tlf {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_big_white.png);
}

p.footer__link.tlf:hover {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_big_red.png);
}

.footer__menu .footer__menu__col p.footer__link.tlf {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_small_white.png);
}

.footer__menu .footer__menu__col p.footer__link.tlf:hover {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_small_red.png);
}

.tech__support_info__img p.footer__link.tlf {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_small21_white.png);
}

.tech__support_info__img p.footer__link.tlf:hover {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_small21_red.png);
}

.contact__info p.footer__link.tlf {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_small_black2.png);
}

.contact__info p.footer__link.tlf:hover {
    background-image: url(/local/templates/atb-oem/img/tp_tlf_small_red2.png);
}

@media (max-width: 1360px) and (min-width: 1024px) {
    .contact__info p.footer__link.tlf {
        background-size: contain;
    }
}

p.footer__link.mail {
    background-image: url(/local/templates/atb-oem/img/tp_mail_big_white.png);
}

p.footer__link.mail:hover {
    background-image: url(/local/templates/atb-oem/img/tp_mail_big_red.png);
}

.footer__menu .footer__menu__col p.footer__link.mail {
    background-image: url(/local/templates/atb-oem/img/tp_mail_small_white.png);
}

.footer__menu .footer__menu__col p.footer__link.mail:hover {
    background-image: url(/local/templates/atb-oem/img/tp_mail_small_red.png);
}

.tech__support_info__img p.footer__link.mail {
    background-image: url(/local/templates/atb-oem/img/tp_mail_small21_white.png);
}

.tech__support_info__img p.footer__link.mail:hover {
    background-image: url(/local/templates/atb-oem/img/tp_mail_small21_red.png);
}

.contact__info p.footer__link.mail {
    background-image: url(/local/templates/atb-oem/img/tp_mail_small_black2.png);
}

.contact__info p.footer__link.mail:hover {
    background-image: url(/local/templates/atb-oem/img/tp_mail_small_red2.png);
}

.tech__support_info__img {
    width: 100%;
    position: relative;
}

.tech__support_info__img p.footer__link.tlf,
.tech__support_info__img p.footer__link.mail {
    width: 100%;
    background-size: contain;
}

p.footer__link:hover {
    height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.8;
    margin: 0;
}

.smi__link {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
    margin: 0;
}

.smi__link.tlf {
    background-image: url(/local/templates/atb-oem/img/smi_tlf_white.png);
}

.smi__link.tlf:hover {
    background-image: url(/local/templates/atb-oem/img/smi_tlf_red.png);
}

.smi__link.mail {
    background-image: url(/local/templates/atb-oem/img/smi_mail_white.png);
}

.smi__link.mail:hover {
    background-image: url(/local/templates/atb-oem/img/smi_mail_red.png);
}

footer .footer__menu__col ul li a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

@media (max-width: 1024px) {
    footer .footer__menu {
        grid-template-columns: repeat(2, 1fr);
    }

    footer .footer__menu__col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    footer .footer__menu__col ul li {
        padding-bottom: 25px;
    }

    footer .footer__menu__col ul li a {
        font-family: 'RFDewiExpanded-bold', serif;
        font-weight: 700;
        letter-spacing: -0.03em;
        color: #26282D;
        margin-bottom: 10px;
        transition: 0.3s all ease;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
    }

    footer .footer__menu__col ul li a.footer__link {
        font-family: 'RFDewiExpanded', serif;
        font-weight: 400;
        letter-spacing: -0.03em;
        color: #26282D;
        opacity: 0.75;
        font-family: 'RFDewiExpanded';
        color: #FFFFFF;
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0.01em;
        text-transform: lowercase;
        opacity: 0.8;
        margin-bottom: 0;
    }

    footer .footer__menu__col ul li a:hover {
        transition: 0.3s all ease;
        color: #D71934;
    }
}

@media (max-width: 768px) {
    footer .footer__menu {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .footer__menu__col {
        width: 100%;
        max-width: 100%;
    }

    footer .footer__menu__col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    footer .footer__menu__col ul li {
        padding-bottom: 15px;
    }

    footer .footer__menu__col ul li a {
        font-family: 'RFDewiExpanded-bold', serif;
        font-weight: 700;
        letter-spacing: -0.03em;
        color: #26282D;
        margin-bottom: 10px;
        transition: 0.3s all ease;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
    }

    footer .footer__menu__col ul li a.footer__link {
        font-family: 'RFDewiExpanded', serif;
        font-weight: 400;
        letter-spacing: -0.03em;
        color: #26282D;
        opacity: 0.75;
        font-family: 'RFDewiExpanded';
        color: #FFFFFF;
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0.01em;
        text-transform: lowercase;
        opacity: 0.8;
        margin-bottom: 0;
    }

    footer .footer__menu__col ul li a:hover {
        transition: 0.3s all ease;
        color: #D71934;
    }
}

footer .footer__info {
    display: block;
    padding-bottom: 15px;
}

footer .footer__info p.address {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    opacity: 1;
    color: #FFFFFF;
    margin-top: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer .footer__info p.text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

footer a.footer__link {
    font-family: 'RFDewiExpanded', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.75;
    font-family: 'RFDewiExpanded';
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    opacity: 0.8;
}

.social__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    align-items: center;
}

.social__list a svg path {
    transition: 0.3s all ease;
}

.social__list a:hover svg path {
    transition: 0.3s all ease;
    fill: #D71934;
    fill-opacity: 1;
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright p {
    font-family: 'RFDewiExpanded';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
}

.copyright p a {
    transition: 0.3s all ease;
    color: #FFFFFF;
}

.copyright p a:hover {
    transition: 0.3s all ease;
    color: #D71934;
    cursor: pointer;
}

/*---index-page---*/

.block__title {
    margin-top: 50px;
}

.block p {
    max-width: 770px;
    width: 100%;
}

.block .arrows {
    display: flex;
    position: relative;
    margin-right: 50px;
    outline: none;
}

.block .arrows .nxt__arrow {
    position: absolute;
    left: 0;
}

.block .arrows .nxt__arrow:hover svg {
    transition: 0.3s all ease;
    fill: #D71934;
    cursor: pointer;
}

.block .arrows .nxt__arrow:hover svg circle {
    stroke: transparent;
    transition: 0.3s all ease;
}

.block .arrows .nxt__arrow:hover svg path {
    stroke: #FFFFFF;
    transition: 0.3s all ease;
}

.block .arrows .nxt__arrow svg {
    position: absolute;
    left: 50px;
    transition: 0.3s all ease;
}

.block .arrows .nxt__arrow svg circle {
    transition: 0.3s all ease;
}

.block .arrows .nxt__arrow svg path {
    transition: 0.3s all ease;
}

.block .arrows .prv__arrow:hover {
    z-index: 10;
}

.block .arrows .prv__arrow:hover svg {
    transition: 0.3s all ease;
    fill: #D71934;
    cursor: pointer;
}

.block .arrows .prv__arrow:hover svg circle {
    stroke: transparent;
    transition: 0.3s all ease;
}

.block .arrows .prv__arrow:hover svg path {
    stroke: #FFFFFF;
    transition: 0.3s all ease;
}

.block .arrows .prv__arrow svg {
    transition: 0.3s all ease;
}

.block .arrows .prv__arrow svg circle {
    transition: 0.3s all ease;
}

.block .arrows .prv__arrow svg path {
    transition: 0.3s all ease;
}

.block .dual__block .item {
    width: 49.1%;
    height: 100%;
    min-height: 250px;
    min-width: 420px;
    background-color: #EBEDF0;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 30px;
    position: relative;
    text-decoration: none;
    color: #26282D;
    transition: 0.3s all ease;
}

.block .dual__block .item:first-child {
    margin-right: 30px;
}

.block .dual__block .item h3 {
    margin: 0;
}

.block .dual__block .item svg {
    position: absolute;
    bottom: 30px;
    display: block;
}

.block .dual__block .item:hover {
    background-color: #D71934;
    transition: 0.3s all ease;
    color: #FFFFFF;
    box-shadow: 0 30px 40px -10px rgba(191, 21, 45, 0.3);
}

.block .dual__block .item:hover svg path {
    stroke: #FFFFFF;
}

.block .dual__block .item:hover svg circle {
    stroke: #FFFFFF;
}

@media (max-width: 768px) {
    .block .dual__block .item {
        width: 100%;
    }
}

.block.bg-black {
    padding: 100px;
}

@media (max-width: 768px) {
    .block.bg-black {
        padding: 30px;
    }
}

.block.bg-black__title {
    margin-bottom: 25px;
    color: #FFFFFF;
}

.block.bg-black p {
    max-width: 770px;
    width: 100%;
    color: #FFFFFF;
}

.block img {
    max-width: 100%;
    height: auto;
}

.black__block {
    background-image: url("/local/templates/atb-oem/css/../img/bac.png");
    min-height: 1200px;
    width: 100%;
    margin: 120px 0;
}

@media (max-width: 425px) {
    .black__block {
        margin: 35px 0;
    }
}

.black__block .block__title {
    padding: 120px 0 0 0;
}

@media (max-width: 425px) {
    .black__block .block__title {
        padding: 35px 0 0 0;
    }
}

.black__block .block__title .title {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    max-width: 555px;
    width: 100%;
    padding-top: 20px;
}

.black__block .dual__block {
    margin: 60px 0;
}

.black__block .dual__block .item {
    width: 48%;
}

.black__block .dual__block .item p {
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .black__block .dual__block .item {
        width: 100%;
    }

    .black__block .dual__block .item:first-child {
        order: 2;
    }

    .black__block .dual__block .item:last-child {
        order: 1;
    }
}

.black__block .triple__block .item {
    min-height: 275px;
    width: 32%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.black__block .triple__block .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.15), rgba(215, 25, 52, 0.15));
}

@media (max-width: 768px) {
    .black__block .triple__block .item {
        display: none;
    }
}

.banner__block {
    min-height: 472px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    background-size: cover;
}

.banner__block .block__title {
    padding: 120px 0 0 0;
}

.banner__block .block__title .title {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    max-width: 555px;
    width: 100%;
    padding-top: 20px;
}

.banner__block .dual__block {
    margin: 60px 0;
}

.banner__block .dual__block .item {
    width: 48%;
}

.banner__block .dual__block .item img {
    float: right;
}

.banner__block .dual__block .item p {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .banner__block .dual__block .item.catalog__blog_text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner__block .dual__block .item.catalog__blog_img {
        display: none;
    }
}

.banner__block .triple__block .item {
    min-height: 275px;
    width: 32%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner__block .triple__block .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.15), rgba(215, 25, 52, 0.15));
}

.equipment {
    width: 100%;
    height: max-content;
    padding: 0 0 40px 0 !important;
}

.equipment a.equipment__item {
    text-decoration: none;
    color: #26282D;
    transition: 0.3s all ease;
}

.equipment a.equipment__item.section-selected {
    background-color: #D71934;
    transition: 0.3s all ease;
    color: #FFFFFF;
    box-shadow: 0 24px 20px -10px rgba(191, 21, 45, 0.3);
}

.equipment a.equipment__item.section-selected svg path {
    stroke: #FFFFFF;
}

.equipment a.equipment__item.section-selected svg circle {
    stroke: #FFFFFF;
}

.equipment a.equipment__item:hover {
    background-color: #D71934;
    transition: 0.3s all ease;
    color: #FFFFFF;
    box-shadow: 0 24px 20px -10px rgba(191, 21, 45, 0.3);
}

.equipment a.equipment__item:hover svg path {
    stroke: #FFFFFF;
}

.equipment a.equipment__item:hover svg circle {
    stroke: #FFFFFF;
}

.equipment__item {
    width: 100%;
    height: 250px !important;
    padding: 30px;
    background-color: #EBEDF0;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 475px) {
    .equipment__item {
        max-width: 360px;
    }
}

@media (max-width: 425px) {
    .equipment__item {
        max-width: 300px;
        height: 220px !important;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 75%;
    }
}

.equipment__item h3 {
    margin: 0;
}

.equipment__item svg {
    position: absolute;
    bottom: 30px;
    display: block;
}

@media (max-width: 768px) {
    .equipment {
        padding: 0 !important;
    }
}

.usage {
    display: flex;
    justify-content: start;
    align-items: center;
}

.usage__item {
    transition: 0.3s all ease;
    display: flex;
    position: relative;
    max-width: 380px;
    width: 24%;
    min-height: 250px;
    height: 100%;
    background-size: cover;
    align-items: flex-end;
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 25px;
}

.usage__item:last-child {
    margin-right: 0;
}

.usage__item:hover {
    transition: 0.3s all ease;
    align-items: self-start;
    flex-direction: column;
    justify-content: space-between;
    background-image: none !important;
    box-shadow: 0 30px 40px -10px rgba(215, 25, 52, 0.3);
}

.usage__item:hover:after {
    background: linear-gradient(0deg, #D71934, #D71934), linear-gradient(0deg, rgba(215, 25, 52, 0.15), rgba(215, 25, 52, 0.15));
}

.usage__item:hover .usage__title {
    transition: 0.3s all ease;
    position: relative;
    display: block;
    z-index: 2;
}

.usage__item:hover .usage__arrow {
    transition: 0.3s all ease;
    position: relative;
    display: block;
    z-index: 2;
}

.usage__item:hover .usage__arrow svg path, .usage__item:hover .usage__arrow svg circle {
    stroke: #FFFFFF;
}

.usage__item:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.15), rgba(215, 25, 52, 0.15)), linear-gradient(40.49deg, rgba(0, 0, 0, 0.72) 15.26%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.usage__title {
    transition: 0.3s all ease;
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 20px 30px;
    margin-bottom: 0;
}

.usage__arrow {
    transition: 0.3s all ease;
    position: relative;
    display: none;
    z-index: 2;
    padding: 25px 30px;
}

@media (max-width: 1200px) {
    .usage {
        flex-wrap: wrap;
    }

    .usage__item {
        max-width: none;
        width: 47%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .usage {
        justify-content: space-between;
    }

    .usage__item {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 690px) {
    .usage__item {
        max-width: initial;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .usage {
        width: 100%;
    }
}

.news {
    display: flex;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .news {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.news a {
    transition: 0.3s all ease;
    color: #26282D;
}

.news a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.news.row {
    align-items: flex-start;
}

.news__block {
    width: 33%;
    display: block;
    margin-right: 30px;
}

.news__block__img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 276px;
}

.news__block__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #000000;
    opacity: 0.5;
}

.news__block:last-child {
    margin-right: 0;
}

.news__block:hover {
    transition: 0.3s all ease;
    box-shadow: 0 40px 50px -10px rgba(38, 40, 45, 0.12);
}

.news__block:hover .info {
    border: 1px solid transparent;
}

.news__block .info {
    transition: 0.3s all ease;
    padding: 25px 29px;
    border: 1px solid rgba(38, 40, 45, 0.2);
    max-height: 235px;
}

.news__block .info h3 {
    min-height: 84px;
}

.helpdesk .info {
    width: 50%;
    background-color: #26282D;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.helpdesk .info .phone {
    display: flex;
    align-items: center;
    padding: 15px 60px;
}

.helpdesk .info .phone img {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .helpdesk .info .phone {
        padding: 15px 25px;
        font-size: 16px;
    }
}

.helpdesk .info .mail {
    display: flex;
    align-items: center;
    padding: 15px 60px;
}

.helpdesk .info .mail img {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .helpdesk .info .mail {
        padding: 15px 25px;
        font-size: 16px;
    }
}

.helpdesk .info a {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
    transition: 0.3s all ease;
}

.helpdesk .info a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

@media (max-width: 768px) {
    .helpdesk .info a {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .helpdesk .info {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .helpdesk .info {
        min-height: auto;
    }
}

.helpdesk .img {
    min-height: 275px;
    width: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.helpdesk .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.15), rgba(215, 25, 52, 0.15)), linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
}

@media (max-width: 1024px) {
    .helpdesk .img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .helpdesk .img {
        min-height: 220px;
    }
}

@media (max-width: 1024px) {
    .helpdesk {
        flex-direction: column-reverse;
    }
}

.download__catalog {
    display: inline-flex;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    align-items: center;
    transition: 0.5s all ease;
}

.download__catalog-img {
    margin-right: 15px;
}

.download__catalog-text.name {
    transition: 0.3s all ease;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.download__catalog-text.date {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    opacity: 0.4;
}

.download__catalog:hover .download__catalog-text.name {
    transition: 0.3s all ease;
    color: #D71934;
}

/*---index-page---*/

/*about_page*/

.page__banner {
    min-height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.page__banner.big-height {
    min-height: 710px;
}

.page__banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(0deg, rgba(210, 25, 52, 0.15), rgba(210, 25, 52, 0.15));
}

.page__banner .about__description {
    max-width: 780px;
    width: 100%;
    position: relative;
    background-color: #26282D;
    padding: 50px;
}

.page__banner .about__description-title p.title {
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.page__banner .about__description-text p {
    color: #FFFFFF;
    margin: 0;
    opacity: 1;
}

@media (max-width: 768px) {
    .page__banner {
        min-height: 320px;
        margin-bottom: 80px;
    }

    .page__banner .about__description {
        max-width: 780px;
        width: 90%;
        position: absolute;
        padding: 50px;
        left: 5%;
        bottom: -60px;
        background-color: #26282D;
    }

    .page__banner .about__description-title p.title {
        color: #FFFFFF;
        margin: 0 0 15px 0;
    }

    .page__banner .about__description-text p {
        color: #FFFFFF;
        margin: 0;
        opacity: 1;
    }
}

@media (max-width: 425px) {
    .page__banner .about__description {
        padding: 50px 30px;
    }
}

.block__side {
    display: flex;
    align-items: center;
    margin: 70px 0;
    gap: 20px;
}

@media (max-width: 768px) {
    .block__side {
        margin: 30px 0;
    }
}

.block__side .image__block {
    display: flex;
    position: relative;
    max-width: 750px;
}

.block__side .image__block img {
    max-width: 100%;
}

.block__side .before_color {
    position: relative;
}

.block__side .before_color:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.12), rgba(215, 25, 52, 0.12));
}

.block__side .text__block.no-img p {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .block__side {
        flex-direction: column;
    }

    .block__side:nth-child(even) .text__block {
        margin-right: 0;
        order: 2;
    }

    .block__side:nth-child(even) .image__block {
        margin-right: 0;
        order: 1;
    }

    .block__side:nth-child(odd) .text__block {
        margin-right: 0;
        order: 2;
    }

    .block__side:nth-child(odd) .image__block {
        margin-right: 0;
        order: 1;
    }
}

.lines-33 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    min-height: 220px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .lines-33 {
        flex-wrap: wrap;
    }
}

.lines-33__block {
    width: 33.33%;
    margin: 10px 0;
}

.lines-33__block:nth-child(2) {
    border-left: 1px solid rgba(38, 40, 45, 0.2);
    border-right: 1px solid rgba(38, 40, 45, 0.2);
}

.lines-33__block__item {
    padding: 50px;
    min-height: 220px;
    height: 50%;
}

.lines-33__block__item-text {
    font-family: 'RFDewiExpanded', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.75;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    opacity: 1;
}

.lines-33__block__item-text span {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    display: block;
    color: #D71934;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .lines-33__block__item {
        min-height: auto;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .lines-33__block__item-text {
        font-family: 'RFDewiExpanded', serif;
        font-weight: 400;
        letter-spacing: -0.03em;
        color: #26282D;
        opacity: 0.75;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.01em;
        opacity: 1;
    }

    .lines-33__block__item-text span {
        font-family: 'RFDewiExpanded-bold', serif;
        font-weight: 700;
        letter-spacing: -0.03em;
        color: #26282D;
        margin-bottom: 10px;
        display: block;
        color: #D71934;
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 0.01em;
    }
}

@media (max-width: 768px) {
    .lines-33__block {
        width: 100%;
        margin: 0;
    }

    .lines-33__block:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    .lines-33__block:last-child {
        border-bottom: 0;
    }

    .lines-33__block:last-child .lines-33__block__item:last-child {
        border-bottom: 0;
    }

    .lines-33__block__item {
        border-bottom: 1px solid rgba(38, 40, 45, 0.2);
        padding: 30px;
    }
}

.lines-33.bg-white-img {
    background-image: url(/local/templates/atb-oem/css/../img/lines_white_back.png);
    flex-wrap: wrap;
}

.lines-33.bg-gray-img {
    background-image: url(/local/templates/atb-oem/css/../img/lines_back.png);
    flex-wrap: wrap;
}

.lines-25 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    min-height: 355px;
    min-height: auto;
    margin-top: 30px;
}

.lines-25__block {
    width: 25%;
    margin: 10px 0;
}

.lines-25__block:not(:first-child) {
    border-left: 1px solid rgba(38, 40, 45, 0.2);
}

.lines-25__block:nth-child(5) {
    border-left: 0;
}

.lines-25__block__item {
    padding: 35px;
}

.lines-25__block__item-text {
    font-family: 'RFDewiExpanded', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.75;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    opacity: 1;
}

.lines-25__block__item-text span {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    margin-bottom: 10px;
    display: block;
    color: #D71934;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .lines-25__block__item {
        min-height: auto;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .lines-25__block__item-text {
        font-family: 'RFDewiExpanded', serif;
        font-weight: 400;
        letter-spacing: -0.03em;
        color: #26282D;
        opacity: 0.75;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.01em;
        opacity: 1;
    }

    .lines-25__block__item-text span {
        font-family: 'RFDewiExpanded-bold', serif;
        font-weight: 700;
        letter-spacing: -0.03em;
        color: #26282D;
        margin-bottom: 10px;
        display: block;
        color: #D71934;
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 0.01em;
    }
}

@media (max-width: 1200px) {
    .lines-25__block {
        width: 50%;
    }

    .lines-25__block:not(:nth-child(1)) {
        border-left: none;
    }

    .lines-25__block:nth-child(even) {
        border-left: 1px solid rgba(38, 40, 45, 0.2);
    }
}

@media (max-width: 768px) {
    .lines-25__block {
        width: 100%;
        margin: 0;
    }

    .lines-25__block:not(:nth-child(1)) {
        border-left: none;
    }

    .lines-25__block:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    .lines-25__block:last-child {
        border-bottom: 0;
    }

    .lines-25__block:last-child .lines-25__block__item:last-child {
        border-bottom: 0;
    }

    .lines-25__block__item {
        border-bottom: 1px solid rgba(38, 40, 45, 0.2);
        padding: 30px;
    }
}

.lines-25.bg-white-img {
    background-image: url(/local/templates/atb-oem/css/../img/lines_white_back.png);
    flex-wrap: wrap;
}

.lines-25.bg-gray-img {
    background-image: url(/local/templates/atb-oem/css/../img/lines_back.png);
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .lines-25 {
        flex-wrap: wrap;
    }
}

/*conditions*/

.mini__banner {
    background-repeat: no-repeat;
    background-image: url("/local/templates/atb-oem/css/../img/mini_banner.svg");
    background-size: cover;
    margin-bottom: 50px;
}

.mini__banner .item {
    padding: 30px 100px;
}

@media (max-width: 768px) {
    .mini__banner .item {
        padding: 15px 0;
    }
}

.mini__banner .item p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.01em;
    opacity: 0.75;
}

@media (max-width: 768px) {
    .mini__banner .item p {
        font-size: 16px;
    }
}

.mini__banner .item p.title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.03em;
    opacity: 1;
}

@media (max-width: 768px) {
    .mini__banner .item p.title {
        font-size: 24px;
    }
}

.mini__banner .item p.title:before {
    content: none;
}

.list ol ul {
    padding: 0;
}

.list li {
    padding: 10px 0;
}

.list ul {
    padding: 0 0 0 15px;
}

.list ul li {
    list-style: disc;
}

.list ul li::marker {
    color: #D71934;
    background-color: #D71934;
}

.list .item {
    width: 50%;
}

.list .item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 0.8;
}

/*404-error*/

.not__found {
    display: flex;
    padding: 160px 140px 0;
}

.not__found .image__block {
    margin-right: 70px;
}

.not__found .image__block img {
    max-width: 100%;
}

.not__found .text__block {
    max-width: 620px;
    width: 100%;
}

.not__found .text__block p.title {
    margin: 0 0 20px 0;
}

.not__found .text__block p.subtitle {
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 1;
}

@media (max-width: 1200px) {
    .not__found .text__block {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .not__found {
        flex-direction: column;
        align-items: center;
        padding: 240px 80px;
    }
}

@media (max-width: 768px) {
    .not__found {
        flex-direction: column;
        align-items: center;
        padding: 60px 0;
    }
}

/*information*/

.text__block-gray {
    background-color: #F9FAFC;
}

.text__block-gray .text__block {
    margin-left: 20px;
}

/*solution*/

.complex__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
}

.complex__item-info {
    margin-right: 25px;
}

@media (max-width: 768px) {
    .complex__item-info {
        order: 2;
    }
}

.complex__item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .complex__item-title {
        font-size: 24px;
    }
}

.complex__item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1024px) {
    .complex__item-text {
        font-size: 16px;
    }
}

.complex__item-text p {
    width: 100%;
    max-width: 976px !important;
}

.complex__item-img {
    display: inline-block;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .complex__item-img {
        order: 1;
        margin-bottom: 30px;
    }
}

.complex__item-img img {
    max-width: 100%;
}

.complex__item:not(:last-child) {
    border-bottom: 1px solid rgba(249, 250, 252, 0.3);
}

@media (max-width: 768px) {
    .complex__item {
        flex-direction: column;
    }
}

.video {
    display: flex;
    justify-content: space-between;
}

.video__item {
    display: inline-block;
    max-width: 490px;
    width: 100%;
}

.video__item-block {
    position: relative;
}

.video__item-block.catalog__video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1 !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.12), rgba(215, 25, 52, 0.12));
}

.video__item-block img {
    max-width: 100%;
}

.video__item-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 25, 52, 0.12), rgba(215, 25, 52, 0.12));
}

.video__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 20px 0 10px;
}

.video__item-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.75;
}

.video__item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 40px;
}

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

.play__button {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.play__button img {
    display: inline-flex;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transform: scale(1);
    transition: 0.3s all ease;
}

.play__button:hover img {
    transition: 0.3s all ease;
    transform: scale(1.3);
}

.tabs__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #F9FAFC;
}

.tabs__list-item {
    padding: 30px 90px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #26282D;
    border-top: 3px solid transparent;
    position: relative;
    transition: 0.3s all ease;
}

.tabs__list-item.active {
    border-top: 3px solid red;
}

.tabs__list-item:hover {
    cursor: pointer;
}

.tabs__list-item:hover:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20%;
    border-top: 3px solid red;
    height: 3px;
    transition: 0.3s all ease;
}

.tabs__list-item.active {
    background-color: #FFFFFF;
}

@media (max-width: 1200px) {
    .tabs__list-item {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1200px) {
    .tabs__list {
        overflow: scroll;
    }
}

.scenarios .lines-25__block__item-text {
    color: #FFFFFF;
}

.scenarios .lines-25__block:not(:first-child) {
    border-left: 1px solid rgba(249, 250, 252, 0.3);
}

.scenarios .lines-25__block:nth-child(5) {
    border-left: 0;
}

@media (max-width: 1200px) {
    .scenarios .lines-25__block:not(:first-child) {
        border-left: 0;
    }

    .scenarios .lines-25__block:nth-child(even) {
        border-left: 1px solid rgba(249, 250, 252, 0.3);
    }
}

@media (max-width: 768px) {
    .scenarios .lines-25__block:not(:first-child) {
        border-left: 0;
    }

    .scenarios .lines-25__block:nth-child(even) {
        border-left: 0;
    }
}

/*contacts*/

.contact {
    display: flex;
    flex-wrap: wrap;
}

.contact .block {
    width: 50%;
}

@media (max-width: 768px) {
    .contact .block {
        width: 100%;
    }
}

.contact__block {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.contact__block:nth-child(2) {
    border-bottom: 1px solid #26282D;
    padding-bottom: 25px;
}

@media (max-width: 1024px) {
    .contact__block {
        flex-wrap: wrap;
    }
}

.contact__col {
    max-width: 300px;
    width: 50%;
}

.contact__col h3 {
    text-transform: uppercase;
}

.contact__col .contact__info {
    min-height: 90px;
    height: 100%;
    display: block;
}

.contact__col .contact__info .footer__link {
    transition: 0.3s all ease;
    padding: 5px 0;
    color: #26282D;
}

.contact__col .contact__info .footer__link:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.contact__col .contact__info .footer__link-telegram {
    transition: 0.3s all ease;
    color: #26282D;
    display: block;
}

.contact__col .contact__info .footer__link-telegram:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.contact__col .contact__info .address {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    opacity: 1;
}

@media (max-width: 1024px) {
    .contact__col .contact__info {
        min-height: auto;
    }
}

.contact__col li {
    list-style: none;
}

@media (max-width: 768px) {
    .contact__col .download_scheme-map {
        display: none;
    }
}

@media (max-width: 1024px) {
    .contact__col {
        width: 100%;
        max-width: 100%;
    }
}

.download_scheme a {
    transition: 0.3s all ease;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #26282D;
}

.download_scheme a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.download_scheme a img {
    margin-right: 15px;
}

.contact__block:first-child {
    border-bottom: 1px solid #26282D;
}

/*catalog*/

.catalog.video {
    justify-content: flex-start;
}

.catalog.flex {
    align-items: flex-start;
}

.catalog__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 20px;
}

@media (max-width: 1200px) {
    .catalog__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .catalog__items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.catalog__item {
    transition: 0.3s all ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1.5px solid #EBEDF0;
    margin-top: 42px;
    overflow: hidden;
    max-height: 429px;
    height: 100%;
}

.catalog__item_top {
    display: block;
    text-align: center;
    max-height: 300px;
}

.catalog__item_top img {
    transition: 0.3s all ease;
    max-width: 100%;
    padding: 75px 45px;
    transition: 0.3s all ease;
    max-height: 300px;
    height: 100%;
}

@media (max-width: 425px) {
    .catalog__item_top img {
        padding: 5px 20px;
    }
}

.catalog__item_bottom {
    transition: 0.3s all ease;
    display: block;
    padding: 20px;
    height: 100%;
    background-color: #F9FAFC;
}

.catalog__item_bottom-title {
    transition: 0.3s all ease;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #26282D;
    display: block;
}

@media (max-width: 1200px) {
    .catalog__item_bottom-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.catalog__item_bottom-other {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 1;
}

.catalog__item_bottom-other-article {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 0.6;
    margin-right: 10px;
}

.catalog__item:hover {
    transition: 0.3s all ease;
    box-shadow: 0 40px 50px -10px rgba(38, 40, 45, 0.12);
    border: 1.5px solid #ebedf061;
}

.catalog__item:hover .catalog__item_top {
    display: block;
    text-align: center;
}

.catalog__item:hover .catalog__item_top img {
    transition: 0.3s all ease;
    max-width: 100%;
    transform: scale(1.1);
}

.catalog__item:hover .catalog__item_bottom {
    transition: 0.3s all ease;
    color: #FFFFFF;
    background-color: #D71934;
}

.catalog__item:hover .catalog__item_bottom-title, .catalog__item:hover .catalog__item_bottom-other, .catalog__item:hover .catalog__item_bottom-other-article {
    transition: 0.3s all ease;
    color: #FFFFFF;
}

@media (max-width: 570px) {
    .catalog__item {
        width: 100%;
    }
}

/*filter*/

.filter__section {
    width: 25%;
}

/*catalog menu*/

.catalog__menu {
    max-width: 360px;
    width: 100%;
    margin-right: 20px;
    position: sticky;
    top: 100px;
    margin-bottom: 50px;
}

.catalog__menu_parent {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catalog__menu_parent .parent-item {
    background-color: #EBEDF0;
}

.catalog__menu_parent .parent-item .parent {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog__menu_parent .parent-item .parent:not(:first-child) {
    border-bottom: 1px solid rgba(38, 40, 45, 0.5);
}

.catalog__menu_parent .parent-item .parent.active {
    border-left: 8px solid #26282D;
    border-top: 1px solid #F9FAFC;
    background-color: #FFFFFF;
}

.catalog__menu_parent .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(249, 250, 252, 0.22);
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}

.catalog__menu_parent .submenu.collapse {
    height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}

.catalog__menu_parent .submenu .sublink {
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #26282D;
}

.catalog__menu_parent li {
    background-color: #F9FAFC;
}

.catalog__menu_parent li a {
    transition: 0.3s all ease;
    color: #26282D;
}

.catalog__menu_parent li a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.catalog__menu_parent .arrow_drop {
    transition: 0.3s all ease;
    transform: rotate(0deg);
}

.catalog__menu_parent .arrow_drop.revert {
    transition: 0.3s all ease;
    transform: rotate(180deg);
}

.catalog__menu .subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #26282D;
    margin: 40px 0 20px;
}

.catalog__menu .subtitle:first-child {
    margin: 0 0 20px;
}

@media (max-width: 1440px) {
    .catalog__menu {
        max-width: 310px;
    }
}

@media (max-width: 768px) {
    .catalog__menu {
        display: none;
    }
}

/*catalog detail*/

.catalog__detail {
    display: flex;
}

.catalog__detail_left {
    margin-right: 30px;
    max-width: 620px;
    width: 100%;
}

.catalog__detail_left-top {
    text-align: center;
}

.catalog__detail_left-bottom {
    position: relative;
    max-height: 126px;
    height: 100%;
    margin-top: 15px;
    padding: 0 30px;
}

.catalog__detail_left-bottom .catalog__nxt__arrow {
    position: absolute;
    top: 50%;
    right: 0;
}

.catalog__detail_left-bottom .catalog__prv__arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(180deg);
}

.catalog__detail_left-bottom .swiper-button-disabled path {
    fill: #EBEDF0;
}

.catalog__detail_left img {
    max-width: 100%;
    max-height: 430px;
}

@media (max-width: 1024px) {
    .catalog__detail_left {
        margin: 0 auto;
    }
}

.catalog__detail_right-section {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 0.75;
}

.catalog__detail_right-title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #26282D;
    max-width: 530px;
    margin-bottom: 15px;
}

.catalog__detail_right-other {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #26282D;
}

.catalog__detail_right-other span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 0.4;
}

.catalog__detail_right .send__message {
    width: 280px;
    text-align: center;
}

.btn_send_bloks {
    margin-top: 30px;
    margin-bottom: 30px;
}


.catalog__detail_right-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.005em;
    color: #26282D;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    offset-anchor: auto;
}

@media (max-width: 1024px) {
    .catalog__detail {
        flex-direction: column;
    }
}

.thumb_item {
    display: block;
    width: 100%;
    height: 100%;
}

.thumb_item img {
    max-width: 100%;
    max-height: 150px;
}

@media (max-width: 1024px) {
    .thumb_item img {
        max-height: 127px;
    }
}

@media (max-width: 768px) {
    .thumb_item {
        text-align: center;
    }
}

.accordion .parent-item .parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEDF0;
    padding-bottom: 10px;
}

.accordion .parent-item .parent_title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #26282D;
}

.accordion .parent-item .parent .arrow_drop {
    transition: 0.3s all ease;
    transform: rotate(90deg);
}

.accordion .parent-item .parent .arrow_drop.revert {
    transition: 0.3s all ease;
    transform: rotate(-90deg);
}

.accordion .submenu {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 400ms 400ms, opacity 400ms 0ms;
}

.accordion .submenu.collapse {
    height: auto;
    opacity: 1;
    transition: height 0ms 400ms, opacity 600ms 0ms;
}

.accordion .submenu .dual__block {
    justify-content: space-between;
}

.accordion .submenu .dual__block .item {
    max-width: 680px;
    width: 100%;
}

.characteristics__item {
    display: flex;
    align-items: stretch;
    border: 1px solid #B3B3B3;
}

.characteristics__item__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #27282D;
    padding: 20px 28px;
    max-width: 490px;
    width: 100%;
    background-color: #EBEDF0;
    border-right: 1px solid #B3B3B3;
    display: flex;
    align-items: center;
}

.characteristics__item__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #27282D;
    opacity: 0.8;
    padding: 15px 29px;
    width: 100%;
}

.characteristics__item:not(:first-child) {
    border-top: 0;
}

@media (max-width: 768px) {
    .characteristics__item {
        flex-direction: column;
    }

    .characteristics__item__name {
        max-width: none;
        width: 100%;
        background-color: #EBEDF0;
        border-right: 0;
        border-bottom: 1px solid #B3B3B3;
        display: flex;
        align-items: center;
    }
}

.download__block {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.download__block_item {
    transition: 0.3s all ease;
    max-width: 490px;
    width: 100%;
    background: #F9FAFC;
    padding: 25px;
}

.download__block_item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.download__block_item-top.border_bottom_none {
    border-bottom: none;
}

.download__block_item-top .top__left {
    display: flex;
    align-items: center;
}

.download__block_item-top .top__left .top__icon {
    min-width: 47px !important;
    width: 47px;
}

.download__block_item-top .top__left .top__title {
    margin-left: 20px;
}

.download__block_item-top .top__left .top__title-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #26282D;
}

@media (max-width: 768px) {
    .download__block_item-top .top__left .top__title-name {
        font-size: 16px;
    }
}

.download__block_item-top .top__left .top__title-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.4;
}

.download__block_item-top .top__download:hover svg path {
    transition: 0.3s all ease;
    fill: #D71934;
}

.download__block_item:hover {
    transition: 0.3s all ease;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1024px) {
    .download__block_item {
        width: 47%;
        margin-top: 15px;
    }

    .download__block_item:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .download__block_item {
        width: 100%;
        margin-top: 15px;
        max-width: none;
    }

    .download__block_item:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .download__block {
        flex-wrap: wrap;
    }
}

.table__head {
    display: flex;
    align-items: stretch;
}

.table__head-item {
    width: 15%;
    text-align: center;
    padding: 15px;
    background-color: #EBEDF0;
    border: 1px solid #B3B3B3;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #26282D;
}

.table__head-item:nth-child(3) {
    width: 40%;
}

.table__head-item:not(:last-child) {
    border-right: 0;
}

@media (max-width: 1420px) {
    .table__head-item {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .table__head-item {
        font-size: 10px;
    }
}

.table__body-row {
    display: flex;
    align-items: stretch;
}

.table__body-item {
    width: 15%;
    text-align: center;
    padding: 15px;
    border: 1px solid #B3B3B3;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #26282D;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table__body-item:nth-child(3) {
    width: 40%;
    text-align: left;
}

.table__body-item:not(:nth-child(-n+2)) {
    font-weight: 300;
}

.table__body-item:not(:last-child) {
    border-right: 0;
}

.table__body-item.double {
    display: flex;
    padding: 0;
    flex-direction: row;
}

.table__body-item.double .table__body-item {
    width: 50%;
    border-bottom: 0;
    font-weight: 300;
}

.table__body-item.double .table__body-item:first-child {
    border-left: 0;
}

.table__body-item.double .table__body-item:last-child {
    border-right: 0;
}

@media (max-width: 1200px) {
    .table__body-item.double .table__body-item:last-child {
        padding: 0;
    }
}

.table__body-item.double .table__body-item:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table__body-item.double .table__body-item svg {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.table__body-item.double .table__body-item svg path {
    fill: #939496;
}

.table__body-item.double .table__body-item svg:hover path {
    fill: #D71934;
}

@media (max-width: 1420px) {
    .table__body-item {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .table__body-item {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .table {
        display: none;
    }
    .table.mobile-show {
        display: block;
    }
}

.table__mobile {
    display: none;
}

.table__mobile_item {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.table__mobile_item.small {
    width: 50%;
    border: 1px solid #B3B3B3;
}

.table__mobile_item.small .small__title {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #EBEDF0;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #26282D;
    border-bottom: 1px solid #B3B3B3;
}

@media (max-width: 768px) {
    .table__mobile_item.small .small__title {
        font-size: 12px;
    }
}

.table__mobile_item.small .small__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #27282D;
    padding: 15px;
}

.table__mobile_item.small:first-child {
    border-right: 0;
}

.table__mobile_item.big .big__title {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #EBEDF0;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #26282D;
    border: 1px solid #B3B3B3;
    border-top: 0;
}

@media (max-width: 768px) {
    .table__mobile_item.big .big__title {
        font-size: 12px;
    }
}

.table__mobile_item.big .big__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #27282D;
    padding: 15px;
    border: 1px solid #B3B3B3;
    border-top: 0;
    width: 100%;
}

.table__mobile_item .btn__table {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: linear-gradient(296.5deg, #CC1932 -8.97%, #E61B38 108.6%);
    color: #FFFFFF;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.01em;
}

.table__mobile_item .btn__table svg {
    margin-right: 15px;
}

.table__mobile_item .btn__table svg path {
    fill: #FFFFFF;
}

@media (max-width: 768px) {
    .table__mobile {
        display: block;
    }
}

.tooltip {
    position: fixed;
    padding: 10px 20px;
    background: #F9FAFC;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 12px;
    left: -100px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #27282D;
}

/*catalog-solution*/

.catalog__solution {
    gap: 50px 30px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
}

.catalog__solution-item .top {
    display: block;
    position: relative;
    min-height: 250px;
    text-decoration: none;
    background-color: #EBEDF0;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px;
    transition: 0.3s all ease;
}

.catalog__solution-item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border: 1px solid #D4D4D5;
}

.catalog__solution-item .bottom span {
    max-width: 500px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 0.8;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog__solution-item .bottom svg {
    transition: 0.3s all ease;
    transform: translateX(0px);
    width: 100%;
    max-width: 60px;
}

.catalog__solution-item:hover {
    box-shadow: 0 30px 60px -10px rgba(191, 21, 45, 0.3);
}

.catalog__solution-item:hover .top {
    transition: 0.3s all ease;
    color: #FFFFFF;
    background-color: #D71934;
}

.catalog__solution-item:hover .bottom svg {
    transition: 0.3s all ease;
    transform: translateX(10px);
}

@media (max-width: 768px) {
    .catalog__solution {
        grid-template-columns: repeat(1, 100%);
    }
}

.search__catalog {
    display: flex;
}

.search__catalog label {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.search__catalog label input {
    width: 100%;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #26282D;
    color: #26282D;
    opacity: 0.4;
}

.search__catalog label input:focus-visible {
    outline: none;
}

.search__catalog label .search__icon {
    position: absolute;
    right: 10px;
}

#detail_other {
    padding-top: 120px;
    margin-top: -40px;
}

.info__smi {
    width: 50%;
    background-color: #26282D;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px;
}

.info__smi .title {
    font-size: 24px;
    color: #FFFFFF;
}

.info__smi .phone {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info__smi .phone img {
    max-width: 35px;
}

.info__smi .phone a {
    transition: 0.3s all ease;
    color: #FFFFFF;
}

.info__smi .phone a:hover {
    transition: 0.3s all ease;
    color: #D71934;
}

.info__smi p {
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .info__smi {
        width: 100%;
    }
}

.search-language-guess {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #101828;
}

font.notetext {
    color: #D71934 !important;
}

.button__send_form {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.button__send_form:hover {
    cursor: pointer;
}

/*# sourceMappingURL=main.css.map */

/*Для контактов, включение "крошек" */

.crumbs.befor-contact {
    padding: 0 100px;
}

.contact.with-crumbs .p-100 {
    padding: 0 100px 35px 100px;
}

.contact.with-crumbs .block__title, .block__title.form__bottom.with-crumbs p.title {
    margin-top: 0;
}

.block__title.form__bottom.with-crumbs {
    padding: 35px 35px 0 35px;
}

@media (max-width: 1300px) {
    .crumbs.befor-contact {
        padding: 0 50px;
    }

    .contact.with-crumbs .p-100 {
        padding: 0 50px 35px 50px;
    }

    .block__title.form__bottom.with-crumbs {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .crumbs.befor-contact {
        padding: 0 30px;
    }

    .contact.with-crumbs .p-100 {
        padding: 0 30px 35px 30px;
    }

    .block__title.form__bottom.with-crumbs {
        padding: 35px 0 0 0;
    }
}

/*Для Каталога решений, включение "крошек" */

.block__title.with-crumbs {
    margin-top: 30px;
}

/*Для СПЕЦ Иконки WhatsApp в footer-е*/

a.spec-a-footer {
    margin-bottom: 3px !important;
}

a.spec-a-footer svg {
    width: 25px;
    height: 25px;
}

.right__menu.active a.spec-a-footer svg {
    width: 20px;
    height: 20px;
}

.right__menu.active a.spec-a-footer svg {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    a.spec-a-footer {
        margin-bottom: 1px !important;
    }

    a.spec-a-footer svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    h1 {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media (max-width: 695px) {
    .news-detail iframe {
        max-width: 100%;
        height: auto;
    }
}

.section-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    display: block;
}

.section-title {
    font-family: 'RFDewiExpanded-bold', serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #26282D;
    font-size: 40px;
    line-height: 48px;
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
    word-break: inherit;
}

span.section-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D71934;
}

.ui .news-detail ul {
    padding: 0 0 0 20px;
}

.ui .news-detail ul li {
    list-style: disc;
}

.ui .news-detail ul li::marker {
    color: #D71934;
    background-color: #D71934;
}

.ui ul li,
.ui ol li {
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    font-size: 16px;
    line-height: 160%;
    margin: 15px 0;
}

.contact__block.direction-column {
    flex-direction: column;
}

.contact__block__one {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 1024px) {
    .contact__block__one {
        flex-wrap: wrap;
    }
}

.contact__col .transform-none {
    text-transform: none;
}

.submenu table {
    overfow: scroll!important;
}

/*Для Правовой информации*/
.pravov-info summary {
    display: block;
}

.pravov-info summary::-webkit-details-marker {
    display: none;
}

.pravov-info span.section-title {
    font-size: 28px;
}

@media (max-width: 768px) {
    .pravov-info span.section-title {
       font-size: 20px;
       line-height: 22px;
    }
}

.pravov-info summary:hover {
    cursor: pointer;
}

.pravov-info summary:hover span.section-title {
    color: #D71934;
    transition: 0.3s all ease;
    font-size: 28px;
}

@media (max-width: 768px) {
    .pravov-info summary:hover span.section-title {
       font-size: 20px;
    }
}

.pravov-info summary::after {
    content: "\003E";
    padding-left: 0.5em;
    font-size: 28px;
}

@media (max-width: 768px) {
    .pravov-info summary::after {
        font-size: 20px;
   }
}

.pravov-info summary:hover::after {
    color: #D71934;
}

.pravov-info details[open] > summary::after {
    content: "∨";
    font-size: 28px;
}

@media (max-width: 768px) {
    .pravov-info details[open] > summary::after {
        font-size: 20px;
   }
}

.pravov-info span.section-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #fff;
}

.pravov-info ol {
    position: relative;
    list-style: none;
    counter-reset: li;
    list-style-position: outside;
    margin: 0;
}

.pravov-info ol.list,
.pravov-info ol.sublist {
    padding: 0;
}

.pravov-info ol.list li {
    padding: 0 0 0 50px;
}

.pravov-info ol.list > li {
    margin-top: 20px;
}

.pravov-info ol.sublist2 li {
    padding: 0 0 0 10px;
}

ol.sublist2 p {
    padding-left: 10px;
}

.pravov-info ol li,
.pravov-info .list ul li {
    font-family: 'RFDewiExpanded', serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 0.75;
    font-size: 18px;
    line-height: 160%;
}

.pravov-info ol > li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    display: inline-block;
    position: absolute;
    text-align: right;
    font-weight: 600;
    padding: 0;
    margin-right: 10px;
}

.pravov-info ol.list li:before,
.pravov-info ol.sublist li:before {
    width: 40px;
    left: -10px;
}

.pravov-info ol.sublist2 li:before {
    width: 50px;
}
.pravov-info .list ul {
    padding-left: 30px;
}

.pravov-info .list ul li {
   padding: 0;
}
/* End */


/* Start:/local/templates/atb-oem/assets/swiper/swiper-bundle.min.css?169451979415564*/
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/atb-oem/assets/fancybox/fancybox.css?169451979415512*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/atb-oem/components/bitrix/menu/top_menu/style.css?1694519794668*/
.menu ul li a.active {
	color: #D71934;
}

.menu .children {
	display: none;
}

.block--children-menu {
	position: absolute;
    top: 88px;
    width: 100%;
    background-color: #D71934;
    height: 40px;
    left: 0;
    display: none;
    align-items: center;
    z-index: 10;
}

.menu ul:first-child li:hover .block--children-menu {
	display: flex;
}

.menu ul li {
	padding-right: 40px;
    height: 88px;
    display: flex;
    align-items: center;
}

.menu ul li:hover .block--children-menu .children {
	display:  flex;
	justify-content: center;
	z-index: 10;
}

.menu ul li .children li {
	height:  auto;
}

.menu ul li .children li a:hover {
	color: #000000;
}
/* End */


/* Start:/local/templates/atb-oem/styles.css?1694519794808*/
/* disabled-link tech support */
.disabled-link {
    pointer-events: none; cursor: default;
}

/* burger button close */
.carousel__button.burger-button {
    color: #fff;
    position: relative;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    top: 0;
}
.right__menu .head .other .back {
    padding: 0;
}

table {
    overflow: scroll;
    display: block;
}

table::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* description catalog for buttons */
@media (max-width: 930px) {
    .block p {
        max-width: 660px;
    }
}

/* news index mobile width */
@media (max-width: 425px) {

    .news__block__img, .news__block .info {
        max-width: 385px;
        background-position: center;
    }

    .black__block .dual__block .item {
        min-height: 210px !important;
    }
}

/* End */


/* Start:/local/templates/atb-oem/template_styles.css?16990097175754*/
@font-face {
    font-family: 'RFDewiExpanded';
    src: url("/local/templates/atb-oem/./fonts/RFDewiExpanded-Regular.woff2");
}

@font-face {
    font-family: 'RFDewiExpanded-light';
    src: url("/local/templates/atb-oem/./fonts/RFDewiExpanded-Light.woff2");
}

@font-face {
    font-family: 'RFDewiExpanded-bold';
    src: url("/local/templates/atb-oem/./fonts/RFDewiExpanded-Bold.woff2");
}

.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(150, 150, 150, 0.92)) !important;
}

.mt-60 {
    margin-top: 60px;
}

.b24-form-field-agreement a.b24-form-field-agreement-link {
    font-family: 'RFDewiExpanded', serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 140% !important;
    letter-spacing: 0.01em !important;
    opacity: 1 !important;
    color: #26282D !important;
    text-decoration: none !important;
    transition: 0.5s all ease !important;
}

.b24-form-field-agreement a.b24-form-field-agreement-link:hover {
    transition: 0.5s all ease !important;
    color: #D71934 !important;
}

.catalog__detail_left-bottom .swiper-wrapper {
    align-items: center;
}

.b24-form-header.b24-form-padding-side {
    display: none;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
    margin: 0 auto !important;
}

.b24-form-wrapper {
    background-color: transparent !important;
}

.b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
    font-family: 'RFDewiExpanded', serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.01em !important;
    color: #26282D !important;
    opacity: 0.5 !important;
}

.b24-form-control-string .b24-form-control, .b24-form-control-text .b24-form-control {
    border-radius: 0 !important;
    border: 1px solid #26282D !important;
    opacity: 0.4 !important;
}

.b24-form-content {
    padding: 0 !important;
}

.b24-form-btn {
    max-width: 280px !important;
    font-family: 'RFDewiExpanded', serif !important;
    font-style: normal !important;
    font-weight: 200 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #FFFFFF !important;
    background-color: #D71934 !important;
}

.form__bottom {
    max-width: 740px;
    padding: 35px;
    margin: 0 auto;
}

.form__bottom .title__form {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    color: #26282D;
    opacity: 1;
}

.form__bottom .subtitle__form {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #26282D;
    opacity: 1;
    margin: 25px 0;
}

.form__content {
    max-width: 725px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.b24-form-wrapper {
    max-width: 770px !important;
}

#catalog--form {
    width: 100%;
    max-width: 700px;
    display: none;
}

.lines-33__block ul li::marker {
    color: #D71934;
    background-color: #D71934;
}

.line__search {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 15px;
}

.cursored:hover {
    cursor: pointer;
}

.shadow-red:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(220, 0, 27, 0.12), rgba(220, 0, 27, 0.12));
    z-index: 1;
}

.between {
    justify-content: space-between;
}

.control__bar input {
    transition: 0.3s all ease;
    display: inline-block;
    padding: 18px 40px;
    color: #FFFFFF;
    background-color: #D71934;
    font-size: 15px;
    line-height: 140%;
    margin: 5px 0;
    font-weight: 200;
}

.d-md-block {
    display: none;
}

.line-address {
    max-width: 300px;
}

.download-catalog-link {
    color: #26282D;
    font-family: 'RFDewiExpanded-bold', sans-sarif;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s all ease;
}

.download-catalog-link:hover {
    color: #D71934;
    transition: 0.5s all ease;
}

@media (max-width: 1024px) {
    .line__search {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {
    .catalog__video iframe {
        max-width: 100%;
    }

    .d-md-none {
        display: none;
    }

    .d-md-block {
        display: block;
    }

    .contact.mt-80 {
        margin-top: 0;
    }

    .contact .block__title {
        margin-top: 30px;
    }

    .contact .block__title p.title {
        margin-bottom: 20px;
    }

    .form__bottom .title__form {
        font-size: 26px;
        line-height: 31px;
    }

    .form__bottom .subtitle__form {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 425px) {
    .control__bar {
        display: flex;
        justify-content: space-between;
    }

    .control__bar input {
        min-width: 150px;
        padding: 9px 6px;
        color: #FFFFFF;
    }
}

.usage__item:hover .usage__title {
    position: absolute;
    top: 0;
}

.usage__item:hover .usage__arrow {
    position: absolute !important;
    right: 0;
    bottom: 0;
}

@media (max-width: 425px) {
    .black__block .block__title .title {
        font-size: 26px;
        line-height: 28px;
    }
}

.iframe__block__video {
    max-width: 750px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 350px;
}

.iframe__block__video iframe {
    width: 100%;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
}

.application__block {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.p-100 {
    overflow: hidden;
}

.b24-form .b24-form-sign {
    display: none;
}
/* End */
/* /local/templates/atb-oem/css/normalize.css?16945197946891 */
/* /local/templates/atb-oem/css/main.css?175103101880087 */
/* /local/templates/atb-oem/assets/swiper/swiper-bundle.min.css?169451979415564 */
/* /local/templates/atb-oem/assets/fancybox/fancybox.css?169451979415512 */
/* /local/templates/atb-oem/components/bitrix/menu/top_menu/style.css?1694519794668 */
/* /local/templates/atb-oem/styles.css?1694519794808 */
/* /local/templates/atb-oem/template_styles.css?16990097175754 */
