:root {
    --link-color: #AFB6D8;
    --dark-color: #111217;
    --light-color: #e7e7e7;
    --gray-color: #414145;
}
@font-face {
    font-family: 'Icons';
    src: url('../fonts/fontello.eot?86871533');
    src: url('../fonts/fontello.eot?86871533#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?86871533') format('woff2'),
    url('../fonts/fontello.woff?86871533') format('woff'),
    url('../fonts/fontello.ttf?86871533') format('truetype'),
    url('../fonts/fontello.svg?86871533#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {

    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-search:before {
    content: '\e800';
}

/* '?' */
.icon-loca:before {
    content: '\e805';
}

/* '?' */
.icon-bag:before {
    content: '\e806';
}

/* '?' */
.icon-phone:before {
    content: '\e807';
}

/* '?' */
.icon-mail:before {
    content: '\e808';
}

/* '?' */
.icon-left:before {
    content: '\e809';
}

/* '?' */
.icon-right:before {
    content: '\e80a';
}

/* '?' */
.icon-heart:before {
    content: '\e80b';
}

/* '?' */
.icon-link:before {
    content: '\e80c';
}

/* '?' */
.icon-wishlist:before {
    content: '\e80d';
}

/* '?' */
.icon-user:before {
    content: '\e80e';
}

/* '?' */
.icon-close:before {
    content: '×';

}

/* '?' */
.icon-up:before {
    content: '\e811';
}

/* '?' */
.icon-down:before {
    content: '\e812';
}

/* '?' */
.icon-filters:before {
    content: '\e813';
}

/* '?' */
.icon-filter:before {
    content: '\e814';
}

/* '?' */
.icon-clear:before {
    content: '\e816';
}

/* '?' */
* {
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    background-color: #fff;
    color: #111217;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-weight: 400;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

button, input, select, textarea {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul, ol {
    list-style-position: inside;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

b, strong {
    font-weight: bolder;
}

a {
    color: #111217;
    text-decoration: none;
}

a:hover {
    color: var(--link-color);
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-weight: 600;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}

.d-none {
    display: none !important;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

:focus {
    outline: none;
}

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

.btn-block {
    width: 100%;
}

.btn {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.25;
    border: 1px solid;
    padding: 11px 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.btn-success {
    color: #fff;
    background-color: var(--link-color);
    border-color: var(--link-color);
    -webkit-box-shadow: 0 2px 6px rgba(252, 82, 8, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(252, 82, 8, 0.15);
    box-shadow: 0 2px 6px rgba(252, 82, 8, 0.15);
}

.btn-success:hover {
    color: #fff;
    background-color: #4e599a;
    border-color: #4e599a;
}


/*HEADER*/
.header {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.main-menu {
    list-style: none;
    margin: 0;
}

.main-menu > li {
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.main-menu > li > a {
    position: relative;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu > li > a > span {
    display: inline-block;
}

.main-menu > li:first-child {
    padding-left: 0;
}

.main-menu > li.active > a {
    color: var(--link-color);
}

.main-menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 25px 0 0;
    padding-left: calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
    border-top: 1px solid #E5E5E5;
}

.main-menu > li > ul > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    padding-right: 10px;
    margin-bottom: 36px;
}

.main-menu > li > ul > li li {
    font-size: 13px;
    line-height: 1.3;
    color: #262626;
    list-style: none;
    margin-bottom: 10px;
}

.main-menu > li > ul > li li a {
    color: #262626;
}

.logo-block {
    text-align: center;
    max-width: 200px;
}

.header-right {
    text-align: right;
}

.header-search {
    position: relative;
    width: 290px;
    float: right;
}

button {
    cursor: pointer;
}

.search-hed-btn {
    position: absolute;
    top: 24px;
    left: 19px;
    z-index: 5;
    border: 0;
    background: transparent;
    font-size: 16px;
    color: var(--gray-color);
}

.header-search input {
    width: 100%;
    height: 65px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding-left: 47px;
    padding-right: 10px;
    font-size: 14px;
}

.sm-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 27px;
}

.main-menu .menu-dept-3 > ul {
    display: none;
}

.main-menu .menu-dept-2 > a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 18px;
    display: inline-block;
}

.pos-static {
    position: static !important;
}

.search-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    list-style-type: none;
    background-color: #fff;
    margin-top: 10px;
    text-align: left;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
}

.search-dropdown a {
    font-size: 12px;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.search-dropdown span {
    margin-left: 10px;
    color: #999;
    text-transform: none;
}

.search-dropdown u {
    font-weight: 400;
    color: #666;
}

.search-dropdown a:hover u {
    color: var(--link-color);
}

/*intro-section*/
.intro-section {
    padding: 40px 0 40px;
}

.intro-slide {
    height: 463px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 15px;
}

.intro-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background-color: rgba(38, 38, 38, .6);
}

.intro-block {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.intro-block .bhead {
    margin-bottom: 7px;
}

.intro-block .section-title {
    font-weight: 500;
    color: #fff;
}

.intro-block .bbody {
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.intro-block .btn {
    min-width: 110px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 14px 20px;
    margin: 0 8px;
    display: inline-block;
}

.btn-white {
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.btn-white:hover {
    color: #262626;
    background-color: #fff;
}


/*popular-section*/
.popular-section {
    padding: 30px 0 0;
}

.section-head {
    margin-bottom: 40px;
}

.item-slider {
    margin: 0 -9px;
}

.item-slider .slick-slide {
    padding: 0 9px 62px;
}

.category-head-row {
    margin-bottom: 10px;
}

.category-head, .sorter-block {
    margin-bottom: 20px;
}

.category-head .page-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
}

.category-head .sm-grey {
    display: inline-block;
    vertical-align: sub;
}

.sm-grey {
    font-size: 13px;
    color: var(--gray-color);
    font-weight: 500;
}

.sorter-block .sm-grey {
    display: inline-block;
    vertical-align: bottom;
}

.sorter-block .filter-title {
    background-color: transparent !important;
    font-weight: 500;
    font-size: 13px;
    color: #262626 !important;
    border: 0 !important;
    padding: 0 20px 0 0 !important;
    height: auto !important;
}

.sorter-block .filter-title:before {
    right: 3px;
}

.sorter-block .filter-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 0;
}

.sorter-block .filter-body {
    width: 195px;
    left: auto;
    right: 0;
}

.page-title, h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-title, h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
}

.block-title, h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
}

h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
}

.md-title, h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
}

h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}


/*ITEM*/
.item-wrap {
    position: relative;
    max-width: 270px;
}

.item-cite {
    height: 21px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 0 5px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.01em;
    text-align: center;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    margin-top: -2px;
}

.sale-item .item-cite {
    padding-left: 60px;
}

.item-wrap:hover .item-cite {
    display: block;
}

.item-cite a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--gray-color);
    display: block;
}

.item-cite a:hover {
    color: #262626;
}

.item-cite .icon-link {
    font-size: 9px;
}

.item {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    color: #262626 !important;
    max-width: 270px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
}

.item-wrap:hover .item {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.item-img {
    position: relative;
    height: 230px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-img > img {

}

.btn-wl {
    width: 40px;
    height: 40px;
    background-color: #F8F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    color: #262626;
    z-index: 5;
    font-size: 20px;
    float: right;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    border-left: 1px solid #E5EAED;
}

.btn-wl:before {
    font-family: "Icons";
    content: '\e80b';
}

.btn-wl:hover {
    color: var(--link-color);
}

.item-desc {
    padding: 15px 12px 8px;
    text-align: center;
}

.del-sel-item {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.item-desc div {
    margin-bottom: 7px;
}

.item-ctg {
    font-weight: 500;
}

.item-cost {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: lowercase;
}

.item-name {
    font-weight: 500;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

.old-cost {
    font-size: 11px;
    text-decoration: line-through;
    color: var(--gray-color);
    white-space: nowrap;
    font-weight: 500;
    text-transform: lowercase;
}

.sale-item .item-cost {
    color: #dd3500;
}

.item-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 19px;
    border-top: 1px solid #E5EAED;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-wrap:hover .item-hover {
    opacity: 1;
    visibility: visible;
}
.hidden {
    display: none !important;
}
.adminInfo {
    position: absolute;
    z-index: 2;
    padding: 7px 5px;
    right: 0;
    top: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.adminInfo span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.info-btn:hover, .p-group-btn:hover {
    color: var(--link-color);
}

.item-size {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.25;
    color: var(--gray-color);
    text-transform: uppercase;
}

.btn-def {
    color: #262626;
    background-color: #F8F9F9;
    border-color: #F8F9F9;
    -webkit-box-shadow: 0 -1px 1px rgba(38, 38, 38, 0.05);
    -moz-box-shadow: 0 -1px 1px rgba(38, 38, 38, 0.05);
    box-shadow: 0 -1px 1px rgba(38, 38, 38, 0.05);

}

.btn-def:hover {
    color: var(--link-color);
    background-color: #fff;
    border-color: #fff;
}

.item .btn-def {
    text-align: center;
    text-transform: uppercase;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.item-disc {
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    background-color: #fff;
    display: inline-block;
    padding: 2px 4px;
    height: 20px;
    border: 1px solid #dd3500;
    color: #dd3500;
}

/*prod-section*/
.prod-section {
    padding: 20px 0;
}

.prod-section ul {
    list-style: none;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 22px;
}

.prod-section ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 1.3;
}

/*contact-section*/
.contact-section {
    background-color: var(--dark-color);
    padding: 56px 0;
    margin-top: 20px;
    color: #fff;
}

.contact-block {
    text-align: center;
    width: 469px;
    max-width: 100%;
    margin-left: 100px;
    position: relative;
    z-index: 2;
}

.contact-block .section-head {
    margin-bottom: 35px;
}

.contact-block .section-title {
    color: var(--link-color);
    font-weight: 300;
    margin-bottom: 26px;
}

.contacts-form {
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 35px;
}

.contacts-form:before {
    font-family: "Icons";
    content: '\e808';
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 18px;
    color: #C4C4C4;
    font-size: 16px;
}

.contacts-form .form-control {
    padding-left: 54px;
    padding-right: 150px;
    height: 50px;
    font-size: 14px;
}

.contacts-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    min-width: 135px;

}

.social-block .social-link {
    margin: 0 9px 20px;
    display: inline-block;
    width: 39px;
    height: 39px;
}

.contacts-bg {
    position: absolute;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 15px;
    z-index: 0;
}


/*FILTER*/
.filter-block {
    position: relative;
    margin-bottom: 20px;
}

.filter-title {
    border: 1px solid #E5E5E5;
    position: relative;
    padding: 9px 35px 9px 17px;
    font-size: 14px;
    color: var(--gray-color);
    cursor: pointer;
    -webkit-transition: .3s background-color, .3s color, .3s border-color;
    -moz-transition: .3s background-color, .3s color, .3s border-color;
    -ms-transition: .3s background-color, .3s color, .3s border-color;
    -o-transition: .3s background-color, .3s color, .3s border-color;
    transition: .3s background-color, .3s color, .3s border-color;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}

.active-filter .filter-title {
    color: #262626;
    border-color: #C4C4C4;
}

.selected-filter .filter-title {
    background-color: var(--light-color);
    color: #262626;
    border-color: var(--light-color);
}

.filter-title:before {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    border-left: 1px solid var(--gray-color);
    border-bottom: 1px solid var(--gray-color);
    pointer-events: none;
    margin-top: -5px;
}

.active-filter .filter-title:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(135deg);
    margin-top: -2px;
    border-left-color: var(--link-color);
    border-bottom-color: var(--link-color);
}

.filter-body {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 15;
}

.filter-result {
    background-color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 18px;
    color: var(--gray-color);
    font-size: 14px;
    height: 40px;
}

.filter-checkbox-group {
    max-height: 160px;
    /*overflow: auto;*/
}

.custom-control-label {
    position: relative;
    display: block;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: .3s background-color, .3s color;
    -moz-transition: .3s background-color, .3s color;
    -ms-transition: .3s background-color, .3s color;
    -o-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
    background-color: #fff;
    color: var(--gray-color);
    padding-left: 24px;
}

.filter-block .custom-control-label {
    padding: 10px 20px 10px 42px;
    font-size: 13px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    color: #262626;
}

.filter-block .custom-control-label:hover {
    background: var(--light-color);
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    display: none;
}

.filter-block .custom-control-label:before {
    left: 18px;
    top: 12px;
}

.custom-control-label:before {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #C4C4C4;
    left: 0;
    top: 1px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(60, 177, 136, 0);
    -webkit-transition: .3s border-color, .3s color;
    -moz-transition: .3s border-color, .3s color;
    -ms-transition: .3s border-color, .3s color;
    -o-transition: .3s border-color, .3s color;
    transition: .3s border-color, .3s color;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border-color: var(--link-color);
    color: rgba(60, 177, 136, 1);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    content: "";
}

.custom-radio .custom-control-label::after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 1px;
    content: '';
    background-color: var(--link-color);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s opacity;
    -moz-transition: .3s opacity;
    -ms-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.filter-block .custom-radio .custom-control-label:after {
    left: 21px;
    top: 15px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    border: 1px solid var(--link-color);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    opacity: 1;
}

.filter-search {
    background-color: #fff;
    position: relative;
    border-bottom: 2px solid var(--light-color);;
}

.btn-search {
    border: 0;
    background: transparent;
    z-index: 5;
    cursor: pointer;
}

.filter-search .btn-search {
    position: absolute;
    right: 17px;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--gray-color);
    font-size: 16px;
}

input {
    background: #fff;
    border: 0;
    width: 100%;
    height: 40px;
    color: #262626;
    font-size: 14px !important;
}

.search-control {
    padding: 0 45px 0 18px;
    font-size: 13px;
    letter-spacing: 0.02em;
}

input::-webkit-input-placeholder {
    color: var(--gray-color);
}

input:-moz-placeholder {
    color: var(--gray-color);
}

input:-moz-placeholder {
    color: var(--gray-color);
}

input:-ms-input-placeholder {
    color: var(--gray-color);
}

.nicescroll-rails {
    margin-left: -8px;
    margin-top: -3px;
}

.fr-count {
    font-size: 14px;
    color: #262626;
}

.fr-count span {
    color: var(--link-color);
}

.btn_link {
    color: var(--gray-color);
    border: 0;
    background-color: transparent;
    font-size: 13px;
    text-decoration: underline;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.js-from, .js-to {
    width: calc(50% - 5px);
    padding: 0 16px;
    height: 40px;
    border: 1px solid #E5E5E5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    background-color: #fff;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.price-filter-body {
    padding: 18px;
}

.price-filter-slider {
    margin-top: 8px;
    margin-bottom: 20px;
}

.price-filter-wrap {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.sel-item-title {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 5px;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 500;
}

.sel-item {
    position: relative;
    padding: 3px 5px 3px 8px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    -moz-transition: .3s background-color, 3s border-color;
    -ms-transition: .3s background-color, 3s border-color;
    -o-transition: .3s background-color, 3s border-color;
    transition: .3s background-color, 3s border-color;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.sel-item:hover {
    background-color: var(--light-color);
    border-color: var(--light-color);
}

/*.sel-item .icon-close {
    font-size: 17px;
    line-height: 1;
    position: relative;
    top: 2px;
    cursor: pointer;
}*/

.sm-row {
    margin: 0 -5px;
}

.sm-row .col-12, .sm-row .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar-udsalg {
    margin-bottom: 18px;
}

.sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;

    font-size: 13px;
    font-weight: 500;
}

.sidebar > ul > li {
    border-bottom: 1px solid var(--link-color);
    padding: 0 0 10px;
}

.sidebar li.menu-item-has-children > a {
    padding-right: 40px;
}

.sidebar ul li a {
    color: #262626;
    position: relative;
    display: inline-block;
}

.sidebar ul li a:hover {
    color: var(--link-color);
    text-decoration: underline;
}

.sidebar ul li ul {
    display: none;
    overflow: hidden;
    -webkit-transition: .3s max-height ease;
    -moz-transition: .3s max-height ease;
    -o-transition: .3s max-height ease;
    transition: .3s max-height ease;
}

.sidebar ul li ul li:first-child {
    padding-top: 10px;
}

.sidebar ul li ul {
    padding-left: 15px;
}

.sidebar ul li ul li:last-child {
    margin-bottom: 0;
}

.sidebar ul li.opened {
    font-weight: 600;
}

.sidebar ul li.opened > .btn-collapse {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar ul li.active ul,
.sidebar ul li.parent_active ul {

}

.sidebar ul li.active > ul {

}

.current-menu-item > a {
    color: var(--link-color) !important;
    font-weight: 600 !important;
}

.menu-item-has-children .btn-collapse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 6px;
    cursor: pointer;
    padding: 6px;
    line-height: 1;
}

.sidebar ul li ul li:first-child > .btn-collapse {
    top: 10px;
}

.sidebar ul.brand-sidebar-menu li ul {
    display: block;
}

.pt-2 {
    padding-top: 20px;
}

.pagination {
    text-align: center;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 0;
    color: var(--gray-color);
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.pagination > li > a:focus, .pagination > li > a:hover, .paginat > li > span:focus {
    z-index: 3;
    color: var(--link-color);
    background-color: var(--light-color);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    cursor: default;
    color: var(--link-color);
    background-color: var(--light-color)
}

.pagination > li > span.pages, .pagination > li a.first, .pagination > li a.last {
    width: auto;
    border: none;
    background: none;
    margin: 0 10px;
}

.pagination > li a.first:hover, .pagination > li a.last:hover {
    color: #1b9dff;
    border: none;
    background: none;
}

/*FOOTER*/
.footer {
    background-color: var(--dark-color);
    padding: 40px 0;
    color: #fff;
}

.footer-logo {
    width: 100px;
    margin-bottom: 30px;
}

.prim {
    font-size: 12px;
}

.footer-title {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 26px;
}

.footer-block {
    max-width: 225px;
}

.footer-block ul li {
    list-style: none;
    margin-bottom: 13px;
}

.footer-block ul li a {
    color: #999;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.footer-block ul li a:hover {
    color: var(--link-color);
}

.partner-block {
    text-align: center;
    margin-bottom: 20px;
}

.footer-contacts a,
.footer-contacts span {
    position: relative;
    padding-left: 33px;
    display: inline-block;
}

.footer-contacts a i {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
    font-size: 20px;
    width: 22px;
    text-align: center;
}


/* burger menu */
.open_main_menu {
    border: 0;
    background: none;
    position: relative;
    z-index: 105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding: 0;
    width: 17px;
    height: 22px;
}

.open_main_menu:before {
    position: absolute;
    top: -11px;
    left: 0;
    width: 33px;
    z-index: 1;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.open_main_menu .lines {
    display: inline-block;
    width: 11px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -6px;
}

.opened_menu .open_main_menu .lines, .opened_menu .open_main_menu:before {
    background: transparent !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 17px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}

.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open_main_menu .lines:after {
    top: 6px;
}

.open_main_menu .lines:before {
    top: -6px;
}

.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
    color: #999;
}

.irs--big {
    height: 22px;
}

.irs--big.irs-with-grid {
    height: 70px;
}

.irs--big .irs-line {
    top: 8px;
    height: 5px;
    background: #c4c4c4;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.irs--big .irs-bar {
    top: 8px;
    height: 5px;
    background-color: var(--link-color);
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
    top: 0;
    width: 20px;
    height: 20px;
    box-shadow: 0 3px 4px rgba(60, 177, 136, 0.4);
    border-radius: 30px;
    border: solid 3px #ffffff;
    background-color: var(--link-color);
    cursor: pointer;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border: solid 3px #ffffff;
    background-color: #2cb993;
}

.irs--big .irs-min,
.irs--big .irs-max {
    display: none;
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
    display: none;
}

.irs--big .irs-grid-pol {
    background-color: #428bca;
}

.irs--big .irs-grid-text {
    color: #428bca;
}

.irs--modern {
    height: 55px;
}

.irs--modern.irs-with-grid {
    height: 55px;
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs--modern .irs-grid {
    height: 25px;
}

.irs--modern .irs-grid-pol {
    background-color: #dedede;
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}

.irs--sharp.irs-with-grid {
    height: 57px;
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
    height: 25px;
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--round {
    height: 50px;
}

.irs--round.irs-with-grid {
    height: 65px;
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background-color: #dedede;
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--square {
    height: 50px;
}

.irs--square.irs-with-grid {
    height: 60px;
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}

.irs--square .irs-grid {
    height: 25px;
}

.irs--square .irs-grid-pol {
    background-color: #dedede;
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    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 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.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-arrow {
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index: 10;
    text-align: center;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: 0;
    line-height: 1;
    font-size: 16px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    color: var(--gray-color);
}

.slick-arrow:hover {
    background-color: #fff;
    color: var(--link-color);
}

.slick-arrow.slick-prev {
    left: -15px;
}

.slick-arrow.slick-next {
    right: -15px;
}

.slick-dots {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 29px 0 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #C4C4C4;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: var(--link-color);
}

.item-slider .slick-arrow {
    top: 126px;
    margin-top: 0;
}

.page-section {
    padding: 40px 0;
}

.breadcrumb {
    font-size: 12px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.breadcrumb li {
    position: relative;
    color: var(--gray-color);
}

.breadcrumb li + li {
    padding-left: 10px;
}

.breadcrumb li + li:before {
    display: inline-block;
    padding-right: 10px;
    color: #000;
    content: "/";
}

.breadcrumb li a {
    color: #000;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.breadcrumb li a:hover {
    color: var(--link-color);
}

.filter-btn {
    font-weight: 500;
    font-size: 12px;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
}

.filter-btn i {
    margin-right: 10px;
}

.filter-btn span {
    font-weight: 600;
    font-size: 9px;
    color: #FFF;
    display: inline-block;
    padding: 1px 4px;
    background-color: #262626;
    border-radius: 1px;
    vertical-align: top;
    margin-left: 7px;
    height: 14px;
    min-width: 15px;
}

.visible-sm {
    display: none;
}

.filter-mobile-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#products_list {
    min-height: 400px;
    position: relative;
}

.no-result {
    padding: 90px 0;
    text-align: center;
}

.no-result img {
    margin-bottom: 30px;
}

.site-error {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 15px;
    text-align: center;
}

.section {
    padding: 20px 0;
}

/*LOADER*/
.loader-wrap {
    position: relative;
    min-height: 400px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #8AD0B8;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}

/*BRANDS*/
.brands-list-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 100%;
    overflow-x: auto;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
}

.brands-list-nav:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #E5E5E5;
    height: 1px;
    margin-bottom: 1px;
}

.brands-list-nav li {
    padding: 0 5px;
}

.brands-list-nav li a {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-list-nav li a:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #3cb087;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
}

.brands-list-nav li a:hover:before {
    opacity: 1;
}

.brands-list li {
    margin-bottom: 30px;
    list-style: none;
}

.brands-list ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.brands-list ul li {
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.brands-list ul li a {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.brands-list ul li a:before {
    font-family: 'Icons';
    content: '\e80d';
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
}

.category-head-row .filter-search {
    border: 1px solid #E5E5E5;
    width: 270px;
    margin-bottom: 20px;
}

/*SITEMAP*/
.sitemap-wrap {
    max-width: 770px;
    margin: 0 auto;
}

.sitemap-block {
    margin-bottom: 10px;
}

.sitemap-block .bhead {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 25px;
}

.sm-name {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #262626;
}

.sm-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sm-inner-block {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.sm-inner-name {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 25px;
    display: inline-block;
}

.sm-inner-block ul li {
    margin-bottom: 5px;
    font-size: 13px;
    list-style: none;
}

.list-subcategory-mobile-wrap {
    display: none;
}

.list-subcategory-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-subcategory-mobile:after {
    display: table;
    clear: both;
    content: '';
}

.list-subcategory-mobile li {
    list-style: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: 1px solid var(--light-color);
}

.list-subcategory-mobile li a {
    padding: 10px 15px;
    display: block;
    color: #262626;
    font-size: 12px;
}

.list-subcategory-mobile li a.active {
    color: var(--link-color);
    font-weight: 500;
}

.list-subcategory-mobile li:nth-child(n+3) {
    margin-top: -1px;
}

.list-subcategory-mobile li:nth-child(even) {
    margin-left: -1px;
}

.page-title i {
    display: none;
    font-size: 8px;
    padding: 7px;
    vertical-align: middle;
}


@-webkit-keyframes loader {
    0%, 10%, 100% {
        width: 80px;
        height: 80px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}

@keyframes loader {
    0%, 10%, 100% {
        width: 80px;
        height: 80px;
    }
    65% {
        width: 150px;
        height: 150px;
    }
}

@-webkit-keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--link-color);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--link-color);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%, 20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--link-color);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes loaderBlockInverse {
    0%, 20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        background-color: var(--link-color);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (min-width: 1240px) {

}

@media (min-width: 1199px) and (max-height: 700px) {

}

@media (max-width: 1239px) {
    .header {
        background-color: #262626;
        border-bottom: 0;
        padding: 16px 15px;
    }

    .header .container {
        max-width: 100%;
    }

    .logo-block svg path {
        fill: #fff;
    }

    .opened_menu {
        overflow: hidden;
        position: relative;
    }

    body:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: rgba(0, 0, 0, 0);
        z-index: 15;
        content: '';
        visibility: hidden;
        -webkit-transition: .3s background-color, .3s visibility;
        -moz-transition: .3s background-color, .3s visibility;
        -ms-transition: .3s background-color, .3s visibility;
        -o-transition: .3s background-color, .3s visibility;
        transition: .3s background-color, .3s visibility;
    }

    .opened_menu:before {
        background-color: rgba(0, 0, 0, .6);
        visibility: visible;
    }

    .main-menu {
        /* display: none; */
        position: absolute;
        top: 100%;
        height: calc(100vh - 60px);
        width: 80%;
        z-index: 100;
        background-color: #fff;
        left: -80%;
        -webkit-transition: transform 600ms ease 0s;
        -moz-transition: transform 600ms ease 0s;
        -ms-transition: transform 600ms ease 0s;
        -o-transition: transform 600ms ease 0s;
        transition: transform 600ms ease 0s;
        padding: 40px 30px 20px;
    }

    body.opened_menu .main-menu {
        -webkit-transform: translate3d(100%, 0px, 0px);
        -moz-transform: translate3d(100%, 0px, 0px);
        -ms-transform: translate3d(100%, 0px, 0px);
        -o-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }

    .main-menu li {
        display: block;
        float: none;
        padding-right: 0;
        padding-left: 0;
        border-bottom: 1px dashed #E5E5E5;
    }

    .main-menu > li a {
        justify-content: left;
        padding: 0;
        height: 51px;
        text-transform: initial;
        position: relative;
        display: flex !important;
        align-items: center;
        margin-bottom: 0 !important;
    }

    .next-level, .next-sub-level {
        z-index: 10;
        height: 100%;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        cursor: pointer;
        width: 100%;
    }

    .logo-block {
        display: inline-block;
    }

    .contact-block {
        margin-left: 0;
    }

    .contacts-bg {
        right: 0;
    }

    .header-search {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 20;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    }

    .open-search {
        border: 0;
        background-color: transparent;
        font-size: 16px;
        color: #fff;
    }

    .main-menu > li > ul {
        top: 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        z-index: 14;
        padding: 30px 30px 10px;
        height: calc(100% - 105px);
        overflow-x: auto;
    }

    .main-menu > li.open-child-menu > a {
        border-bottom: 1px solid #E5E5E5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        padding: 0 60px 0;
        background-color: #fff;
    }

    .main-menu > li.open-child-menu > a > .next-level, .main-menu > li.open-child-menu .open-child-menu .menu-item-has-children > a > .next-level, .open-sub-child-menu > a .next-sub-level {
        left: 0 !important;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 100%;
        position: absolute;
        top: 0;
        justify-content: flex-end;
        padding-right: 30px;
    }

    .open-sub-child-menu > a .next-sub-level {
        pointer-events: none;
    }

    .prev-level + .open-sub-child-menu {
        z-index: 16;
    }

    .main-menu > li.open-child-menu > ul {
        opacity: 1;
        visibility: visible;
    }

    .main-menu > li > ul > li {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        position: relative;
    }

    .main-menu > li > ul li.open-sub-child-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #fff;
        padding: 80px 30px 0;
        overflow-y: auto;
        font-weight: 500;
    }

    .main-menu > li > ul > li ul {
        display: none;
    }

    .main-menu > li > ul li.open-sub-child-menu > ul {
        display: block;
    }

    /*.main-menu > li > ul > li  ul {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #fff;
        padding: 80px 30px 0;
        overflow-x: auto;
        font-weight: 500;
        display: none;
    }

    .main-menu li.open-sub-child-menu > ul {
        opacity: 1;
        visibility: visible;
        display: block !important;
    }*/
    .header .sm-title {
        margin-bottom: 0;
    }

    .main-menu > li > ul > li.open-sub-child-menu > a {
        height: 51px;
        display: flex;
        align-items: center;
    }

    .main-menu > li.open-child2 > ul {
        top: 0;
        z-index: 17;
        padding-bottom: 0 !important;
        height: 100%;
    }

    .main-menu > li.open-child-menu .open-sub-child-menu > a {
        border-bottom: 1px solid #E5E5E5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        padding: 0 60px 0;
        background-color: #fff;
    }

    .level-hide {
        z-index: 0 !important;
    }

    .main-menu li:last-child {
        border-bottom: 0 !important;
    }

    .main-menu > li.open-sub-child-menu > ul {
        top: 0;
    }

    .slick-arrow.slick-prev {
        left: -5px;
    }

    .slick-arrow.slick-next {
        right: -5px;
    }

    .item-cite {
        display: block;
        margin-top: -62px;
    }

    .item-hover {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }

    .item-wrap .item {
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .search-hed-btn {
        left: 35px;
    }

    .header-search input {
        padding-left: 65px;
    }

    .main-menu > li > ul > li li {
        margin-bottom: 0;
    }

    .brands-list ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .contacts-bg {
        width: 480px;
    }

    .partner-block {
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
        margin-right: 50px;
    }

    .partner-block:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 40px;
    }

    .header {
        top: 0;
        padding: 11px 0;
        position: fixed;
        width: 100%;
        z-index: 99999;
    }

    .logo-block svg {
        width: 78px;
    }

    .section-title, h2 {
        font-size: 20px;
    }

    .item-slider .slick-slide {
        padding-bottom: 30px;
    }

    .prod-section ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .contact-section {
        padding: 35px 0;
        margin-top: 0;
    }

    .contact-block .section-title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .contact-block .section-head {
        margin-bottom: 20px;
    }

    .contacts-form {
        margin-bottom: 30px;
    }

    .contacts-form:before {
        font-size: 12px;
    }

    .contacts-form .form-control {
        padding-left: 45px;
        padding-right: 110px;
        height: 44px;
        font-size: 13px;
    }

    .contacts-form .btn {
        min-width: 100px;
        font-size: 12px;
    }

    .social-block .social-link {
        width: 28px;
        height: 28px;
    }

    .contacts-bg {
        width: auto;
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0;
    }

    .footer-top {
        margin-bottom: 35px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .footer-title {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .footer-block {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .footer-block ul li {
        font-size: 12px;
    }

    .footer-contacts {
        margin-bottom: 0;
    }

    /*.footer-contacts ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .footer-contacts ul li {
        font-size: 13px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 3px 0;
    }*/
    .partner-block {
        margin-top: 0;
        margin-right: 40px;
        max-width: 49%;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .search-hed-btn {
        left: 20px;
        top: 17px;
    }

    .header-search input {
        padding-left: 50px;
        height: 50px;
    }

    .sidebar {
        display: none;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none !important;
    }

    .sorter-block .filter-block {
        width: auto;
        font-size: 12px;
        margin-left: 7px;
    }

    .sorter-block .filter-title {
        font-size: 12px;
    }

    .filter-title {
        border: 0 !important;
        background-color: transparent !important;
        height: auto;
        padding: 0;
        padding-right: 20px;
        color: #262626 !important;
    }

    .filter-title:before {
        right: 5px;
        border-color: #262626;
    }

    .sorter-block {
        margin-bottom: 0;
    }

    .sorter-block .sm-grey {
        font-size: 12px;
        color: #747187;
        vertical-align: middle;
    }

    .sorter-block .sm-grey i {
        margin-right: 4px;
        font-size: 13px;
    }

    .sorter-block .filter-body {
        min-width: 185px;
        left: auto;
        right: 0;
    }

    .category-head {
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .sorter-block-wrap {
        border-bottom: 1px solid var(--light-color);
        margin: 0 -15px;
        padding: 12px 15px;
        border-top: 1px solid var(--light-color);
        display: flex;
        justify-content: space-between;
    }

    .filter-mobile {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 105;
        background-color: #fff;
        left: -100%;
        -webkit-transition: transform 600ms ease 0s;
        -moz-transition: transform 600ms ease 0s;
        -ms-transition: transform 600ms ease 0s;
        -o-transition: transform 600ms ease 0s;
        transition: transform 600ms ease 0s;
        padding: 0;
        display: block;
        margin: 0;
    }

    body.opened_filter .filter-mobile {
        -webkit-transform: translate3d(100%, 0px, 0px);
        -moz-transform: translate3d(100%, 0px, 0px);
        -ms-transform: translate3d(100%, 0px, 0px);
        -o-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }

    .filter-mobile .filter-body {
        position: fixed;
        top: 108px;
        left: 0;
        width: 100%;
        margin-top: 0;
        background: #FFF;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: none;
        z-index: 15;
        height: calc(100% - 290px);
        padding-top: 0;
        overflow: hidden;

    }

    .filter-mobile .active-filter .filter-body {

    }

    .filter-mobile .filter-search {
        border: 1px solid var(--light-color);
        margin: 20px 15px 0;
    }

    .filter-mobile .filter-checkbox-group {
        height: calc(100vh - 280px);
        padding: 0 15px;
        max-height: 100%;
    }

    .filter-mobile .custom-control {
        min-height: 51px;
        border-bottom: 1px dashed #E5E5E5;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .filter-mobile .active-filter .filter-title {
        position: fixed;
        top: 0;
        z-index: 155;
        border-bottom: 1px solid var(--light-color) !important;
        width: 100%;
        background-color: #fff !important;
        height: 50px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        font-weight: 500;
    }

    .filter-mobile .active-filter .filter-title:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        height: 18px;
        margin-top: 0;
        position: relative;
        top: 0;
        left: 2px;
        margin-right: 21px;
    }

    .nicescroll-rails {
        margin-left: -5px;
        margin-top: 0;
        opacity: 0 !important;
    }

    .filter-block .custom-control-label:hover {
        background: transparent;
    }

    .filter-mobile .filter-block .custom-control-label:before {
        left: 0;
    }

    .filter-mobile .custom-control:last-child {
        border-bottom: 0;
    }

    .filter-mobile .filter-block .custom-control-label {
        padding-left: 25px;
    }

    .opened_filter {
        overflow: hidden;
    }

    .filter-mobile .filter-title {
        height: 51px;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #E5E5E5 !important;
    }

    .filter-mobile .filter-title:before {
        content: '\e80a';
        font-family: "Icons";
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        height: 18px;
        border-left: 0;
        border-bottom: 0;
        margin-top: -9px;
    }

    .filter-mobile .filter-block {
        margin-bottom: 0;
    }

    .filter-mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid var(--light-color);
    }

    .back-btn {
        color: #262626;
        font-weight: 500;
    }

    .back-btn i {
        margin-right: 15px;
    }

    .filter-mobile-head .btn_link {
        color: #262626;
        text-decoration: none;
        position: relative;
        z-index: 157;
    }

    .filter-mobile-head .btn_link i {
        font-size: 17px;
        margin-right: 5px;
    }

    .filter-mobile-sel {
        background-color: var(--light-color);
        padding: 15px;
        margin: -1px -15px 0;
        white-space: nowrap;
        overflow-y: hidden;
        position: relative;
        z-index: 157;
        height: 58px;
        overflow-x: auto;
    }

    .sel-item {
        padding: 5px 7px 5px 10px;
        margin-right: 15px;
        margin-bottom: 0;
        border: 0;
    }

    .sel-item:last-child {
        margin-right: 0;
    }

    .footer-filter-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute !important;
        left: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 155;
        bottom: 80px;
    }

    .opened_filter .footer-filter-btn {
        position: fixed !important;
    }

    @supports (-webkit-touch-callout: none) {
        .footer-filter-btn {
            bottom: auto;
        }
    }
    .filter-result {
        display: none;
    }

    .sidebar-udsalg {
        margin-top: 15px;
    }

    .footer-filter-btn .btn {
        width: 48%;
        padding: 13px 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .btn-grey {
        background-color: var(--light-color);
        color: #262626 !important;
        border-color: var(--light-color);
    }

    .btn-black {
        background-color: #262626;
        color: #FFF !important;
        border-color: #262626;
    }

    .main-menu {
        padding-right: 15px;
        padding-left: 15px;
        height: calc(100vh - 50px);
    }

    /*.main-menu .menu-dept-3 > ul {
        display: block;
    }*/
    .main-menu > li.open-child-menu > a > .next-level, .main-menu > li.open-child-menu .open-child-menu .menu-item-has-children > a > .next-level, .open-sub-child-menu > a .next-sub-level {
        left: 8px;
        padding-right: 14px;
    }

    /*.main-menu > li > ul, .main-menu > li > ul > li > ul {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .main-menu > li.open-child-menu > a, .main-menu > li.open-child-menu .open-child-menu .menu-item-has-children > a, .main-menu > li.open-child-menu .open-sub-child-menu > a {
        padding: 0 45px 0;
    }

    .filter-mobile-inner {
        height: calc(100vh - 180px);
        overflow-x: auto;
        padding-right: 10px;
        padding-left: 10px;
        display: block;
    }

    .page-section {
        padding: 20px 0;
    }

    .page-title, h1 {
        font-weight: normal;
        font-size: 20px;
    }

    .brands-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .search-dropdown {
        margin-top: 0;
    }

    .sorter-block .filter-body {
        width: 250px;
    }

    .filter-block .custom-control-label {
        font-size: 15px;
    }

    .filter-block .custom-control-label:before {
        top: 13px;
    }

    .filter-block .custom-radio .custom-control-label:after {
        top: 16px;
    }

    .page-title i {
        display: inline-block;
    }

    .list-subcategory-mobile-wrap {
        display: block;
    }

    .pagination > li > a, .pagination > li > span {
        width: 20px;
        height: 20px;
    }

    .menu-dept-3 .next-sub-level {
        pointer-events: none;
    }
}


@media (orientation: landscape) and (max-width: 767px) {

}

@media (max-width: 575px) {
    .intro-block .btn {
        min-width: 260px;
        padding: 14px 20px;
        margin: 8px 0;
    }

    .prod-section ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .footer-contacts ul {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 380px) {
    .sorter-block .filter-title {
        font-size: 10px;
        padding-right: 15px;
    }

    .filter-title:before {
        right: 3px;
        width: 6px;
        height: 6px;
        margin-top: -4px;
    }

    .sorter-block .filter-block {
        margin-left: 2px;
    }

    .sorter-block .sm-grey {
        font-size: 10px;
    }

    .sorter-block .sm-grey i {
        margin-right: 3px;
        font-size: 10px;
    }

    /*.filter-btn {
        font-size: 10px;
        padding-bottom: 2px;
    }*/
    .filter-btn i {
        margin-right: 5px;
    }

    .footer-block ul li a, .footer-contacts span {
        padding-left: 0;
    }

    .footer-contacts a i {
        display: none;
    }

    /*.filter-btn span {
        font-size: 8px;
        margin-left: 3px;
    }*/
}

@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 1240px) {
    .col-xl-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .d-xl-none {
        display: none;
    }

    .main-menu > li > ul > li li a:hover {
        color: var(--link-color);
        text-decoration: underline;
    }

    .main-menu > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .main-menu > li > a > span:before {
        position: absolute;
        top: 100%;
        margin-top: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 11;
        content: '';
        background-color: transparent;
    }

    .main-menu > li:hover > a > span:before {
        background-color: var(--link-color);
    }

    .menu-item-has-children .next-level, .next-sub-level {
        display: none;
    }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 14px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 14px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 14px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 14px;
    }
}

/* top strip */
.fixed-bar {
    background-color: #B1E0B0;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.15;
    display: none;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #262626;
}

.has-fixed-bar .fixed-bar {
    display: flex;
}

@media (max-width: 767px) {
    .has-fixed-bar {
        padding-top: 98px;
    }

    .has-fixed-bar .header {
        top: 48px;
    }

    .fixed-bar {
        font-size: 12px;
        line-height: 1.25;
        top: 0;
        padding: 9px 15px;
        position: fixed;
        width: 100%;
        z-index: 99999;
        height: 48px;
        flex-direction: column;
    }

    .fixed-bar .hidden-xs {
        display: none;
        padding: 0 3px;
    }

    .fixed-bar .xs_block {
        display: block;
    }

}


@media (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .breadcrumb a .icon-left {
        margin-right: 10px;
    }

    .category-head .page-title {
        font-size: 24px;
    }

    .category-sidebar-menu, .category-sidebar-menu ul {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 15px;
        margin: 0 -15px 24px;
        list-style: none;
        white-space: nowrap;
    }

    .category-sidebar-menu li .btn-collapse, .category-sidebar-menu li ul {
        display: none !important;
    }

    .list-subcategory-mobile-wrap p, .list-subcategory-mobile li a, .category-sidebar-menu li a {
        border: 1px solid #E5E5E5;
        display: inline-flex;
        font-weight: 500;
        font-size: 13px;
        padding: 9px 19px;
        line-height: 1.3;
        margin-right: 10px;
    }

    .list-subcategory-mobile li {
        list-style: none;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: initial;
        border: 0;
        margin-top: 0 !important;
    }

    .sorter-block-wrap {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .sidebar-udsalg {
        margin: 0;
    }

    .category-head-row-2 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .custom-radio-btn .custom-control-label {
        padding-left: 0;
        padding-right: 50px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .custom-checkbox.custom-radio-btn .custom-control-input:checked ~ .custom-control-label {
        color: var(--link-color);
    }

    .custom-radio-btn .custom-control-label:before {
        border: 1px solid var(--link-color);
        content: "";
        width: 38px;
        height: 20px;
        border-radius: 15px;
        left: auto;
        top: -1px;
        right: 0;
        -webkit-transition: background-color .5s;
        -moz-transition: background-color .5s;
        -ms-transition: background-color .5s;
        -o-transition: background-color .5s;
        transition: background-color .5s;
    }

    .custom-radio-btn .custom-control-label:after {
        background: var(--link-color);
        width: 16px;
        height: 16px;
        content: "";
        position: absolute;
        top: 1px;
        right: 19px;
        border-radius: 50%;
        -webkit-transition: right .5s, background .5s;
        -moz-transition: right .5s, background .5s;
        -ms-transition: right .5s, background .5s;
        -o-transition: right .5s, background .5s;
        transition: right .5s, background .5s;
    }
    .custom-checkbox.custom-radio-btn .custom-control-input:checked ~ .custom-control-label:before {
        background-color: var(--link-color);
    }

    .custom-checkbox.custom-radio-btn .custom-control-input:checked ~ .custom-control-label:after {
        right: 2px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
}