:root {
    --yellow-color: #FFD61B;
    --yellow-active-color: #FDEC00;
    --gray-ultra-light: #F0F3F5;
    --gray: #BAC3CD;
    --dark-gray: #757F8A;
    --light-gray: #dce4e9;
    --fs-15: 0.9375rem;
    --fs-18: 1.125rem;
    --fs-20: 1.25rem;
    --dbs: 0px 10px 60px 10px rgb(0,0,0,0.15);
    --dgf: invert(53%) sepia(20%) saturate(231%) hue-rotate(171deg) brightness(90%) contrast(90%);
}

/*

@media (max-width: 1919px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1365px) {

}

@media (max-width: 1023px) {

}

@media (max-width: 767px) {

}

 */

/*----------------------- Основное ------------------------------ */


html, body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 6.875rem;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h2 {
    font-size: 5rem;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 25px;
}

input, button, select, textarea {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    color: inherit;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

:focus {
    outline: none;
}

.fancybox-close-small {
    display: none;
}

.bbs {
    box-shadow: 0 3px 0 0 var(--gray-ultra-light);
    border: 2px solid var(--gray-ultra-light);
    border-radius: 8px;
}
/*a:hover:not(.no-filter) {*/
/*    color: var(--yellow-color);*/
/*}*/
.fancybox-is-open .fancybox-bg {
    opacity: .25;
    background: #000;
}

[id^=popup_] {
    display: none;
}

a:hover:not(.no-filter) i.icon {
    /*filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(2888%) hue-rotate(350deg) brightness(103%) contrast(104%);*/
}

a.underdashed {
    padding-bottom: 5px;
    border-bottom: 2px dashed var(--gray);
    font-weight: 500;
}

.align-center {
    align-items: center;
    justify-content: center;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 500;
    border: 2px solid var(--light-gray);
    border-radius: 8px;
    text-decoration: none;
    height: 50px;
    /*transition: border-color .1s linear;*/
}

.button:hover {
    border-color: #000;
}

.default-form .button.bt_main,
.button.bt_main {
    height: 80px;
    padding: 30px;
}

.bc_black {
    background: #000;
    color: white;
    border: none;
}

.bc_black:hover:not(.no-filter) {
    color: var(--yellow-color);
}

.bc_yellow {
    background: var(--yellow-color);
    border: none;
}

.button.bc_yellow:hover:not(.no-filter) {
    color: inherit;
    background: var(--yellow-active-color);
}

.button.bc_yellow:hover:not(.no-filter) i.icon {
    filter: none;
}

.button:disabled {
    background: var(--gray-ultra-light) !important;
    color: var(--dark-gray) !important;
}

.content-container {
    margin: 0 auto;
}

.main {
    display: flex;
    flex-direction: column;
}

[class*="col-"].ptr {
    padding-left: 0;
    padding-right: 40px;
}

[class*="col-"].ptl {
    padding-right: 0;
    padding-left: 40px;
}

@media (min-width: 1920px) {
    .content-container {
        max-width: 1900px;
    }

    .container {
        max-width: 1660px;
    }
}

@media (max-width: 1919px) {
    .content-container {
        max-width: 1580px;
    }

    h1 {
        font-size: 90px;
        line-height: 90px;
    }

    h2 {
        font-size: 70px;
    }
}

@media (max-width: 1599px) {
    .content-container {
        max-width: 1350px;
    }

    h1 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1365px) {
    .content-container {
        max-width: 1008px;
    }

    h1, h2 {
        font-size: 55px;
        line-height: 55px;
    }
}
@media (max-width: 1023px) {
    .content-container {
        max-width: 768px;
    }

    h1, h2 {
        font-size: 44px;
        line-height: 50px;
    }
}
@media (max-width: 767px)  {
    /*.content-container {*/
    /*    max-width: 320px;*/
    /*}*/

    h1, h2 {
        font-size: 24px;
        line-height: 26px;
    }
}
@media (max-width: 320px)  {
    .content-container {
        max-width: 100%;
    }
}

/*----------------------- Иконки ------------------------------ */


i.icon {
    display: inline-block;
    background: transparent url("../images/icons.svg") no-repeat;
}
i.icon.i-12 {
    height: 12px;
    width: 12px;
    background-position-y: -80px;
}
i.icon.i-16 {
    height: 16px;
    width: 16px;
    background-position-y: -222px;
}
i.icon.i-24 {
    height: 24px;
    width: 24px;
    background-position-y: -368px;
}
i.icon.i-32 {
    height: 32px;
    width: 32px;
    background-position-y: -522px;
}
i.icon.i-80 {
    height: 80px;
    width: 80px;
    background-position-y: -684px;
}
.ml-5px {
    margin-left: 5px;
}
.ml-10px {
    margin-left: 10px;
}
.ml-20px {
    margin-left: 20px;
}
.mr-5px {
    margin-right: 5px;
}
.mr-10px {
    margin-right: 10px;
}
.mr-20px {
    margin-right: 20px;
}
i.icon.i-white {
    filter: invert(100%);
}
i.icon-finger {
    background-image: url("../images/icons/finger.svg");
}
i.icon-tg {
    background-image: url("../images/icons/tg.svg");
}
i.icon-wa {
    background-image: url("../images/icons/wa.svg");
}
i.icon-viber {
    background-image: url("../images/icons/viber.svg");
}
i.icon-location {
    background-position-x: -896px;
}
i.icon-location-header {
    background-image: url("../images/icons/location.svg");
    background-position: 0 !important;
}
i.icon-dropdown {
    background-position-x: -128px;
}
i.icon-dropdown-right {
    background-position-x: 0px;
}
i.icon-phone {
    background-position-x: -1728px;
}
i.icon-phone-header {
    background-image: url("../images/icons/hphone.svg");
    background-position: 0 !important;
}
i.icon-phone-header.i-16 {
    background-size: cover;
}
i.icon-menu {
    background-position-x: -832px;
}
i.icon.icon-gears {
    background-position-x: -256px;
}
i.icon.icon-wheal {
    background-position-x: -447px;
}
i.icon.icon-dop {
    background-position-x: -383px;
}
i.icon-car {
    background-position-x: -512px;
}
i.icon-redemption {
    background-position-x: -576px;
}
i.icon-favorites {
    background-position-x: -64px;
}
i.icon-profile {
    background-position-x: -128px;
}
i.icon-order {
    background-position-x: -1471px;
}
i.icon-exit {
    background-position-x: -1598px;
}
i.icon-basket {
    background-position-x: -192px;
}
i.icon-article-search {
    background-position-x: -768px;
}
i.icon-text-search {
    background-position-x: -640px;
}
i.icon-top-search {
    background-position-x: -704px;
}
i.icon-go-inst {
    background-position-x: -1856px;
}
i.icon-clock {
    background-image: url("../images/icons/clock-fillwhite.svg");
    background-position: 0 !important;
}
i.icon-infogear {
    background-position-x: -1280px;
}
i.icon-blog {
    background-position-x: -1152px;
}
i.icon-payment {
    background-position-x: -960px;
}
i.icon-shipment {
    background-position-x: -1024px;
}
i.icon-return {
    background-position-x: -1088px;
}
i.icon-tg-lg {
    height: 40px;
    width: 40px;
    background-image: url("../images/icons/tg-lg.svg");
}
i.icon-wa-lg {
    height: 40px;
    width: 40px;
    background-image: url("../images/icons/wa-lg.svg");
}
i.icon-viber-lg {
    height: 40px;
    width: 40px;
    background-image: url("../images/icons/viber-lg.svg");
}
i.icon-vk-footer {
    height: 40px;
    width: 40px;
    background-image: url("../images/icons/vk-footer.svg");
}
i.icon-inst-footer {
    height: 40px;
    width: 40px;
    background-image: url("../images/icons/inst-footer.svg");
}
i.icon-l1_i1 {
    background-image: url("../images/landing1-item1.svg");
    background-position-y: 0 !important;
}
i.icon-l1_i2 {
    background-image: url("../images/landing1-item2.svg");
    background-position-y: 0 !important;
}
i.icon-l1_i3 {
    background-image: url("../images/landing1-item3.svg");
    background-position-y: 0 !important;
}
i.icon-l1_i4 {
    background-image: url("../images/landing1-item4.svg");
    background-position-y: 0 !important;
}
i.icon-l1_o1 {
    background-image: url("../images/landing1_option1.png");
    background-position-y: bottom !important;
    background-size: contain;
}
i.icon-l1_o2 {
    background-image: url("../images/landing1_option2.png");
    background-position-y: bottom !important;
    background-size: contain;
}
i.icon-gear {
    background-position-x: -320px;
}
i.icon-wheel {
    background-position-x: -448px;
}
i.icon-mobile {
    background-position-x: -384px;
}
i.icon-close {
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("../images/icons/close.svg");
}
i.icon-search {
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("../images/icons/search.svg");
}
i.icon-go-left {
    background-position-x: -64px;
}

i.icon-mail {
    background-position-x: -1536px;
}
i.icon-lock {
    background-position-x: -1920px;
}
i.icon-datetime {
    background-position-x: -1984px;
}

@media (max-width: 1365px) {
    i.icon.i-24-md {
        height: 24px;
        width: 24px;
        background-position-y: -368px;
    }
}

/* SLIDERS */

.slider * {
    outline: none;
}

.slider-container {
    position: relative;
}

.slider .slider-nav > * {
    background: center no-repeat;
}

.slider .slider-nav .right-arrow {
    background-image: url("../images/icons/right-arrow.svg");
}

.slider .slider-nav .left-arrow {
    background-image: url("../images/icons/left-arrow.svg");
}

.slider .slider-nav .right-arrow:disabled {
    background-image: url("../images/icons/right-arrow-disabled.svg");
}

.slider .slider-nav .left-arrow:disabled {
    background-image: url("../images/icons/left-arrow-disabled.svg");
}

.slider .slider-nav.hidden {
    display: none !important;
}

.slider .slider-wrapper.no-lp {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.slider .slider-wrapper.no-lp .slick-list {
    margin-left: -20px;
}

.slider.banner .slider-nav .left-arrow {
    position: absolute;
    left: -15px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.24);
}

.slider.banner .slider-nav .right-arrow {
    position: absolute;
    right: -15px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.24);
}

.slider.banner .dots-container .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.slider.banner .dots-container .slick-dots li {
    display: block;
    height: 4px;
    width: 16px;
    margin-right: 14px;
    border-radius: 2px;
    background: var(--light-gray);
    transition: background-color .2s linear;
    cursor: pointer;
}

.slider.banner .dots-container .slick-dots li.slick-active {
    background: #000;
}

.slider.banner .dots-container .slick-dots li:last-child {
    margin-right: 0;
}

.slider.about .slick-list {
    border-radius: 8px;
}

.slider.about .slider-nav {
    height: 60px;
    margin-top: 30px;
}

.slider.about .slider-nav > * {
    height: 100%;
    background-color: #fff;
}

.slider.about .slider-nav .left-arrow {
    background-image: url("../images/icons/left-arrow-big.svg");
    border-right: 2px solid var(--gray-ultra-light);
}

.slider.about .slider-nav .right-arrow {
    background-image: url("../images/icons/right-arrow-big.svg");
}

.slider.about .slider-nav .left-arrow:disabled {
    background-image: url("../images/icons/left-arrow-big-disabled.svg");
}

.slider.about .slider-nav .right-arrow:disabled {
    background-image: url("../images/icons/right-arrow-big-disabled.svg");
}

.slider.about .slider-item {
    height: 525px;
}

.slider.about .slider-item .slider-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 110px;
    padding: 13px 30px;
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0.13em;
}

.slider.about .dots-container .slick-dots li.slick-active {
    background: #000;
}

.slider.about .dots-container .slick-dots li:last-child {
    margin-right: 0;
}

.slider.inst {
    margin-bottom: 50px;
}

.slider.inst .slider-nav {
    float: right;
    width: 250px;
    height: 50px;
    margin-top: 50px;
}

.slider.blog .slider-nav,
.slider.landing-catalog .slider-nav {
    width: 250px;
    height: 50px;
}

.slider.blog .slider-wrapper {
    margin-bottom: 50px;
}

.slider .slider-nav.gray > * {
    height: 100%;
    background-color: var(--gray-ultra-light);
    border-radius: 8px;
}

.slider .slider-nav.gray > .left-arrow {
    margin-right: 10px;
}

.slider.inst .inst-item-wrapper {
    position: relative;
    height: 0;
    padding: 50% 0;
}

.slider.inst .slider-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff center no-repeat;
    background-size: cover;
    border-radius: 8px;
}

/*----------------------- Top-header ------------------------------ */

#mainHeader {
    margin-bottom: 30px;
}

#mainHeader .top-header {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0 40px;
    background: #000;
    color: white;
    font-size: var(--fs-15);
}

#mainHeader .top-header > * {
    height: 100%;
    font-weight: 600;
}
    #mainHeader .top-header-outer{
        background: #000;
        width:100%;
    }
header .location {
    padding-right: 40px;
}

#mainHeader .contacts > * {
    display: flex;
    align-items: center;
}

#mainHeader .phone {
    padding-right: 15px;
    font-weight: 400;
    font-size: 22px;
}

header .contacts .social {
    padding: 0 15px;
}

header .contacts .social a {
    font-size: 0px;
    margin-left: 9px;
}

header .contacts .social i.icon {
    height: 26px;
    width: 26px;
}

header .contacts .more-contacts {
    padding-left: 15px;
}

.th-menu,
.th-lg-menu {
    flex-grow: 1;
    width: auto;
    padding: 0 24px;
}

nav ul.nav-items {
    display: flex;
    align-items: center;
    height: 100%;
}

nav ul.nav-items.d0 .nav-item {
    position: relative;
    flex-grow: 1;
    height: 100%;
}

nav ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    height: auto;
    width: 150%;
    padding: 10px;
    color: black;
    z-index: 10;
}

nav ul.nav-items.d0 > .nav-item.dropdown:hover > .nav-items.d1 {
    display: flex;
}

nav ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 > .nav-item {
    width: 100%;
}

.th-lg-menu ul.nav-items .nav-item.show-big-menu {
    flex-grow: 0;
}

.th-lg-menu ul .nav-item.show-big-menu a {
    padding: 0 20px;
}

nav ul.nav-items .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media (max-width: 1599px) {
    #mainHeader .top-header {
        font-size: 15px;
    }

    .th-lg-menu ul .nav-item.show-big-menu {
        display: none;
    }

    #mainHeader .phone {
        font-size: 18px;
    }
}

@media (max-width: 1365px) {
    #mainHeader .top-header {
        font-size: 14px;
        height: 50px;
    }

    .th-lg-menu {
        padding: 0;
    }

    .th-lg-menu ul .nav-item.show-big-menu {
        display: block;
    }

    .th-lg-menu > ul > li:not(.show-big-menu) {
        display: none;
    }

    #mainHeader .phone {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 1023px) {
    #mainHeader {
        margin-bottom: 50px;
    }

    #mainHeader .top-header {
        padding: 0 30px;
    }

    .th-lg-menu ul .nav-item.show-big-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    #mainHeader {
        margin-bottom: 0;
    }

    #mainHeader .top-header {
        font-size: 12px;
        height: 40px;
        padding: 0 20px;
    }

    header .contacts .more-contacts .icon-dropdown {
        margin-left: 5px;
    }
}

/*----------------------- Bot-header ------------------------------ */

.bot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 40px;
    font-size: var(--fs-18);
    font-weight: 600;
}

.bot-header .years-mark {
    margin: 0 50px;
}

.bot-header .years-mark img {
    position: relative;
    height: 70px;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.09));
}

.bot-header .bh-menu,
.bot-header .user-buttons {
    height: 70px;
}

.bot-header .bh-menu .bt_header_catalog > a {
    font-weight: inherit;
}

.bot-header .bh-menu .bt_header_catalog:hover > a {
    border-color: black;
}

.bot-header .bh-menu {
    flex-grow: 1;
}

.bot-header .user-buttons > * {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 150px;
}

#fixedHeader .user-buttons .profile > a,
.bot-header .user-buttons .profile > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#fixedHeader .user-buttons .profile .profile-items,
.bot-header .user-buttons .profile .profile-items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    padding: 0;
    border-radius: 8px;
    width: 320px;
    box-shadow: var(--dbs);
    z-index: 200;
    background: #fff;
}

#fixedHeader.active .user-buttons .profile:hover .profile-items,
.bot-header .user-buttons .profile:hover .profile-items {
    display: flex;
}

#fixedHeader .user-buttons .profile .profile-item,
.bot-header .user-buttons .profile .profile-item {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

#fixedHeader .user-buttons .profile .profile-item a,
.bot-header .user-buttons .profile .profile-item a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    padding: 24px 0;
}

#fixedHeader .user-buttons .profile .profile-item:not(:last-child) a,
.bot-header .user-buttons .profile .profile-item:not(:last-child) a {
    border-bottom: 2px solid var(--gray-ultra-light);
}

#fixedHeader .user-buttons .profile .profile-item a:after,
.bot-header .user-buttons .profile .profile-item a:after {
    content: none;
}

#fixedHeader .user-buttons .profile .special-mark,
.bot-header .user-buttons .profile .special-mark {
    display: none;
    position: absolute;
    top: 100%;
    width: 320px;
    height: 10px;
    z-index: 201;
}

#fixedHeader .user-buttons .profile:hover .special-mark,
.bot-header .user-buttons .profile:hover .special-mark {
    display: block;
}

#fixedHeader .user-buttons .profile .special-mark {
    top: calc(100%);
}

#fixedHeader .user-buttons .profile .profile-items {
    top: calc(100% + 10px);
}

#fixedHeader .user-buttons .profile .special-mark:before,
.bot-header .user-buttons .profile .special-mark:before {
    display: block;
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    border-bottom: 10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.bot-header .user-buttons .basket {
    border: none;
}

.bot-header .user-buttons .item-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: -10px;
    padding: 2px 10px;
    background: #fff;
    border: 2px solid #000000;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #000 !important;
}

.bot-header .bh-menu .nav-item:not(.no-border):after,
.bot-header .user-buttons a:first-child:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 8px;
    height: 54px;
    width: 2px;
    background: var(--light-gray);
}

@media (max-width: 1919px) {
    .bot-header .years-mark {
        margin: 0 20px 0 0;
    }

    .bot-header .logo {
        margin-right: 20px;
    }

    .bot-header .user-buttons > * {
        width: auto;
        padding: 0 40px;
    }

    .bot-header .user-buttons .item-counter {
        right: 10px;
    }
}

@media (max-width: 1599px) {
    .bot-header {
        padding: 10px 40px;
        font-size: 16px;
    }

    .bot-header .logo img {
        height: 90px;
    }

    .bot-header .years-mark img {
        height: 60px;
    }

    .bot-header .bh-menu, .bot-header .user-buttons {
        height: 60px;
    }

    .bot-header .bh-menu .nav-item:not(.no-border):after,
    .bot-header .user-buttons a:first-child:after {
        content: none;
        height: 44px;
    }

    .bot-header .bh-menu .nav-item:nth-child(2):after {
        content: '';
    }

    .bot-header .user-buttons > * {
        padding: 0 20px;
    }

    .bot-header .user-buttons .item-counter {
        right: -10px;
    }

    #fixedHeader .user-buttons .profile .profile-item a,
    .bot-header .user-buttons .profile .profile-item a {
        padding: 14px 0;
        font-size: 15px;
    }
}

@media (max-width: 1365px) {
    .bot-header .logo {
        margin-right: 20px;
    }

    .bot-header .logo img {
        height: 80px;
    }

    .bot-header .bh-menu, .bot-header .user-buttons {
        height: 50px;
    }

    .bot-header .user-buttons > * {
        padding: 0 18px;
    }

    .bot-header .bh-menu .nav-item:not(.no-border):not(:last-child):after {
        content: none;
    }

    .bot-header .bh-menu .nav-item i.icon:not(.icon-dropdown) {
        height: 24px;
        width: 24px;
        background-position-y: -368px;
    }
}

@media (max-width: 1023px) {
    .bot-header {
        padding: 10px 30px 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    }

    .bot-header .years-mark img {
        height: 50px;
    }

    .bot-header .bh-menu {
        width: 100%;
        margin-top: 5px;
    }

    .bot-header .bh-menu .nav-item a {
        border: none;
    }

    .bot-header .user-buttons > * {
        padding: 0;
        width: 108px;
    }

    .bot-header .user-buttons .item-counter {
        position: static;
        padding: 0 7px;
        margin-left: 5px;
        background: #000;
        color: #fff !important;
    }

    .bot-header .user-buttons .favorites:before {
        content: '';
        position: absolute;
        right: -2px;
        top: 10px;
        height: 30px;
        width: 2px;
        background: var(--light-gray);
    }
}

@media (max-width: 767px) {
    .bot-header {
        padding: 10px 20px 0;
        box-shadow: none;
    }

    #mainHeader .contacts > * {
        padding: 0;
    }

    header .contacts .social i.icon {
        height: 20px;
        width: 20px;
        background-size: cover;
    }

    .bot-header .logo {
        margin-right: 0;
    }

    .bot-header .logo img {
        height: 60px;
    }

}

/*----------------------- Default-form ------------------------------ */

.default-form .form-group {
    display: flex;
    margin-bottom: 25px;
}

.default-form .input-container {
    position: relative;
    font-weight: 500;
    line-height: 18px;
}

.default-form .input-container input[type="text"],
.default-form .input-container input[type="tel"],
.default-form .input-container input[type="date"],
.default-form .input-container input[type="email"],
.default-form .input-container input[type="password"],
.default-form .input-container input[type="number"],
.default-form .input-container textarea {
    height: 80px;
    width: 100%;
    padding: 0 22px;
    border: 2px solid #000;
    border-radius: 8px;
    font-weight: inherit;
    line-height: inherit;
}

.default-form.gray .input-container input,
.default-form.gray .input-container textarea{
    border-color: var(--light-gray);
}

.default-form .input-container textarea {
    height: auto;
    padding: 30px 24px;
}

#section_i+label, .select-lable{
    position: absolute;
    left: 14px;
    top: -16px;
    color: var(--dark-gray);
    padding: 6px 10px 0;
    margin: 0;
    background: #fff;
    line-height: inherit;
}
.checkboxes-container-label {
    color: var(--dark-gray);
    padding: 6px 10px 0;
    margin: 0;
    background: #fff;
    line-height: inherit;
    margin-bottom: 10px;
}
.checkboxes-container{
    margin-left: 5%;
    margin-bottom: 20px;
}
.checkboxes-container-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.application-step .input-container input[type="radio"],
.default-form .input-container input[type="checkbox"] {
    /*display: none;*/
    /*height: 36px;*/
    /*width: 100%;*/
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
}

.application-step .input-container input[type="radio"] + label,
.default-form .input-container input[type="checkbox"] + label {
    position: static;
    padding: 0 0 0 66px;
    font-size: 20px;
    line-height: 36px;
    color: #000;
}

.application-step .input-container input[type="radio"] + label:before,
.default-form .input-container input[type="checkbox"] + label:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
}

.application-step .input-container input[type="radio"] + label:after,
.default-form .input-container input[type="checkbox"] + label:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    background: url("../images/icons/check.svg") center no-repeat;
    opacity: 0;
    filter: invert(100%);
    transition: opacity .2s linear;
}

.application-step .input-container input[type="radio"]:checked + label:before,
.default-form .input-container input[type="checkbox"]:checked + label:before {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.application-step .input-container input[type="radio"]:checked + label:after,
.default-form .input-container input[type="checkbox"]:checked + label:after {
    opacity: 1;
    filter: none;
}

.default-form input[type="submit"],
.default-form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 40px;
    height: 70px;
}

@media (max-width: 1919px) {
    .default-form .input-container input[type="text"],
    .default-form .input-container input[type="tel"],
    .default-form .input-container input[type="date"],
    .default-form .input-container input[type="email"],
    .default-form .input-container input[type="password"],
    .default-form .input-container input[type="number"] {
        height: 70px;
    }
}

@media (max-width: 1365px) {
    .default-form .input-container input[type="text"],
    .default-form .input-container input[type="tel"],
    .default-form .input-container input[type="date"],
    .default-form .input-container input[type="email"],
    .default-form .input-container input[type="password"],
    .default-form .input-container input[type="number"] {
        height: 60px;
    }
}

@media (max-width: 1023px) {
    .default-form input[type="submit"],
    .default-form button[type="submit"] {
        padding: 0 20px;
    }
}

/*----------------------- Landing-sections ------------------------------ */

[class^='landing-'] {
    margin-bottom: 40px;
}

[class^="landing-"] {
    overflow: hidden;
}


/*----------------------- Landing-section 1 ------------------------------ */


.landing-1 .input-container {
    border-bottom: 2px solid var(--light-gray);
}

.landing-1 .input-container input[type="text"] {
    height: 100px;
    padding-left: 52px;
    line-height: 100px;
    border: none;
}

.landing-1 .input-container > i.icon {
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
}

.landing-1 .input-container button[type="submit"] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    padding: 0;
    background: #fff;
}

.landing-1 h3 {
    margin: 30px 0 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.catalog .section-bnm .parts-catalog .parts-sections,
.landing-1 .parts-catalog .parts-sections {
    border-top: 2px solid var(--gray-ultra-light);
    border-left: 2px solid var(--gray-ultra-light);
}

.catalog .section-bnm .parts-catalog .parts-section,
.landing-1 .parts-catalog .parts-section {
    height: 70px;
    border: 2px solid var(--gray-ultra-light);
    border-top: none;
    border-left: none;
    font-size: var(--fs-15);
    font-weight: 400;
}

.catalog .section-bnm .parts-catalog .parts-section a,
.landing-1 .parts-catalog .parts-section a,
.landing-1 .parts-section label {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px 20px;
    cursor:pointer;
}

.catalog .section-bnm .parts-catalog .parts-section img,
.landing-1 .parts-catalog .parts-section img {
    width: 60px;
}

.catalog .section-bnm .parts-catalog .parts-section span,
.landing-1 .parts-catalog .parts-section span {
    padding-left: 20px;
}

.landing-1 .other-options .option {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
}

.landing-1 .other-options .option .icon {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.landing-1 .other-options .option b {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.landing-1 .other-options a.option:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 1919px) {
    .landing-1 .left-col {
        padding-right: 40px;
    }

    .landing-1 .right-col {
        padding-left: 0;
    }

    .landing-1 h3 {
        margin: 40px 0;
    }

    .landing-1 .input-container input[type="text"] {
        height: 96px;
        line-height: 96px;
    }

    .landing-1 .input-container i.icon-search {
        filter: invert(84%) sepia(8%) saturate(322%) hue-rotate(171deg) brightness(95%) contrast(84%);
    }

    .landing-1 .parts-catalog .parts-section {
        height: 50px;
        width: 20%;
        max-width: none;
        flex-basis: auto;
    }

    .landing-1 .parts-catalog .parts-section a {
        font-size: 14px;
    }

    .landing-1 .parts-catalog .parts-section img {
        width: 40px;
    }

    .landing-1 .parts-catalog .parts-section span {
        padding-left: 10px;
    }

    .landing-1 .other-options .option {
        padding: 10px 20px;
    }
}

@media (max-width: 1599px) {
    .landing-1 .left-col {
        padding-right: 50px;
    }

    .landing-1 .right-col {
        margin-left: -20px;
        padding-right: 0;
    }

    .landing-1 h3 {
        margin-top: 20px;
    }

    .landing-1 .other-options .option b {
        font-size: 16px;
    }
}

@media (max-width: 1365px) {
    .landing-1 .left-col {
        padding-right: 10px;
    }

    .landing-1 .right-col {
        margin-left: 0;
        padding: 0 20px;
    }

    .landing-1 .default-form > .row > *:first-child {
        padding: 0 20px 0 0;
    }

    .landing-1 .default-form > .row > *:last-child {
        padding: 0 0 0 20px;
    }

    .landing-1 .slider-wrapper {
        border-radius: 8px;
        overflow: hidden;
    }

    .landing-1 .parts-catalog .parts-section {
        width: 25%;
    }

    .landing-1 .other-options .option {
        padding: 20px 30px;
    }
}

@media (max-width: 1023px) {
    .landing-1 .left-col {
        padding-right: 20px;
    }

    .landing-1 .input-container input[type="text"] {
        height: 56px;
        line-height: 56px;
    }

    .landing-1 .default-form > .row > * {
        padding: 0 !important;
    }

    .landing-1 h3 {
        margin: 40px 0;
    }

    .landing-1 .parts-catalog .parts-section {
        width: 33.33333%;
    }

    .landing-1 .other-options .option {
        padding: 20px;
    }

    .landing-1 .other-options .option b {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .landing-1 {
        margin-bottom: 0;
    }

    .landing-1 h1 {
        margin: 14px 0;
    }

    .landing-1 .mobile-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
        font-weight: 600;
    }

    .landing-1 .mobile-menu ul li:not(:last-child) a {
        border-bottom: 2px solid var(--light-gray);
    }

    .landing-1 .mobile-menu a span {
        width: 200px;
    }
}

/*----------------------- Landing-section 2 ------------------------------ */


.landing-2 {
    overflow: visible;
}

.landing-2 [class^="item-"] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 30px 30px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
}

.landing-2 .item-small .icon {
    fill: #fff;
    filter: drop-shadow(0px 10px 0px #CAD3D9);
}

.landing-2 .item-small h4 {
    margin: 16px 0;
    font-size: var(--fs-20);
    font-weight: 600;
}

.landing-2 .item-small p {
    margin: 0;
}

.landing-2 .item-small a {
    text-decoration: underline;
    margin-top: 24px;
}

.landing-2 .item-big {
    position: relative;
    padding: 34px 50% 34px 40px;
    background: #fff;
    border: 10px solid var(--gray-ultra-light);
}

.landing-2 .item-big > * {
    z-index: 2;
}

.landing-2 .item-big .button {
    padding: 13px 0;
    border: none;
}

.landing-2 .item-big .img-container {
    position: absolute;
    left: -10px;
    bottom: -10px;
    height: calc(107% + 20px);
    width: calc(100% + 20px);
    border-bottom-right-radius: 8px;
    text-align: right;
    overflow: hidden;
    z-index: 1;
}

.landing-2 .item-big .img-container img {
    position: relative;
    height: 120%;
    right: -55px;
}

@media (max-width: 1919px) {
    .landing-2 .item-small h4 {
        font-size: 18px;
    }

    .landing-2 [class^="item-"] p,
    .landing-2 .item-small a {
        font-size: 14px;
    }

    .landing-2 .item-big > :not(img) {
        z-index: 2;
    }

    .landing-2 .item-big .button {
        margin-right: -40px;
    }

    .landing-2 .item-big .img-container img {
        position: relative;
        height: 124%;
        right: -55px;
    }
}

@media (max-width: 1599px) {
    .landing-2 [class^="item-"] {
        padding: 20px 20px 30px;
    }

    .landing-2 .item-small h4 {
        margin: 13px 0;
    }

    .landing-2 .item-big {
        padding: 20px 40% 30px 20px;
    }

    .landing-2 .item-big .button {
        margin-right: 0;
    }
}

@media (max-width: 1365px) {
    .landing-2 {
        margin-top: 50px;
    }

    .landing-2 [class^="item-"] {
        padding: 20px 30px 30px;
    }

    .landing-2 .item-big-container {
        margin-bottom: 40px;
    }

    .landing-2 .item-big {
        padding: 20px 41.66667% 30px 8.33333%;
        text-align: center;
    }

    .landing-2 .item-big .img-container {
        height: calc(132% + 20px);
        text-align: start;
        padding-left: 56%;
    }

    .landing-2 .item-big .img-container img {
        height: 134%;
    }
}

@media (max-width: 1023px) {
    .landing-2 [class^="item-"] {
        padding: 20px 20px 30px;
    }

    .landing-2 .item-big {
        padding: 20px 50% 30px 8.33333%;
    }

    .landing-2 .item-big .img-container {
        height: calc(124% + 20px);
        padding-left: 45%;
    }

    .landing-2 .item-big .img-container img {
        height: 134%;
    }

    .landing-2 .item-small h4 {
        font-size: 16px;
    }

    .landing-2 .item-small p, .landing-2 .item-small a {
        font-size: 12px;
    }

}

@media (max-width: 767px) {
    .landing-2 {
        margin-top: 30px;
    }

    .landing-2 [class^="item-"] p,
    .landing-2 .item-small a {
        font-size: 10px;
        line-height: 12px;
    }

    .landing-2 .item-big {
        border-width: 5px;
        padding: 15px 135px 15px 20px;
        text-align: start;
    }

    .landing-2 .item-big .img-container {
        bottom: -5px;
        left: -5px;
        height: calc(108% + 10px);
        width: calc(100% + 10px);
        padding-left: 53%;
    }

    .landing-2 .item-big .img-container img {
        right: 0;
        height: 125%;
        max-width: none;
    }

    .landing-2 .item-big .button {
        font-size: 10px;
        padding: 6px 0;
    }

    .landing-2 .item-small-container {
        margin-bottom: 20px;
    }

    .landing-2 .item-small-container:nth-child(2n + 1) {
        padding-right: 10px;
    }

    .landing-2 .item-small-container:nth-child(2n) {
        padding-left: 10px;
    }

    .landing-2 .item-small-container .icon {
        width: 40px;
        height: 40px;
        background-size: cover;
        filter: drop-shadow(0px 5px 0px #CAD3D9);
    }

    .landing-2 .item-small {
        padding: 16px 16px 11px;
    }

    .landing-2 .item-small h4 {
        margin: 8px 0;
        font-size: 12px;
    }

    .landing-2 .item-small a {
        margin-top: 10px;
    }
}


/*----------------------- Landing-section 3 ------------------------------ */


.landing-3 .landing-bg {
    padding: 10px;
    background: var(--gray-ultra-light) url("../images/landing3.png") no-repeat 41% -55%;
    background-size: 620px 450px;
    border-radius: 8px;
}

.landing-3 .landing-bg > [class^='col-'] {
    padding: 70px 50px 0;
}

.landing-3 .left-col {
    display: flex;
    flex-direction: column;
    font-size: var(--fs-20);
}

.landing-3 .left-col p {
    margin-bottom: 0;
}

.landing-3 .left-col > *,
.landing-3 .left-col > p {
    margin-bottom: 40px;
}

.landing-3 .left-col > *:not(.contacts) {
    max-width: 320px;
}

.landing-3 .left-col .contacts div:first-child {
    padding-right: 40px;
    border-right: 2px solid var(--light-gray);
}

.landing-3 .left-col .contacts div:last-child {
    padding-left: 40px;
}

.landing-3 .left-col .contacts p {
    margin-bottom: 5px;
}

.landing-3 .left-col .phone {
    font-size: 24px;
}

.landing-3 .left-col .mail {
    font-size: 24px;
    text-decoration: underline;
}

.landing-3 .right-col {
    background: #fff;
    border-radius: 8px;
}

.landing-3 .right-col > p {
    margin-bottom: 30px;
    font-size: 30px;
    color: #FF6A29;
    font-weight: 700;
}

.landing-3 .right-col .default-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.landing-3 .right-col .default-form .row > [class^='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 1919px) {
    .landing-3 .landing-bg {
        background-position: 49% -78%;
        background-size: 590px 430px;
    }

    .landing-3 .left-col {
        font-size: 18px;
    }

    .landing-3 .left-col h2 {
        font-size: 60px;
        line-height: 50px;
    }

    .landing-3 .left-col .phone,
    .landing-3 .left-col .mail {
        font-size: 22px;
    }

    .landing-3 .landing-bg > .right-col {
        padding: 70px 40px 20px;
    }

    .landing-3 .right-col h2 {
        font-size: 70px;
    }

    .landing-3 .right-col .input-container .button {
        height: 70px;
        padding: 0;
    }
}

@media (max-width: 1599px) {
    .landing-3 .landing-bg {
        background-position: 50% -38%;
        background-size: 500px 360px;
    }

    .landing-3 .landing-bg .left-col {
        justify-content: center;
        font-size: 16px;
        padding: 30px 50px 0;
    }

    .landing-3 .left-col > * {
        max-width: 270px !important;
    }

    .landing-3 .left-col .contacts div:first-child {
        margin-bottom: 10px;
    }

    .landing-3 .left-col .contacts div:first-child,
    .landing-3 .left-col .contacts div:last-child {
        padding: 0;
        border: none;
    }
    .landing-3 .left-col > *,
    .landing-3 .left-col > p {
        margin-bottom: 25px;
    }

    .landing-3 .landing-bg > .right-col {
        padding: 40px 30px 70px;
    }

    .landing-3 .right-col h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .landing-3 .right-col > p {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1365px) {
    .landing-3 .left-col h2 {
        font-size: 50px;
        line-height: 45px;
    }

    .landing-3 .landing-bg {
        background-position: 50% -22%;
        background-size: 370px 270px;
    }

    .landing-3 .right-col h2 {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .landing-3 .right-col > p {
        margin-bottom: 30px;
    }

    .landing-3 .landing-bg > .right-col {
        padding-bottom: 30px;
    }

    .landing-3 .right-col .form-group {
        margin-bottom: 0;
    }

    .landing-3 .right-col .form-group .input-container {
        margin-bottom: 25px;
    }

    .landing-3 .right-col .input-container .button {
        height: 60px;
    }
}

@media (max-width: 1023px) {
    .landing-3 .landing-bg .left-col {
        padding-left: 20px;
    }

    .landing-3 .right-col h2 {
        font-size: 45px;
    }

    .landing-3 .right-col > p {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .landing-3 .right-col .form-group input,
    .landing-3 .right-col .input-container .button {
        height: 70px;
    }

    .landing-3 .right-col form {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .landing-3 .landing-bg {
        background-image: none;
    }

    .landing-3 .landing-bg .left-col {
        padding: 10px;
    }

    .landing-3 .left-col > *,
    .landing-3 .left-col > p {
        margin-bottom: 20px;
    }

    .landing-3 .left-col .phone,
    .landing-3 .left-col .mail {
        font-size: 20px;
    }

    .landing-3 .landing-bg > .right-col {
        padding: 15px 10px;
    }

    .landing-3 .right-col .input-container.type-submit {
        width: 100%;
        padding: 0;
    }

    .landing-3 .right-col h2 {
        font-size: 33px;
        line-height: 33px;
        padding-left: 15px;
    }

    .landing-3 .right-col > p {
        line-height: 26px;
        padding-left: 15px;
    }
}


/*----------------------- Landing-section 4 ------------------------------ */


.landing-4 .row {
    margin-bottom: 50px;
}

.landing-4 .row:not(:last-child) {
    padding-top: 50px;
}

.landing-4 h1 {
    margin-bottom: 40px;
}

.landing-4 p {
    font-size: 20px;
}

.landing-4 .container > :first-child a {
    text-decoration: underline;
}

.paddings-between > :not(:first-child) {
    padding-left: 20px;
}

.paddings-between > :not(:last-child) {
    padding-right: 20px;
}

.landing-catalog .catalog-image {
    display: flex;
    align-items: center;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.landing-catalog .catalog-item * {
    line-height: 24px;
    font-weight: 500;
}

.landing-catalog .catalog-item > * {
    margin-bottom: 10px;
}

.landing-catalog .catalog-item .tags {
    display: flex;
}

.landing-catalog .catalog-item .tag {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 24px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
    font-weight: 600;
}

.landing-catalog .catalog-item .tag.in-progress {
    color: #43C878;
}

.landing-catalog .catalog-item .info p {
    margin: 0;
    font-size: initial;
}

.landing-catalog .catalog-item .info .heading {
    margin-bottom: 10px;
}

.landing-catalog .catalog-item .info .description {
    color: var(--dark-gray);
}

.landing-catalog .catalog-item .info .description > :first-child {
    border-right: 2px solid var(--gray-ultra-light);
}

.landing-catalog .catalog-item .info .char > :first-child {
    font-size: 14px;
}

.landing-catalog .catalog-item .buttons .ptr {
    padding-right: 20px;
}

.landing-catalog .catalog-item .buttons .button {
    padding: 11px 0;
    border-color: var(--gray-ultra-light);
    transition: border-color .1s linear;
}

.landing-catalog .catalog-item .buttons .button:hover {
    border-color: #000;
}

.landing-catalog .catalog-item .buttons .button i.icon {
    transform: rotate(270deg);
    margin-left: 7px;
    filter: brightness(0) saturate(100%);
}

.landing-catalog .catalog-item .buttons .application {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-catalog .catalog-item .buttons .application a {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed var(--gray);
    color: var(--dark-gray);
}

.landing-4 .landing-catalog .slider-wrapper {
    padding-top: 0;
    margin-bottom: 15px;
}

.landing-catalog .slider-item {
    padding: 0 20px;
}

.landing-4 .preview-image > div {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1919px) {
    .paddings-between > :not(:first-child) {
        padding-left: 10px;
    }

    .paddings-between > :not(:last-child) {
        padding-right: 10px;
    }

    .landing-4 .landing-catalog {
        margin-bottom: 20px;
    }

    .landing-4 p {
        font-size: 18px;
    }
}

@media (max-width: 1599px) {
    .landing-4 h1 {
        margin-bottom: 25px;
    }
}

@media (max-width: 1365px) {
    .landing-4 p {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .landing-4 .preview-image img {
        max-width: 150%;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .landing-4 .row {
        margin-bottom: 30px;
    }

    .landing-catalog .slider-item {
        padding: 0 10px;
    }

    [class^='landing-'] .show-all {
        padding: 0;
        height: 60px;
    }

    .landing-4 .slider .slider-wrapper {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .landing-catalog .catalog-item .buttons .ptr {
        padding-right: 0;
    }

    .landing-4 p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }
}


/*----------------------- Landing-section 5 ------------------------------ */


.landing-5 {
    padding-top: 50px;
}

.landing-5 .container > * {
    margin-bottom: 50px;
}

.landing-5 .slider-item {
    padding: 0 20px;
}

.landing-5 .blog-item {
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 8px;
}
.landing-5 .blog-item img{width: 100%}
.landing-5 .blog-item .description {
    position: relative;
    padding: 30px 20px 20px;
    background: #E1E3E4;
    box-shadow: 0 0 30px 40px #E1E3E4;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.landing-5 .blog-item.banner .description {
    display: none;
}

.landing-5 .blog-item .post-time {
    line-height: 26px;
}

@media (max-width: 1919px) {
    .landing-5 .blog-item .description {
        font-size: 18px;
    }
}

@media (max-width: 1599px) {
    .slider.blog .slider-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 1365px) {

}

@media (max-width: 1023px) {
    .landing-5 .blog-item .description {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .slider.blog .slider-wrapper {
        margin-bottom: 25px;
    }

    .landing-5 .container > * {
        margin-bottom: 15px;
    }
}

/*----------------------- Landing-section 6 ------------------------------ */



.landing-6 .about-us {
    background: var(--gray) url('../images/landing-about-us.png') no-repeat center;
}

.landing-6 .about-us h1 {
    margin: 90px 0;
    color: #fff;
}

.landing-6 > .row,
.landing-6 .description > * {
    margin-bottom: 50px;
}

.landing-6 .description {
    padding-right: 70px;
    font-size: 24px;
    line-height: 35px;
}

.landing-6 .more-info {
    display: inline-block;
    font-size: 24px;
}
@media (max-width: 1919px) {
    .landing-6 .description {
        padding-right: 40px;
    }

    .slider.about .slider-item {
        height: 650px;
    }
}

@media (max-width: 1599px) {
    .landing-6 .description {
        padding-right: 0;
        font-size: 18px;
        line-height: 30px;
    }

    .landing-6 .slider {
        padding-left: 40px;
        padding-top: 18px;
    }

    .landing-6 .description > * {
        margin-bottom: 30px;
    }

    .landing-6 .more-info {
        font-size: 18px;
    }

    .slider.about .slider-item {
        height: 450px;
    }

    .landing-6 .about-us {
        background-size: cover;
    }

    .landing-6 .about-us h1 {
        margin: 65px 0;
    }

    .slider.about .slider-nav {
        margin-top: 20px;
    }
}

@media (max-width: 1365px) {
    .landing-6 .slider {
        padding: 0 20px;
    }

    .landing-6 .description > * {
        margin-bottom: 10px;
    }

    .landing-6 .about-us h1 {
        margin: 55px 0;
    }

    .landing-6 h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .slider.about .slider-nav {
        margin-top: 10px;
    }
}

@media (max-width: 1023px) {
    .landing-6 .about-us {
        margin-bottom: 30px;
    }

    .landing-6 .about-us h1 {
        margin: 42px 0;
    }

    .landing-6 h2 {
        /*font-size: 44px;*/
        line-height: 80px;
    }

    .slider.about .slider-nav {
        margin-top: 10px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .landing-6 .about-us {
        margin: 20px 0;
        background-size: 170%;
    }

    .landing-6 .about-us h1 {
        font-size: 24px;
        margin: 38px 0;
    }

    .landing-6 h2 {
        font-size: 24px;
    }

    .slider.about .slider-nav {
        margin-top: 0;
        height: 60px;
    }

    .landing-6 .description,
    .landing-6 .more-info {
        font-size: 14px;
        line-height: 25px;
    }

    .slider.about {
        padding: 15px 0 0;
    }

    .slider.about .slider-item {
        height: 240px;
    }

    .slider.about .counter-container {
        position: static;
        margin: 15px 0;
        width: 100%;
    }
}

/*----------------------- Landing-section 7 ------------------------------ */


.landing-7 h2 {
    margin-bottom: 0;
    margin-right: 20px;
}

.landing-7 .go-inst {
    padding: 16px 30px;
    margin-left: 60px;
    border-color: var(--light-gray);
    font-weight: 600;
}

.landing-7 .go-inst .icon {
    margin-right: 20px;
}

.landing-7 .heading {
    margin-bottom: 50px;
}

.landing-7 .slider-item {
    padding: 0 20px;
}

@media (max-width: 1919px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1365px) {
    .landing-7 h2  {
        font-size: 50px;
        line-height: 70px;
    }

    .landing-7 .heading img {
        height: 90px;
    }

    .landing-7 .go-inst {
        padding: 16px 20px;
        margin-left: 40px;
    }
}

@media (max-width: 1023px) {
    .landing-7 .heading {
        margin-bottom: 30px;
    }

    /*.landing-7 h2 {*/
    /*    font-size: 44px;*/
    /*}*/

    .landing-7 .heading img {
        height: 75px;
    }

    .landing-7 .go-inst {
        padding: 13px 10px;
    }

    .slider.inst .slider-nav {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .landing-7 {
        margin-bottom: 20px;
    }

    .landing-7 .heading {
        margin-bottom: 16px;
    }

    .landing-7 h2 {
        font-size: 24px;
    }

    .landing-7 .heading img {
        height: 50px;
    }

    .landing-7 .go-inst {
        padding: 11px 10px;
        margin-left: 0;
    }

    .slider.inst .slider-nav {
        margin-top: 30px;
    }

    .slider.inst .slider-wrapper.no-lp {
        overflow: visible;
    }

    .slider.inst .slider-wrapper.no-lp .slick-list {
        margin-left: -10px;
        margin-right: -30px;
    }

    .landing-7 .slider-item {
        padding: 0 30px 0 0;
    }
}


/*----------------------- Landing-section 8 ------------------------------ */


.landing-8 .info {
    margin-bottom: 40px;
}

.landing-8 .info [class^='col-']:not(:first-child) {
    padding: 20px 20px 20px 60px;
    font-size: 20px;
}

.landing-8 .info > :not(:last-child) {
    border-right: 2px solid var(--gray-ultra-light);
}

.landing-8 .info [class^='col-']:not(:first-child) > *:not(:last-child) {
    line-height: 30px;
    margin-bottom: 15px;
}

.landing-8 .info span {
    font-weight: 500;
}

.landing-8 .info li {
    font-weight: 600;
    line-height: 30px;
}

.landing-8 .map {
    margin-bottom: 50px;
}

@media (max-width: 1919px) {
    .landing-8 .info [class^='col-']:not(:first-child) {
        padding: 20px 20px 20px 40px;
        font-size: 18px;
    }
}

@media (max-width: 1599px) {
    .landing-8 .info [class^='col-']:not(:first-child) {
        padding: 20px 15px;
    }
}

@media (max-width: 1365px) {
    .landing-8 .info > :first-child {
        border: none;
    }

    .landing-8 .info [class^='col-']:not(:first-child) {
        font-size: 16px;
        padding: 20px 60px;
    }

    .landing-8 .info [class^='col-']:not(:first-child) > *:not(:last-child),
    .landing-8 .info {
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .landing-8 .info [class^='col-']:not(:first-child) {
        padding: 20px 22px 20px 50px;
    }

    .landing-8 .info [class^='col-']:nth-child(2) {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .landing-8 .info [class^='col-']:not(:first-child) {
        padding: 20px;
        border: none;
    }
}


/*----------------------- Landing-section 9 ------------------------------ */


.landing-9 .col-5 {
    padding-right: 0;
}

.landing-9 .col-7 {
    padding-left: 0;
}

.landing-9 .heading {
    padding: 50px 100px 50px 0;
}

.landing-9 .heading h2 {
    margin-bottom: 50px;
}

.landing-9 .icons-wrapper {
    height: 194px;
}

.landing-9 .form-container {
    width: 100%;
    padding: 50px;
    border: 10px solid var(--gray-ultra-light);
    border-radius: 8px;
}

.landing-9 .form-container h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.landing-9 .form-container .info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.landing-9 .form-container .info p {
    margin-bottom: 0;
    padding-right: 40px;
    line-height: 30px;
    font-size: 20px;
}

.landing-9 .form-container .info img {
    height: 190px;
}

.landing-9 .default-form > *:not(:last-child),
.landing-9 .default-form > .row > *:not(:last-child) {
    margin-bottom: 30px;
}

.landing-9 .form-group.row {
    margin-left: -10px;
    margin-right: -10px;
}

.landing-9 .form-group.row [class^='col-'] {
    padding: 0 10px;
}

.default-form .rights {
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.default-form .rights a {
    text-decoration: underline;
}

@media (max-width: 1919px) {
    .landing-9 .heading {
        padding: 0;
    }

    .landing-9 .form-container .info p {
        font-size: 16px;
        line-height: 25px;
    }

    .landing-9 .input-container input[type="checkbox"] + label {
        font-size: 16px;
        line-height: 28px;
        padding-left: 58px;
    }

    .default-form .input-container input[type="checkbox"] + label:before,
    .default-form .input-container input[type="checkbox"] + label:after {
        height: 28px;
        width: 28px;
    }
}

@media (max-width: 1599px) {
    .landing-9 .info-group > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .landing-9 .default-form .input-container.type-submit {
        width: 50%;
    }
}

@media (max-width: 1365px) {
    .landing-9 .icons-wrapper {
        height: 160px;
        padding-left: 50px;
    }

    .landing-9 .form-container .info p {
        font-size: 18px;
    }

    .landing-9 .input-container input:not([type="checkbox"]) {
        height: 70px;
    }
    .default-form .button.bt_main, .button.bt_main {
        padding: 0px;
    }
}

@media (max-width: 1023px) {
    .landing-9 .icons-wrapper {
        height: 140px;
        padding-left: 20px;
    }

    .landing-9 .form-container .info p {
        font-size: 16px;
    }

    .landing-9 .default-form > .row:not(.info-group) > *:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .landing-9 .default-form > .row:not(.info-group) > *:not(:last-child) {
        margin-bottom: 30px;
    }

    .landing-9 .heading h2 {
        font-size: 40px;
        padding: 0;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .landing-9 .icons-wrapper {
        height: 80px;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .landing-9 .form-container:not(.modal-body) {
        padding: 0;
        border: none;
    }
    .landing-9 .form-container.modal-body{padding: 10px}

    .landing-9 .form-container .info p {
        font-size: 14px;
    }

    .landing-9 .form-container h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .landing-9 .input-container input[type="checkbox"] + label {
        font-size: 14px;
        padding-left: 43px;
    }

    .landing-9 .input-container input:not([type="checkbox"]) {
        height: 60px;
    }
}

@media (max-width: 420px) {
    .landing-9 .default-form .input-container.type-submit{width: 100%}
}
/*----------------------- Landing-section SEO ------------------------------ */


.footer-seo {
    padding: 50px 0;
}

.footer-seo p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    color: var(--dark-gray);
}


/*----------------------- Footer ------------------------------ */


#mainFooter {
    padding-bottom: 100px;
}

#mainFooter .trademark {
    max-width: 200px;
    margin-bottom: 30px;
}

#mainFooter .left-block .info {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 50px 20px 0;
}

#mainFooter .left-block .info > *:not(:last-child) {
    margin-bottom: 30px;
}

#mainFooter .left-block .info b {
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
}

#mainFooter .left-block .politics {
    font-size: 15px;
}

#mainFooter .left-block .devs img {
    width: 90px;
}

#mainFooter h5 {
    padding: 28px 0;
    font-weight: 600;
    margin-bottom: 30px;
}

#mainFooter .sitemap li:hover {
    background: var(--gray-ultra-light);
}

#mainFooter .sitemap li a {
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 60px;
    padding: 0 4px;
}

#mainFooter .sitemap li a i {
    min-width: 24px;
}

#mainFooter .sitemap li a span {
    line-height: 18px;
}

#mainFooter .sitemap span {
    margin-left: 24px;
}

#mainFooter .contacts .phone {
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 10px;
}

#mainFooter .contacts > .d-flex > *:not(:last-child) {
    margin-bottom: 30px;
}

#mainFooter .contacts .messengers span {
    display: block;
    margin-bottom: 10px;
}

#mainFooter .contacts .messengers a:not(:last-child) {
    margin-right: 10px;
}

#mainFooter .contacts .mail span {
    margin-bottom: 15px;
}

#mainFooter .social a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

#mainFooter .social a span {
    margin-left: 20px;
}

@media (max-width: 1919px) {
    #mainFooter .contacts .phone {
        font-size: 22px;
    }
}

@media (max-width: 1599px) {
    #mainFooter h5 {
        font-size: 18px;
        padding: 0;
        margin-bottom: 10px;
    }

    #mainFooter .right-block .contacts {
        font-size: 15px;
    }

    #mainFooter .contacts > .d-flex > *:not(:last-child) {
        margin-bottom: 22px;
    }

    #mainFooter .right-block .social h5 {
        margin-bottom: 30px;
    }

    #mainFooter .left-block {
        margin-top: 40px;
    }

    #mainFooter .left-block .info {
        padding: 0 10px;
    }

    #mainFooter .left-block .info > *:nth-child(2) {
        padding-left: 15px;
    }

    #mainFooter .left-block .info > *:nth-child(3) {
        padding-left: 35px;
    }

    #mainFooter .left-block .info b {
        margin-bottom: 20px;
    }
}

@media (max-width: 1365px) {

}

@media (max-width: 1023px) {
    #mainFooter .trademark {
        margin-bottom: 50px;
    }

    #mainFooter .left-block .info b {
        margin-bottom: 30px;
    }

    #mainFooter .left-block {
        margin-top: 0;
    }

    #mainFooter .left-block .info,
    #mainFooter .left-block .info > *:nth-child(2),
    #mainFooter .left-block .info > *:nth-child(3) {
        padding: 0;
    }

    #mainFooter .sitemap h5 {
        padding: 30px 0;
        line-height: 20px;
    }

    #mainFooter .sitemap span {
        margin-left: 18px;
    }

    #mainFooter .right-block {
        margin-top: 60px;
    }

    #mainFooter .social > div {
        justify-content: space-between;
    }

    #mainFooter .social a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #mainFooter .right-block {
        margin-top: 0;
    }

    #mainFooter .right-block .contacts,
    #mainFooter .right-block .social {
        margin-top: 30px;
    }
}

#fixedHeader {
    position: fixed;
    left: 0;
    top: -200px;
    width: 100%;
    height: 80px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    font-weight: 600;
    z-index: 205;
    transition: top .4s ease-in-out;
    background: #fff;
}

#fixedHeader.active {
    top: 0;
}

#fixedHeader .content-container {
    padding: 0 20px;
    background: #fff;
}

#fixedHeader .logo,
#fixedHeader .nav-items.d0 > .nav-item > a,
#fixedHeader .basket-container {
    padding: 15px 0;
}

#fixedHeader .logo a img {
    height: 100%;
}

#fixedHeader .nav-items.d1,
#fixedHeader .special-mark {
    display: none;
}

#fixedHeader.active .nav-items.d0 > .nav-item:hover > .nav-items.d1 {
    display: flex;
}

#fixedHeader.active .nav-items.d0 > .nav-item:hover > .special-mark {
    display: block;
}

#fixedHeader .user-buttons > * {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 100%;
}

#fixedHeader .user-buttons .item-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    background: #fff;
    border: 2px solid #000000;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #000 !important;
    margin-left: 10px;
}

#fixedHeader .user-buttons .basket {
    position: relative;
    width: 100%;
    height: 100%;
}

#fixedHeader .fixed-menu {
    flex-grow: 1;
}

#fixedHeader .fixed-menu .nav-item {
    position: relative;
    flex-grow: 1;
}

#fixedHeader .fixed-menu .nav-item:after,
#fixedHeader .user-buttons > *:first-child:after {
    content: '';
    position: absolute;
    right: -2px;
    top: calc(50% - 15px);
    height: 30px;
    width: 2px;
    background: var(--light-gray);
}

.submenu-container {
    display: none;
}
@media (max-width: 1919px) {
    #fixedHeader .user-buttons > * {
        width: 140px;
    }
}

@media (max-width: 1599px) {
    #fixedHeader {
        height: 70px;
        font-size: 15px;
    }

    #fixedHeader .logo,
    #fixedHeader .nav-items.d0 > .nav-item > a,
    #fixedHeader .user-buttons .basket-container {
        padding: 10px 0;
    }

    #fixedHeader .user-buttons .basket,
    #fixedHeader .user-buttons > * {
        width: auto;
        padding: 0 15px;
    }

    #fixedHeader > :not(.mobile-container) i.icon:not(.icon-dropdown) {
        height: 24px;
        width: 24px;
        background-position-y: -368px;
    }
}

@media (max-width: 1365px) {
    #fixedHeader {
        height: 60px;
    }

    #fixedHeader .logo,
    #fixedHeader .nav-items.d0 > .nav-item > a,
    #fixedHeader .user-buttons .basket-container {
        padding: 8px 0;
    }

    #fixedHeader .logo {
        height: 60px;
    }

    #fixedHeader .fixed-menu .nav-item {
        flex-grow: 0;
        padding: 0 20px;
    }

    #fixedHeader .fixed-menu .nav-item:after {
        content: none;
    }

}

@media (max-width: 1023px) {

    .allSections{
        display:none;
    }

    /*.mobile-submenu{*/
    /*    overflow-x: hidden;*/
    /*}*/

    .catalog .smart-filter .filter-section .subsections-wrapper {
        width: auto;
        display: block;
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
    }
    .catalog .smart-filter .filter-section {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        /*height: auto !important;*/
        width: 100%;
        border-top: 2px solid var(--gray-ultra-light);
    }

    .catalog .smart-filter .search-container .subsections-wrapper, .catalog .smart-filter .filter-section .subsections-wrapper{

    }
    .catalog .smart-filter .filter-section.active .filter-link{
        _border:none !important;
    }
    .catalog .smart-filter .filter-section:hover, .catalog .smart-filter .filter-section.active{
        background: none;
    }
    .catalog .smart-filter .search-container .search-subsections, .catalog .smart-filter .filter-section .filter-subsections{
        box-shadow: none !important;
    }
    .catalog .smart-filter .filter-section .subsections-wrapper{
        position: absolute !important;
        width: 100%;
        max-height: 0px;
        transition: max-height .2s linear;
    }
    .catalog .smart-filter .filter-section .subsections-wrapper.active{
        max-height: 500px;
    }
    .catalog .smart-filter .filter-section .subsections-arrow{display: none !important;}
    .catalog .smart-filter .filter-section .subsections-wrapper .subsections-close{
        position: absolute;
        top:20px;
        right: 20px;
    }

    .catalog .smart-filter .filter-section .subsections-wrapper h6{
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    #fixedHeader {
        top: auto;
        bottom: 18px;
        box-shadow: none;
        height: auto;
        font-weight: 700;
        transition: bottom .2s ease-in-out;
        background: transparent;
    }

    #fixedHeader.active {
        top: auto;
        bottom: 18px;
    }

    #fixedHeader .content-container {
        padding: 0;
        background: none;
    }

    #fixedHeader .fixed-mobile-menu {
        font-size: 10px;
        width: 280px;
        padding: 5px 10px;
        margin: 0 auto;
        box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        background: #fff;
        z-index: 203;
    }

    #fixedHeader .fixed-mobile-menu .nav-item {
        width: 25%;
        padding: 10px 5px;
        border-radius: 8px;
    }

    #fixedHeader .fixed-mobile-menu .nav-item .icons-container {
        display: flex;
        height: 16px;
        margin-bottom: 3px;
    }

    #fixedHeader nav ul.nav-items .nav-item a {
        flex-direction: column;
    }

    #fixedHeader .fixed-mobile-menu .item-counter {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16px;
        width: 16px;
        margin-left: 2px;
        background: #000;
        border-radius: 50%;
        color: white;
        font-size: 8px;
        font-weight: 800;
    }
    .catalog .smart-filter .search-container .subsections-wrapper, .catalog .smart-filter .filter-section .subsections-wrapper{
        min-width:inherit !important;
    }
    .mobile-submenu{
        font-size: 13px !important;
    }
    .catalog .smart-filter .search-container .search-subsections .subsection a, .catalog .smart-filter .filter-section .filter-subsections .subsection a{
        height: inherit !important;
        padding: 10px 0px;
    }
    .catalog .smart-filter .search-container .subsections-wrapper, .catalog .smart-filter .filter-section .subsections-wrapper{
        max-height: inherit !important;
    }
    .catalog .smart-filter .search-container .search-subsections{
        padding: 0 !important;
    }
}
    .submenu-container {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2023;
    }

    .submenu-wrapper {
        max-height: 0px;
        transition: max-height .2s linear;
    }

    .submenu-wrapper.active {
        max-height: 500px;
        z-index: 5;
        position: relative;
    }
    .mobile-submenu {
        position: relative;
        padding: 20px 20px 100px 20px;
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        width: 100%;
        max-width: 320px;
        background: #fff;
        margin: 0 auto;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        /*overflow: auto;*/
        max-height: inherit;
        min-height: 500px;
    }
    .checkboxes-cover{
        max-height: 260px;
        overflow-y: scroll;
        margin-bottom: 30px;
    }
    #submenu_mobile_filter-section ul{
        overflow-y: auto;
        height: 430px;
        align-content: flex-start;
    }

    .mobile-submenu h6 {
        margin-bottom: 20px;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
    }


    #fixedHeader .mobile-submenu .nav-item:not(:last-child) {
        border-bottom: 2px solid var(--gray-ultra-light);
    }

    #fixedHeader .mobile-submenu .nav-item a {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .mobile-submenu [data-close] {
        position: absolute;
        right: 17px;
        top: 17px;
        height: 24px;
        width: 24px;
    }

.body-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background: #000;
    opacity: 0;
    z-index: 200;
    transition: opacity .2s linear;
}

.body-mask.active {
    height: 100%;
}

.body-mask.animate {
    opacity: .25;
}

body.mask-active .body-mask {
    display: block;
}

body.mask-active {
    /*overflow: hidden;*/
}

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

.top-search .input-container {
    border-bottom: 2px solid var(--light-gray);
    background: #fff;
}

.top-search .input-container input[type="text"] {
    position: relative;
    height: 58px;
    padding-left: 52px;
    line-height: 58px;
    border: none;
    background: transparent;
}

.top-filter .input-container button[type="submit"],
.top-search .input-container button[type="submit"] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    padding: 0;
    background: transparent;
}

.top-filter .input-container button[type="submit"]:hover .icon-search,
.top-search .input-container button[type="submit"]:hover .icon-search {
    filter: saturate(0) brightness(0%);
}

.top-search .input-container > i.icon {
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
}

.title-info {
    margin-bottom: 30px;
}

.title-info .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.title-info .breadcrumbs .bcrumb {
    position: relative;
    height: 100%;
    background: var(--gray-ultra-light);
    border-radius: 8px;
    padding: 4px 12px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    line-height: 18px;
    color: var(--dark-gray);
    font-weight: 500;
}

.title-info .breadcrumbs .bcrumb:not(:first-child) {
    margin-left: 22px;
}

.title-info .breadcrumbs .bcrumb:not(:first-child):before {
    position: absolute;
    content: '';
    left: -22px;
    top: calc(50% - 6px);
    height: 12px;
    width: 12px;
    background: url("../images/icons/bcrumb-next.svg");
}

.pageTitle,
.title-info h1,
.info-page h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-transform: none;
    margin: 0;
}

.catalog .sections-list {
    margin-bottom: 15px;
}

.catalog .sections-list .section-link a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 30px 30px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: var(--gray-ultra-light);
    border-radius: 8px;
}

.catalog .sections-list .section-link .section-link-image {
    height: 230px;
    width: 230px;
    margin-bottom: 15px;
    background: url("../images/landing1_option1.png") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.catalog .sections-list .section-link h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.go-back {
    display: inline-flex;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}

.go-back i.icon {
    background-position-x: -64px;
}
.bx-filter-input-checkbox.disabled{opacity: .5}
.bx-filter-input-checkbox.disabled .bx-filter-param-text{color: var(--dark-gray)}

@media (max-width: 1599px) {
    .catalog .sections-list .section-link .section-link-image {
        height: 180px;
        width: 180px;
        margin-bottom: 12px;
    }
}

@media (max-width: 1365px) {
    .catalog .sections-list .section-link .section-link-image {
        height: 140px;
        width: 140px;
    }
    .catalog .smart-filter .filter-section:hover .subsections-wrapper {
        display: none !important;
    }
    .catalog .smart-filter .filter-section{position: unset !important;}

    .catalog .sections-list .section-link h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .checkboxes-container{margin-left: 0}
    .checkboxes-container-label{
        padding: 6px 0px 0px;
        font-size: 16px;
        font-weight: 500;
    }

}

@media (max-width: 1023px) {
    .catalog .sections-list .section-link .section-link-image {
        height: 100px;
        width: 100px;
    }
    .catalog .smart-filter .filter-section{
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .title-info {
        margin-bottom: 20px;
    }

    .info-page h1,
    .pageTitle,
    .title-info h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .catalog .sections-list .section-link {
        margin-bottom: 15px;
    }

    .catalog .sections-list .section-link a {
        flex-direction: row;
        padding: 10px 20px;
    }

    .catalog .sections-list .section-link .section-link-image {
        height: 76px;
        width: 76px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .top-search {
        display: none;
    }
}

.catalog h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 32px;
}

.catalog .section-bnm .brands-catalog {
    margin-bottom: 40px;
}

.catalog .section-bnm .brands-catalog .brands-sections,
.catalog .section-bnm .models-catalog .models-sections {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid var(--gray-ultra-light);
    border-left: 2px solid var(--gray-ultra-light);
}

.catalog .section-bnm .brands-catalog .brands-section {
    height: 70px;
    width: 16.66667%;
    border: 2px solid var(--gray-ultra-light);
    border-top: none;
    border-left: none;
    font-size: var(--fs-15);
    font-weight: 400;
}

.catalog .section-bnm .brands-catalog .brands-section a,
.catalog .section-bnm .brands-catalog .brands-section label {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px 20px;
    cursor:pointer;
}

.catalog .section-bnm .brands-catalog .brands-section img {
    width: 60px;
}

.catalog .section-bnm .brands-catalog .brands-section span {
    padding-left: 20px;
}

.catalog .catalog-buttons a.button {
    height: 100px;
    margin-bottom: 40px;
    font-size: 20px;
}



@media (max-width: 1919px) {

}

@media (max-width: 1599px) {
    .catalog .section-bnm .brands-catalog .brands-section {
        height: 50px;
    }

    .catalog .section-bnm .brands-catalog .brands-section img {
        width: 40px;
    }

    .catalog .section-bnm .brands-catalog .brands-section a {
        font-size: 14px;
    }

    .catalog .section-bnm .brands-catalog .brands-section span {
        padding-left: 10px;
    }

    .catalog .catalog-buttons a.button {
        height: 84px;
        font-size: 18px;
    }
}

@media (max-width: 1365px) {
    .catalog .section-bnm .parts-catalog {
        margin-bottom: 30px;
    }

    .catalog .section-bnm .brands-catalog .brands-section {
        width: 20%;
    }

    .catalog .section-bnm .brands-catalog .brands-section a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog .catalog-buttons a.button {
        height: 64px;
    }
}

@media (max-width: 1023px) {
    .catalog .section-bnm .brands-catalog .brands-section {
        width: 25%;
    }

    .catalog .section-bnm .brands-catalog .brands-section a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog .catalog-buttons a.button {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .catalog h2 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .catalog .section-bnm .brands-catalog .brands-sections {
        margin-right: -20px;
        margin-left: -20px;
    }

    .catalog .section-bnm .brands-catalog .brands-section {
        height: 40px;
    }

    .catalog .section-bnm .brands-catalog .brands-section img {
        width: 30px;
    }

    .catalog .section-bnm .brands-catalog .brands-section {
        width: 50%;
    }

    .catalog .section-bnm .brands-catalog .brands-section a {
        font-size: 12px;
    }
}

.catalog .section-bnm .bnm-chain {
    font-size: 50px;
    line-height: 60px;
    color: var(--dark-gray);
    margin-bottom: 30px;
}

.catalog .section-bnm .bnm-chain > * {
    position: relative;
    line-height: inherit;
    font-weight: 500;
}

.catalog .section-bnm .bnm-chain > *:not(:first-child) {
    margin-left: 80px;
}

.catalog .section-bnm .bnm-chain > *:not(:first-child):after {
    position: absolute;
    content: '\\';
    left: -56px;
    top: 2px;
    line-height: inherit;
    color: var(--light-gray);
}

.catalog .section-bnm .bnm-chain a {
    color: black;
    border-bottom: 3px dotted var(--light-gray);
}

.catalog .section-bnm .models-catalog {
    margin-bottom: 40px;
}

.catalog .section-bnm .models-catalog .models-section {
    height: 100px;
    width: 33.33333%;
    border: 2px solid var(--gray-ultra-light);
    border-top: none;
    border-left: none;
    font-weight: 400;
}

.catalog .section-bnm .models-catalog .models-section:hover {
    border-bottom-color: #000;
}

.catalog .section-bnm .models-catalog .models-section a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px 20px;
}

.catalog .section-bnm .models-catalog .models-section img {
    width: 120px;
}

.catalog .section-bnm .models-catalog .models-section span {
    padding-left: 20px;
}

.catalog .section-bnm .models-catalog .models-section:hover span {
    font-weight: 600;
}

.catalog .section-bnm .bnm-back {
    position: relative;
    text-align: center;
}

.catalog .section-bnm .bnm-back i.icon {
    position: absolute;
    left: 30px;
    top: calc(50% - 6px);
    background-image: url("../images/icons/left-arrow.svg");
    background-position-y: 0;
}

@media (max-width: 1599px) {
    .catalog .section-bnm .bnm-chain {
        font-size: 40px;
        line-height: 50px;
    }

    .catalog .section-bnm .models-catalog {
        margin-bottom: 30px;
    }

    .catalog .section-bnm .models-catalog .models-section {
        height: 70px;
        width: 25%;
    }

    .catalog .section-bnm .models-catalog .models-section img {
        width: 70px;
    }

    .catalog .section-bnm .models-catalog .models-section span {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    .catalog .section-bnm .bnm-chain {
        font-size: 32px;
        line-height: 40px;
    }

    .catalog .section-bnm .bnm-chain > *:not(:first-child) {
        margin-left: 66px;
    }

    .catalog .section-bnm .bnm-chain > *:not(:first-child):after {
        left: -40px;
    }

    .catalog .section-bnm .models-catalog .models-sections {
        margin-right: -20px;
        margin-left: -20px;
    }

    .catalog .section-bnm .models-catalog .models-section {
        width: 33.33333%;
    }
}

@media (max-width: 1023px) {

}

@media (max-width: 767px) {
    .catalog .section-bnm .bnm-chain {
        margin-bottom: 10px;
    }

    .catalog .section-bnm .bnm-chain > * {
        color: #000;
        margin-left: 0 !important;
    }

    .catalog .section-bnm .bnm-chain > *:not(:last-child),
    .catalog .section-bnm .bnm-chain > *:after {
        display: none;
    }

    .catalog .section-bnm .models-catalog .models-section {
        width: 100%;
    }
}

.catalog .catalog-wrapper {
    display: flex;
}

.catalog .smart-filter {
    width: 320px;
    flex-shrink: 0;
}

.catalog .input-container.select {
    margin-bottom: 20px;
}

.catalog .input-container.select:before,
.catalog .filter-container .dropdown-block {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: url("../images/icons/select-dropdown.svg") center no-repeat;
}


.catalog .input-container.select.active:before {
    transform: rotate(180deg);
}

.catalog .input-container.select input.type-select {
    height: 50px;
    max-height: 50px;
    border-color: var(--gray);
}

.catalog .input-container.select .select-mask,
.catalog .input-container.filter-container .filter-container-select-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    max-height: 50px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    background: transparent;
}

.catalog .input-container.filter-container > .filter-container-select-mask {
    display: none;
}

@media (max-width: 1365px) {
    .catalog .input-container.filter-container > .filter-container-select-mask {
        display: block;
    }
}

.catalog .input-container.select > label {
    font-size: 16px;
}

.catalog .input-container.select .search-wrapper {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    z-index: 200;
    box-shadow: var(--dbs);
    border-radius: 8px;
}

.catalog .filter-container .filter-selects {
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
}

.catalog .input-container.select.active .search-wrapper,
.catalog .filter-container.active .filter-selects {
    display: block;
    max-height: 400px;
    overflow-y: scroll;
}

        .catalog .input-container.select.active .search-wrapper::-webkit-scrollbar-track,
        .catalog .filter-container.active .filter-selects::-webkit-scrollbar-track
        {
        	background-color: #F8F8F8;
        }

        .catalog .input-container.select.active .search-wrapper::-webkit-scrollbar,
        .catalog .filter-container.active .filter-selects::-webkit-scrollbar
        {
        	width: 6px;
        	background-color: #F8F8F8;
        }

        .catalog .input-container.select.active .search-wrapper::-webkit-scrollbar-thumb,
        .catalog .filter-container.active .filter-selects::-webkit-scrollbar-thumb
        {
        	background-color: #777;
        }

.catalog .input-container.select.active .search-wrapper .special-mark,
.catalog .filter-container.active .filter-selects .special-mark {
    position: relative;
    height: 0;
    width: 100%;
}

.catalog .input-container.select.active .search-wrapper .special-mark:before,
.catalog .filter-container.active .filter-selects .special-mark:before {
    position: absolute;
    content: '';
    display: block;
    top: -30px;
    left: calc(50% - 10px);
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.catalog .input-container.select .search-wrapper .search-container {
    background: white;
    z-index: 6;
}

.catalog .search-container {
    position: relative;
    padding: 0 20px 5px 20px;
}

.catalog .search-container:before {
    display: block;
    content: '';
    position: absolute;
    left: 20px;
    top: calc((100% - 5px) / 2 - 12px);
    height: 24px;
    width: 24px;
    background-image: url(../images/icons/search.svg);
}

.catalog .default-form input.type-search {
    height: 50px !important;
    min-height: auto !important;
    padding: 0 24px 0 44px;
    width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid var(--light-gray);
    border-radius: 0;
    font-weight: 500;
}

.catalog .input-container.select .select-list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-height: 300px;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: auto;
    z-index: 4;
}

.catalog .input-container.select .select-list .nameDir{ margin: 16px 20px 0px}
.catalog .input-container.select .select-list .select-item {
    position: relative;
    display: block;
    color: #262626;
}

.catalog .input-container.select .select-list .select-item input {
    display: none;
}

.catalog .input-container.select .select-list .select-item label {
    position: static;
    width: auto;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    color: inherit;
    cursor: pointer;
    margin-left: 30px;
}

.catalog .input-container.select .select-list .select-item:first-child label{margin-left: 0px}

.catalog .input-container.select .select-list .select-item input:checked + label,
.catalog .input-container.select .select-list .select-item label:hover {
    font-weight: 600;
}

.catalog .input-container.select .select-list .select-item:not(:last-child):after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 2px;
    margin: 0 20px;
    background: var(--gray-ultra-light);
}

.catalog .smart-filter .filter-sections {
    padding: 10px 20px;
    border: 2px solid var(--gray-ultra-light);
    border-radius: 8px;
    background: #fff;
}

.catalog .smart-filter h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
}

.catalog .smart-filter .filter-sections .search-container {
    margin-bottom: 15px;
}

.catalog .smart-filter .filter-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    border-top: 2px solid var(--gray-ultra-light);
}

.catalog .smart-filter .filter-section .filter-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    width: 100%;
}

.catalog .smart-filter .filter-section span {
    font-size: 15px;
}
.catalog .subsection span{
    font-weight: normal;
}
.catalog .smart-filter .filter-section b {
    font-size: 12px;
    color: var(--gray);
}

.catalog .smart-filter .filter-section .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.catalog .smart-filter .filter-section .icon-wrapper i.icon {
    filter: invert(83%) sepia(14%) saturate(185%) hue-rotate(171deg) brightness(94%) contrast(85%);
}

.catalog .smart-filter .filter-section:hover,
.catalog .smart-filter .filter-section.active {
    background: var(--gray-ultra-light);
}

.catalog .smart-filter .filter-section.active .filter-link {
    border-left: 2px solid black;
    margin-left: -2px;
}

.catalog .smart-filter .filter-section:hover .filter-link {
    border-left: 2px solid var(--gray);
    margin-left: -2px;
}

.catalog .smart-filter .filter-section:hover .filter-link > div,
.catalog .smart-filter .filter-section.active .filter-link  > div {
    margin-right: -2px;
}

.catalog .smart-filter .filter-section.active span {
    font-weight: 600;
}

/*.catalog .smart-filter .search-container:hover .subsections-arrow,*/
/*.catalog .smart-filter .filter-section:hover .subsections-arrow {*/
/*    display: block;*/
/*    width: 10px;*/
/*}*/

.catalog .smart-filter .search-container .subsections-wrapper,
.catalog .smart-filter .filter-section .subsections-wrapper {
    display: none;
    position: absolute;
    left: 100%;
    width: 412px;
    padding-left: 2px;
    max-height: 600px;
}

.catalog .smart-filter .search-container .subsections-wrapper {
    top: -10px;
}

.catalog .smart-filter .search-container:hover .subsections-wrapper,
.catalog .smart-filter .filter-section:hover .subsections-wrapper {
    display: flex;
}

.catalog .smart-filter .search-container .subsections-arrow,
.catalog .smart-filter .filter-section .subsections-arrow {
    display: block;
    position: relative;
    width: 10px;
    flex-shrink: 0;
    z-index: 11;
}

.catalog .smart-filter .search-container .subsections-arrow > i,
.catalog .smart-filter .filter-section .subsections-arrow > i {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

.catalog .smart-filter .search-container .subsections-arrow > i {
    top: 30px;
}

.catalog .smart-filter .search-container .search-subsections,
.catalog .smart-filter .filter-section .filter-subsections {
    width: 100%;
    padding: 20px 0;
    border-radius: 8px;
    background: #fff;
    z-index: 10;
    box-shadow: var(--dbs);
}

.catalog .smart-filter .search-container .search-subsections ul,
.catalog .smart-filter .filter-section .filter-subsections ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 20px;
    overflow: auto;
}

.catalog .smart-filter .search-container .search-subsections .subsection a,
.catalog .smart-filter .filter-section .filter-subsections .subsection a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    line-height: 18px;
    border-bottom: 1px solid var(--gray-ultra-light);
}

.catalog .smart-filter .filter-section .filter-subsections .subsection:first-child a {
    font-weight: 600;
}

.catalog .smart-filter .search-container .search-subsections .subsection:hover a,
.catalog .smart-filter .filter-section .filter-subsections .subsection:hover a {
    font-weight: 600;
    border-color: #000;
}

.catalog .elements {
    padding-left: 40px;
    flex-grow: 1;
}
.detal-auto-razbor{
    padding-left: 0px !important;
}

.auto-razbor-h2{
    ont-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 100px 0 40px;
    text-align: center
}
.catalog .elements .top-filter-search {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
}

.catalog .elements .top-filter {
    margin-bottom: 40px;
}

.catalog .elements .top-filter-search input {
    height: inherit;
    width: 100%;
    background: var(--gray-ultra-light);
    border: none;
    border-radius: 8px;
    padding: 0 64px 0 72px;
    font-weight: 500;
}

.catalog .elements .top-filter-search i.icon-top-search {
    position: absolute;
    top: calc(50% - 16px);
    left: 20px;
}

.catalog .elements .top-filter-search button {
    right: 20px !important;
}

.catalog .elements .top-filter .select-condition {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
    font-weight: 500;
}

.catalog .elements .top-filter .select-condition .select-container {
    height: 100%;
    z-index: 2;
}

.catalog .elements .top-filter .select-condition .select-container input {
    display: none;
}

.catalog .elements .top-filter .select-condition .select-container label {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    border: 2px solid transparent;
}

.catalog .elements .top-filter .select-condition .select-container input:checked + label {
    border: 2px solid var(--light-gray);
    background: #fff;
    border-radius: 8px;
}

.catalog .elements .catalog-pagination {
    width: 190px;
    margin-left: 40px;
}

.catalog .elements .catalog-pagination .input-container input {
    height: 50px;
    line-height: 50px;
    border-color: var(--light-gray);
    text-align: center;
}

.catalog .elements .catalog-pagination .input-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 50px;
    width: 50px;
    background: transparent;
}

.catalog .elements .catalog-pagination .input-container .go-prev {
    left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.catalog .elements .catalog-pagination .input-container .go-next {
    right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.catalog .elements .top-filter .filter-result span {
    font-weight: 500;
}

.catalog .elements .top-filter .filter-result .fl-counter {
    position: relative;
    margin-left: 60px;
}

.catalog .elements .top-filter .filter-result .fl-counter:before {
    position: absolute;
    content: '';
    left: -40px;
    top: calc(50% - 1px);
    height: 2px;
    width: 20px;
    background: var(--light-gray);
}

.catalog .elements .element {
    position: relative;
    font-weight: 500;
    margin-bottom: 40px;
}

.catalog .elements .element.out-of-stock *:not(.type) {
    color: var(--dark-gray) !important;
}

.catalog .elements .element .e-link {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.catalog .elements .element .e-images {
    width: 100%;
    overflow: hidden;
}

.catalog .elements .element .e-images-wrapper {
    display: flex;
    position: relative;
    left: 0;
    transition: left .2s ease-in-out;
}

.catalog .elements .element .e-image {
    flex-shrink: 0;
    -webkit-background-size: cover;
    background-size: cover;
    height: 215px;
    width: 100%;
}

.catalog .elements .element .e-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.catalog .elements .element .e-dots .e-dot {
    padding: 10px 5px 0 5px;
    height: 25px;
    width: 50px;
    cursor: pointer;
}

.catalog .elements .element .e-dots .e-dot span {
    display: block;
    height: 5px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    transition: background-color .2s linear;
}

.catalog .elements .element .e-dots .e-dot.active span {
    background: var(--yellow-color);
}

.catalog .elements .element .e-dots .e-dot:hover span {
    background: var(--yellow-active-color);
}

.catalog .elements .element .tags {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 10px;
}

.catalog .elements .element .tags > * {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    border-radius: 6px;
}

.catalog .elements .element .tags > * img {
    max-height: 14px;
    max-width: 14px;
}

.catalog .elements .element .tags .discount {
    background: #F52B2B;
}

.catalog .elements .element > *:not(:last-child) {
    margin-bottom: 10px;
}

.catalog .elements .element .type {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 10px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
}

.catalog .elements .element .stock {
    font-size: 14px;
    font-weight: 600;
}

.catalog .elements .element .stock.in {
    color: #43C878;
}

.catalog .elements .element .name {
    margin: 0;
    line-height: 24px;
}

.catalog .elements .element .article,
.catalog .elements .element .old-price {
    color: var(--dark-gray);
}

.catalog .elements .element .old-price {
    text-decoration: line-through;
}

.catalog .elements .element .actual-price {
    font-size: 20px;
}

.catalog .elements .element .to-basket {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border: 2px solid var(--gray-ultra-light);
    background: #fff;
    border-radius: 8px;
    font-weight: inherit;
}

.catalog .elements .element .to-basket:hover {
    border-color: var(--yellow-color);
}

.catalog .elements .element .to-basket:disabled {
    border-color: var(--gray-ultra-light) !important;
}

.catalog .elements .element .to-basket:disabled i {
    filter: invert(51%) sepia(3%) saturate(1266%) hue-rotate(171deg) brightness(96%) contrast(89%);
}

.catalog .elements .element .to-favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.catalog .elements .element .to-favorite.active svg,
.catalog .elements .element .to-favorite:hover svg {
    fill: black;
}

.catalog .elements .element .one-click {
    color: var(--dark-gray);
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px dashed var(--gray);
}

.catalog .show-selector .input-container.select {
    margin: 0;
    width: 240px;
}

.catalog .show-selector .input-container.select input.type-select {
    text-align: center;
}

.catalog .elements .catalog_pagination-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
}

.catalog .elements .catalog_pagination-bottom .pages {
    display: flex;
    align-items: center;
    margin-bottom: -10px;
}

.catalog .elements .catalog_pagination-bottom .pages .page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    background: var(--gray-ultra-light);
    color: var(--dark-gray);
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
}

.catalog .elements .catalog_pagination-bottom .pages .page:not(:last-child) {
    margin-right: 10px;
}

.catalog .elements .catalog_pagination-bottom .pages .page.active {
    background: #000;
    color: white;
}

.catalog .elements .catalog_pagination-bottom .buttons {
    display: flex;
    height: 50px;
}

.catalog .elements .catalog_pagination-bottom .buttons > * {
    display: block;
    width: 110px;
    height: 100%;
    background: var(--gray-ultra-light) center no-repeat;
    border-radius: 8px;
}

.catalog .elements .catalog_pagination-bottom .buttons > .button-next {
    margin-left: 10px;
    background-image: url(../images/icons/right-arrow.svg);
}

.catalog .elements .catalog_pagination-bottom .buttons > .button-prev {
    background-image: url(../images/icons/left-arrow.svg);
}

.catalog .filter-container > input[type="text"] {
    height: 50px;
    max-height: 50px;
    border-color: var(--gray);
}

@media (max-width: 1919px) {
    .catalog .elements .element .to-basket {
        padding: 0 10px;
    }
}

@media (max-width: 1599px) {
    .catalog .smart-filter {
        width: 300px;
        flex-shrink: 0;
    }



    .catalog .elements .catalog-pagination {
        margin-left: 24px;
    }
}

@media (max-width: 1365px) {
    .catalog .mobile-filter {
        margin: 0 -10px 20px;
    }

    .catalog .mobile-filter [class^='col'] {
        padding: 0 10px;
    }

    .catalog .filter-container .filter-selects {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        padding: 36px 20px 20px;
        z-index: 200;
        box-shadow: var(--dbs);
        border-radius: 8px;
    }

    .catalog .filter-container.active .filter-selects .special-mark:before {
        top: -46px;
    }

    .catalog .filter-container .input-container.select input.type-select {
        border-radius: 0;
        border: none;
        border-bottom: 2px solid var(--gray);
        padding: 0;
    }

    .catalog .filter-container .input-container.select > label {
        padding-left: 0;
        left: 0;
    }

    .catalog form:not(.show-selector) .input-container.select .search-wrapper {
        top: -20px;
        left: calc(100% + 40px);
        width: calc(100% + 40px);
    }

    .catalog form:not(.show-selector) .input-container.select.active .search-wrapper .special-mark:before {
        left: -20px;
        top: 20px;
        border-right: 10px solid white;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .catalog form:not(.show-selector) .input-container.select:before,
    .catalog form:not(.show-selector) .input-container.select.active:before {
        transform: rotate(270deg);
        width: 12px;
    }

    .catalog .filter-container .filter-selects > button {
        width: 100%;
        height: 50px;
        font-weight: 500;
        line-height: 50px;
        border-radius: 8px;
    }

    .catalog .smart-filter .filter-sections {
        position: fixed;
        left: -320px;
        top: 0;
        max-width: 320px;
        height: 100%;
        border: none;
        border-left: 2px solid transparent;
        border-radius: 0;
        z-index: 206;
        transition: left .15s ease-in-out;
    }

    .catalog .smart-filter .filter-sections.active {
        left: 0;
    }

    .catalog .smart-filter .filter-section .filter-subsections {
        width: 320px;
        height: 490px;
    }

    .catalog .smart-filter .filter-section .subsections-wrapper {
        width: auto;
        top:0px;
    }

    .catalog .catalog-wrapper {
        flex-direction: column;
    }

    .catalog .elements {
        padding-left: 0;
    }

    .catalog .smart-filter {
        width: 100%;
    }

    .catalog .elements .element .name {
        font-size: 14px;
        line-height: 20px;
    }

    .catalog .elements .element .article {
        font-size: 14px;
    }

    .catalog .elements .element .to-basket {
        padding: 0 6px;
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .catalog .elements .element .to-basket {
        padding: 0 12px;
    }
    .catalog .smart-filter .filter-section:hover .subsections-wrapper{display: none}
}

@media (max-width: 767px) {
    .catalog .mobile-filter > *:not(:last-child),
    .catalog .elements .top-filter .select-condition {
        margin-bottom: 20px;
    }

    .catalog .elements .top-filter .select-condition .select-container {
        flex-grow: 1;
    }

    .catalog .elements .top-filter .select-condition .select-container label {
        padding: 0;
        text-align: center;
    }

    .catalog .elements .top-filter-search input {
        font-size: 14px;
    }

    .catalog .elements .elements-container {
        margin: 0 -8px;
    }

    .catalog .elements .element {
        padding: 0 8px;
        margin-bottom: 30px;
    }

    .catalog .elements .element .e-image {
        height: 140px;
    }

    .catalog .elements .element .type {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .catalog .elements .element .name {
        font-size: 12px;
        line-height: 16px;
    }

    .catalog .elements .element .to-basket {
        padding: 0 15px;
    }

    .catalog .elements .element .to-basket span {
        display: none;
    }

    .catalog .elements .element .to-basket i {
        margin: 0;
    }

    .catalog .elements .element .e-dots {
        display: none;
    }

    .catalog .filter-container .filter-selects,
    .catalog .filter-container.active .filter-selects {
        display: none;
    }

    .catalog .filter-container + .submenu-container .input-container.select input.type-select {
        border-radius: 0;
        border: none;
        border-bottom: 2px solid var(--gray);
        padding: 0;
    }

    .catalog .filter-container + .submenu-container .input-container.select > label {
        padding-left: 0;
        left: 0;
    }

    .catalog .filter-container + .submenu-container .select-links {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        overflow: auto;
        z-index: 4;
    }

    .catalog .filter-container + .submenu-container .select-link {
        position: relative;
        display: block;
        color: #262626;

    }

    .catalog .filter-container + .submenu-container .select-link a,
    .catalog .filter-container + .submenu-container .select-link label {
        display: block;
        position: static;
        width: 100%;
        padding: 16px 0;
        font-weight: 500;
        margin: 0;
        color: inherit;
        cursor: pointer;
        border-bottom: 2px solid var(--gray-ultra-light);
    }

    .catalog .filter-container + .submenu-container .select-link:hover a,
    .catalog .filter-container + .submenu-container .select-link:hover label {
        font-weight: 600;
    }

    .catalog .filter-container + .submenu-container .select-link.disabled{
        opacity:0.5;
    }

    .catalog .filter-container + .submenu-container .select-link.selected label{
        font-weight:bold;
    }

    .catalog .filter-container + .submenu-container .search-container {
        padding: 0;
        margin-bottom: 10px;
    }

    .catalog .filter-container + .submenu-container .search-container:before {
        left: 0;
    }

    .catalog .show-selector .input-container.select {
        width: 280px;
        margin-bottom: 10px;
    }

    .catalog .elements .catalog_pagination-bottom .pages .page:not(:last-child) {
        margin-right: 0;
    }

    .catalog .elements .catalog_pagination-bottom .pages .page:not(:nth-child(5n)) {
        margin-right: 7.5px;
    }

    .catalog .elements .catalog_pagination-bottom .buttons > * {
        width: 135px;
    }

    .catalog .smart-filter .filter-sections,
    .catalog .smart-filter .filter-sections.active {
        display: none;
        left: 0;
    }
}

header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 {
    top: calc(100% + 10px);
    left: 0;
    padding: 0;
    border-radius: 8px;
    width: 320px;
    box-shadow: var(--dbs);
    z-index: 200;
    background: #fff;
}

header ul.nav-items.d0 > .nav-item.dropdown > .special-mark {
    display: none;
    position: relative;
    width: 100%;
    height: 10px;
    z-index: 201;
}

header ul.nav-items.d0 > .nav-item.dropdown:hover > .special-mark {
    display: block;
}

header ul.nav-items.d0 > .nav-item.dropdown > .special-mark:before {
    display: block;
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    border-bottom: 10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 .nav-item:after {
    content: none;
}

header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 .nav-item {
    padding: 0 20px;
}

#fixedHeader .user-buttons .profile .profile-item:hover, .bot-header .user-buttons .profile .profile-item:hover,
header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 .nav-item:hover {
    background: var(--gray-ultra-light);
}

header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 .nav-item a {
    justify-content: flex-start;
    padding: 24px 0;
}

header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 .nav-item:not(:last-child) a {
    border-bottom: 2px solid var(--gray-ultra-light);
}

@media (max-width: 1599px) {
    header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 .nav-item a {
        padding: 14px 0;
    }

    header .top-header ul.nav-items.d0 > .nav-item.dropdown > .nav-items.d1 {
        top: 100%;
    }

    header .top-header ul.nav-items.d0 > .nav-item.dropdown:hover > .special-mark {
        top: -10px;
    }
}

.catalog_detailed .element-slider,
.catalog_detailed .element-info {
    position: sticky;
    top: 90px;
    align-self: flex-start;
}

.catalog_detailed h3 {
    padding-right: 70px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.catalog_detailed .element-info .stock-info,
.catalog_detailed .tags-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.catalog_detailed .element-info .stock-info > *,
.catalog_detailed .tags-info > * {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.catalog_detailed .element-info .stock-info > *:not(:first-child),
.catalog_detailed .tags-info > *:not(:first-child) {
    margin-left: 14px;
}

.catalog_detailed .element-info .stock-info > *:not(:first-child):after,
.catalog_detailed .tags-info > *:not(:first-child):after {
    content: '';
    position: absolute;
    left: -14px;
    top: calc(50% - 2px);
    height: 4px;
    width: 4px;
    background: var(--gray);
    border-radius: 50%;
}

.catalog_detailed .tags-info .article,
.catalog_detailed .tags-info .shop-code {
    line-height: 24px;
    color: var(--dark-gray);
    font-weight: 500;
}

.catalog_detailed .type,
.catalog_detailed .action {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 10px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
}

.catalog_detailed .type.stock.in {
    color: #43C878;
}

.catalog_detailed .action img {
    margin-right: 5px;
}

.catalog_detailed .action.discount {
    background: #F52B2B;
    color: white;
}

.catalog_detailed .element-info .stock-info {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.catalog_detailed .element-info .stock-info .total-stock {
    color: #43C878;
}

.catalog_detailed .element-info .price-n-buttons {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.catalog_detailed .element-info .price-n-buttons > .row {
    flex-grow: 1;
    margin: 0 -5px;
}

.catalog_detailed .element-info .price-n-buttons > .row > [class^='col-'] {
    padding: 0 5px;
}

/*.catalog_detailed .element-info .price-n-buttons .prices {*/
/*    width: auto;*/
/*}*/

.catalog_detailed .element-info .price-n-buttons > .row > [class^='col-'] > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-weight: 500;
}

.basket-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-weight: 500;
    background: var(--gray-ultra-light);
    border-radius: 8px;
    overflow: hidden;
}

.basket-counter .minus,
.basket-counter .plus {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-shrink: 0;
    font-size: 18px;
    height: 50px;
    width: 50px;
    background: transparent center no-repeat;
}

.basket-counter .plus {
    background-image: url("../images/icons/counters_plus.svg");
}

.basket-counter .minus {
    background-image: url("../images/icons/counters_minus.svg");
}

.basket-counter .counter-input {
    height: 100%;
    width: calc(100% - 100px);
    min-width: 72px;
    text-align: center;
    border-radius: 8px;
    border: 2px solid var(--light-gray);
    font-weight: inherit;
}

.basket-counter .counter-input,
.basket-counter .counter-input:hover,
.basket-counter .counter-input:focus {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.basket-counter .counter-input::-webkit-outer-spin-button,
.basket-counter .counter-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.catalog_detailed .element-info .prices .old-price {
    color: var(--dark-gray);
    text-decoration: line-through;
    line-height: 24px;
}

.catalog_detailed .element-info .prices .actual-price {
    line-height: 40px;
    font-weight: 700;
    font-size: 32px;
    padding-right: 20px;
    margin-top: 20px;
}

.catalog_detailed .element-info .prices .old-price + .actual-price {
    margin-top: 0;
}

.catalog_detailed .element-info .helpful-links a {
    display: inline-block;
    color: var(--dark-gray);
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px dashed var(--gray);
    font-size: 14px;
}

.catalog_detailed .element-info .helpful-links a:not(:last-child) {
    margin-right: 20px;
}

.characteristics-table .row {
    display: flex;
    min-height: 45px;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid var(--light-gray);
}

.characteristics-table .row .c_name {
    padding-right: 40px;
    font-size: 14px;
    font-weight: 600;
}

.characteristics-table .row .c_value {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-gray);
}

.catalog_detailed .info-block {
    margin-bottom: 40px;
}

.catalog_detailed .info-block h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.catalog_detailed .element-info .compatible-models {
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid var(--gray-ultra-light);
    border-top: 2px solid var(--gray-ultra-light);
}

.catalog_detailed .element-info .compatible-models .model {
    display: flex;
    align-items: center;
    height: 80px;
    width: 33.33333%;
    padding: 10px 20px;
    border-right: 2px solid var(--gray-ultra-light);
    border-bottom: 2px solid var(--gray-ultra-light);
    cursor: pointer;
}

.catalog_detailed .element-info .compatible-models .model-image {
    height: 100%;
    width: 80px;
    background: center no-repeat;
    background-size: contain;
}

.catalog_detailed .element-info .compatible-models .model span {
    margin-left: 20px;
    font-size: 15px;
    line-height: 18px;
}

.catalog_detailed .element-info .compatible-models .model:hover {
    border-bottom-color: #000;
}

.catalog_detailed .element-info .compatible-models .model:hover span {
    font-weight: 600;
}

.info-block.share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.info-block.share span {
    margin: 0 10px;
}

.catalog_detailed .element-info .favorite-button {
    position: absolute;
    right: 20px;
    top: 0;
    height: 50px;
    width: 50px;
}
.catalog_detailed .element-info .favorite-button.active svg{
    fill: black;
}

.catalog_detailed .element-info .favorite-button:hover {
    box-shadow: 0 3px 0 0 #000;
}

.catalog_detailed .element-slider .element-image {
    height: 490px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    background: center no-repeat;
    background-size: cover;
}

.catalog-detailed-slider .counter-container {
    display: none;
}
.slick-slide img {
    display: block;
    width: 100%;
}

@media (max-width: 1919px) {
    .catalog_detailed .element-slider .element-image {
        height: 400px;
    }
}

@media (min-width: 1600px) {
    .catalog_detailed .element-info .price-n-buttons > .row {
        margin-left: -5px !important;
    }
}

@media (max-width: 1599px) {
    .catalog_detailed .info-block {
        margin-bottom: 30px;
    }

    .catalog_detailed .element-info .price-n-buttons {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .catalog_detailed .element-info .price-n-buttons > .row {
        padding-top: 14px;
        width: 100%;
    }

    .catalog_detailed .element-info .price-n-buttons .prices,
    .catalog_detailed .element-info .price-n-buttons > .row > [class^='col-'] {
        margin-bottom: 20px;
    }

    .catalog_detailed .element-info .compatible-models .model {
        height: 70px;
        padding: 5px 20px;
        font-size: 14px;
    }

    .catalog_detailed .element-info .compatible-models .model-image {
        width: 70px;
    }

    .catalog_detailed .element-slider .element-image {
        height: 340px;
    }
}

@media (max-width: 1365px) {
    .catalog_detailed h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .nameDir.shov{display: block !important}
    /*.mobile-submenu{overflow-y: hidden}*/
    .smartfilter .select-links .select-list{
        margin-left: 25px;
        overflow-y: scroll;
        max-height: 380px;
    }
    .smartfilter .select-links .select-link{
        padding: 10px 25px;
    }

    /*.catalog_detailed .element-info .stock-info,*/
    /*.catalog_detailed .element-info .tags-info {*/
    /*    */
    /*}*/

    .catalog_detailed .tags-info .tags-wrap {
        width: 100%;
        height: 0;
        margin-bottom: 10px;
    }

    .catalog_detailed .tags-info .tags-wrap,
    .catalog_detailed .tags-info .article {
        margin-left: 0;
    }

    .catalog_detailed .tags-info .tags-wrap:after,
    .catalog_detailed .tags-info .article:after {
        content: none;
    }

    .catalog_detailed .element-info .compatible-models .model {
        width: 50%;
    }

    .catalog_detailed .element-info .compatible-models .model span {
        font-size: 14px;
    }

    .catalog_detailed .element-slider .element-image {
        height: 250px;
    }
}

@media (max-width: 1023px) {
    .catalog_detailed {
        position: relative;
    }

    .catalog_detailed .info-block {
        margin-bottom: 20px;
    }

    .catalog_detailed .element-slider,
    .catalog_detailed .element-info {
        position: static;
        top: auto;
        align-self: auto;
        margin-bottom: 20px;
    }

    .catalog_detailed .element-slider .element-image {
        height: 400px;
        width: 678px;
        margin-bottom: 0;
    }

    .catalog_detailed .catalog-detailed-slider .slick-list {
        padding: 0 30px;
        margin: 0 -45px;
    }

    .catalog_detailed .catalog-detailed-slider .slider-item {
        padding-left: 15px;
    }

    .catalog_detailed .element-info .price-n-buttons > .row {
        margin-left: -5px !important;
        padding-top: 0;
    }

    .catalog_detailed .element-info .price-n-buttons > .row > [class^='col-'] {
        margin-bottom: 10px;
    }

    .catalog_detailed .element-info .price-n-buttons .prices {
        display: flex;
        align-items: center;
    }

    .catalog-detailed-slider .counter-container {
        display: flex;
    }

    .catalog_detailed .element-info .prices .actual-price {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .catalog_detailed .catalog-detailed-slider .slick-track {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        height: auto;
    }
}

@media (max-width: 767px) {
    .mobile-submenu{overflow: hidden}
    .smartfilter  a.hrefAll{border: none !important;}
    .smartfilter .select-links .select-list{
        margin-left: 0px;
        overflow-y: scroll;
        max-height: 350px;
    }
    .smartfilter .select-links .select-link{
        padding: 0px;
    }
    .smartfilter .select-links .select-link label:not(:first-child){padding-left: 25px}
    .smartfilter .select-links  .nameDir{margin-top: 10px}
    .catalog_detailed .element-info {
        margin-bottom: 30px;
    }

    .catalog_detailed .element-info .price-n-buttons .prices {
        display: block;
    }

    .catalog_detailed .tags-info .shop-code {
        margin-left: 0;
    }

    .catalog_detailed .tags-info .shop-code:after {
        content: none;
    }

    .catalog_detailed .tags-info .article,
    .catalog_detailed .tags-info .shop-code {
        margin-top: 10px;
    }

    .catalog_detailed .element-slider .element-image {
        height: 210px;
        width: 280px;
    }

    .catalog_detailed .catalog-detailed-slider .slick-list {
        padding: 0 10px;
        margin: 0 -20px;
    }

    .catalog_detailed .catalog-detailed-slider .slider-item {
        padding-left: 10px;
    }

    .catalog_detailed .element-info .helpful-links a {
        font-size: 12px;
    }

    .catalog_detailed .element-info .helpful-links a:not(:last-child) {
        margin-right: 14px;
    }

    .catalog_detailed .element-info .characteristics .row {
        flex-direction: column;
        padding: 15px 0;
    }

    .catalog_detailed .element-info .characteristics .row:last-child {
        border: none;
    }

    .catalog_detailed .element-info .characteristics .row .c_name {
        padding: 0;
        margin-bottom: 5px;
    }

    .catalog_detailed .element-info .compatible-models .model {
        width: 100%;
    }

    .info-block.share img {
        margin-top: 8px;
    }

    .catalog-detailed-slider .counter-container {
        font-size: 12px;
        right: 10px;
        bottom: 10px;
        width: 60px;
        height: 36px;
    }
}

.catalog [class^='landing-'] {
    margin-top: 40px;
}

.landing-10 .left-block {
    position: relative;
    background: #F6E9D6 url('../images/landing4.png') no-repeat 380px -60px;
    background-size: 70%;
    border-radius: 8px;
}

.landing-10 .text {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 40px 50px;
}

.landing-10 .button {
    align-self: flex-start;
    height: 50px;
    font-weight: 500;
    padding: 0 30px;
}

.landing-10 h2 {
    font-size: 50px;
    line-height: 40px;
    margin: 0;
    font-weight: 700;
}

.landing-10 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

.landing-10 .right-block p {
    padding-bottom: 24px;
}

.landing-10 .left-block .button i {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 10px;
    background: url("../images/icons/right-arrow.svg") center no-repeat;
    filter: brightness(0) saturate(100%) invert(100%);
}

.landing-10 .left-block .button:hover i {
    filter: invert(84%) sepia(58%) saturate(1010%) hue-rotate(339deg) brightness(103%) contrast(101%);
}

.landing-10 .right-block {
    position: relative;
    background: #FFF9D1 url('../images/landing3.png') no-repeat 320px -120px;
    background-size: 70%;
    border-radius: 8px;
}

.landing-10 .right-block .button i {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    background: url("../images/icons/hphone.svg") center no-repeat;
    filter: brightness(0) saturate(100%) invert(100%);
}

.landing-10 .right-block .button:hover i {
    filter: invert(17%) sepia(58%) saturate(1010%) hue-rotate(339deg) brightness(103%) contrast(101%);
}

.basket-table {
    display: table;
    font-weight: 500;
    width: 100%;
}

.basket-table .thead {
    display: table-header-group;
    background: var(--gray-ultra-light);
    border-radius: 8px;
    color: #757F8A;
    font-size: 14px;
    padding: 0 6px;
}

.basket-table .tbody {
    display: table-row-group;
    padding: 0 6px;
}

.basket-table .trow {
    display: table-row;
}

.basket-table .tcell {
    display: table-cell;
}

.basket-table .thead .tcell {
    position: relative;
    line-height: 20px;
    padding: 15px 14px;
}

.basket-table .thead .tcell:first-child {
    padding-left: 20px;
}

.basket-table .thead .tcell:first-child:before,
.basket-table .thead .tcell:first-child:after,
.basket-table .thead .tcell:last-child:before,
.basket-table .thead .tcell:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 50px;
    width: 8px;
}

.basket-table .thead .tcell:first-child:before {
    background: #fff;
}

.basket-table .thead .tcell:first-child:after {
    background: var(--gray-ultra-light);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.basket-table .thead .tcell:last-child:before {
    left: auto;
    right: 0;
    background: #fff;
}

.basket-table .thead .tcell:last-child:after {
    left: auto;
    right: 0;
    background: var(--gray-ultra-light);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.basket-table .tbody .tcell {
    vertical-align: middle;
    line-height: 24px;
    padding: 30px 14px;
    border-bottom: 2px solid var(--gray-ultra-light);
}

.basket-table .tbody .tcell.nowrap {
    white-space: nowrap;
}

.basket-table .tbody .image {
    height: 70px;
    width: 70px;
    border-radius: 8px;
    background: center no-repeat;
    background-size: cover;
}

.basket-table .tbody .article {
    color: var(--dark-gray);
}

.basket-table .remove-item {
    display: block;
    height: 30px;
    width: 30px;
    background: var(--gray-ultra-light) url('../images/icons/table-remove.svg') center no-repeat;
    border-radius: 50%;
}

.basket-table .remove-item:hover {
    background-color: #d4d4d7;
}

.main-basket {
    margin-bottom: 80px;
}

.basket-total {
    padding: 30px;
    border-radius: 8px;
}

.basket-total b {
    font-size: 14px;
    line-height: 24px;
}

.basket-total h2 {
    font-size: 50px;
    line-height: 40px;
    margin: 15px 0 30px;
}

.basket-total button {
    height: 50px;
    width: 100%;
}

.basket-total .application-info {
    text-align: center;
}

.basket-total .application-info > * {
    display: inline-block;
    margin-bottom: 20px;
}

.basket-total .policy {
    font-size: 12px;
    color: #828282;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}

.basket-total .help {
    margin-top: 30px;
    font-size: 15px;
    line-height: 18px;
}

.basket-total .application-info a {
    display: inline-flex;
    align-items: center;
    padding-bottom: 3px;
}

.basket-table .bi-name > *:not(:last-child) {
    margin-bottom: 5px;
}

.basket-table .bi-name .basket-counter {
    width: auto;
    margin-right: 10px;
}

.basket-table .bi-name .counter-input {
    width: 60px;
}

.basket-table .bi-name .total-price {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

@media (max-width: 1919px) {
    .main-basket {
        margin-bottom: 10px;
    }

    .basket-total h2 {
        font-size: 40px;
    }
}

@media (max-width: 1599px) {
    .basket-total {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
        box-shadow: none;
        padding: 0;
        margin-top: 30px;
    }

    .basket-total h2 {
        margin-bottom: 0;
    }

    .basket-total button {
        padding: 0 50px;
        margin-left: 30px;
        width: auto;
    }
}

@media (max-width: 1365px) {
    .basket-table .tcell.bi-name {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 1023px) {
    .basket-table .tbody .tcell {
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .basket-table .tbody {
        display: block;
        padding: 0;
        margin: 0 -20px;
    }

    .basket-table .thead {
        display: none;
    }

    .basket-table .trow {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        border-bottom: 2px solid var(--gray-ultra-light);
    }

    .basket-table .trow:not(:first-child) {
        padding-top: 20px;
    }

    .basket-table .tbody .tcell {
        padding: 0;
        border: none;
        font-size: 14px;
        line-height: 18px;
    }

    .basket-table .tcell.bi-name {
        width: calc(100% - 60px);
        padding-right: 15px;
        margin-bottom: 5px;
    }

    .basket-table .tcell.bi-price {
        margin-bottom: 15px;
        width: 100%;
    }

    .basket-table .tcell.bi-price .d-inline {
        font-size: 12px;
        font-weight: 600;
    }

    .basket-table .tbody .image {
        height: 60px;
        width: 60px;
    }

    .basket-table .basket-counter {
        height: 40px;
    }

    .basket-table .basket-counter .minus,
    .basket-table .basket-counter .plus {
        height: 40px;
        width: 40px;
    }

    .basket-table .basket-counter .counter-input {
        width: 45px;
        min-width: 45px;
    }

    .basket-table .total-price {
        line-height: 40px;
    }

    .basket-table .mobile-remove-item {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 18px;
        color: var(--dark-gray);
    }

    .basket-table .mobile-remove-item i {
        display: block;
        height: 12px;
        width: 12px;
        margin-right: 5px;
        background: url(../images/icons/table-remove.svg) center no-repeat;
    }

    .basket-table .tcell.bi-counter {
        margin-bottom: 15px;
    }

    .basket-table .tcell.bi-remove {
        margin-bottom: 20px;
    }

    .basket-total {
        flex-direction: column;
        align-items: initial;
        margin: 20px 0 30px;
    }

    .basket-total a {
        padding: 0;
        margin: 20px 0 0;
    }
}

#applicationSteps {
    counter-reset: app-steps;
    margin-bottom: 30px;
}

.application-step {
    margin-bottom: 30px;
}

.application-step .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    cursor: pointer;
}

.application-step .heading span {
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
    padding-left: 50px;
}

.application-step .heading span:before {
    content: counter(app-steps);
    counter-increment: app-steps;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.application-step .heading i {
    transition: transform .3s ease-in-out;
}

.application-step.active .heading i {
    transform: rotate(180deg);
}

.application-step .content-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}

.application-step.active .content-container {
    max-height: 1200px;
}

.application-step .content {
    padding: 0 30px 30px 30px;
}

.application-step .content .input-container {
    margin: 20px 0;
}

.application-step .content .input-container input {
    border-color: var(--light-gray);
    height: 70px;
}

.application-step .content .row {
    margin: 0 -10px;
}

.application-step .content .row [class^='col-'] {
    padding: 0 10px;
}

.application-step #ship_method .input-container,
.application-step #pay_method .input-container {
    padding: 0 10px;
    width: 20%;
    margin: 0;
}

.application-step #ship_method .input-container label,
.application-step #pay_method .input-container label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 30px 96px 30px;
    font-size: 16px;
}

.application-step #ship_method .input-container .image,
.application-step #pay_method .input-container .image {
    width: 100%;
    height: 57px;
    background: center no-repeat;
    background-size: contain;
}

.application-step #ship_method .input-container label span,
.application-step #pay_method .input-container label span {
    line-height: 24px;
    text-align: center;
    margin: 0 -5px;
}

.application-step #ship_method .input-container label b,
.application-step #pay_method .input-container label b {
    line-height: 18px;
}

.application-step #ship_method .input-container label > *:not(:last-child),
.application-step #pay_method .input-container label > *:not(:last-child) {
    margin-bottom: 20px;
}

.application-step #ship_method .input-container label:before,
.application-step #ship_method .input-container label:after,
.application-step #pay_method .input-container label:before,
.application-step #pay_method .input-container label:after {
    top: auto;
    bottom: 30px;
    left: calc(50% - 18px);
}

.application-step .tip-box {
    padding: 30px;
    border-radius: 8px;
    background: var(--gray-ultra-light);
    margin-top: 20px;
    line-height: 24px;
}

.application-step .tip-box > *:not(:last-child) {
    margin-bottom: 20px;
}

.application-step .tip-box .tip-heading {
    margin-bottom: 10px;
    font-weight: 600;
}

.application-step .tip-location {
    display: flex;
    align-items: center;
}

.application-step .tip-location .button {
    height: 50px;
    padding: 0 40px;
    margin-right: 30px;
}

.application-step .tip-location .location-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px dashed var(--gray);
    padding-bottom: 5px;
    font-weight: 600;
}

.application-step .tip-shipment > *:not(:last-child) {
    margin-right: 30px;
}

.application-step .tip-shipment b {
    font-weight: 600;
    margin-right: 8px;
}

.application-step .tip-box blockquote {
    position: relative;
    color: var(--dark-gray);
    padding-left: 34px;
    margin-bottom: 0;
}

.application-step .tip-box blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background: url('../images/icons/tipbox-info.svg') center no-repeat;
}

.application-step .buttons {
    display: flex;
    margin-top: 10px;
}

.application-step .buttons > * {
    height: 50px;
    padding: 0 50px;
}

.application-step #ship_method .buttons,
.application-step #pay_method .buttons {
    margin-top: 30px;
}

.smart-filter .landing-10 .right-block {
    background-position: 0 118%;
    background-size: 120%;
}

.smart-filter .landing-10 .text {
    width: 100%;
    padding: 30px 30px 240px 30px;
}

.smart-filter .landing-10 .button {
    width: 100%;
}

.elements-container .landing-10 {
    padding: 0 8px;
    margin: 0 0 30px;
}

.elements-container .landing-10 h2 {
    font-size: 32px;
}

.elements-container .landing-10 .text {
    width: 100%;
    padding: 20px 20px 75px 20px;
}

.elements-container .landing-10 .right-block p {
    margin: 15px 0;
    padding-bottom: 5px;
    font-size: 16px;
}

.elements-container .landing-10 .right-block {
    background-position: 110px 113%;
    background-size: 90%;
}

.catalog .element.razbor .button {
    padding: 11px 40px;
    display: inline-flex;
}

.catalog .element.razbor .button i {
    transform: rotate(270deg);
}

.catalog .element .request {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    color: var(--dark-gray);
    border-bottom: 1px dashed var(--gray);
}

.catalog .element.razbor .char {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    color: var(--dark-gray);
}

.catalog .element.razbor .char:last-child {
    margin-bottom: 0;
}

.catalog .element.razbor .char .c-name {
    line-height: 24px;
    font-size: 14px;
}

.catalog .element.razbor .char .c-value {
    line-height: 24px;
    font-size: 16px;
}

.catalog .elements .element.razbor .e-image {
    height: 195px;
}

@media (max-width: 1365px) {
    .catalog .element.razbor .button {
        padding: 11px 30px;
        font-size: 14px;
    }

    .catalog .element.razbor .char .c-value {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .catalog .elements .element.razbor .e-image {
        height: 140px;
    }

    .catalog .element.razbor .char .c-name {
        color: var(--gray);
        font-size: 12px;
        line-height: 16px;
    }

    .catalog .element.razbor .char .c-value {
        font-size: 12px;
        line-height: 16px;
    }

    .catalog .element.razbor .button {
        padding: 8px 15px;
        font-size: 12px;
    }

    .catalog .element .request {
        font-size: 12px;
    }
}

.catalog_detailed .element-info .request a {
    display: inline-flex;
    padding: 18px 30px;
}

.catalog_detailed .images-collection {
    margin: 30px 0 50px;
}

.catalog_detailed .images-collection .image {
    border-radius: 8px;
    background: center no-repeat;
    background-size: cover;
    height: 256px;
    width: 100%;
    margin-bottom: 40px;
}

.catalog_detailed.auto .element-slider,
.catalog_detailed.auto .element-info {
    position: static;
}

@media (max-width: 1919px) {
    .catalog_detailed .images-collection .image {
        height: 210px;
    }

    .catalog_detailed .images-collection {
        margin: 10px 0 -40px;
    }
}

@media (max-width: 1365px) {
    .catalog_detailed .images-collection .image {
        height: 170px;
    }
}

@media (max-width: 1023px) {
    .catalog_detailed .images-collection .image {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .catalog_detailed .images-collection {
        margin-bottom: 10px;
    }

    .catalog_detailed .images-collection .row {
        margin: 0 -10px;
    }

    .catalog_detailed .images-collection .row [class^='col-'] {
        padding: 0 10px;
    }

    .catalog_detailed .images-collection .image {
        height: 90px;
        margin-bottom: 20px;
    }
}

.info-page  [class^="landing-"],
.account [class^="landing-"] {
    padding: 0;
}

.info-page  [class^="landing-"] .landing-block-title,
.account [class^="landing-"] .landing-block-title {
    font-size: 50px;
    line-height: 100px;
    margin-bottom: 10px;
    font-weight: 700;
}

.account-sections {
    margin-bottom: 40px;
}

.account-sections .account-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 0;
    background: #fff;
}

.account-sections .account-section:hover {
    background: #f8fafa;
}

.account-sections .account-section i {
    display: block;
    height: 48px;
    width: 48px;
    /*background: center no-repeat;
    background-size: cover;*/
    margin-bottom: 30px;
}

.account-sections .account-section b {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}

@media (max-width: 1919px) {
    .account-sections {
        margin-bottom: 0px;
    }
}

@media (max-width: 1599px) {
    .account-sections .account-section {
        padding: 50px 0;
    }

    .account-sections .account-section i {
        height: 40px;
        width: 40px;
        margin-bottom: 30px;
    }

    .account-sections .account-section b {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1365px) {
    .account-sections .account-section {
        padding: 30px 0;
    }

    .account-sections .account-section i {
        height: 32px;
        width: 32px;
        margin-bottom: 20px;
    }

    .account-sections .account-section b {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .account-sections .account-section {
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding: 20px 0 20px 60px;
    }

    .account-sections .account-section i {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 767px) {
    .account-sections {
        margin-bottom: 20px;
    }

    .account-sections .account-section {
        margin-bottom: 10px;
        padding: 20px;
    }

    .account-sections .account-section i {
        height: 24px;
        width: 24px;
    }
}

.popup-container {
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 10px 60px 40px rgb(0,0,0,0.3);
}

.popup-container .container {
    padding: 0;
    width: 1620px;
}

.popup-container .image {
    height: 100%;
    width: 100%;
    background: center no-repeat #0c0c0c;
    background-size: 100% auto;
}

.popup-container .logo-image {
    position: absolute;
    bottom: 70px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.popup-container .content {
    position: relative;
    padding: 60px;
}

.popup-container .content .heading {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.popup-container form > *:not(:last-child) {
    margin-bottom: 30px !important;
}

.popup-container .input-container input {
    height: 70px !important;
    border-color: var(--light-gray) !important;
}

.popup-container .input-container input:required + label:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -10px;
    left: 4px;
    height: 6px;
    width: 6px;
    background: center no-repeat url('../images/icons/input-required.svg');
}

.popup-container .input-container i.icon + input {
    padding-left: 68px;
}

.popup-container .input-container > i.icon {
    position: absolute;
    left: 24px;
    top: calc(50% - 12px);
}

.popup-container .content form .row {
    margin: 0 -10px;
}

.popup-container .content form .row [class^='col-'] {
    padding: 0 10px;
}

.popup-container .content form span,
.popup-container .content form p {
    color: var(--dark-gray);
    line-height: 18px;
    margin: 0;
}

.popup-container .content form .rq {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.popup-container .content form .rq:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    height: 10px;
    width: 10px;
    background: center no-repeat url('../images/icons/input-required.svg');
}

.popup-container .content form input[type="submit"] {
    padding: 23px 0;
}

.popup-container .content form a[href^="#popup_"] {
    display: inline-flex;
    align-items: center;
}

.popup-container .content form .forgot-pass {
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-gray);
    border-bottom: 1px dashed var(--gray);
    font-weight: 500;
}

.popup-container .content [data-fancybox-close] {
    position: absolute;
    right: 60px;
    top: 60px;
    height: 32px;
    width: 32px;
    background: url('../images/icons/close32.svg') center no-repeat;
}














@media (max-width: 1919px) {
    .popup-container .container {
        width: 1500px;
    }
}

@media (max-width: 1599px) {
    .popup-container .container {
        width: 710px;
    }

    .popup-container .content {
        padding: 50px;
    }

    .popup-container .content .heading {
        font-size: 40px;
        line-height: 40px;
    }

    .popup-container .content [data-fancybox-close] {
        top: 50px;
        right: 50px;
    }
}

@media (max-width: 767px) {
    .popup-container .container {
        width: 300px;
    }

    .popup-container .content {
        padding: 20px;
    }

    .popup-container .content .heading {
        font-size: 22px;
        line-height: 22px;
    }

    .popup-container .content [data-fancybox-close] {
        top: 20px;
        right: 20px;
        height: 18px;
        width: 18px;
    }

    .popup-container .input-container > i.icon {
        display: none;
    }

    .popup-container .input-container i.icon + input {
        padding-left: 22px;
    }

    .popup-container .input-container input {
        height: 60px !important;
        font-size: 13px;
    }

    .popup-container .input-container label {
        font-size: 14px;
    }

    .popup-container .content form a[href^="#popup_"],
    .popup-container .content form span,
    .popup-container .content form p {
        font-size: 14px;
    }

    .popup-container form > *:not(:last-child),
    .popup-container form > :not(.input-container) > *:not(:last-child) {
        margin-bottom: 20px !important;
    }
}

.account-profile {
    margin-bottom: 80px;
}

.account-profile .account-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 22px;
    border-bottom: 2px solid var(--gray-ultra-light);
}

.account-profile .account-section:before {
    position: absolute;
    content: '';
    right: 22px;
    top: calc(50% - 6px);
    height: 12px;
    width: 12px;
    background: url(../images/icons/bcrumb-next.svg);
}

.account-profile .account-section:hover,
.account-profile .account-section.active {
    background: var(--gray-ultra-light);
}

.account-profile .account-section i {
    display: block;
    height: 24px;
    width: 24px;
    /*background: center no-repeat;
    background-size: cover;*/
    margin-right: 20px;
}

.account-profile .account-section span {
    font-size: 15px;
    line-height: 18px;
}

.account-profile .content .row:not(.no-gutters) {
    margin: 0 -10px;
}

.account-profile .content .row:not(.no-gutters) > [class^='col-'] {
    padding: 0 10px;
}

.account-profile .input-container i.icon + input {
    padding-left: 68px;
}

.account-profile .input-container > i.icon {
    position: absolute;
    left: 24px;
    top: calc(50% - 12px);
}

.account-profile .input-container input {
    height: 70px !important;
}

.account-profile input[type='submit'] {
    padding: 23px 0;
}

.account-profile .orders-list {
    margin-top: 20px;
}

.account-profile .order {
    border-bottom: 2px solid var(--gray-ultra-light);
}

.account-profile .order .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

.account-profile [class^='col-']:last-child > .account-section,
.account-profile .orders-list .order:last-child {
    border-bottom-color: transparent;
}

.account-profile .order .info > * {
    line-height: 24px;
    padding: 30px 15px;
    font-weight: 500;
}

.account-profile .order .info > * span {
    line-height: inherit;
}

.account-profile .order .info > .date {
    color: var(--dark-gray);
}

.account-profile .order .info > .status {
    flex-grow: 1;
    padding-left: 60px;
}

.account-profile .order .info > .status span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
}

.account-profile .order .info > .status span:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    height: 18px;
    width: 18px;
    background: center no-repeat;
}

.account-profile .order .info > .status.wait span:before {
    background-image: url('../images/icons/order-wait.svg');
}

.account-profile .order .info > .status.done span:before {
    background-image: url('../images/icons/order-done.svg');
}

.account-profile .order .info > .status.cancelled span:before {
    background-image: url('../images/icons/order-cancelled.svg');
}

.account-profile .order .info > .show-details {
    line-height: normal;
}

.account-profile .order .info > .show-details a {
    display: inline-flex;
    align-items: center;
    padding-bottom: 3px;
    border-bottom: 2px dotted var(--gray);
}

.account-profile .order.active .info > .show-details a .icon-dropdown {
    transform: rotate(180deg);
}

.account-profile .order .details-container {
    max-height: 0;
    overflow: hidden;
}

.account-profile .order.active .details-container {
    max-height: 2000px;
}

.account-profile .order .details {
    width: 100%;
    padding: 0 30px 30px 30px;
    overflow: hidden;
}

.account-profile .order .details > *:not(:last-child) {
    margin-bottom: 30px;
}

.account-profile .order .details > p {
    font-weight: 500;
    margin-bottom: 10px !important;
}

.account-profile .order .details .basket-table .tbody .tcell {
    padding: 10px 14px;
}

.account-profile .order .details .characteristics-table .row {
    padding: 20px 0;
}

.account-profile .order .details button[type="submit"] {
    width: auto;
    padding: 21px 40px;
}

.account-profile .order .basket-table .tcell.bi-name .count {
    color: var(--dark-gray);
}

@media (max-width: 1919px) {
    .account-profile {
        margin-bottom: 0;
    }
}

@media (max-width: 1599px) {
    .account-profile .order .info {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    .account-profile .sections {
        display: flex;
        margin-bottom: 30px;
    }

    .account-profile .account-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: none;
        border-top: 2px solid transparent;
        padding: 30px 0;
        margin-top: -2px;
    }

    .account-profile .account-section.active {
        border-top: 2px solid black;
    }

    .account-profile .account-section:before {
        content: none;
    }

    .account-profile .account-section i {
        height: 32px;
        width: 32px;
        margin: 0 0 20px 0;
    }

    .account-profile .account-section span {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
}

@media (max-width: 1023px) {
    .account-profile .order .info {
        padding: 0 10px;
    }

    .account-profile .order .info > * {
        padding: 20px 10px;
    }

    .account-profile .order .info > .status {
        padding-left: 10px;
    }

    .account-profile .order .info > .show-details {
        padding: 0;
    }

    .account-profile .order .info > .show-details a {
        border: none;
        padding: 20px 10px;
    }

    .account-profile .order .info > .show-details a i {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .account-profile {
        margin-bottom: 30px;
    }

    .account-profile .top-panel .input-container {
        margin-bottom: 20px;
    }

    .account-profile .top-panel input[type="text"] {
        height: 60px !important;
        font-size: 14px;
    }

    .account-profile .top-panel label {
        font-size: 14px;
    }

    .account-profile input[type='submit'] {
        padding: 13px 0;
    }

    .account-profile .order .info {
        padding: 20px;
        font-size: 12px;
    }

    .account-profile .order .info > .status,
    .account-profile .order .info > .show-details,
    .account-profile .order .info > * {
        padding: 0 12px 0 0;
        margin-bottom: 10px;
    }

    .account-profile .order .info > .show-details a {
        border-bottom: 2px dotted var(--gray);
        padding: 0 0 3px 0;
        color: var(--dark-gray);
    }

    .account-profile .order .info > .show-details a i {
        margin-left: 5px;
        filter: var(--dgf);
    }

    .account-profile .order .details {
        padding: 0 20px 20px 20px;
    }

    .account-profile .order .details .basket-table .trow {
        padding: 15px 0;
    }

    .account-profile .order .details .basket-table .trow:first-child {
        border-top: 2px solid var(--gray-ultra-light);
    }

    .account-profile .order .details .basket-table .tbody .tcell {
        padding: 0;
    }

    .account-profile .order .details .basket-table .tbody .image {
        height: 50px;
        width: 50px;
    }

    .account-profile .order .details .basket-table .tbody .bi-name {
        padding-left: 15px;
        font-size: 12px;
    }

    .account-profile .order .details .basket-table .tbody {
        margin: 0;
    }

    .account-profile .order .details > *:not(:last-child) {
        margin-bottom: 15px;
    }

    .account-profile .order .details .characteristics-table .row {
        padding: 15px 0;
    }

    .account-profile .order .details button[type="submit"] {
        width: 100%;
    }

    .account-profile .order .details button[type="submit"]:first-child {
        margin-bottom: 10px;
    }
}

.account-profile .elements {
    padding-left: 0;
}

.account-profile .profile h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}

.account-profile .content .row.form-group:not(:last-child) {
    margin-bottom: 30px;
}

.account-profile .profile .form-group .input-container {
    margin-bottom: 20px;
}

.account-profile .profile .form-group .button {
    margin: 10px 0;
}

.buyout-info p,
.buyout-info li,
.blog-detailed p,
.blog-detailed li {
    font-size: 18px;
    line-height: 28px;
}

.info-page .text-content h2 {
    font-size: 24px;
    line-height: 32px;
}

.info-page .text-content ul li {
    display: block;
    position: relative;
    padding-left: 25px;
}

.info-page .text-content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.info-page .text-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--yellow-color);
}

.buyout-info .text-content {
    overflow: hidden;
}

.buyout-info .text-content > *,
.buyout-info .text-content > [class^='col-'] > *:not(:last-child) {
    margin-bottom: 30px;
}

.buyout-info .text-content h2 {
    margin-top: 30px;
}

.buyout-info .landing-3 .right-col {
    padding: 50px;
}

.buyout-info .landing-3 .right-col > p,
.buyout-info .landing-3 .right-col h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    margin-right: 20px;
}

.buyout-info .landing-3 .default-form .input-container input {
    height: 70px;
}

.buyout-info .landing-3 .landing-bg {
    background-image: none;
}

.buyout-info .buyout-contacts {
    padding: 30px 0;
}

.buyout-info .buyout-contacts .contact {
    display: flex;
    align-items: center;
}

.buyout-info .buyout-contacts .contact:first-child {
    margin-right: 30px;
}

.buyout-info .buyout-contacts .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    margin-right: 30px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
}

.buyout-info .buyout-contacts .icon-phone {
    background: center no-repeat url('../images/icons/phone32.svg');
}

.buyout-info .buyout-contacts .icon-mail {
    background: center no-repeat url('../images/icons/mail32.svg');
}

.buyout-info .buyout-contacts .text {
    display: flex;
    flex-direction: column;
}

.buyout-info .buyout-contacts .text b {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.buyout-info .buyout-contacts .text span {
    font-size: 18px;
    line-height: 28px;
}

.info-page.buyout-bg {
    background: url('../images/landing3.png') 107% -2% no-repeat;
}

.buyout-info .rights {
    margin: 30px 0 0 0;
}

@media (max-width: 1919px) {
    .buyout-info .landing-3 {
        margin-bottom: 0;
    }

    .info-page.buyout-bg {
        background-position: 124% 7%;
        background-size: 58%;
    }
}

@media (max-width: 1365px) {
    .buyout-info .landing-3 .right-col {
        padding: 40px;
    }

    .info-page.buyout-bg {
        background-position: 124% 4%;
        background-size: 56%;
    }

    .buyout-info .buyout-contacts .image {
        margin-right: 20px;
    }

    .buyout-info .landing-3 .default-form .rights {
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .info-page.buyout-bg {
        background-position: 181% 8%;
        background-size: 69%;
    }

    .buyout-info .landing-3 .default-form .rights {
        font-size: 14px;
        line-height: 18px;
    }

    .buyout-info .landing-3 .right-col h2 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .buyout-info p, .buyout-info li, .blog-detailed p, .blog-detailed li {
        font-size: 16px;
        line-height: 24px;
    }

    .buyout-info .buyout-contacts {
        padding: 20px 0;
    }

    .buyout-info .text-content > *, .buyout-info .text-content > [class^='col-'] > *:not(:last-child) {
        margin-bottom: 15px;
    }

    .buyout-info .buyout-contacts .contact:first-child {
        margin: 0 0 15px 0;
    }

    .buyout-info .buyout-contacts .text span {
        font-size: 16px;
    }

    .buyout-info .landing-3 .landing-bg {
        padding: 0;
        margin-bottom: 40px;
    }

    .buyout-info .landing-3 .right-col {
        padding: 0;
    }

    .buyout-info .landing-3 .right-col > p,
    .buyout-info .landing-3 .right-col h2 {
        font-size: 24px;
        line-height: 24px;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .buyout-info .landing-3 .right-col > p {
        margin-bottom: 40px;
    }

    .buyout-info .text-content h2 {
        margin-top: 0;
    }

    .buyout-info h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 230px;
    }

    .info-page.buyout-bg {
        background-position: -13% 7%;
        background-size: 127%;
    }

    .info-page .text-content ul li:before {
        top: 7px;
    }
}

.about-info .about-heading {
    margin: 0 -140px;
}

.about-info .about-heading .bg {
    width: 100%;
    height: 256px;
    margin-bottom: 200px;
    background: url(../images/landing-about-us.png) no-repeat center;
}

.about-info .about-heading .logo {
    display: flex;
    justify-content: center;
    padding-top: 115px;
}

.about-info .text-content p,
.about-info .text-content h2 {
    font-size: 24px;
    line-height: 35px;
}

.about-info .text-content h1 {
    font-size: 32px;
    line-height: 45px;
}

.about-info .text-content span,
.about-info .text-content li {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.about-info .text-content .company .image {
    height: 120px;
    width: 100%;
    background: center no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}

.about-info .text-content .company span:not(:last-child) {
    margin-bottom: 15px;
}

.about-info .text-content {
    width: 790px;
    margin: 0 auto;
}

.about-info .text-content .company,
.about-info .text-content > * {
    margin-bottom: 50px;
}

.about-info .text-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.about-info .guarantees {
    padding: 40px;
    border-radius: 8px;
    background: var(--gray-ultra-light);
}

.about-info .guarantees b {
    display: block;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-info .guarantees img {
    height: 85px;
}

.about-info .guarantees .right-col {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}

.about-info .guarantees ul li {
    padding-left: 40px;
}

.about-info .guarantees ul li:not(:last-child) {
    margin-bottom: 30px;
}

.about-info .guarantees ul li:before {
    top: 0;
    height: 28px;
    width: 20px;
    background: transparent center no-repeat url('../images/icons/check.svg');
}

@media (max-width: 1919px) {
    .about-info .about-heading {
        margin: 0 -109px;
    }
}

@media (max-width: 1599px) {
    .about-info .about-heading {
        margin: 0 -90px;
    }

    .about-info .about-heading .bg {
        height: 230px;
        margin-bottom: 160px;
    }

    .about-info .about-heading .logo {
        height: 380px;
    }
}

@media (max-width: 1365px) {
    .about-info .about-heading {
        margin: 0 -69px;
    }

    .about-info .text-content h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-info .text-content p  {
        font-size: 18px;
        line-height: 28px;
    }

    .about-info .text-content .company, .about-info .text-content > * {
        margin-bottom: 30px;
    }

    .about-info .about-heading .bg {
        height: 190px;
        margin-bottom: 140px;
    }

    .about-info .about-heading .logo {
        height: 320px;
    }
}

@media (max-width: 1023px) {
    .about-info .about-heading {
        margin: 0 -45px;
    }

    .about-info .text-content {
        width: 100%;
    }

    .about-info .guarantees {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .about-info .about-heading {
        margin: 0 -20px;
    }

    .about-info .about-heading .bg {
        height: 140px;
        margin-bottom: 100px;
    }

    .about-info .about-heading .logo {
        height: 225px;
        padding-top: 65px;
    }

    .about-info .slider.about .counter-container {
        position: absolute;
        font-size: 12px;
        padding: 10px 15px;
        width: auto;
        margin: 0;
    }

    .about-info .slider.about .slider-wrapper {
        margin: 0 -20px;
    }

    .about-info .slider.about .slick-list {
        padding: 0 20px;
        border-radius: 0;
        margin: 0 !important;
    }

    .about-info .slider.about .slider-item {
        border-radius: 8px;
        padding-right: 10px;
    }

    .about-info .slider.about .slider-image {
        border-radius: 8px;
    }

    .about-info .text-content span {
        word-break: break-all;
    }

    .about-info .text-content span,
    .about-info .guarantees ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .about-info .guarantees b {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .about-info .guarantees img {
        height: 54px;
        margin-bottom: 18px;
    }

    .about-info .guarantees .right-col {
        padding: 20px;
    }

    .about-info .guarantees {
        padding: 25px;
        margin: 0 -20px 30px;
    }
}

.blog-section {
    padding: 0;
    margin-bottom: 70px;
}

.blog-section .bi-wrapper {
    margin-bottom: 60px;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .blog-section .bi-wrapper {
        max-width: 20%;
        flex-basis: 20%;
    }
}

@media (max-width: 767px) {
    .blog-section .row {
        margin: 0 -10px;
    }

    .blog-section .bi-wrapper {
        padding: 0 10px;
        margin: 0 auto 30px;
    }
}

.blog-detailed .text-content > * {
    margin-bottom: 30px;
}

.blog-detailed .text-content .date {
    color: var(--dark-gray);
    font-weight: 500;
}

.blog-detailed .text-content .date .icon {
    filter: var(--dgf);
}

.blog-detailed .preview-image {
    border-radius: 16px;
    overflow: hidden;
}

.blog-detailed .preview-image img {
    width: 100%;
}

.blog .landing-block-title {
    font-size: 24px;
    line-height: 32px;
}

.blog .slider.blog .slider-wrapper {
    margin-bottom: 10px;
}

@media (max-width: 1919px) {
    .blog .landing-5 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .blog .slider.blog .slider-wrapper {
        margin: 0 -20px 30px;
    }

    .blog .slider.blog .slick-list {
        padding: 0 20px;
        margin-left: 0;
    }

    .blog .slider.blog .slider-item {
        padding: 0;
        margin-right: 10px;
    }

    .blog .landing-5 {
        padding-top: 20px;
    }

    .blog .landing-block-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.store-info .info,
.store-info .info > * {
    margin-bottom: 20px;
}

.store-info .info > * {
    display: flex;
    align-items: center;
}

.store-info .info span {
    font-size: 20px;
    line-height: 30px;
    margin: 0 20px 0 15px;
    font-weight: 500;
    width: 200px;
    flex-shrink: 0;
}

.store-info .info ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 10px;
}

.store-info .map {
    margin-bottom: 50px;
}

@media (max-width: 1919px) {
    .store-info .map {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .store-info .info span,
    .store-info .info ul li {
        font-size: 18px;
    }

    .store-info .info > * {
        flex-direction: column;
        align-items: normal;
    }

    .store-info .info span {
        margin: 10px 0;
    }
}

.contacts-info .text-content > * {
    margin-bottom: 30px;
}

.contacts-info .contacts-table {
    border-top: 2px solid var(--gray-ultra-light);
    margin-bottom: 60px;
}

.contacts-info .contacts-table .trow {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 2px solid var(--gray-ultra-light);
}

.contacts-info .contacts-table .trow > * {
    margin-right: 15px;
}

.contacts-info .contacts-table .trow b {
    width: 220px;
}

.contacts-info .contacts-table .trow b,
.contacts-info .contacts-table .trow i {
    flex-shrink: 0;
}

.contacts-info .messengers i {
    margin-bottom: 10px;
    margin-right: 15px;
}

.contacts-info .messengers a {
    align-self: flex-start;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 2px dotted var(--light-gray);
}

.contacts-info .socials a {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 600;
}

.contacts-info .socials a span {
    margin-left: 20px;
}

.contacts-info .contact-us {
    border: 10px solid var(--gray-ultra-light);
    background: #fff;
    border-radius: 8px;
    padding: 50px;
}

.contacts-info .contact-us .default-form> *:not(:last-child) {
    margin-bottom: 20px;
}

.contacts-info .contact-us h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.contacts-info .contact-us input[type='submit'] {
    height: 80px;
}

.contacts-info .contact-us .input-container input {
    height: 70px;
}

.contacts-info .contact-us .select-variant {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    width: auto;
    line-height: 70px;
    background: var(--gray-ultra-light);
    border-radius: 8px;
    font-weight: 500;
}

.contacts-info .contact-us .select-variant .select-container {
    width: 50%;
}

.contacts-info .contact-us .select-variant .select-container input {
    display: none;
}

.contacts-info .contact-us .select-variant .select-container label {
    display: block;
    height: 70px;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
}

.contacts-info .contact-us .select-variant .select-container input:checked + label {
    border: 2px solid var(--light-gray);
    background: #fff;
    border-radius: 8px;
}

@media (max-width: 1919px) {
    .contacts-info .messengers a {
        font-size: 16px;
    }
}


@media (max-width: 1599px) {

}

@media (max-width: 1365px) {
    .contacts-info .contacts-table {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contacts-info .text-content h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .contacts-info .contacts-table .trow {
        flex-wrap: wrap;
    }

    .contacts-info .contacts-table .trow span {
        margin: 10px 0 0 39px;
    }

    .contacts-info .messengers > * {
        align-items: flex-end;
    }

    .contacts-info .messengers > *:not(:last-child) {
        margin-bottom: 30px;
    }

    .contacts-info .messengers i {
        margin: 0 15px 0 0;
    }

    .contacts-info .messengers a {
        align-self: flex-end;
        margin-bottom: 3px;
    }

    .contacts-info .socials a {
        margin: 0;
    }

    .contacts-info .socials a:first-child {
        margin-bottom: 20px;
    }

    .contacts-info .contact-us {
        margin: 0 -20px 40px;
        border: 5px solid var(--gray-ultra-light);
        border-radius: 0;
        padding: 25px 15px;
    }

    .contacts-info .contact-us h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contacts-info .contact-us .rights {
        font-size: 14px;
    }

    .contacts-info .contact-us input[type='submit'],
    .contacts-info .contact-us .input-container input {
        height: 60px;
    }

    .contacts-info .contact-us .select-variant .select-container label {
        display: flex;
        align-items: center;
        line-height: 24px;
    }
}

.cookies {
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 15px;
    background: var(--dark-gray);
    border-radius: 4px;
    margin-right: 30px;
    z-index: 207;
}

.cookies span {
    font-size: 15px;
    color: #fff;
}

.cookies span a {
    text-decoration: underline;
}

.cookies button {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 4px;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .cookies {
        left: 0;
        bottom: 0;
        align-items: flex-start;
        height: auto;
        padding: 20px 20px 40px;
        margin: 0;
        border-radius: 4px 4px 0 0;
        z-index: 207;
    }

    .cookies span {
        font-size: 12px;
    }

    .cookies button {
        padding: 8px 12px;
        margin-left: 15px;
    }
}

#popup_call .image {
    background-size: cover;
}

.basket .message-corner {
    display: flex;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 10px;
    width: 100%;
}

.basket .message-corner i {
    display: inline-block;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #000;
}

.basket-message {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    display: flex;
    align-items: center;
    padding: 20px;
    background: #000;
    color: #fff;
    border-radius: 8px;
}

.basket-message .icon-basket-ok {
    display: block;
    height: 18px;
    width: 18px;
    background: url('../images/icons/basket-ok.svg') center no-repeat;
    margin-right: 10px;
    flex-shrink: 0;
}

.basket-message span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.basket.show-message .message-corner,
.basket.show-message .basket-message {
    display: flex;
}

@media (max-width: 767px) {
    .basket .message-corner {
        display: none !important;
    }

    .basket-message {
        display: flex !important;
        position: fixed;
        right: auto;
        top: auto;
        left: calc(50% - 140px);
        bottom: -150px;
        width: 280px;
        transition: bottom .2s ease-in-out;
    }

    .basket-message span {
        white-space: normal;
        font-size: 14px;
    }

    .basket.show-message .basket-message {
        bottom: 20px;
    }
}

.top-header .location:hover, .top-header .more-contacts:hover,
.top-header .nav-items.d0 > .nav-item:hover > a > span {
    color: var(--yellow-color);
}

.top-header .location:hover i:not(.no-filter), .top-header .more-contacts:hover i:not(.no-filter),
.top-header .nav-items.d0 > .nav-item:hover > a > i:not(.no-filter) {
    filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(2888%) hue-rotate(350deg) brightness(103%) contrast(104%);
}

.catalog .input-container.select .select-list .select-item label.disabled{
    _display:none;
    opacity:.7;
}
#car_selects .select:nth-child(3) label.disabled,
#car_selects .select:nth-child(4) label.disabled{
    display:none;
}

#car_selects_mob .submenu-wrapper:nth-child(2) .disabled,
#car_selects_mob .submenu-wrapper:nth-child(3) .disabled{
    display:none;
}
div.bx-yellow .btn.btn-default{
        background: var(--yellow-color) !important;
        border:none;
        color:#000000;
}

.info-block.share .ya-share2__icon{
    margin:3px !important;
}
.info-block.share .ya-share2__badge{
    margin:0px !important;
}
.hidden{
    display:none !important;
}

.modal-content{border: none; }
.modal-content .close{
    position: absolute;
    top:10px;
    right: 10px;
}
.element-add2basket .item-counter{
    display: none;
}
.add2basket.disabled{
    background: var(--gray-ultra-light);
    pointer-events: none;
}

.catalog .smart-filter .filter-section{
    gap: 10px;
}
