* {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: var(--wary-white-gray);
}

::-webkit-scrollbar-thumb {
    background: var(--blue);
}

.hover-catalogs-black-plain {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
}

.max-width-200 {
    max-width: 200px;
}

.search input {
    outline: none !important;
}

.white-color-hover:hover {
    color: var(--white);
}

.easyzoom-flyout {
    z-index: 10 !important;
}

.fixed-scroll {
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.search {
    padding: 3px 15px;
    padding-right: 35px;
    background-image: url(/images/lupa.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-bottom: 20px;
    position: relative;
}

.search-results {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    padding: 15px;
    max-height: 30vh;
    overflow: auto;
    background: #fff;
    border: 1px solid var(--white-gray);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.search-results > div {
    margin-bottom: 10px;
}

.search-results > div:hover {
    background-color: var(--wary-white-gray);
}

.search-results .avatar {
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.search-results .link a {
    color: var(--blue);
}

.seo_body {
    overflow: auto;
    max-width: 100vw;
}

.footer-items-block {
    padding: 13px 60px;
    line-height: 20px;
    min-height: 50px;
}

.footer-items-block > div {
    padding: 0 10px;
}

.footer-items-block .contacts span {
    padding: 0 10px;
    font-size: 1vw;
}

.footer-items-block .cabinet-link {
    background-image: url(/images/cabinet.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
}

.footer-items-block .cabinet-link a {
    text-transform: uppercase;
    color: #fff;
    min-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.status {
    position: absolute;
    background-color: #186483;
    right: 0;
    top: 15px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.locales-block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.locales-block a {
    color: var(--white);
    padding: 0 5px;
}

.locales-block a.active {
    text-decoration: underline;
}

.blue-button {
    background-color: var(--blue);
    text-align: center;
    text-transform: uppercase;
    padding: 8px 13px;
    display: block;
    color: var(--white);
    cursor: pointer;
}

.gray-button {
    background-color: #e7e7e7;
    border: none;
    padding: 6px 25px;
    text-transform: uppercase;
}

.wary-white-gray-button {
    background-color: var(--wary-white-gray);
    text-align: center;
    text-transform: uppercase;
    padding: 5px 8px;
    display: block;
    color: var(--wary-gray);
    cursor: pointer;
    width: 160px;
}

.left-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
}

.left-menu .menu-item {
    text-transform: uppercase;
}

.left-menu .menu-item a {
    color: var(--gray-black);
}

.left-menu-collapsing-content .menu-item {
    text-transform: uppercase;
}

.left-menu-collapsing-content .menu-item a {
    color: var(--gray-black);
}

.left-menu-collapsing {
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.left-menu-collapsing:not(.collapsed) {
    /*border: 3px solid var(--blue);*/
    /*border-bottom: 0;*/
    /*margin-top: -23px;*/
}

.left-menu-collapsing i {
    font-size: 26px;
}

.left-menu-collapsing-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.item-child-block {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 0;
}

.item-child-block .item-child-block .item-child-block {
    overflow: auto;
    max-height: 50vh;
}

.hovered-catalog-menu > .item {
    margin: 0 -10px;
}

.hovered-catalog-menu .item.hover {
    background-color: rgba(155, 225, 255, 0.3);
}

.hovered-catalog-menu .item.hover > .item-child-block {
    display: block;
}

.left-menu-collapsing-content {
    position: absolute;
    z-index: 1;
    border: 4px solid var(--blue);
    border-top: none;
    width: calc(100% - 9px);
    background-color: var(--white-gray);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.left-menu-collapsing-content.up-300 {
    -webkit-transform: translate(0, -300%);
    -ms-transform: translate(0, -300%);
    transform: translate(0, -300%);
}

.hovered-catalog-menu {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    width: calc(100% - 10px);
    display: none;
    z-index: 1;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    min-height: 250px;
}

.hovered-catalog-menu.active {
    display: block;
}

.hovered-catalog-menu .item {
    padding: 10px;
}

.hovered-catalog-menu .item.hover > a {
    color: var(--blue);
    text-decoration: underline;
}

.hovered-catalog-menu .item a {
    color: var(--gray-black);
    display: block;
}

.left-menu-block {
    margin-bottom: 15px;
}

.left-menu-block ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.left-menu-block > ul {
    padding-left: 20px;
    padding-top: 10px;
}


.left-menu-block ul li > * {
    display: block;
    color: var(--gray-black);
    margin-bottom: 0;
}


.left-menu-block ul li > *:hover {
    color: var(--blue);
}

.left-menu-block-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

.catalog-list li {
    padding: 10px;
    margin: 0px -10px 0 -20px;
}

.sub-catalog-list li {
    margin-left: 10px;
    padding: 5px 0 5px 10px;
    background-image: url(/images/blue-dot.png);
    background-repeat: no-repeat;
    background-position: left center;
}

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

.color-filter {
    cursor: pointer;
}

.checkbox {
    height: 18px;
    width: 18px;
    border: 1px solid var(--middle-white-gray);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.checkbox.color-filter {
    margin-bottom: 8px;
}

.checkbox.checked:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    border-right: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox.color-filter.checked:after {
    content: none;
}

.checkbox.color-filter.checked {
    -webkit-box-shadow: 0 0 0 3px var(--blue);
    box-shadow: 0 0 0 3px var(--blue);
}

.left-menu-buttons {
    background-color: var(--wary-white-gray);
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4c4b4b;
    cursor: pointer;
}

.left-menu-buttons .text {
    padding: 8px 13px;
}

.left-menu-buttons .ico {
    width: 58px;
    height: 58px;
    background-position: 7px center;
    background-color: #186483;
    color: #fff;
    padding: 11px 10px;
    background-repeat: no-repeat;
}

.left-menu-buttons:hover {
    background-color: var(--blue);
}

.left-menu-buttons:hover .text {
    color: #fff;
}

.left-menu-buttons:hover .ico {
    background-color: #3f89a7;
}

.h-without-20px {
    height: calc(100% - 30px);
}

.border-white-gray-right-without {
    margin-right: -9px;
}

.border-white-gray-right {
    border-right: 9px solid var(--wary-white-gray);
}

.breadcrumbs-list li {
    list-style: none;
    padding-left: 25px;
    background-image: url(/images/arrow.svg);
    background-size: auto 10px;
    background-position: 10px center;
    background-repeat: no-repeat;
    display: block;
}

.breadcrumbs-list li a {
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.breadcrumbs-list > :first-child {
    background-image: none;
    padding-left: 20px;
}

.left-menu-expand-block {
    overflow: auto;
    max-height: calc(100vh / 3);
}

.content-block-height-fixer:after, .content-block-height-fixer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.content-block-height-fixer:after {
    height: calc(100%);
    width: 10px;
    -webkit-box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.2);
}

.content-block-height-fixer:before {
    height: 10px;
    width: 100%;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

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

.product-props li {
    padding: 10px 0;
}

.without-h-50px {
    margin: 0 -50px;
}

.product-gray-heading {
    margin: 0 -50px;
    background-color: var(--wary-white-gray);
    padding: 15px 50px;
}

.brand-gray-heading {
    background-color: var(--wary-white-gray);
    padding: 15px;
}

.extra-products-block {
    margin: 0 -50px;
}

.d-none-last {
    position: absolute !important;
    left: 200vw !important;
    filter: blur(10px);
}

.cover-black-plain {
    transition: 0.6s filter;
}

.fixed {
    position: fixed !important;
}

.callback-contacts-form {
    position: relative;
}

.close-form-gray {
    position: absolute;
    background-color: var(--wary-white-gray);
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.close-form-gray:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-bottom: 2px solid;
}

.close-form-gray:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 15px;
    border-bottom: 2px solid;
}

.mobile-left-side-collapsing {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(/images/labuda.svg);
    height: 40px;
    width: 30px;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

.mobile-left-side-collapsing.active {
    position: absolute;
    right: 9px;
    left: auto;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.left-side-container {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.start-left-menu {
    min-height: unset;
    position: relative;
    width: 100%;
}

.pagination-parent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #186483;
    border-color: #186483;
}

.page-link {
    color: #186483;
    font-size: 12px;
    padding: 0.35rem 0.60rem;
}

.small-counter {
    color: var(--gray);
    font-size: 10px;
}

.logo {
    max-height: 20vh;
    padding: 15px 0;
}

.logo img {
    max-height: 100%;
}

.hovered-catalog-menu-block {
    padding-right: 9px;
}

@media (min-width: 768px) {
    .left-menu-expand-block {
        overflow: auto;
        max-height: calc(30vh + 90px);
    }
}

@media (min-width: 1320px) {
    .lg-w-without-300px {
        width: calc(100vw - 300px);
    }

    .content-block-height-fixer {
        height: calc(100vh - 80px);
        max-height: 100vh;
        min-height: 100%;
    }

    .start-left-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 300px;
    }
}

@media (max-width: 1319px) {
    .left-menu-top-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px;
        padding-right: 20px;
        border-bottom: 2px solid var(--blue);
    }

    .hovered-catalog-menu-block {
        display: none;
    }

    .logo {
        max-width: 20%;
        height: auto;
    }

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

    .search {
        margin: 0 15px;
    }

    .left-menu-expand-block {
        max-height: calc(100vh - 190px);
        margin-top: 0;
        padding-top: 10px;
    }

    .left-side-container {
        position: fixed;
        z-index: 10;
    }

    .left-side-container.hidden {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    .mobile-left-side-collapsing {
        display: block;
    }

    .left-menu-collapsing-content {
        border: none;
        max-height: calc(100vh - 80px);
        overflow: auto;
        margin: 0;
        width: 100%;
    }

    .left-menu-collapsing-fixer {
        max-height: calc(100vh - 140px);
        overflow: auto;
    }

    .left-menu-collapsing:not(.collapsed) {
        border: none;
        margin-top: 2px;
    }
}
