:root {
    /*--main_color: black;*/
    /*--secondary_color: #5B62BC;*/
    /*--tertiary_color: #686FC1;*/
    /*--slider-back_color: #D8DCDF;*/
    /*--product-hovered_color: rgba(91, 98, 188, 0.8);*/
    /*--fz: 24px;*/
    /*--lh: 29px;*/
}


/* .preload-js{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f9; 
    z-index:9999999;
} */

@font-face {
    font-family: 'Exo 2';
    src: local('Exo 2'), local('Exo2-Regular'), url('./fonts/exo2.woff2') format('woff2'), url('./fonts/exo2.woff') format('woff'), url('./fonts/exo2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url('./fonts/exo2semibold.woff2') format('woff2'), url('./fonts/exo2semibold.woff') format('woff'), url('./fonts/exo2semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.main-slider a {
    position: relative;
    display: block;
    padding-top: 25%;
}

.preload-js.fade {
    display: none;
}

html {
    font-size: 20px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Exo 2', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: black;
    font-size: 20px;
    line-height: 1.3;
}

.sprite:before {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    transform: scale(.85);
}

header a {
    color: black!important;
}

.mobile-contact {
    position: relative;
    z-index: 2;
}

header {
    margin-top: 30px;
    z-index: 81;
    position: relative;
}

.header__logo-link {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.site-name {
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 20px;
    color: #57539E;
    /* border-bottom: 1px solid #5B62BC; */
}

.header__callback {
    border-bottom: 2px dashed black;
    padding-bottom: 2px;
    display: inline-block;
    margin-left: 39px;
    position: relative;
    cursor: pointer;
}

.header__callback:before {
    content: '';
    position: absolute;
    left: -39px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background-position: -260px -256px;
}

header .lk {
    position: relative;
    margin-left: 40px;
    font-size: 18px;
}

header .lk:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -13px;
    width: 25px;
    height: 27px;
    background-position: -376px -279px;
}

form.search-form input {
    border: 0;
    width: 100%;
}

.search {
    position: relative;
    margin-left: 40px;
    border-bottom: 1px solid black;
}

.search:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 28px;
    margin-top: -14px;
    top: 50%;
    left: -35px;
    cursor: pointer;
    background-position: -431px -279px;
}

header .favorite {
    font-size: 0;
    position: relative;
    vertical-align: middle;
}

header .favorite:before {
    content: '';
    width: 35px;
    height: 34px;
    background-position: -448px -119px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    top: 0;
    left: 0;
    transform: scale(.8);
}

.user-control .bx-basket {
    vertical-align: middle;
}

header .cart {
    font-weight: bold;
    position: relative;
    margin-left: 60px;
}

header .cart:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 32px;
    background-position: -371px -119px;
    left: -60px;
    top: 50%;
    margin-top: -16px;
}

header .favorite:after {
    content: attr(data-value);
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 14px;
    background: #5B62BC;
    border-radius: 50%;
    top: -28px;
    left: 25px;
}

header .favorite.micro:after,
header .cart.micro:after {
    font-size: 12px;
    line-height: 12px;
}

header .favorite.nano:after,
header .cart.nano:after {
    font-size: 10px;
    line-height: 10px;
}

header .cart:after {
    content: attr(data-value);
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 14px;
    background: #5B62BC;
    border-radius: 50%;
    top: -5px;
    left: -25px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    background: white;
    padding: 10px;
    margin-left: -10px;
    border: 1px solid black;
    font-weight: normal;
}

nav.top-menu span {
    cursor: context-menu;
}

li.parent:hover ul.sub-menu {
    display: block;
}

li.active>a,
li.active>span {
    color: #5B62BC!important;
}

li.parent>span {
    display: block;
    position: relative;
    z-index: 1;
    padding-right: 18px;
}

nav.top-menu {
    /*margin: 22px 0;*/
}

li.parent>span:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 50%;
    margin-top: -2px;
    right: 0;
    background-position: -464px -15px;
}

ul.sub-menu li:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

nav.top-menu>ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
}

li.parent>span:hover:before {
    transform: rotate(180deg);
}

ul.sub-menu.topmenu-catalog {
    width: 150%;
    left: -25%;
    padding: 10px 0;
}

li.parent:hover ul.sub-menu.topmenu-catalog {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
}

ul.sub-menu.topmenu-catalog .menu-block {
    flex: 20%;
    padding: 0 10px;
}

ul.sub-menu.topmenu-catalog .menu-block>li>a {
    font-weight: bold;
    color: #5B62BC !important;
    font-size: 18px;
}

ul.sub-menu.topmenu-catalog li:not(:last-child) {
    margin-bottom: 0px;
    border-bottom: 0px solid black;
    padding-bottom: 0px;
}

ul.sub-menu.topmenu-catalog .menu-block .parent {
    position: relative;
}

.topmenu-catalog .menu-block .parent ul ul {
    margin-left: 15px;
    display: block;
}

.menu-block .parent li a {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 8px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.mobile-panel,
.mobile-menu {
    display: none;
}

.title-search-fader {
    display: none!important;
}

div.title-search-result {
    padding: 5px 15px;
    background: white;
    width: auto!important;
    z-index: 99;
    display: none;
}

table.title-search-result td:first-child,
table.title-search-result th:first-child {
    display: none;
}

td.title-search-more {
    padding-top: 21px;
}

.title-search-result a {
    color: black;
}

.title-search-result b {
    color: #5B62BC;
}

.main-slider>.slide-container:not(:first-child),
.product__slider-block>.slide_container:not(:first-child),
.news-slider>.news-item:not(:first-child) {
    display: none;
}

.main-slider>a {
    position: relative;
    padding-top: 25%;
}

.product__slider-block .product__slide-block {
    padding-top: 149%;
    position: relative;
}

.product__slider-block .product__slide-block-catalog {
    padding-top: 149%;
    position: relative;
}

.product__slider-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fixed__object{
    position: fixed;
    bottom: 0;
}
.sticky__object{
    position: absolute;
    bottom: 0;
}
.left-menu{
    margin-bottom: 0 !important;
}
aside{
    position: relative;
}
.sale-block .slick-next,.sale-block .slick-prev{
    display: none;
}
.grafic-raboty{
    font-weight: 500;
    font-size: 16px;
    color: white;
}   
.grafic-raboty span{
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding-top: 5px;
}   
@media (min-width: 1920px) {
    .container {
        max-width: 1703px;
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .container {
        max-width: 1570px;
    }
    #fast-view .modal-lg {
        max-width: 1170px;
    }
     :root {
        --fz: 17px;
        --lh: 1.3;
    }
    body {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    body {
        font-size: 16px;
        font-weight: 400;
    }
    header .lk {
        font-size: 16px;
    }
    .top-menu {
        font-size: 20px;
    }
    .container {
        max-width: 1410px;
    }
    #fast-view .modal-lg {
        max-width: 1170px;
    }
     :root {
        --fz: 19px;
        --lh: 24px;
    }
    .site-name {
        padding-bottom: 15px;
    }
    nav.top-menu {
        margin: 22px 0 2px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    body {
        font-size: 16px;
        font-weight: 400;
    }
    header .lk {
        font-size: 16px;
    }
    .top-menu {
        font-size: 20px;
    }
    header .favorite {
        display: inline-block;
        max-width: 34px;
        vertical-align: middle;
    }
    #fast-view .modal-lg {
        max-width: 1110px;
    }
     :root {
        --fz: 16px;
        --lh: 22px;
    }
    .site-name {
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .header__logo-link {
        padding-right: 15px;
        display: block;
        padding-top: 5px;
        height: 35px;
    }
    .header__callback {
        margin-left: 10px;
    }
    .sprite:before {
        background-image: url(../images/spritesheet-3-4.png);
    }
    .header__callback:before {
        width: 21px;
        height: 23px;
        left: -27px;
        background-position: -195px -191px;
        margin-top: -12px;
    }
    header .lk:before {
        width: 19px;
        height: 21px;
        background-position: -282px -209px;
        left: -25px;
        margin-top: -11px;
    }
    header .lk {
        margin-left: 0px;
    }
    .search {
        margin-left: 0;
    }
    .search:before {
        width: 19px;
        height: 21px;
        margin-top: -10px;
        left: -25px;
        background-position: -323px -209px;
    }
    header .favorite:before {
        margin-right: 15px;
        width: 27px;
        height: 25px;
        background-position: -336px -89px;
    }
    header .favorite:after {
        top: -10px;
        left: 20px;
    }
    header .cart:before {
        margin-top: -8px;
        width: 36px;
        height: 24px;
        background-position: -279px -90px;
        left: -49px;
    }
    header .cart {
        margin-left: 49px;
    }
    header .cart:after {
        top: -6px;
        left: -25px;
    }
    li.parent>span:before {
        width: 9px;
        height: 5px;
        margin-top: 0;
        right: 0;
        background-position: -348px -12px;
    }
    li.parent {
        padding-right: 12px;
    }
    ul.sub-menu {
        padding: 5px 10px;
    }
    ul.sub-menu li:not(:last-child) {
        padding-bottom: 2px;
        margin-bottom: 2px;
    }
}

@media (max-width: 1199px) {
    #fast-view .modal-lg .trading-offers tbody td[colspan="3"] {
        padding-left: 22px!important;
    }
     :root {
        --fz: 18px;
        --lh: 22px;
    }
    body {
        color: black;
        font-size: 16px;
        font-weight: 400;
    }
    .header__logo-link {
        margin: 0;
    }
    .top-menu {
        font-size: 20px;
    }
    .header__callback {
        margin-left: 27px;
    }
    .sprite:before {
        background-image: url(../images/spritesheet-3-4.png);
    }
    .header__callback:before {
        width: 21px;
        height: 23px;
        left: -27px;
        background-position: -195px -191px;
        margin-top: -12px;
    }
    header .lk:before {
        width: 19px;
        height: 21px;
        background-position: -282px -209px;
        left: -25px;
        margin-top: -11px;
    }
    header .lk {
        margin-left: 0px;
    }
    .search {
        margin-left: 0;
    }
    .search:before {
        width: 19px;
        height: 21px;
        margin-top: -10px;
        left: -25px;
        background-position: -323px -209px;
    }
    header .favorite:before {
        margin-right: 15px;
        width: 27px;
        height: 25px;
        background-position: -336px -89px;
    }
    header .favorite:after {
        top: -22px;
        left: 20px;
    }
    header .cart:before {
        margin-top: -8px;
        width: 36px;
        height: 24px;
        background-position: -279px -90px;
        left: -49px;
    }
    header .cart {
        margin-left: 49px;
    }
    header .cart:after {
        top: -6px;
        left: -25px;
    }
    li.parent>span:before {
        width: 9px;
        height: 5px;
        margin-top: 0;
        right: 0;
        background-position: -348px -12px;
    }
    li.parent {
        padding-right: 12px;
    }
    ul.sub-menu {
        padding: 5px 10px;
    }
    ul.sub-menu li:not(:last-child) {
        padding-bottom: 2px;
        margin-bottom: 2px;
    }
    nav.top-menu {
        margin: 15px 0 0;
    }
    .news-slider .news__date {
        font-size: 14px!important;
        line-height: 18px!important;
    }
    nav.top-menu {
        margin: 15px 0 0;
    }
    .l1 {
        left: -15px!important;
    }
    .l2 {
        right: -15px!important;
    }
    .l3 {
        top: -15px!important;
    }
    .l4 {
        bottom: -15px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-name {
        padding-bottom: 15px;
        margin-top: 5px;
    }
    header .lk {
        margin-left: 25px;
    }
    .search {
        margin-left: 25px;
        max-width: 225px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     :root {
        --fz: 16px;
        --lh: 20px;
    }
    .site-name {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 3px;
        margin-top: 4px;
    }
    header .lk {
        margin-left: 25px;
    }
    .search {
        margin-left: 25px;
    }
    header {
        margin-top: 15px;
    }
    .header__logo-link img {
        margin-top: 11px;
    }
    #fast-view .modal-lg .product-table__wrapper {
        order: -1;
        margin-bottom: 15px;
    }
    ul.sub-menu.topmenu-catalog {
        width: 120%;
        left: -10%;
    }
    .main-slider a {
        position: relative;
        padding-top: 46%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    header {
        margin-top: 15px;
    }
    .top-menu {
        font-size: 16px;
    }
    .main-slider a {
        position: relative;
        padding-top: 54%;
    }
    .site-name {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 2px;
    }
    header .lk {
        margin-left: 25px;
        margin-top: 10px;
    }
    .search {
        margin-left: 25px;
        margin-bottom: 15px;
    }
    .header__logo-link img {
        margin-top: 7px;
    }
    ul.sub-menu.topmenu-catalog {
        width: 100%;
        left: 0%;
    }
    ul.sub-menu.topmenu-catalog .menu-block {
        flex: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    header {
        margin-top: 15px;
    }
    .main-slider a {
        position: relative;
        padding-top: 152%;
    }
    .main-slider a img {
        object-fit: contain;
        object-position: top center;
    }
    .header__logo-link {
        margin: 0 auto;
    }
    .site-name {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
        padding-bottom: 0;
        border: none;
    }
    .mobile-panel {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
        height: 60px;
        z-index: 9999;
    }
    .mobile-panel__control-wrapper {
        flex: 1 1 20%;
        border: 0;
        margin: 0;
        padding: 0;
        background: linear-gradient(to bottom, transparent 10px, #5B62BC 10px);
    }
    button.search.mobile-panel__control:before {
        display: none;
    }
    button.burger.mobile-panel__control {
        flex: 0 0 50px;
        background: url(../images/burger.png) center center no-repeat;
    }
    .enter-exit.mobile-panel__control {
        background: linear-gradient(to bottom, transparent 10px, #a49d43 10px), url(../images/spritesheet-3-4.png) no-repeat;
        background-blend-mode: color;
        background-position: 0 0, -260px -191px;
        filter: invert(1);
        display: block;
        width: 62.5px;
        height: 50px;
        margin: 0 auto;
    }
    .callback-mobile.mobile-panel__control {
        background: linear-gradient(to bottom, transparent 10px, #a49d43 10px), url(../images/spritesheet-3-4.png) no-repeat;
        background-blend-mode: color;
        background-position: 0 0, -175px -174px;
        filter: invert(1);
        display: block;
        width: 62.5px;
        height: 50px;
        margin: 0 auto;
    }
    button.search.mobile-panel__control {
        background: linear-gradient(to bottom, transparent 10px, #a49d43 10px), url(../images/spritesheet-3-4.png) no-repeat;
        background-blend-mode: color;
        background-position: 0 0, -302px -191px;
        filter: invert(1);
        display: block;
        width: 62.5px;
        height: 50px;
        margin: 0 auto;
    }
    a.favorite.mobile-panel__control {
        background: linear-gradient(to bottom, transparent 10px, #a49d43 10px), url(../images/spritesheet-3-4.png) no-repeat;
        background-blend-mode: multiply;
        background-position: 0 0, -318px -72px;
        filter: invert(1);
        display: block;
        width: 62.5px;
        height: 50px;
        margin: 0 auto;
        position: relative;
    }
    a.cart.mobile-panel__control {
        background: linear-gradient(to bottom, transparent 10px, #a49d43 10px), url(../images/spritesheet-3-4.png) no-repeat;
        background-blend-mode: multiply;
        background-position: 0 0, -266px -72px;
        filter: invert(1);
        display: block;
        width: 62.5px;
        height: 50px;
        margin: 0 auto;
        position: relative;
    }
    .mobile-panel__control {
        outline: none!important;
        border: 0;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        padding: 25px 35px;
        padding-bottom: 60px;
        overflow: auto;
        transition: all 0.5s;
        z-index: 9998;
    }
    .mobile-menu.active {
        top: 0;
    }
    ul.mobile-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-weight: bold;
    }
    ul.mobile-list a {
        color: black!important;
    }
    ul.mobile-list li.active a,
    ul.mobile-list li.active span {
        color: #5B62BC!important;
    }
    ul.mobile-list li {
        margin-bottom: 10px;
    }
    .mobile-list ul.sub-menu {
        position: static;
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 10px;
        margin-left: 20px;
        margin-top: 10px;
        border: 0;
        font-weight: bold;
    }
    ul.sub-menu li {
        border: 0!important;
        margin: 0 0 5px!important;
        padding: 0!important;
    }
    li.parent>span:before {
        display: none;
        top: 10px;
    }
    li.parent:hover ul.sub-menu {
        display: none;
    }
    li.parent.opened ul.sub-menu {
        display: block;
        border-left: 1px solid #5B62BC;
    }
    a.favorite.mobile-panel__control:after,
    a.cart.mobile-panel__control:after {
        content: attr(data-value);
        top: 13px;
        right: 7px;
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #3c380e;
        border-radius: 50%;
        color: white;
    }
    a.favorite.mobile-panel__control.micro:after,
    a.cart.mobile-panel__control.micro:after {
        font-size: 12px;
        line-height: 12px;
    }
    a.favorite.mobile-panel__control.nano:after,
    a.cart.mobile-panel__control.nano:after {
        font-size: 10px;
        line-height: 10px;
    }
    #fast-view .modal-content {
        padding: 10px 0;
    }
    #fast-view button.close {
        display: block!important;
        position: absolute;
        top: 0;
        right: 10px;
        padding: 0 5px 3px;
        opacity: 1;
        z-index: 1;
    }
    #fast-view .modal-content .trading-offers tfoot td {
        padding-left: 15px!important;
    }
    .top-mobile-menu {
        background: #5B62BC;
        color: #fff;
        cursor: pointer;
        padding: 7px 0;
        margin: 5px 0;
    }
    .top-mobile-menu span {
        background: url(../images/burger-topmenu.png) no-repeat 0 50%;
        padding-left: 30px;
        font-size: 20px;
        font-weight: bold;
    }
    header .top-mobile-menu a {
        color: #fff !important;
        padding-right: 15px !important;
    }
    #search_mobile form.search-form #title-search-input_mobile {
        width: 80%;
        display: inline-block;
        vertical-align: middle;
    }
    #search_mobile form.search-form input[type=submit] {
        width: 19%;
        display: inline-block;
        vertical-align: middle;
        padding: 3px 2px;
        background: #686FC1;
        color: white;
    }
    .top-mobile-menu-block {
        float: left;
        padding-left: 15px !important;
    }
    .grafic-raboty{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #search_mobile form.search-form #title-search-input_mobile {
        width: 79%;
    }
    #search_mobile form.search-form input[type=submit] {
        width: 29%;
    }
}