/**
* 01.typography
*/

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe/Circe-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe/Circe-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe/Circe-Bold.woff') format('woff');
    font-weight: 700;
}

.svg-sprite {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}

html.is-noscroll body {
    position: fixed !important;
    width: 100%;
    overflow-y: auto;
}

html,
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    min-width: 320px;
    min-height: 100vh;
}

@media (min-width: 1270px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1365px) {
    .container {
        max-width: 1344px;
    }
}

.container .container {
    max-width: 1090px;
    padding-left: 0;
    padding-right: 0;
}

.h1, h1 {
    font-size: 25px;
    line-height: 29px;
    font-weight: normal;
    margin-bottom: 20px;
}

.h2, h2 {
    font-size: 25px;
    line-height: 29px;
    font-weight: normal;
    margin-bottom: 13px;
}

.h3, h3 {
    font-size: 22px;
    line-height: 1.364;
    font-weight: normal;
    margin-bottom: 7px;
}

.h4, h4 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: normal;
    margin-bottom: 7px;
}

.h5, h5 {
    font-size: 16px;
    line-height: 1.3125;
    font-weight: normal;
    margin-bottom: 7px;
}

.h6, h6 {
    font-size: 14px;
    font-weight: normal;
}

b, strong {
    font-weight: 600;
}

.link {
    display: inline;
    border: none;
    background: none;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    line-height: inherit;
    font-weight: inherit;
    outline: none !important;
}

a,
.link {
    color: inherit;
    text-decoration: underline;
}

a:hover,
a.is-active,
.link:hover,
.link.is-active {
    color: inherit;
    text-decoration: none;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="skype:"],
a[href^="viber:"],
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

.btn {
    text-decoration: none;
    box-shadow: none !important;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: none;
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
    padding: 9px 28px 7px;
}

.btn-sm {
    font-size: 13px;
    padding: 2px 28px;
}

.btn:hover,
.btn:active {
    border-color: #464646 !important;
    background: #464646 !important;
    color: #fff !important;
}

.btn.active,
.btn:active {
    outline: 0 !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-light,
.btn-outline-secondary {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important;
}

.btn-light:hover,
.btn-light:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
    border-color: #464646 !important;
    background: #464646 !important;
    color: #fff !important;
}

.btn[disabled],
.btn.is-disabled {
    cursor: default;
    cursor: not-allowed;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background: #fff;
    border: 1px solid rgba(162,162,162,.5);
    border-radius: 0;
    color: #747474;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    height: 42px;
}

select.form-control {
    max-width: 100%; 
    margin: 0;
    padding-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6L10.2631 0H0.73686L5.5 6Z' fill='%23424242'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 50% right 7px;
    background-size: 11px 6px;
    cursor: pointer;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control-sm {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding: 6px 13px;
    height: 32px;
}

.form-control:focus {
    color: #484848;
    background-color: #fff;
    border-color: #A2A2A2;
}

.form-control.error {
    border-color: #ff0000;
}

.jq-selectbox__dropdown ul,
.select-block__dropdown-inner {
    scrollbar-color: #000 transparent;
    scrollbar-width: thin;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar,
.select-block__dropdown-inner::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-track,
.select-block__dropdown-inner::-webkit-scrollbar-track {
    background: transparent;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
.select-block__dropdown-inner::-webkit-scrollbar-thumb {
    background: #000;
}

.jq-selectbox__select,
.select-block__select {
    padding: 8px 16px;
}

.select-block__dropdown .form-check__text,
.jq-selectbox li {
    padding: 4px 16px;
}

.jq-selectbox,
.select-block {
    padding: 0 !important;
    vertical-align: top;
    position: relative;
}

.jq-selectbox.opened,
.select-block.is-open {
    z-index: 500 !important;
}

.jq-selectbox__select,
.select-block__select {
    padding-right: 35px;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.jq-selectbox__select-text {
    width: 100% !important;
}

.select-block__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__select-text.placeholder {
    color: #808080;
}

.jq-selectbox__dropdown,
.select-block__dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
    min-width: 182px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    border-top-color: #000;
    font-size: 12px;
    line-height: 16px;
}

.select-block:not(.is-open) .select-block__dropdown {
    display: none;
}

.select-block__dropdown-inner {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 140px;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.select-block__dropdown .form-check {
    margin: 0;
    line-height: inherit;
    font-size: inherit;
}

.select-block__dropdown .form-check__label {
    display: block;
}

.jq-selectbox li {
    white-space: normal;
    cursor: pointer;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover,
.select-block__dropdown .form-check:hover .form-check__text,
.select-block__dropdown .form-check__input:checked ~ .form-check__text {
    background: #f2f2f2;
}

.jq-selectbox__select:after,
.select-block__select:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    right: 15px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #9C9C9C #9C9C9C transparent;
    transform: rotate(45deg);
}

.jq-selectbox.opened .jq-selectbox__select:after,
.select-block.is-open .select-block__select:before {
    margin-top: -1px;
    transform: rotate(-135deg);
}

.select-block__dropdown .form-check__text {
    padding-left: 38px;
}

.select-block__dropdown .form-check__text:before,
.select-block__dropdown .form-check__text:after {
    left: 15px;
    top: 6px;
}

.select-block__dropdown .form-check__text:before {
    width: 13px;
    height: 13px;
}

.select-block__dropdown .form-check__text:after {
    border-width: 0 0 1px 1px;
    width: 12px;
    height: 6px;
    margin: 1px 0 0 3px;
}

.form-group > label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 2px;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -16px;
}

.form-check {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
}

.form-check_inline {
    display: inline-block;
    margin: 6px 15px 6px 0;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.form-check__input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
}

.form-check__text,
.form-check__subtext {
    padding-left: 32px;
}

.form-check__text small {
    color: #999;
    font-size: 0.8em;
}

.form-check__subtext {
    display: block;
    color: #999;
    font-size: 0.8em;
}

.form-check__subtext p {
    margin: 0;
}

.form-check__input:disabled ~ .form-check__text {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(200,200,200,.5);
    border-radius: 2px;
    background: #fff;
}

.form-check__input[type=radio] ~ .form-check__text:before {
    border-radius: 50%;
}

.form-check__text:after {
    width: 14px;
    height: 9px;
    margin: 4px 0 0 4px;
    border: 2px solid #424242;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
}

.form-check__text:after {
    opacity: 0;
}

.form-check__input:checked ~ .form-check__text:after {
    opacity: 1;
}

.form-check__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 1px #fff inset;
}

.form-check__icon ~ .form-check__text:before,
.form-check__icon ~ .form-check__text:after {
    display: none;
}

.form-check_dl .form-check__label {
    display: block;
}

.form-check_dl .form-check__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-check__dt {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: linear-gradient(to right, #bdbdbd 50%, #fff 50%);
    background-size: 5px 1px;
    background-position: left bottom 6px;
    background-repeat: repeat-x;
}

.form-check__dt > span {
    background: #fff;
    padding-right: 5px;
}

.form-check__dd {
    padding-left: 5px;
    white-space: nowrap;
    color: #753a80;
}

.form-check__input.error ~ .form-check__text:before {
    border-color: #ff0000;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #ff0000;
}

.color-red {
    color: #ff0000;
}

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

.date {
    font-size: 0.8em;
    color: #999;
}

.data-table {
    width: 100%;
}

.data-table td {
    vertical-align: bottom;
    padding: 0 0 10px 0;
}

.data-table td:first-child {
    vertical-align: baseline;
}

.data-table td > span {
    display: block;
    margin-right: 5px;
    padding-right: 10px;
    background-image: linear-gradient(to right, #bdbdbd 50%, #fff 50%);
    background-size: 5px 1px;
    background-position: left bottom 6px;
    background-repeat: repeat-x;
}

.data-table td > span > span {
    background: #fff;
    padding-right: 5px;
}

/* ! 01.typography */


/**
* 02.components
*/

.popup-window {
    background: #fff;
    width: 500px;
    padding: 30px;
    overflow: visible;
    border-radius: 5px;
}

.popup-window:not(.fancybox-content) {
    display: none;
}

.popup-window__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.fancybox-slide--html .fancybox-close-small {
    color: #212529;
}

.close-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #212529;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.slick-slide a {
    outline: none !important;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 35px;
    height: 15px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    outline: none;
    text-indent: -9999px;
    color: #fff;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin: -1px 5px 0;
    background: #E1E1E1;
}

.slick-dots li.slick-active button:before {
    background: #000;
}

.slick-arrow {
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    z-index: 11;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
    outline: none !important;
    cursor: pointer;
    background: none;
    transition: 0.15s ease-in-out;
}

.slick-arrow:hover {
    border-color: rgba(0,0,0,.5);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px;
    border-style: solid;
    border-width: 0 0 2px 2px;
}

.slick-prev:after {
    transform: translateX(2px) rotate(45deg);
}

.slick-next:after {
    transform: translateX(-2px) rotate(225deg);
}

.tabs {
    margin: 0 0 40px 0;
}

.tabs__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    z-index: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.tabs__nav-item {
    margin-right: 20px;
}

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

.tabs__nav-link {
    padding: 5px 7px;
    color: inherit;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    display: block;
    text-decoration: none;
}

.tabs__nav-link.is-active {
    font-weight: 500;
    border-bottom-color: #000;
}

.tabs__content {

}

.tabs__item {
    display: none;
}

.tabs__item.is-open {
    display: block;
}

.tabs__item:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumbs {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    color: #9C9C9C;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:after{
    content: '/';
}

.breadcrumbs__item:last-child:after{
    display: none;
}

.breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs__link:hover {
    color: #000;
    text-decoration: none;
}

.rating {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    width: 65px;
    height: 10px;
}

.rating__star {
    display: block;
    border: none;
    background: none;
    padding: 0;
    width: 13px;
    height: 10px;
    position: relative;
    z-index: 1;
    text-indent: -9999px;
    outline: none !important;
}

button.rating__star {
    cursor: pointer;
}

.rating__bg,
.rating__bg span {
    background: url('../images/rating.svg') 0 0 repeat-x;
    background-size: 13px 20px;
}

.rating__bg {
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.rating__bg span {
    background-position: 0 -10px;
}

.product__rating .rating {
    width: calc(65px * 1.4);
    height: calc(10px * 1.4);
}

.product__rating .rating .rating__star {
    width: calc(13px * 1.4);
    height: calc(10px * 1.4);
}

.product__rating .rating .rating__bg,
.product__rating .rating .rating__bg span {
    background-size: calc(13px * 1.4) calc(20px * 1.4);
}

.product__rating .rating .rating__bg span {
    background-position: 0 calc(-10px * 1.4);
}

.rating__star[data-value="1"].is-active ~ .rating__bg span {
    width: 20% !important;
}

.rating__star[data-value="2"].is-active ~ .rating__bg span {
    width: 40% !important;
}

.rating__star[data-value="3"].is-active ~ .rating__bg span {
    width: 60% !important;
}

.rating__star[data-value="4"].is-active ~ .rating__bg span {
    width: 80% !important;
}

.rating__star[data-value="5"].is-active ~ .rating__bg span {
    width: 100% !important;
}

button.rating__star[data-value="1"]:hover ~ .rating__bg span {
    width: 20% !important;
}

button.rating__star[data-value="2"]:hover ~ .rating__bg span {
    width: 40% !important;
}

button.rating__star[data-value="3"]:hover ~ .rating__bg span {
    width: 60% !important;
}

button.rating__star[data-value="4"]:hover ~ .rating__bg span {
    width: 80% !important;
}

button.rating__star[data-value="5"]:hover ~ .rating__bg span {
    width: 100% !important;
}

label + .product__rating .rating {
    vertical-align: text-bottom;
}

.rating._md {
    width: calc(65px * 2);
    height: calc(10px * 2);
}

.rating._md .rating__star {
    width: calc(13px * 2);
    height: calc(10px * 2);
}

.rating._md .rating__bg,
.rating._md .rating__bg span {
    background-size: calc(13px * 2) calc(20px * 2);
}

.rating._md .rating__bg span {
    background-position: 0 calc(-10px * 2);
}

.rating._lg {
    width: calc(65px * 2.5);
    height: calc(10px * 2.5);
}

.rating._lg .rating__star {
    width: calc(13px * 2.5);
    height: calc(10px * 2.5);
}

.rating._lg .rating__bg,
.rating._lg .rating__bg span {
    background-size: calc(13px * 2.5) calc(20px * 2.5);
}

.rating._lg .rating__bg span {
    background-position: 0 calc(-10px * 2.5);
}

.comment-count {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    font-size: 9px;
    line-height: 1;
    text-decoration: none;
    padding-top: 4px;
}

.comment-count i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    opacity: 0.3;
}

a.comment-count:hover i {
    opacity: 0.6;
}

.meta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
}

.meta__item {
    margin-right: 15px;
}

.meta a {
    text-decoration: none;
}

.meta .rating {
    top: -2px;
}

.compare-btn,
.favorite-btn,
.remove-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
    outline: none !important;
    color: #9C9C9C;
}

.compare-btn:hover {
    color: #753a80;
}

.favorite-btn:hover,
.remove-btn:hover {
    color: #753a80;
}

.compare-btn.is-active,
.favorite-btn.is-active {
    color: #000;
}

.favorite-btn.is-active i {
    font-weight: 900;
}

.sticker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    font-weight: normal;
    background: #6AA55B;
    color: #fff !important;
    text-decoration: none;
    padding-top: 1px;
}

.sticker_hit {
    background: #FEE16D;
    color: #1F1F1F !important;
    font-weight: bold;
    font-size: 10px;
}

.sticker_hit > span > span {
    display: block;
    font-size: .85em;
}

.sticker_sale {
    background: #1F1F1F;
}

.price {
    display: inline;
    white-space: nowrap;
}

.price__discount {
    display: inline;
    color: #d829ad;
}

.price__old {
    display: inline;
    color: #888;
    text-decoration: line-through;
}

.price__value {
    display: inline;
    font-size: 1.35em;
}

@media (min-width: 1200px) {
    .price_lg {
        font-size: 20px;
        line-height: 1.2;
    }
}

.variants {

}

.variants__title {
    margin-bottom: 10px;
}

.variants__thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7px;
}

.variants__thumbs-item {
    margin: 3px 10px 0 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 1px #fff inset;
    cursor: pointer;
}

.variants__thumbs-item.is-selected {
    border-color: #753a80;
    box-shadow: 0 0 0 1px #753a80, 0 0 0 1px #fff inset;
}

.loading-btn .spinner-border-sm {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    border-width: .1em;
    position: relative;
    top: -0.2rem;
    margin-right: 0.3rem;
}

.loading-btn.is-loading .spinner-border-sm {
    display: inline-block;
}

.social-list {
    font-size: 20px;
}

.payment-list {
    font-size: 28px;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.1);
}

.preloader:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px;
    border: 4px solid rgba(0,0,0,0.15);
    border-right-color: #000;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pagination {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    display: block;
    border-radius: 0;
}

.pagination__arrow,
.pagination__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    text-align: center;
    height: 23px;
    min-width: 23px;
}

.pagination__link {
    color: #000;
    padding: 0 2px;
    margin: 0 2px;
}

.pagination__link:hover,
.pagination__arrow:hover,
.pagination__link.is-active {
    text-decoration: none;
    background: #EEEEEE;
}

.pagination__arrow {
    text-indent: -9999px;
    color: #000;
}

.pagination__arrow_prev {
    margin-right: 4px;
}

.pagination__arrow_next {
    margin-left: 4px;
}

.pagination__arrow:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.pagination__arrow_prev:after {
    transform: translateX(1px) rotate(45deg);
}

.pagination__arrow_next:after {
    transform: translateX(-1px) rotate(225deg);
}

.pagination__dott {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.page-text {
    margin-top: 40px;
}

.exceprt {
    width: 100%;
  margin-bottom: 30px;
      display: flex;
    flex-direction: column;
}

.exceprt__image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
      margin-top: auto;
      max-width: 260px;
}

.exceprt__image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.exceprt__date {
  font-size: 0.8em;
  margin-bottom: 0.3em;
  color: #999;
}

.exceprt__title {
  margin: 0 0 0.5rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

.exceprt__text {
}

.exceprt__text p:last-child {
  margin-bottom: 0;
}

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

.article-pagination {
    /*display: flex;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    margin: 20px 0;
    padding-top: 20px;
    max-width: 800px;
}

.article-pagination a {
    text-decoration: none;
}

.article-pagination i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.ui-slider-handle {
    cursor: pointer !important;
    outline: none !important;
}

.payment-type {
    /*display: none;*/
}

.captcha {

}

.captcha img {
    display: block;
}

/* ! 02.components */


/**
* 03.header
*/

.menu-popup__bg,
.nav-popup__bg,
.menu-popup__close,
.nav-popup__close,
.menu-popup__back,
.nav-popup__back {
    display: none;
}

.header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__top {
    background: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.header__top-inner {
    display: flex;
    align-items: center;
    height: 35px;
    position: relative;
}

.header__top-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -33px;
}

.header__top-burger {
    display: none;
}

.header__top-left {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.header__top-left > span {
    margin-right: 30px;
}

.header__top-search {
    margin-left: auto;
}

.header__top-right {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.header__nav {

}

.nav {
    font-size: 12px;
    line-height: 18px;
}

.nav__item {
    margin-right: 27px;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__link {
    text-decoration: none;
}

.nav__link:hover {
    color: inherit;
    text-decoration: underline;
}

.header__user {

}

.user-field {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.user-field__item {
    display: inline;
}

.user-field__item:after{
    content: '|';
    margin: 0 7px;
}

.user-field__item:last-child:after{
    display: none;
}

.user-field__link {
    text-decoration: none;
}

.user-field__link:hover {
    color: inherit;
    text-decoration: underline;
}

.header__contacts {
    margin-right: 19px;    
}

.top-contacts {

}

.top-contacts__icon {
    display: flex;
    justify-content: flex-end;
}

.top-contacts__icon a {
    display: block;
    text-decoration: none;
    margin-right: 10px;
}

.top-contacts__icon a img {
    width: 25px;
    height: 25px;
}

.top-contacts__icon a._has-border {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #000;
}

.top-contacts__icon_mob {
    display: flex;
    justify-content: flex-end;
}

.top-contacts__icon_mob a {
    display: block;
    text-decoration: none;
    margin-right: 10px;
}

.top-contacts__icon_mob a img {
    width: 25px;
    height: 25px;
}

.top-contacts__icon_mob a._has-border {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.basket-btn {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.header__middle {
    padding: 20px 0;
    background: #002621;
    color: #fff;
}

.header__middle-inner {
    position: relative;
}

.header__search {
    width: 194px;
}

.header__search-wrapper {
    position: relative;
}

.header__search-input {
    height: auto;
    font-size: 14px;
    line-height: 17px;
    color: #9C9C9C;
    padding: 4px 10px;
    padding-right: 36px;
}

.header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    width: 36px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B6B6B;
    cursor: pointer;
    outline: none !important;
}

.header__search label.error {
    display: none !important;
}

.header__title {
    text-align: center;
}

.header__title img {
    height: 132px;
    width: auto;
}

.header__mob-content {
    display: none;
}

.header__menu-line {
    background: #fff;
    position: relative;
    z-index: 1001;
}

.header__menu-line-inner {

}

.header__menu {

}

.menu {
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
}

.menu__item {
    flex-grow: 1;
    min-width: 1px;
}

.menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 0;
    height: 50px;
    color: inherit;
    position: relative;
}

.menu__link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.menu__item:hover .menu__link:after,
.menu__link.is-active:after {
    opacity: 1;
    visibility: visible;
}

.menu__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.menu__item:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
}

.menu__dropdown-header {
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    padding-bottom: 18px;
    margin-bottom: 21px;
}

.menu__dropdown-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    order: 1;
    margin-left: auto;
}

.menu__dropdown-nav li {

}

.menu__dropdown-nav li:not(:last-child):after {
    content: '| ';
    margin: 0 12px 0 10px;
}

.menu__dropdown-nav a {
    text-decoration: none;
}

.menu__dropdown-nav a:hover {
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.menu__dropdown-brands-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu__dropdown-brands-nav li {
    margin-right: 52px;
}

.menu__dropdown-brands-nav li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: translateY(-4px) rotate(45deg);
    margin-left: 8px;
}

.menu__dropdown-brands-nav li:first-child {
    order: 1;
}

.menu__dropdown-brands-nav li:first-child:after {
    transform: translateY(-1px) rotate(-45deg);
}

.menu__dropdown-brands-nav a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.menu__dropdown-brands-nav a:hover {

}

.menu__dropdown-content {
    font-weight: 300;
    font-size: 14px;
}

.menu__dropdown-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 4;
    column-gap: 30px;
}

.menu__dropdown-content li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 11px;
}

.menu__dropdown-content a {
    text-decoration: none;
}

.menu__dropdown-content a:hover {
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.header__control-wrapper {
    position: relative;
    top: -7px;
}

@media (min-width: 768px) {
    .header__control-line {
        position: static !important;
        width: auto !important;
    }

    .header__control-line.is_stuck + div:not([class]) {
        display: none !important;
    }
}

.header__control {
    display: flex;    
}

.control {

}

.control-btn {
    display: inline-flex;
    align-items: flex-end;
    text-align: left;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    line-height: 16px;
    margin-left: 20px;
    outline: none !important;
}

.control-btn__text {
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.control-btn:hover .control-btn__text {
    border-bottom-color: currentColor;
}

.control-btn__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media (min-width: 768px) {
    .control-btn_catalog,
    .control-btn_nav,
    .control-btn_search {
        display: none;
    }
}

.f-icon,
.b-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 40px;
}

.b-icon:before,
.f-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.b-icon:before {
    background-image: url('../images/basket-icon/01.svg');
}

.f-icon:before {
    background-image: url('../images/favorite-icon/01.svg');
}

a:hover .b-icon:before,
button:hover .b-icon:before,
a.is-active .b-icon:before,
button.is-active .b-icon:before {
    background-image: url('../images/basket-icon/02.svg');
    animation: b-icon-animate 2s infinite;
}

a:hover .f-icon:before,
button:hover .f-icon:before,
a.is-active .f-icon:before,
button.is-active .f-icon:before {
    background-image: url('../images/favorite-icon/02.svg');
    animation: f-icon-animate 2s infinite;
}

@keyframes b-icon-animate {
    0% {
        background-image: url('../images/basket-icon/02.svg');
    }
    25% {
        background-image: url('../images/basket-icon/03.svg');
    }
    50% {
        background-image: url('../images/basket-icon/04.svg');
    }
    75% {
        background-image: url('../images/basket-icon/05.svg');
    }
}

@keyframes f-icon-animate {
    0% {
        background-image: url('../images/favorite-icon/02.svg');
    }
    25% {
        background-image: url('../images/favorite-icon/03.svg');
    }
    50% {
        background-image: url('../images/favorite-icon/04.svg');
    }
    75% {
        background-image: url('../images/favorite-icon/05.svg');
    }
}

/* ! 03.header */

.content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 7px 0 40px;
    background-color: #f9f3f1;
}

/**
* 04.footer
*/

.footer {
    flex-shrink: 0;
    font-size: 13px;
    line-height: 21px;
    padding: 30px 0;
    background: #002621;
    color: #fff;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px 19px;
}

.footer__col {
    padding: 0 15px;
}

.footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.footer__social a {
    text-decoration: none;
}

.footer__social img {
    margin-right: 5px;
}

.footer__nav {
    padding: 0 0 4px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
    max-width: 478px;
    margin: 0 auto 4px;
}

.footer__nav-item {

}

.footer__nav a {
    color: inherit;
    text-decoration: none;
}

.footer__nav a:hover {
    text-decoration: underline;
}

.footer__copyright {
    text-align: center;    
}

.footer__subscribe {

}

.subscribe {

}

.subscribe .form-group {

}

.subscribe__input {
    background-color: transparent;
}

.subscribe__btn {
    width: 100%;
    font-size: 14px;
}

.footer__logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

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

.footer__contacts .top-contacts {
    display: block;
    font-size: 16px;
    line-height: 31px;
    margin: -6px 0 17px 0;
    white-space: nowrap;
}

.footer__contacts .top-contacts__phones {
    margin: 0;
}

.footer__payment-methods {
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: #6B6B6B;
}

.footer__payment-methods p {
    margin-bottom: 6px;
}

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

/* ! 04.footer */


/**
* 05.main-slider
*/

.main-slider-section {
    display: flex;
    margin: 0 -15px 45px;
}

.main-slider-section__slider {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.main-slider-section__banners {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.main-slider-wrapper {
    position: relative;
}

.main-slider-wrapper:before {
    content: '';
    display: block;
    padding-top: calc(360 * 100% / 978);
}

.main-banner-wrapper {

}

.main-banner {
    display: block;
}

.main-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.main-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-slider .slick-list,
.main-slider .slick-track,
.main-slider .slick-slide,
.main-slider .slick-slide > div {
    height: 100% !important;
}

.main-slider .slick-arrow {
    margin: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.main-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.main-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 3px 0;
}

.main-slider .slick-dots li button:before {
    border: 1px solid #fff;
    background: transparent;
}

.main-slider .slick-dots li.slick-active button:before {
    background: #fff;
}

.main-slider__item {
    display: block;
    vertical-align: top;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.main-slider__item + .main-slider__item {
    display: none;
}

.main-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider__image-text {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.2;
    padding: 0 50px;
    text-align: center;
}

.main-slider__image-text-content {
    display: block;
    max-width: 580px;
}

/* ! 05.main-slider */


/**
* 06.main-catalog
*/

.main-catalog {
    margin: 0 -15px 20px;
    display: flex;
    flex-wrap: wrap;
}

.main-catalog__grid {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.main-catalog__item {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none
}

.main-catalog__image {
    display: block;
    padding-top: calc(962 * 100% / 678);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

/* ! 06.main-catalog */


/**
* 07.item
*/

.item {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 15px;
}

.item:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.item__content {
    flex-grow: 1;
}

.item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item__stickers {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.item__control {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.item__image-field {
    max-width: 140px;
    margin: 0 auto 6px;
    display: block;
    position: relative;
    overflow: hidden;
}

.item__image-field:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

img:not([src]) {
    opacity: 0 !important;
}

@supports(object-fit: contain) {
    .item__image {
        height: 100%;
        object-fit: contain;
    }
}

.item__meta {
    font-size: 12px;
    line-height: 16px;
    color: #6B6B6B;
    margin-bottom: 5px;
}

.item__meta a {
    text-decoration: none;
}

.item__title {
    margin-bottom: 5px;
}

.item__title a {
    text-decoration: none;
}

.item__rating {
    line-height: 0;
    margin-bottom: 13px;
}

.item__price {
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    color: #9C9C9C;
}

.item__price-title {

}

.item__price .price {

}

.item_special {
    border-color: #fff;
    box-shadow: none !important;
}

.item_special .item__image-field {
    max-width: 234px;
    margin-bottom: 12px;
}

.item_special .item__meta {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.item_special .item__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_special .item__price {
    color: #000;
}

/* ! 07.item */


/**
* 08.catalog-slider
*/

.title {
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
}

.catalog-slider-section {
    margin-bottom: 60px;
}

.catalog-slider-section__title {
    margin-left: 80px;
    margin-right: 80px;
}

.catalog-slider .slick-dots {
    position: static;
}

.catalog-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px -15px;
    padding: 1px 0;
}

.catalog-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.catalog-slider.slick-slider {
    display: block;
}

.catalog-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.catalog-slider .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}

.catalog-slider .slick-slide > div {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.slick-slide .catalog-slider__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.catalog-slider .slick-arrow {
    top: -56px;
    margin-top: 0;
    left: auto;
    right: 8px;
}

.catalog-slider .slick-prev {
    margin-right: 42px;
}

.catalog-slider .slick-next {

}

/* ! 08.catalog-slider */


/**
* 09.catalog
*/

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

.catalog-section__aside {

}

.catalog-section__aside-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-section__aside-list li {
    margin-bottom: 5px;
}

.catalog-section__aside-list a {
    text-decoration: none;
}

.catalog-section__main {

}

.catalog-section__header {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}

.catalog-section__header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-section__filter-btn {

}

.catalog-section__sort {

}

.catalog-section__sort_right {
    margin-left: auto;
    text-align: right;
}

.catalog-section__sort-item {
    margin-right: 10px;
}

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

.catalog-section__sort-link {
    text-decoration: none;
}

.catalog-section__sort-link.is-active {
    color: #ff6600;
    text-decoration: none;
}

.catalog-section__content {

}

.catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.catalog__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 0 15px;
    margin-bottom: 30px;
}

/* ! 09.catalog */


/**
* 10.filter
*/

.filter {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 25px 80px 0;
    margin-bottom: 25px;
    display: none;
}

html.is-filter-open .filter {
    display: block;
}

.filter__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px;
}

.filter__content {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

.filter__footer {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 31px;
}

.filter__content-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.filter__section {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.filter__footer .filter__section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 23px;
}

.filter__section-title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 5px 0;
}

.filter__section-content {

}

.filter .form-check {
    margin-bottom: 5px;
}

.filter__row {
    display: flex;
    margin: 0 -6px;
}

.filter__row-col {
    display: flex;
    align-items: baseline;
    padding: 0 6px;
}

.filter__row-label {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 6px;
}

.filter__row-input {
    flex-grow: 1;
}

.filter__submit-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.filter__reset-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    background: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    text-transform: none;
}

.filter__expand-btn {
    display: none;
    text-decoration: none;
    outline: none !important;
    font-size: 14px;
}

.filter__expand-btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: translateY(-2px) rotate(45deg);
    margin-left: 6px;
}

.filter__section-content.is-open .filter__expand-btn:after {
    transform: translateY(2px) rotate(-135deg);
}

.filter__section-content:not(.is-open) .form-check:nth-child(5) ~ .form-check {
    display: none;
}

.filter__section-content .form-check:nth-child(6) ~ .filter__expand-btn {
    display: inline-block;
}


/* ! 10.filter */


/**
* 11.product
*/

.product-container {
    max-width: 1202px;
    margin-left: auto;
}

.product-header {
    margin-bottom: 20px;
}

.product-header h1 {
    margin-bottom: 0;
}

.product {
    margin-bottom: 35px;
}

.product__main {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 40px;
}

.product__image-section {
    flex: 0 0 36.4%;
    max-width: 36.4%;
    padding: 0 15px;
}

.product__info {
    border: 1px solid #9C9C9C;
    padding: 10px 14px;
    text-align: center;
    font-size: 11px;
    line-height: 140%;
    margin: 15px 0 15px 112px;
}

.product__gallery {
    position: relative;
}

.product__stickers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.product-gallery {
    padding-left: 112px;
    position: relative;
}

.product-gallery__slider {

}

.product-gallery__item,
.product-gallery__thumbs-item {
    display: block !important;
    width: auto !important;
    position: relative;
}

.product-gallery__item:before,
.product-gallery__thumbs-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-gallery__item-inner,
.product-gallery__thumbs-item-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}

.product-gallery__item img,
.product-gallery__thumbs-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

@supports(object-fit: cover) {
    .product-gallery__item img,
    .product-gallery__thumbs-item img {
        height: 100%;
        object-fit: contain;
    }
}

.product-gallery__thumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 69px;
}

.product-gallery__thumbs.slick-vertical .slick-slide {
    border: none;
}

.product-gallery__thumbs-item {
    border: 1px solid #e9e9e9;
    background: #fff;
    margin: 0 0 10px;
    cursor: pointer;
}

.slick-current .product-gallery__thumbs-item {
    border-color: #000;
    box-shadow: 0 0 0 1px #000 inset;
}

.product-gallery__thumbs-item-inner {
    margin: 1px;
}

.product-gallery__item + .product-gallery__item {
    display: none !important;
}

.product__colors-section {
    flex: 0 0 22.1%;
    max-width: 22.1%;
    padding: 0 12px;
}

.product__colors-section-title {
    font-size: 14px;
    line-height: 18px;
    margin: -28px 0 10px;
}

.product__colors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.product__colors-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.product-color {
    display: block;
    position: relative;
}

.product-color__img {
    padding-top: 83px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-color__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    background: rgba(229,229,229,.6);
    color: #484848;
}

.product__content {
    flex: 0 0 63.6%;
    max-width: 63.6%;
    padding: 0 15px;
}

.product__control {
    padding: 26px 30px 45px;
    background: #fff;
    box-shadow: -2px -2px 4px rgba(200, 200, 200, 0.25), 2px 2px 4px rgba(200, 200, 200, 0.25);
}

.product__meta {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #6B6B6B;
    margin-bottom: 32px;
}

.product__rating {
    display: inline-block;
    vertical-align: middle;
}

.product__reviews-target {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 28px;
}

.product__favorite-btn {
    width: auto;
    height: auto;
    font-size: inherit;
    position: relative;
    color: inherit;
    margin-right: 27px;
}

.product__favorite-btn i {
    margin-left: 9px;
    font-size: 14px;
}

.product__favorite-btn.is-active .favorite-btn__text > span {
    display: none;
}

.product__favorite-btn.is-active .favorite-btn__text:before {
    content: attr(data-active-text);
}

.product__share {
    display: inline-block;
    vertical-align: middle;
}

.product__share-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.ya-share2 {
    display: inline-block;
    vertical-align: middle;
}

.ya-share2__link {
    opacity: .5;
}

.ya-share2__link:hover {
    opacity: 1;
}

.product__variants {
    margin-bottom: 33px;
    position: relative;
}

.product__variants-title {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 11px;
}

.product__variants .variants {
    border-top: 1px solid #eee;
}

.product__variant {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.product__variant .form-check__label {
    display: block;
    position: relative;
}

.product__variant .product__variant-icon {
    width: 32px;
    height: 32px;
    top: 6px;
    left: 6px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    border-color: #e9e9e9;
}

.product__variant .product__variant-content {
    padding: 0;
    flex-grow: 1;
    min-width: 1px;
    display: flex;
    align-items: center;
    padding: 6px;
    padding-left: 50px;
    min-height: 45px;
    border-bottom: 1px solid #eee;
}

.product__variant .product__radio:checked ~ .product__variant-content {
    box-shadow: 0 0 0 2px #000 inset;
}

.product__variant-title {
    flex-grow: 1;
    min-width: 1px;
    font-weight: 300;
}

.product__variant-title .fa-info-circle {
    color: #b8b0ad;
    margin-left: 5px;
    vertical-align: super;
}

.product__variant-price-field {
    margin-left: 15px;
    text-align: right;
}

.product__variant-price {
    display: block;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 500;
}

.product__variant-price-old-row {
    display: block;
    margin-top: -6px;
}

.product__variant-price-old {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 10px;
    color: #6B6B6B;
}

.product__variant-price-old-cur {
    vertical-align: super;
    font-weight: normal;
    font-size: 7.5px;
    color: #6B6B6B;
}

.product__variant-price-discount {
    vertical-align: super;
    font-size: 8px;
    color: #2B8829;
}

.product__variant-price-value {
    font-size: 17px;
}

.product__variant-price-cur {
    vertical-align: super;
    font-size: 12px;
}

.product__variant-status {
    display: block;
    line-height: 1;
    font-size: 13px;
}

.product__btn-row {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}

.product__price-wrapper {

}

.product__price {
    font-weight: 500;
    line-height: 140%;
    margin-right: 50px;
}

.product__price-old-wrapper {
    display: inline;
    margin-right: 25px;
}

.product__price-old {
    display: inline;
}

.product__price-old span {
    text-decoration-line: line-through;
    font-weight: normal;
    font-size: 16px;
    color: #5B5B5B;
}

.product__price-old small {
    vertical-align: super;
    font-weight: normal;
    font-size: 12px;
    color: #5B5B5B;
}

.product__price-discount {
    display: inline;
    vertical-align: super;
    font-weight: normal;
    font-size: 12px;
    color: #2B8829;
}

.product__price-value {
    display: inline;
}

.product__price-value span {
    font-size: 18px;
}

.product__price-value small {
    vertical-align: super;
    font-weight: inherit;
    font-size: 13px;
}

.product__count-field {
    max-width: 150px;
    margin-left: auto;
}

.product__count-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product__btn-field {

}

.product__basket-btn {
    padding: 5px 28px 4px;
}

.product__btn-info {
    margin-left: 20px;
    color: red;
    width: 6em;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

.product__footer {
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid #DEDEDE;
    margin-top: 24px;
    padding-top: 15px;
}

.product__footer-title {
    font-size: 16px;
    color: #484848;
    margin-bottom: 8px;
    font-weight: normal;
}

.product__footer-title i {
    font-size: 1.3em;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.product__rassrochka {
    margin-top: 15px;
}

.product__rassrochka-title {
    font-size: 18px;
    color: #484848;
    font-weight: normal;
    margin-bottom: 20px;
}

.product__rassrochka-title strong {
    font-size: 24px;
    font-weight: inherit;
}

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

/* ! 11.product */


/**
* 12.reviews
*/

.add-review {
    margin-bottom: 20px;
}

.add-review__header {
    text-align: center;
}

.add-review__open-btn {

}

.add-review__content {
    display: none;
}

.add-review__form {
    max-width: 500px;
}

.reviews {

}

.reviews__content {

}

.review {

}

.review__main {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.review__header {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    padding-right: 20px;
}

.review__author {
    font-weight: 500;
    margin-bottom: 2px;
}

.review__rating {
    margin-bottom: 5px;
}

.review__date {
    font-size: 12px;
    color: #999;
}

.review__content {

}

.review__content p:last-child {
    margin-bottom: 0;
}

.review__replay {
    margin-left: 150px;
}

.reviews__footer {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    text-align: center;
}

.reviews__more-btn {

}

/* ! 12.reviews */


/**
* 13.compare
*/

.compare {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    visibility: hidden;
}

.compare.is-visible {
    visibility: visible;
}

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

.compare__sidebar-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 5px 10px;
}

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

.compare__list {

}

.compare__list:after {
    content: '';
    display: table;
    clear: both;
}

.compare__list .slick-track {
    margin: 0;
}

.compare__item {
    float: left;
    width: 33.33%;
}

.compare__item-header {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 20px;
}

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

.compare__data-row {
    padding: 2px 5px;
    background: #fff;
}

.compare__data-row.is-active {
    background: #f5f5f5;
}

.compare__data-text {

}

.compare .slick-arrow {

}

.compare .slick-arrow {
    top: -55px;
    margin-top: 0;
    left: auto;
    right: -10px;
}

.compare .slick-prev {
    margin-right: 40px;
}

/* ! 13.compare */


/**
* 14.basket
*/

.basket {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.basket__cell {
    padding: 10px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}

.basket__cell:first-child {
    padding-left: 0;
}

.basket__cell:last-child {
    padding-right: 0;
}

.basket__cell_head {
    font-weight: 500;
}

.basket__cell_image {
    width: 115px;
}

.basket__cell_title {
    width: 100%;
    text-align: left;
}

.basket__image-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.basket__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.basket__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.basket__title a {
    text-decoration: none;
}

.basket__subtitle {
    color: #999;
}

.basket__variants {
    width: 0;
    min-width: 100%;
    margin-top: 10px;
}

.basket__variants .variants__title {
    font-size: 14px;
    margin-bottom: 5px;
}

.basket__variants .form-check {
    margin-top: 0;
}

.basket__price-old {
    white-space: nowrap;
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    line-height: 1.2;
}

.basket__price,
.basket__total-price {
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

.basket__count {
    width: 80px;
    text-align: center;
    margin: 0 auto;
}

.basket__count-num {
    font-size: 16px;
    font-weight: 500;
}

.basket-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.basket-footer__total {
    margin-right: 20px;
}

.basket-footer__total-main {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

.basket-footer__total-info {
    color: #999;
}

.basket-footer__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
    max-width: 550px;
    min-width: 2px;
}

.basket-footer__buttons-item {
    margin: 0 0 0 20px;
    flex-grow: 1;
    min-width: 1px;
}

.basket-footer__cupon {
    margin: 6px 0;
}

.basket-footer__button {

}

/* ! 14.basket */


/**
* 15.order
*/

.order {
    margin-bottom: 40px;
}

.order__title {
    margin: 0 0 40px;
}

.order__form {

}

.order__content {

}

.order__step {

}

.order__step-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.order__delivery-type {

}

.order__delivery-type-title {
    margin-bottom: .5rem;
}

.order__delivery-type-section {

}

.order__delivery-type-section-content {
    display: none;
}

.order__delivery-type-section.is-open .order__delivery-type-section-content {
    display: block;
}

.order__delivery-type-address-list {
    padding-left: 25px;
}

.order__delivery-type-address-list .form-check {
    margin: 0.5rem 0;
}

.order__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 1rem 0;
    margin: 1rem 0;
}

.order__total-title {

}

.order__total-value {
    font-size: 18px;
}

.order__btn-row {
    margin-top: 24px;
    text-align: center;
}

.order__btn {

}

/* ! 15.order */


/**
* 16.account
*/

.account {
    margin-bottom: 40px;
}

.account__title {
    margin-bottom: 15px;
}

/* ! 16.account */


/**
* 17.history
*/

.history {
    margin-bottom: 40px;
}

.history__title {
    margin-bottom: 15px;
}

.history__list {

}

.history__item {
    border: 1px solid #e9e9e9;
    margin-bottom: 5px;
}

.history__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 10px 40px;
}

.history__item-header:hover {
    background: #f0f0f0;
}

.history__item-header:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.history__item.is-open .history__item-header:before {
    transform: rotate(45deg);
    top: 13px;
}

.history__item-info {
    white-space: nowrap;
}

.history__item-id {
    font-weight: bold;
    width: 18%;
}

.history__item-date {
    width: 18%;
}

.history__item-status {

}

.history__item-price {
    font-weight: bold;
    margin-left: auto;
}

.history__item-content {
    display: none;
    border-top: 1px solid #e9e9e9;
    padding: 0 15px;
}

.history__item.is-open .history__item-content {
    display: block;
}

.history__item .basket {
    margin-bottom: -1px;
}

/* ! 17.history */


/**
* 18.search
*/

.search {
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 84px;
    display: none;
}

html.is-search-open .search {
    display: block;
}

.search__main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 84px;
    padding: 18px 0 17px;
    overflow-y: scroll;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.search__content {
    height: 100%;
    padding: 18px 0;
    overflow-y: scroll;
}

.search__main-inner,
.search__content-inner {
    max-width: 828px;
    margin: 0 auto;
}

.search__form {

}

.search__form label.error {
    display: none !important;
}

.search__input {

}

.search__btn {

}

.search__clear {

}

.search__result {

}

.search__result .autocomplete-suggestions {
    width: 100% !important;
}

.search__result-title {
    margin-bottom: 10px;
}

.search__result-title:not(:first-child) {
    margin-top: 24px;
}

.search__result-item {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 15px;
}

.search__result-link {
    text-decoration: none;
}

.search__result .item {
    margin-bottom: 10px;
}

/* ! 18.search */


.categories-catalog {
    margin: -18px 0 22px;
    padding: 0 0 16px;
    background: #F5F3F3;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #474747;
}

.categories-catalog__list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.categories-catalog__item {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
    min-width: 10%;
    display: flex;
}

.categories-catalog__item-inner {
    display: flex;
    text-align: center;
    color: inherit;
    text-decoration: none;
    padding: 10px;
    flex-direction: column;
    flex-grow: 1;
}

.categories-catalog__item-inner:hover,
.categories-catalog__item-inner.is-active {
    background: #fff;
}

.categories-catalog__item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 8px;
}

.categories-catalog__item-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.categories-catalog__item-title {

}

.page-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
}

.page-title small {
    font-size: 0.6em;
    font-weight: inherit;
    margin-left: 0.4em;
}

.catalog-control {
    background: #FBF9F9;
    padding: 14px 0;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.catalog-control__inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.catalog-control__filter-btn-field {

}

.catalog-control__filter-btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none !important;
    font: inherit;
    color: inherit;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}

.catalog-control__filter-btn i {
    margin-right: 5px;
}

.catalog-control__filter-btn:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    margin-left: 9px;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #424242 transparent;
}

html.is-filter-open .catalog-control__filter-btn > span > span {
    display: none;
}

html.is-filter-open .catalog-control__filter-btn > span:before {
    content: attr(data-alt-text);
}

html.is-filter-open .catalog-control__filter-btn:after {
    border-width: 0 5px 6px;
}

.catalog-control__sort-field {
    display: flex;
}

.catalog-control__sort {
    display: flex;
    align-items: baseline;
    margin-left: 15px;
}

.catalog-control__sort-title {
    margin-right: 4px;
}

.catalog-control__sort-select {
    background-color: transparent;
    background-position: top 50% right 0 !important;
    padding: 0 0 0 10px;
    height: auto;
    border: none;
    font: inherit;
    font-weight: normal;
    color: #747474;
}

.catalog-control__sort-select:focus {
    color: #747474;
    background-color: transparent;
}

.main-benefits {
    text-align: center;
    margin-bottom: 55px;
}

.main-benefits__header {
    max-width: 800px;
    margin: 0 auto 40px;
}

.main-benefits__header h2 {
    text-transform: uppercase;
}

.main-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.main-benefits__item {
    flex-grow: 0;
    flex-shrink: 0;
    width: 191px;
    height: 191px;
    border-radius: 50%;
    background: #F7F7F7;
    margin: 0 15px 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #747474;
    padding: 41px 20px 0;
}

.main-benefits__item-content {

}

.main-benefits__icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 11px;
}

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

.main-benefits__text {

}

.catalog-banner {
    display: block;
}

.catalog-banner img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.catalog-banner img:hover {
    box-shadow: 4px 4px 30px rgba(177, 177, 177, 0.25), -4px -4px 30px rgba(177, 177, 177, 0.25);
    z-index: 1;
}

.popular-widget {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 20px 0;
}

.popular-widget__title {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.popular-widget__list {
    display: inline-block;
}

.popular-widget__list a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    white-space: nowrap;
    transition: opacity .2s ease-in-out 0s;
    color: #000;
    text-decoration: none;
}

.popular-widget__list a:hover {
    opacity: 0.6;
}

/* instagram widget */
.instagram-widget__link {
    color: #157EE9;
}

.instagram-widget__link:hover {
    color: #0B67C5;
}

.menu-wrapper {
    border-bottom: 1px solid #bfbfbf;
}

.brands-menu-wrapper {

}

.brands-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

.brands-menu__title {
    margin-right: 15px;
}

.brands-menu__item {
  flex-grow: 1;
  position: relative;
}

.brands-menu__letter {
  display: block;
  text-align: center;
  color: inherit;
  cursor: pointer;
  padding: 8px 0;
}

.brands-menu__item:hover .brands-menu__letter {
  background: #fff;
  color: #753a80;
}

.brands-menu__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 430px;
  padding-top: 0;
  z-index: 100;
  display: none;
}

.brands-menu__dropdown.is-reverse {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .brands-menu__item:hover .brands-menu__dropdown {
    display: block;
}
}

.brands-menu__dropdown ul {
  margin: 0;
  padding: 18px 13px;
  list-style: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(221, 221, 221, 0.9);
  column-count: 2;
  column-gap: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.brands-menu__dropdown li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 11px;
}

.brands-menu__dropdown a {
  color: inherit;
  text-decoration: underline;
  position: relative;
}

.brands-menu__dropdown a.is-highlight {
  font-weight: bold;
  padding-left: 1.3em;
}

.brands-menu__dropdown a.is-highlight:before {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  content: '\f005';
}

.brands-menu__dropdown a:hover {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

.catalog-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 20px;
}

.catalog-filter__group {
    padding: 0 7px 14px;
    display: flex;
    flex-wrap: wrap;
}

.catalog-filter__item {
    margin-right: -1px;
    margin-bottom: -1px;
}

.catalog-filter__control {
    font-size: 13px;
    text-decoration: none;
}

a.catalog-filter__control {
    white-space: nowrap;
}

a.catalog-filter__control.is-active {
    background: #E1E1E1;
}

.catalog-filter__select-field {
  display: flex;
  align-items: baseline;
  padding: 0 5px 10px;
  flex-grow: 1;
  min-width: 1px;
}

.catalog-filter__select-title {
  margin-right: 5px;
  white-space: nowrap;
  font-size: 12px;
}

.catalog-filter__select {
  height: auto;
  line-height: inherit;
  padding: 3px;
  width: 110px;
  font-size: 12px;
  flex-grow: 1;
  min-width: 1px;
}

.catalog-filter__menu {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 26px;
  flex-grow: 1;
  justify-content: flex-end;
}

.catalog-filter__menu-item {
  margin: 0 0 0 20px;
}

.catalog-filter__menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.catalog-filter__menu-icon {
  font-weight: bold;
  font-size: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

.catalog-filter__menu-text {
  vertical-align: middle;
}

.special-catalog .catalog-slider__item {
    max-width: none;
    padding: 0;
}

@media (min-width: 992px) {
    .special-catalog__item + .special-catalog__item {
        display: none;
    }
}

.special-catalog .slick-dots {
    position: static;
    margin-top: -9px;
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #bbb !important;
    box-shadow: 0 0 5px #bbb !important;
}

body .ui-tooltip {
    font-weight: 500;
    font-size: 9px;
    line-height: 140%;
    color: #6B6B6B;
    border: none !important;
    padding: 10px;
    background: rgb(247 247 247);
    border-radius: 0;
}

.b-productFeatures {
    display: flex;
    margin: 25px -5px;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.b-productFeatures__item {
    display: flex;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    align-items: flex-start;
    flex-shrink: 0;
}

.b-productFeatures__img {
    margin-right: 10px;
}

.b-productFeatures__text {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.main-text {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 60px;
}

.main-text img {
    width: 100%;
    height: auto;
}

.main-text h1 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 10px;
}

.main-news-section {
    margin-bottom: 30px;
}

.brands {

}

.brands__target {

}

.brands__section {
    padding-bottom: 20px;
}

.brands__letter {
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    border-bottom: #e3e3e3 1px solid;
    font-size: 19px;
    color: #333a40;
    font-weight: 700;
}

.brands__list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-fill: balance;
    column-gap: 4%;
    column-count: 5
}

.brands__list li {
    line-height: 1.66em
}

.brands__list a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.brands__list a.is-highlight {
    font-weight: bold;
    padding-left: 1.3em;
}

.brands__list a.is-highlight:before {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 0.8em;
    line-height: 1.5;
    content: '\f005';
}

@media (max-width: 991.98px) {
    .brands__list {
        column-count:4
    }
}

@media (max-width: 767.98px) {
    .brands__list {
        column-count:3
    }
}

@media (max-width: 575.98px) {
    .brands__list {
        column-count: 2
    }
}