:root {
    --site-bg-color: #ffffff;
    --header-bg-color: #2a2c30;
    --footer-bg-color: #2a2c30;
    --main-color: #ff7d00;
    --main-active-color: #ffab00;
    --sub_main-color: #2a2c30;
    --btn-bg-standart: #2a2c30;
    --btn-bg: #ff7d00;
    --btn-bg-hover: #3c3c45;
    --btn-bg-active: #3c3c45;
    --text-color: #565555;
    --text-hevy: #3a3a3a;
    --text-saturated: #c6c6c6;
    --text-contrast: #ffffff;
    --text_main-color: #ff7d00;
    --text_sub-color: #2a2c30;
    --text-light: #7e7e7e;
    --icon-color: #ff7d00;
    --active-icon-color: #ffab00;
    --border-color: #bcbdbc;
    --link-color: #ffab00;
    --link-color-active: #ff7d00;
}

@keyframes arrow-anim-2 {
    0% {
        opacity: 1;
        background-image: url(../images/slider-arrow.svg)
    }
    50% {
        opacity: 0;
        background-image: url(../images/slider-arrow-gray.svg)
    }
    to {
        opacity: 1;
        background-image: url(../images/slider-arrow-gray.svg)
    }
}

@keyframes arrow-anim {
    0% {
        opacity: 1;
        background-image: url(../images/slider-arrow-gray.svg)
    }
    50% {
        opacity: 0;
        background-image: url(../images/slider-arrow-gray.svg)
    }
    to {
        opacity: 1;
        background-image: url(../images/slider-arrow.svg)
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    outline: 0
}
/*
    .slick-slide:not(.banner_slider-one.slick-slide) {
        height: 100%
    }
 */

[dir=rtl] .slick-slide {
    float: right
}

.logo_wrap a, .slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-list {
    width: 100%
}

.dropdown, .dropdown UL {
    border: 1px solid #d7d7d7
}

.dropdown {
    position: relative;
    height: 42px;
    border-radius: 3px;
    transition: width .3s
}

.dropdown_short {
    width: 68px;
    height: 30px;
    margin: 0 20px;
    color: #1d1d1d
}

.dropdown.dropdown-open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown.dropdown_short.dropdown-open {
    width: 68px
}

.dropdown .overflow {
    height: 100%;
    padding: 0 40px 0 0;
    background-color: #fff
}

.dropdown.short .overflow {
    width: 138px
}

.dropdown.dropdown-open .overflow {
    z-index: 10
}

.dropdown Span {
    color: #666;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    z-index: 2
}

.dropdown_short Span {
    padding: 0 10px
}

.dropdown UL {
    position: absolute;
    top: 40px;
    right: -1px;
    left: -1px;
    background: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    z-index: 4;
    margin: 0;
    border-top: none;
    overflow-y: auto;
    display: none
}

.dropdown_short ul {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    top: 28px;
    overflow: auto
}

.dropdown .overflow, .dropdown UL LI, .dropdown UL LI A {
    width: 100%;
    position: relative;
    float: left
}

.dropdown UL LI {
    background: 0 0;
    font-size: 15px;
    line-height: 1.2;
    border-top: 1px solid #d7d7d7
}

.dropdown_short UL LI {
    border: 0
}

.dropdown UL LI A {
    text-decoration: none;
    color: #666;
    padding: 11px 20px;
    transition: .3s
}

.dropdown_short ul li a {
    color: #1d1d1d;
    text-align: center;
    padding: 6px 0
}

.dropdown UL LI A:hover {
    background-color: var(--main-color);
    color: #fff
}

.dropdown_short ul li a:hover {
    background-color: var(--main-color);
    color: initial
}

.dropdown UL LI A.selected {
    display: none
}

.drop_arrow {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    transition: background-color .3s;
    cursor: pointer
}

.drop_arrow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -5.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0;
    border-color: #ccc transparent transparent;
    transition: .3s
}

.dropdown-open .drop_arrow:after {
    border-top-color: #747474;
    transform: rotateX(180deg)
}

.dropdown_short .drop_arrow {
    right: -1px;
    top: -1px;
    background-color: var(--sub_main-color);
    border-radius: 0 3px 3px 0;
    width: 31px;
    height: 30px
}

.dropdown_short .drop_arrow:after {
    border-width: 6px 3.5px 0;
    border-color: #fff transparent transparent;
    margin-left: -3.5px
}

.dropdown_short .drop_arrow:hover {
    background-color: var(--main-color);
}

.dropdown_alt {
    width: 100%;
    height: 50px;
    color: #504f4f
}

.dropdown_alt span {
    font-size: 16px
}

.dropdown_alt .drop_arrow {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    right: -1px;
    top: -1px
}

.dropdown_alt .drop_arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0;
    border-color: #fff transparent transparent;
    margin: -5.5px 0 0 -8px
}

.dropdown_alt ul {
    border: 0;
    top: calc(100% + 1px)
}

.dropdown_alt UL LI {
    font-size: 16px;
    border: 0
}

.dropdown_alt UL LI A {
    background-color: #f7f7f7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    color: #504f4f;
    padding: 14px 20px
}

.dropdown_alt UL LI + LI A {
    border-top: 1px solid #d7d7d7
}

.dropdown_alt UL LI:last-child A {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.dropdown_alt UL LI A:hover {
    border-color: var(--main-color);
}

.dropdown_alt.dropdown-open {
    width: initial
}

.dropdown_alt.dropdown-open .drop_arrow {
    border-bottom-right-radius: 0
}

.dropdown_sm {
    background-color: #fff;
    height: 45px
}

.dropdown_sm .drop_arrow {
    width: 45px;
    height: 45px
}

.dropdown_sm .drop_arrow:after {
    border-width: 8px 6px 0;
    border-color: #fff transparent transparent;
    margin: -4px 0 0 -6px
}

.options_dropdown_list UL LI {
    position: relative;
    padding: 0 0 0 10px
}

.options_dropdown_list UL LI:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 11px
}

.options_dropdown_list UL LI A {
    text-decoration: none;
    color: #117f8a;
    -webkit-transition: color .3s;
    transition: color .3s
}

.options_dropdown_list UL LI A:hover {
    color: #000
}

.options_dropdown_tile UL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0
}

.options_dropdown_tile UL LI {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 3px 3px 0
}

.options_dropdown_tile UL LI A {
    text-decoration: none;
    padding: 5px 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.options_dropdown_tile UL LI A:hover {
    background-color: #117f8a;
    color: #fff
}

.options_dropdown_tile UL LI.disabled {
    opacity: .5
}

.options_dropdown_tile UL LI.disabled a {
    cursor: default
}

.options_dropdown_tile UL LI A, .options_dropdown_tile UL LI.disabled a:hover {
    background-color: #f3f3f3;
    color: #000
}

*, ::after, ::before {
    box-sizing: border-box
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, p {
    margin: 0
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button, input, select, textarea {
    font: inherit
}

body, main {
    display: flex;
    flex-direction: column
}

body {
    min-width: 360px;
    width: 100%
}

BODY, HTML, article {
    color: var(--text-color)
}

BODY, HTML {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%
}

main {
    flex: 1 0 auto
}

article {
    font-size: 15px;
    line-height: 1.2
}

a {
    color: var(--link-color);
    transition: .3s
}

.admin_base a {
    transition: 0s;
}

a:not([class]):hover {
    text-decoration: none;
}

input:not([type=checkbox],[type=submit]) {
    height: 41px;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 4px;
    padding: 0 10px 0 15px;
    background-color: var(--site-bg-color)
}

input::placeholder {
    font-size: 14px;
    color: #999
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
    color: var(--text-color);
    border: 1px solid var(--border-color);
    transition: .3s
}

.dropdown.error, input[type=email].error, input[type=number].error, input[type=password].error, input[type=tel].error, input[type=text].error, textarea.error {
    border-color: #e01212
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
    border-color: var(--main-color);
    outline: 0;
    outline-offset: 0
}

input[type=tel] {
    font-size: 16px
}

input[type=tel]::placeholder {
    color: var(--text-color);
    font-size: 16px
}

textarea {
    padding-top: 10px;
    padding-left: 18px;
    border-radius: 4px;
    font-size: 14px;
    height: 75px;
    resize: none;
    background-color: var(--site-bg-color)
}

.contacts_title, h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 18px
}

article h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 38px;
}

h2.article_subtitle {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    display: block;
    margin-bottom: 18px;
    width: 100%
}

article h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 34px;
}

article h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

article p {
    margin-bottom: 18px
}

article ol, article ul {
    padding-left: 30px;
    margin-bottom: 20px
}

article ul {
    list-style: disc
}

article ol {
    list-style: decimal
}

Article img {
    max-width: 100%;
    object-fit: contain;
}

Article img.img_mob {
    max-width: unset;
}

article a:not([class]) {
    color: var(--icon-color)
}

article a:not([class]):hover {
    text-decoration: none
}

article table {
    width: 100%;
    max-width: 100%;
}

article iframe {
    max-width: 100%;
}

Table {
    border-collapse: collapse
}

.table_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
}

.table_scroll table {
    max-width: 100%;
}

.hidden {
    display: none !important
}

.hidden.search_hidden {
    z-index: 14
}

.danger,
.danger * {
    font-weight: 700;
    color: red !important;
}

.centre {
    margin: 0 auto;
    width: 100%;
    max-width: 1345px;
    padding: 0 15px
}

.icon {
    width: 20px;
    height: 20px
}

svg.heart {
    fill: transparent
}

svg.heart .border {
    fill: var(--text-color);
}

.btn, .btn.btn_icon.btn_icon-text .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-contrast);
    text-decoration: none;
    background-color: var(--btn-bg);
    border: 0;
    border-radius: 4px;
    padding: 3px 25px;
    width: max-content;
    min-height: 40px;
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.btn:hover {
    background-color: var(--btn-bg-hover)
}

.search_variants UL LI A.all_results:hover {
    background-color: var(--sub_main-color)
}

.btn.btn_icon {
    padding: 0 12px
}

.btn.btn_icon svg {
    margin-left: 0;
    width: 24px;
    height: 24px;
    fill: var(--text-contrast);
    position: relative
}

.btn.btn_icon.btn_icon-text .svg_wrap {
    margin-right: 12px
}

.btn.active {
    background-color: var(--btn-bg-active)
}

.btn.active:hover {
    filter: saturate(2)
}

.btn.active .svg_wrap {
    position: relative
}

.btn.active .svg_wrap::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 2
}

.btn.active .svg_wrap::after {
    content: "";
    width: 9px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 4px;
    right: -3px;
    transform: rotate(-45deg);
    z-index: 2
}

.btn.not_active {
    background-color: #c7c9c9;
    color: var(--text-color);
}

.add_to_catd .btn.not_active {
    padding: 0;
    /*color: #3a3a3a;*/
    font-size: 22px
}

.add_to_catd .btn:hover {
    color: #fff
}

.title {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 35px
}

h1.title,
h2.title {
    font-weight: 400;
}

.header_site {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 6px;
    background-color: var(--header-bg-color);
    color: var(--text-contrast);
}

.header_cat {
    display: none;
    border-bottom: 1px solid var(--border-color);
    background-color: #fafafa;
}

.header_cat .centre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header_cat .centre::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: 1px;
    background-color: var(--border-color);
}

.header_top {
    padding: 10px 0 0 0;
}

.logo_wrap {
    display: block;
    margin: 0 auto;
    width: 250px
}

.logo_wrap img {
    width: 100%;
    height: auto
}

.header_contact, .toggle_language, .header_center-phone {
    display: none
}

.header_nav {
    display: none;
    margin: 0 30px 0 10px;
}

.header_nav ul {
    display: grid;
    grid-template-columns: repeat(5,max-content);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.header_nav li {
    position: relative;
}

.header_nav ul a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #86939c;
    transition: .3s;
}

.header_nav ul a.active, .header_nav ul a:hover {
    color: var(--link-color);
}

.header_bottom {
    padding-top: 10px;
}

.header_bottom .centre {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.open_menu, .search_variants UL LI A {
    position: relative;
    display: flex;
    align-items: center
}

.open_menu {
    font-size: 0;
    margin-left: -15px;
    padding: 0 15px;
    height: 50px;
    background-color: #1c1e1f;
    border: 1px solid var(--border-color);
    z-index: 1;
}

.open_menu .icon {
    width: 25px;
    height: 25px;
    fill: var(--text-contrast);
    z-index: 1
}

.search_header {
    position: fixed;
    display: flex;
    top: -55px;
    left: 0;
    width: 100%;
    max-width: 725px;
    transition: .3s
}

.search_header.active {
    top: 0;
    z-index: 13
}

.search_header input {
    width: calc(100% - 45px);
    padding-right: 153px;
    height: 50px;
    border: 0;
    border-radius: 0
}

.search_header.focus {
    border-color: var(--sub_main-color);
    z-index: 15
}

.search_variants {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fafafa;
    border-radius: 2px;
    z-index: 8
}

.search_variants UL {
    width: 100%;
    max-height: 385px;
    overflow: auto;
}

.search_variants UL LI {
    position: relative;
    float: left;
    margin-top: 6px;
    width: 100%
}
.search_variants UL LI:nth-last-child(2) {
    margin-bottom: 40px;
}

.search_variants UL LI:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.search_variants UL LI A {
    width: 100%;
    background: 0 0;
    border-radius: 0;
    height: auto;
    border: 0;
    right: auto;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #737373;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: .3s;
    transition: .3s
}

.search_variants UL LI A Img {
    position: relative;
    float: left;
    width: 74px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 12px 0 0
}

.search_variants UL LI A.all_results {
    background-color: var(--main-active-color);
    color: #fff;
    text-align: right;
    padding: 10px;
    transition: .3s
}

.search_variants UL LI A.all_results:hover {
    background-color: var(--sub_main-color);
}

.close_search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
    z-index: 10
}

.all_categories, .search_categories a {
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none
}

.all_categories {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    min-width: 153px;
    height: 45px;
    padding-left: 15px;
    border-left: 1px solid var(--border-color);
}

.all_categories::before {
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid var(--text-color);
    border-left: 1px solid var(--text-color);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s
}

.all_categories.active::before {
    transform: translateY(-50%) rotate(135deg)
}

.search_categories {
    display: none;
    position: absolute;
    right: -2px;
    top: 100%;
    background-color: #fff;
    width: 185px;
    border: 1px solid var(--border-color);
    border-top: none;
    z-index: 9
}

.search_categories.active {
    display: block
}

.search_categories a {
    display: block;
    width: 100%;
    padding: 5px;
    transition: .3s;
    position: relative
}

.paginator a.active.paginator strong, .search_categories a:hover {
    background-color: var(--main-color);
    color: var(--text-contrast)
}

.header_control, .search_btn {
    display: flex;
    align-items: center
}

.search_btn {
    justify-content: center;
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: var(--main-active-color);
    transition: 0.3s
}

.search_btn:hover {
    background-color: var(--btn-bg-hover);
}

.search_btn .icon {
    width: 20px;
    height: 25px;
    fill: var(--text-contrast);
    transition: .3s
}

.search_header.focus .search_btn:hover .icon {
    fill: #fff
}

.header_control {
    justify-content: flex-end;
    width: 100%
}

.header-dropdown {
    display: flex;
    align-items: center;
    position: relative
}

.header-dropdown:last-child .cart_dropdown {
    border: 1px solid var(--main-color);
    border-radius: 6px;
    overflow: hidden
}

.header_open {
    justify-content: center;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-left: 25px;
    position: relative;
    text-decoration: none
}

.added_goods li, .header_open, .open_search {
    display: flex;
    align-items: center
}

#compare_list_icon .header_open {
    position: relative;
}

#compare_list_icon .header_open::before,
#compare_list_icon .header_open::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    position: absolute;
    bottom: 0;
    top: auto;
}

#compare_list_icon .header_open::before {
    left: -10px;
}

#compare_list_icon .header_open::after {
    left: auto;
    right: -16px;

}

.header_counter, .open_search {
    text-decoration: none;
    justify-content: center
}

.open_search {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
}

.open_search::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    position: absolute;
    bottom: 0;
   right: -15px;
}

.header_open::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 0;
}

.header_open .icon, .open_search .icon {
    width: 35px;
    height: 35px;
    fill: var(--text-contrast);
    position: relative
}

.open_cart_form + .header_hidden .del_item {
    border-color: var(--sub_main-color)
}

.header_hidden .del_item:hover {
    border-color: var(--text-color);
}

.header_counter {
    font-size: 12px;
    min-width: 20px;
    padding: 0 4px;
    height: 20px;
    display: flex;
    align-items: center;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: var(--text-contrast);
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: -12px
}

.open_search {
    margin: 0
}

.header_hidden {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 11;
    box-shadow: 0 4px 8px 0 rgba(34, 60, 80, .2)
}

.header_hidden:hover {
    display: block;
}

.header_hidden.active, .header_hidden:hover {
    display: block
}

.header-dropdown.favorite .header_hidden {
    transform: translateX(135px)
}

.header-dropdown.scale .header_hidden {
    transform: translateX(70px)
}

.empty_list {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    width: 320px;
    background-color: var(--site-bg-color);
    border-radius: 5px;
    overflow: hidden
}

.empty_titile {
    color: var(--text-color);
    width: 100%;
    padding: 10px;
    background-color: #e4e7e6;
}

.empty_text {
    color: var(--text-color);
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding: 30px 25px 30px 120px
}

.header_hidden .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 25px;
    top: calc(50% + 40px);
    transform: translateY(calc(-50% - 20px))
}

.added_goods {
    width: 280px;
    background-color: var(--site-bg-color);
    border-radius: 5px
}

.added_goods li {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px 10px 10px 15px
}

.added_goods li:not(:last-child) {
    border-bottom: 1px solid var(--border-color)
}

.main_menu nav > ul > li > a, .one_item, .phone_header a {
    color: var(--text-color);
    text-decoration: none;
    transition: .3s
}

.one_item {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .3px
}

.gift_wrap > div.delivery, .one_item:hover, .phone_header a:hover {
    color: var(--main-color)
}

.gift_wrap span {
    color: #5fae5b;
    background-color: transparent;
}

.del_item, .phone_header {
    border: 1px solid var(--border-color)
}

.del_item {
    display: block;
    flex: 0 0 22px;
    margin-left: 20px;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    transition: .3s;
    position: relative;
    font-size: 0
}

.del_item:hover, .modal_cart .del_item {
    border-color: var(--text-color)
}

.del_item:hover {
    background-color: var(--text-color)
}

.del_item::after, .del_item::before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: var(--text-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.del_item::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.del_item::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.del_item:hover::after, .del_item:hover::before {
    background-color: var(--text-contrast)
}

.phone_header {
    z-index: 1;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    padding: 75px 25px 12px 0;
    top: -10px;
    right: -5px;
    width: 245px;
    background-color: var(--site-bg-color);
    border-radius: 4px
}

.main_phone-wrap {
    z-index: 2
}

.header_contact .phone_header.active {
    display: flex
}

.phone_header span {
    color: var(--text-color);
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    text-align: end
}

.main_menu nav > ul > li > a, .phone_header a {
    width: 100%
}

.phone_header a {
    display: flex;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px
}

.main_menu .phone_header a {
    font-size: 18px;
    line-height: 22px
}

.phone_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.close_filters, .close_menu, .main_menu {
    position: absolute;
    top: 0;
    background-color: var(--site-bg-color)
}

.main_menu {
    left: calc(-120% - 60px);
    padding-bottom: 40px;
    width: 280px;
    box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, .2);
    transition: .3s;
    z-index: 14
}

.main_menu.active {
    left: 0
}

.main_menu .language_menu {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9
}

.main_menu .language_menu a {
    display: block;
    background-color: #e4e7e6;
    color: var(--text-color);
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 8px;
    text-decoration: none;
    height: max-content
}

.main_menu .language_menu a.active {
    background-color: var(--sub_main-color);
    color: var(--text-contrast)
}

.close_filters, .close_menu {
    font-size: 0;
    left: 100%;
    width: 60px;
    height: 60px;
    box-shadow: 9px 0 8px -2px rgba(34, 60, 80, .2) inset
}

.close_filters::after, .close_filters::before, .close_menu::after, .close_menu::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #777;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.close_filters::before, .close_menu::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close_filters::after, .close_menu::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close_filters:hover::after, .close_filters:hover::before, .close_menu:hover::after, .close_menu:hover::before {
    background-color: var(--main-color)
}

.main_menu-wrap {
    overflow: auto;
    max-height: 100vh
}

.main_menu .phone_header {
    display: block;
    position: relative;
    border: 0;
    padding: 0 20px;
    margin-bottom: 10px
}

.dark_bg, .main_menu_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .4;
    z-index: 11
}

.dark_bg.menu_opened {
    z-index: 7
}

.main_menu nav {
    margin-bottom: 35px
}

.main_menu_bg {
    display: block
}

.main_menu nav > ul > li > a {
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #e9e9e9
}

.main_menu nav ul ul > li > a::before, .main_menu nav > ul > li > a.arrow_menu::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s
}

.main_menu nav > ul > li > a.active.arrow_menu::before {
    transform: translateY(-50%) rotate(225deg)
}

.main_menu nav > ul > li > a.not_vector {
    padding-left: 50px
}

.main_menu nav > ul > li > a svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: #bbb;
    transition: .3s
}

.main_menu nav > ul > li > a:hover {
    background-color: #e9e9e9;
    font-weight: 700
}

.main_menu nav > ul > li > a:hover svg {
    fill: var(--main-color)
}

.main_menu .header_call-back {
    margin-left: 20px
}

.header_call-back {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-color);
    text-decoration: none;
    letter-spacing: .3px;
    z-index: 9;
    border-bottom: 1px dashed var(--main-color)
}

.cart_dropdown li, .main_menu nav ul ul > li > a, .main_menu nav > ul > li > a {
    display: flex;
    align-items: center;
    position: relative
}

.main_menu nav ul ul > li > a {
    padding: 5px 30px 5px 50px;
    min-height: 50px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-color);
    text-decoration: none;
    transition: .3s
}

.main_menu nav ul ul > li > a:hover {
    background-color: #e9e9e9
}

.main_menu nav ul ul > li > a::before {
    transform: translateY(-50%) rotate(-45deg)
}

.descktop_catalog {
    display: none
}

.cart_dropdown {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 22px 10px 10px;
    background-color: var(--site-bg-color)
}

.cart_dropdown ul {
    max-height: 345px;
    overflow: auto;
    border-bottom: 1px solid var(--border-color)
}

.cart_dropdown li {
    padding-left: 40px;
    padding-right: 15px;
    margin-bottom: 20px
}

.cart_dropdown .cart_photo {
    display: flex;
    margin-right: 22px;
    min-width: 85px;
    width: 85px;
    height: 80px;
    border: 1px solid #9a9999;
    transition: .3s
}

.cart_dropdown .cart_photo.active {
    border-color: var(--sub_main-color)
}

.cart_dropdown li:hover .cart_photo {
    border-color: var(--main-color);
}

.cart_dropdown .cart_photo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.cart_dropdown .cart_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-color)
}

.cart_title {
    text-decoration: none;
    margin-bottom: 5px;
    color: var(--text-color);
    transition: .3s
}

.cart_dropdown li:hover .cart_title {
    color: var(--main-color);
}

.cart_title:hover, .gift_wrap > div.gift {
    color: var(--sub_main-color)
}

.prise_item {
    display: flex;
    justify-content: space-between;
    color: var(--main-active-color)
}

.control_cart {
    display: flex;
    flex-direction: column
}

.cart_dropdown .del_item {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.cart_dropdown .total_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color)
}

.cart_dropdown .total_price span:last-child {
    display: inline-block;
    color: var(--main-color);
    margin-left: 30px;
    max-width: 150px
}

.cart_btn {
    padding: 0 20px;
    margin: 0 auto 12px
}

.bottom_product .to_cart {
    font-size: 0;
    line-height: 0
}

.bottom_product .to_cart.active {
    background-color: var(--sub_main-color);
}

.to_cart {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.to_cart:hover {
    color: var(--main-color)
}

.to_cart .icon {
    width: 26px;
    height: 26px;
    fill: var(--text-color);
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-left: 15px;
    transition: .3s
}

.to_cart:hover .icon {
    fill:var(--text-contrast)
}

.header_site-fixed.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11
}

.header_site-fixed.fixed.opened_search {
    z-index: 12;
}

.footer_inner ul.contact_list a::before, .footer_inner.footer_inner-not_list .footer_title::before, .header_site-fixed.fixed .header_top {
    display: none
}

.header_site-fixed.fixed {
    box-shadow: 0 5px 10px rgb(0 0 0/20%);
}

.header_site-fixed.fixed + main {
    padding-top: 145px;
}

.footer_site {
    color: var(--text-saturated);
    background-color: var(--footer-bg-color);
    padding-top: 22px;
    padding-bottom: 30px;
    flex: 0 0 auto
}

.footer_title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-saturated);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--main-active-color);
    position: relative;
    cursor: pointer
}

.all_offices::before, .footer_title::before {
    content: "";
    position: absolute;
    right: 0;
    transition: .3s
}

.footer_title::before {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.footer_title.active::before {
    transform: translateY(-50%) rotate(-135deg)
}

.footer_hidden {
    display: none;
    margin-bottom: 20px
}

.footer_hidden.active, .footer_inner.footer_inner-not_list .footer_hidden {
    display: block
}

.all_offices, .footer_inner ul a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    position: relative
}

.all_offices {
    white-space: nowrap;
    color: var(--main-active-color);
    text-transform: uppercase;
    padding-right: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--main-active-color)
}

.all_offices::before {
    width: 8px;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid var(--main-active-color);
    top: 3px
}

.all_offices:hover {
    color: var(--text-saturated) !important;
    border-color: var(--text-saturated) !important;
    border-bottom: none
}

.footer_inner ul a {
    display: inline-block;
    color: var(--text-saturated);
    padding-left: 15px;
    margin-bottom: 10px
}

.footer_inner ul a::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 5px solid var(--text-saturated);
    position: absolute;
    left: 0;
    top: 4px;
    transition: .3s
}

.footer_inner ul a:hover::before {
    border-left: 5px solid var(--link-color);
}

.footer_inner ul.contact_list {
    margin-bottom: 8px
}

.footer_inner ul.contact_list a {
    padding-left: 40px;
    margin-bottom: 15px
}

.footer_inner ul.contact_list svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.footer_inner ul.contact_list a.email svg {
    fill: var(--text-saturated)
}

.footer_inner ul.payment_list {
    display: flex;
    flex-wrap: wrap
}

.footer_inner ul.payment_list li {
    display: block;
    margin-right: 12px;
    height: 55px
}

.footer_inner ul.payment_list li img {
    height: auto;
    width: 100%;
    background-color: var(--site-bg-color);
}

.footer_inner.mob_hidden {
    display: none
}

.footer_logo {
    display: block;
    margin-bottom: 25px;
    width: 200px
}

.footer_logo Img {
    display: block;
    width: 100%;
    height: auto;
}

.work_time-inner {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px
}

.work_title {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-saturated);
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--main-active-color);
}

.work_time-inner .icon {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    fill: var(--sub_main-color)
}

.work_text li {
    display: grid;
    grid-template-columns:70px 1fr
}

.work_text li span:last-child {
    color: var(--main-active-color)
}

.social_footer a {
    font-size: 0;
    display: flex;
    align-items: center;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-color: var(--text-color);
    border-radius: 50%;
    transition: .3s
}

.social_footer a .icon {
    width: 14px;
    height: 14px;
    fill: var(--text-contrast)
}

.social_footer ul {
    display: flex
}

.copyright {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px
}

.copyright span {
    color: var(--main-active-color)
}

.popup {
    min-width: 340px;
    position: absolute;
    top: 150px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    max-width: 535px;
    margin: 0 auto;
    padding: 50px 15px 20px;
    border-radius: 5px;
    z-index: 15;
    background-color: rgba(255, 255, 255, .9)
}

.popup.compare_popup, .popup.wishes_popup {
    max-width: 726px;
    padding: 51px 20px 33px
}

.popup.compare_popup .add_item, .popup.wishes_popup .add_item, .social_footer a {
    justify-content: center
}

.video_popup.popup {
    max-width: 726px
}

.popup.popup_gif {
    padding: 20px;
    min-width: auto;
    max-width: 175px
}

.popup.active {
    display: flex
}

.popup.center_popup {
    max-width: 725px;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%)
}

.close_popup {
    font-size: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.close_popup::after, .close_popup::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.close_popup::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close_popup::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close_popup:hover::after, .close_popup:hover::before {
    background-color: var(--main-color)
}

.title_popup {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--border-color)
}

.popup.center_popup .title_popup {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color)
}

.subtitle_popup {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 28px;
    text-align: center
}

.add_item, .popup_one {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 0 18px
}

.popup_one.input_icon {
    margin: 0 0 18px 50px
}

.popup_one .icon {
    position: absolute;
    top: 24px;
    left: -50px;
    width: 26px;
    height: 26px;
    fill: var(--main-color)
}

.popup_one label {
    font-size: 15px;
    line-height: 20px
}

.popup_one label span {
    color: #e74c3c
}

.popup_one input, .popup_one textarea {
    color: var(--text-color);
    font-size: 14px
}

.help-box__tabs-nav button:hover, .popup_one .red_info {
    color: var(--sub_main-color);
}

.popup_one textarea {
    height: 80px
}

.popup .btn {
    margin: 0 auto
}

.popup.compare_popup .btn:hover, .popup.wishes_popup .btn:hover {
    opacity: 1;
    background-color: var(--sub_main-color)
}

.add_item {
    align-items: flex-start;
    margin: 0 0 22px;
    padding-left: 175px;
    padding-bottom: 20px;
    min-height: 175px;
    border-bottom: 1px solid var(--border-color)
}

.add_item .del_item {
    position: absolute;
    right: 0;
    top: 0
}

.image_product-wrap, .item_link {
    margin-bottom: 15px;
    transition: .3s
}

.add_item img, .image_product-wrap {
    width: max-content;
    height: max-content
}

.image_product-wrap:hover, .one_ct_good .image_product-wrap {
    border-color: var(--link-color)
}

.add_item img {
    display: block;
    width: 145px;
    height: 145px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0
}

.item_link {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: var(--link-color-active);
}

.one_ct_good .item_link {
    color: var(--link-color)
}

.item_price {
    color: var(--main-color);
    font-size: 22px;
    line-height: 28px;
    font-weight: 700
}

.product_code {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px
}

.product_code span {
    color: var(--text_main-color)
}

.popup_counter, .popup_counter-inner a {
    display: flex;
    align-items: center
}

.popup_counter-inner {
    display: grid;
    grid-template-columns:35px 25px;
    border: 1px solid var(--border-color);
    background-color: #e4e1e1;
    border-radius: 5px;
    margin-right: 15px
}

.popup_counter-inner input {
    display: flex;
    text-align: center;
    grid-row: 1/3;
    grid-column: 1/2;
    padding: 0 5px;
    width: 35px;
    height: 33px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.popup_counter-inner a {
    justify-content: center;
    color: var(--text-color);
    text-decoration: none;
    font-size: 20px;
    line-height: 10px
}

.popup_counter .one_price::before {
    content: '=';
    margin-right: 3px
}

.modal_cart.popup .item_link {
    font-size: 16px;
    line-height: 20px;
    color: var(--link-color);
}

.modal_cart.popup .item_link:hover {
    color: var(--link-color-active);
}

#cart.modal_cart.popup .add_item:hover img {
    border-color: var(--link-color-active);
}

#cart.modal_cart.popup .add_item:hover .item_link {
    color: var(--link-color-active);
}

#cart.modal_cart.popup .image_product-wrap {
    border: 0;
    margin: 0
}

#cart.modal_cart.popup .add_item {
    padding-left: 82px
}

#cart.modal_cart.popup .add_item img {
    width: 65px;
    height: 65px
}

.add_item .item_link {
    color: var(--sub_main-color);
}
.add_item .item_link:hover {
    color: var(--sub_main-color);
}

#cart.modal_cart.popup .item_link {
    color: var(--text-color);
    font-size: 14px;
    line-height: 18px
}

.modal_cart.popup .add_item {
    padding-left: 150px;
    min-height: 140px
}

.modal_cart.popup .add_item img {
    width: 115px;
    height: 115px;
    transition: .3s
}

.popup_counter-inner a:hover {
    background-color: var(--main-color);
    color: var(--text-contrast)
}

.one_price {
    font-size: 18px
}

.modal_cart.popup {
    padding-top: 20px;
    background-color: var(--site-bg-color)
}

#cart.modal_cart.popup .add_item {
    grid-template-columns:1fr;
    padding-right: 25px
}

.modal_title {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px
}

.modal_title .icon {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    fill: var(--main-color)
}

.modal_title span {
    color: var(--main-color);
    text-decoration: underline;
    margin-right: 5px
}

.mw_total {
    display: flex;
    text-align: left;
    width: 100%;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0 37px 25px 0
}

.title-mw_total {
    margin-right: 37px
}

.mw_total b, .mw_total span {
    font-size: 22px;
    font-weight: 400;
    color: var(--main-color)
}

.popup_control {
    display: grid;
    grid-gap: 10px
}

.popup_control > * {
    width: 100%
}

.popup_control input {
    height: 40px
}

.popup_control .btn.not_active {
    background-color: #b3b3b3;
}

.popup_control .btn.not_active:hover {
    background-color: var(--btn-bg);
    opacity: 1;
}

.popup_control .btn.mw_order {
    background-color: #58ac54
}

.popup_control .btn_order_click {
    background-color: var(--sub_main-color);
}

.popup_control .btn_order_click:hover {
    opacity: 0.8;
}

.page_404 .popup {
    display: none !important
}

.error_text {
    padding-top: 40px;
    padding-bottom: 30px
}

.first_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px
}

.big_error {
    font-size: 160px;
    line-height: 190px;
    color: var(--text_sub-color);
    font-weight: 900
}

.error_title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-hevy)
}

.error_subtitle {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--text-saturated)
}

.error_text ul, .second_content {
    display: flex;
    flex-direction: column
}

.error_please, .error_text-ligth {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px
}

.error_please a {
    text-decoration: none
}

.error_text-ligth {
    font-size: 18px;
    line-height: 22px
}

.clickpath ul a, .error_text ul a {
    font-size: 16px;
    text-decoration: none;
    position: relative
}

.error_text ul a {
    display: block;
    padding-left: 20px;
    margin-bottom: 30px
}

.error_text ul a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s
}

.error_text ul a:hover::before {
    border-color: var(--link-color-active)
}

.clickpath ul {
    display: flex
}

.clickpath ul a {
    line-height: 20px;
    display: inline-block;
    width: max-content
}

.clickpath ul li:not(:last-child) a {
    margin-right: 15px;
    padding-right: 22px
}

.clickpath ul li:not(:last-child) a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--link-color);
    border-right: 2px solid var(--link-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s
}

.clickpath ul li:last-child a {
    color: var(--text-color)
}

.search_error {
    display: inline-block;
    padding: 100px 10px;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    margin: 0 auto;
    width: 100%;
    grid-column: 1/3
}

.search_error b {
    font-size: 36px;
    line-height: 45px
}

.banner_main {
    margin-top: 3px;
    margin-bottom: 30px
}

.banner_slider {
    height: auto;
    padding: 0
}

.banner_slider:not(.slick-initialized) > .banner_slider-one:not(:nth-child(1)) {
    display: none
}

.banner_slider:not(.slick-initialized) > .banner_slider-one {
    width: 100%
}

.banner_slider:not(.slick-initialized) > .banner_slider-one img {
    width: 100%;
    height: auto
}

.banner_slider.slick-initialized {
    height: auto
}

.banner_slider .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 20px;
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    animation: arrow-anim .2s forwards
}

.banner_slider .slick-arrow:hover {
    animation: arrow-anim-2 .2s forwards
}

.banner_slider .slick-prev {
    left: 5px
}

.banner_slider .slick-next {
    right: 5px;
    transform: translateY(-50%) scale(-1, 1)
}

.banner_main .slick-list {
    height: auto !important
}

.banner_main .slick-track {
    height: auto
}

.banner_slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden
}

.banner_slider-one, .banner_slider-one picture {
    display: block;
    height: auto
}

.banner_slider.slick-initialized img {
    display: block;
    width: 100%;
    height: auto
}

.banner_slider .slick-dots {
    display: none
}

.image_product, .one_good {
    display: flex;
    align-items: center
}

.one_good {
    flex-direction: column;
    padding: 0 5px
}

.products_slider-list:not(.slick-initialized) {
    display: flex;
    flex-wrap:nowrap;
    overflow: hidden;
}

.products_slider-list:not(.slick-initialized) .one_good {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

.products_slider-list:not(.slick-initialized) .one_good:nth-child(2) {
    margin-right: 15px;
}

.products_slider-list .one_good {
    border-right: 1px solid var(--border-color)
}

.products_slider-list .one_good {
    position: relative
}

.products_slider-list .product_info .add_to {
    color: var(--text-color);
    position: absolute;
    top: 0;
    right: 10px
}

.products_slider-list .product_info .add_to.scale_list {
    position: absolute;
    top: 36px;
    right: 10px
}

.products_slider-list .product_info .rating {
    flex-wrap: nowrap
}

.one_good .images_wrap {
    position: relative;
    margin: 0 auto 10px;
    width: 100%
}

.image_product {
    justify-content: center;
    max-width: 220px;
    width: 100%;
    height: 100px;
    margin: 0 auto
}

.checkout_product > a img, .help-box__phones i img, .hover_product .photo_list li img, .image_product img, .your_cart_product > a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.gift_wrap > div, .product_status {
    display: flex;
    flex-direction: column
}

.gift_wrap, .product_status {
    position: absolute;
    left: 0;
    pointer-events: none
}

.product_status {
    top: 0;
    align-items: flex-end
}

.product_status > span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 7px;
    margin-bottom: 6px;
    border-radius: 7px;
    border-bottom-right-radius: 3px;
    color: var(--text-contrast);
    background-color: transparent;
    position: relative
}

.product_status > span::before {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    right: 3px;
    border-top: 4px solid transparent;
}

.product_status > span.action {
    background-color: var(--main-color);
}

.product_status > span.action::before {
    border-top: 4px solid var(--main-color);
}
.product_status > span.recommendation {
    background-color: var(--main-color);
}

.product_status > span.recommendation::before {
    border-top: 4px solid var(--main-color);
}

.product_status > span.new_product {
    background-color: #5fae5b;
}

.product_status > span.new_product::before {
    border-top: 4px solid  #5fae5b;
}

.product_status > span.good_price {
    background-color: var(--sub_main-color);
}

.product_status > span.good_price::before {
    border-top: 4px solid  var(--sub_main-color);
}

.product_status > span.top_product {
    background-color: var(--main-active-color);
}

.product_status > span.top_product::before {
    border-top: 4px solid  var(--main-active-color);
}


.gift_wrap {
    bottom: 0;
    flex-direction: column;
    width: 90px;
    display: none
}

.gift_wrap > div {
    text-align: center;
    align-items: center;
    padding: 3px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    margin-top: 5px;
    background-color: var(--site-bg-color);
    font-size: 12px
}

.gift_wrap .icon {
    margin-bottom: 3px;
    width: 24px;
    height: 24px;
    fill: #5fae5b !important
}

.gift_wrap .delivery {
    flex-direction: column-reverse
}

.gift_wrap .delivery .icon {
    width: 45px;
    height: 45px
}

.gift_wrap .delivery .gift_text {
    color: #5fae5b;
    background-color: transparent
}

.gift_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px
}

.gift_icon_wrap .icon {
    margin-right: 3px
}

.gift_wrap > div.delivery svg {
    fill: var(--main-color)
}

.gift_wrap > div.gift svg {
    fill: var(--sub_main-color)
}

.gift_wrap > div.wallet {
    color: var(--main-color)
}

.gift_wrap > div.wallet svg, .help-box__tabs-nav li.active:hover svg {
    fill: var(--sub_main-color)
}

.gift_text {
    background-color: #5fae5b;
    color: #fff;
    padding: 0 3px
}

.product_name {
    color: var(--text-color);
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    height: 74px;
    text-decoration: none;
    margin-bottom: 13px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.one_good .images_wrap:hover + .product_name,
.product_name:hover {
    color: var(--link-color-active)
}

.product_info {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    justify-self: center;
    grid-gap: 5px;
    width: 100%;
    min-height: 54px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.product_info .rating {
    grid-row: 1/3;
    font-size: 12px
}

.comment_raiting-star .raty_active, .product_info .star_wrap {
    display: flex;
    margin-bottom: 6px;
    margin-right: 5px
}

.comment_raiting-star .raty_active img, .product_info .star_wrap .icon, .product_info .star_wrap img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    fill: #b3b3b3
}

.product_info .star_wrap .icon.active {
    fill: #ff7d00
}

.product_info .add_to {
    color: var(--text-color);
    display: flex;
    align-items: center;
    font-size: 0;
    text-decoration: none;
    margin-left: auto;
    white-space: nowrap
}

.product_info .add_to:hover {
    color: var(--link-color-active)
}

.product_info .add_to svg {
    width: 22px;
    height: 22px;
    margin: 0 0 0 auto;
    transition: .3s
}

.product_info .rating {
    display: flex;
    flex-wrap: wrap
}

.reviews_txt, .star_wrap + span:not(class) {
    color: #908f8f
}

.catalog_place {
    padding: 40px 0 75px 0;
}

.catalog_box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0  0 0;
    border-top: 1px solid var(--border-color);
    position: relative;
}

.catalog_box::before,
.catalog_box::after {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    background-color: var(--border-color);
    position: absolute;
    top: 15px;
}

.catalog_box::before {
    left: 0;
}

.catalog_box::after {
    right: 0;
}

.catalog_figure {
    align-items: center;
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    padding: 30px 15px 40px 15px;
    margin-bottom: 30px;
    position: relative;
}

.catalog_image {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.catalog_figure::before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: var(--border-color);
    position: absolute;
    bottom: -15px;
    left: 15px;
}

.catalog_figure:nth-child(2n + 1) {
    border-right: 1px solid var(--border-color);
}

.catalog_figure:nth-child()

.catalog_image {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.catalog_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog_figure figcaption {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.catalog_figure figcaption ul {
    display: none;
    width: 100%;
}

.catalog_figure figcaption ul a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    color: var(--text-color);
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding: 3px 0 3px 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    transition: 0.3s;
}

.catalog_figure figcaption ul a:hover {
    color: var(--link-color-active);
}

.catalog_figure figcaption ul a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;
}

.catalog_figure figcaption ul a:hover::after {
    border-color: var(--link-color-active)
}

.catalog_figure figcaption ul a.show_all_f {
    font-weight: 700;
    margin-top: 22px;
}

.catalog_link {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #3e3e3e;
}

.catalog_link h1 {
    font-size: inherit;
    font-weight: inherit;
}

.catalog_image:hover + figcaption .catalog_link,
.catalog_link:hover {
    color: var(--link-color-active);
}

.catalog-list .product_in_stock {
    font-size: 14px;
    grid-column: 2/3;
    margin-left: auto;
    grid-row: 1/2
}

.compare_list .product_in_stock {
    padding: 0 5px;
}

.product_in_stock.not_availability {
    opacity: 0;
}

.catalog_items.catalog-grid .product_in_stock, .long_div input, .long_div label, .long_div textarea {
    width: 100%
}

.catalog-list .product_info .add_to {
    grid-row: 2/3
}

.catalog-list .image_product {
    margin: 0 auto
}

.add_wish.active .heart .center,
.add_wish.active .heart .border {
    fill: #f56754
}

.product_info .add_to.scale_list {
    fill: var(--text-color);
    position: relative
}

.product_info .add_to.scale_list.active::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--main-active-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 12px
}

.product_info .add_to.scale_list.active::after {
    content: "";
    width: 9px;
    height: 6px;
    border-bottom: 2px solid var(--text-contrast);
    border-left: 2px solid var(--text-contrast);
    position: absolute;
    top: 4px;
    left: 15px;
    transform: rotate(-45deg)
}

.wish_grid.wish_grid-wish_list .product_info {
    border-bottom: none;
}

.wish_grid.wish_grid-wish_list .product_info .rating {
    grid-column: 1/3;
    grid-row: 1/2
}

.bottom_product, .price_wrap {
    align-items: center;
    width: 100%
}

.bottom_product {
    display: grid;
    grid-template-columns:1fr max-content;
    grid-column-gap: 5px;
    margin-top: auto
}

.bottom_product.bottom_product-empty {
    grid-template-columns:1fr 1fr
}

.bottom_product.bottom_product-empty .btn {
    width: auto
}

.bottom_product.wait_product .btn {
    width: 100%;
    font-size: 14px;
    line-height: 16px
}

.bottom_product.compare_bottom_product, .bottom_product.wait_product, .products_slider-list .bottom_product.bottom_product-empty {
    grid-template-columns:1fr
}

.products_slider-list .bottom_product.bottom_product-empty .price_wrap {
    display: none
}

.price_wrap {
    color: #111;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3px;
    min-width: max-content;
    min-height: 40px;
    background-color: #fdeaa9;
    border-radius: 4px
}

.price_wrap .old_price {
    text-decoration: line-through;
    opacity: .7;
    font-size: 12px;
    line-height: 16px
}

.price_wrap.not_active {
    background-color: #f0efef
}

.price_wrap.not_active + .btn.not_active {
    padding: 0 10px
}

.bottom_product.bottom_product-empty .btn.not_active {
    padding: 0;
    font-size: 14px !important;
    line-height: 1.2
}

.price_wrap .product_price {
    font-size: 14px
}

.products_slider {
    margin-bottom: 28px
}

.products_slider.you_saw {
    margin-left: -15px;
    margin-right: -15px
}

.last_reviews {
    margin-bottom: 85px
}

.products_slider-title {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid var(--border-color);
}

.products_slider-title h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: var(--text-hevy);
}

.products_slider-title span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--text-color);
    height: 45px;
    display: flex;
    align-items: center;
    position: relative
}

.simple_box {
    border: 1px solid var(--border-color);
    border-top: none;
    height: max-content;
    padding: 0 5px 15px
}

.simple_box_nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 20px 35px 0;
    border-bottom: 1px solid var(--border-color)
}

.simple_box_nav .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 35px;
    height: 40px;
    position: absolute;
    bottom: 0;
    cursor: pointer
}

.simple_box_nav .slick-arrow::before {
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 2px solid var(--sub_main-color);
    border-left: 2px solid var(--sub_main-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.simple_box_nav .slick-arrow.slick-prev {
    left: 0
}

.simple_box_nav .slick-arrow.slick-next {
    right: 0;
    transform: scale(-1, 1)
}

.simple_box .simple_box_nav li {
    display: flex;
    justify-content: center
}

.simple_box_nav a {
    color: var(--text-color);
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding: 0 5px 10px;
    width: max-content;
    text-align: center;
    position: relative
}

.simple_box_nav a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .3s
}

.simple_box_nav a.active {
    color: var(--text_main-color)
}

.simple_box_nav a.active::before, .simple_box_nav a:hover::before {
    background-color: var(--main-color)
}

.products_slider-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10px 0
}

.last_reviews-slider .slick-arrow, .products_slider-list .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: var(--site-bg-color);
    width: 30px;
    height: 125px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.last_reviews-slider .slick-arrow::before, .products_slider-list .slick-arrow::before {
    content: "";
    background-image: url(../images/slider-arrow-gray-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.last_reviews-slider .slick-arrow:hover::before, .products_slider-list .slick-arrow:hover::before {
    background-image: url(/images/arrow-icon-active.svg);
    color: gray
}

.products_slider-list .slick-arrow.slick-prev {
    left: -20px
}

.last_reviews-slider .slick-arrow.slick-prev {
    left: -35px
}

.products_slider-list .slick-arrow.slick-next {
    right: -20px;
    transform: translateY(-50%) scale(-1, 1)
}

.last_reviews-slider .slick-arrow.slick-next {
    right: -35px;
    transform: translateY(-50%) scale(-1, 1)
}


.products_slider-list .product_in_stock {
    display: none
}

.checkout form, .last_news {
    margin-bottom: 60px
}

.news-one {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 0 auto
}

.news_images {
    display: block;
    margin-bottom: 20px;
    width: 300px;
    height: 170px;
    object-fit: contain
}

.news_images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.last_news-slider {
    border: 1px solid var(--border-color);
    border-top: none;
    padding: 20px 20px 10px
}

.last_news-slider.intslk {
    display: flex
}

.article_dropdown article, .news_images {
    position: relative
}

.news_images:hover ~ a {
    color: var(--sub_main-color)
}

.date_news, .last_news-title {
    line-height: 18px;
    text-transform: uppercase
}

.date_news {
    font-size: 10px;
    color: var(--text-contrast);
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--sub_main-color);
    padding: 0 5px
}

.last_news-title {
    font-size: 14px;
    text-decoration: none;
    color: var(--text-color);
    margin-bottom: 10px;
    min-height: 36px
}

.last_news-title:hover {
    color: var(--main-active-color)
}

.last_news-text {
    margin-bottom: 5px
}

.last_news-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 8px 35px 8px 0;
    width: max-content;
    color: var(--link-color-active);
    text-decoration: none
}

.last_news-link:hover {
    color: var(--link-color);
}

.last_news-link::after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--link-color-active);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s
}

.last_news-link:hover::after {
    background-color: var(--link-color);
}

.last_news-link::before {
    content: "";
    width: auto;
    height: auto;
    border-left: 9px solid var(--text-contrast);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    right: 6px;
    z-index: 1
}

.help-box__phones i, .last_news .slick-arrow, .last_news-link::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.last_news .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: var(--site-bg-color);
    width: 30px;
    height: 125px;
    cursor: pointer;
    z-index: 1
}

.last_news .slick-arrow::before {
    content: "";
    background-image: url(/images/slider-arrow-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.last_news .slick-arrow:hover::before {
    background-image: url(/images/arrow-icon-active.svg)
}

.last_news .slick-arrow.slick-prev {
    left: -20px
}

.last_news .slick-arrow.slick-next {
    right: -15px;
    transform: translateY(-50%) scale(-1, 1)
}

.article_dropdown {
    padding-top: 50px;
    margin-bottom: 55px;
    order: 1
}

.article_dropdown .centre {
    display: flex;
    flex-direction: column;
}

.article_dropdown article.hidden_article {
    flex: 1 1 auto;
    max-height: 410px;
    overflow: hidden;
    position: relative
}

.article_dropdown article.hidden_article::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(0deg, #fff 0, transparent 100%)
}

.article_dropdown aside {
    display: none;
    padding-top: 30px;
}

.article_aside-title {
    font-size: 20px;
    line-height: 1.2;
    color: var(--text-color);
    display: block;
    margin-bottom: 20px;
}

.article_dropdown aside ul {
    display: flex;
    flex-direction: column;
}

.article_dropdown aside li {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.article_dropdown aside li + li {
    margin-top: 20px;
}

.article_dropdown aside img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    object-fit: contain;
}

.open_article {
    display: flex;
    justify-content: center
}

.open_article-btn {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: var(--main-color);
    padding-right: 18px;
    position: relative;
    transition: .3s
}

.open_article-btn::before {
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 5px;
    transition: .3s;
    right: 0
}

.open_article-btn::after {
    content: "";
    width: 1px;
    height: 13px;
    background-color: var(--main-color);
    position: absolute;
    bottom: 4px;
    right: 4px;
    transition: .3s
}

.open_article-btn.active::before {
    transform: rotate(135deg);
    bottom: 7px
}

.open_article-btn:hover {
    color: var(--sub_main-color)
}

.open_article-btn:hover::after {
    background-color: var(--sub_main-color)
}

.open_article-btn:hover::before {
    border-color: var(--sub_main-color)
}

.clickpath_catalog-mob a:hover::before {
    border-color: var(--link-color-active)
}

.photo_background {
    display: none
}

.inner_support {
    background-color: var(--main-color);
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 50px
}

.inner_support .questions {
    color: var(--text-contrast);
    padding-top: 24px;
    width: 100%
}

.questions__title {
    padding: 0 20px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 24px
}

.questions__subtitle {
    padding: 18px 20px 22px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background-color: var(--sub_main-color)
}

.form_content {
    margin: 20px auto 0;
    width: calc(100% - 40px);
    background-color: var(--site-bg-color);
    border: 3px solid var(--sub_main-color);
    border-radius: 8px;
    padding: 15px 20px 22px;
    max-width: 475px
}

.form_content .btn {
    margin: 0 auto
}

.long_div {
    display: flex;
    width: 100%;
    margin-bottom: 16px
}

.long_div .icon {
    display: flex;
    flex: 0 0 26px;
    margin: 18px 15px 0 0;
    width: 26px;
    height: 26px;
    fill: var(--main-color)
}

.label_titile {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    margin-bottom: 3px
}

.label_titile.must_entered::after {
    content: "*";
    font-size: 15px;
    color: red;
    position: relative;
    margin-left: 3px
}

.page_up {
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    opacity: .5;
    position: fixed;
    right: -50px;
    bottom: 80px;
    z-index: 999;
    transition: .3s
}

.page_up.active {
    right: 15px
}

.page_up::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--text-contrast);
    border-left: 2px solid var(--text-contrast);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.page_up:hover {
    background-color: var(--main-active-color)
}

.btn-help, .help-box__tabs-nav button {
    background-color: transparent;
    border: 0;
    padding: 0
}

.btn-help, .btn-help__text {
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center
}

.btn-help {
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 999;
    color: var(--main-color);
    transition: .5s
}

.btn-help, .mobile .btn-help {
    display: none
}

.btn-help__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    transition: transform .5s, opacity .5s;
    cursor: pointer
}

.btn-help:hover {
    width: 133px;
    height: 133px
}

.btn-help:hover:after {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.btn-help:hover .btn-help__text {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.btn-help__fake-bg, .btn-help__icon {
    position: absolute;
    border-radius: 100%
}

.btn-help__icon {
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    opacity: 0;
    transition: .5s;
    cursor: pointer
}

.btn-help__icon:hover {
    background-color: var(--sub_main-color);
}

.btn-help__icon svg {
    fill: var(--text-contrast);
    transition: .3s
}

.btn-help:hover .btn-help__icon {
    opacity: 1
}

.btn-help:hover .btn-help__icon_left {
    right: 95px
}

.btn-help:hover .btn-help__icon_right {
    bottom: 95px
}

.btn-help:hover .btn-help__icon_middle {
    bottom: 73px;
    right: 73px
}

.btn-help__fake-bg {
    bottom: 3px;
    right: 3px;
    z-index: -1;
    width: 71px;
    height: 71px;
    background-color: #fff;
    border: 4px solid var(--main-color)
}

.btn-help__fake-bg::before, .btn-help__fake-bg:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(-45deg)
}

.btn-help__fake-bg:after {
    bottom: -2px;
    right: -1px;
    border-width: 15px 6px 0;
    border-color: #fff transparent transparent
}

.btn-help__fake-bg::before {
    bottom: -10px;
    right: -8px;
    border-width: 22px 9px 0;
    border-color: var(--main-color) transparent transparent transparent
}

.help-box {
    position: fixed;
    bottom: 0;
    right: -390px;
    top: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 390px;
    overflow: auto;
    background-color: #f7f7f7;
    transition: .8s
}

.mobile .help-box {
    display: none
}

.help-box_open {
    right: 0
}

.help-box__subtitle, .help-box__title {
    text-align: center;
    line-height: 1.2;
    color: #525252
}

.help-box__title {
    min-height: 50px;
    padding: 0 55px;
    margin: 0 0 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea
}

.help-box__subtitle {
    margin: 0 0 24px;
    padding: 0 30px;
    font-size: 19px
}

.help-box__icon {
    margin: 0 0 18px;
    text-align: center;
    font-size: 107px;
    line-height: 1
}

.help-box__icon svg {
    width: 110px;
    height: 110px;
    fill: var(--main-color);
}

.help-box__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 32px
}

.help-box__phone, .help-box__phones a {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.help-box__phones a {
    color: var(--text-color);
    margin-bottom: 7px
}

.help-box__phones a svg {
    margin-right: 10px
}

.help-box__phones a > .icon {
    filter: contrast(0)
}

.help-box__phones i {
    display: block;
    width: 42px;
    height: 22px;
    left: 105%
}

.help-box__phone + .help-box__phone {
    margin-top: 10px
}

.help-box__phone {
    line-height: 1;
    color: #555;
    transition: color .3s
}

.help-box__phone-viber {
    width: 43px;
    height: 21px;
    background: url(../images/viber-3-logo-png-transparent.png) no-repeat 0 0/contain;
    position: absolute;
    right: -51px
}

.help-box__phone:hover {
    color: #73c86d
}

.help-box__tabs {
    display: flex;
    flex-direction: column;
    flex: 1
}

.help-box__tabs-nav {
    border-top: 1px solid #e8ecf1;
    width: 100%
}

.help-box__tabs-nav ul {
    display: flex;
    width: inherit
}

.help-box__tabs-nav li {
    line-height: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.help-box__tabs-nav li + li {
    border-left: 1px solid #e8ecf1
}

.help-box__tabs-nav button {
    position: relative;
    z-index: 1;
    height: 39px;
    font-size: 20px;
    color: #bcbcbc;
    width: 100%;
    text-align: center;
    transition: .3s;
    cursor: pointer
}

.help-box__tabs-nav li.active button {
    background-color: var(--site-bg-color);
    color: #5ead5a;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.help-box__tabs-nav li.active:first-child button:after {
    right: -1px;
    left: 0
}

.help-box__tabs-nav li.active:last-child button:after {
    right: 0;
    left: -1px
}

.help-box__tabs-nav svg {
    fill: var(--main-color);
    filter: grayscale(1);
    transition: .3s
}

.help-box__tabs-nav li.active svg, .help-box__tabs-nav li:hover svg {
    filter: grayscale(0)
}

.help-box__tabs-nav li:hover svg {
    fill: var(--sub_main-color)
}

.help-box__tabs-content {
    width: 100%;
    clear: both;
    padding: 35px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.help-box__tabs-title {
    text-align: center;
    margin: 0 0 33px;
    font-size: 22px;
    line-height: 1.2;
    color: #525252
}

#catalog_per_page, .help-box__tab {
    display: none
}

.help-box__tab_active {
    display: block
}

.consultant-box {
    position: relative;
    padding: 21px 22px 22px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .1))
}

.consultant-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 38px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #fff transparent transparent
}

.consultant-box__image {
    margin: 0 26px 0 0
}

.consultant-box__image img {
    width: 67px;
    height: 67px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    object-fit: cover
}

.consultant-box__message {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.33;
    color: #525252
}

.consultant-box + .btn-primary {
    margin-top: 35px
}

.btn-help .icon.phone_icon {
    fill: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    backface-visibility: hidden;
    transform: translate(-50%, -50%) rotateY(0deg);
    transform-style: preserve-3d;
    transition: transform .5s, opacity .5s
}

.btn-help:hover .icon.phone_icon {
    opacity: 0
}

.help-box__close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.help-box__close::after, .help-box__close::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.help-box__close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.help-box__close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.help-box__close:hover::after, .help-box__close:hover::before, .news_inner.news-list .news_btn:hover::before {
    background-color: var(--sub_main-color)
}

.btn-primary {
    margin-top: 25px;
    width: 100%;
    background-color: var(--main-color);
}

.btn-primary:hover {
    background-color: var(--sub_main-color);
}

.catalog-control {
    display: flex;
    flex-direction: column
}

.catalog_title {
    font-weight: 400;
    order: 3;
    color: var(--text-hevy)
}

.catalog-control .product_counter {
    font-size: 15px;
    line-height: 18px;
    order: 3
}

.contorl_desk .product_counter {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 15px;
    color: var(--text-light);
    order: 2
}

.catalog_item-wrap {
    padding-top: 22px
}

.catalog_top_box {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.catalog_top_box img {
    display: block;
    max-width: 100%;
    height: auto
}

.sort_control {
    /*display: grid;*/
    /*grid-template-columns:1fr 1fr max-content max-content;*/
    display: flex;
    order: 4;
    margin-top: 16px;
    padding: 5px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.clickpath_catalog-mob a, .open-filters, .sort-list {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none
}

.open-filters, .sort-list, .toggle_format {
    display: flex;
    align-items: center;
    justify-content: center
}

.open-filters, .sort-list {
    flex: 1 1 auto;
    color: var(--text-color);
    padding-right: 10px;
    border-right: 1px solid var(--border-color);
    margin-right: 10px
}

.open-filters:hover, .sort-list:hover {
    color: var(--main-color)
}

.open-filters svg, .sort-list svg {
    width: 20px;
    height: 20px;
    fill: var(--main-color);
    margin-left: 5px
}

.toggle_format {
    font-size: 0;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    transition: .3s
}


.toggle_format svg {
    width: 16px;
    height: 16px;
    fill: #999;
    transition: .3s
}

.toggle_format.active, .toggle_format:hover {
    border-color: var(--main-color);
    background-color: var(--main-color)
}

.toggle_format:hover svg {
    fill: #fff
}

.toggle_format.active svg {
    fill: var(--text-contrast)
}

.catalog_banner {
    display: none
}

.clickpath_catalog-mob {
    order: 2;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    display: none
}

.clickpath_catalog-mob a {
    color: var(--link-color);
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.clickpath_catalog-mob a::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 1px solid var(--link-color);
    border-bottom: 1px solid var(--link-color);
    transform: translateY(-50%) rotate(45deg);
    transition: .3s
}

.clickpath_catalog-mob a:last-child {
    cursor: unset;
    color: var(--text-color)
}

.clickpath_catalog-mob a:last-child::before {
    border-color: var(--text-color)
}

.catalog_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px
}

.catalog_filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -360px;
    background-color: var(--site-bg-color);
    z-index: 12;
    width: 300px;
    transition: .3s
}

.catalog_filter.active {
    left: 0
}

.catalog_filters-inner {
    max-height: 100%;
    overflow: auto
}

.catalog_filters-inner .filter_search-list {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc
}

.fs_title_alt {
    padding: 20px 18px 0;
    cursor: default;
    color: #777;
    font-size: 18px;
    line-height: 1.2
}

.fs_title_alt b {
    color: #5388b9
}

.fs_title_alt a {
    font-weight: 700;
    color: var(--text-color);
}

.fs_title_alt a:hover {
    color: var(--link-color-active);
}

.filter_search-list ul {
    margin: 17px 0 0;
    width: 100%
}

.filter_search-list ul li {
    border-top: 1px solid #ccc;
    padding: 18px
}

.filter_search-list ul li > a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.4;
    padding: 0
}

.filter_search-list ul li > a:hover {
    color: var(--link-color-active);
}

#selected_filters .filter_titile::after, .clickpath_catalog, .contorl_desk, .filter_hidden .btn_filters.submit_filters::after, .filter_hidden .btn_filters.submit_filters::before, .filter_section.video_box, .show_counter, .submit_filters i {
    display: none
}

.filter_section {
    display: flex;
    flex-direction: column;
    padding: 0 20px 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main-color)
}

.filter_titile {
    font-size: 18px;
    line-height: 22px;
    color: var(--text-color);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: .3s
}

.filter_titile:hover {
    color: var(--link-color-active)
}

.filter_titile::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--text-color);
    border-left: 2px solid var(--text-color);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 0;
    transition: .3s
}

.filter_titile.active::after {
    transform: translateY(-50%) rotate(135deg)
}

.filter_titile:hover::after {
    border-color: var(--link-color-active)
}

.filter_hidden {
    display: none;
    flex-direction: column;
    padding-top: 20px
}

.filter_hidden.filter_opened {
    display: flex
}

.filter_hidden .btn_filters.submit_filters {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0 22px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    position: relative;
    border: 0;
    transition: .3s
}

.filter_hidden .btn_filters.submit_filters:hover {
    color: var(--text-contrast)
}

#selected_filters .filter_titile:hover {
    color: var(--link-color);
    cursor: unset
}

.open_more_filters {
    display: inline-block;
    width: max-content;
    padding: 0 0 2px;
    margin-left: 20px;
    border-bottom: 1px dashed var(--sub_main-color);
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: var(--sub_main-color);
    position: relative;
    transition: .3s
}

.open_more_filters::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid var(--sub_main-color);
    border-left: 1px solid var(--sub_main-color);
    position: absolute;
    left: -20px;
    top: 3px;
    transform: rotate(-45deg);
    transition: .3s
}

.open_more_filters:hover {
    color: var(--main-active-color)
}

.open_more_filters:hover, .open_more_filters:hover::before {
    border-color: var(--main-active-color)
}

.select_cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px
}

.select_cat-title {
    font-size: 16px;
    line-height: 20px;
    opacity: .7
}

.select_cat-title + .cat-element {
    margin-left: 10px
}

.cat-element {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 5px 5px 0;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-contrast);
    background-color: var(--main-color);
    padding: 7px 30px 7px 13px;
    border-radius: 16px;
    position: relative
}

.del_cat-element {
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--site-bg-color);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: 0s
}

.del_cat-element:hover {
    transform: translateY(-50%) rotate(90deg);
    transition: .3s
}

.del_cat-element::after, .del_cat-element::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%
}

.del_cat-element::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.del_cat-element::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.btn_filters {
    font-size: 16px;
    line-height: 20px;
    color: var(--text_sub-color);
    text-decoration: none;
    margin: 20px auto 0;
    width: max-content;
    padding: 7px 22px;
    border: 1px solid var(--sub_main-color);
    border-radius: 16px
}

.btn_filters:hover {
    border-color: var(--text_main-colorcolor);
    color: var(--text_main-color)
}

.filter_price {
    max-width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns:max-content 78px max-content 78px max-content
}

.filter_price label {
    font-size: 16px;
    opacity: .8
}

.filter_price input {
    padding: 0 8px;
    font-size: 18px;
    color: var(--text_main-color)
}

.catalog_filter input[type=checkbox]:checked, .catalog_filter input[type=checkbox]:not(:checked), .check_comment input[type=checkbox]:checked, .check_comment input[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.catalog_filter input[type=checkbox]:checked + label, .catalog_filter input[type=checkbox]:not(:checked) + label, .one_filter {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    color: var(--text-color);
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}

.catalog_filter input[type=checkbox]:not(:checked) + label:hover, .one_filter:hover {
    color: var(--main-color)
}

.catalog_filter input[type=checkbox]:checked + label, .catalog_filter li.active .one_filter {
    color: var(--link-color-active)
}

.catalog_filter input[type=checkbox]:checked + label:before, .catalog_filter input[type=checkbox]:not(:checked) + label:before, .one_filter::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 25px;
    height: 25px;
    border: 1px solid var(--text-color);
    background-color: #fff
}

.catalog_filter input[type=checkbox]:checked + label:before, .catalog_filter li.active .one_filter::before {
    border-color: var(--main-color);
    background-color: var(--main-color)
}

.catalog_filter input[type=checkbox]:checked + label:before, .catalog_filter input[type=checkbox]:not(:checked) + label:before, .one_filter::before {
    border-radius: 2px
}

.catalog_filter input[type=checkbox]:checked + label:after, .catalog_filter input[type=checkbox]:not(:checked) + label:after, .one_filter::after {
    content: "";
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    left: 4px;
    top: 4px;
    width: 17px;
    height: 10px;
    border-radius: 1px;
    border-left: 3px solid var(--text-contrast);
    border-bottom: 3px solid var(--text-contrast);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.catalog_filter input[type=checkbox]:not(:checked) + label:after, .one_filter::after {
    opacity: 0
}

.catalog_filter input[type=checkbox]:checked + label:after, .catalog_filter li.active .one_filter::after {
    opacity: 1
}

.catalog_filter .one_filter i {
    font-style: normal;
    color: gray
}

.filter_hidden ul li {
    margin-bottom: 12px;
    position: relative
}

.filter_hidden ul li.no_active {
    opacity: .4
}

.filter_section.video_box h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400
}

.filter_section.video_box .open_video {
    display: flex;
    width: 100%;
    position: relative
}

.open_video::after, .open_video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.open_video::before {
    width: 70px;
    height: 50px;
    background-color: #282828;
    opacity: .8;
    border-radius: 13px;
    transition: .3s
}

.open_video:hover::before {
    background-color: red
}

.open_video::after {
    width: 15px;
    height: 16px;
    border-left: 15px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.filter_section.video_box .open_video img {
    width: 100%;
    height: auto
}

.filter_show, .submit_filters {
    display: flex;
    position: absolute;
    top: 50%;
    right: -20px;
    height: 40px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 20px;
    padding: 0 10px;
    background-color: var(--main-color);
    color: var(--text-contrast);
    text-decoration: none
}

.filter_show b, .submit_filters span {
    font-style: normal;
    padding: 10px 0 10px 8px;
    transition: 0.3s;
}

.filter_show::before, .submit_filters::before {
    content: "";
    height: 100%;
    width: 20px;
    border-right: 20px solid var(--main-color);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
    transition: 0.3s;
}

.submit_filters:hover {
    z-index: 999
}

.mob_sort {
    position: fixed;
    top: 0;
    left: -360px;
    width: 280px;
    background-color: var(--site-bg-color);
    z-index: 12;
    transition: .3s
}

.mob_sort.active {
    left: 0
}

.sort_titile {
    font-size: 18px;
    line-height: 22px;
    padding: 22px 16px
}

.wish_grid .one_good,
.catalog-grid .one_good,
.mob_sort ul a,
.sort_titile {
    border-bottom: 1px solid var(--border-color)
}

.mob_sort ul a, .sort_titile {
    display: inline-block;
    width: 100%
}

.mob_sort ul a {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 16px;
    color: var(--text-color);
    text-decoration: none
}

.catalog-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px
}

.wish_grid .one_good,
.catalog-grid .one_good {
    position: relative;
    padding-bottom: 12px;
    padding-top: 12px;
    z-index: 1
}

.one_good:nth-last-child(1),
.one_good:nth-last-child(2) {
    border-bottom: 0;
}

.catalog-grid .one_good:hover {
    z-index: 2
}

.catalog-grid .one_good:nth-child(2n+1) {
    border-right: 1px solid var(--border-color)
}
.catalog-grid .one_good .btn {
    font-size: 0
}

.catalog-grid .one_good .btn .svg_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0
}

.catalog-grid .one_good .product_info .rating {
    grid-row: 1/2;
    grid-column: 1/3;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.wish_grid .one_good .product_info .add_to,
.catalog-grid .one_good .product_info .add_to {
    margin: 0 auto 0 0;
    position: absolute;
    right: 10px;
    top: 48px;
}

.catalog-grid .one_good .product_info .add_to.add_wish {
    top: 10px
}

.catalog-grid .rating {
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--border-color)
}

.catalog-grid .product_info {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 18px;
    min-height: 72px;
}

.catalog_items.catalog-grid .btn.not_active {
    /*color: #3a3a3a;*/
    font-size: 16px
}

.catalog_items .bottom_product .btn .icon {
    margin-left: 0;
}

.catalog_items .bottom_product .btn:hover .icon {
    fill: #fff
}

.catalog_items.catalog-list .btn.btn_icon {
    font-size: 16px;
    line-height: 1.59
}

.catalog-list .bottom_product {
    grid-template-columns:1fr 1fr
}

.product_in_stock {;
    width: 100%;
    grid-column: 1/3;
    font-size: 12px;
    color: #5ead5a
}

.product_in_stock.empty_product {
    color: var(--text-color);
    opacity: .7
}

.load_next_product, .paginator a, .paginator span, .paginator strong {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.load_next_product, .paginator {
    width: max-content;
    max-width: 100%
}

.load_next_product {
    font-size: 17px;
    line-height: 26px;
    color: var(--text-contrast);
    margin: 0 auto 30px;
    padding: 15px 20px;
    background-color: var(--sub_main-color);
    border-radius: 4px;
    transition: 0.3s;
}

.load_next_product:hover {
    background-color: var(--main-color);
}

.load_next_product svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    fill: var(--text-contrast)
}

.load_next_product:hover svg {
    transform: rotate(360deg);
    transition: .6s
}

.paginator {
    margin: 0 auto 35px;
    display: flex;
    flex-wrap: wrap
}

.paginator a, .paginator span, .paginator strong {
    font-weight: 400;
    border-radius: 3px;
    padding: 0 5px;
    width: 34px;
    min-height: 34px;
    margin: 4px;
    font-size: 20px;
    line-height: 24px;
    color: var(--sub_main-color);
    border: 2px solid transparent
}

.paginator strong i {
    font-style: normal
}

.paginator strong {
    background-color: var(--main-color);
    color: #fff
}

.paginator a:hover {
    background-color: var(--main-color);
    color: #fff
}

.paginator a.pag_left:hover,
.paginator a.pag_right:hover {
    background-color: var(--sub_main-color);
}

.paginator .pag_left, .paginator .pag_right, .paginator .page_control {
    font-size: 0;
    background-color: var(--main-color);
    position: relative
}

.pag_left.pag_disabled, .pag_right.pag_disabled, .paginator .page_control.not_active {
    background-color: #e0dede;
    border: 2px solid transparent;
    cursor: unset
}

.pag_left::after, .paginator .page_control::after {
    transform: translate(-4px, -50%) rotate(45deg)
}

.pag_left::after, .pag_right::after, .paginator .page_control::after {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 3px solid var(--text-contrast);
    border-left: 3px solid var(--text-contrast);
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom-left-radius: 2px
}

.pag_right::after, .paginator .page_control.next_page::after {
    transform: translate(-50%, -50%) rotate(-135deg)
}

.video_popup iframe {
    height: 350px;
    width: 100%
}

.hover_product {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 20px;
    width: calc(100% + 72px);
    height: calc(100% + 90px);
    background-color: var(--site-bg-color);
    box-shadow: 0 0 22px rgb(0 0 0/30%);
    z-index: -1;
    transition: .2s;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.one_good:not(.has_images) .hover_product {
    width: 100%
}

.one_good:not(.has_images) .product_hover-info {
    padding-left: 0
}

.hover_product .photo_list li {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border: 1px solid var(--border-color);
    transition: .3s
}

.hover_product .photo_list li:hover {
    border: 1px solid var(--main-color)
}

.product_hover-info {
    padding-left: 70px;
    font-size: 14px;
    line-height: 18px;
    opacity: .9;
    max-height: 53px;
    overflow: hidden
}

.reviews_box {
    padding: 0 20px 8px;
    border: 1px solid var(--border-color);
    border-top: none
}

.reviews_rating {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 8px
}

.reviews_rating > * {
    margin-bottom: 0
}

.reviews_rating .raty {
    margin: 0 7px
}

.raty, .reviews_box .star_wrap {
    display: flex
}

.raty img, .reviews_box .star_wrap .icon {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    fill: #b3b3b3
}

.reviews_box .star_wrap .icon.active {
    fill: #ff7d00
}

.reviews_rating {
    border-bottom: 1px solid var(--border-color)
}

.reviews_slide {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    position: relative
}

.catalog-list .product_info::before, .reviews_slide::before {
    content: "";
    background-color: var(--border-color);
    position: absolute
}

.reviews_slide::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: -20px
}

.review_title {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none
}

.review_title:hover {
    color: var(--text_main-color)
}

.review_inner {
    display: flex;
    flex-direction: column
}

.review_image {
    display: block;
    margin: 0 auto 8px;
    width: 120px;
    height: 120px;
    border: 1px solid var(--border-color)
}

.review_image:hover {
    border-color: var(--main-color)
}

.review_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.review_picture {
    margin-bottom: 10px
}

.last_reviews-slider {
    display: flex
}

.last_reviews-slider .slick-list {
    margin: 0 -20px
}

.reviews_slide .star_wrap {
    margin-bottom: 3px
}

.rating_counter {
    opacity: .8;
    font-size: 12px;
    line-height: 14px
}

.review_text {
    display: flex;
    flex-direction: column
}

.name_user {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px
}

.name_user .icon {
    margin-right: 5px;
    fill: var(--main-color)
}

.date_comment {
    margin-right: 15px
}

.review_data, .user_review {
    font-size: 12px;
    line-height: 14px
}

.review_data {
    opacity: .8;
    margin-bottom: 10px
}

.user_review {
    max-height: 100px;
    overflow: hidden
}

.clickpath a, .review_link {
    text-decoration: none
}

.review_link:hover {
    color: var(--text_main-color)
}

.catalog-list {
    border: 1px solid var(--border-color);
    border-bottom: none;
    margin-bottom: 30px
}

.catalog-list .one_good {
    display: grid;
    padding: 55px 20px;
    border-bottom: 3px solid #777;
    box-shadow: 0 0 22px rgb(0 0 0/0);
    transition: .3s;
    position: relative
}

.catalog-list .one_good:hover {
    box-shadow: 0 0 22px rgb(0 0 0/30%)
}

.catalog-list .images_wrap {
    grid-row: 1/4
}

.catalog-list .image_product {
    height: 200px
}

.catalog-list .product_info {
    border-bottom: none;
    margin-right: auto;
    grid-row-gap: 15px;
    position: relative
}

.catalog-list .product_info::before {
    width: 100%;
    height: 1px;
    bottom: 35px;
    left: 0
}

.catalog-list .product_info .add_to {
    margin-right: auto;
    margin-left: 0;
    font-size: 13px
}

.catalog-list .product_info .add_to svg {
    margin-right: 5px
}

.catalog-list .product_info .add_to.to_compare_list {
    margin-left: auto;
    margin-right: 0
}

.catalog-list .product_info .rating {
    grid-row: 1/2
}

.catalog-list .gift_wrap, .clickpath {
    display: flex
}

.catalog-list .hover_product {
    display: none;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: unset;
    padding: 0;
    z-index: 1;
}

.catalog-list .photo_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.catalog-list .photo_list li {
    margin: 0 10px 10px 0
}

.catalog-list .product_hover-info {
    padding: 0
}

.clickpath {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-top: 15px;
    margin-bottom: 45px
}

.clickpath .centre {
    display: flex;
    flex-wrap: wrap
}

.clickpath a {
    color: var(--text-color);
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    position: relative
}

.clickpath div:not(:first-child) a {
    padding-left: 20px;
    margin-left: 10px
}

.clickpath a:hover {
    color: var(--link-color-active)
}

.clickpath div:not(:first-child) a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--link-color-active);
    border-right: 2px solid var(--link-color-active);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s
}

.clickpath a:hover::before {
    border-color: var(--link-color-active)
}

.clickpath .current {
    display: none
}

.news_wrap {
    margin-bottom: 70px
}

.news_wrap .dropdown_sort-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.news_wrap .dropdown_sort {
    width: max-content;
    margin-bottom: 10px
}

.news_wrap .format_wrap {
    display: flex
}

.catalog_item-wrap .format_wrap {
   margin-left: auto;
}

.news_header {
    display: flex;
    flex-direction: column
}

.news_inner {
    margin-bottom: 75px
}

.news_inner.news-grid {
    display: grid;
    grid-gap: 10px
}

.news_inner.news-grid figure {
    max-width: 420px;
    width: 100%;
    height: 340px;
    margin: 0 auto;
    position: relative
}

.news_inner.news-grid .news_image {
    display: block;
    width: 100%;
    height: 100%
}

.news_inner.news-grid .news_image img {
    display: block
}

.news_inner.news-grid figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(255, 125, 0, 0.8);
    transition: .3s
}

.news_inner.news-grid figure:hover figcaption {
    background-color: #ff7d00
}

.news_inner.news-grid .news_btn, .news_inner.news-grid .prevue_text {
    display: none
}

.news_inner.news-grid .news_title {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: var(--text-contrast);
    display: block;
    width: 100%;
    padding: 15px
}

.news_inner.news-grid .news_info {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: var(--sub_main-color);
    transition: .3s
}

.news_inner.news-grid .info_inner {
    display: flex;
    align-items: center;
    margin-right: 22px;
    font-size: 14px;
    color: var(--text-contrast)
}

.news_inner.news-grid .news_info svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    fill: var(--text-contrast)
}

.news_inner.news-list figure {
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid var(--border-color)
}

.news_inner.news-list .news_image {
    display: block;
    margin: 0 auto 20px;
    width: 330px;
    height: 250px
}

.news_inner.news-grid .news_image img, .news_inner.news-list .news_image img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.news_inner.news-list .news_title {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 18px
}

.news_inner.news-list .news_info {
    display: flex;
    width: max-content;
    align-items: center;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.news_inner.news-list .info_inner {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: var(--text-saturated)
}

.news_inner.news-list .info_inner svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: var(--text-saturated)
}

.map_wrap dl, .news_inner.news-list .prevue_text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px
}

.news_inner.news-list .prevue_text > * {
    margin-bottom: 15px
}

.news_inner.news-list .news_btn {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: var(--main-color);
    padding-right: 40px;
    position: relative
}

.news_inner.news-list .news_btn:hover {
    color: var(--sub_main-color)
}

.news_inner.news-list .news_btn::before {
    content: "";
    width: 26px;
    height: 26px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s
}

.news_inner.news-list .news_btn::after {
    content: "";
    width: 10px;
    height: 12px;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%)
}

.articles_place {
    margin-bottom: 40px
}

.articles_place header {
    width: 100%;
    border-bottom: 1px solid var(--border-color)
}

.articles_place-content {
    padding-top: 25px
}

.blog_meta {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-saturated)
}

.blog_meta_item {
    display: flex;
    align-items: center;
    width: max-content;
    margin-right: 15px
}

a.blog_meta_item {
    margin-left: auto;
    text-decoration: none;
    color: var(--text_main-color)
}

a.blog_meta_item:hover {
    color: var(--text_sub-color)
}

.blog_meta_item .icon {
    fill: var(--text-saturated);
    margin-right: 10px;
    transition: .3s
}

a.blog_meta_item .icon {
    fill: var(--text_main-color)
}

a.blog_meta_item:hover .icon {
    fill: var(--text_sub-color)
}

.comments_title {
    font-size: 24px;
    line-height: 28px;
    color: var(--text_main-color);
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color)
}

.comments_open, .comments_title {
    margin-bottom: 25px
}

.checkout_product figcaption, .comments_list li, .write_comment_form {
    display: flex;
    flex-direction: column
}

.comment_form {
    background-color: #f2f2f2;
    padding: 20px 25px;
    margin-bottom: 30px;
    display: none
}

.comment_form.active {
    display: block
}

.comment_form_title {
    color: #0b0b0b;
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 26px
}

.comment_form_field {
    display: grid;
    grid-template-columns:1fr;
    margin-bottom: 20px
}

.comment_name {
    grid-row: 1/2;
    grid-column: 1/2
}

.red_text {
    color: red
}

.comment_form_field input:not([type=checkbox]) {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: auto
}

.comment_form_field textarea {
    grid-column: 1/3;
    grid-row: 2/3
}

.comment_form_field label {
    font-size: 14px;
    line-height: 22px
}

.comment_form_field .red_text, .comment_form_field label span {
    color: #fe0202
}

.advanced_feedback {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.2;
    color: var(--main-color);
    cursor: pointer;
    transition: color .3s
}

.advanced_feedback:hover {
    color: var(--text_sub-color)
}

.check_comment {
    margin-top: 15px
}

.check_comment input[type=checkbox]:checked + label, .check_comment input[type=checkbox]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer
}

.check_comment input[type=checkbox]:checked + label:before, .check_comment input[type=checkbox]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px
}

.check_comment input[type=checkbox]:checked + label:after, .check_comment input[type=checkbox]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 7px;
    border-radius: 1px;
    border-left: 3px solid #282828;
    border-bottom: 3px solid #282828;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.check_comment input[type=checkbox]:not(:checked) + label:after {
    opacity: 0
}

.check_comment input[type=checkbox]:checked + label:after {
    opacity: 1
}

.comment_form_btn .btn {
    margin-bottom: 15px;
    width: 280px;
    font-size: 18px
}

.comments_list {
    padding-left: 0
}

.comments_list.dc_all--empty {
    font-size: 20px;
    line-height: 24px;
    opacity: .5
}

.comment_header, .more_reviews {
    display: flex;
    align-items: center
}

.more_reviews {
    float: left;
    text-decoration: none;
    background-color: transparent;
    color: var(--link-color-active);
    border: 0;
    padding: 0 20px 0 0;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    transition: .3s;
    position: relative
}

.more_reviews:hover {
    color: var(--sub_main-color);
}

.more_reviews::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--link-color-active);
    border-left: 1px solid var(--link-color-active);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s
}

.more_reviews:hover::after {
    border-color: var(--sub_main-color)
}

.more_reviews::before {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    right: 3px;
    background-color: VAR(--link-color-active);
    top: calc(50% + 2px);
    transform: translateY(-50%);
    transition: .3s
}

.more_reviews:hover::before {
    background-color: var(--sub_main-color);
}

.comment_header {
    margin-bottom: 20px
}

.comment_header .name_user {
    margin-bottom: 0;
    margin-right: 15px
}

.comment_text {
    font-size: 15px;
    line-height: 18px;
    background-color: #f2f2f2;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 4px
}

.comment_header .star_raiting {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.comment_header .star_raiting .icon {
    margin-right: 3px;
    width: 16px;
    height: 16px;
    fill: #b2b2b2
}

.comment_header .star_raiting .icon.active {
    fill: #ff7d00
}

.control_comment, .control_inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.control_comment {
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.control_inner {
    align-items: center
}

.answer_comment {
    color: var(--text-color);
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 30px
}

.answer_comment:hover {
    color: var(--link-color-active)
}

.answer_comment .icon {
    color: var(--text-color);
    margin-right: 8px;
    transition: .3s
}

.answer_comment:hover .icon {
    fill: var(--link-color-active)
}

.counter_comments {
    color: var(--text_sub-color)
}

.counter_comments b {
    font-weight: 400;
    color: var(--text-color)
}

.comment_share {
    text-decoration: none;
    margin-right: 35px
}

.comment_share:hover {
    color: var(--main-color)
}

.comment_share .icon {
    fill: var(--link-color);
    margin-left: 8px;
    transition: .3s
}

.comment_share:hover .icon {
    fill: var(--main-color)
}

.comment_raiting, .comment_raiting a, .comment_share {
    display: flex;
    align-items: center
}

.comment_raiting a {
    padding-right: 10px;
    margin-left: 15px;
    text-decoration: none;
    color: var(--text-color)
}

.comment_raiting a:nth-child(2) {
    border-right: 1px solid var(--border-color)
}

.comment_raiting .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.comment_raiting .icon.like {
    fill: #73c86d
}

.comment_raiting .icon.dislike {
    fill: #e76248;
    transform: rotate(180deg)
}

.control_comment + ul {
    padding-left: 40px
}

.control_comment + ul .comment_header {
    margin-bottom: 6px
}

.product_rate {
    margin: 0 0 15px
}

.product_rate dd, .product_rate dt {
    padding: 0 0 0 25px
}

.product_rate dt {
    font-weight: 700;
    position: relative
}

.product_rate dt:before {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -4px
}

.product_rate dt.advantages:before {
    content: '+';
    color: #02a011
}

.product_rate dt.disadvantages:before {
    content: '-';
    color: #e30202
}

.product_rate dd + dt {
    margin: 3px 0 0
}

.select_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px
}

.aside-titel, .popular_news figure {
    border-bottom: 1px solid var(--border-color)
}

.aside-titel {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--text_main-color);
    padding-bottom: 6px;
    margin-bottom: 10px
}

.select_news .select_one {
    color: var(--main-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 150px;
    border: 1px solid var(--border-color);
    margin: 5px
}

.select_news .select_one:hover {
    border-color: var(--main-active-color);
    color: var(--main-active-color)
}

.select_news .select_one img {
    display: block;
    width: auto !important;
    max-height: 115px;
    height: auto !important;
    object-fit: contain;
    margin: 20px 10px 0
}

.select_news .select_one span {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    min-height: 63px
}

.popular_news figure {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.popular_news .popular_image {
    display: block;
    flex: 0 0 90px;
    margin-right: 18px;
    width: 90px;
    height: 75px;
    border: 1px solid var(--border-color)
}

.popular_news .popular_image:hover, .your_cart_product > a:hover {
    border-color: var(--main-color)
}

.popular_news .popular_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}

.popular_new-title {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: var(--text-color);
    display: inline-block;
    margin-bottom: 10px
}

.popular_new-title:hover {
    color: var(--text_main-color)
}

.popular_new-date {
    display: flex;
    font-size: 12px;
    line-height: 14px
}

.popular_new-date .icon {
    width: 16px;
    height: 16px;
    fill: var(--main-color)
}

.news_wrap.news_wrap-details {
    margin-bottom: 45px
}

.news_wrap.news_wrap-details .news_inner {
    grid-gap: 20px;
    padding: 22px;
    border: 1px solid var(--border-color);
    border-top: none
}

.header_site.header_checkout {
    box-shadow: 0 1px 20px rgb(0 0 0/20%);
    margin: 0 0 40px
}

.checkout_title {
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 44px;
    width: 100%;
    border-bottom: 1px solid var(--border-color)
}

.order_form_col {
    margin-bottom: 25px
}

.order_form_title {
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.order_form_title .icon {
    display: block;
    width: 30px;
    height: 30px;
    fill: #e1e1e1;
    position: relative
}

.order_form_title .icon_wrap, .your_cart_product > a {
    display: flex;
    align-items: center;
    justify-content: center
}

.order_form_title .icon_wrap {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background-color: var(--site-bg-color);
    border: 1px solid #e1e1e1;
    border-radius: 50%
}

.order_form_title span {
    font-size: 22px;
    line-height: 26px
}

.checkout .your_cart {
    background-color: #fafafa;
    border: 1px solid var(--border-color)
}

.your_cart_title {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    border-bottom: 1px solid var(--border-color)
}

.your_cart_products {
    padding: 0 20px;
    margin: 0 0 20px;
    width: 100%
}

.your_cart_product {
    display: flex
}

.your_cart_product + .your_cart_product {
    padding-top: 20px
}

.your_cart_product > a {
    border: 1px solid var(--border-color);
    margin-right: 22px;
    width: 85px;
    height: 85px;
    flex: 0 0 85px
}

.your_cart_product_title {
    color: var(--text-color);
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px
}

.your_cart_product_title:hover {
    color: var(--link-color-active)
}

.your_cart_product_bottom, .your_cart_total {
    display: flex;
    font-size: 16px;
    line-height: 20px
}

.your_cart_product_bottom {
    justify-content: space-between;
    color: var(--text-color)
}

.your_cart_total {
    justify-content: flex-end;
    border: 1px solid var(--border-color);
    border-left: none;
    border-right: none;
    margin: 0 8px 15px;
    padding: 20px 15px;
    font-weight: 700
}

.your_cart_total span {
    margin-left: 35px;
    color: var(--text_main-color)
}

.show_cart_form {
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px
}

.show_cart_form .icon {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    fill: var(--main-color);
    transition: .3s
}

.show_cart_form:hover {
    color: var(--sub_main-color)
}

.show_cart_form:hover .icon {
    fill: var(--sub_main-color)
}

.order_form_field {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin: 0 0 22px;
    clear: both
}

.order_form_field input {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 50px;
    padding: 0 20px 0 60px
}

.order_form_field input::placeholder, .order_form_field textarea::placeholder {
    font-size: 16px;
    line-height: 20px
}

.order_form_field textarea {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding-right: 20px;
    padding-top: 15px;
    padding-left: 63px;
    height: 120px
}

.order_form_field .icon {
    width: 22px;
    height: 22px;
    fill: #929292;
    position: absolute;
    top: 14px;
    left: 20px
}

.order_form_field.delivery_np_wr .dropdown .overflow input {
    padding-left: 20px;
    height: 48px;
    border: 0
}

.order_form_field.delivery_np_wr .dropdown .overflow input::placeholder {
    color: #666
}

.order_form_field.delivery_np_wr .scrollbar-chrome {
    max-height: 300px
}

.checkout_text, .order_form_req {
    display: inline-block;
    font-size: 16px;
    line-height: 20px
}

.order_form_req span {
    color: #fd0404
}

.order_form_col input[type=submit] {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    height: 54px;
    background-color: var(--btn-bg);
}

.order_form_col input[type=submit]:hover {
    background-color: var(--btn-bg-hover);
}

.checkout_text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px
}

.checkout_box {
    margin-bottom: 60px
}

.checkout_box_header, .checkout_box_title .icon_wrap {
    display: flex;
    justify-content: center;
    border: 1px solid #ebebeb
}

.checkout_box_header {
    position: relative;
    padding-left: 75px;
    flex-direction: column;
    margin-bottom: 20px;
    min-height: 75px;
    background-color: #f8f6f7
}

.checkout_box_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}

.checkout_box_title .icon_wrap {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--site-bg-color)
}

.checkout_box_title .icon {
    width: 25px;
    height: 25px;
    fill: #ebebeb
}

.btn_print {
    color: var(--main-color);
    display: flex;
    align-items: center;
    font-size: 12px;
    text-decoration: none
}

.btn_print:hover {
    color: var(--main-active-color)
}

.btn_print .icon {
    width: 26px;
    height: 26px;
    fill: var(--main-color);
    margin-right: 10px;
    transition: .3s
}

.btn_print:hover .icon {
    fill: var(--main-active-color)
}

.checkout_order, .checkout_product > a {
    display: flex;
    border: 1px solid var(--border-color)
}

.checkout_order {
    flex-direction: column;
    padding: 22px 0 0;
    margin-bottom: 20px;
    background-color: #fafafa
}

.checkout_product {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px
}

.checkout_product > a {
    flex: 0 0 85px;
    margin-right: 15px;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-self: center
}

.checkout_product_title {
    display: flex;
    flex-direction: column
}

.checkout_product_title a {
    color: var(--text-color);
    line-height: 20px;
    text-decoration: none
}

.checkout_product_title a:hover {
    color: var(--main-color);
}

.checkout_product_title a, .checkout_product_title span {
    font-size: 16px;
    margin-bottom: 8px
}

.checkout_product_price {
    font-size: 20px;
    line-height: 24px;
    color: var(--text-light)
}

.checkout_total span {
    font-size: 20px;
    line-height: 24px;
    color: var(--main-color)
}


.checkout_total {
    display: flex;
    justify-content: space-between;
    padding: 22px 20px;
    border-top: 1px solid var(--border-color);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.checkout_total span {
    font-size: 22px;
    line-height: 26px
}

.checkout_contacts {
    padding-bottom: 50px
}

.checkout_contacts .icon {
    fill: var(--border-color)
}

.checkout_contacts_title {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px
}

.checkout_contacts_title .icon_wrap {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--site-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 50%
}

.checkout_contacts_title .icon {
    width: 28px;
    height: 28px
}

.checkout_contact {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px
}

.checkout_contact + .checkout_contact {
    margin-top: 10px
}

.checkout_contact .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.checkout_contact span {
    opacity: .7;
    margin-right: 8px
}

.checkout_contact + .checkout_contacts_title, .map_wrap dd + dt {
    margin-top: 25px
}

.wish_list {
    padding-bottom: 50px
}

.wish_list .centre {
    font-size: 17px;
    line-height: 20px
}

.wish_list .title {
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color)
}

.wish_list .title_small {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px
}

.wish_list.compare .btn.not_active {
    width: 100%;
    font-size: 16px;
    padding: 0
}

.wish_list.compare .product_info .rating {
    grid-row: 1/2;
    grid-column: 1/3;
}

.wish_list.compare .product_in_stock {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: start
}

.wish_list.compare .product_info .add_to {
    grid-column: 2/3;
    grid-row: 2/3
}

.wish_grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-bottom: 40px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.wish_grid .one_good {
    border-right: 1px solid var(--border-color);
    position: relative
}

.wish_grid .one_good:nth-child(2n) {
    border-right: none
}

.del_wish {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: auto
}

.del_wish::after, .del_wish::before {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #767676;
    transition: .3s
}

.del_wish::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.del_wish::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.del_wish:hover::after, .del_wish:hover::before {
    background-color: var(--main-color)
}

.del_wish, .wish_list .btn {
    font-size: 0
}

.wish_list .btn.btn_icon.btn_icon-text .svg_wrap {
    margin-right: 0
}

.wish_btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.wish_btns .btn {
    margin: 0 20px 20px 0;
    height: 45px;
    font-size: 16px !important;
    line-height: 20px !important
}

.wish_btns .btn.btn_red {
    background-color: var(--btn-bg-standart)
}

.wish_btns .btn.btn_red:hover {
    opacity: 0.8;
}

.wish_btns .clear_wishlist, .wish_btns .continue_shopping {
    width: calc(50% - 10px);
    max-width: max-content;
    min-height: 45px;
    height: auto;
    padding: 10px
}

.wish_btns .clear_wishlist {
    margin-right: 0
}

.wish_btns .continue_shopping {
    margin-right: 20px;
    background-color: var(--btn-bg);
}

.wish_btns .continue_shopping:hover {
    background-color: var(--btn-bg-hover);
}

.compare_details {
    padding-bottom: 70px
}

.compare_box {
    position: relative
}

.compare_list {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    border: 1px solid var(--border-color)
}

.compare_list .mCSB_container {
    display: flex
}

.compare_one {
    width: 165px;
    flex: 1 0 165px
}

.compare_one .product_info .add_to {
    display: none
}

.compare_one .product_info .rating {
    width: 100%;
    flex-wrap: wrap;
    grid-column: 1/3
}

.compare_one ul, .compare_sidebar {
    display: flex;
    flex-direction: column
}

.compare_sidebar {
    padding: 20px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    position: relative
}

.compare_asite_title {
    font-size: 16px;
    line-height: 16px
}

.compare_details .add_product {
    display: flex;
    align-items: center;
    margin: 10px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-color)
}

.compare_details .add_product::before {
    content: "+";
    color: var(--main-color);
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    position: relative;
    transition: .6s
}

.compare_details .add_product:hover::before {
    transform: rotate(180deg)
}

.compare_btns, .compare_btns a {
    display: flex;
    justify-content: center
}

.compare_btns {
    position: absolute;
    bottom: -370px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%)
}

.compare_btns a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    color: var(--text-contrast);
    align-items: center;
    width: max-content;
    height: 40px;
    padding: 0 15px;
    margin: 0 10px;
    border-radius: 3px;
    position: relative
}

.compare_btns a:hover {
    filter: saturate(1.5);
    color: var(--text-contrast)
}

.compare_btns a.active::before {
    content: "";
    width: 16px;
    height: 10px;
    border-top: 10px solid var(--main-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateY(-50%);
    border-top: 10px solid var(--main-color)
}

.compare_btns a.active {
    background-color: var(--main-color);
}

.compare_details .btn.not_active {
    padding: 0;
    width: 100%;
}



.option_list {
    display: none
}

.compare_details .title {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0
}

.compare_one ul li, .dell_product {
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.dell_product {
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
    color: var(--text-color);
    margin-bottom: 20px
}

.dell_product:hover {
    color: #f56655
}

.dell_product::after, .dell_product::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--text-color);
    position: absolute;
    top: 50%;
    left: 0;
    transition: .3s
}

.compare_btns a, .dell_product:hover::after, .dell_product:hover::before {
    background-color: var(--sub_main-color)
}

.dell_product::before {
    transform: translateY(-50%) rotate(-45deg)
}

.dell_product::after {
    transform: translateY(-50%) rotate(45deg)
}

.compare_list .btn.btn_icon {
    font-size: 0
}

.compare_list .btn.btn_icon .svg_wrap {
    margin-right: 0
}

.compare_one .one_good {
    padding-bottom: 85px;
    border-right: 1px solid var(--border-color)
}

.compare_one .product_name {
    height: 54px
}

.compare_one ul {
    background-color: #f3f3f3
}

.compare_one ul li {
    margin-top: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-left: none
}

.compare_one ul li:last-child {
    border-bottom: none
}

.compare_one ul li::before {
    content: attr(data-filter-name);
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    word-wrap: normal;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 50%;
    top: -31px
}

.compare_one:nth-child(even) ul li::before {
    display: none
}

.compare_one:last-child ul li::before {
    display: none
}

.mob_toggle-compare {
    height: 40px
}

.compare_box .rating {
    flex-wrap: nowrap;
    white-space: nowrap
}

.compare_box .rating .star_wrap {
    margin-right: 5px
}

.search_catalog_wrap .clickpath, .search_title {
    padding-top: 0;
    margin-bottom: 0;
    grid-column: 1/3;
    display: flex;
    flex-wrap: wrap
}

.search_catalog_wrap .clickpath .centre {
    padding: 20px 0 0
}

.search_title {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.search_header-title {
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px
}

.search_header-title a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.search_header-title a:hover {
    color: var(--link-color-active);
}

.search_counter {
    font-size: 16px;
    line-height: 20px
}

.filter_section .all_filters {
    font-weight: 700;
    color: var(--link-color)
}

.filter_section .all_filters b {
    color: var(--text-saturated);
    font-weight: 400
}

.city_list a, .filter_section .all_filters, .filter_section .subfilter {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.filter_section .subfilter:hover {
    color: var(--link-color-active)
}

.contacts_list {
    padding-bottom: 70px
}

.contacts_list .centre {
    display: flex;
    flex-direction: column
}

.contacts_list article header h1 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center
}

.contacts_title {
    display: inline-block;
    width: 100%;
    text-align: center
}

.contacts_list .title {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 12px
}

.city_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.city_list a {
    font-weight: 700;
    background-color: var(--main-color);
    border-radius: 3px;
    color: var(--text-contrast);
    padding: 10px 25px 11px;
    display: block;
    white-space: nowrap;
    margin: 0 20px 15px 0
}

.city_list a:hover {
    color: var(--text-contrast);
    background-color: var(--sub_main-color)
}

.city_list a.active {
    background-color: var(--sub_main-color)
}

.map_inner, .map_wrap {
    display: flex;
    flex-direction: column
}

.map_wrap {
    margin-bottom: 35px
}

.map_inner {
    width: 100%
}

.map_header {
    display: none
}

.map_block {
    height: 400px
}

.map_block > * {
    width: 100%;
    height: 100%
}

.map_wrap.map_text {
    padding-top: 35px;
    border-top: 1px solid var(--border-color)
}

.map_wrap aside {
    margin-bottom: 20px;
    overflow: hidden
}

.map_title {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px
}

.map_wrap dd, .map_wrap dt {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px
}

.map_wrap dt {
    font-weight: 700
}

.map_wrap dd {
    display: flex;
    align-items: center
}

.map_wrap dt .icon {
    fill: var(--main-color);
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 5px
}

.map_wrap dd .icon {
    margin-right: 5px
}

.cons_title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #bcbdbc;
    padding: 0 0 8px;
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #3e3e3e
}

.cons_cat_col, .cons_cat_row {
    display: flex;
    flex-direction: column
}

.cons_cat_row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%
}

.cons_cat_col {
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px;
    text-decoration: none;
    color: #5388b9;
    transition: color .3s
}

.cons_cat_col:hover, .cons_grid_item:hover {
    color: #ff7d00
}

.cons_cat_col:hover .cons_cat_img_wrap, .cons_cat_col:hover .cons_cat_title {
    border-color: #ff7d00
}

.cons_cat_title {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 8px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    flex: 1 1 auto;
    border-bottom: 1px solid #5388b9;
    transition: border-color .3s
}

.cons_cat_img_wrap {
    border: 1px solid #5388b9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px;
    margin-top: auto;
    transition: border-color .3s
}

.cons_cat_img {
    max-width: 100%;
    max-height: 100%
}

.image-map-one_sided, .image-map-two_sided {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    float: none;
    clear: both;
    position: relative
}

.image-map-one_sided svg, .image-map-two_sided svg {
    cursor: pointer
}

.cons_title_sm {
    font-size: 20px;
    line-height: 1.2;
    color: #818182;
    margin: 0 0 30px
}

.cons_grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    border-bottom: 1px solid #bcbdbc;
    margin-bottom: 60px;
    padding: 0
}

.cons_grid_item {
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
    color: #3e77aa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: color .3s
}

.cons_grid_item:before {
    top: -20px
}

.cons_grid_item:after, .cons_grid_item:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0
}

.cons_grid_item:before {
    background-color: #bcbdbc;
    width: 100%;
    height: 1px
}

.cons_grid_item:after {
    border-right: 1px solid #bcbdbc;
    bottom: 0;
    top: 0
}

.cons_grid_img {
    max-width: 100%;
    max-height: 276px;
    object-fit: contain;
    margin: auto 0
}

.cons_grid_caption {
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 10px 0 0
}

.cons_modal {
    position: absolute;
    right: 15px;
    left: 15px;
    top: 50px;
    margin: 0 auto;
    max-width: 850px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    z-index: 200
}

.cons_modal .dropdown_alt ul {
    overflow: auto
}

.cons_modal_title {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 37px;
    margin: 0 0 35px;
    font-size: 22px;
    line-height: 1.2;
    color: #555
}

.cons_modal_close {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: .3s;
    cursor: pointer
}

.cons_modal_close:hover {
    opacity: .7;
    color: #ff7d00
}

.cons_modal_close::after, .cons_modal_close::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #282828;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.cons_modal_close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cons_modal_close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.cons_modal_row {
    display: block
}

.cons_modal_col:nth-child(1) {
    text-align: center;
    max-width: 100%;
    flex: 1 1 278px;
    margin: 0 0 30px
}

.cons_modal_col:nth-child(2) {
    flex: 1 0 465px
}

.cons_modal_col:nth-child(1) img {
    max-width: 100%
}

.cons_modal_field {
    margin: 0 0 27px
}

.cons_modal_field label {
    display: block;
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1;
    color: #504f4f;
}

.cons_modal_field_row {
    display: flex;
    flex-direction: column
}

.cons_modal_field_col {
    width: 100%;
    margin: 0 0 27px
}

.cons_modal_table {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0 0
}

.cons_modal_table_row {
    display: flex;
    flex-wrap: wrap
}

.cons_modal_table_col {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    text-align: center
}

.cons_modal_table_tit {
    font-size: 16px;
    line-height: 1;
    margin: 0 20px 0 0;
    color: #504f4f
}

.amount_box {
    display: flex
}

.cons_modal_table_price {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #504f4f
}

.cons_modal_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 34px 0 0
}

.cons_modal_btn, .cons_modal_total {
    height: 40px;
    display: flex;
    font-size: 20px
}

.cons_modal_total {
    background-color: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    line-height: 40px;
    color: #504f4f;
    padding: 0 23px;
    justify-content: space-between
}

.cons_modal_btn {
    background-color: var(--main-color);
    border-radius: 3px;
    color: #fff;
    border: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer
}

.cons_modal_btn:hover {
    opacity: 0.7;
}

.amount_box_less, .amount_box_more {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 25px;
    height: 40px;
    color: #d0d0d0;
    transition: color .3s;
    position: relative;
    cursor: pointer
}

.amount_box_less::after, .amount_box_more::after, .amount_box_more::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.amount_box_more::before {
    transform: translate(-50%, -50%) rotate(-90deg)
}

.amount_box_less {
    margin: 0 7px 0 0
}

.amount_box_more {
    margin: 0 0 0 7px;
    transform: rotate(180deg)
}

.amount_box .amount_inp {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    float: none;
    font-size: 18px;
    font-weight: 700
}

#error_box .subtitle_popup {
    text-align: center
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -1px;
    overflow: auto
}

.autocomplete-suggestion:hover {
    background-color: var(--main-color);
    color: #fff
}

.autocomplete-suggestion {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: #f7f7f7;
    color: #504f4f;
    -webkit-transition: .3s;
    transition: .3s
}

.order_form_group_field + .order_form_group_field {
    margin: 0 0 0 11px
}

.order_form_group_field {
    width: 73px
}

.order_form_group_field input {
    padding: 0 10px
}

.order_form_group_field:nth-child(1) {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.order_form_group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0
}

.order_form_group label {
    font-size: 13px;
    line-height: 1
}

.ask_price_form_open {
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    transition: background-color .3s;
    background-color: #ff7d00;
    padding: 14px 18px 15px
}

.ask_price_form_open:hover {
    background-color: #ee7806
}

.calculator_top, div.page_404 {
    display: flex;
    align-items: center
}

.calculator_top {
    font-size: 14px;
    line-height: 18px;
    justify-content: center;
    margin: 15px 0
}

.order_form_field .dropdown_short {
    margin: 0 10px
}

.order_calc_total {
    margin-left: 10px
}

.ruler .noUi-pips, .ruler ul {
    display: flex;
    justify-content: space-between
}

.ruler .noUi-pips {
    padding: 15px 0 0
}

.ruler .noUi-base {
    background-color: #ff7d00;
    margin: -16px 0 0;
    width: calc(100% - 20px);
    height: 3px
}

.ruler .noUi-base:after {
    width: 20px;
    right: -20px
}

.ruler .noUi-origin {
    background-color: #d1d1d1;
    height: 3px;
    right: 0
}

.ruler .noUi-handle {
    top: -11px
}

.ruler {
    border-top: 3px solid #d9d9d9;
    background: url(../images/ruler.gif) repeat-x 0 0;
    padding: 13px 0 0;
    position: relative
}

.ruler ul {
    width: 100%;
    float: none
}

.ruler_drag {
    position: absolute;
    top: -3px;
    width: 40%;
    height: 3px;
    background-color: #ff7d00
}

.ruler_drag i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/spritesheet.png) no-repeat -14px -496px;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .4) !important
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, .75) !important
}

@media (max-width: 480px) {
    .products_slider-list:not(.slick-initialized) .one_good {
        width: 50%
    }
}

div.page_404 {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-bottom: 98px;
    padding-top: 98px
}

.text_404 {
    position: relative;
    top: -20px;
    max-width: 646px;
    flex: 0 0 100%;
    text-align: center;
    color: #777;
    font-size: 18px;
    line-height: 1.2
}

.text_404_num {
    font-weight: 700;
    font-size: 162px;
    line-height: 1;
    color: #ff7d00;
    margin: 0 0 26px
}

.text_404_title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #3e3e3e;
    margin: 0 0 14px
}

.links_404 {
    flex: 0 0 100%;
    color: #3e3e3e
}

.links_404 a {
    transition: color .3s;
    text-decoration: none;
    color: var(--main-color);
}

.links_404 a:hover {
    color: var(--text-color);
}

.links_404_title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 35px
}

.links_404_subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 40px
}

.links_404_list {
    columns: 2;
    column-gap: 55px
}

.links_404_list li:nth-child(n+2) {
    margin: 22px 0 0
}

.links_404_list a {
    position: relative
}

.grid_cat {
    display: none;
    padding: 20px 0 50px 0;
}

.grid_cat-inner {
    grid-gap: 15px;
}

.grid_cat-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    transition: 0.3s;
}

.grid_cat-item:hover {
    border-color: var(--main-color);
}

.grid_cat-item Img {
    display: block;
    margin-bottom: 15px;
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.grid_cat-title {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 5px;
    transition: 0.3s;
}

.grid_cat-item:hover .grid_cat-title {
    color: var(--main-color);
}

.grid_cat-text {
    text-align: center;
    color: var(--text-color);
    font-size: 13px;
}

.news_list {
    padding-bottom: 50px;
}

.news_list h1.title,
.news_list h2.title {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.news_list-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news_filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -360px;
    background-color: var(--site-bg-color);
    z-index: 12;
    width: 300px;
    transition: .3s;
}

.news_filter.active {
    left: 0;
}

.close_news-filter {
    font-size: 0;
    background-color: var(--site-bg-color);
    width: 60px;
    height: 60px;
    box-shadow: 9px 0 8px -2px rgb(34 60 80 / 20%) inset;
    position: absolute;
    top: 0;
    left: 100%;
}

.close_news-filter::after, .close_news-filter::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #777;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s
}

.close_news-filter::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close_news-filter::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close_news-filter:hover::after, .close_news-filter:hover::before {
    background-color: var(--main-color)
}

.news_filter ul {
    padding: 25px 20px;
    max-height: 100%;
    overflow: auto;
}

.news_filter ul li + li  {
    margin: 12px 0 0 0;
}

.news_filter ul a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    color: var(--text-color);
    transition: 0.3s;
}

.news_filter ul a.active {
    color: var(--link-color-active);
}

.open_news-filters {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    text-decoration: none;
    color: var(--text-color);
}

.open_news-filters .icon {
    width: 20px;
    height: 20px;
    fill: var(--main-color);
    margin-left: 5px;
}

.news_list-control .dropdown_sort {
    margin-right: 0;
}

.news_list-inner {
    display: grid;
    grid-gap: 30px;
    margin-bottom: 40px;
}

.news_list-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.news_list-item + .news_list-item::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    position: absolute;
    left: 0;
    top: -15px;
}

.news_list-image {
    margin: 0 auto 12px auto;
    max-width: 350px;
    height: 200px;
    width: 100%;
}

.news_list-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.news_list-title {
    font-size: 18px;
    text-decoration: none;
    color: var(--text-color);
    line-height: 1.2;
    margin-bottom: 8px;
    transition: 0.3s;
}

.news_list-title:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.news_list-text {
    margin-bottom: 8px;
}

.news_list-text .btn {
    display: none;
}

.news_list-box {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.7;
}

.news_list-info {
    display: flex;
    align-items: center;
    margin: 0 12px 0 0;
    opacity: 0.7;
}

.news_list-info .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

/*CUSTOM ARTICLES*/

.other-companies {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}
.other-companies img {
    width: 100%;
    height: auto;
}
.other-companies .other-companies-titl {
    font: 16px "Open Sans";
    font-style: italic;
    font-weight: bold;
    margin-bottom: 35px;
    color: #3c3c45;
    text-align: left;
}
.other-companies .other-companies-description {
    font: 14px "Open Sans";
    color: #3c3c45;
    text-align: left;
}
.other-companies div {
    display: flex;
    flex-direction: column;
    padding: 15px 5px;
    width: 100%;
}
.fireplaces-from {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid var(--border-color);
}
.fireplaces-from .fireplaces-from-titl {
    font: 26px "Open Sans";
    color: #3c3c45;
    margin-bottom: 35px;
}
.fireplaces-from .fireplaces-from-subtitl {
    font: 16px "Open Sans";
    color: #3c3c45;
    margin-bottom: 65px;
}
.fireplaces-from ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.fireplaces-from ul li {
    list-style: none;
    padding: 140px 10px 30px 10px;
    border: 1px solid var(--border-color);
    margin: 25px 0;
    font: 14px "Open Sans";
    color: #3c3c45;
    position: relative;
}
.fireplaces-from ul li:nth-child(2n-1) {
    text-align: left;
}
.fireplaces-from ul li:nth-child(2n) {
    text-align: left;
}
.fireplaces-from ul li:nth-child(1):before {
    content: "";
    width: 120px;
    height: 120px;
    background: url("../images/custom-article/fireplaces-from1.png")
    no-repeat;
    background-size: contain ;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.fireplaces-from ul li:nth-child(2):before {
    content: "";
    width: 120px;
    height: 120px;
    background: url("../images/custom-article/fireplaces-from2.png")
    no-repeat;
    background-size: contain ;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.fireplaces-from ul li:nth-child(3):before {
    content: "";
    width: 120px;
    height: 120px;
    background: url("../images/custom-article/fireplaces-from3.png")
    no-repeat;
    background-size: contain ;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.fireplaces-from ul li:nth-child(4):before {
    content: "";
    width: 120px;
    height: 120px;
    background: url("../images/custom-article/fireplaces-from4.png")
    no-repeat;
    background-size: contain ;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.individual-components {
    padding-bottom: 95px;
}
.individual-components .individual-components-titl {
    font: 18px "Open Sans";
    color: #3c3c45;
    margin-bottom: 25px;
}
.rhombuses {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 65px;
}
.rhombuses:before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #dbdbdb;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.rhombuses:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #dbdbdb;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.rhombuses .side {
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    border: 2px solid var(--border-color);
}

.rhombuses .center {
    width: 27px;
    height: 27px;
    transform: rotate(45deg);
    border: 2px solid var(--border-color);
}

.rhombuses .side {
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    border: 2px solid var(--border-color);
}
.components {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    padding-left: 0;
}
.components li {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    list-style: none;
}
.components li:hover a span {
    color: #ff7e00 !important;
}
.components li .img-wrap {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
    z-index: 1;
}
.components li .img-wrap:before {
    content: "";
    width: 60px;
    height: 60px;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    z-index: 2;
}
.components li .arrow-img {
    width: 50px;
    height: 50px;
    border: 1px solid var(--border-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.components li .arrow-img img {
    transform: rotate(-45deg);
}
.components li a span {
    color: #3c3c45;
}
.components li a {
    text-decoration: none;
    font: 14px "Open Sans";
    color: #3c3c45;
    display: flex;
    flex-direction: column;
    position: relative;
}
.components li a:hover {
    color: var(--main-color);
}
.place-of-honor {
    margin-bottom: 80px;
}
.place-of-honor li {
    width: 100%;
}
.work-with-us ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 45px;
    padding-left: 0;
}
.work-with-us ul li {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 40px 75px;
    border: 1px solid var(--border-color);
    margin-bottom: 45px;
    width: 100%;
    background-size: 50px;
    position: relative;
    z-index: 1;
}
.work-with-us ul li:before {
    content: "";
    display: none;
    width: 46px;
    height: 46px;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}
.work-with-us ul .number {
    width: 25px;
    height: 25px;
    border: 1px solid var(--main-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: 12px;
    left: 13px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.work-with-us ul .number span {
    font: 18px "Open Sans";
    color: var(--main-color);
    transform: rotate(-45deg);
}
.work-with-us .advantages-name {
    font: 16px "Open Sans";
    color: #3c3c45;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.work-with-us .advantages-description {
    font: 14px "Open Sans";
    color: #3c3c45;
    text-align: left;
}
.work-with-us .about-text {
    font: 14px "Open Sans";
    color: #3c3c45;
    text-align: left;
    margin-bottom: 30px;
}
.work-with-us .advantages1 {
    background: url("../images/custom-article/work1.png") no-repeat
    12px 50%;
    background-size: 50px
}
.work-with-us .advantages2 {
    background: url("../images/custom-article/main-advantages5.png")
    no-repeat 12px 50%;
    background-size: 50px
}
.work-with-us .advantages3 {
    background: url("../images/custom-article/work2.png") no-repeat
    12px 50%;
    background-size: 50px
}
.work-with-us .advantages4 {
    background: url("../images/custom-article/main-advantages3.png")
    no-repeat 12px 50%;
    background-size: 50px
}
.work-with-us .advantages5 {
    background: url("../images/custom-article/main-advantages4.png")
    no-repeat 12px 50%;
    background-size: 50px
}
.work-with-us .advantages6 {
    background: url("../images/custom-article/work3.png") no-repeat
    12px 50%;
    background-size: 50px
}

.sub-titl {
    font: 18px "Open Sans";
    margin-bottom: 30px;
}

.main-text {
    font: 16px "Open Sans";
    margin-bottom: 30px;
}
.types-of-delivery {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 35px;
    padding-left: 0;
}
.types-of-delivery li {
    list-style: none;
    padding-top: 115px;
    margin-bottom: 30px;
    font: 18px "Open Sans";
    color: #3c3c45;
    font-weight: bold;
}
.types-of-delivery li:nth-child(1) {
    background: url(../images/custom-article/types--delivery1.png)
    no-repeat 50% 0;
}
.types-of-delivery li:nth-child(2) {
    background: url(../images/custom-article/types--delivery2.png)
    no-repeat 50% 0;
}
.types-of-delivery li:nth-child(3) {
    background: url(../images/custom-article/types--delivery3.png)
    no-repeat 50% 0;
}

.delivery-service {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    padding-left: 0;
}
.delivery-service li {
    padding-top: 100px;
    font: 18px "Open Sans";
    color: #3c3c45;
    font-weight: bold;
    margin-bottom: 30px;
    list-style: none;
}
.new-post {
    background: url("../images/custom-article/new-post.png") no-repeat
    50% 0;
}
.in-time {
    background: url("../images/custom-article/in-time.jpg") no-repeat
    50% 0;
}
.deliveri {
    background: url("../images/custom-article/deliveri.jpg") no-repeat
    50% 0;
}

.mist-expres {
    background: url("../images/custom-article/mist-expres.png")
    no-repeat 50% 0;
}

.italic-text {
    font: 16px "Open Sans";
    color: #aeaeae;
    font-style: italic;
    margin-bottom: 25px;
}

.types-of-sipping {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    padding-left: 0;
}
.types-of-sipping li {
    margin-bottom: 30px;
    padding-top: 100px;
    font: 18px "Open Sans";
    color: #3c3c45;
    font-weight: bold;
    background-size: 50%;
    list-style: none;
}
.types-of-sipping li:nth-child(1) {
    background: url(../images/custom-article/typef-sipping1.png)
    no-repeat 50% 0;
}
.types-of-sipping li:nth-child(2) {
    background: url(../images/custom-article/typef-sipping2.png)
    no-repeat 50% 0;
}
.types-of-sipping li:nth-child(3) {
    background: url(../images/custom-article/typef-sipping3.png)
    no-repeat 50% 0;
}

.description-sipping {
    font: 16px "Open Sans";
    color: #3c3c45;
    margin-bottom: 20px;
    text-align: justify;
}

.bold-text {
    font-weight: bold;
}

.warranty-rules {
    padding-bottom: 55px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 50px;
}
.warranty-rules .warranty-rules-titl {
    font: 16px "Open Sans";
    color: #3c3c45;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.warranty-rules .warranty-rules-subtitl {
    font: 14px "Open Sans";
    color: #3c3c45;
    margin-bottom: 50px;
}
.warranty-rules ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    padding-left: 0;
}
.warranty-rules ul li {
    border: 1px solid var(--border-color);
    padding: 80px 35px 35px 35px;
    font: 14px "Open Sans";
    color: #3c3c45;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    margin: 76px 0 0 0;
    z-index: 1;
}

.warranty-rules ul li::before {
    content: "";
    width: 118px;
    height: 118px;
    border: 1px solid var(--main-color);
    background-size: 55%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.warranty-rules ul li:nth-child(1):before {
    background: url(../images/custom-article/main-advantages1.png) #fff
    no-repeat 50% 50%;
}
.warranty-rules ul li:nth-child(2):before {
    background: url(../images/custom-article/garanty1.png) #fff
    no-repeat 50% 50%;
}
.warranty-rules .warranty-rules-description {
    font: 14px "Open Sans";
    color: #3c3c45;
}
.warranty-rules .margin-bottom {
    margin-bottom: 25px;
}
.types-of-faults {
    margin-bottom: 50px;
}
.types-of-faults ul {
    border: 1px solid var(--border-color);
    padding: 180px 20px 20px 32px;
    width: 100%;
    background: url("../images/custom-article/garanti1.png") no-repeat
    50% 5%;
}
.types-of-faults ul li {
    margin-bottom: 20px;
    list-style-type: disc;
    text-align: left;
    color: var(--main-color);
}
.titl-block {
    font: 16px "Open Sans";
    color: #3c3c45;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.malfunctions {
    font: 14px "Open Sans";
    color: #3c3c45;
}
.renouncement {
    margin-bottom: 86px;
}
.renouncement ul {
    border: 1px solid var(--border-color);
    padding: 180px 20px 20px 32px;
    width: 100%;
    background: url("../images/custom-article/garanti2.png") no-repeat
    50% 5%;
}
.renouncement ul li {
    margin-bottom: 20px;
    list-style-type: disc;
    text-align: left;
    color: var(--main-color);
}
.exchange .titl {
    margin-bottom: 35px;
}
.exchange .exchange-sub-titl {
    font: 14px "Open Sans";
    color: #3c3c45;
    margin-bottom: 40px;
}
.exchange .terms-of-exchange {
    font: 16px "Open Sans";
    color: #3c3c45;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.exchange ul {
    border: 1px solid #dbdbdb;
    padding: 180px 20px 20px 32px;
    width: 100%;
    background: url("../images/custom-article/garanti3.png") no-repeat
    50% 5%;
}
.exchange ul li {
    margin-bottom: 20px;
    list-style-type: disc;
    text-align: left;
    color: var(--main-color);
}
.questions_title {
    display: block;
    color: #3c3c45;
    font-size: 16px;
    font-family: Arial;
    background-color: #f2f2f2;
    padding: 18px 45px 15px 20px;
    position: relative;
    cursor: pointer;
    margin: 0 0 15px 0;
}
.questions_title::after {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 16px;
    transition: 0.3s;
}

.question_item.active .questions_title::after {
    top: 45%;
    transform: rotate(-135deg);
}

.article_inner {
    width: 100%;
}

.all_questions {
    width: 100%;
}

.all_questions ul {
    list-style-type: initial;
    margin: 0 0 0 30px;
}
.all_questions a {
    color: var(--main-color);
    text-decoration: underline;
}
.all_questions a:hover {
    text-decoration: none;
}

.answer_faq {
    display: none;
    padding: 20px;
}

.question_item.active .answer_faq {
    display: block;
}

.category_name_home_page {
    color: #3d3c47;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px 0;
    display: block;
}
.main-advantages .advantages-titl {
    font: 16px "Open Sans";
    color: #3c3c45;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.main-advantages ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 45px;
    padding-left: 0;
}
.main-advantages ul li {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 80px;
    border: 1px solid var(--border-color);
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.main-advantages ul li:before {
    content: "";
    width: 46px;
    display: none;
    height: 46px;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}
.main-advantages ul .professionalism,
.main-advantages ul .price,
.main-advantages ul .payment,
.main-advantages ul .delivery,
.main-advantages ul .execution-of-works {
    width: 60px;
    height: 60px;
    border: 1px solid var(--main-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: 50%;
    left: -52px;
    transform: translateY(-50%) rotate(45deg);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.main-advantages ul .professionalism span,
.main-advantages ul .price span,
.main-advantages ul .payment span,
.main-advantages ul .delivery span,
.main-advantages ul .execution-of-works span {
    font: 27px "Open Sans";
    color: var(--main-color);
    transform: rotate(-45deg);
}
.main-advantages .advantages-name {
    font: 16px "Open Sans";
    color: #3c3c45;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.main-advantages .advantages-description {
    font: 14px "Open Sans";
    color: #3c3c45;
    text-align: left;
}
.main-advantages .about-text {
    font: 14px "Open Sans";
    color: #3c3c45;
    text-align: left;
    margin-bottom: 30px;
}
.main-advantages .advantages1 {
    background: url("../images/custom-article/main-advantages1.png")
    no-repeat 15px 50%;
    background-size: 50px;
}
.main-advantages .advantages2 {
    background: url("../images/custom-article/main-advantages2.png")
    no-repeat 15px 50%;
    background-size: 50px;
}
.main-advantages .advantages3 {
    background: url("../images/custom-article/main-advantages3.png")
    no-repeat 15px 50%;
    background-size: 50px;
}
.main-advantages .advantages4 {
    background: url("../images/custom-article/main-advantages4.png")
    no-repeat 15px 50%;
    background-size: 50px;
}
.main-advantages .advantages5 {
    background: url("../images/custom-article/main-advantages5.png")
    no-repeat 15px 50%;
    background-size: 50px;
}
.beneficial-cooperation {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 50px;
}
.beneficial-cooperation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 30px;
}
.beneficial-cooperation ul li {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 60px;
    border: 1px solid var(--border-color);
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.beneficial-cooperation ul .number {
    width: 40px;
    height: 40px;

    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.beneficial-cooperation ul .number img {
    width: 100% !important;
    height: 100% !important;;
    object-fit: contain;
}

.beneficial-cooperation ul p {
    font: 16px "Open Sans";
    color: #3c3c45;
    text-align: left;
}
.beneficial-cooperation .cooperation3 img {
    width: 52%;
}
.beneficial-cooperation .cooperation8 img {
    width: 61%;
}
.beneficial-cooperation-titl {
    font: 16px "Open Sans";
    margin-bottom: 30px;
    color: #3c3c45;
    text-transform: uppercase;
}
.beneficial-cooperation-subtitl {
    font: 16px "Open Sans";
    margin-bottom: 55px;
    color: #3c3c45;
}
.terms-of-cooperation-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0 75px;
    padding-left: 0;
}
.terms-of-cooperation-list li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 60px 20px 15px 20px;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
}
.terms-of-cooperation-list li p {
    font: 14px "Open Sans";
    color: #3c3c45;
}

.terms-of-cooperation-list .number {
    width: 30px;
    height: 30px;
    background-color: var(--site-bg-color);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
