* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Russo One', sans-serif;
    font-size: 62.5%;
    font-style: normal;
    font-weight: normal;
    -webkit-animation: bugfix infinite 1s;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body,
input,
textarea {
    font-family: 'Russo One', sans-serif;
    font-size: 62.5%;
    font-style: normal;
    font-weight: normal;
    -webkit-animation: bugfix infinite 1s;
    line-height: 1.2;
    position: relative;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

button,
input,
a,
textarea {
    outline: none;
    cursor: pointer;
}

button:focus,
input:focus,
a:focus,
textarea:focus {
    outline: none;
}

button:active,
input:active,
a:active,
textarea:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    width: 100%;
    font-size: unset;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.btn {
    border: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

div[id^=wait_comp] {
    display: none;
}

.container {
    width: 96%;
    margin: 0 auto;
    position: relative;
    max-width: unset;
}

.container.small {
    width: 145.6rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 108em) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 105em) {
    html {
        font-size: 8.75px;
    }
}

@media (max-width: 91.5em) {
    html {
        font-size: 7.9px;
    }
}

@media (max-width: 91em) {
    html {
        font-size: 8.4px;
    }
}

@media (max-width: 90em) {
    html {
        font-size: 7.9px;
    }
}

@media (max-width: 80em) {
    html {
        font-size: 7.2px;
    }
}

@media (max-width: 72em) {
    html {
        font-size: 6.5px;
    }
}

@media (max-width: 64em) {

    html {
        font-size: 10px;
        -webkit-text-size-adjust: none;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .container {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 48em) {
    html {
        font-size: 10px;
        -webkit-text-size-adjust: none;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .container {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 44em) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 38em) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 34em) {
    html {
        font-size: 7px;
    }
}

@media (max-width: 30em) {
    html {
        font-size: 6px;
    }
}

@media (max-width: 26em) {
    html {
        font-size: 5px;
    }
}

@media (max-width: 22.5em) {
    html {
        font-size: 4.5px;
    }
}

@media (max-width: 21em) {
    html {
        font-size: 4.4px;
    }
}

.hidden {
    overflow: hidden;
}

.mobile {
    display: none !important;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 21.9rem;
    height: 4.3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background: #322F8A;
    border-radius: .6rem;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.btn:hover {
    background: #471EBF;
}

.decor {
    padding-left: 2.5rem;
    position: relative;
}

.decor::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    top: 0rem;
    left: 0rem;
    width: 2rem;
    height: 3.2rem;
    height: 100%;
    background: url(../images/decor.svg) 50% 0% no-repeat;
    background-size: contain;
}

.decor-arrow {
    position: relative;
}

.decor-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.4rem;
    background: url(../images/arrow-grey.svg) 50% 0% no-repeat;
    background-size: contain;
}

.link {
    display: inline-block;
    font-family: 'Circe', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #322F8A;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    padding-right: 1.9rem;
    position: relative;
}

.link:hover::after {
    right: -.5rem;
}

.link::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0;
    width: 1rem;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s;
    transition: right .3s;
    background: url(../images/arrow-blue.svg) 50% 50% no-repeat;
    background-size: contain;
}

.link.other-link::after {
    width: 1rem;
    height: 100%;
    background: url(../images/arrow-blue.svg) 50% 50% no-repeat;
    background-size: contain;
}

.back {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    padding-left: 2.5rem;
    position: relative;
}

.back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    background: url(../images/arrow-back.svg) 50% no-repeat;
    background-size: contain;
}

@media (max-width: 68em) {
    .desctop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .decor {
        padding-left: 3.5vw;
        position: relative;
    }

    .decor::before {
        top: 1vw;
        left: 0vw;
        width: 2.67vw;
        height: 4.53vw;
    }

    .btn {
        width: 37vw;
        height: 8.27vw;
        font-size: 2.65vw;
        padding: 0;
        border-radius: 0.8rem;
    }

    .link {
        font-size: 2.53vw;
        padding-right: 2.5vw;
    }

    .link::after {
        top: 50%;
        width: 1.44vw;
        height: 2.38vw;
    }

    .back {
        font-size: 3.75vw;
        padding-left: 6.9vw;
    }

    .back::before {
        width: 2.5vw;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header.scroll .header-heading {
    display: none;
}

.header.scroll .header-main__content {
    padding-top: 2rem;
}

.header.scroll .header-main__logo {
    width: 12.9rem;
    height: 12.4rem;
}

.header-heading {
    height: 2rem;
    background: #F5F5F5;
    position: relative;
}

.header-heading > .container {
    height: 100%;
}

.header-heading__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.header-heading__wrap {
    position: absolute;
    top: calc(100% - 1rem);
    right: -3rem;
    height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7.7rem;
    padding-right: 8rem;
    z-index: 1;
    background: #F5F5F5;
    background: url(../images/header-heading-bg.svg) 50% no-repeat;
    background-size: cover;
}

.header-heading__wrap.active {
    width: auto;
    background: url(../images/header-heading-bg_big.svg) 50% no-repeat;
    background-size: cover;
}

.header-heading__wrap.active .header-form label.input-label {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    opacity: 1;
}

.header-heading__wrap.active .header-form__search-btn {
    display: none;
}

.header-form label.input-label {
    position: relative;
    width: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.header-form label.input-label button {
    position: absolute;
    top: 50%;
    left: 0rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-radius: 0;
    background: transparent;
}

.header-form label.input-label button img {
    width: 1.6rem;
}

.header-form label input,
.header-form label select {
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.header-form label input {
    width: 41.5rem;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
    padding-left: 3rem;
}

.header-form label input::-webkit-input-placeholder {
    color: #888888;
}

.header-form label input:-ms-input-placeholder {
    color: #888888;
}

.header-form label input::-ms-input-placeholder {
    color: #888888;
}

.header-form label input::placeholder {
    color: #888888;
}

.header-form__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-right: 6.5rem;
    overflow: hidden;
}

.header-form__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.header-form__search-btn img {
    width: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}

.header-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-language__list {
    width: 65px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header-language > ul > li {
    font-size: 1.3rem;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.header-language > ul > li.active {
    display: block;
    color: #322F8A;


}

.header-language > ul > li.active a {
}

.header-language > ul > li a {
    display: inline-block;
    color: inherit;
}

.header-language__switch {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .4rem;
    display: none;
}

.header-language__up,
.header-language__down {
    display: block;
    width: .9rem;
    height: 0.5rem;
    background: url(../images/language-up.svg) 50% 50% no-repeat;
}

.header-language__up {
    background: url(../images/language-up.svg) 50% 50% no-repeat;
    margin-bottom: .3rem;
    background-size: contain;
}

.header-language__down {
    background: url(../images/language-down.svg) 100% 50% no-repeat;
    background-size: contain;
}

.header-main {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0rem 0.4rem 1.6rem rgba(0, 0, 0, 0.11);
    box-shadow: 0rem 0.4rem 1.6rem rgba(0, 0, 0, 0.11);
}

.header-main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 6rem;
    padding-right: 2.3rem;
    padding-bottom: 2rem;
}

.header-main__logo {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15.1rem;
    height: 14.5rem;
    background: url(../images/header-logo-pattern-desktop@1x.png) 0% 0% no-repeat;
    background-size: cover;
    z-index: 5;
    -webkit-box-shadow: 0rem 0.5rem 1.1rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0.5rem 1.1rem rgba(0, 0, 0, 0.25);
}

.header-main__logo-img {
    width: 77%;
}

.header-main__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main__list > li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.header-main__list > li.no-drop a::after {
    content: none;
}

.header-main__list > li > a {
    color: inherit;
    font-weight: inherit;
    position: relative;
}

.header-main__list > li > a.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    background: url(../images/arrow-dropdown.svg) 50% no-repeat;
    background-size: contain;
}

.header-main__list > li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2rem;
    width: 1.2rem;
    height: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow-dropdown.svg) 50% no-repeat;
    background-size: contain;
}

.header-main__list > li > a:hover {
    color: #545454;
}

.header-main__list > li > a:hover::after {
    background: url(../images/arrow-dropdown_active.svg) 50% no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.header-main__list > li:not(:last-child) {
    margin-right: 4.65rem;
}

.header-main .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -3.2rem;
    margin-top: 30px;
    padding: 3.1rem 7rem 3rem 3.3rem;
    background: #ffffff;
    -webkit-box-shadow: 0rem 0.4rem 1.2rem rgba(0, 0, 0, 0.25);
    box-shadow: 0rem 0.4rem 1.2rem rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.header-main .dropdown-list {
    column-count: 2;
    column-gap: 6rem;
}

@media (max-width: 68em) {
    .header-main .dropdown-list {
        column-count: 1;
    }
}


.header-main .dropdown.active {
    display: block;
}

.header-main .dropdown-products {
    left: 34.7%;
}

.header-main .dropdown-trademark {
    left: 45.2%;
}

.header-main .dropdown-information {
    left: 58.2%;
}

.header-main .dropdown.wide {
    padding-left: 0;
    padding-right: 0;
}

.header-main .dropdown.wide .dropdown-heading {
    padding: 0 7rem 3rem 3.3rem;
}

.header-main .dropdown.wide .dropdown-content {
    padding: 2.3rem 7rem 0rem 3.3rem;
}

.header-main .dropdown-heading {
    border-bottom: 1px solid #E8E8E8;
}

.header-main .dropdown-heading__link {
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    padding-right: 2.5rem;
}

.header-main .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-main .dropdown ul:not(:last-child) {
    margin-right: 6rem;
}

.header-main .dropdown ul li {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}

.header-main .dropdown ul li:hover {
    color: #545454;
}

.header-main .dropdown ul li:not(:last-child) {
    /*margin-bottom: 2.2rem;*/
}

.header-main .dropdown ul li a {
    padding-top: 10px;
    display: block;
    color: inherit;
}

.header-main__btn {
    margin-left: 7.5rem;
}

.banner {
    margin-top: 14.3rem;
}

.banner-slider__item {
    height: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.banner-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-slider__text {
    max-width: 39%;
}

.banner-slider__title {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #141414;
    margin-left: -2.5rem;
}

.banner-slider__title.decor::before {
    background-position: 50% 50%;
    height: 5rem;
}

.banner-slider__description {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    margin-bottom: 2.3rem;
}

.banner-slider-prev,
.banner-slider-next {
    z-index: 10;
    width: 3rem;
    height: 4.5rem;
    top: 51%;
    outline: none;
}

.banner-slider-prev::after,
.banner-slider-next::after {
    content: none;
}

.banner-slider-prev {
    left: 3.5%;
    background: url(../images/arrow-prev.svg) 50% no-repeat;
    background-size: contain;
}

.banner-slider-next {
    right: 7%;
    background: url(../images/arrow-next.svg) 50% no-repeat;
    background-size: contain;
}

.banner-slider__pagination {
    position: absolute;
    bottom: 3.1rem;
    left: auto;
    right: 24.1rem;
    width: auto;
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    color: #212121;
}

.banner-slider__pagination .swiper-pagination-current {
    font-size: 6rem;
    font-family: 'Russo One', sans-serif;
    color: #282657;
}

.banner.trademark {
    height: 36rem;
    margin-bottom: 3rem;
    position: relative;
}

.banner.trademark > .container {
    height: 100%;
}

.banner.trademark .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner.trademark .banner-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.trademark .banner-title {
    font-size: 4.2rem;
    color: #ffffff;
}

.banner.trademark .banner-title.decor::before {
    background-position: 50% 50%;
}

.banner.banner-product {
    height: 49.2rem;
    margin-top: 0;
    position: relative;
}

.banner.banner-product > .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner.banner-product .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner.banner-product .banner-decor {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54.5%;
    height: 34.9rem;
    background: #F20E36;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
}

.banner.banner-product .banner-content {
    height: 34.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.banner-product .banner-title {
    max-width: 44rem;
    font-size: 6rem;
    color: #ffffff;
    font-family: 'Russo One', sans-serif;
    margin-top: 4rem;
    margin-left: -2.4rem;
}

.banner.banner-product .banner-title::before {
    width: 2.2rem;
    top: 1.5rem;
}

.banner.banner-faq {
    background: #F1F1F1;
}

.banner.banner-faq .banner-content {
    padding: 3.8rem 0 3.6rem;
}

.banner.banner-faq .faq-form {
    width: 62.4%;
    margin: 0 auto;
}

.banner.banner-faq .faq-form__suptitle {
    font-size: 2.4rem;
    color: #242424;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}

.banner.banner-faq .faq-form__title {
    font-size: 4.2rem;
    color: #626262;
    text-transform: uppercase;
    margin-bottom: 2.3rem;
}

.banner.banner-faq .faq-form label {
    display: inline-block;
    width: 100%;
    position: relative;
}

.banner.banner-faq .faq-form label input {
    width: 100%;
    height: 6.6rem;
    padding: 0 5.9rem;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: #FEFEFE;
    border-radius: 0.3rem;
    border: none;
}

.banner.banner-faq .faq-form label input::-webkit-input-placeholder {
    color: #adadad;
}

.banner.banner-faq .faq-form label input:-ms-input-placeholder {
    color: #adadad;
}

.banner.banner-faq .faq-form label input::-ms-input-placeholder {
    color: #adadad;
}

.banner.banner-faq .faq-form label input::placeholder {
    color: #adadad;
}

.banner.banner-faq .faq-form__btn {
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.banner.banner-faq .faq-form__btn img {
    width: 2.2rem;
}

.banner.banner-empty {
    background: #F1F1F1;
}

.banner.banner-empty .banner-content {
    height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.banner-empty .banner-title {
    font-size: 4.2rem;
    color: #626262;
}

.banner.banner-empty .banner-title::before {
    background-position: 50% 50%;
}

.banner.banner-download {
    margin-bottom: 1rem;
}

.banner.banner-where {
    height: 50rem;
    margin-bottom: 2rem;
}

.banner.banner-where .banner-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-line {
    background: #F1F1F1;
    margin-bottom: 2rem;
}

.banner-line > .container {
    width: 125.4rem;
}

.banner-line__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-line__link {
    width: 33%;
    height: 8.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #212121;
    position: relative;
}

.banner-line__link span:before {
    -webkit-transition: left .2s;
    transition: left .2s;
}

.banner-line__link:hover span:before {
    left: -.3rem;
}

.banner-line__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background: #D4C9C9;
}

.banner-line__link:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background: #D4C9C9;
}

.banner-partner {
    padding: 6.3rem 0;
    background: #F1F1F1;
    margin-bottom: 8rem;
}

.banner-partner__content {
    text-align: center;
}

.banner-partner__title {
    font-size: 4.2rem;
    color: #282657;
    margin-bottom: 1.6rem;
}

.banner-partner__subtitle {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    font-weight: 350;
    color: #000000;
    margin-bottom: 2.8rem;
}

.banner-partner__btn {
    width: 20.3rem;
    font-weight: 700;
    margin: 0 auto;
}

.categories {
    background: #ffffff;
}

.categories.categories-product {
    margin: 1rem 0;
    background: #EFEFEF;
}

.categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 0 2rem;
    margin-left: -2.2rem;
}

.categories-list__link {
    display: block;
    text-align: center;
    width: 13rem;
    padding-top: 5.9rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #000000;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.categories-list__link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-list__link-suspension {
    background: url("../images/category/category-1.svg") 50% 22% no-repeat;
    background-size: 3rem;
}

.categories-list__link-auto-components {
    background: url("../images/category/category-2.svg") 50% 10% no-repeat;
    background-size: 3.5rem;
}

.categories-list__link-braking-systems {
    background: url("../images/category/category-3.svg") 50% 10% no-repeat;
    background-size: 4.8rem;
}

.categories-list__link-filtration-systems {
    background: url("../images/category/category-4.svg") 50% -35% no-repeat;
    background-size: 7rem;
}

.categories-list__link-transmission {
    background: url("../images/category/category-5.svg") 50% 0% no-repeat;
    background-size: 6.5rem;
}

.categories-list__link-electrical-equipment {
    background: url("../images/category/category-6.svg") 50% -5% no-repeat;
    background-size: 5.5rem;
}

.categories-list__link-cooling-systems {
    background: url("../images/category/category-7.svg") 50% 0% no-repeat;
    background-size: 7rem;
}

.categories-list__link-consumable-components {
    width: 17rem;
    background: url("../images/category/category-8.svg") 50% 0% no-repeat;
    background-size: 5rem;
}

.categories-list__link-other {
    background: url("../images/category/category-9.svg") 50% -15% no-repeat;
    background-size: 6.3rem;
}

.categories-list__link-timing-belt {
    background: url("../images/category/category-10.svg") 50% -30% no-repeat;
    background-size: 8rem;
}

.product-categories {
    margin-bottom: 7.2rem;
}

.product-categories > .container {
    width: 173rem;
    width: 90%;
}

.product-categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-categories__item {
    width: 24%;
    height: 30rem;
    margin-bottom: 2rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-categories__item.wide {
    width: 49.5%;
}

.product-categories__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2.6rem 2.8rem;
    background: #F1F1F1;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.product-categories__link:hover {
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.product-categories__link:hover::after {
    background: rgba(255, 255, 255, 0.2);
}

.product-categories__link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background .2s;
    transition: background .2s;
}

.product-categories__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-categories__name {
    max-width: 29rem;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #000000;
    position: relative;
    z-index: 1;
}

.product-categories__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: .5rem;
}

.product-categories__all {
    padding-right: 2.4rem;
}

.all-products {
    margin-top: 14.3rem;
    padding: 3rem 0 7rem;
}

.all-products__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem 3rem;
}

.all-products__item {
    height: 50rem;
}

.all-products__item:nth-child(8) .all-products__name {
    width: 50%;
    position: absolute;
}

.all-products__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 2.3rem 2.8rem;
    background: #F1F1F1;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.all-products__link:hover {
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.all-products__link:hover::after {
    background: rgba(255, 255, 255, 0.2);
}

.all-products__link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background .2s;
    transition: background .2s;
}

.all-products__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.all-products__name {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #000000;
    position: relative;
    z-index: 1;
}

.category-product {
    padding: 6.3rem 0 7.3rem;
}

.category-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-product__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-product__item:not(:last-child) {
    margin-bottom: 10rem;
}

.category-product__item:nth-child(even) .category-product__text {
    width: 51%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.category-product__text {
    width: 59%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category-product__text.wide {
    width: 100%;
}

.category-product__title {
    font-size: 3rem;
    color: #000000;
    padding-left: 2rem;
    margin-bottom: 2.7rem;
}

.category-product__title::before {
    width: 1.5rem;
    height: 3.5rem;
    background-position: 50% 50%;
}

.category-product__description {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    font-weight: 350;
    color: #000000;
    line-height: 1.45;
}

.category-product__description p:not(:last-child) {
    margin-bottom: 2.9rem;
}

.category-product__img {
    width: 53.7rem;
}

.section-search {
    background: url(../images/search-bg.png) 50% no-repeat;
    background-size: cover;
    margin-bottom: 6.4rem;
}

.section-search > .container {
    width: 109rem;
}

.section-search__content {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-search__img {
    width: 12.3rem;
    margin-left: 0.5rem;
}

.section-search__body {
    width: 84.5%;
    padding-top: 1rem;
}

.section-search__title {
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.025em;
    margin-bottom: 1.5rem;
}

.section-search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-search__form {
    display: flex;
    gap: 5px;
}
.section-search__label {
    display: inline-block;
    position: relative;
}

.section-search__input {
    width: 70.5rem;
    height: 4.5rem;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    border-radius: 0.6rem;
    padding-left: 1.8rem;
    padding-right: 4rem;
    border: none;
}

.section-search__input::-webkit-input-placeholder {
    color: #ADADAD;
}

.section-search__input:-ms-input-placeholder {
    color: #ADADAD;
}

.section-search__input::-ms-input-placeholder {
    color: #ADADAD;
}

.section-search__input::placeholder {
    color: #ADADAD;
}

.section-search__btn {
    position: absolute;
    top: 50%;
    right: 1rem;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-radius: 0;
    background: transparent;
}

.section-search__btn img {
    width: 2rem;
}

.section-search__button {
    width: 20.5rem;
    height: 4.5rem;
}

.section-search.section-search_faq {
    margin-bottom: 3.4rem;
}

.section-search.section-search_warranty {
    margin-bottom: 2rem;
}

.section-technical {
    margin: .8rem 0;
}

.section-technical__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.35rem 0;
    background: #F4F4F4;
    background: none;
    border-radius: 1rem;
    border: 1px solid #000000;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.section-technical__link:hover {
    border-color: #EA0029;
    color: #fff;
    background: #EA0029;
}

.reliability {
    margin-bottom: 7.1rem;
}

.reliability-slider__item {
    height: 57.8rem;
    position: relative;
}

.reliability-slider__item > .container {
    height: 100%;
}

.reliability-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reliability-slider__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reliability-slider__text {
    max-width: 48%;
}

.reliability-slider__title {
    max-width: 55%;
    font-size: 4rem;
    margin-bottom: 4rem;
    color: #282657;
}

.reliability-slider__description {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.17;
    margin-bottom: 3rem;
}

.reliability-slider__description p:not(:last-child) {
    margin-bottom: 2rem;
}

.reliability-slider__link {
    color: #282657;
}

.reliability-slider-prev,
.reliability-slider-next {
    z-index: 10;
    width: 2rem;
    height: 3.3rem;
    top: 51%;
    outline: none;
}

.reliability-slider-prev::after,
.reliability-slider-next::after {
    content: none;
}

.reliability-slider-prev {
    left: 5%;
    background: url(../images/arrow-blue-prev.svg) 50% no-repeat;
    background-size: contain;
}

.reliability-slider-next {
    right: 5%;
    background: url(../images/arrow-blue-next.svg) 50% no-repeat;
    background-size: contain;
}

.news {
    margin-bottom: 1rem;
}

.news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-item {
    width: 49%;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 4rem;
    z-index: 1;
    min-height: 27.8rem;
    position: relative;
}

.news-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.news-item-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    background: rgba(17, 16, 94, 0.83);
    z-index: -1;
}

.news-item-overlay:hover .news-item__img {
    opacity: 0;
}

.news-item-overlay:hover::before {
    background: rgba(17, 16, 94, 0.8);
}

.news-item__text {
    padding: 3.8rem 8.7rem 4rem;
}

.news-item__text-wrap {
    width: 58.5%;
    height: 100%;
    -webkit-filter: drop-shadow(2.4rem 0rem 0rem #eb0029);
    filter: drop-shadow(2.4rem 0rem 0rem #eb0029);
}

.news-item.wide {
    width: 100%;
    height: 56.9rem;
    background: url(../images/news-bg-1.png) 100% 50% no-repeat;
    background-size: contain;
}

.news-item.wide .news-item__text {
    width: 100%;
    height: 100%;
    padding: 14.8rem 29rem 3rem 9.2rem;
    background: #EFEFEF;
    -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
}

.news-item.wide .news-item__title {
    max-width: 64%;
    color: #282657;
}

.news-item.wide .news-item__description {
    max-width: none;
    color: #000000;
    margin-bottom: 3.5rem;
}

.news-item__title {
    max-width: 53%;
    font-size: 4rem;
    color: #fff;
    margin-bottom: 2rem;
}

.news-item__description {
    max-width: 70%;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.17;
    color: #ffffff;
}

.news-item__link {
    color: #282657;
}

.all-news {
    margin-top: 14.3rem;
    padding: 6.6rem 0 4.5rem;
}

.all-news__heading {
    margin-bottom: 5.2rem;
}

.all-news__heading-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2.3rem;
}

.all-news__heading-link {
    display: inline-block;
    padding: 1rem 2.6rem;
    border: 1px solid #D9D9D9;
    border-radius: 7.5rem;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #322F8A;
}

.buy__heading-link {
    display: inline-block;
    padding: 1rem 2.6rem;
    border: 1px solid #D9D9D9;
    border-radius: 7.5rem;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #322F8A;
    transition:all 0.3s;
}

.buy__heading-link.current {
    border: 1px solid #d60729;
    background:#ea0028;
    color: #ffffff;
}

.buy__heading-link:not(.current):hover {
    border: 1px solid #322F8A;
    background:#322F8A;
    color: #ffffff;
}

.buy__heading-link:not(:last-child) {
    margin-right: 1.6rem;
}

.buy__list {
    margin-top: 6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.buy__list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    margin-bottom: 20px;
}

.buy__list-item_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8dae1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    max-height: 10rem;
    border-radius: 4px;
    -webkit-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 1.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.buy__list-item_link::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.buy__list-item_logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 70%;
    display: block;
    max-height: 100%;
}

@media (max-width: 1088px) {
    .buy__list-item_link {
        max-height: 16rem;
    }
}
@media (max-width: 1000px) {
    .buy__list-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;

    }
}

@media (max-width: 1000px) {
    .buy__list-item_link {
        max-height: 20rem;
    }
}
@media (max-width: 680px) {
    .buy__list-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .buy__list-item_link {
        max-height: 13rem;
    }
}


.all-news__heading-link:not(:last-child) {
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;

}

.all-news__heading-links {
    max-width: 60%;
    padding-top: 3rem;
}

.all-news__heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39%;
    padding: 2.8rem 2.7rem;
    padding: 2.8rem 1.5rem 2.8rem 2.7rem;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.all-news__heading-press-title {
    font-size: 2.8rem;
    color: #000000;
    margin-bottom: 1.6rem;
}

.all-news__heading-press-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-left: 0.4rem;
}

.all-news__heading-press-mail img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.all-news__heading-write {
    padding: 1.1rem 3.4rem 1.1rem 2.4rem;
    border-radius: 0.9rem;
    border: 1px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s;
}

.all-news__heading-write:hover {
    margin: 0;
    border: 1px solid #322F8A;
}

.all-news__heading-write:hover::after {
    right: 1rem;
}

.all-news__heading-write::after {
    top: 50%;
    right: 1.5rem;
}

.all-news__body .news-item {
    width: 31.5%;
    margin-bottom: 0;
}

.all-news__body .news-item.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-news__body .news-item.small:hover::after {
    right: 2.5rem;
}

.all-news__body .news-item.small:not(:nth-child(3n)) {
    margin-right: 2.6rem;
}

.all-news__body .news-item.small::after {
    content: '';
    position: absolute;
    top: 36%;
    right: 3.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.6rem;
    height: 2.3rem;
    background: url(../images/next_white.svg) 50% no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.all-news__body .news-item.wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: none;
}

.all-news__body .news-item.wide .news-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.all-news__body .news-item.wide .news-item__text-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
}

.all-news__body .news-item.wide .news-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.all-news__body .news-item.wide .news-item__title,
.all-news__body .news-item.wide .news-item__description,
.all-news__body .news-item.wide .news-item__link {
    color: #ffffff;
}

.all-news__body .news-item.wide .news-item__title {
    max-width: 66%;
    max-width: 79%;
}

.all-news__body .news-item.wide .news-item__link::after {
    width: 0.8rem;
    height: 1.5rem;
    background: url(../images/arrow-next_white.svg) 50% 50% no-repeat;
    background-size: contain;
}

.all-news__body .news-item.wide .news-item__right {
    position: absolute;
    right: 0;
    width: 52%;
    height: 100%;
    overflow: hidden;
}

.all-news__body .news-item.wide .news-item__right-top,
.all-news__body .news-item.wide .news-item__right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50%;
    position: relative;
}

.all-news__body .news-item.wide .news-item__right-top .news-item__title,
.all-news__body .news-item.wide .news-item__right-bottom .news-item__title {
    max-width: none;
    margin-bottom: .5rem;
}

.all-news__body .news-item.wide .news-item__right-top .news-item__description,
.all-news__body .news-item.wide .news-item__right-bottom .news-item__description {
    margin-bottom: 2rem;
}

.all-news__body .news-item.wide .news-item__right-content {
    width: 73%;
    padding-right: 10rem;
}

.all-news__body .news-item__group {
    margin-bottom: 4.6rem;
}

.all-news__body .news-item__group:first-child {
    margin-bottom: 7.6rem;
}

.all-news__body .news-item__group-title {
    font-size: 4rem;
    color: #141414;
    margin-left: 1.5rem;
    margin-bottom: 4.5rem;
}

.all-news__body .news-item__group-title::before {
    background-position: 50% 50%;
}

.all-news__body .news-item__group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin-bottom: 2.6rem;
}

.all-news__body .news-item__text {
    padding: 1.04vw 4.5vw 1.04vw 2vw;
}

.all-news__body .news-item__title {
    max-width: none;
    margin-bottom: 0;
    font-size: 2.083vw;
}

.all-news__body .news-item__description {
    max-width: 81%;
}

.all-news__body .articles-title {
    margin-left: 1.5rem;
    margin-bottom: 4.5rem;
    color: #141414;
}

.all-news__body .articles-title::before {
    background-position: 50% 50%;
}

.all-news__body .articles-item {
    padding: 7rem 8rem 7rem 4.5rem;
}

.all-news__body .articles-item:hover::after {
    right: 3.5rem;
}

.all-news__body .articles-item::after {
    width: 5.1rem;
    height: 3.2rem;
    right: 5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.all-news__body .more-wrap {
    margin-top: 4rem;
}

.all-news__body .more-wrap__btn {
    margin: 3.2rem 0;
    padding-right: 2.6rem;
}

.all-news__body .more-wrap__btn::after {
    width: 2rem;
    height: 1.5rem;
    right: 0rem;
}

.footer {
    padding: 4.4rem 0 2.8rem;
    background: #F1F1F1;
}

.footer > .container {
    width: 163rem;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.2rem;
}

.footer-left {
    position: relative;
}

.footer-logo {
    display: block;
    width: 16.5rem;
    margin-bottom: 10rem;
}

.footer-logo__img {
    width: 100%;
}

.footer-btn {
    position: absolute;
    top: 2.6rem;
    left: calc(100% + 7.2rem);
    width: 16.5rem;
    height: 4.1rem;
    font-size: 1.1rem;
}

.footer-website {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Circe', sans-serif;
    color: #545454;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer-website:hover {
    color: #111;
}

.footer-website:hover path {
    fill: #111;
}

.footer-website__logo {
    width: 1.7rem;
    margin-right: .5rem;
}

.footer-website__logo path {
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
}

.footer-menu__group {
    width: 20rem;
    position: relative;
}

.footer-menu__group:not(:last-child) {
    margin-right: 7.5rem;
}

.footer-menu__group::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5.2rem;
    width: 2px;
    height: 100%;
    background: #D5C9C9;
}

.footer-menu__group:first-child::before {
    left: -2rem;
}

.footer-menu__title {
    font-size: 1.8rem;
    font-family: 'Circe', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 2rem;
}

.footer-menu__list li {
    font-size: 1.8rem;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #545454;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer-menu__list li:hover {
    color: #111;
}

.footer-menu__list li:not(:last-child) {
    margin-bottom: 2.2rem;
}

.footer-menu__list li a {
    color: inherit;
    font-weight: inherit;
}

.footer-menu__list-wrap ul:first-of-type {
    margin-bottom: 2.2rem;
}

.footer-bottom {
    margin-bottom: 2.1rem;
}

.footer-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .7rem;
}

.footer-bottom__list li {
    font-size: 1.4rem;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    color: #545454;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer-bottom__list li:hover {
    color: #111;
}

.footer-bottom__list li:not(:last-child) {
    margin-right: 2.65rem;
}

.footer-bottom__list li a {
    color: inherit;
    font-weight: inherit;
}

.footer-copy {
    font-size: 1.2rem;
    font-family: 'Circe', sans-serif;
    color: #262626;
    padding-left: .7rem;
}

.cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(40, 38, 87, 0.9);
    padding: 2.3rem 0;
    z-index: 10;
}

.cookies.active {
    display: block;
}

.cookies-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3.8rem;
}

.cookies-title {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    color: #ffffff;
}

.cookies-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14.1rem;
    height: 4rem;
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: none;
}

.cookies-button:not(:last-child) {
    margin-right: 3rem;
}

.cookies-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay {
    display: none;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.84);
    z-index: 150;
}

.overlay.news-fix {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
}

.overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.overlay .popup {
    display: none;
    width: 101.3rem;
    height: auto;
    position: relative;
}

.overlay .popup.active {
    display: block;
}

.overlay .popup-close {
    position: absolute;
    top: 2.7rem;
    right: 2.7rem;
    width: 3rem;
    cursor: pointer;
    z-index: 1;
}

.overlay .popup .feedback-content {
    position: relative;
    padding: 8.5rem 0 8.5rem;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}

.overlay .popup .feedback-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(0.5rem);
    filter: blur(0.5rem);
}

.overlay .popup .feedback-suptitle {
    color: #000;
}

.overlay .popup .feedback-title {
    font-size: 4rem;
    text-transform: uppercase;
    color: #000;
}

.overlay .popup .feedback-form {
    width: 82.5%;
    margin: 0 auto;
    position: relative;
}

.overlay .popup .feedback-form label input,
.overlay .popup .feedback-form label textarea {
    background: transparent;
    color: #ffffff;
    border-color: #262626;
    color: #000;
}

.overlay .popup .feedback-form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay .popup .feedback-form__description {
    width: 59.5%;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.55;
    color: #ffffff;
}

.overlay .news-modal {
    width: auto;
    margin: 15rem 0;
}

.overlay .news-modal .popup-close {
    width: 5.8rem;
    height: 5.8rem;
}

.overlay .news-modal .manufacture-text {
    width: 144.6rem;
    background: #fff;
    padding: 0;
    padding: 2.5rem 12.5rem 5rem;
}

.overlay .news-modal .manufacture-text__title {
    font-size: 4.2rem;
    padding-left: 2.8rem;
}

.overlay .news-modal .manufacture-text__title::before {
    width: 1.8rem;
}

.overlay .news-modal .manufacture-text .path {
    margin-bottom: 1.2rem;
}

.overlay .news-modal .manufacture-text .path ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.overlay .news-modal .manufacture-text .path ul li {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    color: #000;
    opacity: 0.5;
    position: relative;
}

.overlay .news-modal .manufacture-text .path ul li:not(:last-child) {
    margin-right: 3rem;
}

.overlay .news-modal .manufacture-text .path ul li:not(:last-child)::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay .news-modal .manufacture-text .path ul li a {
    color: inherit;
}

.overlay .news-modal .manufacture-text__img {
    height: 49.1rem;
    margin: 5rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.overlay .news-modal .read-more {
    margin-top: 7.2rem;
}

.overlay .news-modal .read-more__title {
    font-size: 4.2rem;
    font-family: 'Russo One', sans-serif;
    line-height: 1;
    padding-left: 3.5rem;
    margin-bottom: 2.5rem;
}

.overlay .news-modal .read-more__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.overlay .news-modal .read-more__item {
    width: 45%;
    background: #fff;
    padding: 1.4rem 15rem 5rem 3.8rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    position: relative;
}

.overlay .news-modal .read-more__item::after {
    content: '';
    position: absolute;
    bottom: 1.8rem;
    right: 9rem;
    width: 3rem;
    height: 2rem;
    background: url(../images/arrow-primary.svg) 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay .news-modal .read-more__item:hover::after {
    right: 8rem;
}

.overlay .news-modal .read-more__item-suptitle {
    font-size: 1.6rem;
    font-weight: 700;
    color: #282657;
    margin-bottom: .3rem;
}

.overlay .news-modal .read-more__item-title {
    font-size: 2rem;
    font-family: 'Russo One', sans-serif;
    line-height: 1.45;
    color: #212121;
}

.advantages {
    padding: 4.2rem 0 7.5rem;
    overflow: hidden;
}

.advantages > .container {
    width: 153rem;
}

.advantages-title {
    font-size: 4rem;
    margin-bottom: 6.7rem;
    text-align: center;
}

.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages-item {
    width: 30.5%;
    height: 16.8rem;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    position: relative;
    margin-bottom: 3.7rem;
}

.advantages-item.backFace {
    width: 92%;
    z-index: 1;
    height: auto;
    margin: 0 auto 3.7rem;
    -webkit-transform: skewX(-32deg);
    transform: skewX(-32deg);
}

.advantages-item.backFace .advantages-link_front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.advantages-item.backFace .advantages-link_back {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

.advantages-item.displayNone {
    display: none;
}

.advantages-link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 6.5rem 0 6.5rem;
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
    background: #EFEFEF;
}

.advantages-link:hover .advantages-link__img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.advantages-link span {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
}

.advantages-link span::after {
    content: none;
}

.advantages-link__img {
    width: 2.8rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1rem;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    cursor: pointer;
}

.advantages-link_front,
.advantages-link_back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.advantages-link_back {
    position: static;
    height: auto;
    background: #EB0029;
    color: #fff;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    padding: 7.3rem 13.5rem 9.3rem;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}

.advantages-link_back-content {
    -webkit-transform: skewX(32deg);
    transform: skewX(32deg);
}

.advantages-link_back-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.advantages-link_back-description {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    line-height: 1.45;
}

.advantages-link__close {
    position: absolute;
    top: 2rem;
    right: 4rem;
    width: 3rem;
    height: 3rem;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    cursor: pointer;
}

.origin {
    padding: 3.4rem 0 1.3rem;
}

.origin > .container {
    width: 163rem;
    width: 85%;
}

.origin-title {
    font-size: 4rem;
    color: #282657;
    padding-left: 1.5rem;
    margin-bottom: 4.3rem;
}

.origin-title::before {
    width: 4.5rem;
    background-position: 50% 50%;
}

.origin-description {
    max-width: 93%;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: #000000;
    margin-left: 1.4rem;
}

.origin-description p:not(:last-child) {
    margin-bottom: 2.3rem;
}

.origin-description p.p-title {
    font-weight: 700;
    padding-left: 1.5rem;
}

.origin-description p.p-title::before {
    top: 0.2rem;
    width: 1rem;
}

.origin-description ul {
    padding-left: 1rem;
    margin-bottom: 4.2rem;
}

.origin-description ul li {
    position: relative;
}

.origin-description ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #000;
}

.origin-description ul li:not(:last-child) {
    margin-bottom: 2.2rem;
}

.origin-group {
    margin-bottom: 4.2rem;
}

.origin-group.wide {
    width: 102.5%;
}

.origin-group.w-60 {
    margin-bottom: 6.5rem;
}

.origin-group.w-60 > p:not(:last-child) {
    margin-bottom: 2.5rem;
}

.origin-group.w-60 .origin-group__item {
    width: 60%;
    margin-bottom: 3.6rem;
}

.origin-group.w-60 .origin-group__item:nth-child(1) .origin-group__item-img img {
    width: 40%;
}

.origin-group.w-60 .origin-group__item:nth-child(3) .origin-group__item-img img {
    width: 50%;
}

.origin-group.w-60 .origin-group__items {
    display: block;
}

.origin-group.w100 {
    display: block;
}

.origin-group.w100 > p:not(:last-child) {
    margin-bottom: 3rem;
}

.origin-group.w100 .origin-group__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.origin-group.w100 .origin-group__item:not(:last-child) {
    margin-bottom: 3.7rem;
}

.origin-group.w100 .origin-group__item:nth-child(6) .origin-group__item-img img {
    margin-left: -1.5rem;
    width: 120%;
    max-width: 120%;
}

.origin-group.w100 .origin-group__item-img {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 5rem;
    height: auto;
}

.origin-group > p:not(:last-child) {
    margin-bottom: 4rem;
}

.origin-group__item {
    width: 30.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.origin-group__item:not(:nth-child(n+4)) {
    margin-bottom: 6.2rem;
}

.origin-group__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.origin-group__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3rem;
}

.origin-group__item-img img {
    height: 70%;
}

.origin-group__item:nth-last-child(-n+2) img {
    height: 60%;
}

.origin-group__item-text {
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
}

.origin-group__item-description {
    font-weight: 500;
}

.feedback {
    padding: 1.5rem 0 10rem;
}

.feedback > .container {
    width: 163rem;
}

.feedback.feedback-trademark > .container {
    width: 85%;
}

.feedback.feedback-trademark .feedback-title {
    color: #322F8A;
}

.feedback.feedback-trademark .feedback-title a {
    text-decoration: none;
}

.feedback.feedback-trademark .feedback-form label input,
.feedback.feedback-trademark .feedback-form label textarea {
    border-color: #585858;
}

.feedback-suptitle {
    font-size: 2.5rem;
    color: #A7A6A5;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

.feedback-title {
    font-size: 2.5rem;
    color: #A7A6A5;
    margin-bottom: 4.6rem;
}

.feedback-title a {
    text-decoration: underline;
    color: #322F8A;
}

.feedback-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}

.feedback-form__group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    flex-flow: row wrap;
}

.feedback-form label {
    display: inline-block;
    width: 39.7%;
    margin: 5px;
    padding: 5px;
    flex: 1 1 auto;
}

.feedback-form label label.error {
    display: none !important;
}

.feedback-form label.is-error input,
.feedback-form label.is-error textarea {
    border-color: #eb0029 !important;
}

label.is-error input {
    border-color: #eb0029 !important;
}

.feedback-form label.required {
    position: relative;
}

.contacts-form__block label.error {
    display: none !important;
}

.feedback-form label.required::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #EB0029;
}

.feedback-form label.semi {
    width: 57.1%;
}

.feedback-form label.wide {
    width: 100%;
}

.feedback-form label input,
.feedback-form label textarea {
    width: 100%;
    height: 6.1rem;
    border: 2px solid #ADADAF;
    padding: 0 2.2rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
}

.feedback-form label input::-webkit-input-placeholder,
.feedback-form label textarea::-webkit-input-placeholder {
    color: #D0D0D0;
}

.feedback-form label input:-ms-input-placeholder,
.feedback-form label textarea:-ms-input-placeholder {
    color: #D0D0D0;
}

.feedback-form label input::-ms-input-placeholder,
.feedback-form label textarea::-ms-input-placeholder {
    color: #D0D0D0;
}

.feedback-form label input::placeholder,
.feedback-form label textarea::placeholder {
    color: #D0D0D0;
}

.feedback-form label textarea {
    width: 100%;
    height: 11.9rem;
    padding: 2rem 2.2rem 0;
    resize: none;
}

.feedback-form__captcha {
    width: 36.1rem;
    margin-bottom: 3.8rem;
}

.feedback-form__btn {
    width: 25.4rem;
    height: 6rem;
}

.feedback.feedback-help {
    padding: 0 0 9rem;
}

.feedback.feedback-help > .container {
    width: 96%;
}

.feedback.feedback-help .feedback-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(0.5rem);
    filter: blur(0.5rem);
}

.feedback.feedback-help .feedback-content {
    position: relative;
    padding: 7.7rem 0 8.5rem;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.feedback.feedback-help .feedback-suptitle {
    color: #000;
}

.feedback.feedback-help .feedback-title {
    font-size: 4rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3.8rem;
}

.feedback.feedback-help .feedback-form {
    width: 88.5%;
    margin: 0 auto;
    position: relative;
}

.feedback.feedback-help .feedback-form label input,
.feedback.feedback-help .feedback-form label textarea {
    background: transparent;
    color: #ffffff;
    border-color: #262626;
    color: #000;
}

.warranty {
    padding: 3rem 0 5.4rem;
}

.warranty-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5.2rem 20.5rem 5.2rem 12.5rem;
    background: #F4F4F4;
    border-radius: 1rem;
}

.warranty-text {
    width: 68%;
    padding-top: 3rem;
}

.warranty-title {
    font-size: 4rem;
    font-family: 'Russo One', sans-serif;
    color: #000000;
    line-height: 1.04;
    padding-left: 3.3rem;
    margin-bottom: 1rem;
}

.warranty-title::before {
    width: 2rem;
}

.warranty-description {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 3.3rem;
}

.warranty-link {
    font-size: 1.8rem;
    color: #000000;
    letter-spacing: normal;
}

.warranty-link:after {
    width: .7rem;
}

.warranty-link.other-link::after {
    background: url(../images/arrow-next_black.svg) 50% 50% no-repeat;
    background-size: contain;
}

.warranty-img {
    width: 26.2rem;
}

.warranty-img img {
    width: 100%;
}

.warranty-conditions {
    padding: 6.1rem 0 8.3rem;
}

.warranty-conditions__content {
    font-size: 2.2rem;
    font-family: 'Circe', sans-serif;
    line-height: 1.45;
    color: #000000;
}

.warranty-conditions__content p:not(:last-child) {
    margin-bottom: 3.5rem;
}

.warranty-conditions__block {
    margin-bottom: 3.5rem;
}

.warranty-conditions__block-title {
    font-weight: 700;
}

.warranty-conditions__block ul {
    padding-left: 1.2rem;
}

.warranty-conditions__block ul li {
    position: relative;
}

.warranty-conditions__block ul li::before {
    content: '-';
    position: absolute;
    top: 50%;
    left: -1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.warranty-obligations {
    padding: 0 0 2rem;
}

.warranty-obligations > .container {
    width: 157rem;
}

.warranty-obligations__title {
    font-size: 4.2rem;
    color: #000000;
    text-align: center;
    margin-bottom: 8rem;
}

.warranty-obligations__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.warranty-obligations__item {
    width: 31.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.1rem;
}

.warranty-obligations__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3rem;
}

.warranty-obligations__item-img img {
    height: 70%;
}

.warranty-obligations__item:nth-last-child(-n+2) img {
    height: 60%;
}

.warranty-obligations__item-text {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.articles-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.articles-title {
    font-size: 4rem;
    font-family: 'Russo One', sans-serif;
    color: #141414;
    margin-bottom: 5rem;
}

.articles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    padding: 4rem 8rem 4rem 2.8rem;
    border-radius: 1.2rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#EFEFEF), to(#EFEFEF));
    background: linear-gradient(0deg, #EFEFEF, #EFEFEF);
    -webkit-box-shadow: 0.2rem 0.3rem 1.6rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.2rem 0.3rem 1.6rem rgba(0, 0, 0, 0.12);
    font-size: 4rem;
    font-family: 'Russo One', sans-serif;
    color: #282657;
    text-transform: none;
    letter-spacing: normal;
}

.articles-item::after {
    top: 50%;
    right: 3.5rem;
    width: 3rem;
    height: 2rem;
    background: url(../images/arrow-primary.svg) 50% 50% no-repeat;
    background-size: contain;
}

.more-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.more-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .6px;
    background: rgba(0, 0, 0, 0.5);
}

.more-wrap__btn {
    font-size: 1.8rem;
    font-family: 'Circe', sans-serif;
    font-weight: 800;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: #322F8A;
    margin: 1.7rem 0;
    cursor: pointer;
    position: relative;
}

.more-wrap__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2rem;
    width: .9rem;
    height: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrow-more.svg) 50% no-repeat;
    background-size: contain;
}

.catalog {
    margin-top: 14.3rem;
}

.catalog-title {
    font-size: 4rem;
    margin-bottom: 4.2rem;
}

.catalog-filter {
    padding: 14rem 0 4rem;
    -webkit-box-shadow: 0rem 0.4rem 1.7rem rgba(0, 0, 0, 0.11);
    box-shadow: 0rem 0.4rem 1.7rem rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 1;
}

.catalog .filter-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog .filter-form__content .underline {
    position: relative;
}

.catalog .filter-form__content .underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.8rem;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.catalog .filter-form__content .break {
    margin-bottom: 3.6rem;
}

.catalog .filter-form__btn {
    position: absolute;
    top: 50%;
    left: 3.7rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.catalog .filter-form__btn img {
    width: 3.5rem;
}

.catalog .filter-form label {
    width: 100%;
    position: relative;
}

.catalog .filter-form label.label-select {
    position: relative;
}

.catalog .filter-form label.label-select::after {
    content: '';
    position: absolute;
    top: 0%;
    right: 2.2rem;
    width: 1.7rem;
    height: 100%;
    background: url(../images/select-arrow.svg) 50% no-repeat;
    background-size: contain;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    display:none;
}

.catalog .filter-form label input,
.catalog .filter-form label select {
    width: 100%;
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: #FAFAFA;
    border-radius: 0.9rem;
    border: none;
}

.catalog .filter-form label input::-webkit-input-placeholder,
.catalog .filter-form label select::-webkit-input-placeholder {
    color: #BCBCBC;
}

.catalog .filter-form label input:-ms-input-placeholder,
.catalog .filter-form label select:-ms-input-placeholder {
    color: #BCBCBC;
}

.catalog .filter-form label input::-ms-input-placeholder,
.catalog .filter-form label select::-ms-input-placeholder {
    color: #BCBCBC;
}

.catalog .filter-form label input::placeholder,
.catalog .filter-form label select::placeholder {
    color: #BCBCBC;
}

.catalog .filter-form label input {
    height: 10.1rem;
    padding: 0 9.4rem;
}

.catalog .filter-form label input.small {
    height: 7rem;
}

.catalog .filter-form label select {
    height: 7rem;
    padding: 0 2rem;
    color: #BCBCBC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.catalog .filter-form__group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog .filter-form__group > label {
    width: 24%;
}

.catalog .filter-form__use {
    margin-top: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalog .filter-form__use-btn {
    width: 20.3rem;
    height: 4.5rem;
    padding: 0;
}

.catalog .filter-form__use-btn:not(:first-child) {
    margin-left: 3rem;
}

.catalog .filter-form__use-btn.btn-reset {
    background: #ECECEC;
    color: #565656;
}

.catalog .filter-form__use-btn.btn-reset:hover {
    background: #f3f3f3;
}

.catalog .filter-form .list-inter {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: #fff;
    z-index: 3;
    border-radius: .9rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.catalog .filter-form .list-inter ul li {
    font-size: 2rem;
    color: #000;
}

.catalog .filter-form .list-inter ul li:not(:last-child) {
    margin-bottom: 1rem;
}

.catalog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
}

.catalog-pagination ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-pagination li > svg path {
    fill: #D9D9D9;
}

.catalog-pagination li svg {
    width: 0.6rem;
}

.catalog-pagination li:not(:last-child) {
    margin-right: .7rem;
}

.catalog-pagination li:first-child .page-link,
.catalog-pagination li:last-child .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.3rem;
    height: 3.3rem;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    font-size: 1.4rem;
    font-family: 'Circe', sans-serif;
    color: #464646;
}

.catalog-pagination li:first-child > a,
.catalog-pagination li:last-child > a {
    border: none;
}

.catalog-pagination li:first-child img,
.catalog-pagination li:first-child svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-pagination .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.3rem;
    height: 3.3rem;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    font-size: 1.4rem;
    font-family: 'Circe', sans-serif;
    color: #464646;
}

.catalog-pagination .active .page-link {
    border: 1px solid #EB0029;
    color: #EB0029;
}

.catalog-pagination .page-link.empty {
    border-radius: 0;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #D9D9D9;
}

.catalog-pagination__button.disabled {
    cursor: auto;
}

.catalog-pagination__button.disabled path {
    fill: #D9D9D9;
}

.catalog-pagination__prev img,
.catalog-pagination__prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.catalog-content__left {
    width: 32.3%;
    background: #FAFAFA;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 6rem 10rem;
}

.catalog-content__left-title {
    font-size: 2.8rem;
    color: #C0C0C0;
    margin-bottom: 3rem;
}

.catalog-content__left-title a {
    color: #000000;
}

.catalog-content__list li {
    font-size: 2.8rem;
    color: #000000;
}

.catalog-content__list li.active {
    text-decoration: underline;
}

.catalog-content__list li::first-letter {
    text-transform: uppercase;
}

.catalog-content__list li:not(:last-child) {
    margin-bottom: 3.1rem;
}

.catalog-content__list li a {
    color: inherit;
    font-weight: inherit;
}

.catalog-content__right {
    width: 67.7%;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3.7rem 4rem;
}

.catalog-content__right-product {
    padding: 5.7rem 10rem 1.9rem 9rem;
}

.catalog-content__right-product .catalog-content__print {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-content__category {
    padding: 2rem 0 2rem;
}

.catalog-content__category li.active a {
    text-decoration: none;
    color: #ad172b;
}

.catalog-content__category-title {
    font-size: 4rem;
    color: #000000;
    margin-bottom: 3.2rem;
}

.catalog-content__category-title::before {
    top: 0.5rem;
    background-position: 50% 0%;
}

.catalog-content__category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-content__category-list li {
    font-size: 1.5rem;
    color: #393939;
}

.catalog-content__category-list li:not(:last-child) {
    /*margin-bottom: 2.7rem;*/
}

.catalog-content__category-list li a {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

.catalog-content__back {
    margin-left: -3.5rem;
}

.catalog-content__print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3.5rem;
}

.catalog-content__print.print-category {
    margin-bottom: 1.5rem;
}

.catalog-content__print-btn {
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: #322F8A;
    position: relative;
    cursor: pointer;
}

.catalog-content__print-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3.2rem;
    width: 2.2rem;
    height: 100%;
    background: url(../images/print.svg) 50% no-repeat;
    background-size: contain;
}

.catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FAFAFA;
    padding: 3rem 2rem 2rem;
    border-radius: 0.9rem;
}

.catalog-item:not(:last-child) {
    margin-bottom: 2.7rem;
}

.catalog-item__preview {
    width: 33rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-item__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-item__text {
    width: 68.4%;
    padding-top: 1.4rem;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.catalog-item__name {
    font-size: 2.5rem;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 2.9rem;
}

.catalog-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-item__description {
    width: 48%;
    font-size: 1.43rem;
    font-weight: 500;
}

.catalog-item__description-title {
    font-weight: 400;
    color: #656565;
    line-height: 1.18;
    margin-bottom: 1.4rem;
}

.catalog-item__info {
    width: 36.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-item__group {
    width: 42%;
    font-size: 1.26rem;
}

.catalog-item__group:not(:last-child) {
    margin-bottom: 3.6rem;
}

.catalog-item__group.wide {
    width: 100%;
}

.catalog-item__group-name {
    color: #656565;
    line-height: 1.19;
    margin-bottom: 1.3rem;
}

.catalog-item__group-value {
    font-weight: 500;
}

.catalog-product {
    padding: 5.6rem 0 0rem;
}

.catalog-product__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.5rem;
}

.catalog-product__photos {
    width: 39.7%;
    padding-top: 1rem;
}

.catalog-product__photos-bottom {
    position: relative;
}

.catalog-product__photos .product-slider {
    margin-bottom: 5.5rem;
}

.catalog-product__photos .product-slider__item {
    height: 36.5rem;
}

.catalog-product__photos .product-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-product__photos .product-slider-prev,
.catalog-product__photos .product-slider-next {
    z-index: 10;
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    border-radius: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.catalog-product__photos .product-slider-prev::after,
.catalog-product__photos .product-slider-next::after {
    content: none;
}

.catalog-product__photos .product-slider-prev {
    left: .5%;
    background: #322F8A url(../images/arrow-prev.svg) 50% no-repeat;
    background-size: .6rem;
}

.catalog-product__photos .product-slider-next {
    right: .5%;
    background: #322F8A url(../images/arrow-next.svg) 50% no-repeat;
    background-size: .6rem;
}

.catalog-product__photos .product-thumbs {
    width: 83%;
    margin: 0 auto;
}

.catalog-product__photos .product-thumbs__item {
    height: 10rem;
    width: 10rem !important;
    border: 1px solid #d8dae1;
    cursor: pointer;
}

.catalog-product__photos .product-thumbs__item.swiper-slide-thumb-active {
    border: 1px solid #d8dae1;
}

.catalog-product__photos .product-thumbs__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-product__text {
    width: 49%;
    padding-left: .2rem;
}

.catalog-product__name {
    font-size: 4.8rem;
    color: #000000;
    margin-bottom: 6rem;
}

.catalog-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
}

.catalog-product__group {
    font-size: 1.6rem;
}

.catalog-product__group:not(:last-child) {
    margin-bottom: 4.2rem;
}

.catalog-product__group.wide {
    width: 100%;
}

.catalog-product__group-name {
    color: #656565;
    line-height: 1.25;
    margin-bottom: 1.8rem;
}

.catalog-product__group-value {
    font-weight: 500;
}

.catalog-product__about {
    padding-left: 0.45rem;
}

.catalog-product__about-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 4.2rem;
}

.catalog-product__about-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E3E4E8;
}

.catalog-product__about-heading-item {
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #656565;
    padding: 2rem 0;
    cursor: pointer;
    position: relative;
}

.catalog-product__about-heading-item::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F52121;
    z-index: 1;
}

.catalog-product__about-heading-item:not(:last-child) {
    margin-right: 4rem;
}

.catalog-product__about-heading-item.active {
    color: #000000;
}

.catalog-product__about-heading-item.active::after {
    display: block;
}

.catalog-product__about-body-about {
    margin-bottom: 8rem;
}

.catalog-product__about-body-applying {
    margin-bottom: 5.3rem;
}

.catalog-product__about-body-item {
    display: none;
}

.catalog-product__about-body-item.active {
    display: block;
}

.catalog-product__about-body-item .model-table {
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #525252;
}

.catalog-product__about-body-item .model-table__heading,
.catalog-product__about-body-item .model-table__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-product__about-body-item .model-table__heading {
    background: #FAFAFA;
    height: 5.1rem;
    position: relative;
    font-weight: 700;
}

.catalog-product__about-body-item .model-table__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}

.catalog-product__about-body-item .model-table__line {
    background: #F5F5F5;
    height: 6.1rem;
    position: relative;
}

.catalog-product__about-body-item .model-table__line:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .63px;
    background: #D8D8D8;
}

.catalog-product__about-body-item .model-table__line:nth-child(even) {
    background: #EBEBEB;
}

.catalog-product__about-body-item .model-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-product__about-body-item .model-table__item:first-child {
    width: 11.6%;
    padding-left: 1.9rem;
}

.catalog-product__about-body-item .model-table__item:nth-child(2) {
    width: 19.5%;
}

.catalog-product__about-body-item .model-table__item:nth-child(3) {
    width: 15.5%;
}

.catalog-product__about-body-item .model-table__item:nth-child(4) {
    width: 14.5%;
}

.catalog-product__about-body-item .model-table__item:nth-child(5) {
    width: 13%;
}

.catalog-product__about-body-item .model-table__item:nth-child(6) {
    width: 8.2%;
}

.catalog-product__about-body-item .model-table__item:nth-child(7) {
    width: 7.8%;
}

.catalog-product__about-body-item .model-table__item:last-child {
    width: 9.9%;
}

.catalog-product__about-body-item.catalog-product__about-body-applying .model-table__item span {
    display: none;
}

.catalog-product__about-body-item.catalog-product__about-body-number {
    margin: 0 0 5.3rem;
}

.catalog-product__about-body-item.catalog-product__about-body-number .catalog-product__about-body-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-product__about-body-item.catalog-product__about-body-number .model-table {
    width: 32.5%;
    font-size: 1.4rem;
}

.catalog-product__about-body-item.catalog-product__about-body-number .model-table__heading {
    height: 6.1rem;
    font-weight: 700;
}

.catalog-product__about-body-item.catalog-product__about-body-number .model-table__line {
    height: 6.1rem;
}

.catalog-product__about-body-item.catalog-product__about-body-number .model-table__item:first-child {
    width: 59%;
    padding-left: 2rem;
}

.catalog-product__about-body-item.catalog-product__about-body-number .model-table__item:last-child {
    width: 42.5%;
}

.catalog-product__about-body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-product__about-body-group {
    font-size: 1.92rem;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
}

.catalog-product__about-body-group:not(:last-child) {
    margin-right: 12.1rem;
}

.catalog-product__about-body-title {
    color: #656565;
    margin-bottom: 1.8rem;
}

.catalog-product__about-body-subtitle {
    color: #000000;
    font-weight: 500;
}

.catalog-product__about-body-subtitle:not(:last-child) {
    margin-bottom: .8rem;
}

.catalog-product__about-body-subtitle a {
    color: inherit;
    font-weight: inherit;
}

.catalog-warranty {
    padding: 0 0 3.7rem;
}

.catalog-warranty .warranty-content {
    padding: 4.6rem 11.4rem 4.6rem 7.7rem;
}

.catalog-warranty .warranty-text {
    width: 67%;
    padding-top: 2rem;
}

.catalog-warranty .warranty-title {
    font-size: 2.5rem;
    font-family: 'Russo One', sans-serif;
    color: #000000;
    line-height: 1.04;
    padding-left: 1.8rem;
    margin-bottom: .8rem;
}

.catalog-warranty .warranty-title::before {
    width: 1.3rem;
}

.catalog-warranty .warranty-description {
    font-size: 1.4rem;
    font-family: 'Circe', sans-serif;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1.5rem;
}

.catalog-warranty .warranty-link {
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: normal;
}

.catalog-warranty .warranty-link:after {
    width: .7rem;
}

.catalog-warranty .warranty-img {
    width: 18.6rem;
}

.catalog-warranty .warranty-img img {
    width: 100%;
}

.catalog-advantages {
    padding-bottom: 5.3rem;
}

.catalog-advantages .advantages-title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 4.7rem;
}

.catalog-advantages .advantages-content {
    padding: 0 3.5rem;
}

.catalog-advantages .advantages-item {
    height: 11.4rem;
    margin-bottom: 2.5rem;
}

.catalog-advantages .advantages-item:nth-child(2) .advantages-link span {
    width: 17rem;
}

.catalog-advantages .advantages-item:nth-child(5) .advantages-link span {
    width: 14rem;
}

.catalog-advantages .advantages-item:nth-child(6) .advantages-link span {
    width: 16.5rem;
}

.catalog-advantages .advantages-link {
    font-size: 2rem;
    padding: 0 2.34vw;
}

.catalog-advantages .advantages-link span {
    padding-left: 2rem;
    width: auto;
}

.catalog-advantages .advantages-link span::before {
    width: 1.5rem;
    height: 2rem;
    top: 10%;
    background-position: 50% 50%;
}

.catalog-advantages .advantages-link span::after {
    width: 2rem;
    height: 1.6rem;
}

.catalog-articles .articles-title {
    font-size: 2.5rem;
    margin-bottom: 2.8rem;
}

.catalog-articles .articles-item {
    font-size: 2.3rem;
    line-height: 1.25;
}

.faq > .container {
    width: 133.7rem;
}

.faq-content {
    padding: 3.5rem 0 3rem;
}

.faq-content .path {
    margin-bottom: 3.2rem;
}

.faq-content .path-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-content .path-list li {
    font-size: 1.8rem;
    font-weight: 350;
    font-family: 'Circe', sans-serif;
    color: #aaaaaa;
    position: relative;
}

.faq-content .path-list li:not(:last-child) {
    margin-right: 2rem;
}

.faq-content .path-list li:not(:last-child)::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-content .path-list li a {
    color: inherit;
    font-weight: inherit;
}

.faq-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 0.9rem;
    padding: 3.5rem 4.2rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.faq-item_hover {
    -webkit-transition: background .2s;
    transition: background .2s;
}

.faq-item_hover:hover {
    background: #F4F4F4;
}

.faq-item:not(:last-child) {
    margin-bottom: 3.1rem;
}

.faq-item__img {
    width: 6.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.9rem;
}

.faq-item__img img {
    width: 100%;
}

.faq-item__text {
    font-family: 'Circe', sans-serif;
    color: #000000;
}

.faq-item__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: .6rem;
}

.faq-item__subtitle {
    font-size: 1.4rem;
    font-weight: 350;
}

.faq-item__description {
    font-size: 1.8rem;
    line-height: 1.24;
}

.faq.faq-articles .faq-content {
    padding: 3.3rem 0 10rem;
}

.faq.faq-articles .faq-item {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F1F1F1;
}

.faq.faq-articles .faq-item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem;
}

.faq.faq-articles .faq-item__list .faq-item {
    padding: 2.8rem 4.5rem;
    background: #fff;
    border-radius: 0;
}

.faq.faq-articles .faq-item__list .faq-item:not(:last-child) {
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 0;
}

.faq.faq-articles .faq-item__list .faq-item:first-child {
    border-top-left-radius: .9rem;
    border-top-right-radius: .9rem;
}

.faq.faq-articles .faq-item__list .faq-item:last-child {
    border-bottom-left-radius: .9rem;
    border-bottom-right-radius: .9rem;
}

.faq.faq-articles .faq-item__list .faq-item__title {
    font-size: 2.4rem;
    font-weight: 400;
}

.faq.faq-articles .faq-item__list .faq-item__subtitle {
    font-size: 1.8rem;
    color: #aaaaaa;
}

.faq.faq-article .faq-content {
    padding: 3.3rem 0 8rem;
}

.faq.faq-article .faq-item {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F1F1F1;
    padding: 4.5rem 14.2rem;
}

.faq.faq-article .faq-item__subtitle {
    margin-bottom: 3.8rem;
}

.contacts {
    padding: 7.2rem 0;
    background: #ffffff;
}

.contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 1rem;
}

.contacts-box {
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0.5rem 0.3rem 2.2rem rgba(0, 0, 0, 0.12);
}

.contacts-left {
    width: 67.3%;
    padding: 3rem 3.6rem 0rem;
    min-height: 46.1rem;
    position: relative;
}

.contacts-left__title {
    font-size: 4rem;
    color: #000000;
    margin-bottom: 5.5rem;
}

.contacts-quiz.d-none {
    display: none;
}

.contacts-quiz__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .5rem;
    overflow-x: scroll;
}

.contacts-quiz__heading::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    height: 0;
}

.contacts-quiz__heading::-webkit-scrollbar-track {
    height: 0;
}

.contacts-quiz__heading-wrap {
    position: relative;
    margin-bottom: 1.7rem;
}

.contacts-quiz__heading::after {
    content: '';
    position: absolute;
    bottom: .5rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E3E4E8;
}

.contacts-quiz__heading-item {
    white-space: nowrap;
    font-size: 2.2rem;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    color: #656565;
    padding: 1rem 1rem;
    position: relative;
}

.contacts-quiz__heading-item span {
    font-size: 1.2rem;
    font-family: 'Russo One', sans-serif;
}

.contacts-quiz__heading-item::after {
    display: none;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F52121;
    z-index: 1;
}

.contacts-quiz__heading-item:not(:last-child) {
    margin-right: 2rem;
}

.contacts-quiz__heading-item.active {
    color: #000000;
    font-weight: 700;
}

.contacts-quiz__heading-item.active::after {
    display: block;
}

.contacts-form__item {
    display: none;
    position: relative;
    min-height: 26rem;
    padding-bottom: 4.4rem;
}

.contacts-form__item.active {
    display: block;
}

.contacts-form__title {
    padding-left: 1rem;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 2.2rem;
}

.contacts-form__group {
    display: inline-block;
    padding-left: 1rem;
}

.contacts-form__group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contacts-form__group label:not(:last-child) {
    margin-bottom: 2rem;
}

.contacts-form__group input {
    position: absolute;
    visibility: hidden;
    -webkit-appearance: 0;
    -moz-appearance: 0;
    appearance: 0;
}

.contacts-form__group input:checked ~ span::before {
    content: '';
}

.contacts-form__group span {
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .6rem;
}

.contacts-form__group span::before {
    content: none;
    width: 1rem;
    height: 1rem;
    background: #EB0029;
    border-radius: 50%;
}

.contacts-form__btn {
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    font-weight: 800;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    line-height: 1;
    color: #000000;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    padding-right: 2rem;
    cursor: pointer;
    position: relative;
}

.contacts-form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 2rem;
    right: 0;
}

.contacts-form__btn::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .9rem;
    height: 1.2rem;
    background: url(../images/arrow-next_black.svg) 50% 50% no-repeat;
    background-size: contain;
}

.contacts-form__prev {
    opacity: 0.5;
    padding-right: 0;
    padding-left: 2rem;
    margin-right: 2.5rem;
}

.contacts-form__prev::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    width: .9rem;
    height: 1.2rem;
    background: url(../images/arrow-next_black.svg) 50% 50% no-repeat;
    background-size: contain;
}

.contacts-form__theme .contacts-form__title,
.contacts-form__message .contacts-form__title,
.contacts-form__details .contacts-form__title {
    text-transform: none;
}

.contacts-form__theme label,
.contacts-form__message label,
.contacts-form__details label {
    display: inline-block;
    width: 100%;
}

.contacts-form__theme label.semi,
.contacts-form__message label.semi,
.contacts-form__details label.semi {
    width: 47%;
}

.contacts-form__theme label.required,
.contacts-form__message label.required,
.contacts-form__details label.required {
    position: relative;
}

.contacts-form__theme label.required::after,
.contacts-form__message label.required::after,
.contacts-form__details label.required::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #EB0029;
}

.contacts-form__theme label input,
.contacts-form__theme label textarea,
.contacts-form__message label input,
.contacts-form__message label textarea,
.contacts-form__details label input,
.contacts-form__details label textarea {
    width: 100%;
    height: 5.3rem;
    border: 2px solid #585858;
    padding: 0 2.2rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
}

.contacts-form__item .inputfile {
    border: 0 !important;
    margin-top: 15px;
}

.contacts-form__theme label input::-webkit-input-placeholder,
.contacts-form__theme label textarea::-webkit-input-placeholder,
.contacts-form__message label input::-webkit-input-placeholder,
.contacts-form__message label textarea::-webkit-input-placeholder,
.contacts-form__details label input::-webkit-input-placeholder,
.contacts-form__details label textarea::-webkit-input-placeholder {
    color: #D0D0D0;
}

.contacts-form__theme label input:-ms-input-placeholder,
.contacts-form__theme label textarea:-ms-input-placeholder,
.contacts-form__message label input:-ms-input-placeholder,
.contacts-form__message label textarea:-ms-input-placeholder,
.contacts-form__details label input:-ms-input-placeholder,
.contacts-form__details label textarea:-ms-input-placeholder {
    color: #D0D0D0;
}

.contacts-form__theme label input::-ms-input-placeholder,
.contacts-form__theme label textarea::-ms-input-placeholder,
.contacts-form__message label input::-ms-input-placeholder,
.contacts-form__message label textarea::-ms-input-placeholder,
.contacts-form__details label input::-ms-input-placeholder,
.contacts-form__details label textarea::-ms-input-placeholder {
    color: #D0D0D0;
}

.contacts-form__theme label input::placeholder,
.contacts-form__theme label textarea::placeholder,
.contacts-form__message label input::placeholder,
.contacts-form__message label textarea::placeholder,
.contacts-form__details label input::placeholder,
.contacts-form__details label textarea::placeholder {
    color: #D0D0D0;
}

.contacts-form__theme label textarea,
.contacts-form__message label textarea,
.contacts-form__details label textarea {
    width: 100%;
    height: 11.7rem;
    padding: 1.8rem 2.2rem 0;
    resize: none;
}

.contacts-form__details .contacts-form__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .7rem;
}

.contacts-form__details label {
    margin-bottom: 3.4rem;
}

.contacts-thank {
    text-align: center;
    padding-top: 4.5rem;
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.contacts-thank.active {
    display: block;
}

.contacts-thank__img {
    width: 5.6rem;
    margin: 0 auto 3rem;
}

.contacts-thank__img img {
    width: 100%;
}

.contacts-done {
    position: absolute;
    bottom: 2rem;
    right: 4rem;
}

.contacts-done.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contacts-info {
    width: 29.5%;
    height: 30.1rem;
    padding: 3rem 4.4rem 6.3rem;
    font-family: 'Circe', sans-serif;
}

.contacts-info__title {
    font-size: 4rem;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 2rem;
}

.contacts-info__subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 2.8rem;
}

.contacts-info__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}

.contacts-info__link img {
    width: 1.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    margin-top: -3px;
}

.contacts-info__phone {
    margin-bottom: 3.3rem;
}

.download {
    padding: 1.7rem 0 4rem;
}

.download-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download-item {
    width: 31.5%;
    min-height: 23.2rem;
    background: #ffffff;
    padding: 3rem 2.8rem 9rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0rem -0.2rem 8rem rgba(0, 0, 0, 0.07), 0rem -0.025rem 1rem rgba(0, 0, 0, 0.035), 0rem -0.013rem 0.5rem rgba(0, 0, 0, 0.03), 0rem -0.005rem 0.2rem rgba(0, 0, 0, 0.02);
    box-shadow: 0rem -0.2rem 8rem rgba(0, 0, 0, 0.07), 0rem -0.025rem 1rem rgba(0, 0, 0, 0.035), 0rem -0.013rem 0.5rem rgba(0, 0, 0, 0.03), 0rem -0.005rem 0.2rem rgba(0, 0, 0, 0.02);
    position: relative;
    margin-bottom: 4rem;
}

.download-item:not(:nth-child(3n)) {
    margin-right: 4rem;
}

.download-item__title {
    font-size: 2.2rem;
    color: #000000;
    margin-bottom: 1.2rem;
}

.download-item__description {
    font-size: 1.6rem;
    font-family: 'Circe', sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
}

.download-item__btn {
    width: 13.5rem;
    height: 4.1rem;
    position: absolute;
    bottom: 2.8rem;
    right: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.where {
    padding-bottom: 10.5rem;
}

.where > .container {
    width: 111.5rem;
}

.where-form {
    margin-bottom: 2rem;
}

.where-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.where-form__group label {
    width: 32.8%;
    position: relative;
}
/*
.where-form__group label::after {
    content: '';
    position: absolute;
    top: 0%;
    right: 1rem;
    width: 1.2rem;
    height: 100%;
    background: url(../images/arrow-dropdown-grey.svg) 50% no-repeat;
    background-size: contain;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
*/
.where-form__group label select {
    width: 100%;
    height: 3.2rem;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: #fff;
    padding: 0 1.2rem;
    border: 1px solid #D9D9D9;
    border-radius: 1.5rem;
    color: #ADADAD;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.where-table {
    margin-bottom: 2rem;
}

.where-table__heading,
.where-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.78rem 0;
}

.where-table__heading {
    background: #FAFAFA;
    border-bottom: 1px solid #D8D8D8;
}

.where-table__item {
    background: #F5F5F5;
}

.where-table__item:nth-child(even) {
    background: #EBEBEB;
}

.where-table__item:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

.where-table__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    color: #525252;
    padding-right: 1rem;
}

.where-table__country {
    width: 10.5%;
    padding-left: 1.5rem;
}

.where-table__city {
    width: 13.2%;
}

.where-table__address {
    width: 47.5%;
}

.where-table__address-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.where-table__address-item:not(:last-child) {
    margin-bottom: 0.6rem;
}

.where-table__address-item img {
    width: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .3rem;
}

.where-table__address a span {
    color: #EB0029;
}

.where-table__type {
    width: 15%;
}

.where-table__name {
    width: 13.8%;
}

.where-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.where-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.where-pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.3rem;
    height: 3.3rem;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    font-size: 1.4rem;
    font-family: 'Circe', sans-serif;
    color: #464646;
}

.where-pagination__item.active {
    border: 1px solid #EB0029;
    color: #EB0029;
}

.where-pagination__item.empty {
    border-radius: 0;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #D9D9D9;
}

.where-pagination__item:not(:last-child) {
    margin-right: .7rem;
}

.where-pagination__button.disabled {
    cursor: auto;
}

.where-pagination__button.disabled path {
    fill: #D9D9D9;
}

.where-pagination__prev img,
.where-pagination__prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.manufacture {
    margin-top: 14.3rem;
}

.manufacture-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.manufacture-side {
    width: 32.3%;
    background: #FAFAFA;
    padding: 10rem 10rem;
}

.manufacture-side__title {
    font-size: 2.8rem;
    color: #c0c0c0;
    margin-bottom: 3rem;
}

.manufacture-side ul li {
    font-size: 2.8rem;
    color: #000000;
}

.manufacture-side ul li:not(:last-child) {
    margin-bottom: 3rem;
}

.manufacture-side ul li a {
    color: inherit;
    font-weight: inherit;
}

.manufacture-text {
    width: 67.7%;
    padding: 8.9rem 24rem 2.8rem 9.6rem;
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    line-height: 2;
    color: #000000;
}

.manufacture-text p {
    margin-bottom: 4rem;
}

.manufacture-text__title {
    font-size: 3rem;
    font-family: 'Russo One', sans-serif;
    color: #212121;
    line-height: 1.45;
    padding-left: 1.8rem;
    margin-bottom: 1.5rem;
}

.manufacture-text__title::before {
    width: 1.3rem;
    background-position: 50% 0%;
    top: 1rem;
}

.manufacture-text__img {
    margin: -3rem 0 7.2rem;
    width: 100%;
    height: 30.6rem;
}

.manufacture-text__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.privacy {
    margin-top: 14.3rem;
}

.privacy-content {
    padding: 10.3rem 0 12rem;
    font-size: 2.4rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #000;
}

.privacy-title {
    font-size: 4rem;
    color: #001828;
    font-family: 'Russo One', sans-serif;
    line-height: 1.2;
    margin-bottom: 5.7rem;
}

.privacy-group:not(:last-child) {
    margin-bottom: 7rem;
}

.privacy-group__title {
    font-weight: 700;
    margin-bottom: 3.22rem;
}

.privacy-group p:not(:last-child) {
    margin-bottom: 3.22rem;
}

.privacy-group p a {
    font-weight: 700;
    color: #322F8A;
}

.catalog-content__category-list {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2.7rem;
}

.select2-container {
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 68em) {
    .select2-container { 
        font-size: 3.2vw;
    }
}

@media print {
    a {
        page-break-inside: avoid;
    }

    div.catalog-product__text {
        page-break-before: always;
    }

    .catalog-product__photos {
        page-break-after: always;
    }

    .catalog-product__about {
        page-break-before: always;
    }

    .model-table {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .product-slider {
        display: none !important;
    }

    .product-thumbs__item {
        margin-bottom: 2rem;
    }

    .product-thumbs__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;


    }


    .catalog-product__about-body-applying .model-table__line {
        page-break-after: always;
    }

    .catalog-product__about-body-number .model-table {
        page-break-after: always;
    }

    .catalog-pagination {
        display: none;
    }

    .catalog-item__preview {
        width: 40% !important;
        margin-right: 5% !important;
    }

    .catalog-item {
        flex-wrap: nowrap !important;
    }

    .bx-pagination {
        display: none !important;
    }

    .model-table__heading {
        display: none !important;
    }

    .catalog-product__about-heading {

        display: none !important;

    }

    .catalog-product__about-body-about {

        display: none !important;


    }

    .catalog-product__about-body-applying,
    .catalog-product__about-body-number {
        display: block;


    }

    .catalog-product__about-body-applying {
        page-break-after: always;


    }

    .catalog-product__photos .product-slider-prev,
    .catalog-product__photos .product-slider-next {
        display: none;
    }

    .catalog-product__photos .product-thumbs__item {
        margin-right: 5mm;
        width: 30% !important;
        height: 30% !important;
    }

    .model-table__line {
        page-break-inside: avoid !important;
        page-break-after: auto !important;
        width: 100%;
        display: flex;
        justify-content: stretch;
    }

    .catalog-product__about-body-applying::before {
        content: 'ÐŸÑ€Ð¸Ð¼ÐµÐ½ÑÐµÐ¼Ð¾ÑÑ‚ÑŒ';
        display: block;
        font-size: 6rem;
        margin-bottom: 5mm;
        margin-top: 3mm;
    }

    .catalog-product__about-body-number::before {
        content: 'ÐšÑ€Ð¾ÑÑ-Ð½Ð¾Ð¼ÐµÑ€Ð°';
        display: block;
        font-size: 6rem;
        margin-bottom: 5mm;
        margin-top: 3mm;
    }

    .catalog-product__group {
        width: auto !important;
    }

    .model-table__item {
        font-size: 3rem;
        padding: 2mm 2mm !important;
    }

    .catalog-product__about-body-applying .model-table__item {
        width: 12.5% !important;
        background: none !important;
        height: auto !important;
    }

    .catalog-product__about-body-number .model-table__item {
        width: 50% !important;
    }

    .catalog-product__about-body-item .model-table__line:nth-of-type(2n) {

        background-color: #EBEBEB !important;
    }

    .catalog-product__about-body-item .model-table__line:nth-of-type(2n + 1) {
        background-color: #F5F5F5 !important;
    }

    .catalog-product__about-body-item .model-table:nth-of-type(2n) .model-table__line:nth-of-type(2n + 1) {
        background-color: #EBEBEB !important;
    }

    .catalog-product__about-body-item .model-table:nth-of-type(2n) .model-table__line:nth-of-type(2n) {
        background-color: #F5F5F5 !important;

    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__line:not(:last-child)::after {
        display: none !important;
    }

    .catalog-product__about-body-item .model-table__line {
        height: auto !important;
        border-bottom: 1px solid #D8D8D8 !important;
    }

    .catalog-product__about-body {
        margin-top: 0 !important;
    }

    .catalog-product__photos .product-thumbs__item,
    .catalog-product__photos .product-thumbs__item.swiper-slide-thumb-active {
        border-width: 0;
    }

    .catalog-product__photos .product-thumbs {
        width: 100% !important;
        margin-top: 3mm;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__item::after {
        height: 0 !important;
    }

    .catalog-product__about-body-item .model-table__line:not(:last-child)::after {
        height: 0 !important;
    }
}

@media (max-width: 68em) {
    .container {
        width: 86.5%;
    }

    .container.small {
        width: 86.7%;
    }

    .header .container.small {
        width: 100%;
    }

    .header-heading {
        display: none;
    }

    .header-burger {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 4.12vw;
        height: 3.45vw;
    }

    .header-burger span {
        width: 100%;
        height: 2px;
        border-radius: 1vw;
        background: #000;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .header-search {
        width: 4.5vw;
        margin-right: .8vw;
    }

    .header-search img {
        width: 100%;
    }

    .header-main {
        background: #FDFDFD;
    }

    .header-main__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 86.5%;
        margin: 0 auto;
        padding: 5.5vw 0 6.1vw;
    }

    .header-main__content.active .header-main__logo {
        height: 16.04vw;
    }

    .header-main__content.active .header-main__logo img {
        width: 60%;
    }

    .header-main__content.active .header-form__mobile {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .header-main__logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 21.4vw;
        height: 20.5vw;
        -webkit-transition: height .2s;
        transition: height .2s;
    }

    .header-main__logo img {
        -webkit-transition: width .2s;
        transition: width .2s;
    }

    .header-main__close {
        position: absolute;
        top: 8.8vw;
        right: 6.5vw;
        width: 3vw;
    }

    .header-main__close img {
        width: 100%;
    }

    .header-main__nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 10;
        padding: 18.5vw 3vw 30vw;
        background: #fff;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
        overflow-y: auto;
    }

    .header-main__nav-logo {
        margin-top: 86vw;
        display: block;
        text-align: center;
        width: 100%;
    }

    .header-main__nav-logo img {
        width: 25vw;
    }

    .header-main__nav-name {
        position: absolute;
        top: 8.5vw;
        left: 6.5vw;
        font-size: 4.8vw;
        font-family: 'Circe', sans-serif;
        font-weight: 700;
        color: #001828;
    }

    .header-main__nav.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .header-main__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 4.5vw;
    }

    .header-main__list > li {
        width: 100%;
        font-size: 3.73vw;
        color: #001828;
        text-transform: none;
    }

    .header-main__list > li > a {
        display: block;
        padding: 4.7vw 3.5vw;
    }

    .header-main__list > li > a.active::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        background: url(../images/arrow-mobile.svg) 50% no-repeat;
        background-size: contain;
    }

    .header-main__list > li > a:hover {
        color: inherit;
    }

    .header-main__list > li > a:hover::after {
        background: url(../images/arrow-mobile.svg) 50% no-repeat;
        background-size: contain;
    }

    .header-main__list > li > a::after {
        width: 2.1vw;
        height: 3.2vw;
        right: 4.5vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/arrow-mobile.svg) 50% no-repeat;
        background-size: contain;
    }

    .header-main__list > li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D8D8D8;
    }

    .header-main__list > li:not(:last-child) {
        margin-right: 0;
    }

    .header-main__list > li .dropdown {
        position: static;
        left: 0;
        padding: 2.5vw 9vw 5vw;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 0;
    }

    .header-main__list > li .dropdown.active {
        display: block !important;
    }

    .header-main__list > li .dropdown.wide {
        padding: 2.5vw 3vw 5vw 9vw;
    }

    .header-main__list > li .dropdown.wide .dropdown-heading {
        padding: 0;
    }

    .header-main__list > li .dropdown.wide .dropdown-content {
        padding: 0;
    }

    .header-main__list > li .dropdown-heading {
        border: none;
        margin-bottom: 7vw;
    }

    .header-main__list > li .dropdown-heading__link {
        font-size: 3.73vw;
        text-transform: none;
        padding-right: 5.5vw;
    }

    .header-main__list > li .dropdown-heading__link::after {
        width: 2.5vw;
        height: 4vw;
    }

    .header-main__list > li .dropdown-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-main__list > li .dropdown ul {
        width: 100%;
    }

    .header-main__list > li .dropdown ul:not(:last-child) {
        margin-right: 0;
        margin-bottom: 7vw;
    }

    .header-main__list > li .dropdown ul li {
        width: 100%;
        font-size: 3.73vw;
        font-weight: 600;
        text-transform: none;
        color: #001828;
    }

    .header-main__list > li .dropdown ul li:hover {
        color: #001828;
    }

    .header-main__list > li .dropdown ul li:not(:last-child) {
        margin-bottom: 7vw;
    }

    .header-main__btn {
        width: 50.5vw;
        height: 11.5vw;
        margin-left: 3.7vw;
        font-size: 3.2vw;
        font-weight: 700;
    }

    .header-form__mobile {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 5.5vw 6.5vw;
        background: #fff;
        z-index: -1;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0;
    }

    .header-form__mobile label {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .header-form__mobile label input {
        width: 100%;
        height: 8.55vw;
        border: 1px solid #DEDEDE;
        background: #fff;
        border-radius: .6rem;
        padding: 0 10.5vw;
        font-size: 3.73vw;
        font-family: 'Circe', sans-serif;
        color: #7C7C7C;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .header-form__mobile label input::-webkit-input-placeholder {
        color: #7C7C7C;
    }

    .header-form__mobile label input:-ms-input-placeholder {
        color: #7C7C7C;
    }

    .header-form__mobile label input::-ms-input-placeholder {
        color: #7C7C7C;
    }

    .header-form__mobile label input::placeholder {
        color: #7C7C7C;
    }

    .header-form__mobile .header-search__btn {
        position: absolute;
        top: 50%;
        left: 3.5vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 0;
        padding: 0;
        background: none;
        border: none;
        width: 4.5vw;
    }

    .header-form__mobile .header-search__btn img {
        width: 100%;
    }

    .header-form__mobile .header-search__close {
        position: absolute;
        top: 50%;
        right: 2.5vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3vw;
    }

    .header-form__mobile .header-search__close img {
        width: 100%;
    }

    .banner {
        margin-top: 16.3vw;
    }

    .banner-slider__item {
        height: 138vw;
        display: block;
    }

    .banner-slider__text {
        max-width: 85%;
        padding-top: 27.5vw;
    }

    .banner-slider__title {
        font-size: 6.4vw;
        margin-left: -3.5vw;
        margin-bottom: 2vw;
    }

    .banner-slider__title.decor::before {
        height: 4.53vw;
    }

    .banner-slider__description {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }

    .banner-slider__link {
        font-size: 2.27vw;
    }

    .banner-slider-prev,
    .banner-slider-next {
        top: auto;
        bottom: 6.5vw;
        width: 4vw;
        height: 6vw;
    }

    .banner-slider-prev {
        left: 6.5%;
    }

    .banner-slider-next {
        right: auto;
        left: 19.5%;
    }

    .banner-slider__pagination {
        bottom: 5vw;
        right: 6.5vw;
        font-size: 2.4vw;
    }

    .banner-slider__pagination .swiper-pagination-current {
        font-size: 7.14vw;
    }

    .banner.trademark {
        height: 59.5vw;
        margin-bottom: 2.5vw;
    }

    .banner.trademark .banner-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner.trademark .banner-title {
        font-size: 6.4vw;
    }

    .banner.banner-product {
        height: 120.5vw;
        margin-top: 16.3vw;
    }

    .banner.banner-product .banner-content {
        height: 38%;
    }

    .banner.banner-product .banner-decor {
        width: 100%;
        height: 69.5%;
        -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
    }

    .banner.banner-product .banner-title {
        max-width: none;
        font-size: 7.5vw;
        padding-left: 7vw;
        margin-top: 16.5vw;
        margin-left: 0;
    }

    .banner.banner-product .banner-title::before {
        top: 1vw;
        width: 6vw;
        height: 9.5vw;
    }

    .banner.banner-faq .banner-content {
        padding: 16vw 0 7vw;
    }

    .banner.banner-faq .faq-form {
        width: 100%;
        margin: 0;
    }

    .banner.banner-faq .faq-form__suptitle {
        font-size: 3.73vw;
        margin-bottom: 1.8vw;
    }

    .banner.banner-faq .faq-form__title {
        font-size: 6.4vw;
        margin-bottom: 5vw;
    }

    .banner.banner-faq .faq-form label input {
        height: 16vw;
        padding: 0 5vw 0 14vw;
        font-size: 4.4vw;
        border-radius: 0.6rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .banner.banner-faq .faq-form__btn {
        left: 5vw;
    }

    .banner.banner-faq .faq-form__btn img {
        width: 5.5vw;
    }

    .banner.banner-empty .banner-content {
        height: 54vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner.banner-empty .banner-title {
        font-size: 6.4vw;
    }

    .banner.banner-download {
        margin-bottom: 2.5vw;
    }

    .banner.banner-where {
        height: 107.5vw;
        margin-bottom: 7.5vw;
    }

    .banner.banner-product .banner-img {
        z-index: 1;
    }

    .categories > .container {
        width: 100%;
        padding-left: 6.67vw;
    }

    .categories-content {
        overflow-y: scroll;
    }

    .categories-list {
        margin-left: -2vw;
        padding: 3vw 0 2.2vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .categories-list__link {
        font-size: 1.96vw;
    }

    .categories-list__item {
        margin-right: 3.5vw;
    }

    .section-search {
        background: url(../images/search-bg-mobile.png) 50% no-repeat;
        background-size: cover;
        margin-bottom: 8vw;
    }

    .section-search > .container {
        width: 86.5%;
    }

    .section-search__content {
        padding: 3.5vw 0 4.2vw;
    }

    .section-search__body {
        width: 100%;
        padding: 0;
    }

    .section-search__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3.2vw;
        line-height: 1.25;
        margin-bottom: 5vw;
    }

    .section-search__title img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 13vw;
        margin-left: .5vw;
        margin-right: 4vw;
    }

    .section-search__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-search__form {
        width: 100%;
        margin-bottom: 5.3vw;
    }

    .section-search__label {
        width: 100%;
    }

    .section-search__input {
        width: 100%;
        height: 10.2vw;
        padding-left: 3.5vw;
        padding-right: 10vw;
        border-radius: 1rem;
        font-size: 3.16vw;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .section-search__btn {
        right: 4.5vw;
    }

    .section-search__btn img {
        width: 4vw;
    }

    .section-search__button {
        width: 37vw;
        height: 8.27vw;
        margin: 0 auto;
        height: 10.2vw;
    }

    .section-search.section-search_faq {
        margin-bottom: 5.5vw;
    }

    .section-search.section-search_warranty {
        margin-bottom: 5.5vw;
    }

    .product-categories {
        margin-bottom: 17vw;
    }

    .product-categories > .container {
        width: 86.5%;
    }

    .product-categories__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-categories__item {
        width: 100%;
        height: 53.3vw;
        margin-bottom: 0vw;
    }

    .product-categories__item:not(:last-child) {
        margin-bottom: 5.4vw;
    }

    .product-categories__item.wide {
        width: 100%;
    }

    .product-categories__link {
        padding: 2.6rem 2.8rem;
        border-radius: .6rem;
    }

    .product-categories__name {
        position: absolute;
        bottom: 3.5vw;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        max-width: none;
        white-space: nowrap;
        font-size: 3.58vw;
        z-index: 1;
    }

    .product-categories__name::before {
        background-position: 50% 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product-categories__wrap {
        display: none;
    }

    .reliability {
        margin-bottom: 11vw;
    }

    .reliability-slider__item {
        height: 142.5vw;
    }

    .reliability-slider__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 8vw;
    }

    .reliability-slider__text {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .reliability-slider__title {
        max-width: 70%;
        margin: 0 auto 3vw;
        font-size: 5.87vw;
    }

    .reliability-slider__description {
        font-size: 2.67vw;
        line-height: 1.2;
        margin-bottom: 5.5vw;
    }

    .reliability-slider__description p:not(:last-child) {
        margin-bottom: 3vw;
    }

    .reliability-slider-prev,
    .reliability-slider-next {
        top: 54%;
    }

    .reliability-slider-prev {
        left: 7%;
    }

    .reliability-slider-next {
        right: 7%;
    }

    .news {
        margin-bottom: 0;
    }

    .news-item {
        width: 100%;
        border-radius: 1.5rem;
        overflow: hidden;
        margin-bottom: 5.5vw;
        min-height: 34vw;
        position: relative;
    }

    .news-item_center {
        text-align: center;
    }

    .news-item_center .news-item__description {
        margin: 0 auto;
    }

    .news-item__text {
        padding: 8.5vw 4.7vw 8vw;
    }

    .news-item__text-wrap {
        width: 100%;
        height: auto;
        -webkit-filter: drop-shadow(0 3.8vw 0 #eb0029);
        filter: drop-shadow(0 3.8vw 0 #eb0029);
        -webkit-filter: none;
        filter: none;
        position: relative;
    }

    .news-item__text-wrap::after {
        content: '';
        position: absolute;
        bottom: 5vw;
        left: 50%;
        width: 150%;
        height: 3.8vw;
        background: #eb0029;
        -webkit-transform: translateX(-50%) rotate(11deg);
        transform: translateX(-50%) rotate(11deg);
    }

    .news-item.wide {
        height: auto;
        background: url(../images/news-bg-mobile-1.png) 50% 100% no-repeat;
        background-size: contain;
        padding-bottom: 49.3vw;
    }

    .news-item.wide .news-item {
        border-radius: 2rem;
    }

    .news-item.wide .news-item__text {
        padding: 15vw 5vw 25.5vw;
        text-align: center;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 77%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 77%);
    }

    .news-item.wide .news-item__title {
        max-width: 87%;
        margin: 0 auto 3vw;
        font-size: 5.87vw;
    }

    .news-item.wide .news-item__description {
        margin-bottom: 6.5vw;
    }

    .news-item__title {
        max-width: none;
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }

    .news-item__description {
        font-size: 2.67vw;
        line-height: 1.2;
    }

    .banner-line {
        margin-bottom: 5.3vw;
    }

    .banner-line > .container {
        width: 86.5%;
    }

    .banner-line__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .banner-line__link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        height: 15.2vw;
        font-size: 3.73vw;
    }

    .banner-line__link span {
        padding-left: 5vw;
    }

    .banner-line__link span::before {
        width: 2.8vw;
        height: 4vw;
        top: 0;
        background-position: 50% 50%;
        background-size: cover;
    }

    .banner-line__link::after {
        content: none;
    }

    .banner-line__link:first-child::before {
        content: none;
    }

    .banner-line__link:not(:last-child)::after {
        content: '';
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
    }

    .footer {
        padding: 5.7vw 0 9vw;
    }

    .footer > .container {
        width: 86.5%;
    }

    .footer-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 14.5vw;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 16vw;
    }

    .footer-logo {
        width: 23vw;
        margin-bottom: 0vw;
    }

    .footer-btn {
        left: auto;
        right: 6.2vw;
        top: 1.2vw;
        font-size: 2vw;
        width: 29vw;
        height: 6.5vw;
    }

    .footer-website {
        position: absolute;
        top: 12vw;
        right: 6vw;
        font-size: 3.57vw;
    }

    .footer-website__logo {
        width: 3.2vw;
        margin-right: 1vw;
    }

    .footer-menu {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .footer-menu__group {
        width: 41%;
    }

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

    .footer-menu__group:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-menu__group:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 9vw;
    }

    .footer-menu__group:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-menu__group::before {
        content: none;
    }

    .footer-menu__group:first-child::before {
        left: 0rem;
    }

    .footer-menu__title {
        font-size: 3.2vw;
        opacity: 1;
        color: #212121;
        margin-bottom: 4.2vw;
    }

    .footer-menu__list li {
        font-size: 3.2vw;
        line-height: 1.5;
        color: #212121;
    }

    .footer-menu__list li:not(:last-child) {
        margin-bottom: 3.2vw;
    }

    .footer-menu__list-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-menu__list-wrap ul {
        width: 41%;
    }

    .footer-menu__list-wrap ul:first-of-type {
        margin-bottom: 0;
    }

    .footer-bottom {
        margin-bottom: 3vw;
    }

    .footer-bottom__list {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-bottom__list li {
        min-width: 41%;
        font-size: 2.67vw;
        margin-bottom: 6vw;
    }

    .footer-bottom__list li:not(:last-child) {
        margin-right: 0;
    }

    .footer-bottom__list li:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: -1vw;
    }

    .footer-copy {
        font-size: 3.2vw;
        padding: 0;
        text-align: center;
    }

    .all-products {
        margin-top: 16.3vw;
        padding: 9vw 0 7.5vw;
    }

    .all-products__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 0;
    }

    .all-products__item {
        width: 100%;
        height: 71.5vw;
    }

    .all-products__item:not(:last-child) {
        margin-bottom: 5.3vw;
    }

    .all-products__item:nth-child(8) .all-products__name {
        width: 54%;
    }

    .all-products__link {
        padding: 3.5vw;
        border-radius: .6rem;
    }

    .all-products__name {
        font-size: 4vw;
    }

    .all-products__name::before {
        background-position: 50% 50%;
        top: 0%;
    }

    .advantages {
        padding: 5vw 0 10vw;
    }

    .advantages > .container {
        width: 86.5%;
    }

    .advantages-title {
        font-size: 6.4vw;
        margin-bottom: 7.5vw;
    }

    .advantages-content {
        max-width: 92%;
        margin: 0 auto;
    }

    .advantages-item {
        width: 47%;
        height: 13.5vw;
        margin-bottom: 3.1vw;
    }

    .advantages-link {
        padding: 0 3vw 0 3vw;
        font-size: 2.67vw;
        line-height: 1.1;
    }

    .advantages-link span {
        padding-left: 2.2vw;
    }

    .advantages-link span::before {
        top: 0.3vw;
        width: 1.3vw;
        height: 2.5vw;
    }

    .advantages-link__img {
        width: 3vw;
        height: 2vw;
    }

    .advantages-link_back > span::before {
        width: 1.3vw;
        height: 2.5vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .advantages-link_back > span:not(:last-of-type) {
        margin-bottom: 1vw;
    }

    .advantages-link__close {
        position: absolute;
        top: 1vw;
        right: 1.5vw;
        width: 3.5vw;
        height: 3.5vw;
    }

    .origin {
        padding: 3vw 0 10vw;
        padding: 3vw 0 0vw;
    }

    .origin > .container {
        width: 86.5%;
    }

    .origin-title {
        font-size: 5.33vw;
        line-height: 1.25;
        padding-left: 0;
        margin-bottom: 8vw;
    }

    .origin-title::before {
        width: 6vw;
        height: 11vw;
        top: .5vw;
    }

    .origin-description {
        max-width: none;
        margin-left: 0;
        font-size: 3.2vw;
    }

    .origin-description p:not(:last-child) {
        margin-bottom: 4vw;
    }

    .origin-description p:not(:last-child).p-title {
        padding-left: 0vw;
        text-indent: 2.5vw;
    }

    .origin-description p:not(:last-child).p-title::before {
        top: .8vw;
        width: 1.5vw;
    }

    .origin-description ul {
        padding-left: 0vw;
        margin-bottom: 4vw;
    }

    .origin-description ul li {
        text-indent: 2vw;
    }

    .origin-description ul li::before {
        width: .8rem;
        height: .8rem;
        top: 1.5vw;
        left: 0vw;
        -webkit-transform: none;
        transform: none;
    }

    .origin-description ul li:not(:last-child) {
        margin-bottom: 2vw;
    }

    .origin-group {
        margin-bottom: 10.5vw;
    }

    .origin-group.wide {
        width: 100%;
    }

    .origin-group.wide .origin-group__item-text {
        padding-right: 5vw;
    }

    .origin-group.w-60 {
        margin-bottom: 10.5vw;
    }

    .origin-group.w-60 > p:not(:last-child) {
        margin-bottom: 8vw;
    }

    .origin-group.w-60 .origin-group__item {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 8.4vw;
    }

    .origin-group.w-60 .origin-group__item:nth-child(1) .origin-group__item-img img {
        width: 40%;
    }

    .origin-group.w-60 .origin-group__item:nth-child(3) .origin-group__item-img img {
        width: 50%;
    }

    .origin-group.w100 {
        margin-bottom: 8.5vw;
    }

    .origin-group.w100 > p:not(:last-child) {
        margin-bottom: 8vw;
    }

    .origin-group.w100 .origin-group__item {
        width: 100%;
    }

    .origin-group.w100 .origin-group__item-text {
        font-size: 3vw;
    }

    .origin-group.w100 .origin-group__item-title {
        margin-bottom: 1.5vw;
    }

    .origin-group.w100 .origin-group__item:not(:last-child) {
        margin-bottom: 7.9vw;
    }

    .origin-group.w100 .origin-group__item:nth-child(6) .origin-group__item-img img {
        margin-left: 0vw;
        width: 130%;
        max-width: 130%;
    }

    .origin-group.w100 .origin-group__item:last-child .origin-group__item-img img {
        width: 5.5vw;
    }

    .origin-group.w100 .origin-group__item-img {
        width: 7.5vw;
        margin-right: 5vw;
    }

    .origin-group > p:not(:last-child) {
        margin-bottom: 9vw;
    }

    .origin-group__item {
        width: 100%;
    }

    .origin-group__item:not(:last-child) {
        margin-bottom: 5.3vw;
    }

    .origin-group__item-img {
        width: 15.5vw;
        height: 15.5vw;
        border-radius: 0.6rem;
        -webkit-box-shadow: 0.6rem 0.3rem 2.4rem rgba(0, 0, 0, 0.12);
        box-shadow: 0.6rem 0.3rem 2.4rem rgba(0, 0, 0, 0.12);
        margin-right: 4.5vw;
    }

    .origin-group__item-text {
        font-size: 2.8vw;
        line-height: 1.25;
    }

    .feedback {
        padding: 1vw 0 14vw;
    }

    .feedback.feedback-trademark > .container {
        width: 86.5%;
    }

    .feedback > .container {
        width: 86.5%;
    }

    .feedback-suptitle {
        font-size: 3.73vw;
        margin-bottom: 0;
    }

    .feedback-title {
        font-size: 3.73vw;
        line-height: 1.22;
        margin-bottom: 7.5vw;
    }

    .feedback-form__content {
        margin-bottom: 0.5vw;
    }

    .feedback-form__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: row wrap;
        margin-bottom: 0;
    }

    .feedback-form label {
        width: 100%;
        margin-bottom: 4vw;
    }

    .feedback-form label.required {
        position: relative;
    }

    .feedback-form label.required::after {
        right: 4vw;
        width: 2.7vw;
        height: 2.7vw;
    }

    .feedback-form label.semi {
        width: 100%;
    }

    .feedback-form label.wide {
        width: 100%;
    }

    .feedback-form label input,
    .feedback-form label textarea {
        width: 100%;
        height: 14.7vw;
        border: 2px solid #ADADAF;
        padding: 0 3vw;
        border-radius: 1rem;
        font-size: 4.27vw;
    }

    .feedback-form label textarea {
        height: 48vw;
        padding: 4vw 3vw 0;
    }

    .feedback-form__captcha {
        width: 100%;
        margin-bottom: 8.2vw;
    }

    .feedback-form__btn {
        margin: 0 auto;
        width: 58vw;
        height: 13.5vw;
        font-size: 3.2vw;
    }

    .feedback.feedback-help {
        padding: 0 0 8vw;
    }

    .feedback.feedback-help > .container {
        width: 100%;
    }

    .feedback.feedback-help .feedback-content {
        padding: 12vw 0 14vw;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .feedback.feedback-help .feedback-title {
        font-size: 7.5vw;
        margin-bottom: 8vw;
    }

    .feedback.feedback-help .feedback-form {
        width: 86.5%;
    }

    .category-product {
        padding: 0vw 0 9vw;
    }

    .category-banner {
        padding: 0vw 0 9vw;
    }

    .category-product__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .category-product__item:not(:last-child) {
        margin-bottom: 11.5vw;
    }

    .category-product__item:nth-child(even) .category-product__text {
        width: 100%;
    }

    .category-product__text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .category-product__title {
        font-size: 6.4vw;
        padding-left: 5vw;
        margin-bottom: 6vw;
    }

    .category-product__title::before {
        top: 1vw;
        width: 3vw;
        height: 5vw;
    }

    .category-product__description {
        font-size: 3.73vw;
        line-height: 1.55;
    }

    .category-product__description p:not(:last-child) {
        margin-bottom: 6vw;
    }

    .category-product__img {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 7vw;
    }

    .category-product__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .section-technical {
        margin: 0;
    }

    .section-technical__link {
        padding: 7.5vw 0;
        border-radius: 2rem;
        font-size: 5.33vw;
    }

    .warranty {
        padding: 0;
        margin: 13vw 0 10.5vw;
        background: #F4F4F4;
    }

    .warranty-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10vw 0 16vw;
        border-radius: 0;
    }

    .warranty-text {
        width: 100%;
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .warranty-title {
        font-size: 6.4vw;
        padding-left: 5vw;
        margin-bottom: 5vw;
    }

    .warranty-title::before {
        width: 3vw;
        height: 5vw;
    }

    .warranty-description {
        font-size: 5.33vw;
        margin-bottom: 6vw;
    }

    .warranty-link {
        font-size: 3.4vw;
        letter-spacing: 0.085em;
    }

    .warranty-link:after {
        width: .7rem;
    }

    .warranty-link.other-link::after {
        background: url(../images/arrow-next_black.svg) 50% 50% no-repeat;
        background-size: contain;
    }

    .warranty-img {
        width: 52vw;
        margin: 0 auto 12vw;
    }

    .warranty-conditions {
        padding: 8vw 0 10.5vw;
    }

    .warranty-conditions__content {
        font-size: 3.75vw;
        line-height: 1.5;
    }

    .warranty-conditions__content p:not(:last-child) {
        margin-bottom: 5.5vw;
    }

    .warranty-conditions__block {
        margin-bottom: 5.5vw;
    }

    .warranty-conditions__block ul {
        padding-left: 0vw;
    }

    .warranty-conditions__block ul li {
        text-indent: 2vw;
    }

    .warranty-conditions__block ul li::before {
        top: 0vw;
        left: -2vw;
        -webkit-transform: none;
        transform: none;
    }

    .warranty-obligations {
        padding: 0 0 9vw;
    }

    .warranty-obligations > .container {
        width: 86.5%;
    }

    .warranty-obligations__title {
        font-size: 6.4vw;
        margin-bottom: 6vw;
    }

    .warranty-obligations__item {
        width: 100%;
        margin-bottom: 4vw;
    }

    .warranty-obligations__item-img {
        width: 19vw;
        height: 19vw;
        border-radius: 0.7rem;
        margin-right: 5vw;
    }

    .warranty-obligations__item-text {
        font-size: 3.75vw;
    }

    .faq > .container {
        width: 86.5%;
    }

    .faq-content {
        padding: 11vw 0 10.5vw;
    }

    .faq-content .path {
        margin-bottom: 8vw;
    }

    .faq-content .path-list li {
        font-size: 4.27vw;
    }

    .faq-content .path-list li:not(:last-child) {
        margin-right: 5vw;
    }

    .faq-content .path-list li:not(:last-child)::after {
        right: -4vw;
    }

    .faq-item {
        border-radius: 1.8rem;
        padding: 6vw 5vw 7vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .faq-item:not(:last-child) {
        margin-bottom: 5.4vw;
    }

    .faq-item__img {
        width: 10vw;
        margin-right: 4.5vw;
    }

    .faq-item__title {
        font-size: 4.3vw;
        margin: 0.5vw 0 3vw;
        line-height: 1.25;
    }

    .faq-item__subtitle {
        font-size: 3.73vw;
    }

    .faq-item__description {
        font-size: 3.73vw;
        line-height: 1.55;
        padding: 0 2vw 0 1vw;
    }

    .faq.faq-articles .faq-content {
        padding: 8.5vw 0 10vw;
    }

    .faq.faq-articles .faq-item {
        padding: 6vw 5vw 5vw;
    }

    .faq.faq-articles .faq-item__heading {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 9.5vw;
    }

    .faq.faq-articles .faq-item__heading .faq-item__title {
        margin-bottom: .5vw;
    }

    .faq.faq-articles .faq-item__list .faq-item {
        padding: 5vw 4vw;
    }

    .faq.faq-articles .faq-item__list .faq-item:first-child {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }

    .faq.faq-articles .faq-item__list .faq-item:last-child {
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }

    .faq.faq-articles .faq-item__list .faq-item__title {
        font-size: 3.73vw;
    }

    .faq.faq-articles .faq-item__list .faq-item__subtitle {
        font-size: 3.2vw;
    }

    .faq.faq-article .faq-content {
        padding: 11vw 0;
    }

    .faq.faq-article .faq-item {
        padding: 5.5vw 2.5vw 8.5vw 4.5vw;
    }

    .faq.faq-article .faq-item__subtitle {
        margin-bottom: 9vw;
    }

    .overlay .popup {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .overlay .popup-close {
        top: 16.5vw;
        right: 7vw;
        width: 5.5vw;
    }

    .overlay .popup .feedback-content {
        height: 100%;
        padding: 12vw 0 12vw;
    }

    .overlay .popup .feedback-img {
        -webkit-filter: blur(1rem);
        filter: blur(1rem);
    }

    .overlay .popup .feedback-title {
        font-size: 7.5vw;
    }

    .overlay .popup .feedback-form {
        width: 86%;
    }

    .overlay .popup .feedback-form__description {
        display: none;
    }

    .overlay .news-modal {
        width: 87%;
        height: auto;
        margin: 25vw 0;
        overflow-y: unset;
    }

    .overlay .news-modal .popup-close {
        width: 5.35vw;
        height: 5.35vw;
        top: 2.7vw;
        right: 2.7vw;
    }

    .overlay .news-modal .popup-close img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .overlay .news-modal .manufacture-text {
        width: 100%;
        padding: 11vw 4vw;
        border-radius: 1rem;
        position: relative;
    }

    .overlay .news-modal .manufacture-text::after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 35.2vw;
    }

    .overlay .news-modal .manufacture-text .path {
        margin-bottom: 7vw;
    }

    .overlay .news-modal .manufacture-text .path ul li {
        font-size: 2.7vw;
    }

    .overlay .news-modal .manufacture-text .path ul li:not(:last-child) {
        margin-right: 3.8vw;
    }

    .overlay .news-modal .manufacture-text .path ul li:not(:last-child)::after {
        top: 50%;
        right: -2.5vw;
    }

    .overlay .news-modal .manufacture-text__title {
        font-size: 3.75vw;
        padding-left: 2.5vw;
        margin-bottom: 6vw;
    }

    .overlay .news-modal .manufacture-text__title::before {
        width: 1.8vw;
    }

    .overlay .news-modal .manufacture-text__img {
        height: 44.5vw;
        margin: 7.5vw 0 6.5vw;
        border-radius: 1rem;
    }

    .overlay .news-modal .read-more {
        margin-top: 10vw;
    }

    .overlay .news-modal .read-more__title {
        font-size: 3.75vw;
        padding-left: 2.5vw;
        margin-bottom: 5.5vw;
    }

    .overlay .news-modal .read-more__title::before {
        top: 0;
        width: 1.8vw;
    }

    .overlay .news-modal .read-more__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .overlay .news-modal .read-more__item {
        width: 100%;
        padding: 3vw 25vw 7.2vw 5.3vw;
        border-radius: 0.6rem;
    }

    .overlay .news-modal .read-more__item::after {
        right: 7.5vw;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    .overlay .news-modal .read-more__item:hover::after {
        right: 6vw;
    }

    .overlay .news-modal .read-more__item:not(:last-child) {
        margin-bottom: 5.5vw;
    }

    .overlay .news-modal .read-more__item-suptitle {
        font-size: 2.35vw;
        margin-bottom: 1vw;
    }

    .overlay .news-modal .read-more__item-title {
        font-size: 2.95vw;
        line-height: 1.45;
    }

    .download {
        padding: 0vw 0 8vw;
    }

    .download-item {
        width: 100%;
        min-height: 44vw;
        padding: 5.8vw 5.8vw 15vw;
        border-radius: 0.7rem;
        margin-bottom: 5.5vw;
    }

    .download-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .download-item__title {
        font-size: 4.16vw;
        margin-bottom: 2vw;
    }

    .download-item__description {
        font-size: 3.03vw;
    }

    .download-item__btn {
        width: 25.5vw;
        height: 7.7vw;
        bottom: 5.5vw;
        right: 5.4vw;
        font-size: 2.27vw;
    }

    .banner-partner {
        padding: 13.5vw 0;
        margin-bottom: 8vw;
    }

    .banner-partner__title {
        font-size: 7.9vw;
        line-height: 1.22;
        margin-bottom: 6.5vw;
    }

    .banner-partner__subtitle {
        max-width: 65%;
        font-size: 3.75vw;
        line-height: 1.5;
        margin: 0 auto 6.5vw;
    }

    .banner-partner__btn {
        width: 38vw;
    }

    .where {
        padding-bottom: 13.5vw;
    }

    .where > .container {
        width: 100%;
    }

    .where-form {
        max-width: 86.5%;
        margin: 0 auto 8vw;
    }

    .where-form__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .where-form__group label {
        width: 100%;
    }

    .where-form__group label:not(:last-child) {
        margin-bottom: 5vw;
    }

    .where-form__group label::after {
        right: 4.5vw;
        width: 2.7vw;
        height: 100%;
    }

    .where-form__group label select {
        width: 100%;
        height: 10.75vw;
        font-size: 3.35vw;
        padding: 0 5vw;
        border-radius: 9.3vw;
    }

    .where-table {
        margin-bottom: 8vw;
    }

    .where-table__heading,
    .where-table__item {
        padding: 2.5vw 0;
    }

    .where-table__group {
        font-size: 2.15vw;
        line-height: 1.25;
        padding-right: 2vw;
    }

    .where-table__country {
        display: none;
    }

    .where-table__city {
        width: 27.5%;
        padding-left: 6.6vw;
    }

    .where-table__address {
        width: 43.5%;
        padding-right: 6.6vw;
    }

    .where-table__address-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .where-table__address-item:not(:last-child) {
        margin-bottom: 1vw;
    }

    .where-table__address-item img {
        width: 1.78vw;
        margin-right: 1vw;
    }

    .where-table__type {
        display: none;
    }

    .where-table__name {
        width: 29%;
        padding-right: 6.6vw;
    }

    .where-pagination {
        width: 86.5%;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .where-pagination__item {
        width: 7.9vw;
        height: 7.9vw;
        border-radius: .6rem;
        font-size: 3.44vw;
    }

    .where-pagination__item.empty {
        font-size: 4.5vw;
    }

    .where-pagination__item:not(:last-child) {
        margin-right: 2vw;
    }

    .catalog {
        margin-top: 16.3vw;
    }

    .catalog-title {
        font-size: 6.4vw;
        margin-bottom: 8vw;
    }

    .catalog-filter {
        padding: 17.5vw 0 5.5vw;
    }

    .catalog .filter-form__content .underline::after {
        content: none;
    }

    .catalog .filter-form__content .break {
        margin-bottom: 2.7vw;
    }

    .catalog .filter-form__btn {
        left: 6vw;
        width: 6vw;
    }

    .catalog .filter-form__btn img {
        width: 100%;
    }

    .catalog .filter-form label.label-select {
        margin-bottom: 2.7vw;
    }

    .catalog .filter-form label.label-select::after {
        right: 2.5vw;
        width: 2vw;
    }

    .catalog .filter-form label input,
    .catalog .filter-form label select {
        font-size: 3.68vw;
    }

    .catalog .filter-form label input {
        height: 16.8vw;
        padding: 0 4.5vw 0 15.3vw;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .catalog .filter-form label input.small {
        height: 16.8vw;
    }

    .catalog .filter-form label select {
        font-size: 3.2vw;
        height: 10.15vw;
        padding: 0 2vw;
    }

    .catalog .filter-form__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog .filter-form__group.break {
        margin-bottom: 0vw;
    }

    .catalog .filter-form__group > label {
        width: 48%;
    }

    .catalog .filter-form__use {
        margin-top: 5.2vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog .filter-form__use-btn {
        width: 47%;
        height: 9vw;
    }

    .catalog .filter-form__use-btn:not(:first-child) {
        margin-left: 0rem;
    }

    .catalog .filter-form .list-inter {
        padding: 4vw;
        border-radius: .9rem;
    }

    .catalog .filter-form .list-inter ul li {
        font-size: 3.68vw;
    }

    .catalog .filter-form .list-inter ul li:not(:last-child) {
        margin-bottom: 2vw;
    }

    .catalog-pagination {
        width: 100%;
        margin: 13vw auto 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog-pagination li svg {
        width: 2vw;
    }

    .catalog-pagination li:first-child .page-link,
    .catalog-pagination li:last-child .page-link {
        width: 7.9vw;
        height: 7.9vw;
        border-radius: .6rem;
    }

    .catalog-pagination .page-link {
        width: 7.9vw;
        height: 7.9vw;
        border-radius: .6rem;
        font-size: 3.44vw;
    }

    .catalog-pagination .page-link.empty {
        font-size: 4.5vw;
    }

    .catalog-pagination .page-link:not(:last-child) {
        margin-right: 2vw;
    }

    .catalog-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-content__left {
        width: 100%;
        padding: 9vw 0 6.5vw 6.6vw;
    }

    .catalog-content__left-title {
        font-size: 3.75vw;
        margin-bottom: 3.1vw;
    }

    .catalog-content__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
    }

    .catalog-content__list li {
        font-size: 4.27vw;
        white-space: nowrap;
    }

    .catalog-content__list li:not(:last-child) {
        margin-bottom: 3vw;
        margin-right: 8vw;
    }

    .catalog-content__list li:last-child a {
        padding-right: 9vw;
    }

    .catalog-content__back {
        margin-top: 1.5vw;
        margin-left: 2vw;
    }

    .catalog-content__print {
        margin-bottom: 0;
    }

    .catalog-content__print-btn {
        display: none;
    }

    .catalog-content__print.print-category {
        margin-bottom: 0;
    }

    .catalog-content__right {
        width: 86.5%;
        margin: 0 auto;
        padding: 6.7vw 0vw 13vw;
    }

    .catalog-content__right-product {
        padding: 6.7vw 0vw 11vw;
    }

    .catalog-content__category {
        padding: 1.5vw 0 6vw;
    }

    .catalog-content__category-title {
        font-size: 6.4vw;
        margin-bottom: 7vw;
    }

    .catalog-content__category-title::before {
        top: 1vw;
    }

    .catalog-content__category-wrap {
        max-width: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-content__category-list {
        width: 100%;
        margin-bottom: 5.2vw;
        grid-template-columns: 1fr;
    }

    .catalog-content__category-list li {
        font-size: 4vw;
    }

    .catalog-content__category-list li:not(:last-child) {
        margin-bottom: 5.2vw;
    }

    .catalog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 7vw 5vw 9vw 4.5vw;
        border-radius: 1.8rem;
    }

    .catalog-item:not(:last-child) {
        margin-bottom: 6.2vw;
    }

    .catalog-item__preview {
        width: 100%;
        height: 48vw;
    }

    .catalog-item__text {
        width: 100%;
        padding-top: 5vw;
    }

    .catalog-item__name {
        max-width: 75%;
        font-size: 4.8vw;
        margin-bottom: 5.5vw;
    }

    .catalog-item__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-item__description {
        width: 100%;
        font-size: 3.73vw;
        line-height: 1.25;
        font-weight: 400;
        margin-bottom: 5.5vw;
    }

    .catalog-item__description-title {
        font-size: 3.2vw;
        margin-bottom: 2.5vw;
    }

    .catalog-item__info {
        width: 100%;
    }

    .catalog-item__group {
        width: 49%;
        font-size: 3.75vw;
    }

    .catalog-item__group:not(:last-child) {
        margin-bottom: 7vw;
    }

    .catalog-item__group.wide .catalog-item__group-value {
        font-size: 3.4vw;
    }

    .catalog-item__group-name {
        font-size: 3.2vw;
        line-height: 1.25;
        margin-bottom: 2vw;
    }

    .catalog-product {
        padding: 18vw 0 0;
    }

    .catalog-product__heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 6vw;
    }

    .catalog-product__photos {
        width: 100%;
        padding-top: 0;
        margin-bottom: 11vw;
    }

    .catalog-product__photos .product-slider {
        margin-bottom: 11vw;
    }

    .catalog-product__photos .product-slider__item {
        height: 61vw;
    }

    .catalog-product__photos .product-slider__item img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .catalog-product__photos .product-slider-prev,
    .catalog-product__photos .product-slider-next {
        width: 6.4vw;
        height: 6.4vw;
        background-size: 1.4vw;
    }

    .catalog-product__photos .product-slider-prev {
        left: 0%;
    }

    .catalog-product__photos .product-slider-next {
        right: 0%;
    }

    .catalog-product__photos .product-thumbs {
        width: 78%;
    }

    .catalog-product__photos .product-thumbs__item {
        height: 15.5vw;
    }

    .catalog-product__text {
        width: 100%;
        padding-left: 0;
    }

    .catalog-product__name {
        max-width: 85%;
        font-size: 6.4vw;
        margin-bottom: 8vw;
    }

    .catalog-product__group {
        width: 44%;
        font-size: 3.75vw;
    }

    .catalog-product__group:nth-child(even) {
        width: 55%;
    }

    .catalog-product__group:not(:last-child) {
        margin-bottom: 7vw;
    }

    .catalog-product__group.wide {
        width: 55%;
    }

    .catalog-product__group.wide .catalog-product__group-value {
        font-size: 3.4vw;
    }

    .catalog-product__group-name {
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    .catalog-product__about {
        padding-left: 0;
    }

    .catalog-product__about-heading {
        overflow-x: scroll;
        margin-bottom: 0vw;
        padding-bottom: 0.5vw;
    }

    .catalog-product__about-heading-wrap {
        position: relative;
        margin-bottom: 0vw;
        margin-right: -6.5vw;
    }

    .catalog-product__about-heading-wrap::after {
        content: '';
        position: absolute;
        bottom: .8vw;
        left: 0;
        width: 100%;
        height: 1px;
        background: #E3E4E8;
    }

    .catalog-product__about-heading::after {
        content: none;
    }

    .catalog-product__about-heading-item {
        font-size: 3.75vw;
        padding: 6vw 0;
        white-space: nowrap;
    }

    .catalog-product__about-heading-item::after {
        bottom: -.5vw;
        left: 0;
        width: 100%;
        height: 1vw;
    }

    .catalog-product__about-heading-item:not(:last-child) {
        margin-right: 10vw;
    }

    .catalog-product__about-heading-item:last-child {
        padding-right: 5vw;
    }

    .catalog-product__about-body {
        margin-top: 8vw;
    }

    .catalog-product__about-body-about {
        padding-top: 5vw;
        margin-bottom: 0;
    }

    .catalog-product__about-body-applying {
        margin-bottom: 0;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table {
        font-size: 3.75vw;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__heading {
        display: none;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__line {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        background: none;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__line:not(:last-child)::after {
        height: 2px;
        background: #666666;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__item {
        height: 10.7vw;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #FAFAFA;
        padding: 0 3vw;
        position: relative;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__item span {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5vw;
        font-weight: 700;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__item:nth-child(even) {
        background: #EBEBEB;
    }

    .catalog-product__about-body-item.catalog-product__about-body-applying .model-table__item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D8D8D8;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number {
        margin: 0;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .catalog-product__about-body-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .model-table {
        width: 100%;
        font-size: 3.52vw;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .model-table:not(:first-child) .model-table__heading {
        display: none;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .model-table__heading {
        height: 14vw;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .model-table__line {
        height: 16.15vw;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .model-table__item:first-child {
        width: 58.5%;
        padding-left: 3.5vw;
    }

    .catalog-product__about-body-item.catalog-product__about-body-number .model-table__item:last-child {
        width: 41.5%;
        padding-right: 3.5vw;
    }

    .catalog-product__about-body-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-product__about-body-group {
        width: 45%;
        font-size: 3.75vw;
    }

    .catalog-product__about-body-group:not(:last-child) {
        margin-right: 2vw;
        margin-bottom: 12.5vw;
    }

    .catalog-product__about-body-title {
        margin-bottom: 3.5vw;
    }

    .catalog-product__about-body-subtitle:not(:last-child) {
        margin-bottom: 2vw;
    }

    .catalog-warranty {
        margin: 15vw 0 11vw;
    }

    .catalog-warranty .warranty-content {
        padding: 13vw 4vw 7vw;
    }

    .catalog-warranty .warranty-text {
        width: 100%;
        padding-top: 0;
    }

    .catalog-warranty .warranty-title {
        font-size: 6.4vw;
        padding-left: 5vw;
        margin-bottom: 5vw;
    }

    .catalog-warranty .warranty-title::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3vw;
        height: 5.5vw;
    }

    .catalog-warranty .warranty-description {
        font-size: 3.75vw;
        margin-bottom: 5.5vw;
    }

    .catalog-warranty .warranty-link {
        font-size: 3.4vw;
        letter-spacing: 0.085em;
        padding-right: 3.5vw;
    }

    .catalog-warranty .warranty-link:after {
        width: 2vw;
    }

    .catalog-warranty .warranty-link.other-link::after {
        background: url(../images/arrow-next_black.svg) 50% 50% no-repeat;
        background-size: contain;
    }

    .catalog-warranty .warranty-img {
        width: 46vw;
        margin: 0 auto 16.5vw;
    }

    .catalog-advantages {
        padding: 2vw 0 12vw;
    }

    .catalog-advantages .advantages-title {
        font-size: 6.4vw;
        margin-bottom: 7.5vw;
        text-align: center;
    }

    .catalog-advantages .advantages-content {
        max-width: 91%;
        padding: 0;
        margin: 0 auto;
    }

    .catalog-advantages .advantages-item {
        width: 47%;
        height: 13.5vw;
        margin-bottom: 3.1vw;
    }

    .catalog-advantages .advantages-item:nth-child(2) .advantages-link span {
        width: 22.5vw;
    }

    .catalog-advantages .advantages-item:nth-child(5) .advantages-link span {
        width: 17.5vw;
    }

    .catalog-advantages .advantages-item:nth-child(6) .advantages-link span {
        width: 22vw;
    }

    .catalog-advantages .advantages-link {
        padding: 0 3vw 0 3vw;
        font-size: 2.67vw;
        line-height: 1.1;
    }

    .catalog-advantages .advantages-link span {
        padding-left: 2.2vw;
        padding-right: 0vw;
    }

    .catalog-advantages .advantages-link span::before {
        top: 0.3vw;
        width: 1.3vw;
        height: 2.5vw;
    }

    .catalog-advantages .advantages-link span::after {
        width: 3vw;
        height: 2vw;
    }

    .catalog-articles .articles-title {
        font-size: 6.4vw;
        margin-bottom: 5vw;
    }

    .catalog-articles .articles-item {
        font-size: 4.3vw;
        line-height: 1.19;
    }

    .articles-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 6.5vw;
    }

    .articles-title {
        font-size: 6.4vw;
        margin-bottom: 5vw;
    }

    .articles-item {
        width: 100%;
        padding: 7vw 17vw 7vw 5vw;
        border-radius: 1.6rem;
        font-size: 4.3vw;
        line-height: 1.19;
        min-height: 34.2vw;
    }

    .articles-item:not(:last-child) {
        margin-bottom: 5vw;
    }

    .articles-item::after {
        right: 4vw;
        width: 7.5vw;
        height: 5vw;
    }

    .more-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: .6px;
        background: rgba(0, 0, 0, 0.5);
    }

    .more-wrap__btn {
        font-size: 3.75vw;
        margin: 3.5vw 0;
        padding-right: 7vw;
    }

    .more-wrap__btn::after {
        right: 0;
        width: 4vw;
        height: 3vw;
    }

    .all-news {
        margin-top: 16.3vw;
        padding: 11.6vw 0 10.5vw;
    }

    .all-news__heading {
        margin-bottom: 12vw;
    }

    .all-news__heading > .container {
        width: 100%;
    }

    .all-news__heading-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }

    .all-news__heading-link {
        white-space: nowrap;
        padding: 2.5vw 5.7vw;
        border-radius: 12rem;
        font-size: 3.2vw;
        margin-bottom: 3vw;
    }

    .all-news__heading-link:not(:last-child) {
        margin-right: 4.5vw;
    }

    .all-news__heading-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        max-width: none;
        margin-left: 6.5vw;
        padding-top: 0;
        margin-bottom: 7vw;
    }

    .all-news__heading-block {
        width: 86.5%;
        margin: 0 auto;
        padding: 4.5vw 3vw 4vw 4.5vw;
        border-radius: 0.6rem;
    }

    .all-news__heading-press-title {
        font-size: 4.32vw;
        margin-bottom: 2vw;
    }

    .all-news__heading-press-mail {
        font-size: 2.5vw;
        margin-left: 0;
    }

    .all-news__heading-press-mail img {
        width: 3vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1vw;
    }

    .all-news__heading-write {
        padding: 1vw 3.4vw 1.1vw 2.4vw;
        border-radius: 1rem;
    }

    .all-news__heading-write:hover {
        border: 1px solid #322F8A;
    }

    .all-news__heading-write:hover::after {
        right: 1vw;
    }

    .all-news__heading-write::after {
        width: 1vw;
        top: 50%;
        right: 1.5vw;
    }

    .all-news__body .news-item {
        width: 100%;
        margin-bottom: 5.5vw;
    }

    .all-news__body .news-item.small:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .all-news__body .news-item.small::after {
        top: 33%;
        right: 4vw;
        width: 7.5vw;
        height: 5vw;
    }

    .all-news__body .news-item.wide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        border-radius: 2.2rem;
        padding-bottom: 0;
    }

    .all-news__body .news-item.wide .news-item__text {
        padding: 5.5vw 5vw 28.5vw;
    }

    .all-news__body .news-item.wide .news-item__text .news-item__img {
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
    }

    .all-news__body .news-item.wide .news-item__title {
        max-width: none;
    }

    .all-news__body .news-item.wide .news-item__link {
        display: initial;
        font-size: 3.2vw;
    }

    .all-news__body .news-item.wide .news-item__link::after {
        width: 2vw;
        height: 100%;
        background: url(../images/arrow-next_white-mobile.svg) 50% 50% no-repeat;
        background-size: contain;
    }

    .all-news__body .news-item.wide .news-item__right {
        position: static;
        margin-top: -15vw;
        width: 100%;
        height: auto;
    }

    .all-news__body .news-item.wide .news-item__right-top,
    .all-news__body .news-item.wide .news-item__right-bottom {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .all-news__body .news-item.wide .news-item__right-top .news-item__title,
    .all-news__body .news-item.wide .news-item__right-bottom .news-item__title {
        max-width: 80%;
        margin-bottom: 4.4vw;
    }

    .all-news__body .news-item.wide .news-item__right-top .news-item__description,
    .all-news__body .news-item.wide .news-item__right-bottom .news-item__description {
        margin-bottom: 6vw;
    }

    .all-news__body .news-item.wide .news-item__right-content {
        width: 100%;
        text-align: center;
        padding: 20.5vw 5vw 14vw;
    }

    .all-news__body .news-item.wide .news-item__right-bottom .news-item__right-content {
        padding: 14vw 5vw 13vw;
    }

    .all-news__body .news-item__group {
        margin-bottom: 13vw;
    }

    .all-news__body .news-item__group:first-child {
        margin-bottom: 10vw;
    }

    .all-news__body .news-item__group-title {
        font-size: 6.4vw;
        margin-left: 0;
        padding-left: 4vw;
        margin-bottom: 4.4vw;
    }

    .all-news__body .news-item__group-title::before {
        top: 1vw;
    }

    .all-news__body .news-item__group-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0vw;
    }

    .all-news__body .news-item__text {
        padding: 3vw 15vw 3vw 5vw;
    }

    .all-news__body .news-item__title {
        font-size: 4.8vw;
    }

    .all-news__body .articles-title {
        margin-left: 0;
        padding-left: 4vw;
        margin-bottom: 4.4vw;
    }

    .all-news__body .articles-item {
        padding: 4vw 18vw 4vw 4.5vw;
    }

    .all-news__body .articles-item::after {
        width: 7.5vw;
        height: 5vw;
        right: 4vw;
    }

    .all-news__body .more-wrap {
        margin-top: 0;
    }

    .all-news__body .more-wrap::before {
        height: 1px;
    }

    .all-news__body .more-wrap__btn {
        margin: 3.5vw 0;
        padding-right: 7vw;
    }

    .all-news__body .more-wrap__btn::after {
        width: 4vw;
        height: 3vw;
    }

    .manufacture {
        margin-top: 16.3vw;
    }

    .manufacture-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .manufacture-side {
        width: 100%;
        padding: 13vw 6.5vw 14vw;
    }

    .manufacture-side__title {
        font-size: 3.75vw;
        margin-bottom: 4vw;
    }

    .manufacture-side ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .manufacture-side ul li {
        font-size: 4.3vw;
    }

    .manufacture-side ul li:not(:last-child) {
        margin-right: 8vw;
        margin-bottom: 4vw;
    }

    .manufacture-text {
        width: 100%;
        padding: 10.7vw 6.5vw 3vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .manufacture-text p {
        margin-bottom: 5vw;
    }

    .manufacture-text__title {
        font-size: 4.3vw;
        padding-left: 3vw;
        margin-bottom: 3vw;
    }

    .manufacture-text__title::before {
        top: 0;
        top: 1.5vw;
        width: 1.8vw;
        height: 100%;
    }

    .manufacture-text__img {
        margin: 0vw 0 10vw;
        height: 27.5vw;
    }

    .contacts {
        padding: 10.5vw 0 16vw;
    }

    .contacts-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }

    .contacts-box {
        border-radius: 0.8rem;
    }

    .contacts-left {
        width: 100%;
        padding: 8.5vw 4vw 0vw;
        margin-bottom: 11vw;
        min-height: 123vw;
        overflow: hidden;
    }

    .contacts-left__title {
        max-width: 90%;
        font-size: 6.4vw;
        text-align: center;
        margin: 0 auto 6vw;
    }

    .contacts-quiz__heading {
        margin-bottom: 2vw;
        padding-bottom: .5vw;
    }

    .contacts-quiz__heading::after {
        bottom: .5vw;
        height: 2px;
    }

    .contacts-quiz__heading-wrap {
        margin-right: -4vw;
        margin-bottom: 4vw;
    }

    .contacts-quiz__heading-item {
        font-size: 3.75vw;
        padding: 2.2vw 5.5vw 2.2vw 1.5vw;
    }

    .contacts-quiz__heading-item span {
        font-size: 2.15vw;
    }

    .contacts-quiz__heading-item::after {
        bottom: -1px;
        width: 100%;
        height: 4px;
    }

    .contacts-quiz__heading-item:not(:last-child) {
        margin-right: 2vw;
    }

    .contacts-form {
        padding-left: 0vw;
    }

    .contacts-form__item {
        min-height: 81vw;
        padding-bottom: 23vw;
    }

    .contacts-form__title {
        font-size: 4.3vw;
        margin-bottom: 6vw;
    }

    .contacts-form__group {
        display: inline-block;
    }

    .contacts-form__group label {
        font-size: 4.3vw;
    }

    .contacts-form__group label:not(:last-child) {
        margin-bottom: 5.3vw;
    }

    .contacts-form__group span {
        width: 4.3vw;
        height: 4.3vw;
        margin-right: 1.5vw;
    }

    .contacts-form__group span::before {
        width: 2.7vw;
        height: 2.7vw;
    }

    .contacts-form__btn {
        font-size: 3.75vw;
        padding-right: 5vw;
        letter-spacing: normal;
    }

    .contacts-form__btns {
        bottom: 9vw;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .contacts-form__btn::after {
        top: 50%;
        width: 3vw;
        height: 4vw;
    }

    .contacts-form__prev {
        padding-right: 0;
        padding-left: 5vw;
        margin-right: 8vw;
    }

    .contacts-form__prev::after {
        width: 3vw;
        height: 4vw;
    }

    .contacts-form__activity {
        padding-left: 1.5vw;
    }

    .contacts-form__theme,
    .contacts-form__message,
    .contacts-form__details {
        padding-bottom: 22vw;
    }

    .contacts-form__theme .contacts-form__title,
    .contacts-form__message .contacts-form__title,
    .contacts-form__details .contacts-form__title {
        font-size: 3.75vw;
        padding-left: 0;
        margin-bottom: 6.5vw;
    }

    .contacts-form__theme label.semi,
    .contacts-form__message label.semi,
    .contacts-form__details label.semi {
        width: 100%;
    }

    .contacts-form__theme label.required::after,
    .contacts-form__message label.required::after,
    .contacts-form__details label.required::after {
        right: 4.5vw;
        width: 1.2rem;
        height: 1.2rem;
    }

    .contacts-form__theme label input,
    .contacts-form__theme label textarea,
    .contacts-form__message label input,
    .contacts-form__message label textarea,
    .contacts-form__details label input,
    .contacts-form__details label textarea {
        height: 11vw;
        border: 1px solid #585858;
        padding: 0 3vw;
        border-radius: 1rem;
        font-size: 3.2vw;
    }

    .contacts-form__theme label textarea,
    .contacts-form__message label textarea,
    .contacts-form__details label textarea {
        height: 48vw;
        padding: 3vw 2.2vw 0;
        border: 2px solid #585858;
    }

    .contacts-form__details .contacts-form__block {
        padding-top: 1vw;
    }

    .contacts-form__details label:not(:last-child) {
        margin-bottom: 4.5vw;
    }

    .contacts-thank {
        max-width: 70%;
        margin: 0 auto;
        padding-top: 18vw;
        font-size: 3.75vw;
        line-height: 1.5;
    }

    .contacts-thank__img {
        width: 10.7vw;
        margin: 0 auto 7vw;
    }

    .contacts-done {
        bottom: 8vw;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .contacts-info {
        width: 100%;
        height: auto;
        padding: 10vw 8.5vw 9.5vw;
    }

    .contacts-info__title {
        font-size: 8.15vw;
        margin-bottom: 4vw;
    }

    .contacts-info__subtitle {
        font-size: 3.25vw;
        margin-bottom: 5.5vw;
    }

    .contacts-info__link {
        font-size: 3.25vw;
    }

    .contacts-info__link img {
        width: 3.5vw;
        margin-right: 1.5vw;
        margin-top: 0;
    }

    .contacts-info__phone {
        margin-bottom: 6.5vw;
    }

    .cookies {
        padding: 8vw 0;
    }

    .cookies-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }

    .cookies-title {
        text-align: center;
        font-size: 4.3vw;
        line-height: 1.3;
        margin-bottom: 5.5vw;
    }

    .cookies-button {
        width: 43%;
        height: 11vw;
        font-size: 4.3vw;
    }

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

    .cookies-buttons {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cookies-button__accept {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .privacy {
        margin-top: 16.3vw;
    }

    .privacy-content {
        padding: 15vw 0 12vw;
        font-size: 3.2vw;
        line-height: 1.45;
    }

    .privacy-title {
        font-size: 4.8vw;
        line-height: 1.25;
        margin-bottom: 10vw;
    }

    .privacy-group:not(:last-child) {
        margin-bottom: 9.1vw;
    }

    .privacy-group__title {
        margin-bottom: 4.2vw;
    }

    .privacy-group p:not(:last-child) {
        margin-bottom: 4.6vw;
    }
}

.loading {
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;


}


/*

   @keyframes opacity {
   from { opacity: 0; transform: translateY(5px)  }
   to { opacity: 1; transform: translateY(0px)}
  }

  .catalog-content.sticky {
      display: block;


  }

  .catalog-content.sticky .catalog-content__left  {
      width: 100%;
      top: 8rem;
      position: sticky;
      display: flex;
      padding: 2rem 7rem 0 7rem;
        box-shadow: 0rem 0.4rem 1.6rem rgb(0 0 0 / 11%);
        z-index: 5;
          animation: opacity .7s ease-in-out;

  }



  .catalog-content.sticky .catalog-content__left .catalog-content__left-title {
      margin-right: 20px;
  }

  .catalog-content.sticky .catalog-content__list {
      display: flex;
  }

  .catalog-content.sticky .catalog-content__left-title, .catalog-content.sticky .catalog-content__list li {
      white-space: nowrap;
      font-size: 1.8rem;
  }

  .catalog-content__left-title, .catalog-content__list li  {
      // transition: font-size .3s ease-in-out;
  }

  .catalog-content.sticky .catalog-content__list li {
      margin-right: 10px;
  }

  .catalog-content.sticky .catalog-content__right {
        width: 100%;
  }

  .catalog-content.sticky .catalog-content__left-title {
      margin-bottom: 1.5rem;
  }

  .catalog-content__right {
      // transition: width .3s ease-in-out;
  }




                    */


.product-page__content .categories {
    position: sticky;
    top: 8rem;
    left: 0;
    z-index: 8;
}

.product-page__content .categories.sticky {
    box-shadow: 0rem 0.4rem 1.6rem rgb(0 0 0 / 11%);
}

.catalog-content__left {
    position: sticky;
    top: 8rem;
    height: calc(100vh - 6rem);

}

@media (max-width: 64em) {
    .catalog-content__left {
        position: static;
        top: 0;
        height: auto;

    }

    .product-page__content .categories {
        top: 11rem;
    }


}

main {
    max-width: 1920px;
    margin: auto;
}

.banner-slider-next {
    right: 1.5% !important;
}

.banner-slider-prev {
    left: 1.5% !important;
}

main table,
.popup table {
    display: block;
    overflow: auto;
    max-width: 100%;
}

main table tr:first-of-type,
.popup table tr:first-of-type {
    background: #FAFAFA;
}

main table tr:not(:first-of-type),
.popup table tr:not(:first-of-type) {
    background: #F5F5F5;
    color: #525252;
}

main table td,
.popup table td {
    padding: 10px;
    color: #525252;
    border: 1px solid #D8D8D8;
}

.modal-open {
    overflow: hidden;

}


.shadow {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: auto;
    padding: 5vh 0;
}


.auto-modal {
    width: 1240px;
    background: #fff;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.54);
    border: solid 14px #ff0000;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    margin: auto;
}


.auto-modal__close {
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 100%;
    background: #e80028;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 8px;

}

.auto-modal__close svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}

.auto-modal__title {
    margin-top: 44px;
    padding-left: 44px;
    font-size: 25px;
    line-height: 1.44;
    font-weight: bold;
    padding-right: 60px;
    margin-left: 20px;

}

.auto-modal__descr {
    padding-left: 44px;
    margin-top: 12px;
    padding-right: 60px;
    font-size: 22px;
    color: #707070;
    font-family: 'Circe', sans-serif;
}

.auto-modal__table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
    font-family: 'Circe', sans-serif;
}


.auto-modal__tr--head {
}


.auto-modal__table-header {
    font-size: 25px;
    color: #fff;
    background: #ff0000;
    padding: 17px 10px 13px;
    border-right: 1px solid #fff;
}

.auto-modal__tr {
}


.auto-modal__tr--line:nth-of-type(odd) {
    background-color: #f0efef
}

.auto-modal__tr--line {
    cursor: pointer;
}

.auto-modal__tr--line:hover {
    cursor: pointer;
    text-decoration: underline;
}

.auto-modal__td {
    font-size: 20px;
    line-height: 1.8;
    border-right: 1px solid #e8e5e5;
    padding: 15px 7px 7px;
}

.auto-modal__table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 1250px) {
    .auto-modal {
        width: 90%;
    }
}

@media screen and (max-width: 760px) {
    .auto-modal {
        width: 100%;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
        overflow-y: auto;
        border-width: 7px;
    }

    .auto-modal__title {
        margin-top: 24px;
        padding-left: 24px;
        font-size: 20px;
        padding-right: 35px;
    }

    .auto-modal__descr {
        padding-left: 24px;
        margin-top: 10px;
        padding-right: 30px;
        font-size: 16px;
    }

    .auto-modal__table {
        margin-top: 20px;
    }

    .auto-modal__table-header {
        font-size: 20px;
        padding: 12px 5px 8px;
    }

    .auto-modal__td {
        font-size: 16px;
        padding: 10px 5px 5px;
    }
}

.zoomIn {
    animation: zoomIn .5s ease-in-out !important;
}

.zoomOut {
    animation: zoomOut .5s ease-in-out !important;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}


.warranty-conditions__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.warranty-conditions__item {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 80px;
}

.warranty-conditions__item:nth-child(3n) {
    margin-right: 0;
}

.warranty-conditions__item p {
    text-align: center;
    line-height: 1.2;
}

.warranty-conditions__item img {
    max-height: 395px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
}

.warranty-conditions__item a {
    color: #000000;
    text-decoration: underline;
}

.warranty-conditions__item a[href^="tel"] {
    font-weight: 600;
    text-decoration: none;
}

.warranty-conditions__item a:hover {
    text-decoration: none;
}

.banner.banner-partner {
    background-image: url(./images/become-partner.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media (max-width: 68em) {
    .banner.banner-partner {
        background-image: none;
    }

    .warranty-conditions__item {
        width: 48%;
        margin-right: 4%;


    }

    .warranty-conditions__item:nth-child(3n) {
        margin-right: 4%;
    }

    .warranty-conditions__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .warranty-conditions__item img {
        max-height: 300px;
        margin-bottom: 20px;
    }

    .warranty-conditions__item {
        margin-bottom: 40px;
    }
}

@media (max-width: 425px) {
    .warranty-conditions__item {
        width: 100%;
        margin-right: 0;
    }

    .warranty-conditions__item:nth-child(3n) {
        margin-right: 0;
    }

    .warranty-conditions__item img {
        max-height: 250px;
        margin-bottom: 15px;
    }

    .warranty-conditions__item {
        margin-bottom: 30px;
    }
}

/* New */

.download-content-description {
    font-size: 1.9rem;
    font-family: 'Montserrat', sans-serif;
    width: 109rem;
    margin: 0 auto 70px;
    max-width: 100%;
}

.download-item--materials {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.download-item--materials .download-item__img-wrap {
    border-radius: 0.5rem;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-shadow: 0rem -0.2rem 8rem rgb(0 0 0 / 7%), 0rem -0.025rem 1rem rgb(0 0 0 / 4%), 0rem -0.013rem 0.5rem rgb(0 0 0 / 3%), 0rem -0.005rem 0.2rem rgb(0 0 0 / 2%);
    box-shadow: 0rem -0.2rem 8rem rgb(0 0 0 / 7%), 0rem -0.025rem 1rem rgb(0 0 0 / 4%), 0rem -0.013rem 0.5rem rgb(0 0 0 / 3%), 0rem -0.005rem 0.2rem rgb(0 0 0 / 2%);
}

.download-item--collection .download-item__img-wrap {
    padding: 0;
}

.download-item--disabled {
    opacity: 0.4;
    cursor: not-allowed;

}

.download-item--disabled img {
    display: none;
}

.download-item--disabled a {
    pointer-events: none;
}

.download-item__img-wrap img,
.download-item__img-wrap > * {
    width: 100%;
    max-height: 100%;
}

.download-item__img-wrap img.half_size {
    width: 50%;
    max-height: 50%;
}

a.download-item--materials p {
    color: #000;
    font-size: 2rem;
    margin-top: 40px;
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

a.download-item--materials * {
    text-decoration: underline;
}

.download-item--materials a:hover {
    text-decoration: none;
}

.section-search__title-download {
    font-size: 2.4rem;
}

.download-content-description ~ .download-content {
    margin-bottom: 30px;
}

.banner-collection {
    background: center bottom no-repeat url(./images/banner-mountain.svg);
    background-size: contain;
    height: 100%;
    width: 60%;
    position: absolute;
    right: -5%;
    background-position-y: 30px;
}

.banner-collection__content {
    display: flex;
    flex-direction: column;
    width: 426px;
    height: 123px;
    background-color: #fff;
    border: solid #e5e4e4 1px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(34, 60, 80, 0.08);
    -moz-box-shadow: 0px 0px 15px 1px rgba(34, 60, 80, 0.08);
    box-shadow: 0px 0px 15px 1px rgba(34, 60, 80, 0.08);
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 25rem;
    justify-content: space-between;
    padding: 10px 7px;
}

.banner-collection__header,
.banner-collection__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-collection__controls > div {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.banner-collection__controls img {
    width: 32px;
    height: 32px;
}

.banner-collection__controls span {
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
}

.banner-collection__header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
}

.banner-collection__header > div {
    display: flex;
    align-items: center;
}

.banner-collection__header .banner-collection__name {
    font-size: 2rem;
    color: #342f86;
    font-family: 'Russo One', sans-serif;
    margin-left: 8px;
}

.banner-download .banner-content {
    justify-content: space-between;
    position: relative;
}

.download .filter-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 8.1rem;
}

.download .filter-form label {
    width: 25%;
    position: relative;
}

.download .filter-form label.label-select {
    position: relative;
}

.download .filter-form label.label-select::after {
    content: '';
    position: absolute;
    top: 0%;
    right: 2.2rem;
    width: 1.7rem;
    height: 100%;
    background: url(../images/select-arrow.svg) 50% no-repeat;
    background-size: contain;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.download .filter-form label input,
.download .filter-form label select {
    width: 100%;
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: #FAFAFA;
    border-radius: 0.9rem;
    border: none;
}

.download .filter-form label input::-webkit-input-placeholder,
.download .filter-form label select::-webkit-input-placeholder {
    color: #BCBCBC;
}

.download .filter-form label input:-ms-input-placeholder,
.download .filter-form label select:-ms-input-placeholder {
    color: #BCBCBC;
}

.download .filter-form label input::-ms-input-placeholder,
.download .filter-form label select::-ms-input-placeholder {
    color: #BCBCBC;
}

.download .filter-form label input::placeholder,
.download .filter-form label select::placeholder {
    color: #BCBCBC;
}

.download .filter-form label input {
    height: 10.1rem;
    padding: 0 9.4rem;
}

.download .filter-form label input.small {
    height: 7rem;
}

.download .filter-form label select {
    height: 7rem;
    padding: 0 2rem;
    color: #BCBCBC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.download .filter-form__sorting > * {
    font-size: 2.2rem;
    color: #bebebe;
    font-family: 'Montserrat', sans-serif;
}

.download .filter-form__sorting > span {
    margin: 0 10px;
}

.download .filter-form__sorting a {
    text-decoration: underline;
}

.download .filter-form__sorting a:hover {
    text-decoration: none;
}

.download .filter-form__sorting a.active {
    color: #727171;
}

.download-item.download-item--collection {
    width: 23%;
    margin-right: 2.66%;
}

.download-item--collection:nth-child(4n) {
    margin-right: 0;
}

.download-item--collection .download-item__img-wrap {
    height: 320px;
}

.download-item__name__wrap {
    height: 2.4em;
    overflow-y: hidden;
    font-size: 1.85rem;
    margin-top: 25px;
}

.download-item__name {
    font-size: 1.85rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.download-item__tags {
    margin-top: 20px;
    font-size: 1.85rem;
    height: 2.4em;
    overflow-y: hidden;
}

.download-item__tags > * {
    margin-right: 5px;
    font-size: 1.85rem;
    font-family: 'Montserrat', sans-serif;
    color: #acacac;
}

.download-item__info {
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    color: #acacac;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.download-item__controls {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.download-item__controls p {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: underline;
    margin-left: 7px;
    color: #000;
}

.download-item__controls a:hover p {
    text-decoration: none;
}

.download-item__controls a {
    display: flex;
    align-items: center;
}

.download-item__controls a div {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.download-item__controls__download div {
    background: center no-repeat url(./images/cloud-computing.png);
}

.download-item__controls__add div {
    background: center no-repeat url(./images/collection-add.svg);
}

.download-item__controls__add {
    margin-left: 5px;
}

.banner.banner-download .banner-title {
    font-size: 3.6rem;
    padding-left: 4rem;
}

.banner.banner-download .banner-title.decor::before {
    background-position-y: 5px;
}

.banner-title-wrap {
    max-width: 55%;
}

.banner-back {
    color: #000;
    text-decoration: underline;
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.banner-back:hover {
    text-decoration: none;
}

@media (max-width: 1440px) {
    .banner-collection__content {
        width: 400px;
        height: 105px;
    }
}

@media (max-width: 1280px) {
    .banner-collection__content {
        bottom: 5px;
        left: 20rem;
        width: 350px;
        height: 90px;
    }

    .banner-collection__controls img {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1190px) {
    .download-item__controls p {
        font-size: 0.9vw;
    }

    .download-item.download-item--collection {
        width: 21vw;
        margin-right: 2.5vw;
    }

    .download-item.download-item--collection:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 1152px) {
    .download-item--materials .download-item__img-wrap {
        height: 280px;
    }
}

@media (max-width: 1088px) {
    .banner-title-wrap {
        max-width: unset;
    }

    .banner.banner-download .banner-title {
        padding-left: 3.5vw;
        font-size: 4.2vw;
    }

    .banner.banner-download .banner-title.decor::before {
        background-position: 0 0;
        top: 0.5vw;
        max-height: 100%;
        background-size: contain;
    }

    .banner-back {
        font-size: 3vw;
    }

    .banner-collection {
        right: 0;
        height: 40%;
        bottom: 0;
        width: 100%;
        background-position-y: 15px;
    }

    .banner-collection__content {
        left: calc(50% - 17.5vw);
        width: 35vw;
        height: 45%;
        bottom: 15px;
        min-width: 320px;
    }

    .download-item__controls a div {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 68em) {
    .download-item--materials {
        min-height: unset;
    }
}

@media (max-width: 1025px) {
    .banner-collection__header .banner-collection__name {
        font-size: 1.4rem;
        margin-left: 4px;
    }

    .download .filter-form__sorting > * {
        font-size: 1.7vw;
    }

    .download .filter-form label input, .download .filter-form label select {
        font-size: 1.7vw;
    }

    .download .filter-form label select {
        height: 7vw;
        padding: 0 2vw;
    }

    .download .filter-form {
        margin-bottom: 5vw;
    }

    .banner-collection__header span {
        font-size: 1.3rem;
    }

    .banner-collection__controls span {
        font-size: 1.3rem;
    }

    .download-item.download-item--collection {
        width: 32%;
        margin-right: 2%;
    }

    .download-item.download-item--collection:nth-child(4n) {
        margin-right: 2%;
    }

    .download-item.download-item--collection:nth-child(3n) {
        margin-right: 0;
    }

    .download-item__name__wrap {
        font-size: 1.6vw;
        margin-top: 2vw;
    }

    .download-item__name {
        font-size: 1.6vw;
    }

    .download-item__tags {
        margin-top: 1.6vw;
        font-size: 1.5vw;
    }

    .download-item__tags > * {
        font-size: 1.5vw;
    }

    .download-item__info {
        font-size: 1.4vw;
        margin-top: 1.5vw;
    }

    .download-item__controls {
        margin-top: 1.5vw;
    }

    .download-item__controls p {
        font-size: 1.3vw;
        margin-left: 5px;
    }
}

@media (max-width: 910px) {
    .banner-collection__content {
        left: calc(50% - 160px);
    }
}

@media (max-width: 800px) {
    .banner-collection__controls img {
        width: 20px;
        height: 20px;
    }

    .banner-collection__content {
        bottom: 5px;
        height: 95px;
    }
}

@media (max-width: 768px) {
    .banner-collection {
        background-image: none;
    }

    .download-item.download-item--collection {
        width: 48%;
        margin-right: 4%;
    }

    .download-item.download-item--collection:nth-child(4n) {
        margin-right: 4%;
    }

    .download-item.download-item--collection:nth-child(3n) {
        margin-right: 4%;
    }

    .download-item.download-item--collection:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 608px) {
    .banner-collection__content {
        height: 14vw;
        width: 54vw;
        left: calc(50% - 27vw);
        min-width: unset;
    }

    .banner-collection__header .banner-collection__name {
        font-size: 2vw;
    }

    .banner-collection__header span {
        font-size: 1.8vw;
    }

    .banner-collection__controls span {
        font-size: 1.7vw;
    }

    .download .filter-form__sorting > * {
        font-size: 2vw;
    }

    .download .filter-form label input, .download .filter-form label select {
        font-size: 2vw;
    }

    .download .filter-form__sorting > span {
        margin: 0 3px;
    }

    .download-item__name__wrap,
    .download-item__name {
        font-size: 1.9vw;
    }

    .download-item__tags {
        font-size: 1.7vw;
    }

    .download-item__tags > * {
        font-size: 1.7vw;
    }

    .download-item__info {
        font-size: 1.6vw;
    }

    .download-item__controls p {
        font-size: 1.6vw;
    }

    .download-item__controls a div {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 544px) {
    .download-item--materials .download-item__img-wrap {
        height: 250px;
    }

    .download-content-description {
        margin-bottom: 30px;
    }


    a.download-item--materials p {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .banner-collection__content {
        height: 65px;
        padding: 5px;
        width: 240px;
        left: calc(50% - 120px);
        min-width: unset;
    }

    .download-item--materials .download-item__img-wrap {
        width: 50vw;
        height: 50vw;
        margin: 0 auto;
    }

    .download .filter-form__sorting > * {
        font-size: 2.6vw;
    }

    .download .filter-form label input, .download .filter-form label select {
        font-size: 2.6vw;
    }

    .banner-collection__header img {
        width: 10px;
        height: 10px;
    }

    .banner-back {
        margin-bottom: 5px;
    }

    .download-item.download-item--collection {
        width: 100%;
        margin-right: 0%;
    }

    .download-item.download-item--collection:nth-child(4n) {
        margin-right: 0%;
    }

    .download-item.download-item--collection:nth-child(3n) {
        margin-right: 0%;
    }

    .download-item__name__wrap,
    .download-item__name {
        font-size: 3.6vw;
    }

    .download-item__tags {
        font-size: 3.4vw;
    }

    .download-item__tags > * {
        font-size: 3.4vw;
    }

    .download-item__info {
        font-size: 3.2vw;
    }

    .download-item__controls p {
        font-size: 3.2vw;
    }

    .download-item__controls a div {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 420px) {
    .banner-collection__header .banner-collection__name {
        font-size: 2.5vw;
    }

    .banner-collection__header span {
        font-size: 2.3vw;
    }

    .banner-collection__controls span {
        font-size: 2.2vw;
    }

    .banner-collection__content {
        height: 55px;
    }
}

@media (max-width: 1152px) {
    .download-item__controls a div {
        flex-shrink: 0;
    }
}


@media (max-width: 68em) {
    .contacts-content .contacts-right {
        width: 100%;
    }

    .header .header-heading {
        display: block;
        position: absolute;
        top: -7px;
        right: 0;
        z-index: 10;
    }

    .header-language > ul > li {
        font-size: 2rem;
    }

    .header-language__list {
        width: 85px;
    }
}

ol.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    font-weight: 350;
    font-family: 'Circe', sans-serif;
    color: #aaaaaa;

}

ol.breadcrumb a {
    color: #aaaaaa;
}

ol.breadcrumb a::after {
    margin-left: 5px;
    content: '>'
}

.list-products__empty {
    font-size: 20px;
}

.where-form .select2-container .select2-selection--single {
    height: 26px;
}

.where-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #585858;
    line-height: 26px;
}

.where-form .select2-container {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}
.where-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 14px;
}
.where-form  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
.where-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
}
.where-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 4px 0 4px;
}

.where-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #afafaf transparent;
    border-width: 0 4px 6px 4px;
}
.catalog-item__name{
    color: inherit;
}
.catalog-item__tb-link {
    display: flex;
    font-size: 1.6rem;
    padding: 16px;
    gap: 10px;
    margin-top: 20px;
    justify-content: right;
}
@media (max-width: 640px) {
    .catalog-item__tb-link {
        padding: 16px 0;
        gap: 8px;
        justify-content:space-between;
    }
}
.catalog-item__tb-link a.tb-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #322f8a;
    padding: 8px 10px;
    border-radius: 4px;
    transition: all 0.3s;
}
.catalog-item__tb-link a.tb-link:hover {
    background: #471EBF;
}
.go-back-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:40px;
    height:40px;
    background: #322f8a url(../images/arrow-prev.svg) 50% no-repeat;
    background-size: 40%;
    border: none;
    border-radius: 6px;
    opacity: 0.8;
    transition: all 0.3s;
    z-index:100
}
.go-back-btn:hover{
    opacity: 1;
}
@media (max-width: 420px) {
    .go-back-btn{
        position:fixed;
        right:5px;
        bottom:5px;
        background-size: 30%;
    }
}
.email_subscribe {
    position: absolute;
    top: 10rem;
    left: calc(100% + 7.2rem);
    width: 30rem;
    height: 4.1rem;
    font-size: 2rem;
    font-weight: normal;
}

.email_subscribe form {
    display: flex;
    margin-top: 1rem;
}

.email_subscribe input[type="email"] {
    height: 4rem;
    padding: 0.5rem 1rem;
    font-size: 1.7rem;
    width: 16rem;
    font-family: 'Roboto', sans-serif;
    border: 1px #322f8a solid;
    border-radius: 5px 0 0 5px;
}

.email_subscribe button {
    height: 4rem;
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    border: 1px #322f8a solid;
    background: #322f8a;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.email_subscribe small {
    font-weight: 300;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    display: block;
    margin-top: 2rem;
}

@media (max-width: 68em) {
    .email_subscribe {
        left: auto;
        right: 6.2vw;
        top: 16rem;
        font-size: 2vw;
        width: 29vw;
        height: 6.5vw;
    }
}


.fracing-pilot {
    padding: 6.3rem 0 7.3rem;
}
.fracing-pilot-title, .fracing-slider-title {
    font-size: 4rem;
    margin-bottom: 6.7rem;
    text-align: center;
}

.fracing-pilot__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fracing-pilot__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fracing-pilot__item:not(:last-child) {
    margin-bottom: 10rem;
}

.fracing-pilot__item:nth-child(even) .fracing-pilot__text {
    width: 51%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.fracing-pilot__text {
    width: 59%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fracing-pilot__text.wide {
    width: 100%;
}

.fracing-pilot__title {
    font-size: 3rem;
    color: #000000;
    padding-left: 2rem;
    margin-bottom: 2.7rem;
}

.fracing-pilot__title::before {
    width: 1.5rem;
    height: 3.5rem;
    background-position: 50% 50%;
}

.fracing-pilot__description {
    font-size: 2rem;
    font-family: 'Circe', sans-serif;
    font-weight: 350;
    color: #000000;
    line-height: 1.45;
}

.fracing-pilot__description p:not(:last-child) {
    margin-bottom: 2.9rem;
}

.fracing-pilot__img {
    width: 53.7rem;
}
.advantages-item.advantages-item_col-4 {
    width: 24%;
}
.advantages_pb20{
    padding-bottom: 20rem;
}
.advantages-item.advantages-item_col-4.backFace {
    width: 92%;
}
.fracing-slider__item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.fracing-slider__img {
    width: 100%;
    height: auto;
}

.fracing-slider-prev,
.fracing-slider-next {
    z-index: 10;
    width: 3rem;
    height: 4.5rem;
    top: 51%;
    outline: none;
}

.fracing-slider-prev::after,
.fracing-slider-next::after {
    content: none;
}

.fracing-slider-prev {
    left: 3.5%;
    background: url(../images/arrow-prev.svg) 50% no-repeat;
    background-size: contain;
}

.fracing-slider-next {
    right: 7%;
    background: url(../images/arrow-next.svg) 50% no-repeat;
    background-size: contain;
}
.fracing-about-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap:5rem;
    background:#eee;
    border-radius: 30px;
    padding:3rem
}

.fracing-about__text {
    font-size: 3rem;
    font-family: 'Circe', sans-serif;
    font-weight: 350;
    color: #000000;
    line-height: 1.45;
    flex: 1;
    align-self: center;
}

.fracing-about__videos {
    flex: 1 1 48%;
    display: flex;
    max-width: 48%;
}

video.fracing-vslider__video {
  width: auto;
  height: 100%;
  display: block;
  max-width: 100%;
}
.fracing-vslider-prev,
.fracing-vslider-next {
    z-index: 10;
    width: 5rem;
    height: 5rem;
    border-radius:50%;
    top: 51%;
    outline: none;
}

.fracing-vslider-prev::after,
.fracing-vslider-next::after {
    content: none;
}

.fracing-vslider-prev {
    left: 7%;
    background: #00000066 url(../images/arrow-prev.svg) 50% no-repeat;
    background-size: 40%;
}

.fracing-vslider-next {
    right: 7%;
    background: #00000066  url(../images/arrow-next.svg) 50% no-repeat;
    background-size: 40%;
}
.swiper-slide.fracing-vslider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    max-height: 450px;
    min-height: 200px;
    aspect-ratio: 450 / 800;
    position: relative;
    margin: auto;
}
.fracing-page .banner.banner-product .banner-decor {
    background: #F20E3688;
}
@media (max-width: 68em) {
	.fracing-about-content {
		flex-direction: column;
	}
	.fracing-about__videos {
		flex: 1;
		max-width: 100%;
	}
    .fracing-pilot-title {
        font-size: 6.4vw;
        margin-bottom: 7.5vw;
    }
	.fracing-pilot__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fracing-pilot__item:not(:last-child) {
        margin-bottom: 11.5vw;
    }

    .fracing-pilot__item:nth-child(even) .fracing-pilot__text {
        width: 100%;
    }

    .fracing-pilot__text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .fracing-pilot__title {
        font-size: 6.4vw;
        padding-left: 5vw;
        margin-bottom: 6vw;
    }

    .fracing-pilot__title::before {
        top: 1vw;
        width: 3vw;
        height: 5vw;
    }

    .fracing-pilot__description {
        font-size: 3.73vw;
        line-height: 1.55;
    }

    .fracing-pilot__description p:not(:last-child) {
        margin-bottom: 6vw;
    }

    .fracing-pilot__img {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 7vw;
    }

    .fracing-pilot__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .advantages-item.advantages-item_col-4 {
        width: 47%;
    }
    .advantages_pb20{
        padding-bottom: 10rem;
    }

    .fracing-slider-prev,
    .fracing-slider-next {
        top: auto;
        bottom: 6.5vw;
        width: 4vw;
        height: 6vw;
    }

    .fracing-slider-prev {
        left: 6.5%;
    }

    .fracing-slider-next {
        right: auto;
        left: 19.5%;
    }

}