.correctName {
    color: #e04f11;
    text-transform: uppercase
}

.correctName span {
    color: #000
}

@font-face {
    font-family: 'Neue Machina';
    src: url(../fonts/NeueMachina-Light.otf) format('opentype')
}

@font-face {
    font-family: 'Neue Machina';
    font-weight: 400;
    src: url(../fonts/NeueMachina-Regular.otf) format('opentype')
}

@font-face {
    font-family: 'Brutal Type';
    src: url(../fonts/BrutalType.woff) format('woff'), url(../fonts/BrutalType.woff2) format('woff2')
}

*,
:focus,
:hover {
    outline: 0
}

img,
svg {
    height: auto;
    max-width: 100%
}

input.inputtext[type=email],
input.inputtext[type=password],
input.inputtext[type=tel],
input.inputtext[type=text],
input:not([class])[type=email],
input:not([class])[type=password],
input:not([class])[type=tel],
input:not([class])[type=text],
select {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #9f9f9f;
    line-height: 1;
    padding: 1rem;
    width: 100%;
    font-family: 'Brutal Type', sans-serif;
}

input.inputtext[type=email]:focus,
input.inputtext[type=password]:focus,
input.inputtext[type=tel]:focus,
input.inputtext[type=text]:focus,
input:not([class])[type=email]:focus,
input:not([class])[type=password]:focus,
input:not([class])[type=tel]:focus,
input:not([class])[type=text]:focus {
    border-color: #e04f11;
    color: #e04f11
}

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

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

input[type=submit] {
    border: none;
    border-radius: .4rem;
    font-family: 'Brutal Type';
    line-height: 1;
    margin: 0 auto;
    min-width: 12.5rem;
    padding: .75rem 1.25rem;
    text-transform: uppercase
}

textarea {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #9f9f9f;
    line-height: 1;
    padding: .8rem;
    resize: none;
    width: 100%
}

textarea:focus {
    border-color: #e04f11;
    color: #e04f11
}

.error-input input.inputtext[type=email],
.error-input input.inputtext[type=password],
.error-input input.inputtext[type=tel],
.error-input input.inputtext[type=text],
.error-input input:not([class])[type=email],
.error-input input:not([class])[type=password],
.error-input input:not([class])[type=tel],
.error-input input:not([class])[type=text] {
    border-color: red;
    color: red
}

.error-input .form__checkbox--caption {
    color: red
}

.error-input textarea {
    border-color: red;
    color: red
}

html {
    font-family: 'Brutal Type';
    font-size: 12px;
    line-height: 1.05
}

@media (min-width: 768px) {
    html {
        font-size: 16px
    }
}

body {
    font-family: 'Brutal Type';
    min-height: 100vh
}

main h1 {
    font-family: 'Brutal Type';
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2.5rem
}

main h2 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3rem
}

main h3 {
    font-size: 1.2rem;
    margin-bottom: 1.4em
}

main h2.page-index__title {
    font-family: 'Brutal Type';
}

.overflow {
    overflow: hidden
}

.substrate {
    backdrop-filter: blur(4px);
    background: rgba(56, 20, 4, .5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30
}

.fancybox__backdrop {
    backdrop-filter: blur(4px);
    background: rgba(56, 20, 4, .5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;
    display: flex
}

.fancybox__carousel {
    z-index: 50
}

.fancybox__content>.f-button.is-close-btn {
    top: 0
}

.fancybox__iframe {
    max-width: 1200px
}

.button {
    border: none;
    border-radius: .4rem;
    display: inline-block;
    font-size: .8rem;
    text-transform: uppercase
}

.button--orange-black {
    background: #e04f11;
    color: #fff
}

.button--orange-black:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.button--transparent {
    background: rgba(255, 255, 255, 0)
}

.button--transparent-orange {
    background: rgba(255, 255, 255, 0);
    color: #000
}

.button--transparent-orange:hover {
    background: #e04f11;
    color: inherit;
    text-decoration: none
}

.button--transparent-black {
    background: rgba(255, 255, 255, 0);
    color: #000
}

.button--transparent-black:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.header {
    font-family: 'Brutal Type';
    position: relative;
    top: 0;
    z-index: 994;
    min-height: 60px;
    padding-top: 5px;
}

/* .header.active:before {
    opacity: .25
} */

.header:before {
    background: #000;
    content: '';
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5
}

.header .logo {
    position: relative;
    z-index: 5;
}

.header__links {
    display: flex;
    flex-wrap: nowrap;
    gap: .5rem;
    position: relative;
    z-index: 5
}

.header__links a {
    align-items: center;
    background: #000;
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    width: 2.5rem
}

.header__links a[href='/cart/'] svg {
    margin-left: -2px
}

.header__links a svg {
    max-width: 75%
}

.header__links a:hover {
    background: #e04f11 !important;
    text-decoration: none
}

.header__callback {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

.header__callback button {
    background: 0 0;
    border: 0;
    padding: 0
}

.header__callback button span {
    align-items: center;
    background: #e04f11;
    border-radius: 50%;
    color: #000;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    width: 2.5rem
}

.header__callback button span svg {
    max-width: 75%
}

.header__callback button:hover span {
    background: #e04f11 !important;
    border-color: #e04f11 !important;
    color: #fff !important
}

.header__callback .social-wrapper {
    margin-left: 15px;
}

.header button[onclick^=menu] {
    background: 0 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: calc((2.5rem - 6px) / 4);
    height: 2.5rem;
    padding: calc((2.5rem - 6px) / 4) 0;
    position: relative;
    width: 2.5rem;
    z-index: 5
}

.header button[onclick^=menu] span {
    background: #000;
    border-radius: .25rem;
    height: 2px;
    position: relative;
    transition: .2s ease;
    width: 100%
}

.header.root button[onclick^=menu] span {
    background: white;
}

.header button[onclick^=menu] span:not(:first-child):not(:last-child):after,
.header button[onclick^=menu] span:not(:first-child):not(:last-child):before {
    border-radius: .25rem;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition: .4s ease;
    width: 100%
}

.header button[onclick^=menu].active span {
    background: 0 0
}

.header button[onclick^=menu].active span:not(:first-child):not(:last-child):before {
    background: #000;
    transform: rotate(45deg)
}

.header button[onclick^=menu].active span:not(:first-child):not(:last-child):after {
    background: #000;
    transform: rotate(-45deg)
}

.header.root button[onclick^=menu].active span:not(:first-child):not(:last-child):before,
.header.root button[onclick^=menu].active span:not(:first-child):not(:last-child):after {
    background: black;
}

.header.root .header__links a {
    background: rgba(255, 255, 255, .23)
}

.header.root.active button.search_open,
.header.root.active .header__links a {
    background: black;
}

.header.root .header__callback button span {
    background: rgba(255, 255, 255, .23);
    color: #fff
}

@media (min-width: 768px) {

    .header__callback button span {
        background: 0 0;
        border: 1px solid #000;
        border-radius: .4rem;
        font-size: .75rem;
        font-weight: 400;
        padding: .75rem 1.25rem;
        text-transform: uppercase;
        width: auto
    }

    .header.root .header__callback button span {
        background-color: unset;
        border-color: #fff;
        color: #fff
    }
}

@media (max-width: 768px) {
    .header__links a {
        padding: 6px;
    }
}

.footer {
    font-family: 'Brutal Type';
    margin-bottom: 3rem;
    margin-top: 2rem
}

.footer__contacts {
    background: #e04f11;
    border-radius: .65rem;
    color: rgba(255, 255, 255, .7);
    display: grid;
    font-size: .8rem;
    margin-bottom: 1rem;
    width: 100%
}

.footer__contacts div {
    width: 100%
}

.footer__contacts div:not([class]) {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: .6rem
}

.footer__contacts div:empty {
    display: none
}

.footer__contacts--phone {
    display: flex;
    flex-direction: column
}

.footer__contacts--title {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    display: flex;
    font-size: .9rem;
    justify-content: space-between;
    padding: .6rem;
    padding-top: 1.5rem;
    text-transform: uppercase
}

.footer__contacts a,
.footer__contacts p {
    color: inherit;
    margin-bottom: 0
}

.footer__contacts a[href*='vk.com'] {
    margin: -1rem 0
}

.footer__contacts--warning {
    font-size: .8rem;
    margin-bottom: .75rem;
    padding: 1rem .6rem
}

.footer__contacts--warning a {
    text-decoration: underline
}

.footer__contacts--copyright {
    font-size: .5rem;
    margin-bottom: .75rem;
    padding: .5rem .6rem 1rem
}

.footer__dealers {
    background: #171717;
    border-radius: .65rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: .8rem;
    text-transform: uppercase;
    width: 100%
}

.footer__dealers a {
    color: inherit
}

.footer__dealers--title {
    align-items: center;
    display: flex;
    font-size: .9rem;
    justify-content: space-between;
    width: 100%
}

.footer__dealers--title:after {
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: .6rem;
    content: url(../images/dealers_map.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.footer__dealers--list {
    font-size: .8rem;
    margin-bottom: .95rem
}

.footer__dealers--list .count {
    color: #e04f11
}

@media (min-width: 576px) {
    .footer__contacts--address {
        grid-column: 1/5;
        grid-row: 1/2
    }

    .footer__contacts--phone {
        grid-column: 1/3;
        grid-row: 2/3
    }

    .footer__contacts--mail {
        grid-column: 3/5;
        grid-row: 2/3
    }

    .footer__contacts--link {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .footer__contacts--warning {
        grid-column: 2/5;
        grid-row: 3/5
    }

    .footer__contacts--copyright {
        grid-column: 1/2;
        grid-row: 4/5
    }
}

@media (min-width: 1200px) {
    .footer__contacts--address {
        grid-column: 1/3;
        grid-row: 1/2
    }

    .footer__contacts--phone {
        grid-column: 3/4;
        grid-row: 1/2
    }

    .footer__contacts--mail {
        grid-column: 4/5;
        grid-row: 1/2
    }

    .footer div:empty {
        display: inline-block
    }

    .footer div:empty:before {
        content: ' ';
        padding: .6rem
    }
}

.menu-top {
    background: #fff;
    height: 100vh;
    left: -100vw;
    max-width: 80vw;
    position: fixed;
    top: 0;
    transition: .4s ease;
    width: 100vw;
    z-index: -1
}

.menu-top.active {
    left: 0
}

.menu-top__list {
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0 1rem;
    width: 100%
}

@media (max-width:1200px) {
    .menu-top.active {
        padding-bottom: 225px;
    }
}

.menu-top__list ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-top__item {
    position: relative
}

.menu-top__item>ul {
    padding-left: 1rem
}

.menu-top__item a {
    color: #000;
    display: flex;
    flex-grow: 1;
    padding: .3rem 0
}

.menu-top__item a.level-1 {
    padding: .75rem 0;
    text-transform: uppercase
}

.menu-top__item a.selected,
.menu-top__item a.selected:hover,
.menu-top__item a:hover {
    color: #e04f11;
    text-decoration: none
}

.menu-top__item .is-parent {
    align-items: center;
    display: flex;
    gap: .5rem
}

.menu-top__item .is-parent>button {
    background: 0 0;
    border: none;
    display: flex;
    height: 2rem;
    padding: .5rem;
    position: relative;
    width: 2rem
}

.menu-top__item .is-parent>button:after,
.menu-top__item .is-parent>button:before {
    background: #000;
    border-radius: 1rem;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .4s ease
}

.menu-top__item .is-parent>button:before {
    height: 2px;
    width: 50%
}

.menu-top__item .is-parent>button:after {
    height: 50%;
    width: 2px
}

.menu-top__item .is-parent>button.active:after {
    height: 0
}

.menu-top__item.active>ul {
    display: block;
    list-style: none
}

.menu-politics {
    display: flex;
    flex-direction: column;
    font-size: .7rem;
    gap: .3rem;
    list-style: none;
    margin: 0;
    padding: 1rem .6rem .5rem
}

.menu-politics a {
    text-decoration: underline
}

.menu-politics a:hover {
    color: #000
}

.menu-personal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 1.5rem 0;
    padding: 0
}

.menu-personal li a {
    color: #000;
    display: flex;
    gap: 1rem;
    transition: .4s ease
}

.menu-personal li a:before {
    content: '→';
    font-family: cursive;
    font-size: 1.25em;
    line-height: 1
}

.menu-personal li a:hover {
    padding-left: .5rem;
    text-decoration: none
}

.menu-personal li.selected,
.menu-personal li.selected a {
    color: #e04f11
}

@media (min-width: 1200px) {
    .menu-top {
        align-items: center;
        background: unset;
        display: flex;
        height: unset;
        left: unset;
        max-width: unset;
        position: relative;
        top: unset;
        transition: .4s ease;
        width: unset;
        z-index: unset
    }

    .menu-top__list {
        display: flex;
        overflow: unset
    }

    .menu-top__item {
        display: flex
    }

    .menu-top__item>ul {
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: .6rem;
        left: 0;
        padding: .7rem .6rem 1.1rem;
        position: absolute;
        top: 100%
    }

    .menu-top__item>ul li {
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .menu-top__item:hover>ul {
        display: block
    }

    .menu-top__item .is-parent {
        display: unset
    }

    .root .menu-top__list a.level-1 {
        color: #fff
    }
}

@media (max-width: 768px) {
    .menu-top {
        max-width: 100vw;
    }
}

.form-callback {
    max-width: 25rem;
    width: 100%
}

.form-callback h3 {
    margin-bottom: 1rem;
    text-align: center
}

.form-callback input[type=submit] {
    width: 100%
}

.form-dealers {
    background: #f6f6f6;
    padding: 2rem 3rem
}

.form-dealers input[type=submit] {
    width: 100%
}

.form-preorder {
    background: #f6f6f6
}

.form-preorder label {
    display: flex;
    margin-bottom: 0
}

.form-preorder__box {
    border-bottom: 1px solid #d6d6d6;
    margin: 2rem 3rem 0;
    padding-bottom: 2rem
}

.form-preorder__box .form__questions--list {
    margin-bottom: 0
}

.form-preorder__desc {
    margin: 2rem 3rem
}

.form-preorder__desc p {
    font-family: 'Brutal Type';
    font-size: .8rem;
    margin-bottom: 2rem
}

.form-addreview {
    max-width: 25rem;
    width: 100%
}

.form-addreview h3 {
    text-align: center
}

.form-addreview input[type=submit] {
    width: 100%
}

.form__questions--list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1.5rem
}

.form__checkbox--caption,
.form__radio--caption {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.form__checkbox--list,
.form__radio--list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1.5rem
}

.form__checkbox--list label,
.form__radio--list label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: .5rem;
    margin-bottom: 0;
    transition: .4s ease
}

.form__checkbox--list label input[type=checkbox],
.form__checkbox--list label input[type=radio],
.form__radio--list label input[type=checkbox],
.form__radio--list label input[type=radio] {
    display: none
}

.form__checkbox--list label input[type=checkbox]:checked~.input-checkbox,
.form__checkbox--list label input[type=checkbox]:checked~.input-radio,
.form__checkbox--list label input[type=radio]:checked~.input-checkbox,
.form__checkbox--list label input[type=radio]:checked~.input-radio,
.form__radio--list label input[type=checkbox]:checked~.input-checkbox,
.form__radio--list label input[type=checkbox]:checked~.input-radio,
.form__radio--list label input[type=radio]:checked~.input-checkbox,
.form__radio--list label input[type=radio]:checked~.input-radio {
    border-color: #e04f11
}

.form__checkbox--list label input[type=checkbox]:checked~.input-checkbox:before,
.form__checkbox--list label input[type=checkbox]:checked~.input-radio:before,
.form__checkbox--list label input[type=radio]:checked~.input-checkbox:before,
.form__checkbox--list label input[type=radio]:checked~.input-radio:before,
.form__radio--list label input[type=checkbox]:checked~.input-checkbox:before,
.form__radio--list label input[type=checkbox]:checked~.input-radio:before,
.form__radio--list label input[type=radio]:checked~.input-checkbox:before,
.form__radio--list label input[type=radio]:checked~.input-radio:before {
    background: #e04f11
}

.form__checkbox--list label input[type=checkbox]:checked~.input-name,
.form__checkbox--list label input[type=radio]:checked~.input-name,
.form__radio--list label input[type=checkbox]:checked~.input-name,
.form__radio--list label input[type=radio]:checked~.input-name {
    color: #e04f11
}

.form__checkbox--list label .input-checkbox,
.form__checkbox--list label .input-radio,
.form__radio--list label .input-checkbox,
.form__radio--list label .input-radio {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 1.4rem;
    justify-content: center;
    position: relative;
    width: 1.4rem
}

.form__checkbox--list label .input-checkbox:before,
.form__checkbox--list label .input-radio:before,
.form__radio--list label .input-checkbox:before,
.form__radio--list label .input-radio:before {
    border-radius: 50%;
    content: '';
    height: .8rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .8rem
}

@media (min-width: 768px) {
    .form-preorder__box {
        border-bottom: none;
        border-right: 1px solid #d6d6d6;
        margin-bottom: 2rem;
        margin-right: 0;
        padding-bottom: 0;
        padding-right: 6rem
    }
}

.bx-breadcrumb {
    margin-bottom: 2rem
}

.bx-breadcrumb-item {
    display: inline-block
}

.bx-breadcrumb-item a span {
    color: #000
}

.bx-breadcrumb-item a:hover {
    text-decoration: none
}

.bx-breadcrumb-item a:hover span {
    color: #e04f11
}

.bx-breadcrumb-item span {
    color: #e04f11;
    font-size: .8rem
}

.bx-section-picture {
    border-radius: .6rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative
}

.product-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    width: 100%
}

.product-item-image-wrapper {
    background-color: #f2f2f2;
    display: block;
    margin-bottom: 1rem;
    padding-top: 90%;
    position: relative;
    width: 100%
}

.product-item-image-alternative,
.product-item-image-original {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.product-item-image-original {
    z-index: 10
}

.product-item-image-alternative {
    opacity: 0;
    z-index: 15
}

.product-item-image-slider-slide-container {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    display: block
}

.product-item-image-slider-slide-container>.active {
    left: 0
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.product-item-image-slider-slide-container>.next {
    left: 100%
}

.product-item-image-slider-slide-container>.prev {
    left: -100%
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
    left: 0
}

.product-item-image-slider-progress-bar {
    background-color: #f42c2c;
    bottom: 0;
    height: 1px;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0
}

.product-item-image-slider-progress-bar-container {
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
    cursor: pointer;
    background-color: rgba(128, 128, 128, .8);
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    opacity: .6;
    transition: all .3s ease;
    width: 12px
}

.product-item-image-slider-control.active:hover,
.product-item-image-slider-control:hover {
    cursor: pointer
}

.product-item-image-slider-control-container {
    bottom: 10px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity .3s ease;
    z-index: 15
}

.product-item-image-slide {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 100%;
    position: relative;
    transition: .6s ease-in-out left
}

.product-item-label-text {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 15
}

.product-item-label-text span {
    align-items: center;
    background: #e04f11;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    transform: rotate(-15deg);
    width: 2.5rem
}

.product-item-label>div {
    line-height: 0
}

.product-item-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    width: 100%
}

.product-item-title a {
    //    color: #e04f11;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 135px;
}

.product-item-price-current {
    font-weight: bold;
}

@media (max-width: 767px) {
    .product-item-title a {
        height: 72px;
    }
}

@media (max-width: 575px) {
    .product-item-title a {
        height: initial;
    }
}

.product-item-properties {
    margin: 0;
    padding: 0;
}

.product-item-title a span {
    color: #000
}

.product-item-title a:hover {
    text-decoration: none
}

.product-item-scu-items {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.product-item-scu-items> :first-child {
    flex-grow: 1
}

.product-item-scu-container {
    font-size: .8rem;
    font-weight: 700;
    /* margin-bottom: .8rem */
}

.product-item-scu-container span {
    display: inline-block;
    margin-bottom: .2rem
}

.product-item-scu-container:after {
    clear: both;
    content: '';
    display: block
}

.product-item-scu-block ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.product-item-scu-block ul li {
    background: #fff;
    border: 1px solid #979797;
    border-radius: .4rem;
    color: #979797;
    cursor: pointer;
    float: left;
    margin-right: .5rem;
    margin-bottom: .3rem;
    padding: .4rem .4rem .3rem;
    transition: .4s ease
}

.product-item-scu-block ul li.selected {
    background: #e04f11;
    border: 1px solid #e04f11;
    border-radius: .4rem;
    color: #fff
}

.product-item-price-container {
    margin-bottom: 1rem;
    width: 100%
}

.product-item-button-container {
    width: 100%
}

.product-item-button-container a {
    border: 2px solid;
    border-radius: .4rem;
    display: inline-block;
    font-family: 'Brutal Type';
    min-width: 8rem;
    padding: .75rem .1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.product-item-button-container .btn {
    background-color: #e04f11;
    color: #fff;
    transition: 1s;
    border: 0;
}

.product-item-button-container .btn:hover {
    color: #000;
}


.bx-catalog-element {
    background: #f6f6f6;
    display: grid;
    margin-bottom: 2.5rem;
    padding: 1.5rem 0
}

.bx-catalog-element .product-item-detail-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 1rem;
    color: #e04f11;
    text-transform: uppercase
}

.bx-catalog-element .product-item-detail-name span {
    color: #000
}

.bx-catalog-element .product-item-detail-slider-container {
    padding: 1rem;
    position: relative
}

.bx-catalog-element .product-item-detail-info-section {
    padding: 1rem
}

.bx-catalog-element .product-item-detail-info-container-title {
    float: left;
    font-weight: 700;
    margin-right: 1rem;
    padding: .4rem 0 .3rem
}

.bx-catalog-element .product-item-detail-pay-block {
    padding: 1rem
}

.bx-catalog-element .product-item-detail-price-current,
.bx-catalog-element .product-item-detail-price-old {
    font-family: 'Brutal Type';
    font-size: 1.5rem
}

.bx-catalog-element .product-item-detail-price-current {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.bx-catalog-element .product-item-detail-content-block {
    padding: 1rem;
    font-size: .875rem
}

.bx-catalog-element .product-item-detail-content-block :last-child {
    margin-bottom: 0
}

.bx-catalog-element .product-item-detail-buy-button {
    background-color: #e04f11;
    color: #fff;
    display: block;
    border-radius: 8px;
    font-family: 'Brutal Type';
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: .7rem 1rem;
    text-align: center;
    width: 100%
}

.bx-catalog-element .product-item-detail-buy-button:hover {
    background-color: #f06c34;
    text-decoration: none
}

.bx-catalog-element .product-item-scu-units {
    color: #979797;
    float: left;
    font-family: 'Brutal Type';
    font-size: .8rem;
    font-weight: 400;
    margin-right: 1rem;
    padding: .1rem 0 .3rem
}

.bx-catalog-element .product-item-scu-container:after {
    clear: both;
    content: '';
    display: block;
    margin-bottom: 1rem
}

.bx-catalog-element .product-item-scu-item-list {
    display: inline;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 0
}

.bx-catalog-element .product-item-scu-item-text-container {
    background: #fff;
    border: 1px solid #979797;
    border-radius: .4rem;
    color: #979797;
    cursor: pointer;
    float: left;
    margin-right: .5rem;
    margin-bottom: .3rem;
    padding: .4rem .4rem .3rem;
    transition: .4s ease
}

.bx-catalog-element .product-item-scu-item-text-container:last-child {
    margin-right: 0
}

.bx-catalog-element .product-item-scu-item-text-container.selected {
    background: #e04f11;
    border: 1px solid #e04f11;
    border-radius: .4rem;
    color: #fff
}

.bx-catalog-element .product-item-amount {
    margin-bottom: 1rem
}

.bx-catalog-element .product-item-amount-field {
    min-width: 3rem;
    width: auto
}

.bx-catalog-element .product-item-amount-field-container {
    align-items: center;
    display: flex
}

.bx-catalog-element .product-item-amount-field-btn-minus,
.bx-catalog-element .product-item-amount-field-btn-plus {
    align-items: center;
    background: #fff;
    border-radius: .4rem;
    cursor: pointer;
    display: flex;
    height: 1.7rem;
    justify-content: center;
    width: 1.7rem
}

@media (min-width: 576px) {
    .bx-catalog-element {
        grid-template-columns: repeat(2, 1fr)
    }

    .bx-catalog-element .product-item-detail-name {
        grid-column: 1/3
    }

    .bx-catalog-element .product-item-detail-slider-container {
        grid-column: 1/3
    }

    .bx-catalog-element .product-item-detail-info-section {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .bx-catalog-element .product-item-detail-pay-block {
        grid-column: 1/3;
        grid-row: 4/5
    }

    .bx-catalog-element .product-item-detail-content-block {
        grid-column: 2/3;
        grid-row: 3/4
    }
}

@media (min-width: 768px) {
    .bx-catalog-element {
        grid-template-columns: repeat(2, 1fr)
    }

    .bx-catalog-element .product-item-detail-name {
        grid-column: 2/3
    }

    .bx-catalog-element .product-item-detail-slider-container {
        grid-column: 1/2;
        grid-row: 1/4
    }

    .bx-catalog-element .product-item-detail-info-section {
        grid-column: 2/3;
        grid-row: 2/3
    }

    .bx-catalog-element .product-item-detail-pay-block {
        grid-column: 2/3;
        grid-row: 3/4
    }

    .bx-catalog-element .product-item-detail-content-block {
        grid-column: 1/3;
        grid-row: 4/5
    }
}

@media (min-width: 1024px) {
    .bx-catalog-element {
        grid-template-columns: repeat(3, 1fr)
    }

    .bx-catalog-element .product-item-detail-name {
        grid-column: 2/3;
        grid-row: 1/2
    }

    .bx-catalog-element .product-item-detail-slider-container {
        grid-column: 1/2;
        grid-row: 1/4
    }

    .bx-catalog-element .product-item-detail-info-section {
        grid-column: 3/4;
        grid-row: 1/4
    }

    .bx-catalog-element .product-item-detail-pay-block {
        grid-column: 2/3;
        grid-row: 3/4
    }

    .bx-catalog-element .product-item-detail-content-block {
        grid-column: 2/3;
        grid-row: 2/3
    }
}

.page-index__detail {
    margin-bottom: 2rem
}

.page-index__detail ul {
    column-count: 2;
    column-gap: 2.5rem;
    list-style-type: '—';
    margin: 0;
    padding: 0;
    padding-left: 1em
}

.page-index__detail ul li {
    padding-left: 1.5rem
}

.page-about__preview {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2.25rem
}

.page-about__preview--item {
    background: #F5F5F5;
    border-radius: .65rem;
    font-size: 1.125rem;
    margin-bottom: 2.25rem;
    padding: 1.9rem 1.3rem 1.9rem 1.8rem;
    width: 100%
}

.page-about__preview--item p {
    margin-bottom: 0
}

.page-about__preview--item b {
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.page-about__detail {
    margin-bottom: 2.25rem
}

.page-about__detail div p {
    margin-bottom: 2.25rem
}

.page-about__detail div:first-of-type {
    font-size: 1.75rem
}

.page-about__detail div:not(:first-of-type) {
    font-size: 1.125rem
}

.page-about__detail div a {
    color: #e04f11
}

.page-dealers__type {
    margin-bottom: 2.5rem
}

.page-dealers__type ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-dealers__type ul li a {
    align-items: center;
    color: #000;
    display: flex;
    gap: 1rem
}

.page-dealers__type ul li a:hover {
    text-decoration: none
}

.page-dealers__type ul li a span {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 1.4rem;
    justify-content: center;
    position: relative;
    width: 1.4rem
}

.page-dealers__type ul li a span:before {
    border-radius: 50%;
    content: '';
    height: .8rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .8rem
}

.page-dealers__type ul li a.selected {
    color: #e04f11
}

.page-dealers__type ul li a.selected span {
    border-color: #e04f11
}

.page-dealers__type ul li a.selected span:before {
    background: #e04f11
}

.page-dealers__map {
    border-radius: .4rem;
    margin-bottom: 2.5rem;
    overflow: hidden
}

.page-dealers__desc {
    margin-bottom: 2rem;
    margin-right: .5rem;
    padding-right: .5rem;
    position: relative
}

.page-dealers__desc:after,
.page-dealers__desc:before {
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    transform-origin: bottom center
}

.page-dealers__desc:before {
    background: #e04f11;
    height: 100%;
    width: 2px
}

.page-dealers__desc:after {
    border-color: #e04f11;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 7px;
    transform: rotate(45deg);
    width: 7px
}

.page-dealers__desc> :last-child {
    margin-bottom: 0
}

.page-dealers__desc p {
    font-size: 1.6rem
}

.page-dealers__desc p span {
    color: #e04f11
}

.page-contacts__map {
    border-radius: .4rem;
    margin-bottom: 2.5rem;
    overflow: hidden
}

.page-map li {
    list-style: none
}

.page-map li a {
    color: #e04f11
}

.page-map li a:hover {
    color: #000
}

.page-404 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0
}

.page-404__number {
    font-size: 10rem;
    line-height: 1;
    margin-bottom: 4rem;
    margin-top: -3rem;
    padding-top: 2rem;
    position: relative;
    z-index: 5
}

.page-404__number:after {
    background-image: url(../images/404.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    left: 0;
    margin: -1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.page-404__text {
    color: #e04f11;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center
}

.page-404__link a {
    border-radius: .4rem;
    display: inline-block;
    padding: .75rem 1.25rem
}

.detail--picture {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem
}

.detail--picture img {
    border-radius: .65rem
}

@media (min-width: 768px) {
    .page-index__title {
        font-size: 2.5rem;
        margin-bottom: 3.25rem;
        max-width: 37.5rem
    }

    .page-index__detail ul {
        column-count: 2;
        column-gap: 2.5rem
    }

    .page-index__picture {
        border-bottom: none
    }

    .page-about__detail div:not(:first-of-type) {
        column-count: 2;
        column-gap: 2.5rem
    }

    .page-dealers__desc {
        padding-bottom: 2rem
    }

    .page-dealers__desc:before {
        height: 2px;
        width: 100%
    }

    .page-dealers__desc:after {
        transform: rotate(-45deg);
        transform-origin: right center
    }
}

.catalog-section-index {
    position: relative
}

.catalog-section-index__list {
    margin: 0 -15px;
    position: relative
}

.catalog-section-index__list:after,
.catalog-section-index__list:before {
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100vh;
    z-index: 10
}

.catalog-section-index__list:before {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 300px);
    right: 100%
}

.catalog-section-index__list:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 300px);
    left: 100%
}

.catalog-section-index__list .slick-list {
    overflow: visible
}

.catalog-section-index__arrows {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

.catalog-section-index__arrows buttons {
    pointer-events: all
}

.catalog-list-main {
    margin-bottom: 2.5rem;
    padding-bottom: 4.5rem;
    position: relative
}

.catalog-list-main__background {
    height: 100%;
    left: 50%;
    max-width: 1920px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%
}

.catalog-list-main__background:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 100%);
    content: '';
    height: 8.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15
}

.catalog-list-main__background:after {
    background-color: rgba(0, 0, 0, .25);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.catalog-list-main__background--item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .4s ease;
    width: inherit
}

.catalog-list-main__background--item.active {
    opacity: 1
}

.catalog-list-main h1 {
    color: #fff;
    font-family: 'Brutal Type';
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 auto 1.4rem;
    max-width: 42.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 25
}

@media (min-width: 768px) {
    .catalog-list-main h1 {
        font-size: 1.8rem
    }
}

.catalog-list-main__list {
    display: grid;
    list-style: none;
    margin: 0;
    margin-bottom: 3rem;
    gap: 1.1rem;
    padding: 0
}

.catalog-list-main__item {
    display: flex;
    width: 100%
}

.catalog-list-main__item.active a {
    background: rgba(224, 79, 17, .6);
    border-color: #e04f11
}

.catalog-list-main__item.active a i {
    opacity: 1
}

.catalog-list-main__item.active a [class*='--picture'] {
    display: flex
}

.catalog-list-main__item--name {
    position: relative;
    z-index: 20
}

.catalog-list-main__item a {
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, .11);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: .6rem;
    color: #fff;
    display: inline-block;
    font-family: 'Brutal Type';
    padding: .5rem .75rem;
    position: relative;
    width: 100%
}

.catalog-list-main__item a i {
    font-style: normal;
    opacity: 0
}

.catalog-list-main__item a:hover {
    text-decoration: none
}

.catalog-list-main__item--picture {
    align-items: center;
    bottom: -1.8rem;
    display: none;
    height: 10rem;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: -1rem;
    width: 10rem;
    z-index: 10
}

.catalog-list-main__link {
    margin-bottom: .5rem;
    position: relative;
    text-align: center;
    z-index: 15
}

.catalog-list-main__link .button {
    padding: .8rem 3rem
}

.catalog-list-main__callback {
    display: flex;
    gap: 1rem
}

.catalog-list-main__callback .button {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 3rem;
    z-index: 15
}

.catalog-list-catalog,
.catalog-list-default {
    font-family: 'Brutal Type';
    margin-bottom: 2.5rem;
    position: relative
}

.catalog-list-catalog__list,
.catalog-list-default__list {
    display: grid;
    list-style: none;
    margin: 0;
    gap: .5rem;
    padding: 0
}

.catalog-list-catalog__item,
.catalog-list-default__item {
    display: flex
}

.catalog-list-catalog__item:hover a,
.catalog-list-default__item:hover a {
    text-decoration: none
}

.catalog-list-catalog__item:hover a [class*='--picture'],
.catalog-list-default__item:hover a [class*='--picture'] {
    right: -4rem
}

.catalog-list-catalog__item a,
.catalog-list-default__item a {
    border-radius: .6rem;
    color: #000;
    display: inline-block;
    overflow: hidden;
    padding: 3rem 1.7rem;
    position: relative;
    width: 100%
}

.catalog-list-catalog__item--name,
.catalog-list-default__item--name {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 20
}

.catalog-list-catalog__item--name span:not(:first-of-type),
.catalog-list-default__item--name span:not(:first-of-type) {
    font-size: .9rem
}

.catalog-list-catalog__item--name span:first-of-type,
.catalog-list-default__item--name span:first-of-type {
    text-transform: uppercase
}

.catalog-list-catalog__item--picture,
.catalog-list-default__item--picture {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: -6rem;
    top: 0;
    transition: .4s ease;
    width: 15rem;
    z-index: 10
}

.catalog-list-default__item:hover a {
    background: #e04f11;
    color: #fff;
    text-decoration: none
}

.catalog-list-default__item a {
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, .11)
}

.catalog-list-catalog__item a {
    background-size: cover;
    color: #fff;
    z-index: 15
}

.catalog-list-catalog__item a:before {
    background: linear-gradient(269.59deg, #171717 25.8%, rgba(23, 23, 23, .31) 99.7%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

@media (min-width: 768px) {

    .catalog-list-catalog__list,
    .catalog-list-default__list,
    .catalog-list-main__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1024px) {
    .catalog-list-main__list {
        padding-left: 7.5%;
        padding-right: 7.5%
    }

    .catalog-list-main__item a {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.media__list {
    line-height: 1;
    margin-bottom: 2.5rem
}

.media__list--item {
    border-radius: .6rem;
    color: #000;
    display: inline-block;
    padding: .8rem 0;
    transition: .4s ease
}

.media__list--item:hover {
    background: #000;
    color: #fff;
    padding-left: .8rem;
    padding-right: .8rem;
    text-decoration: none
}

.media__list--item span {
    color: #e04f11
}

.media__list--item.active {
    background: #F5F5F5;
    color: inherit;
    padding-left: .8rem;
    padding-right: .8rem
}

.news-list-filter {
    line-height: 1;
    margin-bottom: 1.5rem
}

.news-list-filter a {
    background: 0 0;
    border: none;
    border-radius: .6rem;
    color: #000;
    display: inline-flex;
    margin-bottom: .5rem;
    padding: .8rem 0;
    position: relative;
    text-align: left;
    transition: .4s ease
}

.news-list-filter a:before {
    content: '\2014\A0'
}

.news-list-filter a:hover {
    background: #000;
    color: #fff;
    padding-left: .8rem;
    padding-right: .8rem;
    text-decoration: none
}

.news-list-filter a span {
    color: #e04f11
}

.news-list-filter a.active {
    background: #F5F5F5;
    color: inherit;
    padding-left: .8rem;
    padding-right: .8rem
}

.news-list-media-photo {
    font-size: 0;
    line-height: 0;
    margin-bottom: 2rem
}

.news-list-media-photo a {
    border-radius: .6rem;
    display: inline-block;
    height: 100%;
    max-height: 18rem;
    overflow: hidden;
    width: 100%
}

.news-list-media-photo a img {
    height: inherit;
    object-fit: cover;
    width: 100%
}

.news-list-media-video__item {
    background-position: center;
    background-size: cover;
    border-radius: .6rem;
    max-height: 18rem;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    width: 100%
}

.news-list-media-video__item .button,
.news-list-media-video__item--name {
    align-items: center;
    bottom: 0;
    display: flex;
    margin: 1.5rem;
    position: absolute
}

.news-list-media-video__item--name {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    width: calc(100% - 9rem)
}

.news-list-media-video__item .button {
    height: 3rem;
    justify-content: center;
    right: 0;
    width: 3rem
}

.news-list-media-video__item .button:hover {
    background: #000
}

.news-list-certificates {
    margin-bottom: 4.5rem
}

.news-list-certificates>div:not(:first-child) a {
    border-top: 1px solid #ddd;
    padding-top: 3.5rem
}

.news-list-certificates>div:not(:last-child) a {
    padding-bottom: 3.5rem
}

.news-list-certificates a {
    align-items: flex-start;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 0;
    transition: .4s ease
}

.news-list-certificates a:hover {
    color: #e04f11;
    text-decoration: none
}

.news-list-certificates a div {
    font-size: 1.6rem;
    margin-bottom: 1.7rem
}

.news-list-reviews-photo {
    margin-bottom: 4.5rem
}

.news-list-reviews-photo>div:not(:first-child) a {
    border-top: 1px solid #ddd;
    padding-top: 3.5rem
}

.news-list-reviews-photo>div:not(:last-child) a {
    padding-bottom: 3.5rem
}

.news-list-reviews-photo a {
    align-items: flex-start;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 0;
    transition: .4s ease
}

.news-list-reviews-photo a:hover {
    color: #e04f11;
    text-decoration: none
}

.news-list-reviews-photo a div {
    font-size: 1.6rem;
    margin-bottom: 1.7rem
}

.news-list-history__item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem
}

.news-list-history__item--name {
    color: #e04f11;
    font-size: 2.5rem;
    margin-bottom: 1.5rem
}

.news-list-history__item--detail {
    font-size: 1.6rem
}

.news-list-team__item {
    margin-bottom: 3.5rem
}

.news-list-team__item--picture {
    background: #D9D9D9;
    border-radius: .7rem;
    font-size: 0;
    line-height: 0;
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative
}

.news-list-team__item--picture img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%
}

.news-list-team__item--name {
    color: #e04f11;
    font-family: 'Brutal Type';
    font-size: 1.2rem;
    margin-bottom: .5rem;
    min-height: 3em;
    text-transform: uppercase
}

.news-list-team__item--position,
.news-list-team__item--preview {
    font-family: 'Brutal Type';
    font-size: .9rem;
    margin-bottom: .8rem;
    min-height: 3em
}

.news-list-team__item hr {
    margin-bottom: 1rem
}

.news-list-team__item--mail a,
.news-list-team__item--phone a {
    color: #929292;
    font-family: 'Brutal Type';
    font-size: .8rem
}

@media (min-width: 768px) {
    .news-list-certificates>div:nth-child(2) a {
        border-top: none;
        padding-top: 0
    }

    .news-list-certificates>div:nth-child(odd) a {
        border-right: 1px solid #ddd;
        padding-right: 4rem
    }

    .news-list-certificates>div:nth-child(even) a {
        padding-left: 4rem
    }

    .news-list-reviews-photo>div:nth-child(2) a {
        border-top: none;
        padding-top: 0
    }

    .news-list-reviews-photo>div:nth-child(odd) a {
        border-right: 1px solid #ddd;
        padding-right: 4rem
    }

    .news-list-reviews-photo>div:nth-child(even) a {
        padding-left: 4rem
    }
}

.basket-items-list {
    margin-bottom: 2rem
}

.basket-items-list-item-container {
    background: #f2f2f2;
    display: grid;
    font-family: 'Brutal Type';
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: .4rem;
    padding: .5rem 0;
    position: relative
}

.basket-items-list-item-descriptions {
    grid-column: 1/3
}

.basket-items-list-item-descriptions-inner {
    display: grid;
    grid-auto-columns: auto 1fr
}

.basket-items-list-item-amount {
    display: flex;
    grid-column: 1/2
}

.basket-items-list-item-price {
    display: flex;
    grid-column: 2/3
}

.basket-items-list-item-remove {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: .5rem
}

.basket-item-info {
    padding: .5rem 1rem
}

.basket-item-info-group {
    margin-bottom: .5rem;
    padding-right: 1.5rem
}

.basket-item-info-name {
    font-weight: 700;
    margin-bottom: 0
}

.basket-item-info-name-link:hover {
    text-decoration-color: #e04f11
}

.basket-item-info-name span[data-entity] {
    color: #e04f11;
    text-transform: uppercase
}

.basket-item-info-name span[data-entity] span {
    color: #000
}

.basket-item-block-image {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: .5rem 1rem;
    text-align: center
}

.basket-item-block-info {
    padding: .5rem 1rem
}

.basket-item-block-properties {
    color: rgba(0, 0, 0, .7);
    font-size: .7rem
}

.basket-item-block-amount {
    align-items: center;
    border-right: 1px solid #F6F6F6;
    display: flex;
    flex-grow: 1;
    padding: .5rem 1rem
}

.basket-item-block-price {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: .5rem 1rem
}

.basket-item-block-price>span {
    color: #acacac
}

.basket-item-property-custom-text:not(:last-child) [class*='-value']:after {
    content: ','
}

.basket-item-amount {
    display: flex
}

.basket-item-amount-filed {
    background: rgba(255, 255, 255, 0);
    border: none;
    display: inline-block;
    min-width: 3rem;
    padding: 0;
    text-align: center;
    transition: .4s ease;
    width: 100%
}

.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
    align-items: center;
    background: #fff;
    border-radius: .4rem;
    cursor: pointer;
    display: flex;
    flex: 1 0 auto;
    height: 1.7rem;
    justify-content: center;
    position: relative;
    width: 1.7rem
}

.basket-item-amount-btn-minus:after,
.basket-item-amount-btn-plus:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s ease
}

.basket-item-amount-btn-plus:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
}

.basket-item-amount-btn-minus:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
}

.basket-item-price-current {
    font-size: 1.2rem
}

.basket-checkout-container {
    border-top: 1px solid #ddd;
    margin-top: 1rem;
    padding-top: 1rem
}

.basket-coupon-section {
    margin-bottom: 2rem;
    padding-top: .5rem
}

.basket-coupon-block-field-description {
    margin-bottom: .7rem
}

.basket-coupon-block-field-description input .form-control {
    padding-right: 30px
}

.basket-coupon-block-coupon-btn {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}

.basket-checkout-section {
    margin-bottom: 2rem;
    padding-top: .5rem
}

.basket-checkout-block-total {
    color: #acacac;
    margin-bottom: .5rem
}

.basket-checkout-block-total-price {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.basket-checkout-block-total-desc {
    color: rgba(0, 0, 0, .7);
    font-family: 'Brutal Type';
    font-size: .7rem;
    margin-bottom: 1.5rem
}

.basket-checkout-block-total-desc a {
    color: inherit;
    text-decoration: underline
}

.basket-checkout-block-total-desc a:hover {
    color: #e04f11
}

.basket-checkout-block-btn .button--orange-black {
    border: none;
    border-radius: .4rem;
    padding: .75rem 1.25rem;
    text-transform: uppercase;
    width: auto
}

@media (min-width: 576px) {
    .basket-item-info {
        grid-column: 2/3
    }

    .basket-item-block-image {
        grid-column: 1/2;
        grid-row: 1/3
    }

    .basket-item-block-info {
        grid-column: 2/3
    }
}

@media (min-width: 768px) {
    .basket-items-list-item-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr)
    }

    .basket-items-list-item-descriptions {
        grid-column: 1/3;
        grid-row: 1/3
    }

    .basket-items-list-item-amount {
        grid-column: 3/4
    }

    .basket-items-list-item-price {
        grid-column: 3/4
    }

    .basket-item-block-amount {
        border-right: none
    }
}

@media (min-width: 1024px) {
    .basket-items-list-item-container {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: unset
    }

    .basket-items-list-item-descriptions {
        grid-column: 1/4;
        grid-row: unset
    }

    .basket-items-list-item-amount {
        grid-column: 4/5
    }

    .basket-items-list-item-price {
        grid-column: 5/6
    }

    .basket-item-block-amount,
    .basket-item-block-price {
        border-left: 1px solid #F6F6F6
    }
}

.pagenavigation-ajax {
    text-align: center
}

.pagenavigation-ajax button {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #e04f11;
    line-height: 1;
    padding: 0 .2rem;
    text-transform: uppercase
}

.pagenavigation-ajax button:hover {
    border-bottom-color: #000
}

.bx-authform form {
    margin: 0 auto;
    max-width: 25rem;
    width: 100%
}

.bx-authform-formgroup {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1.5rem
}

.bx-authform-formgroup-container {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.bx-authform-formgroup-container .bx-captcha {
    margin-bottom: .5rem
}

.bx-authform-formgroup-container.submit {
    margin-bottom: 1rem;
    text-align: center
}

.bx-authform-note-container {
    font-size: .8rem;
    margin-bottom: .5rem
}

.bx-authform-input-container {
    position: relative
}

.bx-authform-psw-protected {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 11px auto;
    height: 2rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem
}

.bx-authform-psw-protected-desc {
    background: #fff;
    bottom: 100%;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
    display: none;
    font-size: .7rem;
    margin-bottom: 14px;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    width: 12.5rem;
    z-index: 25
}

.bx-authform-psw-protected-desc>span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==);
    background-position: calc(100% - .5rem + 3.5px) bottom;
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    left: 0;
    right: 0;
    position: absolute;
    top: 100%
}

.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
    display: block
}

.bx-authform-psw-protected-input-container input [type=password].bx-empty-field,
.bx-authform-psw-protected-input-container input [type=text].bx-empty-field {
    border-color: #dd4b39
}

.bx-authform-starrequired {
    color: red
}

.bx-authform-link-container {
    font-family: 'Brutal Type';
    font-size: .8rem;
    margin-bottom: 1.5rem;
    text-align: center
}

.bx-authform-link-container a[href*='login='],
.bx-authform-link-container a[href*='forgot_password='] {
    color: #e04f11
}

.bx-authform-link-container a[href*='register='] {
    color: #e04f11;
    text-decoration: underline;
    text-transform: uppercase
}

.bx-authform-link-container a[href*='register=']:hover {
    color: #000
}

.bx-authform-profile {
    width: 100%
}

.bx-authform-profile form {
    display: flex;
    flex-direction: column
}

.bx-authform-profile-picture {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem;
    width: 100%
}

.bx-authform-profile-picture-change,
.bx-authform-profile-picture-preview,
.bx-authform-profile-picture-remove {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.bx-authform-profile-picture-preview {
    flex-grow: 2
}

.bx-authform-profile-picture-preview div {
    background-image: url(/upload/userNoPicture.jpg);
    background-size: cover;
    border-radius: 50%;
    height: 5rem;
    overflow: hidden;
    width: 5rem
}

.bx-authform-profile-picture-change,
.bx-authform-profile-picture-remove {
    flex-grow: 1
}

.bx-authform-profile-picture-change button,
.bx-authform-profile-picture-remove button {
    align-items: center;
    background: rgba(255, 255, 255, 0);
    border: none;
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    justify-content: center;
    padding: 0
}

.bx-authform-profile-picture-change button span.button,
.bx-authform-profile-picture-remove button span.button {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: .25rem;
    padding: 1rem
}

.bx-authform-profile [type=submit] {
    border: none;
    margin: 0 auto;
    padding: .75rem 2rem
}

@media (min-width: 768px) {
    .bx-authform-psw-protected-desc {
        left: 50%;
        right: unset;
        transform: translateX(-50%)
    }

    .bx-authform-psw-protected-desc>span {
        background-position: center bottom
    }
}

.personal-menu {
    background: #f6f6f6;
    padding: 1.5rem;
    margin-bottom: 2.5rem
}

.personal-tooltip {
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    position: relative
}

.personal-tooltip__picture {
    align-items: center;
    background: #fff;
    border: 1px solid #e04f11;
    border-radius: 50%;
    color: #e04f11;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1.5rem;
    height: 4.5rem;
    justify-content: center;
    line-height: 1;
    width: 4.5rem
}

.personal-tooltip__name {
    flex-grow: 1
}

.personal-warranty__item--name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.personal-warranty__item--name p {
    color: #e04f11;
    font-size: 1.2rem;
    cursor: pointer
}

.personal-warranty__item--name span {
    display: inline-block;
    transform: rotate(0);
    transition: .3s
}

.personal-warranty__item--name:hover {
    color: red
}

.personal-warranty__item--name::after {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right .7rem top 50%;
    background-size: .65rem auto
}

.personal-warranty__item--detail {
    display: none;
    font-family: 'Brutal Type';
    padding-bottom: 1.5rem
}

.personal-warranty__item--name.active span {
    display: inline-block;
    transform: rotate(180deg);
    transition: .3s
}

.personal-warranty__item--name.active+.personal-warranty__item--detail {
    display: block
}

.alert {
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6
}

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1
}

.bxe-aleft-title {
    font-weight: 700;
    padding-bottom: 5px
}

.personal-rewards__tab {
    margin-bottom: 25px
}

.personal-rewards__tab ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 1rem
}

.personal-rewards__tab li {
    font-family: 'Brutal Type';
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 25px;
    color: #e04f11;
    list-style: none;
    cursor: pointer;
    opacity: .5
}

@media (min-width: 450px) {
    .personal-rewards__tab li {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .personal-rewards__tab li {
        font-size: 1.3rem
    }
}

@media (min-width: 1000px) {
    .personal-rewards__tab li {
        font-size: 1.5rem
    }
}

.personal-rewards__tab li.active {
    opacity: 1
}

.personal-rewards__tabs .personal__tab__container {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px 14px
}

@media (min-width: 768px) {
    .personal-rewards__tabs .personal__tab__container {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.personal-rewards__tabs .personal__tab__container .promo {
    background-color: #F5F5F5;
    border-radius: 13px;
    padding: 25px 20px
}

.personal-rewards__tabs .personal__tab__container .promo__code {
    font-family: 'Brutal Type';
    font-size: 20px;
    font-weight: 500;
    line-height: 21px
}

.personal-rewards__tabs .personal__tab__container .promo__name {
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding: 0;
    margin: 0
}

.personal-rewards__tabs .personal__tab__container.partnercont {
    grid-template-columns: 1fr;
    gap: 15px
}

@media (min-width: 376px) {
    .personal-rewards__tabs .personal__tab__container.partnercont {
        grid-template-columns: 1fr 1fr
    }
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner {
    min-height: 140px;
    position: relative
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__card {
    padding: 30px 25px;
    z-index: 10;
    background-color: #e04f11;
    border-radius: 13px;
    position: absolute;
    display: block;
    max-height: 100%;
    height: 140px;
    overflow-x: auto;
    width: 100%;
    cursor: pointer
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__card__name {
    font-family: 'Brutal Type';
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px;
    color: #fff
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__card__desc {
    color: #fff;
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 300;
    line-height: 19px
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup {
    padding: 30px 25px;
    background-color: #F5F5F5;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__get {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__get p {
    color: #000
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__get p:hover {
    text-decoration: underline
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__result {
    padding: 30px 25px;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__result p {
    font-family: 'Brutal Type';
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    text-align: center
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__result small {
    display: none
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__result a {
    position: absolute;
    right: 12px;
    bottom: 11px
}

.personal-rewards__tabs .personal__tab__container.partnercont .partner__popup__result a:hover path {
    transition: .2s;
    fill: #e04f11
}

.personal-rewards__tabs .active {
    display: grid
}

.orders__top ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    margin-bottom: 25px;
    gap: 1rem
}

.orders__top li {
    opacity: .5;
    list-style: none;
    cursor: pointer
}

.orders__top li a {
    font-family: 'Brutal Type';
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 25px;
    color: #e04f11
}

@media (min-width: 450px) {
    .orders__top li {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .orders__top li {
        font-size: 1.3rem
    }
}

@media (min-width: 1000px) {
    .orders__top li {
        font-size: 24px
    }
}

.orders__top li.active {
    opacity: 1
}

.orders__container .orders__item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e04f11;
    padding-bottom: 8px;
    margin-bottom: 20px
}

.orders__container .orders__item .orders__toggle {
    display: none;
    width: 100%
}

.orders__container .orders__item.finished {
    display: none
}

.orders__container .orders__item__upper {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    flex: 1 100%
}

.orders__container .orders__item__upper.orders__info {
    flex-wrap: wrap
}

.orders__container .orders__item__upper__cont {
    display: grid;
    grid-row: .5rem;
    grid-template-columns: repeat(5, 1fr);
    width: 100%
}

.orders__container .orders__item__upper * {
    padding: 0;
    margin: 0
}

.orders__container .orders__item__upper__heading {
    color: #000;
    font-family: 'Brutal Type';
    grid-column: 1/4
}

.orders__container .orders__item__upper-reorder {
    display: block;
    width: max-content;
    margin-right: 24px;
    font-family: 'Brutal Type';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #e04f11;
    text-decoration: underline;
    text-underline-offset: 3px
}

.orders__container .orders__item__upper-reorder .response-msg {
    display: none
}

.orders__container .orders__item__upper-reorder .response-msg .text-advance a {
    font-size: 15px
}

@media (min-width: 768px) {
    .orders__container .orders__item__upper-reorder {
        min-width: max-content
    }
}

.orders__container .orders__item__upper-reorder--btn {
    cursor: pointer
}

.orders__container .orders__item__upper-reorder--btn:hover {
    color: #b13e0d
}

.orders__container .orders__item__upper-status {
    color: #e04f11;
    display: block;
    font-family: 'Brutal Type';
    font-weight: 400;
    grid-column: 4/5;
    text-align: right
}

.orders__container .orders__item__upper-status button {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #e04f11;
    padding: 0
}

.orders__container .orders__item__upper-status button:hover {
    color: #000
}

.orders__container .orders__item__upper-total {
    color: #000;
    font-family: 'Brutal Type';
    font-weight: 700;
    grid-column: 5/6;
    text-align: right;
    white-space: nowrap
}

.orders__container .orders__item__lower {
    display: flex;
    flex: 1 100%
}

.orders__container .orders__item__lower__left .orders__item-group {
    font-size: 1.25rem;
    font-weight: 500
}

.orders__container .orders__item__lower__left .orders__item-name {
    color: #e04f11;
    font-size: 1.25rem;
    font-weight: 700
}

.orders__container .orders__item__lower__left .orders__item-name span {
    color: #000
}

.orders__container .orders__item__lower__left .orders__item-desc {
    font-family: 'Brutal Type';
    text-align: left
}

.orders__container .orders__item__lower__left .orders__item-total {
    font-family: 'Brutal Type';
    text-align: right;
    white-space: nowrap
}

.orders__container .orders__item__lower__left .orders__item-total>div {
    align-items: center;
    display: flex;
    gap: 1rem
}

.orders__container .orders__item__lower__left .orders__item-total>div a {
    color: #e04f11;
    flex-shrink: 0
}

.orders__container .orders__item__lower__left .orders__item-total>div>div {
    flex-grow: 1;
    text-align: right
}

.orders__container .orders__item__lower .orders__item-pic {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin-right: 10px
}

@media (min-width: 450px) {
    .orders__container .orders__item__lower .orders__item-pic {
        width: 80px;
        min-width: 80px;
        height: 80px;
        min-height: 80px;
        margin-right: 25px
    }
}

.orders__container .orders__item__lower .orders__item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.orders__container .orders__item__lower__right {
    margin-left: auto
}

.orders__container .orders__item-date {
    font-family: 'Brutal Type';
    font-size: .75rem;
    text-align: left
}

.orders__container .orders__toggle__btn {
    cursor: pointer;
    transform: scaleY(1);
    transition: .3s
}

.orders__container .orders__toggle__btn.active {
    transform: scaleY(-1)
}

.order__item__toggle__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px
}

.orders__active,
.orders__history {
    display: none
}

.orders__active.active,
.orders__history.active {
    display: block
}

.catalog__bottom__item {
    border-bottom: 1px solid #DDD;
    padding: 1.5rem 0;
    margin-left: 15px;
    margin-right: 15px;
}

.catalog__bottom__item>a,
.catalog__bottom__item>p {
    color: #000;
    cursor: pointer;
    font-family: 'Brutal Type';
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase
}

.catalog__bottom__item>a:hover,
.catalog__bottom__item>p:hover {
    color: #e04f11;
    text-decoration: none
}

.catalog__bottom__item>a span,
.catalog__bottom__item>p span {
    color: #e04f11;
    display: inline-block;
    font-weight: 300;
    line-height: 0;
    position: relative;
    transition: .4s ease
}

.catalog__bottom__item>a.active span,
.catalog__bottom__item>p.active span {
    transform: rotate(90deg);
    transform-origin: center
}

.catalog__bottom__item div a {
    color: #e04f11
}

.catalog__bottom__item ol li,
.catalog__bottom__item ul li {
    margin-bottom: 1.75rem
}

.payment .bx-soa-section-title-count {
    display: none
}

.payment .bx-soa-section {
    border: 1px solid #F6F6F6 !important;
    background-color: #F6F6F6;
    padding: 29px 42px
}

@media (max-width: 769px) {
    .payment .bx-soa-section {
        padding: 10px
    }
}

.payment .bx-soa-section-title-container {
    background-color: #F6F6F6;
    padding: 0;
    margin-bottom: 20px
}

.payment .bx-soa-section-title-container .bx-soa-section-title {
    font-family: 'Brutal Type';
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    padding: 0
}

.payment .bx-soa-section-title-container .bx-soa-editstep {
    padding: 0;
    margin: 0;
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #e04f11;
    border-bottom: 1px solid;
    text-transform: capitalize
}

.payment .bx-price.all {
    font-family: 'Brutal Type';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.payment .bx-soa-item-td-text span {
    font-family: 'Brutal Type';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.payment .bx-soa-item-title {
    font-family: 'Brutal Type';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.payment .bx-soa-item-table {
    -webkit-border-vertical-spacing: 6px
}

.payment .bx-soa-item-table .bx-soa-item-tr {
    background-color: #fff
}

.payment .bx-soa-item-table .bx-soa-item-imgcontainer {
    border: none
}

.payment .bx-soa-item-table .bx-soa-item-img-block {
    margin: 14px 20px 14px 18px;
    padding: 0;
    height: 46px;
    min-height: 46px;
    width: 50px;
    min-width: 50px
}

@media (min-width: 769px) {
    .payment .bx-soa-item-table .bx-soa-item-img-block {
        height: 56px;
        min-height: 56px;
        width: 60px;
        min-width: 60px
    }
}

.payment .bx-soa-item-table .bx-soa-item-td {
    vertical-align: middle;
    padding: unset
}

.payment .bx-soa-item-table .bx-text-right {
    position: relative
}

.payment .bx-soa-item-table .bx-text-right:last-child {
    float: right
}

@media (max-width: 767px) {
    .payment .bx-soa-item-table .bx-text-right {
        display: block;
        float: left;
        width: 40%;
        margin: 12px
    }
}

@media (min-width: 769px) {
    .payment .bx-soa-item-table .bx-text-right {
        margin: 12px;
        position: relative;
        padding: 0 14px
    }

    .payment .bx-soa-item-table .bx-text-right:last-child {
        float: unset
    }

    .payment .bx-soa-item-table .bx-text-right:after,
    .payment .bx-soa-item-table .bx-text-right:before {
        content: "";
        background: #ccc;
        position: absolute;
        bottom: 25%;
        left: 0;
        height: 50%;
        width: 1px
    }
}

.payment .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
    padding-right: 16px
}

@media (min-width: 769px) {
    .payment .bx-soa-item-table .bx-soa-item-block {
        display: flex;
        align-items: center
    }
}

.payment .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-family: 'Brutal Type';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000
}

.payment .bx-soa-cart-total {
    padding: 0;
    border: none;
    background-color: #fff
}

.payment .bx-soa-cart-total .bx-soa-cart-t {
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px;
    color: #000B2
}

.payment .bx-soa-cart-total .bx-soa-cart-d {
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000B2
}

.payment .bx-soa-cart-total .bx-soa-cart-total-line-total {
    margin: 12px 0 27px
}

.payment .bx-soa-cart-total-line {
    border: none;
    padding: unset;
    margin-bottom: 5px
}

.payment .bx-soa-cart-total-line:nth-child(2) {
    margin-bottom: unset;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB
}

.payment #bx-soa-orderSave .bx-soa-section-content strong {
    font-family: 'Brutal Type';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.payment #bx-soa-orderSave a {
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    background-color: #e04f11;
    width: 100%;
    border-radius: 8px;
    padding: 18px 0 14px 0;
    margin-bottom: 35px;
    color: #fff
}

.payment #bx-soa-orderSave a:hover {
    background-color: #000;
    text-decoration: none
}

.payment #bx-soa-orderSave .checkbox a,
.payment #bx-soa-orderSave .checkbox span {
    display: inline;
    font-family: 'Brutal Type';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000
}

.payment #bx-soa-orderSave .checkbox a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 0;
    background: 0 0;
    color: #e04f11
}

.payment #bx-soa-orderSave .checkbox input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: #000;
    width: 22px;
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    margin-right: 10px;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    transform: translateY(-.075em);
    display: grid;
    place-content: center
}

.payment #bx-soa-orderSave .checkbox input[type=checkbox]::before {
    content: "";
    width: .75em;
    height: .75em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #e04f11;
    background-color: #fff
}

.payment #bx-soa-orderSave .checkbox input[type=checkbox]:checked::before {
    transform: scale(1)
}

.payment #bx-soa-orderSave label {
    display: flex
}

.payment #bx-soa-orderSave input {
    display: flex;
    width: 22px;
    height: 22px
}

.payment .form-check {
    margin-bottom: 21px
}

.payment .form-check:last-of-type {
    margin-bottom: 24px
}

.payment .form-check label {
    display: inline-block;
    margin-bottom: .5rem
}

.payment .form-check input {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #9f9f9f;
    font-size: .8rem;
    line-height: 1;
    padding: 8px;
    width: 100%
}

.payment .form-check input[type=radio] {
    height: 6px;
    width: 6px;
    margin-right: 10px
}

.payment .form-check .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    border-width: 6px;
    cursor: pointer
}

.payment .form-check .form-check-input:focus-visible {
    outline-offset: 0
}

.payment .form-check .form-check-input {
    box-shadow: 0 0 0 1px #000
}

.payment .form-check .form-check-input:checked {
    box-shadow: 0 0 0 1px #e04f11;
    background-color: #e04f11;
    border-width: 6px
}

.payment .bx_soa_location .bx-authform-starrequired {
    display: none
}

.payment .bx_soa_location .form-check {
    display: flex;
    align-items: center
}

.payment .bx_soa_location .form-check .form-check-input {
    margin-right: 10px
}

.payment .bx_soa_location .form-check .form-check-label {
    margin-bottom: unset
}

.payment .bx_soa_location .bx-soa-location-input-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 769px) {
    .payment .bx_soa_location .bx-soa-location-input-container {
        flex-direction: row;
        align-items: center
    }
}

.payment .bx_soa_location .bx-soa-location-input-container .bx-sls {
    width: 100%
}

.payment .bx_soa_location .bx-sls {
    font-size: 16px;
    padding: 8px 0;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    border: 1px solid #DBDBDB;
    border-radius: 13px;
    background-color: transparent
}

.payment .bx_soa_location .dropdown-block {
    border: none;
    background-color: transparent
}

.payment .bx_soa_location .dropdown-block .dropdown-fade2white {
    background: 0 0 !important
}

.payment .bx_soa_location .form-group {
    margin-bottom: 14px
}

.payment .bx_soa_location .form-group .bx-soa-custom-label {
    font-family: 'Brutal Type';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    width: 200px;
    min-width: 200px;
    margin-right: 20px
}

.payment .bx_soa_location .form-group input {
    font-family: 'Brutal Type';
    font-size: 16px;
    padding: 16px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    border: 1px solid #DBDBDB;
    border-radius: 13px;
    background-color: transparent;
    width: 100%
}

.payment .bx-soa-reference {
    display: none
}

.payment .bx-soa-more a,
.payment .bx-soa-more button {
    padding: .3rem 1rem;
    background: #e04f11;
    color: #fff;
    border: none;
    border-radius: .4rem;
    display: inline-block;
    font-size: .8rem
}

.payment .bx-soa-more a:first-child,
.payment .bx-soa-more button:first-child {
    margin-right: 15px
}

.payment .bx-soa-more a:hover,
.payment .bx-soa-more button:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.payment #bx-soa-delivery .bx-soa-pp-item-container {
    margin-left: 20px
}

@media (min-width: 769px) {
    .payment #bx-soa-delivery .bx-soa-pp-item-container {
        margin-left: unset
    }
}

.payment #bx-soa-delivery .bx-soa-pp-item-container .row {
    display: block !important
}

.payment #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company {
    background: 0 0
}

.payment #bx-soa-delivery .bx-soa-pp .bx-soa-pp-company {
    border: none;
    display: flex;
    align-items: center
}

.payment #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company {
    display: block
}

.payment #bx-soa-delivery .bx-soa-pp-company-smalltitle {
    padding: 8px 0 0 42px;
    margin-bottom: 10px;
    font-family: 'Brutal Type';
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 21px
}

.payment #bx-soa-delivery .bx-soa-pp-company-graf-container {
    display: inline-block;
    margin-bottom: .5rem;
    position: initial;
    padding-top: unset;
    width: auto;
    height: unset;
    border: none;
    border-radius: unset;
    background: 0 0
}

.payment #bx-soa-delivery input[type=checkbox].bx-soa-pp-company-checkbox {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    border-width: 6px;
    cursor: pointer;
    padding: 6px;
    height: 6px;
    width: 6px;
    margin-right: 10px;
    box-shadow: 0 0 0 1px #000
}

.payment #bx-soa-delivery input[type=checkbox].bx-soa-pp-company-checkbox:checked {
    box-shadow: 0 0 0 1px #e04f11;
    background-color: #e04f11;
    border-width: 6px
}

.payment #bx-soa-delivery .bx-soa-pp-company-image {
    display: none
}

.payment #bx-soa-delivery .bx-soa-pp-delivery-cost {
    display: none
}

.payment #bx-soa-paysystem .bx-soa-pp-item-container {
    margin-left: 20px
}

@media (min-width: 769px) {
    .payment #bx-soa-paysystem .bx-soa-pp-item-container {
        margin-left: unset
    }
}

.payment #bx-soa-paysystem .bx-soa-pp-desc-container .bx-soa-pp-company {
    background: 0 0;
    border: none
}

.payment #bx-soa-paysystem .bx-soa-pp-company-smalltitle {
    padding: 8px 0 0 42px;
    margin-bottom: 10px;
    font-family: 'Brutal Type';
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 21px
}

.payment #bx-soa-paysystem .bx-soa-pp .bx-soa-pp-company {
    display: flex
}

.payment #bx-soa-paysystem .bx-soa-pp-item-container .row {
    display: block
}

.payment #bx-soa-paysystem .bx-soa-pp-company-graf-container {
    display: inline-block;
    margin-bottom: .5rem;
    position: initial;
    padding-top: unset;
    width: auto;
    height: unset;
    border: none;
    border-radius: unset;
    background: 0 0
}

.payment #bx-soa-paysystem input[type=checkbox].bx-soa-pp-company-checkbox {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    border-width: 6px;
    cursor: pointer;
    padding: 6px;
    height: 6px;
    width: 6px;
    margin-right: 10px;
    box-shadow: 0 0 0 1px #000
}

.payment #bx-soa-paysystem input[type=checkbox].bx-soa-pp-company-checkbox:checked {
    box-shadow: 0 0 0 1px #e04f11;
    background-color: #e04f11;
    border-width: 6px
}

.payment #bx-soa-paysystem .bx-soa-pp-company-image {
    display: none
}

.payment .form-check {
    margin-bottom: 21px
}

.payment .form-check:last-of-type {
    margin-bottom: 24px
}

.payment .form-check label {
    display: inline-block;
    margin-bottom: .5rem
}

.payment .form-check input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    border-width: 6px;
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin-right: 10px;
    box-shadow: 0 0 0 1px #000
}

.payment .form-check input[type=radio]:checked {
    box-shadow: 0 0 0 1px #e04f11;
    background-color: #e04f11;
    border-width: 6px
}

.payment #bx-soa-properties .form-group .bx-soa-tooltip .tooltip-inner {
    float: right
}

.payment #bx-soa-properties .bx-soa-customer-field {
    padding-top: 20px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 100%
}

.payment #bx-soa-properties .bx-soa-customer-field label {
    position: absolute;
    line-height: 20px;
    left: 5px;
    top: 0;
    opacity: 0;
    font-size: 12px;
    font-weight: 700;
    color: coral;
    transition: all .2s;
    pointer-events: none
}

.payment #bx-soa-properties .bx-soa-customer-field.float label {
    opacity: 1
}

@media (min-width: 769px) {
    .payment #bx-soa-properties .bx-soa-customer-field.float label {
        bottom: 38px
    }
}

.payment #bx-soa-properties .bx-soa-customer-field.float__textarea label {
    transition: all 10ms;
    opacity: 1
}

.payment #bx-soa-properties .edost_office_address_n3,
.payment #bx-soa-properties input,
.payment #bx-soa-properties textarea {
    border: 1px solid #DBDBDB;
    font-family: 'Brutal Type';
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    padding: 17px 18px 16px 18px;
    width: 100%
}

.payment #bx-soa-properties textarea {
    display: block;
    height: 150px;
    resize: none
}

@media (min-width: 769px) {

    .payment #bx-soa-properties .edost_office_address_n3,
    .payment #bx-soa-properties input,
    .payment #bx-soa-properties textarea {
        width: 60%
    }
}

@media (max-width: 769px) {
    .payment #bx-soa-order {
        flex-direction: column
    }

    .payment #bx-soa-order .col-lg-9.col-md-7.bx-soa {
        width: 100%
    }

    .payment .bx-soa-section-content .container-fluid {
        margin: 0;
        padding: 0
    }

    .payment .bx-soa-section-content.container-fluid {
        margin: 0;
        padding: 0
    }
}

.payment .alert-success {
    display: none
}

.bx-filter-section form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
    line-height: 1;
    margin-bottom: 1.75rem
}

.bx-filter-parameters-box.compatibility_brand {
    flex: 1 0 100%
}

.bx-filter-parameters-box.compatibility_brand input[type=radio] {
    display: none
}

.bx-filter-parameters-box.compatibility_brand input[type=radio]:checked+.bx-filter-param-text {
    background: #e04f11;
    color: #fff
}

.bx-filter-parameters-box.compatibility_brand .bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.bx-filter-parameters-box.compatibility_brand .bx-filter-parameters-box-container label {
    margin-bottom: 0
}

.bx-filter-parameters-box.compatibility_brand .bx-filter-param-text {
    background: #f5f5f5;
    border-radius: .4rem;
    cursor: pointer;
    display: inline-block;
    padding: .6rem 1.2rem;
    transition: .4s ease
}

.bx-filter-parameters-box.compatibility_brand .bx-filter-param-text:hover {
    background: #000;
    color: #fff
}

.bx-filter-parameters-box.compatibility_model.bx-active .bx-filter-block,
.bx-filter-parameters-box.compatibility_year.bx-active .bx-filter-block {
    color: #e04f11
}

.bx-filter-container-modef {
    display: none;
    position: absolute
}

.bx-filter-select-text {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    max-width: 16rem;
    overflow: hidden;
    padding: .6rem 0;
    text-overflow: ellipsis;
    transition: .4s ease;
    white-space: nowrap
}

.bx-filter-select-arrow {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 1rem;
    justify-content: center;
    position: relative;
    width: 1rem
}

.bx-filter-select-arrow:before {
    border-color: #000;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    height: .5rem;
    margin-bottom: 2px;
    transform: rotate(45deg);
    width: .5rem
}

.bx-filter-select-popup {
    background: #fff;
    border: 1px solid #d4d4d4;
    max-height: 25vh;
    overflow: auto;
    padding: .5rem
}

.bx-filter-select-popup::-webkit-scrollbar {
    width: 5px
}

.bx-filter-select-popup::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.bx-filter-select-popup::-webkit-scrollbar-thumb {
    background-color: #e04f11;
    width: 10px
}

.bx-filter-select-popup ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.bx-filter-select-popup ul li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4
}

.bx-filter-select-popup ul li label {
    cursor: pointer;
    margin-bottom: 0;
    padding: .5rem;
    width: 100%
}

.bx-filter-select-popup ul li label:hover {
    color: #e04f11
}

.bx-filter-select-popup ul li label.selected {
    background-color: #e04f11;
    color: #fff
}

.bx-filter-button-box input[type=button] {
    border-radius: .4rem;
    cursor: pointer;
    padding: .6rem 1.2rem
}

.bx-catalog-element .main-button-container {
    display: flex;
    align-items: center
}

.bx-catalog-element .main-button-container .buy__btn {
    width: 70%
}

.bx-catalog-element .product-item-detail-info-container.btn__container {
    display: flex;
    flex-direction: row
}

.bx-catalog-element .product-item-amount-field-container {
    margin-bottom: 2rem
}

.bx-catalog-element .product-item-amount-field-container .product-item-amount-field {
    width: 3rem;
    background-color: transparent;
    border: none;
    text-align: center
}

.bx-catalog-element .product-item-amount-field-container .product-item-amount-field-btn-minus,
.bx-catalog-element .product-item-amount-field-container .product-item-amount-field-btn-plus {
    font-family: 'Brutal Type';
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 4px;
    color: #e04f11
}

.bx-catalog-element .product-item-detail-info-container .product-item-detail-properties dt {
    float: left;
    margin-top: 7px
}

.bx-catalog-element .product-item-detail-info-container .product-item-detail-properties dd {
    display: inline-block;
    background: #fff;
    border: 1px solid #979797;
    border-radius: .4rem;
    color: #979797;
    cursor: pointer;
    float: left;
    margin-left: .5rem;
    padding: .4rem .4rem .3rem;
    transition: .4s ease
}

.bx-catalog-element .product-item-detail-name-disclaimer {
    color: #000
}

.item-details-tabs {
    margin-bottom: 2.1rem
}

.product-item-detail-tabs-container {
    margin-bottom: 2.1rem
}

.product-item-detail-tabs-container .product-item-detail-tabs-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 15px;
    padding: 0
}

.product-item-detail-tabs-container .product-item-detail-tabs-list .product-item-detail-tab-link {
    font-family: 'Brutal Type';
    font-weight: 400;
    text-align: center;
    display: inline-block;
    border-radius: .4rem;
    padding: .7rem 1rem;
    margin-bottom: 0;
    background-color: #F6F6F6;
    color: #000
}

.product-item-detail-tabs-container .product-item-detail-tabs-list .product-item-detail-tab-link:hover {
    background-color: #e04f11;
    text-decoration: none
}

.product-item-detail-tabs-container .product-item-detail-tabs-list .product-item-detail-tab-link.active {
    background-color: #e04f11;
    color: #fff
}

.product-item-detail-tab-content {
    height: 0;
    overflow: hidden
}

.product-item-detail-tab-content.active {
    height: auto;
    overflow: unset
}

.product-item-detail-tab-content table {
    font-size: .8rem
}

.product-item-detail-tab-content table tr {
    border-bottom: 1px solid #e6e6e6
}

.product-item-detail-tab-content table tr td:not(:first-child),
.product-item-detail-tab-content table tr th:not(:first-child) {
    padding: .5rem .5rem .5rem 1.5rem
}

.product-item-detail-tab-content table tr td:first-child,
.product-item-detail-tab-content table tr th:first-child {
    padding: .5rem .5rem .5rem 0
}

.product-item-detail-tab-content table tr td {
    font-family: 'Brutal Type'
}

.product-item-detail-tab-content .product-tab-image_container,
.product-item-detail-tab-content .product-tab-video_container {
    display: grid;
    margin-bottom: 2.4rem;
    gap: 2.4rem .5rem;
    grid-template-columns: repeat(2, 1fr)
}

.product-item-detail-tab-content .pic_cont,
.product-item-detail-tab-content .product-tab-image,
.product-item-detail-tab-content .product-tab-video {
    display: block;
    height: 350px;
    object-fit: cover;
    width: 100%
}

.product-item-detail-tab-content .pic_cont img {
    display: block;
    width: 100%;
    border-radius: 12px;
    height: 100%
}

.product-tab-video_container .video-wrapper {
    max-width: 100%;
    max-height: 350px
}

.product-tab-video_container .video-wrapper iframe {
    width: 100% !important;
    height: 350px !important
}

.product-tab-video_container .video-wrapper .video-title {
    position: absolute;
    bottom: 1.4rem;
    left: 1.6rem;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Brutal Type';
    color: #fff
}

.fixed-card {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 1rem
}

.draggable-card {
    background-color: #fff;
    margin-bottom: 1rem
}

.property_row {
    height: 40px;
    overflow: auto
}

.popup-window[id^=smartFilterDropDown] {
    all: unset
}

.popup-window-buttons {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.popup-window-buttons .btn {
    border-radius: .4rem;
    cursor: pointer;
    font-family: 'Brutal Type';
    font-size: .8rem;
    font-weight: 400;
    margin: 0 !important;
    padding: .75rem;
    width: 100%
}

.popup-window-content {
    border-radius: .5rem;
    overflow: hidden
}

.table__wrap {
    overflow: auto
}

.review__item {
    border-bottom: 1px solid #c2c2c2;
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    margin-right: 5rem;
    max-width: 100%;
    padding-bottom: 2.5rem;
    width: 20rem
}

.review__item--picture {
    align-items: center;
    background: #fff;
    border: 1px solid #e04f11;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 4.5rem;
    justify-content: center;
    line-height: 1;
    width: 4.5rem
}

.review__item--name {
    color: #e04f11
}

.review__item--text {
    color: rgba(0, 0, 0, .7);
    height: 5rem;
    overflow: auto
}

.review__item--text::-webkit-scrollbar {
    width: 5px
}

.review__item--text::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.review__item--text::-webkit-scrollbar-thumb {
    background-color: #e04f11;
    width: 10px
}

.slick-track {
    display: flex
}

.slick-slide {
    display: flex !important;
    height: inherit;
    padding: 0 2rem
}

.slick-arrow {
    align-items: center;
    border: none;
    border-radius: 50%;
    display: flex;
    font-size: 1.5rem;
    height: 2.5rem;
    justify-content: center;
    line-height: 0;
    padding: 0;
    pointer-events: all;
    position: relative;
    width: 2.5rem;
    z-index: 200
}

.slick-arrow:after,
.slick-arrow:before {
    content: '';
    position: absolute
}

.slick-arrow:before {
    background-color: #fff;
    height: 2px;
    width: 60%
}

.slick-arrow:after {
    border-color: #fff;
    border-style: solid;
    padding: .25rem;
    transform: rotate(45deg)
}

.slick-next:after {
    border-width: 2px 2px 0 0;
    right: 20%
}

.slick-prev:after {
    border-width: 0 0 2px 2px;
    left: 20%
}

.whatsapp__button {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: auto;
    position: fixed;
    margin-bottom: 20px;
    right: 5%;
    transform: rotateY(0) scale(1);
    transition: all .8s ease 0s;
    width: auto !important;
    z-index: 993;
}

.whatsapp__button--picture {
    animation: whatsapp 1.2s ease-in-out 0s normal none infinite running;
    background-color: #eb8559;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAYAAACGVs+MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlZJREFUeNq0181LFVEYx/HxmpiLkgyvGvkS3QjcRKZpBUkkYS4qgqRoV4hhZlQgki8LzRa16g9wo9KiVRRBb7RwkYYUEaT5UogRZVK2S4i4fY88g8OlmTnjPWfgAxfmOdzfnXPmOec6yWTS8SjGAyzjE86m3Dcu5qxeZRjBK2zCGfSh1bF5SZJsTKMtJWEpPuKSrSfgfujAfZ8iN0SbrQAxfEV5QGEJZnHZRoBKvNModkNcML0Iy/FWY7nMox43kWtqDaoAefihWT+Lz9hmMkAW/mrW70AxpkwGWEChRm0pHqMDv032gSp8CFksZdIZW228BVlYwpaAwpfotdWK/+CRtF6/awj7bLbiGsxgnU/STIyj0VYrVp6hKaB4L76gwFaAXfiG/IABN/BUnoiRABkrKVav27Itn/KZsUw8wTRaTK4B77b8GhcDUm/EGG4hw+QUuBL4joMBA/Pk1RzEep+aIlxDP2p1TkTefn8ad5HweXA/cRjZGMXOlPsVeIMSLGEQ13WmwOucbL9bQx5jMxbQgxxUyGI+4akpxCQ6dabA6yqmEA+pU497GHPy5cf/U6NCTKArSgBHBkzIiTms9gDqA+4XpIbQXa3tmA85tulSId6jO0oA5bzM9SEDIeKyux6LOrBO2nG3HGbTCaHa/lAsYt96jj2olc+JNHpg7srrvMb06tdfkSlR+8OGiON3y9tSme5cqtdvQIL0hRxqXA3y5SejLsIg6t/THSzihbTg/djsad2qMT2UxXfUbzdM91In7COoQzW2I45fGMc9DGPZHfBPgAEA+fpFTRCcZoQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    opacity: .6;
    position: relative;
    z-index: 10000000
}

.whatsapp__button--picture:hover {
    opacity: 1
}

.whatsapp__button--picture:before {
    animation: borders 2.3s ease-in-out 0s normal none infinite running;
    border: 1px solid #F5F5F5;
    border-radius: 100%;
    content: '';
    display: block;
    height: 5rem;
    left: -.5rem;
    opacity: .5;
    position: absolute;
    top: -.5rem;
    z-index: 10000000;
    width: 5rem
}

@keyframes whatsapp {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    10%,
    30% {
        transform: rotate(-25deg)
    }

    20%,
    40% {
        transform: rotate(25deg)
    }
}

@-webkit-keyframes whatsapp {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg)
    }
}

@-moz-keyframes whatsapp {

    0%,
    100%,
    50% {
        -moz-transform: rotate(0)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg)
    }
}

@keyframes borders {

    0%,
    100% {
        transform: scale(1.5)
    }

    40% {
        transform: scale(1)
    }
}

@-webkit-keyframes borders {

    0%,
    100% {
        -webkit-transform: scale(1.5)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes borders {

    0%,
    100% {
        -moz-transform: scale(1.5)
    }

    40% {
        -moz-transform: scale(1)
    }
}

#success-confirm {
    display: none
}

#success-confirm>div {
    font-family: 'Brutal Type';
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    max-width: 45rem;
    padding: 2.5rem 4rem;
    text-align: center;
    width: 100%
}

#success-confirm>div.error p {
    font-size: 1rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem
}

#success-confirm>div.error a[href^='tel:'] {
    color: #000;
    font-size: 2rem
}

#success-confirm>div.error a[href^='tel:']:hover {
    color: #e04f11;
    text-decoration: none
}

#success-confirm>div a:not([href^='tel:']),
#success-confirm>div button {
    border: none;
    border-radius: .4rem;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 2rem auto 0;
    min-width: 12.5rem;
    padding: .75rem 1.25rem;
    text-transform: uppercase
}

#success-confirm .form__radio {
    margin-top: 1rem
}

#success-confirm .form__radio--caption span {
    color: #e04f11
}

#success-confirm .form__radio--list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

#success-confirm .form__radio--list label span {
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem
}

#success-confirm .form__radio--list label input:checked+span {
    background-color: #e04f11;
    color: #fff
}

.politics h2 {
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0
}

.politics h3 {
    font-size: 1rem;
    margin-bottom: 0
}

.politics ol:not([class]) {
    counter-reset: ContentList;
    list-style: none;
    padding: 0
}

.politics ol:not([class])>li {
    line-height: inherit;
    list-style: none;
    margin-bottom: 1.5rem;
    position: relative
}

.politics ol:not([class])>li:not(:last-child) {
    margin-bottom: .625rem
}

.politics ol:not([class])>li:before {
    counter-increment: ContentList;
    content: counters(ContentList, ".") ". ";
    font-family: 'Brutal Type';
    left: -3.5rem;
    min-width: 2.5em;
    position: absolute;
    top: 0
}

.politics>ol:not([class]) {
    padding-left: 3.5rem
}

.politics>ol:not([class])>li:before {
    font-size: 1.5rem
}

.politics ul:not([class]) {
    list-style: none;
    padding-left: 1.5rem
}

.politics ul:not([class]) li {
    line-height: inherit;
    position: relative
}

.politics ul:not([class]) li:not(:last-child) {
    margin-bottom: .625rem
}

.politics ul:not([class]) li:before {
    content: '\2022';
    flex-shrink: 0;
    font-size: 1.5em;
    left: -1.5rem;
    line-height: 1;
    margin-top: -.25rem;
    position: absolute;
    width: 1.5rem
}

.searched-tags__items {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    gap: 8px;
}

.searched-tags__item {
    background-color: #e04f11;
    border-radius: 5px;
}

.searched-tags__item a {
    color: white;
    display: inline-flex;
    overflow: hidden;
    padding: 8px 8px;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: 1s;
}

.searched-tags__item-name {
    font-weight: 700;
    font-size: 12px;
    line-height: .8rem;
}

.searched-tags__item:hover a {
    color: #000;
}

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

.blog__item {
    flex: 0 0 calc(25% - 15px);
}

.blog__img {}

.blog__img a {
    background: #D9D9D9;
    border-radius: .7rem;
    font-size: 0;
    line-height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    display: block;
}

.blog__img img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    transition: 0.3s;
}

.blog__img img:hover {
    opacity: .7;
}

.blog__caption {
    color: #e04f11;
    font-family: 'Brutal Type';
    font-size: 1.2rem;
    margin-bottom: .5rem;
    min-height: 3em;
    text-transform: uppercase;
    transition: 0.3s;
}

.blog__caption:hover {
    color: #e04f11;
    text-decoration: underline;
}

.blog__desc {
    color: #929292;
    font-family: 'Brutal Type';
    font-size: .8rem;
}

.blog__detail-image {
    border-radius: .7rem;
    margin-bottom: 1rem;
}

.blog__detail-date {
    color: #929292;
    font-family: 'Brutal Type';
    font-size: .8rem;
    margin-bottom: 1rem;
}

.blog__detail-desc {
    font-family: 'Brutal Type';
    font-size: .9rem;
}

@media (max-width: 1200px) {
    .blog__item {
        flex: 0 0 calc(33.3333% - 14px);
    }
}

@media (max-width: 768px) {
    .blog__item {
        flex: 0 0 calc(50% - 10px);
    }
}

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

.b-btn-pay {
    flex-direction: column;
    align-items: flex-start !important;
}

.b-btn-pay>div {
    padding: 0;
}

.btn-pay {
    background-color: RGB(251, 79, 20);
    color: white;
    padding: 10px 50px 10px 50px;
    display: flex;
    align-items: center;
    border-radius: .65rem !important;
}

.btn-pay:hover {
    text-decoration: unset;
    color: white;
}

.social-wrapper {
    width: auto !important;
}

.social-wrapper a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .menu-top__item a.level-1 {
        font-size: 16px;
    }

    .menu-top__item a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {

    .footer__dealers--title,
    .footer__contacts--title {
        font-size: 14px;
    }

    .button,
    .menu-politics,
    .news-list-team__item--position,
    .bx-breadcrumb-item span,
    .news-list-team__item--mail a,
    .news-list-team__item--phone a,
    .footer__contacts,
    .footer__contacts--copyright,
    .footer__dealers--list,
    .footer__contacts--warning,
    .catalog-list-catalog__item--name span:not(:first-of-type),
    .catalog-list-default__item--name span:not(:first-of-type),
    .product-item-scu-container,
    .bx-catalog-element .product-item-detail-content-block,
    .blog__detail-desc,
    .product-item-detail-tab-content table,
    body .dealers-list .item-dealer .show-on-map {
        font-size: 12px;
    }

    .bx-catalog-element .product-item-scu-units {
        font-size: 12px;
        padding: .4rem 0 .3rem
    }

    .blog__detail-desc table {
        width: 100%;
        overflow-x: auto;
    }

    .blog__detail-desc tbody {
        min-width: 700px;
    }

    .catalog__bottom__item ol,
    .catalog__bottom__item ul {
        padding-left: 15px;
    }

    .bx-catalog-element .main-button-container .buy__btn {
        width: 100%;
    }
}


.header__contacts {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.header__contacts a {
    color: #171717;
    cursor: pointer;
    font-style: 14px;
}

.header.root .header__contacts a {
    color: white;
}

.menu-social {
    display: flex;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}


.menu-extend {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 65px;
    left: 15px;
    right: 15px;
}

.menu-extend>a,
.menu-extend>span {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    background: #171717;
    color: white;
    appearance: none;
    text-decoration: none;
    gap: 8px;
}

.menu-extend>span {
    color: #171717;
    border: 1px solid #171717;
    background: transparent;
    margin-top: 15px;
}

.menu-social>* {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px;
    border: 1px solid #171717;
}

.menu-social>*+* {
    border-left-style: none;
}

.menu-social>*:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-social>*:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width: 1200px) {

    .menu-social,
    .menu-extend {
        display: none !important;
    }
}


@media (min-width: 1200px) {
    .header__links--hide {
        display: none !important;
    }
}


@media (max-width: 1200px) {
    .header__contacts {
        display: none;
    }

    .header.root.active .logo path {
        fill: #171717;
    }
}

@media (max-width: 1200px) {
    .social-wrapper {
        display: none;
    }
}