/* Jet Cache: catalog/view/assets/css/app.css?v=1785306200 */
:root {
    --gray: #373b3f;
    --light-gray: #7d848e;
    --blue-1: #1a8aff;
    --gray: #393536;
}
* {
    box-sizing: border-box;
    font-family: var(--secondaryFont);
    font-weight: normal;
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    overflow-x: hidden;
    /*transition: 0.35s;*/
}
.price {
    font: 500 20px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}

.container {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px;
    width: 100%;
}
@media (max-width: 992px) {
    .container {
        max-width: 750px;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: none;
    }
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
button {
    cursor: pointer;
}
.overflow {
    overflow: auto;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
a,
p,
ul,
li,
span,
div,
strong,
label,
td {
    font: 400 14px/1.4 'PT sans', sans-serif;
    text-transform: initial;
    color: #373b3f;
}
td{
    font: 400 16px/1.6 'PT sans', sans-serif;
}

p {
    margin-bottom: 10px;
}
.breadcrumb {
    display: flex;
    padding: 11px 0;
}
@media (max-width: 700px) {
    .breadcrumb {
        padding: 0;
    }
}
.breadcrumb li {
    margin-left: 7px;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb li span {
    color: #7d848e;
}
.breadcrumb li a {
    text-transform: initial;
    transition: 0.35s;
    color: #7d848e;
}
.breadcrumb li a:after {
    content: '';
    display: inline-block;
    margin-left: 7px;
    background: url('https://filter.ua/catalog/view/assets/images/arrow-right-gray.svg') 0 0 no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    margin-right: 5px;
    transition: 0.35s;
}
.breadcrumb li a:hover span {
    color: #1a8aff;
}
.breadcrumb li a:hover:after {
    background: url('https://filter.ua/catalog/view/assets/images/arrow-right.svg') 0 0 no-repeat;
}
.breadcrumb li:last-child a:after {
    content: none;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
button.btn-1 {
    display: block;
    padding: 12px 25px;
    font: 500 13px/18px 'Exo 2', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #5189ff;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
}
button.btn-1.disabled {
    background: #aaa;
    border: 1px solid #aaa;
}
button.btn-1.disabled:hover {
    background: #aaa;
    border: 1px solid #aaa;
}
button.btn-1:hover {
    background-color: #4876de;
}
button.btn-transparent {
    background: 0 0;
    color: #373b3f;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    letter-spacing: 0.3px;
    padding: 14px 25px;
    transition: all 0.3s linear;
    border-radius: 30px;
    border: 1px solid #1a8aff;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}
button.btn-transparent span {
    text-transform: uppercase;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    color: #7d848e;
}
button.button-payment-new {
    background-color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.button-black__text {
    font: 500 13px / 18px 'Exo 2', sans-serif;
    color: #FFF;
}
.underline-dotted {
    position: relative;
    border-bottom: 1px dotted rgba(26, 138, 255, 0.5);
    transition: 0.35s;
}
.underline-dotted:hover {
    border-bottom: 1px dotted transparent;
}
.underline-black {
    color: #373b3f;
    border-bottom: 1px solid rgba(55, 59, 63, 0.5);
    transition: 0.35s;
}
.underline-black:hover {
    border-bottom: 1px dotted transparent;
}
.f-1 {
    font-family: 'Exo 2';
    font-size: 14px;
    color: #000;
}
.f-2 {
    font-family: 'PT Sans';
    font-size: 14px;
    color: #373b3f;
}
.gray-circle {
    margin: 0 7px 0 0;
    padding: 10px 0 0 15px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #eef4f8;
    vertical-align: text-top;
    border-bottom: none;
    display: block;
}
a {
    color: var(--blue-1);
}
a.more,
a.search_request,
a.simple-blue {
    color: #1a8aff;
    text-transform: initial;
}
a.underline-hover {
    border-bottom: 1px solid transparent;
    transition: 0.35s;
}
a.underline-hover:hover {
    border-bottom: 1px solid #1a8aff;
}
a.btn-transparent {
    background: 0 0;
    color: #373b3f;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    letter-spacing: 0.3px;
    padding: 14px 25px;
}
a.v-1 {
    color: #373b3f;
    border-bottom: 1px solid rgba(55, 59, 63, 0.5);
    text-transform: none;
    font-size: 14px;
    transition: 0.35s;
}
a.v-1:hover {
    border-bottom: 1px solid rgba(26, 138, 255, 0);
}
a.btn-1 {
    display: block;
    padding: 12px 25px;
    font: 500 13px/18px 'Exo 2', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #5189ff;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
}
a.btn-1.disabled {
    background: #aaa;
    border: 1px solid #aaa;
}
a.btn-1:hover {
    background-color: #4876de;
}
.country {
    color: #7d848e;
}
.btn-add-to-comparison,
.icon-libra {
    position: relative;
    background: url('https://filter.ua/catalog/view/assets/images/libra.svg') 0 0 no-repeat;
    width: 29px;
    height: 16px;
    background-size: contain;
    transition: 0.35s;
}
.btn-add-to-favorite {
    position: relative;
    background: url('https://filter.ua/catalog/view/assets/images/icon-favorite-new.svg') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    transition: 0.35s;
}
.btn-add-to-comparison:hover,
.icon-libra:hover {
    background: url('https://filter.ua/catalog/view/assets/images/libra-orange.svg') 0 0 no-repeat;
}
.btn-add-to-favorite:hover {
    background: url('https://filter.ua/catalog/view/assets/images/icon-favorite-new-orange.svg') 0 0 no-repeat;
}
.btn-add-to-comparison.active {
    background: url('https://filter.ua/catalog/view/assets/images/libra-gray.svg') 0 0 no-repeat;
}
.btn-add-to-favorite.active {
    background: url('https://filter.ua/catalog/view/assets/images/icon-favorite-new-orange.svg') 0 0 no-repeat;
}
.btn-add-to-comparison.active:hover {
    background: url('https://filter.ua/catalog/view/assets/images/libra-gray.svg') 0 0 no-repeat;
}
.btn-add-to-favorite.active:hover {
    background: url('https://filter.ua/catalog/view/assets/images/icon-favorite-new-orange.svg') 0 0 no-repeat;
}
.btn-add-to-comparison.active:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #72be8d;
    transition: all 0.3s linear;
}
.btn-add-to-comparison.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    transition: all 0.3s linear;
    box-sizing: content-box;
}
.current-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .current-page {
        flex-direction: column-reverse;
        justify-content: center;
    }
    .current-page .center-more-wrap {
        margin-top: 20px;
    }
}
.label {
    position: absolute;
    top: 10px;
    color: #ffffff;
    left: 10px;
    background: #4f87fc;
    padding: 5px 8px;
    border-radius: 8px;
    font: 700 16px/1.2 'Exo 2', sans-serif;
    text-transform: uppercase;
    z-index: 2;
}
h2 {
    font-family: 'Exo 2';
    font-weight: 400;
    font-size: 28px;
    color: #373b3f;
}
h2.small {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}
@media (max-width: 992px) {
    h2.small {
        font-size: 19px;
    }
}
h1 {
    font-weight: 700;
    font-size: 32px;
    font-family: 'Exo 2';
    line-height: 1.2;
    color: #7d848e;
}
h1.page-title {
    color: #373b3f;
    text-transform: uppercase;
    font-size: 29px;
    margin: 0 0 25px;
}
@media (max-width: 992px) {
    h1.page-title {
        font-size: 20px;
        margin: 10px 0 10px;
    }
}
@media (max-width: 768px) {
    h1.page-title {
        margin-top: 5px;
        margin-bottom: 15px;
        text-align: center;
    }
}
h3 {
    font-weight: 700;
    font-family: 'Exo 2';
    font-size: 20px;
    text-transform: uppercase;
}
h4 {
    font-family: 'Exo 2';
    font-size: 20px;
    font-weight: 400;
}
h6 {
    font-weight: 700;
    font-family: 'Exo 2';
    font-size: 20px;
    line-height: 1.5;
    color: #373b3f;
}
.hidden {
    display: none !important;
}
.wrapper-green-blue {
    background-image: linear-gradient(to right, #00de6c 0, #298eff 100%);
    padding: 2px;
    border-radius: 18px;
    margin: 0 0 20px 0;
}
.text-gray {
    color: #7d848e;
}
.text-right {
    text-align: right;
}
.pagination {
    margin: 5px 0;
    border-radius: 4px;
    float: right;
    display: flex;
}
.pagination li:hover a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination li.active a {
    color: #fff;
    background: #1a8aff;
    border-color: #1a8aff;
    z-index: 2;
}
.pagination li a {
    transition: 0.35s;
    padding: 4px 11px;
    color: #3b3d41;
    position: relative;
    float: left;
    border: 1px solid #ddd;
}
.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination li:hover span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination li.active span {
    color: #fff;
    background: #1a8aff;
    border-color: #1a8aff;
    z-index: 2;
}
.pagination li span {
    transition: 0.35s;
    padding: 4px 11px;
    color: #3b3d41;
    position: relative;
    float: left;
    border: 1px solid #ddd;
}
.pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination li:last-child span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.reviews-pagination {
    margin: 30px 0 15px 0;
    border-radius: 4px;
    float: right;
    display: flex;
}
.reviews-pagination .page {
    transition: 0.35s;
    padding: 4px 11px;
    color: #3b3d41;
    position: relative;
    float: left;
    border: 1px solid #ddd;
}
.reviews-pagination .page:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.reviews-pagination .page.active {
    color: #fff;
    background: #1a8aff;
    border-color: #1a8aff;
    z-index: 2;
}
.reviews-pagination .page:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.reviews-pagination .page:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.phone_send_form_2 {
    background-color: #e4edf4;
    border-radius: 25px;
    align-items: flex-start !important;
    margin-bottom: 75px !important;
    padding: 35px 50px 45px 50px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 992px) {
    .phone_send_form_2 {
        margin-bottom: 50px !important;
        padding: 25px;
    }
}
@media (max-width: 768px) {
    .phone_send_form_2 {
        align-items: center !important;
    }
}
.phone_send_form_2 .text {
    margin-bottom: 15px;
}
.phone_send_form_2 .text-1 {
    margin-bottom: 5px;
    font: bold 20px/21px 'Exo 2', sans-serif;
    text-transform: uppercase;
    color: #5189ff;
}
.phone_send_form_2 .form {
    width: 100%;
    display: flex;
}
@media (max-width: 768px) {
    .phone_send_form_2 .form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.phone_send_form_2 .form input {
    max-width: 300px;
    flex: 1;
    padding: 13px 25px;
    margin-right: 17px;
    font: 400 14px/18px 'PT sans', sans-serif;
    color: #7e838c;
    border: 0;
    border-radius: 25px;
    outline: 0;
}
@media (max-width: 768px) {
    .phone_send_form_2 .form input {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 300px;
    }
}
.min-rating {
    display: inline-block;
    margin-right: 10px;
    height: 10px;
    width: 61px;
}
@media (max-width: 992px) {
    .min-rating {
        margin-right: 0;
    }
}
.page-404 .phone_send_form_1 {
    margin: 90px 0 80px;
}
@media (max-width: 992px) {
    .page-404 .phone_send_form_1 {
        margin: 40px auto;
        flex-direction: column !important;
        margin-top: 25px !important;
        max-width: none;
        padding: 25px !important;
    }
    .page-404 .phone_send_form_1 form {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .page-404 .phone_send_form_1 input,
    .page-404 .phone_send_form_1 button {
        width: 100%;
        margin-right: 0;
        max-width: none;
    }
}
.page-404 .text-block {
    display: block;
    text-align: left;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
}
@media (max-width: 992px) {
    .page-404 .text-block {
        text-align: center;
    }
}
.page-404 .text-block h1 {
    font-weight: 400;
    color: #373b3f;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .page-404 .text-block h1 {
        font-size: 25px;
    }
}
.page-404 .text-block p {
    margin-bottom: 15px;
}
.page-404 .image {
    margin: 85px auto 75px auto;
    max-width: 461px;
    width: 100%;
}
@media (max-width: 768px) {
    .page-404 .image {
        margin: 20px auto 20px auto;
    }
}
.page-404 .image img {
    max-width: 100%;
}
.block-title {
    text-align: left;
    margin: 54px 0 25px;
    font: 400 28px/1.2 'Exo 2', sans-serif;
}
@media (max-width: 992px) {
    .block-title {
        font: 400 20px/1.2 'Exo 2', sans-serif;
        margin: 40px 0 25px;
    }
}
table {
    border-collapse: collapse;
}
.currency {
    color: #373b3f;
    font: 400 14px/1.4 'PT sans', sans-serif !important;
}
.icon {
    transition: 0.35s;
}
.icon-facebook:hover {
    color: #23599c !important;
}
.icon-youtube:hover {
    color: #db0000 !important;
}
.icon-twitter:hover {
    color: #0086b8 !important;
}
.btn-remove {
    background: 0 0;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 37px;
    transform: translate3d(0, -50%, 0);
}
.btn-remove:before,
.btn-remove:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #72be8d;
    transform: rotate(45deg);
}
.btn-remove:after {
    transform: rotate(-45deg);
}
.nav-tabs-white {
    margin-top: 60px;
    text-transform: uppercase;
    font: 500 14px/1 'Exo 2', sans-serif;
    border-bottom: none;
    display: flex;
    list-style-type: none !important;
}
@media (max-width: 530px) {
    .nav-tabs-white {
        flex-direction: column;
        margin-top: 20px;
    }
}
.nav-tabs-white-big {
    display: flex;
}
.nav-tabs-white-big li.active h4,
.nav-tabs-white-big li:hover h4 {
    background: #e8f0f7;
    border-color: #e8f0f7;
}
.nav-tabs-white-big li {
    margin-right: 20px;
}
.nav-tabs-white-big li h4 {
    border-radius: 10px;
    transition: 0.35s;
    padding: 10px 15px;
    font: 700 20px/1.2 'Exo 2', sans-serif;
}
.nav-tabs-white li:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs-white li:hover a {
    text-decoration: none;
    background-color: #eee;
}
@media (max-width: 530px) {
    .nav-tabs-white li {
        display: block;
    }
}
.nav-tabs-white li.active a {
    font-weight: 700;
    background: #e8f0f7;
    border-color: #e8f0f7;
}
.nav-tabs-white li a {
    padding: 10px 15px;
    color: #373b3f;
    line-height: 1.4;
    border-radius: 0;
    border: 1px solid #e8f0f7;
    text-transform: uppercase;
    display: block;
}
@media (max-width: 530px) {
    .nav-tabs-white li a {
        display: block;
    }
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 0;
    border-color: #e5e5e5 !important;
    border-width: 1px;
    border-style: solid;
}
hr.noMtop {
    margin-top: 10px;
    margin-bottom: 0;
}
.wrapper-blue {
    border: 1px solid #1a8aff;
    border-radius: 15px;
    padding: 16px;
}
.text-orange {
    color: #ff7337;
}
.help-block {
    color: #ff2850;
    margin: 0 16px;
    font-family: 'PT sans', sans-serif;
    line-height: 1.2;
    display: none;
}
.form-group.has-error input {
    border-color: #ff2850 !important;
    color: #ff2850 !important;
}
.form-group.has-error input::placeholder {
    color: #ff2850;
}
.form-group.has-error .help-block {
    display: block;
}
.comment-vote {
    margin-top: 8px;
}
.comment-vote .vote-text {
    font-size: 13px;
}
.comment-vote .icon {
    margin: -4px 5px 0;
    cursor: pointer;
}
.sale-block-sticker {
    background: #ff5b1a !important;
}
.icon-like {
    background: url('https://filter.ua/catalog/view/assets/images/like.png') 0 0 no-repeat;
    width: 16px;
    height: 15px;
    display: inline-block;
}
.icon-dislike {
    background: url('https://filter.ua/catalog/view/assets/images/dislike.png') 0 0 no-repeat;
    width: 16px;
    height: 15px;
    display: inline-block;
}
.big-rating {
    display: inline-block;
    margin-right: 10px;
    height: 15px;
    width: 86px;
    vertical-align: sub;
}
.big-vote5 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 -81px;
}
.big-vote4 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 -65px;
}
.big-vote3 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 -49px;
}
.big-vote2 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 -33px;
}
.big-vote1 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 -17px;
}
.big-vote0 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 0;
}
.mid-rating {
    display: inline-block;
    margin-left: 12px;
    height: 12px;
    width: 70px;
}
.mid-vote5 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 -65px;
}
.mid-vote4 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 -52px;
}
.mid-vote3 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 -39px;
}
.mid-vote2 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 -26px;
}
.mid-vote1 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 -13px;
}
.mid-vote0 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 0;
}
.min-rating {
    height: 10px;
    width: 61px;
    display: inline-block;
}
.min-vote5 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/min-star-sprite.png') no-repeat scroll 0 -55px;
}
.min-vote1 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/min-star-sprite.png') no-repeat scroll 0 -11px;
}
.min-vote2 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/min-star-sprite.png') no-repeat scroll 0 -22px;
}
.min-vote3 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/min-star-sprite.png') no-repeat scroll 0 -33px;
}
.min-vote4 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/min-star-sprite.png') no-repeat scroll 0 -44px;
}
.min-vote0 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/min-star-sprite.png') no-repeat scroll 0 0;
}
.tothetop {
    position: fixed;
    z-index: 1000;
    opacity: 0;
    display: inline-block;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    right: 31px;
    bottom: 100px;
}
@media (max-width: 992px) {
    .tothetop {
        right: 22px;
        width: 40px;
        height: 40px;
        bottom: 104px;
    }
}
.tothetop.visible {
    opacity: 1;
}
b,
strong {
    font-weight: 700;
}
.form-group {
    margin-bottom: 15px;
}
.form-group.has-error .form-control {
    box-shadow: none;
    margin-bottom: 7px;
}
.form-group .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input {
    outline: none;
}
.sku {
    background: #eff0f1;
    float: right;
    border-radius: 30px;
    padding: 5px 12px;
    margin: 3px 0;
}
.section_info_icon,
.icon-info {
    position: relative;
    display: inline-block !important;
    margin: 0 !important;
    margin-left: 4px !important;
    height: 14px;
    width: 14px;
    background: url('https://filter.ua/catalog/view/assets/images/info.svg') 0 0 no-repeat;
    vertical-align: middle;
    cursor: pointer;
    z-index: 5 !important;
    background-size: contain;
    transition: 0.35s;
}
.section_info_icon:before,
.section_info_icon:after,
.icon-info:before,
.icon-info:after {
    display: none;
    opacity: 0;
    z-index: -5;
    transition: 0.4s;
}
.section_info_icon:before,
.icon-info:before {
    content: attr(data-original-title);
    position: absolute;
    color: white;
    font: 400 14px/1.3 'PT sans', sans-serif;

    width: 300px;
    top: -10px;
    transform: translateY(-100%) translateX(-45%);
    background-color: #1a8aff;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
}
.section_info_icon:after,
.icon-info:after {
    content: '';
    top: -5px;
    transform: translateY(-110%);
    position: absolute;
    border-top: 0.4rem solid #1a8aff;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    z-index: 5;
}
.section_info_icon:hover,
.icon-info:hover {
    background: url('https://filter.ua/catalog/view/assets/images/info-orange.svg') 0 0 no-repeat;
}
.section_info_icon:hover:before,
.section_info_icon:hover:after,
.icon-info:hover:before,
.icon-info:hover:after {
    display: block;
    opacity: 1;
}
@media (max-width: 992px) {
    .section_info_icon:before, .icon-info:before {
        max-width: 170px;
    }
}
.your-rating {
    font-family: 'Exo 2';
    text-transform: uppercase;
    margin: 33px 0;
}
.your-rating .help-block {
    margin-left: 0;
}
.your-rating .rating {
    display: inline-block;
    border: none;
    margin: -5px 9px 0 8px;
    vertical-align: middle;
}
.your-rating .rating .reviews-stars {
    display: flex;
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

.about-block {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .about-block {
        flex-direction: column;
    }
}
.about-block .about-item {
    background-position: right center !important;
   /* background-size: contain !important;*/
    padding: 10px 10px 0;
    flex: 1;
    min-height: 180px;
    margin-right: 20px;
}
.about-block .about-item .list-wrap {
    display: flex;
}
.about-block .about-item .list-wrap ul:first-child {
    margin-right: 50px;
}
.about-block .about-item:first-child {
    background: url('https://filter.ua/catalog/view/assets/images/i-wanna-drink.jpg') 0 0 no-repeat #84eaff;
    border-bottom-left-radius: 30px;
}
@media (max-width: 992px) {
    .about-block .about-item:first-child {
        border-bottom-left-radius: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.about-block .about-item:last-child {
    background: url('https://filter.ua/catalog/view/assets/images/serve-filter.jpg') 0 0 no-repeat #ffe8aa;
    border-bottom-right-radius: 30px;
    margin-right: 0;
}
@media (max-width: 992px) {
    .about-block .about-item:last-child {
        border-bottom-left-radius: 30px;
        margin-top: 10px;
    }
}
.about-block .about-item:nth-child(2) {
    background: url('https://filter.ua/catalog/view/assets/images/clear-water.jpg') 0 0 no-repeat #e3ffc4;
}
@media (max-width: 992px) {
    .about-block .about-item:nth-child(2) {
        margin-right: 0;
    }
}
.about-block .about-item h4 {
    margin-bottom: 5px;
}
.about-block .about-item li {
    margin-bottom: 10px;
}
.about-block .about-item .about-link {
    text-transform: lowercase;
}
.request-call {
    background: #e2eef5;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    padding: 20px;
    margin-bottom: 100px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .request-call {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .request-call {
        flex-direction: column;
    }
}
.request-call img {
    margin: -34px 37px -34px 0;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .request-call img {
        display: none;
    }
}
.request-call .title {
    display: inline-block;
    vertical-align: top;
    color: #1a8aff;
    font: 400 16px/1.4 'PT sans', sans-serif;
    text-align: left;
    margin-right: 30px;
    text-transform: initial;
}
@media (max-width: 768px) {
    .request-call .title {
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.request-call .title strong {
    color: #1a8aff;
    display: block;
    text-transform: uppercase;
    font: 700 20px/1.4 'Exo 2', sans-serif;
}
.request-call form {
    display: inline-block;
    vertical-align: top;
    width: 294px;
}
.request-call form .input-group {
    position: relative;
    display: flex;
    align-items: center;
}
.request-call form .input-group .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.request-call form .input-group .input-group-btn button {
    background: #fff;
    border: none;
    height: 44px;
    width: 44px;
    border-radius: 0 50px 50px 0;
    color: #1a8aff;
    font-size: 23px;
    padding-right: 14px;
    transition: 0.35s;
}
.request-call form .input-group .input-group-btn button i:before {
    color: #1a8aff;
    margin-left: 8px;
    transition: 0.35s;
}
.request-call form .input-group .input-group-btn button:hover {
    background: #1a8aff;
    color: #ffffff;
}
.request-call form .input-group .input-group-btn button:hover i:before {
    color: #ffffff;
}
.request-call form .input-group input {
    height: 44px;
    border: none;
    box-shadow: none;
    border-radius: 50px 0 0 50px;
    font: normal 500 20px/1.4 'Exo 2', sans-serif;
    color: #1a8aff;
    padding-left: 14px;
    outline: none;
}
.request-call form .input-group input::placeholder {
    color: #1a8aff;
}
.seo .more {
    padding-top: 5px;
    display: inline-block;
}
.seo .text-active {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    overflow: hidden;
    height: 0px;
}
.seo .text-active.visible {
    opacity: 1;
    overflow: visible;
    height: auto;
}
.seo .text-active ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 20px;
}
.seo .text-active h2.small {
    margin-bottom: 18px;
    color: var(--light-gray);
}
.seo .text-active h1 {
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .seo .text-active h1 {
        font-size: 20px;
    }
}
.seo p,
.seo li {
    line-height: 2.2;
    color: var(--light-gray);
}
@media (max-width: 768px) {
    .seo p,
    .seo li {
        line-height: 20px;
    }
}
.examples {
    background: #f6f9fb;
    padding-top: 90px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .examples {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .examples {
        padding-top: 10px;
    }
}
.example-sliders-wrap + .seo {
    padding-top: 150px;
}
@media (max-width: 768px) {
    .example-sliders-wrap + .seo {
        padding-top: 0px;
    }
}
.examples .example-sliders-wrap {
    width: 100%;
    height: 400px;
}
@media (max-width: 768px) {
    .examples .example-sliders-wrap {
        height: auto;
    }
}
.examples .left-slider-wrap,
.examples .right-slider-wrap {
    width: 50%;
    float: left;
}
@media (max-width: 768px) {
    .examples .left-slider-wrap,
    .examples .right-slider-wrap {
        width: 100%;
        float: none;
    }
}
.examples .slider-examples-img .slick-arrow {
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    top: 45%;
    margin-top: -30px;
    padding: 20px;
    z-index: 2;
    outline: none;
}
.examples .slider-examples-img .slick-arrow svg path {
    transition: 0.35s;
}
.examples .slider-examples-img .slick-arrow:hover svg path {
    fill: #5189ff;
}
.examples .slider-examples-img .slick-prev {
    left: 20px;
}
.examples .slider-examples-img .slick-next {
    right: -30px;
}
@media (max-width: 768px) {
    .examples .slider-examples-img .slick-next {
        right: 20px;
    }
}
.examples .right-side {
    margin-left: 40px;
    background: url('https://filter.ua/catalog/view/assets/images/examples-slider-bg.png') 0 0 no-repeat;
    padding: 44px 0 40px 29px;
    margin-top: -41px;
    min-height: 630px;
    position: relative;
    flex: 50%;
}
@media (max-width: 992px) {
    .examples .right-side {
        min-height: 457px;
        background-size: 319px;
        width: auto;
    }
}
@media (max-width: 768px) {
    .examples .right-side {
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 0;
        padding: 50px 10px 10px;
    }
}
.examples .right-side .pagingInfo {
    position: absolute;
    bottom: 50px;
    left: 110px;
    font: 400 18px/1.4 'Exo 2', sans-serif;
    color: #7d848e;
}
@media (max-width: 992px) {
    .examples .right-side .pagingInfo {
        left: 75px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .examples .right-side .pagingInfo {
        position: static;
        font-size: 18px;
    }
}
.examples .right-side a {
    position: absolute;
    right: 0;
    color: #1a8aff;
    text-transform: initial;
}
@media (max-width: 768px) {
    .examples .right-side a {
        position: static;
        margin: 20px 0 10px;
    }
}
.examples .right-side a i {
    background: url('https://filter.ua/catalog/view/assets/images/arrow-right.svg') 0 0 no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    margin-left: 7px;
    display: inline-block;
}
.examples .right-side img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 992px) {
    .examples .right-side img {
        max-width: 300px;
    }
}
.examples .left-side .content .ps {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
.examples .left-side .content .ps::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #1a8aff;
    margin: 21px 0 16px;
}
.examples .left-side .content p,
.examples .left-side .content a {
    font-size: 16px;
    line-height: 1.9;
    color: #373b3f;
}
@media (max-width: 530px) {
    .examples .left-side .content p,
    .examples .left-side .content a {
        line-height: 1.4;
    }
}
.examples .left-side .content a {
    color: #1a8aff;
    text-transform: initial;
}
.examples .left-side h2 {
    text-align: left;
    margin: 55px 0;
}
@media (max-width: 992px) {
    .examples .left-side h2 {
        margin: 20px 0;
    }
}
.our-history {
    margin-top: 20px;
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .our-history {
        margin-bottom: 30px;
    }
}
.our-history p {
    font-family: 'Exo 2';
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #373b3f;
    margin-bottom: 10px;
}
.our-history strong {
    font-weight: 700;
}
.our-history .article_h6 {
    margin: 40px 0 20px 0;
}
.our-history ul {
    padding: 15px 0px 5px 45px;
    list-style: none;
}
.our-history ul li {
    position: relative;
    margin-bottom: 15px;
    font: 400 15px/1.5 'Exo 2', sans-serif;
}
.our-history ul li:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 6px;
    width: 10px;
    height: 15px;
    background: url('https://filter.ua/catalog/view/assets/images/warranty-returns-i1.png') 0 0 no-repeat;
}
.our-history table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100%;
    max-width: 890px;
    border-radius: 25px;
    margin: 40px auto 40px auto;
    border: solid #c9d8e4 1px;
}
.our-history table td {
    height: 111px;
    font: 400 15px/1.5 'Exo 2', sans-serif;
    border-top: 1px solid #c9d8e4;
    border-left: 1px solid #c9d8e4;
    padding: 10px;
    text-align: center;
}
.our-history table td:first-child {
    border-left: none;
}
.our-history table th {
    background-color: #e4edf4;
    border-top: none;
    height: 100px;
}
.our-history table th .article_h6 {
    margin: 0;
}
.our-history table th:first-child {
    border-radius: 25px 0 0 0;
}
.our-history table th:last-child {
    border-radius: 0 25px 0 0;
    border-left: 1px solid #c9d8e4;
}
.phone_send_form_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 40px;
    padding: 54px 50px 54px 50px;
    background-color: #e4edf4;
    border-radius: 25px;
}
@media (max-width: 992px) {
    .phone_send_form_1 {
        margin: 0 auto 40px auto;
        flex-direction: column !important;
    }
}
@media (max-width: 768px) {
    .phone_send_form_1 {
        max-width: 400px;
    }
}
.phone_send_form_1 .text {
    margin-right: 50px;
    color: #5189ff;
}
@media (max-width: 992px) {
    .phone_send_form_1 .text {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}
.phone_send_form_1 .text .text-1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    color: #5189ff;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .phone_send_form_1 .text .text-1 {
        margin-bottom: 5px;
    }
}
.phone_send_form_1 .text .text-2 {
    color: #5189ff;
}
.phone_send_form_1 form {
    flex: 1;
    display: flex;
}
@media (max-width: 992px) {
    .phone_send_form_1 form {
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .phone_send_form_1 form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.phone_send_form_1 form button {
    width: 190px;
    min-width: 190px;
    letter-spacing: 1px;
}
@media (max-width: 992px) {
    .phone_send_form_1 form button {
        width: auto;
        white-space: nowrap;
        margin-right: 0;
    }
}
.phone_send_form_1 form input {
    padding: 13px 25px;
    margin-right: 17px;
    width: 100%;
    max-width: 290px;
    font: 400 14px/18px 'PT sans', sans-serif;
    color: #7e838c;
    border: 0;
    border-radius: 25px;
    outline: 0;
}
@media (max-width: 992px) {
    .phone_send_form_1 form input {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .phone_send_form_1 form input {
        width: 240px;
        margin-bottom: 15px;
    }
}
.info-items {
    display: flex;
    margin-bottom: 120px;
    margin-top: 60px;
}
@media (max-width: 768px) {
    .info-items {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }
}
.info-items .warranty_item {
    position: relative;
    margin-right: 40px;
    padding: 30px;
    max-width: 510px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    flex: 1;
    transition: 0.35s;
}
@media (max-width: 768px) {
    .info-items .warranty_item {
        margin: 0 0 40px 0;
        max-width: 400px;
        text-align: center;
    }
}
.info-items .warranty_item:last-child {
    margin-right: 0;
}
.info-items .warranty_item:hover {
    box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.75);
}
.info-items .warranty_item img {
    position: absolute;
    top: -29px;
    left: 35px;
    background-color: #fff;
}
@media (max-width: 768px) {
    .info-items .warranty_item img {
        left: 50%;
        transform: translateX(-50%);
    }
}
.info-items .warranty_item .title {
    font: 400 24px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-transform: initial;
    text-align: left;
    margin-bottom: 18px;
}
@media (max-width: 768px) {
    .info-items .warranty_item .title {
        text-align: center;
    }
}
.info-items .warranty_item .text {
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.info-items .warranty_item strong {
    font-weight: 700;
}
.info-items .warranty_item span {
    color: #1a8aff !important;
}
@media (max-width: 768px) {
    .guarantee .info-items {
        margin-bottom: 40px;
    }
}
@media (max-width: 992px) {
    .guarantee .info-items .warranty_item {
        text-align: left;
    }
    .guarantee .info-items .warranty_item img {
        left: 45px;
    }
    .guarantee .info-items .warranty_item .title {
        text-align: left;
    }
}
@media (max-width: 992px) {
    .service {
        padding-top: 70px;
    }
}
@media (max-width: 992px) {
    .service h1.page-title {
        text-align: left !important;
    }
}

.brand-short-info {
    margin: 35px 0;
    padding: 41px 60px 91px;
    background-color: #fff;
    border: 1px solid #e9eaec;
    border-radius: 25px;
}

.brand-short-info .top-line {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .brand-short-info .top-line {
        margin-bottom: 15px;
    }
}

.brand-short-info .top-line h1 {
    display: inline-block;
    margin-right: 23px;
    margin-bottom: 0;
    font: 700 28px/28px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-transform: uppercase;
}

.brand-short-info .main-info-block {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .brand-short-info .main-info-block {
        flex-direction: column-reverse;
        gap: 15px;
        align-items: center;
    }

    .brand-short-info .top-line h1 {
        margin-right: 0;
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .brand-short-info {
        padding: 25px 30px 50px;
    }
}

.brand-short-info .main-info-block .main-text {
    flex: 2;
}

.brand-short-info .main-info-block .main-text p {
    font: 400 16px/24px 'PT sans', sans-serif;
    color: #3b3d41;
    margin-bottom: 10px;
}

.brand-short-info .main-info-block .main-logo {
    flex: 1;
    text-align: center;
}

.brand-short-info .btn {
    background: #1a8aff;
    border: 1px solid #1a8aff;
    color: #fff;
    outline: 0;
    box-shadow: none;

    transition: all 0.3s linear;
    border-radius: 30px;
    padding: 12px 18px;
    font: 500 13px/1.1 'Exo 2', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
}

.brand-short-info .main-info-block .main-logo img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.services {
    display: flex;
    margin-top: 25px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 25px;
    flex-direction: column;
}
.services .service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .services .service-row {
        flex-direction: column;
        justify-content: center;
    }
}
.services .services-item {
    display: flex;
    position: relative;
    align-items: center;
    height: 240px;
    width: 100%;
    max-width: 530px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .services .services-item {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        max-width: 100%;
        height: auto;
        min-height: 170px;
    }
}
@media (max-width: 530px) {
    .services .services-item {
        min-height: 120px;
    }
}
@media (max-width: 530px) {
    .services .services-item {
        border-radius: 0;
    }
}
.services .services-item:hover span {
    padding-left: 60px;
}
@media (max-width: 768px) {
    .services .services-item:hover span {
        padding-left: 40px;
    }
}
@media (max-width: 530px) {
    .services .services-item:hover span {
        padding-left: 15px;
    }
}
.services .services-item span {
    max-width: 48%;
    position: relative;
    display: block;
    padding: 0 0 0 40px;
    font: 400 24px/30px 'Exo 2', sans-serif;
    color: #373b3f;
    transition: padding-left 0.3s;
}
@media (max-width: 992px) {
    .services .services-item span {
        text-shadow: 1px 1px 0 #fff;
        max-width: 70%;
    }
}
@media (max-width: 530px) {
    .services .services-item span {
        max-width: 190px;
        padding: 0 0 0 15px;
        font: 400 20px/22px 'Exo 2', sans-serif;
    }
}
.services .services-item img {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 992px) {
    .services .services-item img {
        opacity: 0.5;
    }
}

@media (max-width: 530px) {
    .services .services-item img {
        max-width: 120px;
    }
}
.services .services-item.style1 {
    background-image: linear-gradient(to left, #beeeff 0, #8cd9ff 100%);
}
.services .services-item.style2 {
    background-image: linear-gradient(to bottom left, #fff8d0 0, #fde97d 100%);
}
.services .services-item.style3 {
    background-image: linear-gradient(to left, #e9ffcf 0, #ccfda6 100%);
}
.services .services-item:first-child,
.services .services-item:nth-child(3n) {
    margin-right: 50px;
    width: 100%;
}
.service-single .head {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 55px;
    padding-left: 50px;
    height: 240px;
    border-radius: 30px;
}
@media (max-width: 768px) {
    .service-single .head {
        margin-bottom: 20px;
        border-radius: 10px;
    }
}
.service-single .head .title {
    font: 700 30px 'Exo 2', sans-serif;
    color: #5189ff;
    text-transform: uppercase;
}
.service-single .service-wrap {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .service-single .service-wrap {
        flex-direction: column;
    }
}
.service-single .service-body {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 75%;
    max-width: 825px;
    margin-left: 30px;
}
@media (max-width: 992px) {
    .service-single .service-body {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .service-single .service-body {
        padding: 0;
    }
}
.service-single .service-body .reviews-wrap {
    margin-bottom: 75px;
}
@media (max-width: 768px) {
    .service-single .service-body .reviews-wrap {
        margin-bottom: 30px;
    }
}
.service-single .service-body .reviews-wrap .reviews-slider .slick-list {
    padding: 40px 25px;
}
@media (max-width: 768px) {
    .service-single .service-body .reviews-wrap .reviews-slider .slick-list {
        padding: 20px 2px;
    }
}
.service-single .service-body .reviews-wrap .reviews-slider .slick-track {
    display: flex;
}
.service-single .service-body .reviews-wrap .reviews-slider .slick-slide {
    height: auto;
}
.service-single .service-body .reviews-wrap .reviews-slider .slick-slide > div {
    height: 100%;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item {
    height: 100%;
    justify-content: space-between;
    display: flex !important;
    flex-direction: column;
    padding: 0 25px 0 25px;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .item {
    padding: 0 25px 0 25px;
    border-left: 2px solid #1a8aff;
    margin-left: 20px;
    margin-top: auto;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .item .name {
    color: #1a8aff;
    text-transform: none;
    margin-top: -5px;
    float: none;
    display: inline-block;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .item .content {
    display: block;
    margin-top: 7px;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .name {
    float: left;
    text-transform: uppercase;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .mid-vote5 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/mid-star-sprite.png') no-repeat scroll 0 -65px;
    margin-left: 12px;
    height: 12px;
    width: 70px;
    display: inline-block;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .date {
    float: right;
    font-size: 13px;
    color: #7d848e;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .content {
    margin-top: 12px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .vote-text {
    font-size: 13px;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .comment-vote {
    margin-bottom: 20px;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .comment-vote .icon {
    margin: -4px 5px 0;
    cursor: pointer;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .comment-vote .icon-like {
    background: url('https://filter.ua/catalog/view/assets/images/like.png') 0 0 no-repeat;
}
.service-single .service-body .reviews-wrap .reviews-slider .review-item .comment-vote .icon-dislike {
    background: url('https://filter.ua/catalog/view/assets/images/dislike.png') 0 0 no-repeat;
}
.service-single .service-body .work-examples {
    margin-bottom: 75px;
}
@media (max-width: 992px) {
    .service-single .service-body .work-examples {
        margin-bottom: 0;
    }
}
.service-single .service-body .work-examples .block-title {
    text-align: left;
}
.service-single .service-body .work-examples .work-examples-slider-wrap {
    position: relative;
    margin: 40px 0;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    right: 24%;
    width: 170px;
    padding: 10px 25px;
    border-radius: 25px 25px 0 0;
    z-index: 1000;
    text-align: center;
}
@media (max-width: 768px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slick-dots {
    outline: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 17px 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px 25px 0 0;
    z-index: 1000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: -5px 7px;
    background-color: #7e838c;
    cursor: pointer !important;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slick-dots li button {
    display: none;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slick-dots li.slick-active {
    background-color: #1a8aff;
    position: relative;
    width: 9px;
    height: 9px;
    vertical-align: top;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slidearrows {
    position: relative;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slider_arrow_p {
    outline: 0;
    position: absolute;
    left: 20px;
    top: -3px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 14px;
    border-radius: 0;
    background: url('https://filter.ua/catalog/view/assets/images/slider_arrow_l.png') 0 0 no-repeat;
    transform: rotate(0);
    z-index: 1005;
    cursor: pointer;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .sliderdots .slider_arrow_n {
    outline: 0;
    position: absolute;
    right: 20px;
    top: -3px;
    left: auto;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 14px;
    border-radius: 0;
    background: url('https://filter.ua/catalog/view/assets/images/slider_arrow_r.png') 0 0 no-repeat;
    transform: rotate(0);
    z-index: 1005;
    cursor: pointer;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider {
    background-color: #ebf0f6;
    border-radius: 25px;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .slick-dots li {
    margin: 0 5px;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item {
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    transition: opacity 500ms linear 0s;
    max-height: 420px;
}
@media (max-width: 768px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item {
        flex-direction: column;
        max-height: none;
    }
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details {
    flex: 1;
    height: auto;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .where {
    font-size: 22px;
    margin-bottom: 4px;
}
@media (max-width: 992px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .where {
        font-size: 18px;
    }
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .what,
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .text-2 {
    text-transform: initial;
    font-size: 16px;
}
@media (max-width: 992px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .what,
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .text-2 {
        font-size: 14px;
    }
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .text-1 {
    font-size: 16px;
}
@media (max-width: 992px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .text-1 {
        font-size: 14px;
    }
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details_title {
    margin-bottom: 16px;
    padding: 17px 35px 18px 35px;
    border-bottom: 1px solid #f9fbfc;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .item {
    margin-bottom: 16px;
    padding-left: 35px;
}
.service-single
    .service-body
    .work-examples
    .work-examples-slider-wrap
    .work-examples-slider
    .work-examples-item
    .details
    .item:last-child {
    margin-bottom: 0;
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .image {
    flex: 2;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .image {
        position: relative;
        width: 100%;
        min-height: 350px;
    }
}
.service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
@media (max-width: 768px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .image img {
        position: absolute;
    }
}
.service-single .service-body .service-price .price-table {
    display: block;
    margin-bottom: 75px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e6ebf1;
    overflow: hidden;
}
@media (max-width: 530px) {
    .service-single .service-body .service-price .price-table {
        margin-bottom: 20px;
        border-radius: 5px;
    }
}
.service-single .service-body .service-price .price-table .order-btn {
    margin: 25px auto;
}
@media (max-width: 530px) {
    .service-single .service-body .service-price .price-table .order-btn {
        margin: 10px auto;
        padding: 15px;
        max-width: 280px;
        border-radius: 5px;
    }
}
.service-single .service-body .service-price .price-table .tr {
    display: flex;
}
.service-single .service-body .service-price .price-table .tr .service,
.service-single .service-body .service-price .price-table .tr .price {
    padding: 22px 25px 22px 60px;
    font: 400 16px 'PT sans', sans-serif;
    color: #3b3d41;
    background-color: #e6ebf1;
}
.service-single .service-body .service-price .price-table .tr .service {
    flex: 1 1 65%;
    width: 70%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media (max-width: 530px) {
    .service-single .service-body .service-price .price-table .tr .service {
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }
}
.service-single .service-body .service-price .price-table .tr .price {
    flex: 1 1 35%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
@media (max-width: 530px) {
    .service-single .service-body .service-price .price-table .tr .price {
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }
}
.service-single .service-body .service-price .price-table .tr .price strong {
    font-weight: 700;
}
.advantages-wrap {
    /*margin-bottom: 75px;
    max-width: 800px;*/
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px) {
    .advantages-wrap {
        margin-bottom: 35px;
    }
}
.advantages-wrap .advantages {
   padding: 1px;
    background-color: #fff;
    border-radius: 18px;
}
.advantages-wrap h2 {
    margin-bottom: 25px;
}
@media (max-width: 768px) {
.advantages-wrap .advantages {
        padding: 0px;
    }

    .advantages-wrap h2 {
        margin-bottom: 20px;
        font: 400 22px 'Exo 2', sans-serif;
        padding: 0px;
        padding-left:25px;
        padding-top:25px;
    }
}
.advantages-wrap .advantages .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.advantages-wrap .advantages .items .item {
    display: flex;
    align-items: center;
    flex: 1 1 240px;
    max-width: 200px;
    flex-basis: 40%;
    padding: 0 15px 25px 15px;
}
@media (max-width: 768px) {
    .advantages-wrap .advantages .items .item {
       /* flex: 1 240px;*/
    }
    .advantages-wrap .advantages .items{
        justify-content: left;
    }
}
.advantages-wrap .advantages .items .item img {
    margin-right: 15px;
}
.advantages-wrap .advantages .items .item svg {
    margin-right: 15px;
}
.advantages-wrap .advantages .items .item .text {
    font: 500 13px/21px 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.advantages-wrap .advantages .items .item strong {
    font-weight: 800;
    text-transform: uppercase;
}
.service-single .service-body h2 {
    margin-bottom: 25px;
    font: 400 24px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-align: left;
}
@media (max-width: 768px) {
    .service-single .service-body h2 {
        margin-bottom: 10px;
        font: 400 22px 'Exo 2', sans-serif;
    }
    .service-single .service-body h2.title {
        margin-bottom: 20px;
    }
}
.service-single .service-body p {
    margin-bottom: 25px;
    font: 400 16px/30px 'PT sans', sans-serif;
    color: #3b3d41;
}
@media (max-width: 768px) {
    .service-single .service-body p {
        margin-bottom: 10px;
        font: 400 16px/23px 'PT sans', sans-serif;
    }
}
.service-single .service-body p strong {
    font-weight: 700;
}
.service-single .service-body p a {
    color: #1a8aff;
    text-transform: initial;
}
.service-single .side-wrap {
    width: 255px;
    min-width: 255px;
    height: 280px;
    position: sticky;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    padding: 20px 25px 0;
    margin-bottom: 25px;
    top: 20px;
    z-index: auto;
    background: #ffffff;
}
@media (max-width: 992px) {
    .service-single .side-wrap {
        position: static;
        min-width: 0;
        width: 100%;
        height: auto;
        z-index: auto;
    }
}
@media (max-width: 768px) {
    .service-single .side-wrap {
        display: none;
    }
}
@media (max-width: 992px) {
    .service-single .side-wrap ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.service-single .side-wrap ul .order-btn {
    display: block;
    margin-top: 0;
    padding: 15px;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #5189ff;
    border-radius: 25px;
}
.service-single .side-wrap ul li {
    margin: 0 0 20px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .service-single .side-wrap ul li {
        margin-right: 20px;
    }
    .service-single .side-wrap ul li:last-child {
        margin-right: 0;
    }
}
.service-single .side-wrap ul li a {
    font: 500 14px/1.1 'Exo 2', sans-serif;
    text-transform: uppercase;
    color: #373b3f;
}
.service-single .side-wrap ul li a.active {
    font-weight: 700;
}
.shares-list-wrap {
    padding-bottom: 80px;
}
@media (max-width: 768px) {
    .shares-list-wrap {
        padding-bottom: 40px;
    }
}
.shares-list-wrap .post-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px 25px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .shares-list-wrap .post-list {
        grid-template-columns: repeat(1, auto);
        gap: 30px;
    }
}

.shares-list-wrap .post-item.ask-closed {
    opacity: 0.4;
}

.shares-list-wrap .post-item .image {
    position: relative;
    min-height: 240px;
    background-color: #eee;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    border: 1px solid #e9eaec;
    max-height: 313px;
}
.shares-list-wrap .post-item .image:hover img {
    transform: scale(1.1);
}
.shares-list-wrap .post-item .image img {
    width: 100%;
    transition: 0.45s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    .shares-list-wrap .post-item .image img {
        position: absolute;
    }
}
.shares-list-wrap .post-item .image a {
    display: block;
}
.shares-list-wrap .post-item .image .countdown-timer {
    position: absolute;
    bottom: 20px;
    left: 23px;
    display: flex;
    z-index: 99;
}
.shares-list-wrap .post-item .image .countdown-timer .timer-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    margin-right: 11px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.shares-list-wrap .post-item .image .countdown-timer .timer-block:first-child {
    background-color: #ff5b08;
}
.shares-list-wrap .post-item .image .countdown-timer .timer-block:first-child span {
    color: #fff;
}
.shares-list-wrap .post-item .image .countdown-timer .timer-block .digits {
    font: 600 15px/15px 'Exo 2', sans-serif;
}
.shares-list-wrap .post-item .image .countdown-timer .timer-block span {
    color: #ff5b08;
}
.shares-list-wrap .post-item .text {
    padding: 20px 20px 25px 20px;
    border: 1px solid #e9eaec;
    border-radius: 0 0 20px 20px;
    border-top: none;
    min-height: 164px;
}
.shares-list-wrap .post-item .text .date {
    color: #ff5b1a;
    margin-bottom: 5px;
}
.shares-list-wrap .post-item .text a {
    color: #363b3e;
    display: block;
    margin-bottom: 10px;
    font: 400 20px 'Exo 2', sans-serif;
    text-transform: initial;
}
@media (max-width: 992px) {
    .shares-list-wrap .text-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.sale-inner .products_wrap {
    margin-bottom: 40px;
}
.information-block {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .information-block {
        flex-direction: column;
        align-items: center;
    }
}
.information-block .image-block {
    display: flex;
    align-items: center;
    flex: 1 1 675px;
    position: relative;
    margin-right: 50px;
    max-width: 675px;
    height: 422px;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 992px) {
    .information-block .image-block {
        max-width: 415px;
        height: auto;
        margin: 0 0 25px 0;
        flex-basis: auto;
    }
}
.information-block .image-block .image {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 422px;
    border-radius: 25px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .information-block .image-block .image {
        position: relative;
    }
}
.information-block .image-block img {
    position: relative;
    display: block;
    max-width: 100%;
}
.information-block .text-block {
    flex: 1 1;
    display: block;
    width: 100%;
}
.information-block .text-block .title-ask {
    margin-bottom: 25px;
    font-family: 'Exo 2';
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
@media (max-width: 992px) {
    .information-block .text-block .title-ask {
        margin-bottom: 10px;
        font-size: 23px;
        line-height: 30px;
    }
}
.information-block .text-block .date {
    color: #ff5b1a;
}
.information-block .text-block .countdown-timer {
    display: flex;
    margin-top: 25px;
}
.information-block .text-block .countdown-timer .timer-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    margin-right: 11px;
    padding: 5px;
    background-color: #ff5b08;
    border-radius: 5px;
}
.information-block .text-block .countdown-timer .timer-block span {
    color: #fff;
}
.information-block .text-block .countdown-timer .timer-block .digits {
    font-size: 26px;
    margin: 0;
    line-height: 20px;
}
.blog-post-content-wrap {
    display: flex;
    justify-content: center;
}
.blog-post-content-wrap img {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.blog-post-content-wrap .blog-post-main {
    margin: 0 auto;
}
.blog-post-content-wrap .blog-post-main .blog-post-header {
    position: relative;
    margin-bottom: 30px;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .top-image {
    position: relative;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .top-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, #fff 15%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 85%);
    border-radius: 24px;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .top-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    border: 1px solid #e9eaec;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .title-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 35px;
    margin: 0 0 45px 35px;
    height: auto;
    z-index: 99;
}
@media (max-width: 992px) {
    .blog-post-content-wrap .blog-post-main .blog-post-header .title-block {
        position: static;
        margin: 0 0 15px 5px;
    }
    .blog-post-content-wrap .blog-post-main .blog-post-header .top-image {
        display: none;
    }
}
.blog-post-content-wrap .blog-post-main .blog-post-header .title-block h1 {
    color: #363b3e;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .blog-post-content-wrap .blog-post-main .blog-post-header .title-block h1 {
        font: 700 20px/1.2 'Exo 2', sans-serif;
    }
}
.blog-post-content-wrap .blog-post-main .blog-post-header .title-block .info .date {
    display: inline-block;
    margin-right: 10px;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .title-block .info .date a {
    color: #1a8aff;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .title-block .info .views {
    display: inline-block;
    margin-right: 10px;
}
.blog-post-content-wrap .blog-post-main .blog-post-header .title-block .info .views i {
    margin-right: 5px;
}
.blog-post-content-wrap .blog-post-main .blog-post-text h2 {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
}
.blog-post-content-wrap .blog-post-main .blog-post-text h3 {
    margin: 0 0 18px 0;
    color: #363b3e;
    text-transform: initial;
}
.blog-post-content-wrap .blog-post-main .blog-post-text ul {
    padding: 0 0 0 45px;
    margin-bottom: 30px;
    list-style: none;
}
.blog-post-content-wrap .blog-post-main .blog-post-text ul li {
    position: relative;
    margin-bottom: 15px;
    font: 400 18px/28px 'Exo 2', sans-serif;
    color: #3b3d41;
}
.blog-post-content-wrap .blog-post-main .blog-post-text ul li:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 6px;
    width: 10px;
    height: 15px;
    background: url('https://filter.ua/catalog/view/assets/images/warranty-returns-i1.png') 0 0 no-repeat;
}
.blog-post-content-wrap .blog-post-main .blog-post-text p, .blog-post-content-wrap .blog-post-main .blog-post-text li {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.blog-post-content-wrap .blog-post-main .blog-post-text p a,
.blog-post-content-wrap .blog-post-main .blog-post-text li a {
    font-size: 18px;
    line-height: 28px;
}
.blog-post-content-wrap .blog-post-main .blog-post-text p a:hover,
.blog-post-content-wrap .blog-post-main .blog-post-text li a:hover {
    text-decoration: underline;
}
ol{
    padding-left: 15px;
}
.blog-post-content-wrap .blog-post-main .blog-post-text p img {
    width: 100%;
}
.blog-post-content-wrap .blog-post-main .blog-post-text p a {
    color: #1a8aff;
    text-transform: initial;
    font-size: 18px;
    line-height: 28px;
}
.blog-post-content-wrap .blog-post-main .wp-share-button {
    margin: 20px 0;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .share-button {
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    max-width: 90px;
    overflow: hidden;
    padding: 0 35px;
    text-decoration: none;
    background: #d5d5d5 none repeat scroll 0 0;
    transition: 0.35s;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .share-button:hover {
    border-bottom: 4px solid transparent;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .share-button .button-icon {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 20px;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .share-button .button-name {
    display: none;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .facebook {
    background: #4163af none repeat scroll 0 0;
    border-bottom: 4px solid #365394;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .twitter {
    background: #55acee none repeat scroll 0 0;
    border-bottom: 4px solid #4b98d3;
}
.blog-post-content-wrap .blog-post-main .wp-share-button .google-plus {
    background: #e84034 none repeat scroll 0 0;
    border-bottom: 4px solid #d23a2f;
}
.blog-post-content-wrap .blog-post-main .wp-share-button-popup {
    display: none;
}
.blog-post-content-wrap .blog-post-main .blog-post-psr_bests_of_moment .PSR_container {
    margin-bottom: 20px;
}
.blog-post-content-wrap .blog-post-main .blog-post-psr_bests_of_moment .PSR_container .PSR_stars {
    height: 35px;
}
.blog-post-content-wrap .blog-post-main .blog-post-psr_bests_of_moment .PSR_container .PSR_stars .PSR_votes,
.blog-post-content-wrap .blog-post-main .blog-post-psr_bests_of_moment .PSR_container .PSR_stars .PSR_tvotes {
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
}
.blog-post-content-wrap .blog-post-main .blog-post-psr_bests_of_moment .PSR_container .PSR_stars .PSR_no_star {
    font-size: 13px;
    padding: 0 35px 0 0;
    width: 32px;
    height: 32px;
    background-image: url('https://filter.ua/catalog/view/images/bigstar.png');
    background-position: center center;
    filter: grayscale(100%);
    opacity: 0.6;
    display: inline-block;
    text-indent: -9999px;
    text-align: left;
    background-repeat: no-repeat;
    float: left;
}
.blog-post-content-wrap .blog-post-main .similar-articles h2 {
    text-align: left;
    margin-bottom: 30px;
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
    .blog-post-content-wrap .blog-post-main .similar-articles .post-list {
        display: flex;
        flex-direction: column;
    }
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item {
    flex: 1 1 250px;
}
@media (max-width: 992px) {
    .blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item {
        margin: 0 auto;
    }
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item .text {
    padding: 20px 20px 25px 20px;
    border: 1px solid #e9eaec;
    border-radius: 0 0 20px 20px;
    border-top: none;
    min-height: 164px;
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item .text .title {
    display: block;
    margin-bottom: 10px;
    font: 400 20px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-transform: initial;
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item .text .date {
    margin-bottom: 5px;
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item .text .date time {
    font-family: 'Exo 2';
    font-size: 14px;
    color: #1a8aff;
    text-transform: initial;
}
.blog-post-content-wrap .blog-post-main .similar-articles .post-list .post-item .image {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    border: 1px solid #e9eaec;
    border-bottom: transparent;
    max-height: 313px;
}
.similar-articles {
    padding-top: 70px;
    border-top: 1px solid #e9eaec;
}
@media (max-width: 992px) {
    .page-faq .page-title {
        text-align: left;
    }
}
@media (max-width: 992px) {
    .page-faq .main-block {
        flex-direction: column;
    }
    .page-faq .main-block .questions-block {
        margin-right: 0;
    }
}
.main-block {
    display: flex;
    margin-bottom: 150px;
}
.main-block .questions-block {
    flex: 1 1 58%;
    margin-right: 90px;
}
.main-block .questions-group {
    margin-bottom: 20px;
    padding: 25px 30px 10px 30px;
    border: 1px solid #e9eaec;
    border-radius: 10px;
}
.main-block .questions-group .questions-group-title {
    margin-bottom: 20px;
    text-align: left;
    font: 500 20px/1.4 'Exo 2', sans-serif;
}
.main-block .questions-group .question-item {
    margin-left: 15px;
    margin-bottom: 20px;
}
.main-block .questions-group .question-item .question {
    position: relative;
    display: block;
    text-align: left;
    font: bold 14px 'PT sans', sans-serif;
    color: #3b3d41;
    cursor: pointer;
}
.main-block .questions-group .question-item .question:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -15px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #5390bd;
}
.main-block .questions-group .question-item .answer {
    display: none;
    padding: 15px 0 0 0;
    font: 400 14px/20px 'PT sans', sans-serif;
    color: #7e838c;
    text-align: justify;
}
.main-block .questions-group .question-item.active .question:before {
    transform: rotate(90deg);
}
.main-block .questions-group .question-item.active .answer {
    display: block;
}
.main-block .form-block {
    flex: 1 1 42%;
}
.main-block .form-block .form {
    padding: 40px 28px 25px 28px;
    border: 2px solid #ececec;
    border-radius: 20px;
}
.main-block .form-block .form .form-title {
    margin-bottom: 30px;
    font: 500 20px/1.4 'Exo 2', sans-serif;
}
.main-block .form-block .form .form-group {
    margin-bottom: 15px;
}
.main-block .form-block .form .help-block {
    color: #ff2850;
    margin: 0 16px;
    font-family: 'PT sans', sans-serif;
    line-height: 1.2;
    display: none;
}
.main-block .form-block .form button {
    margin: 25px auto 30px;
}
.main-block .form-block .form textarea {
    min-height: 140px;
    max-height: 300px;
    resize: vertical;
}
.main-block .form-block .form input,
.main-block .form-block .form textarea {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    height: 50px;
    width: 100%;
    font: 400 14px 'PT sans', sans-serif;
    outline: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.terms-wrap b,
.offer-wrap b {
    font: 700 14px/1.4 'PT sans', sans-serif;
}
.terms-wrap .paragraph,
.offer-wrap .paragraph {
    text-indent: -18pt;
    padding-left: 40px;
}
.terms-wrap .paragraph span,
.offer-wrap .paragraph span {
    margin-right: 18px;
}
.terms-wrap p,
.offer-wrap p {
    margin-bottom: 10px;
}
.terms-wrap p a,
.offer-wrap p a {
    text-transform: initial;
    color: #1a8aff;
}
.terms-wrap p:last-child,
.offer-wrap p:last-child {
    margin-bottom: 40px;
}
.terms-wrap h6,
.offer-wrap h6 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 18px;
}
@media (max-width: 992px) {
    .terms-wrap h6,
    .offer-wrap h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .catalog-1 .page-title,
    .catalog-2 .page-title {
        text-align: left;
    }
    .catalog-1 .slider-single,
    .catalog-2 .slider-single {
        display: none;
    }
}
.catalog-1 .seo,
.catalog-2 .seo {
    margin-bottom: 70px;
}
@media (max-width: 768px) {
    .catalog-1 .popular_products,
    .catalog-2 .popular_products {
        margin-top: 70px;
    }
}
.catalog-1 .popular_products h2,
.catalog-2 .popular_products h2 {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
@media (max-width: 768px) {
    .catalog-1 .popular_products h2,
    .catalog-2 .popular_products h2 {
        margin: 10px 20px 30px 0;
    }
}
.catalog-1 .popular_products .tab-btns,
.catalog-2 .popular_products .tab-btns {
    display: inline-block;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}
@media (max-width: 530px) {
    .catalog-1 .popular_products .tab-btns,
    .catalog-2 .popular_products .tab-btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}
.catalog-1 .popular_products .tab-btn,
.catalog-2 .popular_products .tab-btn {
    display: inline-block;
    margin-right: 2px;
    padding: 6px 18px;
    border: 1px solid transparent;
    cursor: pointer;
}
@media (max-width: 530px) {
    .catalog-1 .popular_products .tab-btn,
    .catalog-2 .popular_products .tab-btn {
        margin-bottom: 5px;
    }
}
.catalog-1 .popular_products .tab-btn:hover,
.catalog-2 .popular_products .tab-btn:hover {
    background: #e4f2ff;
}
.catalog-1 .popular_products .tab-btn.active,
.catalog-1 .popular_products .tab-btn:hover,
.catalog-2 .popular_products .tab-btn.active,
.catalog-2 .popular_products .tab-btn:hover {
    border: 1px solid #5189ff;
    border-radius: 25px;
}
.catalog-1 .popular_products .tab-btn.active a,
.catalog-1 .popular_products .tab-btn:hover a,
.catalog-2 .popular_products .tab-btn.active a,
.catalog-2 .popular_products .tab-btn:hover a {
    color: #3b3d41;
    border-bottom: none;
}
.catalog-1 .popular_products .tab-btn a,
.catalog-2 .popular_products .tab-btn a {
    text-transform: initial;
    transition: 0.35s;
    display: inline-block;
    padding-bottom: 1px;
    font: 400 16px/20px 'PT sans', sans-serif;
    color: #5189ff;
    border-bottom: 1px dotted #5189ff;
}
.catalog-1 .request-call,
.catalog-2 .request-call {
    margin-bottom: 40px;
}
.catalog-1 .block-title,
.catalog-2 .block-title {
    margin: 40px 0 30px 0;
}
@media (max-width: 768px) {
    .catalog-1 .block-title,
    .catalog-2 .block-title {
        margin: 20px 0;
    }
}
.catalog-1 .slider-product,
.catalog-2 .slider-product {
    margin-bottom: 35px;
}
.catalog-1 .block-brands-wrap,
.catalog-2 .block-brands-wrap {
    background: #f8f9fa;
    position: relative;
    margin: 0 0 -92px 0;
    padding: 56px 30px 82px;
}
@media (max-width: 768px) {
    .catalog-1 .block-brands-wrap,
    .catalog-2 .block-brands-wrap {
        padding-top: 10px;
        margin-top: 55px;
    }
}
@media (max-width: 530px) {
    .catalog-1 .block-brands-wrap,
    .catalog-2 .block-brands-wrap {
        padding: 10px 0px 82px;
    }
}
.catalog-1 .block-brands-wrap .container,
.catalog-2 .block-brands-wrap .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.catalog-1 .block-brands-wrap .block-brands,
.catalog-2 .block-brands-wrap .block-brands {
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .catalog-1 .block-brands-wrap .block-brands,
    .catalog-2 .block-brands-wrap .block-brands {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0 10px;
    }
}
.catalog-1 .block-brands-wrap a,
.catalog-2 .block-brands-wrap a {
    position: relative;
    margin-right: 30px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .catalog-1 .block-brands-wrap a,
    .catalog-2 .block-brands-wrap a {
        position: absolute;
        bottom: -245px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.catalog-1 .block-brands-wrap a .icon-arrow-right,
.catalog-2 .block-brands-wrap a .icon-arrow-right {
    background: url('https://filter.ua/catalog/view/assets/images/arrow-right.svg') 0 0 no-repeat;
    margin-left: 7px;
    position: absolute;
    top: 50%;
    font-size: 15px;
    transform: translate3d(0, -50%, 0);
    background-size: contain;
    width: 13px;
    height: 10px;
}
.catalog-1 .block-brands-wrap .icons-svg,
.catalog-2 .block-brands-wrap .icons-svg {
    display: flex;
}
@media (max-width: 768px) {
    .catalog-1 .block-brands-wrap .icons-svg,
    .catalog-2 .block-brands-wrap .icons-svg {
        margin-bottom: 15px;
    }
}
.catalog-1 .block-brands-wrap .icons-svg .item,
.catalog-2 .block-brands-wrap .icons-svg .item {
    display: flex;
    align-items: center;
    height: 70px;
    width: 215px;
    vertical-align: top;
    margin-right: -3px;
    font: 700 13px/1.2 'Exo 2', sans-serif;
    color: #666c74;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .catalog-1 .block-brands-wrap .icons-svg .item,
    .catalog-2 .block-brands-wrap .icons-svg .item {
        height: auto;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 12px;
        width: 100%;
        max-width: 180px;
    }
}
.catalog-1 .block-brands-wrap .icons-svg .item svg,
.catalog-2 .block-brands-wrap .icons-svg .item svg {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
}
.catalog-1 .block-brands-wrap .icons-svg .item .inner,
.catalog-2 .block-brands-wrap .icons-svg .item .inner {
    color: #666c74;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 42px 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 768px) {
    .catalog-1 .block-brands-wrap .icons-svg .item .inner,
    .catalog-2 .block-brands-wrap .icons-svg .item .inner {
        padding: 0 12px 0 8px;
    }
}
.catalog-1 .block-brands-wrap .brand-and-country,
.catalog-2 .block-brands-wrap .brand-and-country {
    display: flex;
    align-items: center;
    margin-right: 28px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .catalog-1 .block-brands-wrap .brand-and-country,
    .catalog-2 .block-brands-wrap .brand-and-country {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 530px) {
    .catalog-1 .block-brands-wrap .brand-and-country,
    .catalog-2 .block-brands-wrap .brand-and-country {
        margin-bottom: 20px;
    }
}
.catalog-1 .block-brands-wrap .brand-and-country img,
.catalog-2 .block-brands-wrap .brand-and-country img {
    margin: -3px 13px 0 0;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.catalog-1 .block-brands-wrap .brand-and-country .country,
.catalog-2 .block-brands-wrap .brand-and-country .country {
    margin-top: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #373b3f;
    display: flex;
    align-items: center;
}
@media (max-width: 530px) {
    .catalog-1 .block-brands-wrap .brand-and-country .country,
    .catalog-2 .block-brands-wrap .brand-and-country .country {
        margin-top: 10px;
    }
}
.catalog-1 .slider-product,
.catalog-2 .slider-product {
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .catalog-1 .slider-product,
    .catalog-2 .slider-product {
        width: auto;
        margin: 0 30px;
    }
}
.catalog-1 .product,
.catalog-2 .product {
    min-height: 0;
}
.catalog-1 .product .title,
.catalog-2 .product .title {
    margin: 30px 0 20px;
}
.catalog-1 .wrapper-title,
.catalog-2 .wrapper-title {
    margin-top: 70px;
}
@media (max-width: 530px) {
    .catalog-1 .wrapper-title,
    .catalog-2 .wrapper-title {
        margin-top: 30px;
    }
}
.catalog-1 .wrapper-title .block-title,
.catalog-2 .wrapper-title .block-title {
    margin: 20px 0 5px;
}
@media (max-width: 992px) {
    .catalog-1 .wrapper-title .block-title,
    .catalog-2 .wrapper-title .block-title {
        margin: 10px 0 5px;
    }
}
.catalog-1 .wrapper-title .sub-title,
.catalog-2 .wrapper-title .sub-title {
    padding-bottom: 30px;
    font: 400 16px/30px 'PT sans', sans-serif;
    color: #7e838c;
}
.catalog-1 .tabs-block,
.catalog-2 .tabs-block {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns > ul,
    .catalog-2 .tabs-block .tabs-btns > ul {
        flex-direction: column;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix,
.catalog-2 .tabs-block .tabs-btns .clearfix {
    list-style: none;
    display: flex;
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn {
    position: relative;
    padding: 12px 5px;
    width: 20%;
    border: 1px solid #d5dbe1;
    border-left: none;
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn .tabs-cnts,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn .tabs-cnts {
    display: none;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn {
        width: 100%;
        border-radius: 0;
        border: 1px solid #d5dbe1;
        border-bottom: none;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn.active,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn.active {
    border: 1px solid #5189ff !important;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn.active,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn.active {
        margin-bottom: -1px;
    }
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn.active .tabs-cnts,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn.active .tabs-cnts {
        display: block;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn.active:before,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn.active:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-left: 1px solid #5189ff;
    border-bottom: 1px solid #5189ff;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn.active:before,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn.active:before {
        display: none;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn.active a span,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn.active a span {
    color: #5189ff !important;
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn:first-child,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn:first-child {
    border-left: 1px solid #d5dbe1;
    border-radius: 25px 0 0 0;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn:first-child,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn:first-child {
        border-radius: 25px 25px 0 0;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn:last-child,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn:last-child {
    background-color: #5189ff;
    border-radius: 0 25px 0 0;
    border-right: 1px solid #5189ff;
    border-top: 1px solid #5189ff;
    border-bottom: 1px solid #5189ff;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn:last-child,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn:last-child {
        padding: 16px 5px 17px 5px;
        border-radius: 0;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn:last-child.active:before,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn:last-child.active:before {
    background-color: #5189ff;
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn:last-child a,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn:last-child a {
    color: #ffffff;
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn a,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #7e838c;
    font: 400 12px/18px 'Exo 2', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn a,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn a {
        display: flex;
        justify-content: flex-start;
        padding-left: 15px;
    }
}
@media (max-width: 992px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn a,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn a {
        font: 400 11px/13px 'Exo 2', sans-serif;
    }
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn a span:first-child,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn a span:first-child {
    color: #7e838c;
    margin-right: 15px;
    font: bold 30px/30px 'Exo 2', sans-serif;
}
.catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn a span:last-child,
.catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn a span:last-child {
    font: 400 12px/18px 'Exo 2', sans-serif;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .catalog-1 .tabs-block .tabs-btns .clearfix .tab-btn a span:last-child,
    .catalog-2 .tabs-block .tabs-btns .clearfix .tab-btn a span:last-child {
        font: 400 11px/13px 'Exo 2', sans-serif;
    }
}
.catalog-1 .tabs-block .tabs-cnts,
.catalog-2 .tabs-block .tabs-cnts {
    margin-bottom: 25px;
    padding: 50px 30px;
    min-height: 401px;
    border-bottom: 1px solid #d5dbe1;
    border-left: 1px solid #d5dbe1;
    border-right: 1px solid #d5dbe1;
    border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-cnts,
    .catalog-2 .tabs-block .tabs-cnts {
        display: none;
        padding: 15px 0 0 0;
        overflow: hidden;
        border: none;
        border-radius: 0;
    }
}
.catalog-1 .tabs-block .tabs-cnts .tab-cnt,
.catalog-2 .tabs-block .tabs-cnts .tab-cnt {
    display: none;
}
.catalog-1 .tabs-block .tabs-cnts .tab-cnt.visible,
.catalog-2 .tabs-block .tabs-cnts .tab-cnt.visible {
    display: block !important;
}
.catalog-1 .tabs-block .tabs-cnts .phone_send_form_1,
.catalog-2 .tabs-block .tabs-cnts .phone_send_form_1 {
    flex-direction: column;
}
.catalog-1 .tabs-block .tabs-cnts .phone_send_form_1 .text,
.catalog-2 .tabs-block .tabs-cnts .phone_send_form_1 .text {
    margin-bottom: 30px;
}
.catalog-1 .tabs-block .tabs-cnts .phone_send_form_1 .form,
.catalog-2 .tabs-block .tabs-cnts .phone_send_form_1 .form {
    width: 100%;
}
.catalog-1 .tabs-block .tabs-cnts .phone_send_form_1 .form .input,
.catalog-1 .tabs-block .tabs-cnts .phone_send_form_1 .form button,
.catalog-2 .tabs-block .tabs-cnts .phone_send_form_1 .form .input,
.catalog-2 .tabs-block .tabs-cnts .phone_send_form_1 .form button {
    width: auto;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap {
    display: flex;
}
@media (max-width: 992px) {
    .catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap,
    .catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner {
    position: relative;
    flex: 1;
    min-height: 300px;
    padding: 30px;
    background: linear-gradient(to right, #c1e2fd 0, #f6fafe 100%);
    border-radius: 25px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner,
    .catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner {
        margin: 0 10px 0;
        border-radius: 0;
    }
    .catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner:first-child,
    .catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner:first-child {
        margin-bottom: 30px;
    }
    .catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .button a,
    .catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .button a {
        display: inline-block;
        padding: 10px 20px 11px 20px;
        font: 500 14px/21px 'Exo 2', sans-serif;
        color: #fff;
        text-transform: uppercase;
        background-color: #5189ff;
        border-radius: 20px;
    }
}
@media (max-width: 992px) {
    .catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner,
    .catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner p,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner p {
    position: relative;
    margin-bottom: 4px;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .mt-25,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .mt-25 {
    margin-top: 25px;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .button,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .button {
    position: relative;
    margin-top: 20px;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .button a,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .button a {
    display: inline-block;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .red,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .red {
    position: relative;
    margin-bottom: 10px;
    font: 400 14px/21px 'PT sans', sans-serif;
    color: #ff5b1a;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .title,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
    font: 400 21px/21px 'Exo 2', sans-serif;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .title span,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner .title span {
    margin-left: 10px;
    padding: 2px 7px 3px 7px;
    font: 400 14px/21px 'PT sans', sans-serif;
    color: #fff;
    background-color: #6ba36d;
    border-radius: 20px;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner img,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.catalog-1 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner:first-child,
.catalog-2 .tabs-block .tabs-cnts .tab-banner-wrap .tab-banner:first-child {
    margin-right: 30px;
}
.catalog-1 .catalog-about-table {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .catalog-1 .catalog-about-table {
        flex-direction: column;
    }
    .catalog-1 .catalog-about-table .about-table-item.one {
        min-height: 180px;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .catalog-1 .catalog-about-table .about-table-item.two {
        flex-direction: column;
    }
    .catalog-1 .catalog-about-table .about-table-item.two .min-table-item {
        flex: 1;
        width: 100%;
        max-width: none !important;
        border-radius: 0 !important;
        margin: 0 0 10px !important;
    }
    .catalog-1 .catalog-about-table .about-table-item.two .min-table-item:last-child {
        border-radius: 0 0 22px 22px !important;
    }
}
@media (max-width: 992px) {
    .catalog-1 .catalog-about-table {
        flex-wrap: wrap;
    }
    .catalog-1 .catalog-about-table .about-table-item {
        flex: 1 0 auto;
        margin: 0 10px 0 0;
    }
    .catalog-1 .catalog-about-table .about-table-item:nth-child(2) {
        margin: 0 0 0 0;
    }
    .catalog-1 .catalog-about-table .about-table-item:last-child {
        flex-basis: 100%;
        margin-right: 0;
        display: flex;
        margin-top: 10px;
        min-height: auto;
        height: 180px;
        align-items: center;
        justify-content: center;
    }
    .catalog-1 .catalog-about-table .about-table-item:last-child .min-table-item {
        flex: 1 0 auto;
        margin-bottom: 0;
        margin-right: 10px;
        max-height: 180px;
        border-radius: 0 0 0 22px;
        max-width: 370px;
    }
    .catalog-1 .catalog-about-table .about-table-item:last-child .min-table-item:last-child {
        margin-right: 0;
        border-radius: 0 0 22px 0;
    }
    .catalog-1 .catalog-about-table .about-table-item:last-child .min-table-item:last-child img {
        border-radius: 0 0 22px 0;
    }
}
.catalog-1 .catalog-about-table.min {
    margin-top: 20px;
}
.catalog-1 .catalog-about-table.min .about-table-item {
    min-height: 180px;
}
.catalog-1 .catalog-about-table.min .about-table-item p {
    font-size: 18px;
}
.catalog-1 .catalog-about-table.min .about-table-item:first-child,
.catalog-1 .catalog-about-table.min .about-table-item:last-child {
    border-radius: 0;
}
.catalog-1 .catalog-about-table.min:last-child .about-table-item:first-child {
    border-bottom-left-radius: 20px;
}
.catalog-1 .catalog-about-table.min:last-child .about-table-item:last-child {
    border-bottom-right-radius: 20px;
}
.catalog-1 .catalog-about-table .min-table-item:first-child {
    margin-bottom: 20px;
}
.catalog-1 .catalog-about-table .min-table-item.gray {
    background-color: #e5eef5;
}
.catalog-1 .catalog-about-table .min-table-item.blue {
    background-color: #a8e9ff;
}
.catalog-1 .catalog-about-table .min-table-item.yellow {
    background-color: #fff095;
}
.catalog-1 .catalog-about-table .min-table-item.purple {
    background-color: #e9e2f9;
}
.catalog-1 .catalog-about-table .min-table-item.green {
    background-color: #d3fdca;
}
.catalog-1 .catalog-about-table .about-table-item {
    flex: 1;
    display: table-cell;
    vertical-align: top;
    position: relative;
    min-height: 380px;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .catalog-1 .catalog-about-table .about-table-item {
        /*overflow: hidden;*/
    }
}
.catalog-1 .catalog-about-table .about-table-item.one:hover .menu-catalog {
    padding-left: 40px;
}
@media (max-width: 768px) {
    .catalog-1 .catalog-about-table .about-table-item.one:hover .menu-catalog {
        padding-left: 0;
    }
}
.catalog-1 .catalog-about-table .about-table-item.two .min-table-item:hover .menu-catalog {
    padding-left: 40px;
}
@media (max-width: 768px) {
    .catalog-1 .catalog-about-table .about-table-item.two .min-table-item:hover .menu-catalog {
        padding-left: 0;
    }
}
.catalog-1 .catalog-about-table .about-table-item img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: inherit;
}
@media (max-width: 768px) {
    .catalog-1 .catalog-about-table .about-table-item img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.catalog-1 .catalog-about-table .about-table-item .menu-catalog {
    transition: 0.35s;
    position: relative;
    z-index: 3;
    min-height: 180px;
    padding: 23px 25px 0;
}
.catalog-1 .catalog-about-table .about-table-item .menu-catalog .btn-wrap a {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.catalog-1 .catalog-about-table .about-table-item .menu-catalog .sub-title {
    color: #1898bb;
    font-family: 'Exo 2';
    font-size: 16px;
    margin: -8px 0 27px;
}
.catalog-1 .catalog-about-table .about-table-item .menu-catalog li {
    margin-bottom: 3px;
}
.catalog-1 .catalog-about-table .about-table-item .menu-catalog a {
    text-transform: initial;
}
.catalog-1 .catalog-about-table .about-table-item .menu-catalog h3 {
    z-index: 3;
    position: relative;
    text-transform: initial;
    color: #373b3f;
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 24px;
}
.catalog-1 .catalog-about-table .about-table-item.gray {
    background-color: #e5eef5;
}
.catalog-1 .catalog-about-table .about-table-item.blue {
    background-color: #a8e9ff;
}
.catalog-1 .catalog-about-table .about-table-item.yellow {
    background-color: #fff095;
}
.catalog-1 .catalog-about-table .about-table-item.yellow .sub-title {
    color: #aca05f;
}
.catalog-1 .catalog-about-table .about-table-item.purple {
    background-color: #e9e2f9;
}
.catalog-1 .catalog-about-table .about-table-item.green {
    background-color: #d3fdca;
}
.catalog-1 .catalog-about-table .about-table-item:first-child {
    border-radius: 0 0 0 20px;
}
@media (max-width: 992px) {
    .catalog-1 .catalog-about-table .about-table-item:first-child {
        border-radius: 0;
        margin-right: 10px;
    }
}
.catalog-1 .catalog-about-table .about-table-item:last-child {
    margin-right: 0;
    border-radius: 0 0 20px 0;
}
@media (max-width: 992px) {
    .catalog-1 .catalog-about-table .about-table-item:last-child {
        border-radius: 0;
    }
}
@media (max-width: 768px) {
    .catalog-1 .request-call {
        margin-top: 55px;
    }
}
.catalog-1 .block-title {
    margin: 40px 0 30px 0;
}
@media (max-width: 768px) {
    .catalog-1 .block-title {
        margin: 20px 0 -30px;
    }
}
.catalog-2 .tiles {
    margin-bottom: 70px;

    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1050px) {
    .catalog-2 .grid-10 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.catalog-2 .grid-10 .item img {
    bottom: -30px !important;
    right: -20px !important;
    top: auto !important;
}
@media (max-width: 767px) {
.catalog-2 .grid-10 .item img {
       bottom: -10px !important;
}
}

@media (max-width: 767px) {
    .catalog-2 .tiles {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-2 .grid-10 {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .catalog-2 .tiles {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.catalog-2 .row-2 {
    display: flex;
    margin-bottom: 21px;
    height: 181px;
}
@media (max-width: 530px) {
    .catalog-2 .row-2:last-child .col:nth-child(1),
    .catalog-2 .row-2:last-child .col:nth-child(2) {
        display: none;
    }
}
@media (max-width: 530px) {
    .catalog-2 .row-2 .col:nth-child(1) {
        width: 100%;
        flex: 1 1 100% !important;
        margin-right: 0 !important;
    }
    .catalog-2 .row-2 .col:nth-child(2) {
        width: 100%;
        flex: 1 1 100% !important;
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .catalog-2 .row-2 {
        display: flex;
        margin-bottom: 10px !important;
        flex-wrap: wrap;
        height: auto;
    }
    .catalog-2 .row-2 .col:nth-child(1) {
        width: 50%;
        flex: 1;
        margin-bottom: 10px;
        height: 120px;
    }
    .catalog-2 .row-2 .col:nth-child(2) {
        width: 50%;
        flex: 1;
        margin-right: 0 !important;
        height: 120px;
    }
    .catalog-2 .row-2 .col:nth-child(3) {
        width: 100%;
        flex: 1 1 100%;
        height: 120px;
    }
}
@media (max-width: 1024px) {
    .catalog-2 .row-2 .col {
        margin-right: 10px !important;
    }
    .catalog-2 .row-2 .col:last-child {
        margin-right: 0 !important;
    }
}
.catalog-2 .clr-1 {
    background-color: #bce8ff;
}
.catalog-2 .clr-2 {
    background-color: #e5eef5;
}
.catalog-2 .clr-3 {
    background-color: #fdf099;
}
.catalog-2 .rl {
    border-radius: 0 0 0 25px;
}
@media (max-width: 768px) {
    .catalog-2 .rl {
        border-radius: 0;
    }
}
.catalog-2 .rr {
    border-radius: 0 0 25px 0;
}
@media (max-width: 768px) {
    .catalog-2 .rr {
        border-radius: 0;
    }
}
.catalog-2 .item {
    position: relative;
    display: block;
    padding: 25px 0 0 25px;
    height: 182px;
    transition: padding-left 0.3s;
}

@media (max-width: 768px) {
    .catalog-2 .item {
        height: 170px;
    }
}

@media (max-width: 500px) {
    .catalog-2 .item {
        height: 120px;
    }
}

.img_mod-2-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 500px) {
.img_mod-2-wrap {
    left: -10px;
}
}

/*.catalog-2 .item:first-child {
    grid-row-end: span 2;
    height: 384px;
}

.catalog-2 .grid-10 .item:nth-child(2) {
    grid-row-end: span 2;
    height: 384px;
}*/

.catalog-2 .grid-10 .item:nth-child(8) {
    border-radius: 0 0 0 25px;
}

.catalog-2 .grid-10 .item:last-child {
    border-radius: 0 0 25px 0;
}

 .tiles grid-10 .item clr-1 .item-inner {
display: flex;
}
@media (max-width: 1050px) {
    .catalog-2 .grid-10 .item:nth-child(8) {
        border-radius: 0;
    }

    .catalog-2 .grid-10 .item:nth-child(9) {
        border-radius: 0 0 0 25px;
    }
}

@media (max-width: 768px) {
    .catalog-2 .item:first-child {
        grid-row-end: auto;
        grid-column-end: span 2;
        height: 170px;
    }

    .catalog-2 .item:last-child {
        grid-row-end: auto;
        grid-column-end: span 2;
        height: 170px;
        border-radius: 0 0 25px 25px;
    }

    .catalog-2 .grid-10 .item:nth-child(8) {
        border-radius: 0;
    }

    .catalog-2 .grid-10 .item:nth-child(9) {
        border-radius: 0;
    }

    .catalog-2 .grid-10 .item:last-child {
        border-radius: 0;
    }

    .catalog-2 .grid-10 .item {
        height: 120px;
    }

    .catalog-2 .item:first-child {
        grid-row-end: span 2;
        height: 250px;
    }

    .catalog-2 .grid-10 .item:nth-child(2) {
        grid-row-end: span 2;
        height: 130px;
    }

    /* .catalog-2 .grid-10 .item:nth-child(3),
    .catalog-2 .grid-10 .item:nth-child(4) {
        grid-row-end: span 2;
        height: 170px;
    }*/
}

@media (max-width: 500px) {
    .catalog-2 .item:first-child,
    .catalog-2 .item:last-child {
        height: 120px;
    }

    /*.catalog-2 .grid-10 .item:first-child {
        grid-row-end: span 2;
        height: 250px;
    }*/
}

.catalog-2 .item:nth-child(1) img {
    height: 100%;
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(1) img {
        max-width: 237px;
        right: -28px;
    }
}

@media (max-width: 768px) {
    .catalog-2 .item:nth-child(1) img {
        bottom: 0;
    }
}

@media (max-width: 500px) {
    .catalog-2 .item:nth-child(1) img {
        max-width: 150px;
        right:5%;
    }
}

.catalog-2 .item:nth-child(2) img {
    right: -15px;
 
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(2) img {
        max-width: 150px;
        right: -9px;
    }
}

.catalog-2 .item:nth-child(3) img {
    right: 27px;
    bottom: -34px;
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(3) img {
        max-width: 150px;
      
    }
}

.catalog-2 .item:nth-child(4) img {
    right: 0;
    bottom: -74px;
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(4) img {
        max-width: 150px;
      
    }
}

.catalog-2 .item:nth-child(5) img {
    right: -55px;
    bottom: -18px;
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(5) img {
        max-width: 150px;
    }
}

.catalog-2 .item:nth-child(6) img {
    right: 13px;
    bottom: -10px;
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(6) img {
        max-width: 150px;
        bottom: -7px;
        right: 4px;
    }
}

.catalog-2 .item:nth-child(7) img {
    top: -70px;
    right: -2px;
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(7) img {
        max-width: 150px;
        top: -3px;
    }
}

.catalog-2 .item:nth-child(8) img {
    top: 40px;
    right: -53px;
    transform: rotate(-2deg);
}

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(8) img {
        max-width: 230px;
    }
}

.catalog-2 .item:hover {
    padding-left: 40px;
}
@media (max-width: 768px) {
    .catalog-2 .item:hover {
        padding-left: 25px;
    }
}
@media (max-width: 1200px) {
    .catalog-2 .item .img_mod-1 {
        max-width: 140px !important;
        max-height: 140px !important;
    }
}
@media (max-width: 1200px) and (max-width: 992px) {
    .catalog-2 .item .img_mod-1 {
        max-width: 90px !important;
    }
}
@media (max-width: 1200px) {
    .catalog-2 .item .img_mod-3 {
        max-height: 190px;
        right: auto;
        left: 0;
    }
}
@media (max-width: 1200px) and (max-width: 768px) {
    .catalog-2 .item .img_mod-3 {
        right: 0;
        left: auto;
        max-height: 145px;
        border-radius: 0 0 0 100px;
    }
}
.catalog-2 .item ul {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
.catalog-2 .item ul li {
    margin-bottom: 2px;
}
.catalog-2 .item ul a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font: 400 15px/15px 'PT sans', sans-serif;
    color: #3b3d41;
    border-bottom: 1px solid #6d6f73;
    transition: border-bottom-color 0.3s;
}
.catalog-2 .item ul a:hover {
    border-bottom: 1px solid transparent;
}
.catalog-2 .item p {
    position: relative;
    margin-top: 15px;
    font: 400 18px/21px 'PT sans', sans-serif;
    color: #3b3d41;
}
@media (max-width: 992px) {
    .catalog-2 .item p {
        margin-top: 5px;
        font-size: 16px;
    }
}
.catalog-2 .item .btn-wrap {
    position: relative;
    margin-top: 20px;
}
.catalog-2 .item .btn-wrap a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font: 500 14px/18px 'Exo 2', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #5189ff;
    border-radius: 25px;
}
.catalog-2 .item img {
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.catalog-2 .item span {
    max-width: 200px;
    position: relative;
    display: block;
    font: 400 20px/22px 'Exo 2', sans-serif;
    color: #3b3d41;
}
@media (max-width: 992px) {
    .catalog-2 .item span {
        font-size: 19px;
    }
}
.catalog-2 .row-1 {
    display: flex;
    margin-bottom: 21px;
    height: 383px;
}
@media (max-width: 1024px) {
    .catalog-2 .row-1 {
        margin-bottom: 10px;
    }
    .catalog-2 .row-1 .col {
        height: 100%;
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .catalog-2 .row-1 {
        flex-direction: column;
        height: auto;
    }
    .catalog-2 .row-1 .item {
        padding-bottom: 20px;
    }
    .catalog-2 .row-1 .col {
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .catalog-2 .row-1 .col:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .catalog-2 .row-2,
    .catalog-2 .row-3 {
        margin-bottom: 10px;
    }
}
.catalog-2 .col {
    flex: 1;
    margin-right: 21px;
    width: calc(100% / 3 - 21px);
    height: 100%;
}
.catalog-2 .col .row-2 {
    flex-direction: column;
}
@media (max-width: 1024px) {
    .catalog-2 .col .row-2 {
        margin-bottom: 10px !important;
    }
    .catalog-2 .col .row-2 .col {
        margin-right: 10px !important;
    }
}
.catalog-2 .col:last-child {
    margin-right: 0;
}

.catalog-domestic-categories .category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
    background: #dfeef8;
    min-height: 220px;
    height: 100%;
    overflow: hidden;
    text-align: center;
}


.catalog-domestic-categories .category-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 8px;
}

.catalog-domestic-categories .category-card__image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #d6e3ee;
}



.catalog-domestic-categories .category-card__image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.catalog-domestic-categories .category-card__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 0 auto;
    pointer-events: none;
}



.catalog-domestic-categories .category-card__name {
    min-height: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    color: #373b3f;
    text-align: center;
}


.catalog-domestic-categories .category-card__desc {
    min-height: 34px;
    font-size: 12px;
    line-height: 1.3;
    color: #6b7280;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.catalog-domestic-categories .slick-list,
.catalog-domestic-categories .slick-slide {
    overflow: visible !important;
}

/* Updated selector for catalog-2 slider-single-item h3 */
.main.catalog-2 .slider-single-item h3 {
    position: absolute;
    top: 26px;
    left: 30px;
    max-width: 480px;
    padding: 20px 24px;
    display: inline-block;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(4px);
    border-radius: 16px;
}

/* Ensure parent is positioned for absolute child */
.main.catalog-2 .slider-single-item {
    position: relative;
}

.main.catalog-2 .slider-single-item h3,
.main.catalog-2 .slider-single-item h3 a,
.main.catalog-2 .slider-single-item h3 * {
    text-transform: none !important;
}

.main .catalog-2 .slider-single-item h3 a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 10px;
    background: #5189ff;
    color: #fff;
    font-weight: 600;
}


.catalog-3 .filter-wizard .arrow {
    top: 7px;
    display: none;
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    vertical-align: bottom;
}
@media (max-width: 992px) {
    .catalog-3 .filter-wizard .arrow {
        display: block;
    }
}
.catalog-3 .filter-wizard .arrow.open {
    top: -2px;
    transform: rotate(180deg);
}
.catalog-3 .filter-wizard .arrow:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 8px;
    height: 2px;
    background-color: #1a8aff;
    transform: rotate(-50deg);
}
.catalog-3 .filter-wizard .arrow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 2px;
    background-color: #1a8aff;
    transform: rotate(50deg);
}
.catalog-3 .filter-wizard.open .items-select {
    display: flex !important;
}
.catalog-3 .filter-wizard .inner {
    background: #fff;
    border-radius: 16px;
    padding: 23px 40px 13px 40px;
}
@media (max-width: 992px) {
    .catalog-3 .filter-wizard .inner {
        padding: 20px 15px 1px 15px;
    }
}
.catalog-3 .filter-wizard .inner .title {
    position: relative;
    font: 700 16px/1.1 'PT sans', sans-serif;
    margin: -5px 0 19px;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .catalog-3 .filter-wizard .inner .title.slideup {
        margin-bottom: 14px;
    }
}
.catalog-3 .filter-wizard .inner .items-select {
    display: flex;
    align-items: flex-end;
}
@media (max-width: 992px) {
    .catalog-3 .filter-wizard .inner .items-select {
        flex-direction: column;
        display: none;
    }
}
.catalog-3 .filter-wizard .inner .items-select button {
    max-height: 40px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-3 .filter-wizard .inner .items-select .item-select {
    flex: 1;
    position: relative;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 19px;
}
.catalog-3 .filter-wizard .inner .items-select .item-select.checked .icon-close {
    display: block;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .icon-close {
    display: none;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    background: #fff;
    z-index: 9998;
    transition: transform 0.3s;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .icon-close:before,
.catalog-3 .filter-wizard .inner .items-select .item-select .icon-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ff5b1a;
    transform: rotate(45deg);
}
.catalog-3 .filter-wizard .inner .items-select .item-select .icon-close:after {
    top: 52%;
    transform: rotate(-45deg);
}
@media (max-width: 992px) {
    .catalog-3 .filter-wizard .inner .items-select .item-select {
        margin-right: 0;
    }
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select {
    width: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 0 0 #e3e5e7;
    border-radius: 4px;
    height: 34px;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select.open {
    box-shadow: none;
    border: 1px solid #1a8aff;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select.open .options {
    display: block;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select .selected-option {
    cursor: pointer;
    width: 100%;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select .options {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 30px;
    width: 100.8%;
    left: -1px;
    right: 0;
    background: #ffffff;
    box-shadow: none;
    padding-bottom: 7px;
    z-index: 1;
    border: 1px solid #1a8aff;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
@media (max-width: 992px) {
    .catalog-3 .filter-wizard .inner .items-select .item-select .custom-select .options {
        width: 100.4%;
    }
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select .options li {
    cursor: pointer;
    min-height: 0;
    line-height: 1.4;
    padding: 7px 5px 0 10px;
    transition: 0.35s;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select .options li:hover {
    color: #1a8aff;
}
.catalog-3 .filter-wizard .inner .items-select .item-select .custom-select:after {
    content: '';
    display: block;
    height: 5px;
    margin-top: 8px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 4px;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
    border-bottom: 2px solid #1a8aff;
    border-right: 2px solid #1a8aff;
}
.catalog-3 .filter-wizard .inner .items-select .item-select label {
    margin-bottom: 6px;
    display: inline-block;
}
.catalog-3 .catalog-body {
    display: flex;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body {
        flex-direction: column;
    }
}
.catalog-3 .catalog-body .products-row .request-call {
    margin-bottom: 20px;
}
.catalog-3 .wrapper-gray {
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 265px;
}
.catalog-3 /*.catalog-body */.wrapper-gray .arrow {
    top: 7px;
    display: block;
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    vertical-align: bottom;
}

.catalog-3 /*.catalog-body */.wrapper-gray .arrow.open {
    top: -2px;
    transform: rotate(180deg);
}
.catalog-3 .wrapper-gray .arrow.open {
    top: -2px;
    transform: rotate(180deg);
}
.catalog-3 .wrapper-gray .arrow:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 8px;
    height: 2px;
    background-color: #1a8aff;
    transform: rotate(-50deg);
}
.catalog-3 /*.catalog-body */.wrapper-gray .arrow:after {

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 2px;
    background-color: #1a8aff;
    transform: rotate(50deg);
}

.catalog-3 .wrapper-gray.mob {
    display: none;
}

@media (max-width: 992px) {
    .catalog-3 /*.catalog-body */.wrapper-gray {
        max-width: none;
        padding: 15px 20px 14px 15px;
    }

    .catalog-3 .wrapper-gray.mob {
        display: block;
    }
}
.catalog-3 .catalog-body .col:first-child .filters {
    max-width: 265px;
}
.catalog-3 .catalog-body .col:first-child .filters.open form {
    display: block !important;
}
.catalog-3 .catalog-body .col:first-child .filters.open .item-group {
    display: block !important;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:first-child .filters {
        max-width: none;
    }
}
.catalog-3 .catalog-body .col:first-child .filters .filter-open-btn {
    display: none;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:first-child .filters .filter-open-btn {
        display: block;
        position: relative;
        width: 100%;
        font: 700 16px/1.1 'PT sans', sans-serif;
        text-align: left;
        text-transform: uppercase;
    }
}
.catalog-3 .catalog-body .col:first-child .filters .price-slider {
    margin-bottom: 25px;
    width: 100%;
    height: 8px;
    background-color: #e3e4e6;
}
.catalog-3 .catalog-body .col:first-child .filters .price-slider .noUi-connect {
    background-image: linear-gradient(269deg, #568cff 0, #6edd73 100%) !important;
    border-radius: 4px;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:first-child .filters form {
        margin-top: 10px;
        display: none;
    }
}
.catalog-3 .catalog-body .col:first-child .filters .price_range_slider_fromto {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-3 .catalog-body .col:first-child .filters .price_range_slider_fromto span {
    display: inline-block;
    margin-right: 5px;
}
.catalog-3 .catalog-body .col:first-child .filters .price_range_slider_fromto input {
    display: inline-block;
    margin-right: 11px;
    padding: 0 5px;
    width: 100%;
    max-width: 85px;
    height: 30px;
    font: 500 16px/18px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-align: center;
    border: 1px solid #e9eaec;
    border-radius: 5px;
    outline: 0;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:first-child .filters .item-group {
        display: none;
    }
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .filter-title,
.catalog-3 .catalog-body .col:first-child .filters .item-group .title {
    margin-bottom: 20px;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .text-h {
    display: none;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .item {
    display: none;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .checkbox {
    position: relative;
    padding: 6px 0 0 29px;
    margin: 0 0 11px;
    display: inline-block;
    cursor: pointer;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .checkbox .filter-href input {
    position: absolute;
    margin-left: -30px;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 3;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .checkbox .filter-href.active .checkbox-text:after {
    display: block;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .checkbox .filter-href .checkbox-text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 19px;
    height: 19px;
    border: none;
    border-radius: 5px;
    background: #e4e5e6;
    transition: all 0.3s;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group .checkbox .filter-href .checkbox-text:after {
    content: '';
    display: none;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 4px;
    height: 9px;
    border: solid #5189ff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
}
.catalog-3 .catalog-body .col:first-child .filters .item-group.active {
    margin-bottom: 40px;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group.active .item {
    display: block;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group.active .text-h {
    display: none;
}
.catalog-3 .catalog-body .col:first-child .filters .item-group.active .text-h.active {
    display: block;
}

.catalog-3 .catalog-body .col:first-child .aside-accordion {
    padding: 20px 25px 20px 35px;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent {
    position: relative;
    display: block;
    text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent.active ul.sub {
    display: block;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent .parent-link {
    font: bold 14px 'PT sans', sans-serif;
    color: #3b3d41;
    text-transform: initial;
    padding-left: 15px;
    margin-left: -15px;
    z-index: 1;
    position: relative;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -15px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #5390bd;
    z-index: 0;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent ul.sub {
    display: none;
    padding-left: 8px;
    margin-bottom: 3px;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent ul a {
    color: #3b3d41;
}
.catalog-3 .catalog-body .col:first-child .aside-accordion .parent ul a:hover {
    color: #1a8aff;
}
.catalog-3 .catalog-body .col:first-child .blog-category .title {
    font: 500 14px/1.1 'Exo 2', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
    cursor: pointer;
}
.catalog-3 .catalog-body .col:first-child .blog-category .item {
    margin-bottom: 10px;
}
.catalog-3 .catalog-body .col:first-child .blog-category a {
    color: #1a8aff;
    border-bottom: 0;
}
.catalog-3 .catalog-body .col:first-child .blog-category a:hover {
    color: #1a8aff;
}
.catalog-3 .catalog-body .col:nth-child(2) {
    padding-left: 55px;
    padding-bottom: 30px;
    flex: 75%;
}

.brand-banner-block {
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:nth-child(2) {
        flex: auto;
        padding: 20px 0;
    }
}
.catalog-3 .catalog-body .col:nth-child(2) .sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .catalog-3 .catalog-body .col:nth-child(2) .sort {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.catalog-3 .catalog-body .col:nth-child(2) .sort span {
    padding-right: 10px;
    font-size: inherit;
}
@media (max-width: 768px) {
    .catalog-3 .catalog-body .col:nth-child(2) .sort span {
        width: auto;
        margin: 0;
    }
}
.catalog-3 .catalog-body .col:nth-child(2) .sort a {
    color: #1a8aff;
    text-transform: initial;
    margin-right: 24px;
    border-bottom: 1px dotted rgba(26, 138, 255, 0.5);
    font-size: inherit;
}
.catalog-3 .catalog-body .col:nth-child(2) .sort a:hover {
    border-bottom: 1px solid transparent;
}
.catalog-3 .catalog-body .col:nth-child(2) .sort a.active {
    color: #ff7337;
    border-bottom: none;
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:nth-child(2) .sort .btn-changer {
        display: none;
    }
}
.catalog-3 .catalog-body .col:nth-child(2) .sort .btn-changer a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #373b3f;
    margin: 0;
}
.catalog-3 .catalog-body .col:nth-child(2) .sort .btn-changer a:first-child {
    border-radius: 5px 0 0 5px;
}
.catalog-3 .catalog-body .col:nth-child(2) .sort .btn-changer a:last-child {
    border-radius: 0 5px 5px 0;
}
.catalog-3 .catalog-body .col:nth-child(2) .sort .btn-changer a.active {
    background: #1a8aff;
    color: #fff;
    border-color: #1a8aff;
}
.catalog-3 .catalog-body .catalog-list {
    display: none;
}
.catalog-3 .catalog-body .catalog-list.visible {
    display: block;
}
.catalog-3 .shop-category-table {
    border-collapse: collapse;
    width: 100%;
    max-height: 100px;
}
.catalog-3 .shop-category-table .image img {
    max-width: 80px;
}
.catalog-3 .shop-category-table .price {
    display: flex;
    align-items: flex-end;
}
.catalog-3 .shop-category-table .price .currency {
    margin-left: 5px;
}
.catalog-3 .shop-category-table .review {
    display: block;
}
.catalog-3 .shop-category-table .mid-rating {
    margin-left: 0;
}
.catalog-3 .shop-category-table thead tr td {
    padding-bottom: 20px;
    font: 600 14px/16px 'PT sans', sans-serif;
}
.catalog-3 .shop-category-table thead tr td:nth-of-type(1) {
    width: 180px;
}
.catalog-3 .shop-category-table tbody tr td {
    border-bottom: 20px solid transparent;
}
.catalog-3 .shop-category-table tbody tr td:nth-child(3) {
    padding: 0 5px 0 15px;
}
.catalog-3 .shop-category-table tbody tr td:nth-of-type(4) {
    padding: 0 5px;
}
.catalog-3 .shop-category-table tbody tr td:nth-of-type(5) {
    padding: 0 10px;
}
.catalog-3 .shop-category-table .discontinued {
    font-weight: 700;
}
.catalog-3 .rating-scheme {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #7d848e;
    font-size: 14px;
    margin-bottom: 60px;
}
.catalog-3 .rating-scheme .rating-text {
    margin-right: 15px;
}
.catalog-3 .rating-scheme span {
    color: #7d848e;
    font-size: 14px;
}
.catalog-3 .rating-scheme b {
    font-weight: 400;
    font-family: 'PT Sans';
}
.catalog-3 .rating-scheme .show-current {
    display: flex;
    order: 3;
    position: relative;
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
    list-style: none;
    width: 90px;
    height: 16px;
    float: left;
    vertical-align: middle;
    background: none !important;
}
.catalog-3 .rating-scheme .show-current.one li:first-child {
    color: #ff7337;
}
.catalog-3 .rating-scheme .show-current.two li:first-child,
.catalog-3 .rating-scheme .show-current.two li:nth-child(2) {
    color: #ff7337;
}
.catalog-3 .rating-scheme .show-current.three li:first-child,
.catalog-3 .rating-scheme .show-current.three li:nth-child(2),
.catalog-3 .rating-scheme .show-current.three li:nth-child(3) {
    color: #ff7337;
}
.catalog-3 .rating-scheme .show-current.four li:first-child,
.catalog-3 .rating-scheme .show-current.four li:nth-child(2),
.catalog-3 .rating-scheme .show-current.four li:nth-child(3),
.catalog-3 .rating-scheme .show-current.four li:nth-child(4) {
    color: #ff7337;
}
.catalog-3 .rating-scheme .show-current.five li {
    color: #ff7337;
}
.catalog-3 .rating-scheme .show-current li {
    cursor: default;
    z-index: 2;
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    font-size: 23px;
    line-height: 18px;
    color: #7d848e;
}
.catalog-3 .seo {
    margin-bottom: 70px;
}
.seo-table-price {
    margin-bottom: 15px;
}
@media (max-width: 1024px) {
    .seo-table-price {
        margin-top: 20px;
    }
}
.seo-table-price h2 {
    margin-bottom: 7px;
    color: #999;
    font: 700 22px/1.2 'Exo 2', sans-serif;
    text-align: left;
}
.seo-table-price table {
    width: 100% !important;
    color: #999;
    border: 1px solid #999;
    border-collapse: collapse;
}
.seo-table-price table td {
    padding: 5px;
    border: 1px solid #999;
    font: 400 14px/1.4 'PT sans', sans-serif;
    color: #999;
}
.faq-category {
    margin-bottom: 20px;
}
.faq-category h2 {
    margin-bottom: 7px;
    color: #999;
    font: 700 22px/1.2 'Exo 2', sans-serif;
    text-align: left;
}
.faq-category .accordion {
    background-color: #fff;
}
.faq-category .accordion.active .accordion-body {
    display: block;
}
.faq-category .accordion.active .arrow {
    transform: rotate(-135deg);
}
.faq-category .accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 16px;
    position: relative;
    line-height: 23px;
    cursor: pointer;
}
.faq-category .accordion .arrow {
    border-style: solid;
    border-color: #1a8aff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.faq-category .accordion .accordion-body {
    display: none;
    margin: 0;
    padding: 10px 20px;
}
.faq-category .accordion .accordion-body a {
    text-transform: initial;
    color: #1a8aff;
}
.flag-pl {
    background-image: url('https://filter.ua/catalog/view/assets/images/pol.svg');
}
.flag-ukr {
    background-image: url('https://filter.ua/catalog/view/assets/images/ukr.svg');
}
.flag-kr {
    background-image: url('https://filter.ua/catalog/view/assets/images/kor.svg');
}
.flag {
    width: 22px;
    border: #eee solid 1px;
    margin-right: 4px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    height: 16px;
}
.contact-2 .contact-2-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .contact-2 .contact-2-container {
        margin-bottom: 30px;
        flex-direction: column;
    }
}
.contact-2 .contact-2-container .right-side {
    flex: 45%;
    margin-left: 100px;
}
@media (max-width: 992px) {
    .contact-2 .contact-2-container .right-side {
        margin: 30px 0;
        padding: 0 10px;
    }
}
.contact-2 .contact-2-container .right-side .right-side-text {
    font-size: 16px;
}
.contact-2 .contact-2-container .mail-to-ceo {
    flex: 55%;
}
.contact-2 .contact-2-container .form {
    padding: 40px 28px 25px 28px;
    border: 2px solid #ececec;
    border-radius: 20px;
}
.contact-2 .contact-2-container .form button {
    margin: 25px auto 30px;
}
.contact-2 .contact-2-container .form .form-group {
    margin-bottom: 15px;
}
.contact-2 .contact-2-container .form .form-group input,
.contact-2 .contact-2-container .form .form-group textarea {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    height: 50px;
    width: 100%;
    font: 400 14px 'PT sans', sans-serif;
    outline: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.contact-2 .contact-2-container .form .form-group textarea {
    min-height: 140px;
    max-height: 300px;
    resize: vertical;
}
.contact-2 .contact-2-container .form .form-group .help-block {
    color: #ff2850;
    margin: 0 16px;
    font-family: 'PT sans', sans-serif;
    line-height: 1.2;
    display: none;
}
.contact-1 .section-1 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .contact-1 .section-1 {
        flex-direction: column;
    }
}
.contact-1 .section-1 .title {
    position: relative;
    margin-bottom: 40px;
    font: 400 20px 'Exo 2', sans-serif;
    color: #373b3f;
    text-transform: initial;
}
@media (max-width: 768px) {
    .contact-1 .section-1 .title {
        margin-bottom: 20px;
    }
}
.contact-1 .section-1 .title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 1px;
    width: 20px;
    background-color: #1b8aff;
}
@media (max-width: 768px) {
    .contact-1 .section-1 .title:before {
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.contact-1 .section-1 .left {
    flex-wrap: wrap;
    flex: 1;
    margin-right: 70px;
    padding: 25px 33px 30px 33px;
    max-width: 480px;
    border: 1px solid #1b8aff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 992px) {
    .contact-1 .section-1 .left {
        padding: 20px 20px 20px 20px;
        margin-bottom: 25px;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact-1 .section-1 .left {
        flex-direction: column;
        text-align: center;
        max-width: 400px;
        margin: 0 auto 25px auto;
    }
}
.contact-1 .section-1 .left .col:last-child li a {
    color: #1a8aff;
    text-transform: initial;
}
.contact-1 .section-1 .left li {
    margin-bottom: 8px;
}
.contact-1 .section-1 .left li a,
.contact-1 .section-1 .left li span {
    color: #7d848e;
    font: 400 16px 'PT sans', sans-serif;
}
.contact-1 .section-1 .left li span {
    margin-left: 15px;
}
.contact-1 .section-1 .left .big-number {
    margin-bottom: 30px;
}
.contact-1 .section-1 .left .big-number a {
    font: 500 24px 'Exo 2', sans-serif;
    color: #373b3f;
}
.contact-1 .section-1 .right {
    border: 1px solid #ff7337;
    border-radius: 15px;
    padding: 25px 33px 30px 33px;
    max-width: 250px;
}
@media (max-width: 768px) {
    .contact-1 .section-1 .right {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        max-width: 490px;
    }
}
.contact-1 .section-2 {
    padding: 60px 0;
    background-color: #ecf3f8;
}
@media (max-width: 992px) {
    .contact-1 .section-2 {
        padding-bottom: 110px;
    }
}
@media (max-width: 768px) {
    .contact-1 .section-2 {
        padding: 30px 0 210px;
    }
}
.contact-1 .section-2 h2 {
    margin-bottom: 45px;
}
@media (max-width: 992px) {
    .contact-1 .section-2 h2 {
        margin-bottom: 25px !important;
        padding: 0 25px;
    }
}
@media (max-width: 768px) {
    .contact-1 .section-2 h2 {
        text-align: center;
    }
}
.contact-1 .section-2 .location {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .contact-1 .section-2 .location {
        flex-direction: column;
    }
}
.contact-1 .section-2 .location .wrapper-tab,
.contact-1 .section-2 .location .tab-content {
    max-height: 355px;
}
.contact-1 .section-2 .location .tab-pane {
    display: none;
    opacity: 0;
    transition: 0.35s;
    width: 100%;
    min-height: 0;
    height: 355px;
    position: relative;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider {
    width: 100% !important;
    max-width: 666px;
    height: 100%;
}
@media (max-width: 992px) {
    .contact-1 .section-2 .location .tab-pane .show_room_slider {
        max-width: none;
    }
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-list {
    height: 100%;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-track {
    height: 100%;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-slide img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    top: 55%;
    margin-top: -30px;
    z-index: 2;
    padding: 16px;
    opacity: 0.8;
    transition: 0.35s;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-arrow:hover {
    opacity: 1;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-arrow:hover svg path {
    fill: #5189ff;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-arrow svg path {
    transition: 0.35s;
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-prev {
    left: 0;
    transform: translateX(20px);
}
.contact-1 .section-2 .location .tab-pane .show_room_slider .slick-next {
    right: 0;
    transform: translateX(-20px);
}
.contact-1 .section-2 .location .tab-pane img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact-1 .section-2 .location .tab-pane iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-1 .section-2 .location .tab-pane.active {
    display: block;
    opacity: 1;
}
.contact-1 .section-2 .location .info {
    flex: 38%;
}
@media (max-width: 992px) {
    .contact-1 .section-2 .location .info {
        flex: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact-1 .section-2 .location .info {
        flex-direction: column;
        text-align: center;
    }
}
.contact-1 .section-2 .location .info .item {
    display: inline-block;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #d3e2ec;
}
@media (max-width: 992px) {
    .contact-1 .section-2 .location .info .item {
        padding: 10px 25px 10px 25px;
        border-color: transparent;
    }
}
.contact-1 .section-2 .location .info .item:last-child {
    border-bottom: none;
}
.contact-1 .section-2 .location .info .item .text-1 {
    margin-bottom: 15px;
    font: 400 20px/30px 'Exo 2', sans-serif;
}
@media (max-width: 1200px) {
    .contact-1 .section-2 .location .info .item .text-1 {
        margin-bottom: 5px;
        font: 600 16px/24px 'Exo 2', sans-serif;
    }
}
.contact-1 .section-2 .location .map {
    flex: 58%;
    width: 100%;
}
.contact-1 .section-2 .location .map .tab-content {
    position: relative;
    width: 100%;
    border: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    z-index: 999;
}
.contact-1 .section-2 .location .map .nav-tabs {
    display: flex;
    position: relative;
    z-index: 999;
}
@media (max-width: 768px) {
    .contact-1 .section-2 .location .map .nav-tabs {
        flex-direction: column;
    }
}
.contact-1 .section-2 .location .map .nav-tabs li {
    position: relative;
    display: block;
    flex: 1;
    width: auto;
}
.contact-1 .section-2 .location .map .nav-tabs li.active a {
    border: 1px solid #1a8aff;
}
.contact-1 .section-2 .location .map .nav-tabs li.active a:after,
.contact-1 .section-2 .location .map .nav-tabs li.active a:before {
    display: block;
}
.contact-1 .section-2 .location .map .nav-tabs li.active a i {
    color: #1a8aff;
}
.contact-1 .section-2 .location .map .nav-tabs li.active a span {
    color: #1a8aff;
}
.contact-1 .section-2 .location .map .nav-tabs li a {
    display: block;
    padding: 20px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.contact-1 .section-2 .location .map .nav-tabs li a:before {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #1a8aff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
}
@media (max-width: 768px) {
    .contact-1 .section-2 .location .map .nav-tabs li a:before {
        display: none !important;
    }
}
.contact-1 .section-2 .location .map .nav-tabs li a:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #f4f5f6 transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
    margin-bottom: -2px;
}
@media (max-width: 768px) {
    .contact-1 .section-2 .location .map .nav-tabs li a:after {
        display: none !important;
    }
}
.contact-1 .section-2 .location .map .nav-tabs li a i {
    display: inline-block;
    margin: -3px 8px 0 0;
    font-size: 20px;
}
.contact-1 .section-2 .location .map .nav-tabs li a span {
    text-transform: uppercase;
}
.contact-1 .section-2 .location .map .nav-tabs li:first-child a {
    border-radius: 0 0 0 20px;
}
@media (max-width: 768px) {
    .contact-1 .section-2 .location .map .nav-tabs li:first-child a {
        border-radius: 0;
    }
}
.contact-1 .section-2 .location .map .nav-tabs li:last-child a {
    border-radius: 0 0 20px 0;
}
@media (max-width: 768px) {
    .contact-1 .section-2 .location .map .nav-tabs li:last-child a {
        border-radius: 0;
    }
}
.contact-1 .section-3 {
    padding: 55px 0 75px 0;
}
@media (max-width: 992px) {
    .contact-1 .section-3 .title {
        font-size: 23px;
    }
}
.contact-1 .section-3 .tab-cnt {
    width: 100%;
    height: 390px;
    border-radius: 25px;
    display: none;
}
.contact-1 .section-3 .tab-cnt.visible {
    display: block;
}
.contact-1 .section-3 .tab-cnt iframe {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.contact-1 .section-3 .tab-btns {
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.contact-1 .section-3 .tab-btns li {
    padding: 6px 10px;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.35s;
}
.contact-1 .section-3 .tab-btns li.active {
    border: 1px solid #5189ff;
    border-radius: 25px;
}
.contact-1 .section-3 .tab-btns li.active a {
    border-bottom: none;
}
.contact-1 .section-3 .tab-btns li a {
    text-transform: initial;
    color: #1a8aff;
    display: inline-block;
    padding-bottom: 1px;
    font: 400 16px/20px 'PT sans', sans-serif;
    border-bottom: 1px dotted #1a8aff;
}
.header-shop-cart {
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .header-shop-cart {
        min-height: 74px;
    }
}
.header-shop-cart .header-shop-cart-body {
    max-width: 1280px;
    padding: 0 12px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-shop-cart .logo {
    display: block;
    width: 251px;
    pointer-events: none;
}
@media (max-width: 992px) {
    .header-shop-cart .logo {
        position: relative;
        top: -6px;
        width: 145px;
    }
}
.header-shop-cart .logo img {
    display: block;
}
@media (max-width: 992px) {
    .header-shop-cart .logo img {
        max-width: 100%;
    }
}
.header-shop-cart .header_phone {
    position: relative;
    top: 7px;
    text-decoration: none;
}
@media (max-width: 992px) {
    .header-shop-cart .header_phone {
        top: 0;
    }
}
.header-shop-cart .header_phone__phone {
    margin-bottom: 6px;
    font: 300 28px/28px 'Exo 2', sans-serif;
    color: #3b3d41;
}
.header-shop-cart .header_phone {
    font: 300 28px/28px 'Exo 2', sans-serif;
    color: #3b3d41;
}
@media (max-width: 992px) {
    .header-shop-cart .header_phone__phone {
        font: 600 18px/18px 'Exo 2', sans-serif;
    }

    .header-shop-cart .header_phone {
        font: 600 18px/18px 'Exo 2', sans-serif;
    }
}
.header-shop-cart .header_phone__text {
    font: 400 14px/14px 'PT Sans', sans-serif;
    color: #afb3b7;
}
@media (max-width: 992px) {
    .header-shop-cart .header_phone__text {
        font: 400 12px/12px 'PT Sans', sans-serif;
    }
}
.shop-cart {
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
}
.shop-cart .preloader__wrap {
    position: fixed;
}
.shop-cart .checkout {
    font: 400 16px/16px 'PT Sans', sans-serif;
    color: #3b3d41;
    padding: 20px 12px 35px;
}
@media (max-width: 992px) {
    .shop-cart .checkout {
        padding: 30px 0 62px;
    }
}
.shop-cart .small_text {
    font: 400 12px/1.25 'PT Sans', sans-serif;
    color: #7D848E;
}
.shop-cart .title {
    position: relative;
    font: 300 28px/28px 'Exo 2', sans-serif;
    color: #3b3d41;
}
@media (max-width: 992px) {
    .shop-cart .title {
        font: 600 26px/26px 'Exo 2', sans-serif;
    }
}
.shop-cart .hasErrorText {
    color: #ff0000;
    font-size: 14px;
    margin-top: 3px;
}
.shop-cart .shop-cart-container {
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1280px;
}
.shop-cart .shop-cart-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 992px) {
    .shop-cart .shop-cart-wrapper {
        flex-direction: column;
    }
}
.shop-cart__title {
    font: 700 29px / 1.2 'Exo 2', sans-serif;
    color: #3b3d41;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .shop-cart__title {
        font-size: 20px;
    }
}
.shop-cart .shop-cart-container .cart_side {
    flex: 1;
    max-width: 506px;
}
@media (max-width: 992px) {
    .shop-cart .shop-cart-container .cart_side {
        position: relative;
        max-width: 100%;
        z-index: 1;
        background: #fff;
        padding-top: 30px;
    }
}
.shop-cart .shop-cart-container .data_side {
    flex: 1;
}
@media (max-width: 992px) {
    .shop-cart .cart_side__inner .cart_products_list {
        margin-left: -22px;
        margin-right: -22px;
    }
}
.shop-cart .cart_side__inner .confirm_section {
    display: none;
}
.shop-cart .cart_side__inner .button.btn-1 {
    text-transform: initial;
}
@media (max-width: 992px) {
    .shop-cart .cart_side__inner .confirm_section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 19px;
        border: 1px solid rgba(65, 136, 248, 0.20);
        border-radius: 23px;
    }

    .shop-cart .cart_side__inner .confirm_section .checkbox_input .checkbox_input__icon {
        width: 20px;
        height: 20px;
    }

    .shop-cart .cart_side__inner .confirm_section .checkbox_input .checkbox_input__text {
        font: 400 14px / 1.4 'PT Sans', sans-serif;
    }
}
.shop-cart .cart_side__inner .cart_product_item {
    position: relative;
    border-radius: 20px;
    display: flex;
    padding: 30px;
    width: 100%;
    min-height: 170px;
    background: #e8f0f7;
    border-bottom: 1px solid #fff;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__close {
    top: 18px;
    right: 18px;
    border: none;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    width: 15px;
    height: 15px;
    outline: 0;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__close:before,
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__close:after,
#remove_coupon:before,
#remove_coupon:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #7d848e;
    transform: rotate(45deg);
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__close:after,
#remove_coupon:after {
    transform: rotate(-45deg);
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__image {
    margin-right: 30px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    pointer-events: none;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__image img {
    display: block;
    max-width: 100%;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__name {
    max-width: 230px;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__name a {
    font: 400 16px/1.1em 'PT Sans', sans-serif;
    text-decoration: none;
    color: #3b3d41;
    pointer-events: none;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__code {
    margin-top: 8px;
    font: 400 14px/14px 'PT Sans', sans-serif;
    color: #7e838c;
}
.shop-cart .cart_side__inner .cart_product_item .cart_product_item__count_price {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
}
.shop-cart .cart_side__inner .cart_product_item .increment {
    display: flex;
    align-items: center;
    margin-right: auto;
}
.shop-cart .cart_side__inner .cart_product_item .increment .increment__minus {
    width: 20px;
    height: 20px;
    background: url('https://filter.ua/catalog/view/assets/images/minus.svg') center center no-repeat;
    cursor: pointer;
}
.shop-cart .cart_side__inner .cart_product_item .increment .increment__input {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    font: 400 16px/20px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-align: center;
    border: 1px solid #7e838c;
    border-radius: 5px;
    background-color: transparent;
}
.shop-cart .cart_side__inner .cart_product_item .increment .increment__plus {
    width: 20px;
    height: 20px;
    background: url('https://filter.ua/catalog/view/assets/images/plus.svg') center center no-repeat;
    cursor: pointer;
}
.shop-cart .cart_side__inner .price__current,
.shop-cart .cart_side__inner .price__current span {
    font: 600 24px/24px 'Exo 2', sans-serif;
    color: #3b3d41;
    position: relative;
}

.shop-cart .cart_side__inner .price__current span.item-v4-price-old {
    position: absolute;
    top: -15px;
    font: 600 16px/16px 'Exo 2', sans-serif;
    color: #ff5b1a;
    text-decoration: line-through;
    left: 0;
}

@media (max-width: 768px) {
    .shop-cart .cart_side__inner .price__current span.item-v4-price-old {
        top: 8px;
        left: -8px;
        transform: translateX(-100%);
    }
}

.shop-cart .cart_side__inner .price__current span.item-v4-price-old .currency {
    display: none;
}

.shop-cart .cart_side__inner .price__current .price__sign {
    display: inline-block;
    font: 400 16px/16px 'PT Sans', sans-serif;
}
.shop-cart .cart_side__inner .calculate {
    padding: 25px 0 40px;
}
.form_element.calculate__promocode {
    display: flex;
    gap: 10px;
}
.order-sidebar-promo-btn {
    border-radius: 6px;
    padding: 9px 25px;
    background-color: #7D848E;
    font: 500 13px / 18px 'Exo 2', sans-serif;
    color: #FFF;
    transition: all 0.3s linear;
}
.order-sidebar-promo-btn:hover {
    background-color: #000;
}
.shop-cart .cart_side__inner .calculate .calculate__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-right: 30px;
}
.shop-cart .cart_side__inner .calculate .calculate__row .price {
    text-align: right;
}
.shop-cart .cart_side__inner .calculate .calculate__row .total {
    font: 600 24px/24px 'Exo 2', sans-serif;
    color: #3b3d41;
}
.shop-cart .cart_side__inner .calculate .calculate__row .calculate__promocode {
    position: relative;
    max-width: 140px;
}
.total-block-new {
    margin-top: 50px;
}
@media (max-width: 992px) {
    .total-block-new {
        margin-top: 40px;
    }
}
.title.total-block-new__title {
    font: 600 28px / 28px 'Exo 2', sans-serif;
    color: #3b3d41;
    margin-bottom: 15px;
}
.total-block-new__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.total-block-new__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.total-block-new__label span {
    margin-left: 5px;
    color: #7D848E;
}
.total-block-new__text {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
    flex: none;
    max-width: 50%;
}
.total-block-new__delivery-label {
    border-radius: 30px;
    background: rgba(139, 213, 46, 0.20);
    color: #3B3D41;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 5px;
}
.total-block-new__delivery-label.blue {
    color: #3B3D41;
    background: rgba(65, 136, 248, 0.20);
}
.total-block-new__summary .price__current,
.total-block-new__summary .price__current .currency {
    font: 600 24px / 24px 'Exo 2', sans-serif !important;
    color: #3b3d41 !important;
}
.total-block-new__summary .delivery__row {
    display: none;
}
.shop-cart .cart_side__inner .add_more {
    margin-top: 51px;
    margin-bottom: 50px;
}
.shop-cart .cart_side__inner .add_more__slide_inner {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    min-height: 334px;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__item_image {
    align-self: center;
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__item_image img {
    display: block;
    max-width: 100%;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__item_name {
    margin-bottom: 15px;
    font: 400 14px/1.1 'PT Sans', sans-serif;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__item_code {
    font: 400 14px/14px 'PT Sans', sans-serif;
    color: #7e838c;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__count_price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 15px;
}

.shop-cart .cart_side__inner .add_more__slide_inner .add_more__count_price .info_icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background: url('https://filter.ua/catalog/view/assets/images/info_icon.svg') center center/14px no-repeat;
    cursor: pointer;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__count_price .info_icon__tooltip {
    position: absolute;
    display: none;
    align-items: center;
    padding: 4px;
    bottom: 23px;
    left: -20px;
    width: 130px;
    min-height: 42px;
    background: #1b8aff;
    border-radius: 5px;
    font: 400 12px/12px 'PT Sans', sans-serif;
    color: #fff;
    text-align: center;
}
.shop-cart .cart_side__inner .add_more__slide_inner .add_more__count_price .info_icon__tooltip.v2 {
    padding: 10px 15px;
    width: 200px;
}
.shop-cart .cart_side__inner .add_more__slide_inner .button--add {
    height: 35px;
    border: 1px solid #1b8aff;
    border-radius: 20px;
    background: #fff;
    min-width: 0;
    padding: 0 12px;
    font: 300 13px/13px 'Exo 2', sans-serif;
    color: #1b8aff;
    align-self: center;
}
.shop-cart .data_side__inner {
    position: relative;
    border-radius: 23px;
    border: 1px solid rgba(65, 136, 248, 0.20);
}
.shop-cart .data_side__inner .data_side__section {
    padding: 29px;
    border-bottom: 1px solid rgba(65, 136, 248, 0.20);
}
.shop-cart .data_side__inner .confirm_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 29px;
}
.shop-cart .data_side__inner .confirm_section .button.btn-1{
    text-transform: initial;
}
.shop-cart .confirm_section__comment {
    width: 100%;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .data_side__section {
        padding: 19px;
        border-bottom: none;
    }
}
.data_side__title {
    font: 600 18px / 1.2 'Exo 2', sans-serif;
    color: #3b3d41;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.data_side__title-count {
    font: 600 18px / 1.2 'Exo 2', sans-serif;
    color: #3b3d41;
    border-radius: 28px;
    background: rgba(65, 136, 248, 0.20);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
@media (max-width: 992px) {
    .data_side__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .data_side__title-count {
        font-size: 16px;
        width: 25px;
        height: 25px;
    }
}
.order-form.wrapper_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 30px;
}
@media (max-width: 992px) {
    .order-form.wrapper_form {
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .order-form.wrapper_form {
        grid-template-columns: repeat(1, 1fr);
    }
}
.shop-cart  .form_element__label {
    margin-left: 0;
    margin-bottom: 6px;
    line-height: 1.2;
    color: #3B3D41;
}
.shop-cart .custom-input-title {
    display: block;
    font: 400 14px / 14px 'PT Sans', sans-serif;
    margin-bottom: 6px;
    line-height: 1.2;
    color: #3B3D41;
}
.shop-cart .form_element__input {
    height: 36px;
    font: 400 14px / 36px 'PT Sans', sans-serif;
}
.confirm_section__comment-field {
    margin-top: 15px;
}
.shop-cart .form_element__textarea {
    height: 76px !important;
    resize: none;
    outline: none;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_1,
    .shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_2 {
        margin-bottom: 10px;
        flex-direction: column;
    }
}
.shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_1 > * {
    margin-right: 25px;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_1 > * {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_1 > *:last-child {
    margin-right: 0;
}
.shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_2 > * {
    flex: 0.33333333333;
    margin-right: 25px;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_2 > * {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.shop-cart .data_side__inner .data_side__section .data_side__section_row--contacts_2 > *:nth-child(2) {
    flex: 0.52;
}
.shop-cart .data_side__inner .data_side__section .data_side__section_row--delivery_1 > *:nth-child(1) {
    width: auto;
}
.shop-cart .data_side__inner .data_side__section .controls_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.shop-cart .data_side__inner .data_side__section .controls_group .radio_button--mb10 {
    margin-bottom: 10px;
}
.shop-cart .data_side__inner .data_side__section .controls_group .radio_button [type='radio']:checked ~ .radio_button__icon {
    border: 7px solid #1b8aff;
    background: #fff;
}
.shop-cart .data_side__inner .data_side__section .controls_group .radio_button {
    display: flex;
    align-items: center;
}
.shop-cart .data_side__inner .data_side__section .controls_group .radio_button [type='radio'] {
    display: none;
}
.shop-cart .data_side__inner .data_side__section .controls_group .radio_button__icon {
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    flex: none;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(65, 136, 248, 0.20);
    cursor: pointer;
}
.checkout__shipping-choose-city {
    margin-bottom: 20px;
}
.checkout__shipping-label-title {
    margin-bottom: 15px;
}
.checkout__shipping-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.checkout__payment-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.checkout__shipping-item-select {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.checkout__shipping-item-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
@media (max-width: 992px) {
    .checkout__shipping-item-inputs {
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .checkout__shipping-item-inputs {
        grid-template-columns: repeat(1, 1fr);
    }
}
.shop-cart  .checkout__shipping-item .custom-input-title {
    display: none;
}
.checkout__shipping-item-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.checkout__shipping-item-info-label {
    font: 400 12px / 1.25 'PT sans', sans-serif;
    color: #7D848E;
    margin-bottom: 5px;
}
.checkout__shipping-item-info-text p {
    margin-bottom: 0;
}
.checkout__shipping-item-info-text p:not(:last-of-type) {
    margin-bottom: 5px;
}
.checkout__radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkout__radio [type='radio'] {
    display: none;
}
.checkout__radio-icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    flex: none;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(65, 136, 248, 0.20);
    cursor: pointer;
}
.checkout__radio [type='radio']:checked ~ .checkout__radio-icon {
    border-color: #1b8aff;
    background: #fff;
    position: relative;
}
.checkout__radio [type='radio']:checked ~ .checkout__radio-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #1b8aff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.checkout__radio-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkout__radio-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.checkout__radio-title {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
}
.checkout__radio-description {
    font: 400 12px / 1.25 'PT sans', sans-serif;
    color: #7D848E;
}
.checkout__radio-type {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-left: 60px;
}
.checkout__radio-type-content {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}
@media (max-width: 992px) {
    .checkout__radio-type {
        align-items: flex-start;
    }
    .checkout__radio-type-content {
        flex-direction: column;
    }
}
.checkout__radio-type-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.checkout__radio-type-title {
    font: 400 14px / 1.4 'PT sans', sans-serif;
    color: #3B3D41;
}
.checkout__radio-type-description {
    font: 400 13px / 1.4 'PT sans', sans-serif;
    color: #7D848E;
}
.checkout__radio-type-price {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
}
.checkout__radio-type-change {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 60px;
}
.modal-credit__radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal-credit__radio [type='radio'] {
    display: none;
}
.modal-credit__radio-icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    flex: none;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(65, 136, 248, 0.20);
    cursor: pointer;
}
.modal-credit__radio [type='radio']:checked ~ .modal-credit__radio-icon {
    border-color: #1b8aff;
    background: #fff;
    position: relative;
}
.modal-credit__radio [type='radio']:checked ~ .modal-credit__radio-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #1b8aff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.modal-credit__radio-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-credit__radio-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.modal-credit__radio-text {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
}
.checkout-dashed-link {
    font: 500 13px / 1.38 'Exo 2', sans-serif;
    color: #4188F8;
    border-bottom: 1px dashed #4188F8;
    transition: all 0.3s linear;
}
.checkout-dashed-link:hover {
    color: #4876de;
    border-color: #4876de;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .data_side__section .controls_group .radio_button__icon {
        width: 25px;
        height: 25px;
    }
}
.shop-cart .data_side__inner .data_side__section .controls_group .radio_button__text {
    flex: 1;
    display: inline-block;
    font: 400 14px/14px 'PT Sans', sans-serif;
    cursor: pointer;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .data_side__section .controls_group .radio_button__text {
        font: 400 16px/16px 'PT Sans', sans-serif;
    }
}
.shop-cart .data_side__inner .data_side__section .data_side__section_row {
    display: flex;
    margin-bottom: 20px;
    font-size: 0;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .confirm_section {
        display: none;
    }
}
.checkbox_input [type='checkbox'] {
    display: none;
}
.checkbox_input [type='checkbox']:checked ~ .checkbox_input__icon {
    background: #1b8aff url('https://filter.ua/catalog/view/assets/images/check_icon.svg') center center no-repeat;
}
.checkbox_input {
    display: flex;
    align-items: center;
}
.checkbox_input .checkbox_input__icon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #e3e5e7;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .checkbox_input .checkbox_input__icon {
        width: 25px;
        height: 25px;
    }
}
.checkbox_input .checkbox_input__text {
    flex: 1;
    display: inline-block;
    font: 400 14px/14px 'PT Sans', sans-serif;
    cursor: pointer;
}
@media (max-width: 992px) {
    .checkbox_input .checkbox_input__text {
        font: 400 16px/16px 'PT Sans', sans-serif;
    }
}
.controls_group--mb30 {
    margin-bottom: 30px;
}
.small_text--mb40 {
    margin-bottom: 40px;
}
.title--mb20 {
    margin-bottom: 20px;
}
.title--mb35 {
    margin-bottom: 35px;
}
.form_element {
    width: 100%;
}
.form_element__input {
    padding: 0 15px;
    height: 35px;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font: 400 16px/35px 'PT Sans', sans-serif;
    color: #3b3d41;
    outline-color: #1b8aff;
}
@media (max-width: 992px) {
    .form_element__input {
        height: 40px;
        font: 400 18px/40px 'PT Sans', sans-serif;
    }
}
.form_element__input.hasError {
    border: 1px solid #ff0000;
}
.form_element__label {
    display: block;
    margin-left: 2px;
    margin-bottom: 5px;
    font: 400 14px/14px 'PT Sans', sans-serif;
    color: #7e838c;
}
.certificate h2 {
    font: 700 22px/1.2 'Exo 2', sans-serif;
    margin: 0 0 18px 0;
    text-align: left;
}
@media (max-width: 992px) {
    .certificate h2 {
        font: 700 19px/1.2 'Exo 2', sans-serif;
    }
}
.certificate p {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
}
.certificate .all_certificates {
    margin-top: 40px;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, auto);
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .certificate .all_certificates {
        margin-left: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .certificate .all_certificates {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.certificate .all_certificates img {
    border: 1px solid #e9eaec;
    border-radius: 25px;
    max-width: 230px;
    height: 325px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 530px) {
    .certificate .all_certificates img {
        max-width: 320px;
        height: auto;
    }
}
@media (max-width: 992px) {
    .compare .page-title {
        text-align: left;
    }
}
.compare .comparison-table {
    display: flex;
    margin-top: 15px;
    margin-bottom: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    border-bottom-color: transparent;
}
@media (max-width: 768px) {
    .compare .comparison-table {
        border-radius: 0;
    }
}
@media (max-width: 530px) {
    .compare .comparison-table {
        margin: 15px -10px 30px -10px;
        flex-direction: column;
    }
}
.compare .comparison-table .product-slide-info {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.compare .comparison-table .inner {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .compare .comparison-table .inner img {
        height: 172px;
    }
}
.compare .comparison-table .product {
    max-width: none;
    width: 100%;
    min-height: 0;
    border: 0;
    height: 389px;
    max-height: 390px;
    border-radius: 0 !important;
    border: none !important;
}
@media (max-width: 768px) {
    .compare .comparison-table .product {
        height: 330px;
    }
}
@media (max-width: 530px) {
    .compare .comparison-table .product {
        width: 200px;
    }
}
.compare .comparison-table .product .country {
    font: 400 14px/1.4 'PT sans', sans-serif;
    color: #7d848e;
    margin-top: 4px;
}
.compare .comparison-table .product .price {
    display: inline-block;
}
.compare .comparison-table .product .price span {
    font: 500 20px/1.4 'Exo 2', sans-serif !important;
}
@media (max-width: 768px) {
    .compare .comparison-table .product .old-price {
        display: none;
    }
}
.compare .comparison-table .product .btn-1 {
    display: inline-block;
    padding: 8px;
}
.compare .comparison-table .fixed-side {
    min-width: 300px;
}
@media (max-width: 768px) {
    .compare .comparison-table .fixed-side {
        min-width: 250px;
    }
}

.compare .comparison-table .add-product {
    border-radius: 30px 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 -1px;
    min-height: 389px;
    border: 1px solid #1b8aff;
    transform: translateY(-1px);
    height: 389px;
}
@media (max-width: 768px) {
    .compare .comparison-table .add-product {
        border-radius: 0;
        min-height: 330px;
        height: 330px;
    }
}

.compare .comparison-table .add-product a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.compare .comparison-table .add-product .inside {
    text-align: center;
}
.compare .comparison-table .add-product .image {
    margin-bottom: 25px;
}

@media (max-width: 530px) {
    .compare .comparison-table .add-product {
        min-height: auto;
        height: fit-content;
    }

    .compare .comparison-table .add-product .inside {
        padding: 10px 0;
    }

    .compare .comparison-table .add-product a {
        flex-direction: row;
        gap: 20px;
    }
    .compare .comparison-table .add-product .image {
        margin-bottom: 0;
    }
}

.compare .comparison-table .add-product .text {
    font: 600 13px/18px 'Exo 2', sans-serif;
    color: #1b8aff;
    text-transform: uppercase;
}
.compare .comparison-table .characteristics {
    padding: 40px 0 40px 35px;
    min-height: 100px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
    .compare .comparison-table .characteristics {
        padding: 20px 0 20px 15px;
    }
}

@media (max-width: 530px) {
    .compare .comparison-table .characteristics {
        display: none;
    }
}
.compare .comparison-table .characteristics .title {
    margin-bottom: 10px;
    font: 400 24px/24px 'Exo 2', sans-serif;
    color: #373b3f;
}
.compare .comparison-table .characteristics .show_diff {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: initial;
    font: 400 16px/20px 'PT sans', sans-serif;
    color: #1b8aff;
    border-bottom: 1px dotted #1b8aff;
}
.compare .comparison-table .empty {
    height: 389px;
    min-height: 369px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 30px;
}
@media (max-width: 768px) {
    .compare .comparison-table .empty {
        height: 330px;
        min-height: 330px;
        border-radius: 0;
    }
}

@media (max-width: 530px) {
    .compare .comparison-table .empty {
        display: none;
    }
}

.compare .comparison-table.none .compare-slider {
    display: none;
}
.compare .comparison-table.none .characteristics ul {
    display: none;
}
.compare ul li {
    font: 400 14px/32px 'PT sans', sans-serif;
    color: #7e838c;
}
.compare .slider-side {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 30px 0;
}
@media (max-width: 768px) {
    .compare .slider-side {
        border-radius: 0;
    }
}
.compare .compare-slider {
    position: relative;
    width: 100%;
}
@media (max-width: 530px) {
    .compare .compare-slider {
        display: none;
    }
}
.compare .compare-slider .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 160px;
    z-index: 10;
    padding: 16px;
}
@media (max-width: 768px) {
    .compare .compare-slider .slick-arrow {
        display: none;
    }
}
@media (max-width: 768px) {
    .compare .compare-slider .slick-arrow svg {
        display: none;
    }
}
.compare .compare-slider .slick-arrow svg path {
    transition: 0.35s;
}
.compare .compare-slider .slick-arrow:hover svg path {
    fill: #5189ff;
}
.compare .compare-slider .slick-prev {
    left: 0;
    transform: rotate(-45deg);
}
.compare .compare-slider .slick-prev svg {
    transform: rotate(45deg);
}
.compare .compare-slider .slick-next {
    transform: rotate(45deg);
    right: 0;
}
.compare .compare-slider .slick-next svg {
    transform: rotate(-45deg);
}
.compare .compare-slider .compare-slide {
    max-width: 270px;
    width: 270px;
    outline: none;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
@media (max-width: 768px) {
    .compare .compare-slider .compare-slide {
        max-width: 200px;
        width: 200px;
    }
}
.compare .compare-slider .compare-slide .compare-slide-close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
}
.compare .compare-slider .compare-slide .product-slide-characteristics {
    padding: 104px 0 40px 18px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
    .compare .compare-slider .compare-slide .product-slide-characteristics {
        padding: 84px 0 20px 18px;
    }
}
.compare-mobile-slider {
    display: none;
    flex-direction: column;
    padding-bottom: 50px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@media (max-width: 530px) {
    .compare-mobile-slider {
        display: flex;
    }
}
.compare-mobile-slider ::-webkit-scrollbar {
    display: none;
}
.slider-cards {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.slider-cards::-webkit-scrollbar {
    display: none;
}
.table-title {
    text-align: center;
    font-family: 'Exo 2';
    font-weight: 600;
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f3f3f3;
    padding: 10px 0;
    width: 100vw;
}
.data-items {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.data-items li {
    min-width: 200px;
    padding: 5px 0;
    width: 200px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.data-items::-webkit-scrollbar {
    display: none;
}
.show-room .details_content .item {
    margin-bottom: 16px;
}
.reviews-page .slider-clients {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .reviews-page .slider-clients {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .reviews-page .text-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.reviews-page .reviews-list {
    padding-bottom: 70px;
}
.reviews-page .reviews-list .reviews-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .reviews-page .reviews-list .reviews-block {
        flex-direction: column;
    }
}
.reviews-page .reviews-list .reviews-block .left,
.reviews-page .reviews-list .reviews-block .right {
    flex: 1 1 50%;
}
.reviews-page .reviews-list .reviews-block .left {
    margin-right: 25px;
}
@media (max-width: 992px) {
    .reviews-page .reviews-list .reviews-block .left {
        margin-right: 0;
    }
}
.reviews-page .reviews-list .item-wrap {
    border: 1px solid #e9eaec !important;
    margin-bottom: 25px;
    padding: 35px 30px;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .reviews-page .reviews-list .item-wrap {
        padding: 15px 10px;
    }
}
.reviews-page .reviews-list .item-wrap .name {
    float: left;
    text-transform: uppercase;
    font-family: 'Exo 2';
}
.reviews-page .reviews-list .item-wrap .date {
    float: right;
    font-size: 13px;
    color: #7d848e;
}
.reviews-page .reviews-list .item-wrap .content {
    margin-top: 12px;
    line-height: 1.3;
}
.reviews-page .reviews-list .add-review-btn-wrap {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .reviews-page .reviews-list .add-review-btn-wrap {
        margin-top: 20px;
    }
}
.reviews-page .reviews-list .reviews-add-form {
    display: none;
    margin-top: 60px;
}
.reviews-page .reviews-list .reviews-add-form.send {
    display: block;
}
.reviews-page .reviews-list .reviews-add-form.success .add-reviewsshop-success {
    display: flex !important;
}
.reviews-page .reviews-list .reviews-add-form .btn-close {
    top: 15px;
    right: 15px;
    z-index: 3;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
}
.reviews-page .reviews-list .reviews-add-form .btn-close:before,
.reviews-page .reviews-list .reviews-add-form .btn-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #7d848e;
    transform: rotate(45deg);
}
.reviews-page .reviews-list .reviews-add-form .btn-close:after {
    transform: rotate(-45deg);
}
.reviews-page .reviews-list .reviews-add-form .inner {
    margin: 0 auto;
    max-width: 840px;
    padding: 30px 35px 20px 35px;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    position: relative;
}
.reviews-page .reviews-list .reviews-add-form .inner .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .reviews-page .reviews-list .reviews-add-form .inner .fields {
        flex-wrap: nowrap;
        flex-direction: column;
    }
}
.reviews-page .reviews-list .reviews-add-form .inner .block-sub-title {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    font: 400 20px/1.2 'Exo 2', sans-serif;
    color: #373b3f;
}
.reviews-page .reviews-list .reviews-add-form .inner .top-rating {
    flex: 1 1 100%;
    margin-bottom: 0;
}
.reviews-page .reviews-list .reviews-add-form .inner textarea.form-control {
    height: 180px;
}
.reviews-page .reviews-list .reviews-add-form .inner .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    font-family: 'Exo 2';
    margin-bottom: 15px;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.reviews-page .reviews-list .reviews-add-form .inner .form-control::placeholder {
    color: #555;
}
.reviews-page .reviews-list .reviews-add-form .inner .left,
.reviews-page .reviews-list .reviews-add-form .inner .right {
    flex: 1 1 35%;
    max-width: 48%;
}
@media (max-width: 768px) {
    .reviews-page .reviews-list .reviews-add-form .inner .left,
    .reviews-page .reviews-list .reviews-add-form .inner .right {
        max-width: 100%;
        flex: 1 1 100%;
    }
}
.reviews-page .reviews-list .reviews-add-form .inner .recaptcha,
.reviews-page .reviews-list .reviews-add-form .inner .button-submit {
    flex: 1 1 50%;
    text-align: center;
    max-width: 48%;
}
.reviews-page .reviews-list .reviews-add-form .inner .recaptcha .btn-1,
.reviews-page .reviews-list .reviews-add-form .inner .button-submit .btn-1 {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .reviews-page .reviews-list .reviews-add-form .inner .recaptcha,
    .reviews-page .reviews-list .reviews-add-form .inner .button-submit {
        max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
    }
    .reviews-page .reviews-list .reviews-add-form .inner .recaptcha .g-recaptcha,
    .reviews-page .reviews-list .reviews-add-form .inner .button-submit .g-recaptcha {
        display: inline-block;
    }
}
.reviews-page .reviews-list .reviews-add-form .inner .add-reviewsshop-success {
    display: none;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reviews-page .reviews-list .reviews-add-form .inner .add-reviewsshop-success .image {
    margin: 50px 0 0 0;
}
.reviews-page .reviews-list .reviews-add-form .inner .add-reviewsshop-success .title {
    font-size: 20px;
    margin-bottom: 31px;
    text-transform: none;
}
.search .product {
    margin: 0 0 24px 20px !important;
}
@media (max-width: 992px) {
    .search .product {
        margin: 0 0 20px 10px !important;
    }
}
@media (max-width: 530px) {
    .search .product {
        margin: 0 0 10px 0px !important;
    }
}
@media (max-width: 1200px) {
    .search .request-call {
        display: none;
    }
}
.search .search_page_form {
    margin-left: 0;
    margin-bottom: 40px;
    max-width: 1061px;
}
.search .search_page_form form {
    display: flex;
    height: 53px;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    overflow: hidden;
}
.search .search_page_form form input {
    flex: 1;
    padding: 0 25px;
    border: none;
    border-radius: 22px;
    outline: 0;
    font-family: 'PT Sans';
    font-style: italic;
}
.search .search_page_form form .icon-search {
    position: relative;
    width: 15px;
    height: 15px;
    background: url('https://filter.ua/catalog/view/assets/images/search.svg') 0 0 no-repeat;
    transition: all 0.3s linear;
}
.search .search_page_form form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    border: none;
    background: #ecf4f8;
    transition: all 0.3s;
}
.search .search_page_form form button span {
    text-transform: uppercase;
    margin-left: 10px;
}
.search .catalog-grid-wrap {
    padding-bottom: 70px;
}
@media (max-width: 768px) {
    .search .catalog-grid-wrap {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .search .seo-table-price {
        margin-top: 30px;
    }
}
.product-cart .wrapper-title {
    margin-top: 0;
}
@media (max-width: 768px) {
    .product-cart .wrapper-title {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.product-cart .wrapper-title .sku {
    background: #eff0f1;
    float: right;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    margin: 3px 0;
}
@media (max-width: 768px) {
    .product-cart .wrapper-title .sku {
        display: inline;
    }
}
.product-cart .wrapper-title h1 {
    /*padding-right: 120px;*/
    margin: 20px 0 25px;
    font-weight: 400;
    text-align: left;
}
@media (max-width: 768px) {
    .product-cart .wrapper-title h1 {
        margin-bottom: 10px;
    }
}
.product-cart .about-product {
    display: flex;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .product-cart .about-product {
        flex-direction: column;
    }
}
.product-cart .about-product .left-side {
    position: relative;
    width: 43.9%;
    margin-right: 30px;
}
@media (max-width: 1200px) {
    .product-cart .about-product .left-side {
        width: 35.9%;
    }
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        max-height: 536px;
        margin-bottom: 30px;
        margin-right: 0;
    }
}
.product-cart .about-product .left-side .label-product {
    left: 30px;
    z-index: 3;
    top: 15px;
    position: absolute;
    background: #ff5b1a;
    padding: 5px 8px;
    color: #ffffff;
    border-radius: 8px;
    font: 700 16px/1.2 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.product-cart .about-product .left-side .product-img-slider-nav {
    width: 100%;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider-nav {
        flex: 1 1 14%;
        width: 14%;
        margin-top: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 530px) {
    .product-cart .about-product .left-side .product-img-slider-nav {
        display: none;
    }
}
.product-cart .about-product .left-side .product-img-slider-nav .slick-current:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1a8aff;
    height: 2px;
    width: 100%;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider-nav .slick-current:before {
        top: auto;
        bottom: 0;
    }
}
.product-cart .about-product .left-side .product-img-slider-nav .slick-slide {
    width: 97px;
    border-right: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider-nav .slick-slide {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
}
.product-cart .about-product .left-side .product-img-slider-nav .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-cart .about-product .left-side .product-img-slider-nav .slick-slide:first-child {
    border-left: 1px solid #e5e5e5;
}
.product-cart .about-product .left-side .product-img-slider-nav .slick-list {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0 0 30px 30px;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider-nav .slick-list {
        margin-top: 0;
        height: 100% !important;
        border: 1px solid #e5e5e5;
        border-radius: 30px;
        overflow: scroll;
    }
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider-nav .slick-track {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
}
.product-cart .about-product .left-side .product-img-slider {
    width: 100%;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider {
        flex: 1 1 84%;
        width: 84%;
        margin-top: 10px;
    }
}
@media (max-width: 530px) {
    .product-cart .about-product .left-side .product-img-slider {
        width: 100%;
        flex: auto;
    }
}
.product-cart .about-product .left-side .product-img-slider .slick-list {
    border: 1px solid #e5e5e5;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    width: 100%;
}
.product-cart .about-product .left-side .product-img-slider .product-img-item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider .product-img-item img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
}
.product-cart .about-product .left-side .product-img-slider .slick-arrow {
    outline: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding: 16px;
    opacity: 0.8;
}
@media (max-width: 992px) {
    .product-cart .about-product .left-side .product-img-slider .slick-arrow {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}
.product-cart .about-product .left-side .product-img-slider .slick-arrow svg {
    text-align: center;
}
.product-cart .about-product .left-side .product-img-slider .slick-arrow svg path {
    transition: 0.35s;
}
.product-cart .about-product .left-side .product-img-slider .slick-arrow:hover {
    opacity: 1;
}
.product-cart .about-product .left-side .product-img-slider .slick-arrow:hover svg path {
    fill: #5189ff;
}
.product-cart .about-product .left-side .product-img-slider .slick-prev {
    left: 0;
    transform: translateX(10px);
}
.product-cart .about-product .left-side .product-img-slider .slick-next {
    right: 0;
    transform: translateX(-10px);
}
.product-cart .about-product .right-side .col {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .col {
        justify-content: center;
        width: 100%;
    }
}
.product-cart .about-product .right-side .col .wrapper-gift {
    position: relative;
    border-left: 2px solid #e3e5e7;
    padding-left: 10px;
    padding-top: 0;
    margin-bottom: 25px;
}
.product-cart .about-product .right-side .col .wrapper-gift .title {
    font-size: 16px;
    line-height: 1;
    text-transform: initial;
    color: #1a8aff;
}
.product-cart .about-product .right-side .col .wrapper-gift .clock-title {
    font-size: 13px;
    text-transform: none;
    color: #ff7337;
    margin-top: 4px;
    margin-bottom: 5px;
}
.product-cart .about-product .right-side .col .block-buy-wrap {
    flex: 56%;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .col .block-buy-wrap {
        flex: auto;
    }
}
.product-cart .about-product .right-side .col .block-buy-wrap.no-rating {
    padding-bottom: 60px;
}
.product-cart .about-product .right-side .col .block-buy-wrap.no-rating .wrapper-rating {
    display: none;
}
.product-cart .about-product .right-side .col .block-buy {
    background: #e8f0f7;
    border: 1px solid #e5e5e5;
    border-radius: 27px;
    padding: 20px 20px 50px;
    text-align: center;
    width: 100%;
    max-width: 330px;
    min-width: 330px;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .col .block-buy {
        margin: 0 auto;
    }
}
@media (max-width: 530px) {
    .product-cart .about-product .right-side .col .block-buy {
        max-width: none;
        min-width: auto;
    }
}
.product-cart .about-product .right-side .col .block-buy.discontinued {
    padding: 20px;
}
.product-cart .about-product .right-side .col .block-buy .stock {
    font-size: 13px;
    padding-left: 24px;
    padding-top: 0;
    position: relative;
    height: auto;
    margin-top: -5px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    color: #4c9b6a;
    float: right;
}

.product-cart .about-product .right-side .col .block-buy .stock:after {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 0;
    width: 4px;
    height: 9px;
    border: solid #4c9b6a;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    transition: all 0.3s linear;
    box-sizing: content-box;
}

.product-cart .about-product .right-side .col .block-buy .stock.to-order {
    color: #ff7337;
}

.product-cart .about-product .right-side .col .block-buy .stock.to-order:after {
    border-color: #ff7337;
}

.product-cart .about-product .right-side .col .block-buy .stock.not-stock {
    color: #7d848e;
    font-weight: 700;
}

.product-cart .about-product .right-side .col .block-buy .stock.not-stock::after {
    content: none;
}

.product-cart .about-product .right-side .col .block-buy .stock.discontinued {
    color: #7d848e;
    font-weight: 700;
    text-transform: lowercase;
}

.product-cart .about-product .right-side .col .block-buy .stock.discontinued:after {
    content: none;
}

.product-cart .about-product .right-side .col .block-buy .price.text-left {
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: left;
}
.product-cart .about-product .right-side .col .block-buy .price.text-left .old-price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: -4px;
    font-family: 'Exo 2';
    color: #ff7337;
    text-decoration: line-through;
}
.product-cart .about-product .right-side .col .block-buy .price.text-left span {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Exo 2';
    color: #373b3f;
}
.product-cart .about-product .right-side .col .block-buy .currency {
    font: 400 14px/1.4 'PT sans', sans-serif !important;
}
.product-cart .about-product .right-side .col .block-buy .services {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0 11px 0;
    margin: 0 -20px 15px;
    text-align: left;
    display: inline-block;
    min-width: 270px;
}
.product-cart .about-product .right-side .col .block-buy .services .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-cart .about-product .right-side .col .block-buy .services .item label.active .checkbox-text:before {
    background: #1a8aff;
    border: none;
}
.product-cart .about-product .right-side .col .block-buy .services .item label.active .checkbox-text:after {
    display: block;
}
.product-cart .about-product .right-side .col .block-buy .services .item input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}
.product-cart .about-product .right-side .col .block-buy .services .item .price {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    font-family: 'Exo 2';
    font-weight: 700;
}
.product-cart .about-product .right-side .col .block-buy .services .item .checkbox {
    margin-bottom: 5px;
    padding-left: 24px;
    min-width: 176px;
    margin-right: auto;
    position: relative;
}
.product-cart .about-product .right-side .col .block-buy .services .item .checkbox span {
    font-size: 12px;
    text-wrap: none;
}
.product-cart .about-product .right-side .col .block-buy .services .item .checkbox span:before {
    background: #fff;
    border: 1px solid #e5e5e5;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    transition: all 0.3s;
}
.product-cart .about-product .right-side .col .block-buy .services .item .checkbox span:after {
    content: '';
    display: none;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    z-index: 2;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    transition: all 0.3s linear;
    box-sizing: content-box;
}
.product-cart .about-product .right-side .col .block-buy .btn-buy {
    width: 250px;
    height: 50px;
    font-size: 19.5px;
    margin: 0 auto 5px;
}
.product-cart .about-product .right-side .col .block-buy .underline-dotted {
    font-size: 15px;
}
.product-cart .about-product .right-side .col .block-buy .underline-dotted:first-child {
    border-bottom-color: #000;
    margin-right: 14px;
}
.product-cart .about-product .right-side .col .block-buy .underline-dotted strong {
    font-weight: 700;
    color: black;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom {
    background: #fff;
    margin: 5px -20px -20px;
    height: 50px;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn:first-child {
    border-right: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .col .block-buy .btn-bottom {
        display: flex;
    }
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn {
    display: block;
    float: left;
    width: 50%;
    font-size: 15px;
    font-weight: 400;
    color: #1a8aff;
    height: 50px;
    letter-spacing: 0;
    background: 0 0;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .col .block-buy .btn-bottom .btn {
        width: 100%;
    }
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn svg {
    width: 16px;
    height: 16px;
    margin: 0 3px -3px 0;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn .inner {
    color: #1a8aff;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn .wrapper-icon {
    position: relative;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn .wrapper-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #72be8d;
    opacity: 0;
    transition: all 0.3s linear;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn,
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn svg path,
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn span {
    transition: 0.35s;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn:hover {
    color: #ff7337 !important;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn:hover span {
    color: #ff7337 !important;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn:hover svg path {
    fill: #ff7337;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn.btn-favorite.active {
    color: #ff7337 !important;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn.btn-favorite.active span {
    color: #ff7337 !important;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn.btn-favorite.active svg path {
    fill: #ff7337;
}
.product-cart .about-product .right-side .col .block-buy .btn-bottom .btn-want svg {
    width: 16px;
    height: 15px;
    margin: 0 3px -2px 0;
    transform: rotate(90deg);
}
.product-cart .about-product .right-side .col .sub-info {
    flex: 40%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 20px;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .col .sub-info {
        flex: auto;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .product-cart .about-product .right-side .col .sub-info {
        display: none;
    }
}
.product-cart .about-product .right-side .col .sub-info .brand {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.product-cart .about-product .right-side .col .sub-info .brand img {
    width: 140px;
    margin-bottom: 10px;
}
.product-cart .about-product .right-side .col .sub-info .brand .country {
    white-space: nowrap;
    margin-bottom: 10px;
    margin-left: 5px;
}
.product-cart .about-product .right-side .col .sub-info .advantages li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 23px;
}
.product-cart .about-product .right-side .col .sub-info .advantages li svg {
    position: absolute;
    top: 0;
    left: 0;
}
.product-cart .about-product .right-side .col .sub-info .advantages li .title {
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: -3px;
    text-transform: uppercase;
}
.product-cart .about-product .right-side .product-info-lists {
    display: flex;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .product-info-lists {
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
        margin: 0;
        width: 100%;
        justify-content: space-around;
    }
    .product-cart .about-product .right-side .product-info-lists a {
        white-space: nowrap;
    }
}
.product-cart .about-product .right-side .product-info-lists .product-items {
    margin-left: 20px;
    margin-top: 6px;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .product-info-lists .product-items {
        width: 32.9333333%;
        margin-left: 3px;
    }
}
.product-cart .about-product .right-side .product-info-lists .product-items .title {
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    display: inline-block;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .product-info-lists .product-items .title {
        display: block;
        padding: 10px;
        width: 100%;
        border: 1px solid #e5e5e5;
        border-radius: 25px;
        text-align: center;
    }
}
.product-cart .about-product .right-side .product-info-lists .product-items .item {
    color: #7d848e;
    font-size: 13px;
    margin-bottom: 2px;
}
@media (max-width: 992px) {
    .product-cart .about-product .right-side .product-info-lists .product-items .item {
        display: none;
    }
}
.product-cart .wrapper-rating {
    margin: 20px 0 40px;
    text-align: center;
}
.product-cart .wrapper-rating a {
    text-transform: initial;
}
.product-cart .tab-body {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .product-cart .tab-body {
        flex-direction: column;
    }
}
.product-cart .tab-body .tabs-content-white {
    flex: 60%;
    margin-top: 46px;
    margin-bottom: 70px;
}
.product-cart .tab-body .tabs-content-white:first-child {
    margin-right: 20px;
}
@media (max-width: 992px) {
    .product-cart .tab-body .tabs-content-white:first-child {
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .product-cart .tab-body .tabs-content-white {
        flex: auto;
    }
}
@media (max-width: 530px) {
    .product-cart .tab-body .tabs-content-white {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane {
    display: none;
}
.product-cart .tab-body .tabs-content-white .tab-pane.active {
    display: block;
}
.product-cart .tab-body .tabs-content-white .tab-pane .btn-1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-cart .tab-body .tabs-content-white .tab-pane strong {
    font-weight: 700;
}
.product-cart .tab-body .tabs-content-white .tab-pane p,
.product-cart .tab-body .tabs-content-white .tab-pane ol,
.product-cart .tab-body .tabs-content-white .tab-pane li {
    text-align: justify;
}

.product-cart .tab-body .tabs-content-white .tab-pane p,
.product-cart .tab-body .tabs-content-white .tab-pane li,
.product-cart .tab-body .tabs-content-white .tab-pane p a,
.product-cart .tab-body .tabs-content-white .tab-pane li a {
    font: 400 15px/1.5 'Exo 2', sans-serif;
}
.product-cart .tab-body .tabs-content-white .tab-pane ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 10px;
}
.product-cart .tab-body .tabs-content-white .tab-pane ol {
    padding-left: 40px;
    margin-bottom: 10px;
}
.product-cart .tab-body .tabs-content-white .tab-pane .icons-svg {
    margin: 37px 0;
}
@media (max-width: 768px) {
    .product-cart .tab-body .tabs-content-white .tab-pane .icons-svg {
        display: flex;
        flex-wrap: wrap;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane .icons-svg .item {
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    margin-bottom: 26px;
    font: 700 13px/1.2 'Exo 2', sans-serif;
    color: #666c74;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .product-cart .tab-body .tabs-content-white .tab-pane .icons-svg .item {
        flex: 1 1 200px;
    }
    .product-cart .tab-body .tabs-content-white .tab-pane .icons-svg .item:last-child {
        margin-bottom: 0;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane .icons-svg .item svg {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}
.product-cart .tab-body .tabs-content-white .tab-pane .icons-svg .item .inner {
    display: inline-block;
    vertical-align: middle;
    font: 700 13px/1.2 'Exo 2', sans-serif;
    color: #666c74;
    text-transform: uppercase;
    width: calc(100% - 40px);
    padding: 0 42px 0 8px;
}
.product-cart .tab-body .tabs-content-white .tab-pane .block-title {
    font-size: 20px;
    text-align: left;
    margin: 20px 0 35px 0;
}
@media (max-width: 992px) {
    .product-cart .tab-body .tabs-content-white .tab-pane .block-title {
        font-size: 18px;
        clear: both;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content {
    position: relative;
}
.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content:before {
    content: '';
    display: inline-block;
    width: 1.3px;
    background: #d2d2d2;
    height: calc(100% - 41px);
    position: absolute;
    top: 20px;
    left: 10px;
}

.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content .row span {
    font-weight: 800;
    color: #ffff;
    font-size: 12px;
    padding-top: 15px;
    z-index: 6;
    position: absolute;
    left: 7px;
}

@media (max-width: 1024px) {
    .product-relateds {
        margin: 0 30px;
    }
}

.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content .row {
    margin-bottom: 25px;
    display: block;
    margin-left: 55px;
}
.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content .col-xs-12:before {
    content: '';
    position: absolute;
    margin-top: 15px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #ff5b1a;
    border-radius: 50%;
}
.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content .col-sm-2 .number {
    display: none;
    width: 60px;
    font: 700 35px/1 'Exo 2', sans-serif;
    color: #7d848e;
    float: left;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    position: relative;
    left: -6px;
    z-index: 2;
}
.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content .col-sm-10 p {
    font: 400 14px/1.3 'Exo 2', sans-serif;
    color: #373b3f;
    text-transform: uppercase;
    padding-top: 11px;
}
.product-cart .tab-body .tabs-content-white .tab-pane .degree-of-cleaning .content .col-sm-10 strong {
    text-transform: uppercase;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row {
        flex-direction: column;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row p,
.product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row strong {
    color: #7d848e;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #373b3f;
    margin-bottom: 14px;
}
@media (max-width: 768px) {
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row .col-sm-3 {
        margin-bottom: 20px;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row .col-sm-3 .image {
    position: relative;
    width: 150px;
    height: 150px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-equipment .row .col-sm-3 img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-characteristics table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-characteristics table td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-characteristics table td a {
    text-transform: initial;
    color: #1a8aff;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .nav-tabs-white-big {
    list-style-type: none !important;
}
@media (max-width: 530px) {
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .nav-tabs-white-big {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .nav-tabs-white-big .nav-tab-inner:first-child {
        margin-bottom: 10px;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .credit-slider {
    margin: 0 0px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .credit-slider-wrap .noUi-pips {
    display: none !important;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .credit-slider-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .credit-slider-number span {
    min-width: 20px;
    text-align: center;
    color: #7d848e;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content {
    margin-top: 40px;
}
@media (max-width: 530px) {
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content {
        margin-top: 20px;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix {
    margin-top: 40px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix img {
    width: 100%;
    border-radius: 20px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right {
    margin-top: 5px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right ul {
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 40px;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right ul li {
    color: #7d848e;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .row {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .row {
        flex-direction: column;
    }
    .product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .row .btn-1 {
        margin: 5px 0;
    }
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .row .month-block {
    padding-top: 7px;
    color: #373b3f;
    font-size: 16px;
    font-weight: 700;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .row .month-block .month {
    font-size: 16px;
    font-weight: 700;
}
.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right .row .month-block .price {
    font: 500 20px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}
.product-cart .tab-body .tabs-content-white .tab-pane.description p,
.product-cart .tab-body .tabs-content-white .tab-pane.description strong,
.product-cart .tab-body .tabs-content-white .tab-pane.description b,
.product-cart .tab-body .tabs-content-white .tab-pane.description span {
    font-size: 15px;
    font-family: 'Exo 2';
}
.product-cart .tab-body .reviews-wrap {
    padding: 0 15px;
    flex: 39%;
}
@media (max-width: 992px) {
    .product-cart .tab-body .reviews-wrap {
        padding: 0;
    }
}
.product-cart .tab-body .reviews-wrap .reviews {
    padding: 30px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    min-height: 760px;
}
@media (max-width: 992px) {
    .product-cart .tab-body .reviews-wrap .reviews {
        margin-top: 0px;
        min-height: auto;
    }
}
@media (max-width: 530px) {
    .product-cart .tab-body .reviews-wrap .reviews {
        padding: 20px 10px;
    }
}
.product-cart .tab-body .reviews-wrap .reviews.no-reviews .add-review-success {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews.no-reviews .send-review {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews.no-reviews .product-comments-nav {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews.no-reviews .product-comments-items {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews.no-reviews .no-reviews-body {
    display: block;
}
.product-cart .tab-body .reviews-wrap .reviews.success .add-review-success {
    display: block;
}
.product-cart .tab-body .reviews-wrap .reviews.send .reviews-body {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews.send .send-review {
    display: block;
}
.product-cart .tab-body .reviews-wrap .reviews .send-review {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews .reviews-body {
    display: block;
}
.product-cart .tab-body .reviews-wrap .reviews .product-comments-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cart .tab-body .reviews-wrap .reviews .no-reviews-body {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews .no-reviews-body .image {
    margin: 50px 0 0 0;
}
.product-cart .tab-body .reviews-wrap .reviews .no-reviews-body .title-no-reviews {
    font: 400 28px/1.3 'Exo 2', sans-serif;
    color: #373b3f;
    margin: 31px 0 34px;
}
.product-cart .tab-body .reviews-wrap .reviews form .sub-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
}
.product-cart .tab-body .reviews-wrap .reviews form textarea.form-control {
    height: 170px;
}
.product-cart .tab-body .reviews-wrap .reviews form .btn-1 {
    margin: 14px auto 0;
}
.product-cart .tab-body .reviews-wrap .reviews form .form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Exo 2';
    height: 50px;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.product-cart .tab-body .reviews-wrap .reviews form .form-group {
    margin-bottom: 15px;
}
.product-cart .tab-body .reviews-wrap .reviews form .form-group .help-block {
    display: none;
    color: #ff2850;
    font-family: 'PT sans', sans-serif;
    line-height: 1.2;
}
.product-cart .tab-body .reviews-wrap .reviews form .form-group.has-error .help-block {
    display: block;
}
.product-cart .tab-body .reviews-wrap .reviews form .your-rating {
    font: 400 14px/1 'Exo 2', sans-serif;
    text-transform: uppercase;
    margin: 33px 0;
}
.product-cart .tab-body .reviews-wrap .reviews form .your-rating .rating {
    display: inline-block;
    border: none;
    vertical-align: middle;
    margin: -5px 9px 0 8px;
}
.product-cart .tab-body .reviews-wrap .reviews form .your-rating .rating .reviews-stars {
    display: flex;
    width: 180px;
}
.product-cart .tab-body .reviews-wrap .reviews .add-review-success {
    display: none;
}
.product-cart .tab-body .reviews-wrap .reviews .add-review-success .image {
    margin: 51px 0 0 0;
    text-align: left;
}
.product-cart .tab-body .reviews-wrap .reviews .add-review-success .title {
    margin: 31px 0 7px;
    font: 400 28px/1.3 'Exo 2', sans-serif;
}
.product-cart .tab-body .reviews-wrap .reviews .add-review-success .content {
    font: 400 20px/1.3 'Exo 2', sans-serif;
    color: #373b3f;
}
.product-cart .tab-body .reviews-wrap .reviews .btn-close {
    z-index: 3;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    float: right;
}
.product-cart .tab-body .reviews-wrap .reviews .btn-close:after,
.product-cart .tab-body .reviews-wrap .reviews .btn-close:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #7d848e;
    transform: rotate(-45deg);
}
.product-cart .tab-body .reviews-wrap .reviews .btn-close:before {
    transform: rotate(45deg);
}
.product-cart .tab-body .reviews-wrap .reviews .item {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 13px 0 24px;
}
.product-cart .tab-body .reviews-wrap .reviews .item .item-inner {
    border-left: 2px solid #1a8aff;
    border-bottom: none !important;
    padding: 0 0 0 15px;
    margin-left: 20px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}
.product-cart .tab-body .reviews-wrap .reviews .item .item-inner .clearfix .name {
    color: #1a8aff;
    text-transform: initial;
    margin-top: -5px;
}
.product-cart .tab-body .reviews-wrap .reviews .item .item-inner .clearfix .content {
    margin-top: 7px;
}
.product-cart .tab-body .reviews-wrap .reviews .item .clearfix .name {
    float: left;
    text-transform: uppercase;
    font-family: 'Exo 2';
}
.product-cart .tab-body .reviews-wrap .reviews .item .clearfix .rating {
    margin: 0 0 0 15px;
    display: inline-block;
}
.product-cart .tab-body .reviews-wrap .reviews .item .clearfix .date {
    float: right;
    font-size: 13px;
    color: #7d848e;
}
.product-cart .tab-body .reviews-wrap .reviews .item .content {
    margin-top: 12px;
    line-height: 1.3;
}
.product-cart .tab-body .reviews-wrap .reviews .add-review {
    font-size: 14px;
    margin-top: 6px;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'PT sans', sans-serif;
    margin-right: 20px;
    float: right;
    color: #1a8aff;
    position: relative;
}
.product-cart .tab-body .reviews-wrap .reviews .add-review .icon {
    position: absolute;
    top: 50%;
    left: 100%;
    font-size: 15px;
    transform: translate3d(0, -50%, 0);
    margin-left: 7px;
    background: url('https://filter.ua/catalog/view/assets/images/arrow-right.svg') 0 0 no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
}
.product-cart .tab-body .reviews-wrap .reviews .title,
.product-cart .tab-body .reviews-wrap .reviews .title span {
    font-size: 20px;
    margin-bottom: 31px;
    text-transform: none;
    font-family: 'Exo 2';
}
.product-cart .tab-body .reviews-wrap .download-instruction {
    margin: 57px 0 20px;
    text-align: center;
}
@media (max-width: 992px) {
    .product-cart .tab-body .reviews-wrap .download-instruction {
        margin: 30px 0 0;
    }
}
.product-cart .tab-body .reviews-wrap .download-instruction a {
    text-transform: uppercase;
    color: #1a8aff;
}
.product-cart .tab-body .reviews-wrap .download-instruction svg {
    margin-right: 10px;
}
.product-cart .tab-body .reviews-wrap .social {
    margin: 45px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cart .tab-body .reviews-wrap .social ul {
    display: flex;
}
.product-cart .tab-body .reviews-wrap .social ul li {
    padding-right: 5px;
    padding-left: 5px;
}
.product-cart .tab-body .reviews-wrap .social ul li a {
    display: block;
    text-align: center;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    font-size: 22px;
    padding-top: 4px;
    color: #7d848e;
}
@media (max-width: 530px) {
    .product-cart .accessories {
        display: none;
    }
}
.product-cart .accessories .old-price {
    color: #ff7337 !important;
}
.product-cart .accessories .wrapper-gray {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-bottom: 25px;
}
.product-cart .accessories .top-row {
    display: flex;
}
@media (max-width: 992px) {
    .product-cart .accessories .top-row {
        flex-direction: column;
    }
}
.product-cart .accessories .top-row .nav-wrap {
    flex: 74%;
}
@media (max-width: 992px) {
    .product-cart .accessories .top-row .nav-wrap {
        width: 100%;
        flex: auto;
    }
}
.product-cart .accessories .top-row .nav-wrap .nav-tabs {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
@media (max-width: 992px) {
    .product-cart .accessories .top-row .nav-wrap .nav-tabs {
        margin: 30px 0 24px;
    }
}
.product-cart .accessories .top-row .nav-wrap .nav-tabs li:hover a .underline-dotted {
    border: none;
}
.product-cart .accessories .top-row .nav-wrap .nav-tabs li.active a {
    border-color: #1a8aff;
    background: 0 0;
    color: #373b3f;
    font-weight: 400;
}
.product-cart .accessories .top-row .nav-wrap .nav-tabs li.active .underline-dotted {
    border: none;
}
.product-cart .accessories .top-row .nav-wrap .nav-tabs a {
    border-radius: 50px;
    font: 400 14px/1 'PT sans', sans-serif;
    font-size: 16px;
    text-transform: none;
    padding: 7px 15px 10px;
    margin: 0 1px;
    border: 1px solid transparent;
}
.product-cart .accessories .top-row .nav-wrap .nav-tabs .underline-dotted {
    transition: 0.35s;
    position: relative;
    border-bottom: 1px dotted rgba(26, 138, 255, 0.5);
}
.product-cart .accessories .top-row .product-mini {
    flex: 26%;
    border-left: 1px solid #e5e5e5;
    padding: 16px 8px 17px;
    display: flex;
}
@media (max-width: 992px) {
    .product-cart .accessories .top-row .product-mini {
        flex: auto;
        border-top: 1px solid #e5e5e5;
    }
}
.product-cart .accessories .top-row .product-mini .image {
    width: 77px;
    height: 88px;
    margin-right: 8px;
}
.product-cart .accessories .top-row .product-mini .text-gray {
    font-size: 13px;
    margin-bottom: 3px;
}
.product-cart .accessories .top-row .product-mini .title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}
.product-cart .accessories .top-row .product-mini .price .price-int {
    font: 500 20px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}
.product-cart .accessories .bottom-row {
    display: flex;
    border-top: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
    .product-cart .accessories .bottom-row {
        flex-direction: column;
    }
}
.product-cart .accessories .bottom-row .tab-content {
    flex: 74%;
    width: 74%;
    overflow-x: auto;
}
@media (max-width: 992px) {
    .product-cart .accessories .bottom-row .tab-content {
        width: 100%;
        flex: auto;
        border-bottom: 1px solid #e5e5e5;
    }
}
.product-cart .accessories .bottom-row .tab-content::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f5f5f5;
}
.product-cart .accessories .bottom-row .tab-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
}
.product-cart .accessories .bottom-row .tab-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #5189ff;
}
.product-cart .accessories .bottom-row .tab-content .tab-pane {
    display: none;
    height: 100%;
}
.product-cart .accessories .bottom-row .tab-content .tab-pane .product-small {
    min-width: 250px;
    border-bottom: none;
}
.product-cart .accessories .bottom-row .tab-content .tab-pane.active {
    display: flex;
}
.product-cart .accessories .bottom-row .added-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 26%;
    padding: 16px 0 0;
    border-left: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
    .product-cart .accessories .bottom-row .added-items {
        padding: 0;
    }
}
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap {
    max-height: 260px;
    overflow-y: auto;
}
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap .btn-remove {
    top: 17px;
    right: 17px;
}
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap .btn-remove:before,
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap .btn-remove:after {
    background: #1a8aff;
}
@media (max-width: 992px) {
    .product-cart .accessories .bottom-row .added-items .scrollbar-wrap .text-gray.title {
        margin-top: 10px;
    }
}
@media (max-width: 992px) {
    .product-cart .accessories .bottom-row .added-items .scrollbar-wrap .product-mini {
        min-height: 120px;
        padding: 63px 0 0 40px;
    }
}
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f5f5f5;
}
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
}
.product-cart .accessories .bottom-row .added-items .scrollbar-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #5189ff;
}
.product-cart .accessories .bottom-row .added-items .product-mini {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 54px 4px 28px;
}
.product-cart .accessories .bottom-row .added-items .product-mini .title {
    text-transform: none;
    color: #363b3e;
}
.product-cart .accessories .bottom-row .added-items .product-mini .price .old-price {
    text-decoration: line-through;
}
.product-cart .accessories .bottom-row .added-items .product-mini .price span {
    font: 500 20px/1.4 'Exo 2', sans-serif;
}
.product-cart .accessories .bottom-row .added-items .title.text-gray {
    font-size: 13px;
    margin-left: 29px;
    margin-bottom: -3px;
}
.product-cart .accessories .bottom-row .added-items .wrapper-price {
    background: #eff0f1;
    padding: 16px 28px 8px;
}
.product-cart .accessories .bottom-row .added-items .wrapper-price .price-int {
    font: 500 20px/1.4 'Exo 2', sans-serif;
}
.product-cart .accessories .bottom-row .added-items .wrapper-price .btn-buy {
    padding: 13px 15px;
    margin: 13px 0;
    font-size: 14px;
}
@media (max-width: 992px) {
    .product-cart .accessories .bottom-row .added-items .wrapper-price .btn-buy {
        float: right;
        margin-top: -40px;
    }
}
@media (max-width: 992px) {
    .product-cart .expendable-materials {
        margin: 0 30px;
    }
}
.product-cart .expendable-materials .product .price {
    display: inline-block;
    margin-top: -20px;
}
.product-cart .expendable-materials .product .btn-buy {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.big-vote5 {
    background: rgba(0, 0, 0, 0) url('https://filter.ua/catalog/view/assets/images/big-star-sprite.png') no-repeat scroll 0 -81px;
}
.big-rating {
    display: inline-block;
    margin-right: 10px;
    height: 15px;
    width: 86px;
    vertical-align: sub;
}
.our-works .our-works-text {
    margin-bottom: 60px;
}
.our-works .our-works-text p {
    font-size: 15px;
}
.blog {
    padding-top: 10px;
}
@media (max-width: 992px) {
    .blog {
        padding-top: 10px;
    }
}
.blog .page-title {
    text-transform: initial;
    font-size: 32px;
}
@media (max-width: 992px) {
    .blog .page-title {
        font: 700 20px/1.2 'Exo 2', sans-serif;
        text-align: left;
    }
}
.blog .post-list-wrap {
    padding-bottom: 80px;
}
.blog .post-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 25px;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .blog .post-list {
        grid-template-columns: repeat(1, auto);
    }
}
@media (max-width: 992px) {
    .blog .post-item {
        max-width: 580px;
        margin: 0 auto;
    }
}
.blog .post-item:hover .image img {
    transform: scale(1.1);
}
.blog .post-item .image {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    border: 1px solid #e9eaec;
    border-bottom: transparent;
    max-height: 313px;
    min-height: 313px;
    height: auto;
}
.blog .post-item .image a {
    height: 100%;
    display: inline-block;
    position: absolute;
    width: 100%;
}
.blog .post-item .image img {
    transition: 0.35s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog .post-item .text {
    padding: 20px 20px 25px 20px;
    border: 1px solid #e9eaec;
    border-radius: 0 0 20px 20px;
    border-top: none;
    min-height: 164px;
}
.blog .post-item .text .date {
    margin-bottom: 5px;
}
.blog .post-item .text .date time {
    color: #1a8aff;
    font: 400 14px 'PT sans', sans-serif;
}
.blog .post-item .text .title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: initial;
    font-family: 'Exo 2';
    color: #3b3d41;
}
@media (max-width: 992px) {
    .blog .text-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.payment-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 45px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
}
@media (max-width: 992px) {
    .payment-items {
        justify-content: space-between;
        margin-top: 0;
        padding: 75px 20px 20px 20px;
    }
}
@media (max-width: 768px) {
    .payment-items {
        justify-content: center;
        margin: 0 auto 50px;
        max-width: 400px;
    }
}
.payment-items .item {
    flex: 1 1 320px;
    margin-right: 120px;
    max-width: 437px;
    padding: 0 0 0 87px;
    position: relative;
}
.payment-items .item:first-child,
.payment-items .item:nth-child(2) {
    margin-bottom: 70px;
}
@media (max-width: 992px) {
    .payment-items .item {
        flex: 1 1 287px;
        margin-right: 18px;
        padding: 25px 0 0 0;
        max-width: 287px;
    }
}
@media (max-width: 768px) {
    .payment-items .item {
        text-align: center;
        margin-bottom: 70px;
    }
    .payment-items .item:last-child {
        margin-bottom: 10px;
    }
}
.payment-items .item a {
    color: #1a8aff;
    text-transform: initial;
}
.payment-items .item img {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 992px) {
    .payment-items .item img {
        top: -37px;
    }
}
@media (max-width: 768px) {
    .payment-items .item img {
        left: 50%;
        transform: translateX(-50%);
    }
}
.payment-items .item .title {
    margin-bottom: 20px;
    font: 400 24px 'Exo 2', sans-serif;
    color: #3b3d41;
}
.payment-items .item .text {
    margin-bottom: 10px;
    font: 400 14px/18px 'PT sans', sans-serif;
    color: #3b3d41;
}
.info-items {
    display: flex;
    margin-bottom: 120px;
    margin-top: 60px;
}
.info-items.shipping {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5%;
}
.info-items.shipping .warranty_item {
    padding: 40px 30px 30px 30px;
    margin: 0;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .info-items.shipping {
        grid-template-columns: repeat(1, 1fr);
    }
    .info-items.shipping .warranty_item {
        margin: 0 auto 40px;
        max-width: 400px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background: #ffffff;
        border-bottom: none;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 28px;
        width: auto;
    }
}
.header .tel {
    display: flex;
    align-items: center;
}
.header .tel-mob {
    display: none;
    width: 40px;
    height: 40px;
    border: none;
    align-items: center;
    justify-content: center;
    color: #245B9F;
    border-radius: 5px;
    background: #b9e0ff1f;
    padding: 6px;
}

.header .tel-mob-link {
    background: url('https://filter.ua/catalog/view/assets/images/phone-new.svg') center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: transparent;
}

@media (max-width: 992px) {
    .header .tel {
        display: none !important;
    }

    .header .tel-mob {
        display: flex;
    }
}
.header .tel .gray-circle i {
    background: url('https://filter.ua/catalog/view/assets/images/phone.svg') 0 0 no-repeat;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    height: 29px;
}
@media (max-width: 992px) {
    .header .tel .gray-circle {
        margin-right: -10px;
    }
}
@media (max-width: 768px) {
    .header .tel .f-2 {
        display: none;
    }
}
.header .tel .phone-number-mobile {
    display: none;
    color: #373b3f;
}
@media (max-width: 992px) {
    .header .tel .phone-number-mobile {
        display: block;
        font: 500 20px/1.1 'Exo 2', sans-serif;
    }
}
.header .tel .tel-select-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 40px 0 10px;
}
.header .tel .tel-select {
    border: none;
    line-height: normal;
    position: relative;
    display: inline-block;
    padding-left: 0;
    z-index: 5;
}
@media (max-width: 992px) {
    .header .tel .tel-select {
        display: none;
    }

    .header .tel .tel-select-wrap {
        margin: 0;
    }
}
.header .tel .tel-select.open .options {
    display: block;
}
.header .tel .tel-select .options {
    border: 1px solid #1a8aff;
    padding: 12px;
    font-size: 14px;
    min-width: 180px;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    display: none;
    background: #ffffff;
    left: 0;
    z-index: 1;
}
.header .tel .tel-select .options li {
    display: flex;
    white-space: nowrap;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px;
    line-height: normal;
    min-height: auto;
    font: 400 14px/1.4 'PT sans', sans-serif;
}
.header .tel .tel-select .options li:focus .number,
.header .tel .tel-select .options li:hover .number {
    color: #1a8aff;
}
.header .tel .tel-select .options li span {
    margin-right: 10px;
    transition: 0.35s;
}
.header .tel .tel-select .options li .carrier {
    color: #7d848e;
}
.header .tel .tel-select .options li:last-child {
    margin-bottom: 0;
}
.header .tel .tel-select .current {
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.header .tel .tel-select .caret {
    right: -8px;
    border: none;
    width: 15px;
    height: 15px;
    padding: 5px;
    position: relative;
    cursor: pointer;
}
.header .tel .tel-select .caret:before,
.header .tel .tel-select .caret:after {
    position: absolute;
    top: 13px;
    left: 2px;
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #1a8aff;
    border-radius: 20px;
    transform: rotate(45deg);
}
.header .tel .tel-select .caret:after {
    transform: rotate(-45deg);
    left: 7px;
}
.header .tel .call-btn {
    display: block;
    padding: 12px 25px;
    font: 500 13px/18px 'Exo 2', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #5189ff;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
}
@media (max-width: 992px) {
    .header .tel .call-btn {
        display: none;
    }
}
.header .tel .call-btn:hover {
    background-color: #4876de;
}
.header .top-bar {
    display: flex;
    justify-content: space-between;
    margin: 14px 0 16px;
}
@media (max-width: 992px) {
    .header .top-bar {
        display: none;
    }
}
.header .top-bar .selects {
    display: flex;
    align-items: center;
}
.header .top-bar .selects .city-select {
    cursor: pointer;
    position: relative;
    padding-left: 5px;
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.header .top-bar .selects .city-select .city-btn {
    font-family: 'Exo 2';
    color: #373b3f;
    border-bottom: dotted 1px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 12px;
}
.header .top-bar .selects .city-select::after {
    border-bottom: 1px solid #373b3f;
    border-right: 1px solid #373b3f;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.header .top-bar .selects .top-bar_select {
    border: none;
    height: auto;
    line-height: 14px;
    padding-left: 5px;
}
.header .top-bar .selects .top-bar_select:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    right: 20px;
}
.header .top-bar .selects .top-bar_select span {
    text-transform: uppercase;
}
.header .top-bar .selects .top-bar_select .list {
    border: 1px solid var(--blue-1);
    margin-left: 9px;
}
.header .top-bar .selects .top-bar_select .current {
    border-bottom: dotted 1px;
    font-size: 12px;
    color: #373b3f;
}
.header .top-bar .selects .top-bar_select .option {
    background: transparent;
    min-height: 0;
    line-height: 1.3;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
}
.header .top-bar .selects .top-bar_select .option.selected,
.header .top-bar .selects .top-bar_select .option.focus,
.header .top-bar .selects .top-bar_select .option:hover {
    color: var(--blue-1);
    background: transparent;
}
.header .top-bar .selects .language,
.header .top-bar .selects .city {
    display: flex;
    align-items: center;
}
.header .top-bar .selects .language span,
.header .top-bar .selects .city span {
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #373b3f;
}
.header .top-bar .selects .language {
    margin-right: 10px;
}
.header .top-bar .nav-list a {
    margin: 0 20px;
}
@media (max-width: 1024px) {
    .header .top-bar .nav-list a {
        margin: 0 10px;
    }
}
.header .top-bar .schedule {
    display: flex;
    align-items: center;
}
.header .top-bar .schedule .icon-clock {
    float: right;
    display: inline-block;
    background: url('https://filter.ua/catalog/view/assets/images/clock-mini.svg') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.header .top-bar .schedule span {
    color: #7e838c;
    font-size: 12px;
}
.header .top-bar .schedule span.bold {
    color: #262728;
}
.header .menuShow-item ul a {
    transition: 0.7s ease;
}
.header .menuShow-item ul a:hover {
    text-decoration: underline;
    color: #5189ff !important;
}
.header .menu-main {
    width: 100%;
    position: static !important;
}
@media (max-width: 992px) {
    .header .menu-main {
        display: none;
    }
}
.header .menu-main .menu-wrap {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}
.header .menu-main ul {
    padding: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .menu-main ul li {
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header .menu-main ul li .icon-search {
    background: url('https://filter.ua/catalog/view/assets/images/search.svg') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    transition: 0.35s;
    margin-right: 5px;
    opacity: 1;
}
.header .menu-main ul li .menuShow-link:hover:hover {
    color: #5189ff;
    border-top: 1px solid #5189ff;
}
.header .menu-main ul li a {
    border-top: 1px solid transparent;
    padding: 14px 0 17px;
    color: #373b3f;
    font-family: 'Exo 2';
    border-bottom: none;
    transition: 0.35s;
    display: inline-block;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}
.header .menu-main ul li a.blue:hover {
    border-top: 1px solid #5189ff !important;
    color: #5189ff;
}
.header .menu-main ul li a.red {
    color: #ff7337;
    border-bottom: 1px solid transparent !important;
}
.header .menu-main ul li a.red:hover {
    color: #ff7337;
    border-top: 1px solid #5189ff !important;
}
.header .header__burger {
    display: none;
    cursor: pointer;
    z-index: 5;
}
@media (max-width: 992px) {
    .header .header__burger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 40px;
        height: 40px;
        color: #245B9F;
        border-radius: 5px;
        background: #b9e0ff1f;
        padding: 6px;
    }
}
@media (max-width: 992px) {
    .header .header__burger:before,
    .header .header__burger:after {
        /*content: '';*/
        background: var(--blue-1);
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header .header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--blue-1);
        z-index: 3;
    }
    .header .header__burger:before {
        top: 0;
    }
}
@media (max-width: 992px) and (max-width: 992px) {
    .header .header__burger:before {
        top: 2px;
    }
}
@media (max-width: 992px) {
    .header .header__burger:after {
        height: 2.4px;
        bottom: 0;
    }
}
@media (max-width: 992px) and (max-width: 992px) {
    .header .header__burger:after {
        bottom: 2px;
    }
}
@media (max-width: 992px) {
    .header .header__burger span {
        position: absolute;
        background: var(--blue-1);
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header .header__burger.active span {
        transform: scale(0);
    }
    .header .header__burger.active:before {
        transform: rotate(45deg);
        top: 8.6px;
    }
    .header .header__burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
}
.header__body {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .header__body {
        align-items: center;
        /*padding: 10px 5px;*/
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        height: 60px;
        margin-bottom: 0;
        gap: 10px;
    }
    .header__body .gray-circle {
        background: transparent;
    }
}
.header__body.blog {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
.header__body.blog .header__burger {
    position: absolute;
    left: 40px;
}
@media (max-width: 768px) {
    .header__body.blog .header__burger {
        left: 20px;
    }
}
.header__body.blog .tel {
    margin-left: 20px;
}
.header__body.articles {
    justify-content: center;
    margin-top: 28px;
}
.header__body.articles .header__logo {
    margin-right: 20px;
}
.header__body .compare-basket {
    display: flex;
    align-items: center;
}
.header__body .compare-basket .search-open-btn-mobile {
    width: 40px;
    height: 40px;
    border: none;
    display: none;
    color: #245B9F;
    border-radius: 5px;
    background: #b9e0ff1f;
    padding: 6px;
}
.header__body .compare-basket .search-open-btn-mobile .icon-search {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    background: url('https://filter.ua/catalog/view/assets/images/search.svg') 0 0 no-repeat;
}
@media (max-width: 992px) {
    .header__body .compare-basket .search-open-btn-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__body .compare-basket .search-open-btn-mobile {
        width: 40px;
        height: 40px;
    }

    .header__body .compare-basket .search-open-btn-mobile .icon-search {
        width: 20px;
        height: 20px;
        margin: 0;
    }
}
.header__body .compare-basket .compare-link,
.header__body .compare-basket .favorite-link {
    margin: 0 15px 9px 0;
    padding: 15px 0 0 11px;
    position: relative;
}
.header__body .compare-basket .favorite-link {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .header__body .compare-basket .compare-link,
    .header__body .compare-basket .favorite-link {
        display: none;
    }
}
.header__body .compare-basket .compare-link.full .compare-counter,
.header__body .compare-basket .favorite-link.full .favorite-counter {
    display: block;
}
.header__body .compare-basket .compare-link .compare-counter,
.header__body .compare-basket .favorite-link .favorite-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 4px;
    height: 16px;
    min-width: 16px;
    background: #ff9b1b;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    font-weight: 400;
}
.header__body .compare-basket .compare-link:hover .icon-libra {
    background: url('https://filter.ua/catalog/view/assets/images/libra-orange.svg') 0 0 no-repeat;
}
.header__body .compare-basket .icon-libra {
    background: url('https://filter.ua/catalog/view/assets/images/libra.svg') 0 0 no-repeat;
    width: 29px;
    height: 16px;
    transition: 0.35s;
    background-size: contain;
    display: inline-block;
}

.header__body .compare-basket .favorite-link:hover .icon-favorite {
    background: url('https://filter.ua/catalog/view/assets/images/icon-favorite-new-orange.svg') 0 0 no-repeat;
}
.header__body .compare-basket .icon-favorite {
    background: url('https://filter.ua/catalog/view/assets/images/icon-favorite-new.svg') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    transition: 0.35s;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.header__body .header__logo {
    width: 220px;
    height: 78px;
    margin-left: -5px;
    position: relative;
}
@media (max-width: 768px) {
    .header__body .header__logo {
        width: 151px;
        height: 53px;
    }
}
@media (max-width: 768px) and (max-width: 530px) {
    .header__body .header__logo {
        margin-top: -3px;
    }
}
@media (max-width: 992px) {
    .header__body .compare-basket {
        gap: 5px;
        justify-content: flex-end;
    }

    .header__body .header__logo img {
        position: absolute;
        width: 151px;
        height: 53px;
    }

    .header__logo.header__logo-new {
        margin: 0 auto;
        width: auto;
        height: auto;
    }

    .header__logo.header__logo-new img {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 110px;
    }
}
.menu-mobile {
    --mm-space-1: 8px;
    --mm-space-2: 16px;
    --mm-space-3: 24px;
    --mm-space-4: 32px;
    --mm-radius-pill: 14px;
    --mm-radius-card: 16px;
    --mm-color-bg: #ffffff;
    --mm-color-surface: rgba(255, 255, 255, 0.92);
    --mm-color-text: #3a3f4b;
    --mm-color-text-muted: #5f6675;
    --mm-color-text-subtle: rgba(47, 52, 58, 0.78);
    --mm-color-accent: #5189ff;
    --mm-color-accent-soft: rgba(81, 137, 255, 0.08);
    --mm-color-accent-soft-strong: rgba(81, 137, 255, 0.14);
    --mm-color-border: rgba(0, 0, 0, 0.05);
    --mm-color-border-strong: rgba(0, 0, 0, 0.08);
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1049;
    pointer-events: none;
}
@media (max-width: 992px) {
    .menu-mobile {
        display: block;
    }
}
.menu-mobile.active-nav {
    pointer-events: auto;
}
.menu-mobile__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.18);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.22s ease;
}
.menu-mobile__drawer {
    position: relative;
    width: 84vw;
    max-width: 680px;
    height: 100dvh;
    background: #ffffff;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    font-family: 'Exo 2', sans-serif;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    overflow: hidden;
}
.menu-mobile.active-nav .menu-mobile__overlay {
    opacity: 1;
}
.menu-mobile.active-nav .menu-mobile__drawer {
    transform: translateX(0);
}
body.menu-mobile-open {
    overflow: hidden;
}
.menu-mobile .phone-block {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 15px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
}
.menu-mobile .lang_switch {
    margin-top: 0;
}
.menu-mobile .lang_switch ul {
    display: flex;
    margin-right: var(--mm-space-2);
    list-style: none;
}
.menu-mobile .lang_switch ul li {
    overflow: hidden;
}
.menu-mobile .lang_switch ul li:first-child {
    border-radius: 18px 0 0 18px;
}
.menu-mobile .lang_switch ul li.active span,
.menu-mobile .lang_switch ul li.active button {
    background: #1b8aff;
    color: #fff;
}
.menu-mobile .lang_switch ul a,
.menu-mobile .lang_switch ul span,
.menu-mobile .lang_switch ul button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ecf4f8;
    height: 34px;
    min-height: 34px;
    width: 38px;
    border: 0;
    padding: 0;
    font-family: inherit;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #2f7de1;
}
.menu-mobile .lang_switch ul li:last-child {
    border-radius: 0 18px 18px 0;
}
.menu-mobile .binct-phone-number-1,
.menu-mobile .binct-phone-number-2 {
    font: 600 18px/1 'Exo 2', sans-serif;
    letter-spacing: 0;
    color: #3f4753;
}
.menu-mobile__phone-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 4px;
    background: transparent;
    border-radius: 0;
    color: #3f4753;
    margin-right: auto;
}
.menu-mobile__phone-link span:last-child {
    color: currentColor;
}
.menu-mobile__phone-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: currentColor;
}
.menu-mobile__phone-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.menu-mobile__inner {
    flex: 1 1 auto;
    padding: 0 var(--mm-space-2) calc(56px + env(safe-area-inset-bottom) + var(--mm-space-1));
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #ffffff;
}
.menu-mobile__footer {
    flex: none;
    display: flex;
    justify-content: center;
    padding: 8px var(--mm-space-2) calc(12px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 36%, #ffffff 100%);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(8px);
}
.menu-mobile__inner > .menu-mobile__section {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.menu-mobile.active-nav .menu-mobile__inner > .menu-mobile__section {
    opacity: 1;
    transform: translateY(0);
}
.menu-mobile.active-nav .menu-mobile__section--quick {
    transition-delay: 0.03s;
}
.menu-mobile.active-nav .menu-mobile__section--promo {
    transition-delay: 0.07s;
}
.menu-mobile.active-nav .menu-mobile__section--catalog {
    transition-delay: 0.11s;
}
.menu-mobile.active-nav .menu-mobile__section--info {
    transition-delay: 0.15s;
}
.menu-mobile.active-nav .menu-mobile__footer {
    transition: opacity 0.22s ease 0.18s, transform 0.22s ease 0.18s;
    opacity: 1;
    transform: translateY(0);
}
.menu-mobile__section + .menu-mobile__section {
    margin-top: 0;
}
.menu-mobile__quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.menu-mobile__quick-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: var(--mm-radius-card);
    border: 1px solid rgba(81, 137, 255, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.95));
    box-shadow: none;
    font: 500 15px/1 'Exo 2', sans-serif;
    color: #1c1c1e;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.menu-mobile__quick-link:hover,
.menu-mobile__quick-link:focus {
    background: rgba(81, 137, 255, 0.03);
    border-color: rgba(81, 137, 255, 0.16);
}
.menu-mobile__quick-link:active {
    transform: scale(0.97);
    background: rgba(81, 137, 255, 0.03);
}
.menu-mobile__section--quick {
    margin-top: var(--mm-space-1) !important;
}
.menu-mobile__quick-text {
    font: 500 15px/1 'Exo 2', sans-serif;
}
.menu-mobile__quick-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #6f94ff;
    opacity: 1;
    flex-shrink: 0;
}
.menu-mobile__quick-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.menu-mobile__quick-icon--iron {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #6f94ff;
    opacity: 1;
}
.menu-mobile__quick-icon-symbol {
    display: inline-block;
    font: 500 16px/1 'Exo 2', sans-serif;
    letter-spacing: -0.04em;
    color: currentColor;
}
.menu-mobile__quick-link--iron {
    gap: 8px;
}
.menu-mobile__section--promo {
    margin-top: var(--mm-space-1) !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: var(--mm-space-1);
    margin-bottom: var(--mm-space-1) !important;
}
.menu-mobile__section--catalog {
    padding-top: 0;
    border-top: none;
}
.menu-mobile__promo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font: 500 13px/1 'Exo 2', sans-serif;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.menu-mobile__promo-chip--neutral {
    justify-self: end;
}
.menu-mobile__promo-chip--sale {
    justify-self: start;
}
.menu-mobile__promo-chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: currentColor;
    flex-shrink: 0;
}
.menu-mobile__promo-chip-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.menu-mobile__promo-chip--sale {
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.14);
    color: #f97316;
}
.menu-mobile__promo-chip--neutral {
    background: rgba(81, 137, 255, 0.1);
    border: 1px solid rgba(81, 137, 255, 0.12);
    color: #335fae;
}
.menu-mobile__promo-chip--neutral:hover,
.menu-mobile__promo-chip--neutral:focus,
.menu-mobile__promo-chip--neutral:active {
    background: rgba(81, 137, 255, 0.14);
    color: #335fae;
}
.menu-mobile__promo-chip--sale:active {
    background: rgba(249, 115, 22, 0.12);
}
.menu-mobile__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.menu-mobile__list-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
    padding: 4px 4px;
    font: 500 18px/1.3 'Exo 2', sans-serif;
    color: #3a3f4b;
    letter-spacing: -0.01em;
    text-transform: none;
    transition: color 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
}
.menu-mobile__list-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.menu-mobile__list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #6f94ff;
    opacity: 0.96;
}
.menu-mobile__list-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.menu-mobile__list--catalog .menu-mobile__list-link + .menu-mobile__list-link {
    border-top: 1px solid rgba(0, 0, 0, 0.045);
}
.menu-mobile__list-link:hover,
.menu-mobile__list-link:focus {
    background: transparent;
    border-radius: 0;
    color: #314055;
    opacity: 0.94;
}
.menu-mobile__list--catalog .menu-mobile__list-link:active {
    background: transparent;
    border-radius: 0;
    color: #314055;
    opacity: 0.85;
}
.menu-mobile__section--info {
    margin-top: var(--mm-space-1) !important;
    padding-top: var(--mm-space-1);
    border-top: 1px solid var(--mm-color-border-strong);
}
.menu-mobile__utility-heading {
    margin: 0 0 var(--mm-space-1);
    font: 700 12px/1 'Exo 2', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mm-color-text-subtle);
}
.menu-mobile__utility-heading--section {
    margin-bottom: 8px;
}
.menu-mobile__utility-heading--secondary {
    margin-top: var(--mm-space-1);
    padding-top: var(--mm-space-1);
    border-top: 1px solid var(--mm-color-border-strong);
}
.menu-mobile__info-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 0;
    padding: 0;
}
.menu-mobile__info-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    min-height: 32px;
    padding: 2px 0;
    color: #4a4f57;
    font: 500 14px/1.3 'Exo 2', sans-serif;
    transition: background-color 0.18s ease, color 0.18s ease;
}
.menu-mobile__info-main {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}
.menu-mobile__info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #7488a3;
    opacity: 0.92;
    flex-shrink: 0;
}
.menu-mobile__info-icon--about {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    opacity: 0.92;
}
.menu-mobile__info-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.menu-mobile__info-icon--about svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.5;
}
.menu-mobile__info-link:hover,
.menu-mobile__info-link:focus {
    color: #4a4f57;
    border-radius: 10px;
}
.menu-mobile__info-link:active {
    background: #f7faff;
    border-radius: 10px;
}
.menu-mobile__section--helper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.menu-mobile__help-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    height: 42px;
    padding: 0 24px;
    border-radius: var(--mm-radius-pill);
    background: #5189ff;
    color: #fff;
    font: 600 15px/1 'Exo 2', sans-serif;
    white-space: nowrap;
    border: none;
    box-shadow: none;
    transition: background-color 0.18s ease, opacity 0.18s ease;
    text-align: center;
}
.menu-mobile__help-pill span {
    color: #fff;
}
.menu-mobile__help-pill:hover,
.menu-mobile__help-pill:focus,
.menu-mobile__help-pill:active {
    background: #4a82ff;
}
.menu-mobile .close-btn {
    position: absolute;
    right: var(--mm-space-2);
    top: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
    transition: transform 0.3s;
    opacity: 0.75;
    border: 0;
    background: transparent;
    padding: 0;
}
.menu-mobile .close-btn:hover,
.menu-mobile .close-btn:focus {
    opacity: 1;
}
.menu-mobile .close-btn:active {
    opacity: 0.65;
}
.menu-mobile .close-btn .bar {
    position: absolute;
    width: 22px;
    height: 1.5px;
    background: #5189ff;
    border-radius: 5px;
    left: 9px;
}
.menu-mobile .close-btn .bar:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
}
.menu-mobile .close-btn .bar:nth-of-type(2) {
    top: 19px;
    transform: rotate(-45deg);
}
.menu-mobile__overlay:focus-visible,
.menu-mobile .lang_switch ul a:focus-visible,
.menu-mobile .lang_switch ul button:focus-visible,
.menu-mobile__phone-link:focus-visible,
.menu-mobile__quick-link:focus-visible,
.menu-mobile__promo-chip:focus-visible,
.menu-mobile__list-link:focus-visible,
.menu-mobile__info-link:focus-visible,
.menu-mobile__help-pill:focus-visible,
.menu-mobile .close-btn:focus-visible {
    outline: 2px solid rgba(81, 137, 255, 0.5);
    outline-offset: 3px;
}
@media (max-width: 420px) {
    .menu-mobile .phone-block {
        padding: 2px 14px;
    }

    .menu-mobile .lang_switch ul {
        margin-right: 12px;
    }

    .menu-mobile .lang_switch ul a,
    .menu-mobile .lang_switch ul span,
    .menu-mobile .lang_switch ul button {
        width: 36px;
        height: 32px;
        min-height: 32px;
    }

    .menu-mobile .binct-phone-number-1,
    .menu-mobile .binct-phone-number-2 {
        font-size: 17px;
    }

    .menu-mobile__inner {
        padding: 0 14px calc(56px + env(safe-area-inset-bottom) + var(--mm-space-1));
    }

    .menu-mobile__section + .menu-mobile__section {
        margin-top: 0;
    }

    .menu-mobile__section--quick {
        margin-top: var(--mm-space-2) !important;
    }

    .menu-mobile__quick-grid {
        gap: 8px;
    }

    .menu-mobile__section--promo {
        gap: 8px;
    }

    .menu-mobile__quick-link {
        min-height: 36px;
        padding: 0 12px;
        border-radius: var(--mm-radius-card);
    }

    .menu-mobile__section--info {
        margin-top: var(--mm-space-1) !important;
    }

    .menu-mobile__info-links {
        padding: 0;
        column-gap: 12px;
    }

    .menu-mobile__info-link {
        min-height: 36px;
        font-size: 14px;
        padding: 4px 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .menu-mobile__overlay,
    .menu-mobile__drawer,
    .menu-mobile__inner > .menu-mobile__section,
    .menu-mobile__help-pill,
    .menu-mobile__quick-link,
    .menu-mobile__promo-chip,
    .menu-mobile__list-link,
    .menu-mobile__info-link,
    .menu-mobile .close-btn {
        transition: none !important;
        animation: none !important;
    }

    .menu-mobile__inner > .menu-mobile__section,
    .menu-mobile__help-pill,
    .menu-mobile__quick-link,
    .menu-mobile__promo-chip,
    .menu-mobile__list-link,
    .menu-mobile__info-link {
        transform: none !important;
    }
}
.mobile-search {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
@media (max-width: 992px) {
    .mobile-search {
        top: 0;
    }
}
.mobile-search.active {
    display: block;
    animation: bounceInTop 0.8s;
}
.mobile-search .search {
    position: relative;
}
.mobile-search .search-block {
    display: none;
    position: absolute;
    top: -1px;
    right: auto;
    left: 50%;
    height: 63px;
    width: 100%;
    max-width: 1080px;
    transform: translateX(-50%);
}
@media (max-width: 992px) {
    .mobile-search .search-block {
        display: block;
    }
}
.mobile-search .search-block label {
    display: block;
    height: 100%;
    width: 100%;
}
.mobile-search .search-block input {
    display: block;
    width: 100%;
    padding: 0 50px 0 45px;
    height: 63px;
    font: 500 14px/1.4 'Exo 2', sans-serif;
    border: 1px solid transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 0 0 16px 16px;
    outline: 0;
}
.mobile-search .search-block .search_button_submit {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    text-align: center;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-search .search-block .search_button_submit i {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    background: url('https://filter.ua/catalog/view/assets/images/search.svg') 0 0 no-repeat;
}
.mobile-search .search-block .search-block-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 30px;
    width: 30px;
    color: #8b8b8b;
    font-size: 20px;
    transition: transform 0.9s;
    cursor: pointer;
}
.mobile-search .live-search-results-wrap {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: absolute;
    top: 52px;
    right: 0;
    left: 0;
    padding: 20px;
    background-color: #f6f9fb;
    z-index: 9999;
    overflow-y: auto;
}
@media (max-width: 575px) {
    .mobile-search .live-search-results-wrap .live-search-results{
        margin: -20px -20px 0 -20px;
    }
}
.mobile-search .live-search-results-wrap .live-search-result-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e9ebed;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .mobile-search .live-search-results-wrap .live-search-result-item {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #e9ebed;
    }
}
.mobile-search .live-search-results-wrap .live-search-result-item .image {
    margin-right: 25px;
    max-width: 100px;
}
@media (max-width: 575px) {
    .mobile-search .live-search-results-wrap .live-search-result-item .image {
        margin-right: 5px;
        max-width: 80px;
    }
}
.mobile-search .live-search-results-wrap .live-search-result-item .image img {
    max-width: 100%;
}
.mobile-search .live-search-results-wrap .live-search-result-item .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-right: auto;
    max-width: 100%;
}
.mobile-search .live-search-results-wrap .live-search-result-item .info .title {
    margin-bottom: 10px;
    text-align: left;
}
.mobile-search .live-search-results-wrap .live-search-result-item .info .sku {
    background: #eff0f1;
    float: right;
    border-radius: 30px;
    padding: 5px 12px;
    margin: 0;
}
@media (max-width: 575px) {
    .mobile-search .live-search-results-wrap .live-search-result-item .info .sku {
        padding: 2px 8px;
        border-radius: 0;
        font-size: 13px;
    }
}
.mobile-search .live-search-results-wrap .live-search-result-item .price {
    margin-left: 30px;
    max-width: 130px;
    width: 100%;
    font: 500 20px/1.4 'Exo 2', sans-serif;
    text-align: left;
}
@media (max-width: 575px) {
    .mobile-search .live-search-results-wrap .live-search-result-item .price {
        width: auto;
    }
}
.header-cart-top {
    display: flex;
}
.header-cart-top.full {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 8px;
    margin: 0;
    min-width: 215px;
}
@media (max-width: 992px) {
    .header-cart-top.full {
        border: none;
        padding: 0;
        position: relative;
        min-width: auto;
        display: none;
    }
    .header-cart-top.full .basket-counter {
        display: block;
        right: 0;
    }
}
.header-cart-top.full .nothing {
    display: none !important;
}
.header-cart-top.full p {
    font-size: 12px;
    line-height: 18px;
    color: #3b3d41;
    text-transform: uppercase;
    margin-bottom: 0;
}
.header-cart-top.full .content {
    border-left: 1px solid #e5e5e5;
    padding: 4px 10px;
    margin: 0;
}
.header-cart-top.full .gray-circle {
    background: none;
    margin-right: 5px;
}
.header-cart-top.full .full-content {
    display: block;
}
.header-cart-top .price {
    font: 500 18px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}
.header-cart-top .price .currency {
    color: #373b3f;
    font: 400 14px/1.4 'PT sans', sans-serif;
}
.header-cart-top .full-content {
    display: none;
}
.header-cart-top .basket-counter {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 8px;
    padding: 2px 4px;
    height: 16px;
    min-width: 16px;
    background: #8bc34a;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    font-weight: 400;
}
.header-cart-top p {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .header-cart-top.full .gray-circle {
        margin: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-cart-top p {
        display: none;
    }
}
.header-cart-top p span {
    color: #7e838c;
}
.header-cart-top .gray-circle {
    margin: 0 15px 0 0;
    padding: 13px 0 0 9px;
}
.header-cart-top .icon-cart {
    background: url('https://filter.ua/catalog/view/assets/images/cart.svg') 0 0 no-repeat;
    width: 27px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .header-cart-top .icon-cart {
        width: 25px;
        height: 25px;
    }
}
.header-cart-top .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(80, 80, 80, 0.5);
    z-index: 999;
    border-bottom: dotted 1px;
}
.header-cart-top .overlay.active {
    display: block;
}
.header-cart-top .cart-modal {
    padding: 56px 70px 56px 70px;
    background: #ffffff;
    border-radius: 23px;
    max-width: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.best-propose {
    margin: 54px 0 0;
}
@media (max-width: 1024px) {
    .best-propose {
        margin: 30px 30px;
    }
}
.best-propose h2 {
    margin-bottom: 25px;
}
.best-propose .slider-propose {
    margin-bottom: 50px;
}
@media (max-width: 1024px) {
    .white-slick {
        margin: 0 30px;
    }
}
.white-slick .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding: 16px;
}
.white-slick .slick-arrow svg path {
    transition: 0.35s;
}
.white-slick .slick-arrow:hover svg path {
    fill: #5189ff;
}
.white-slick .slick-prev {
    left: 0;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid #e5e5e5;
}
.white-slick .slick-prev svg {
    transform: rotate(45deg);
}
.white-slick .slick-next {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(50%) rotate(45deg);
    right: 0;
}
.white-slick .slick-next svg {
    transform: rotate(-45deg);
}
.white-slick .slick-list {
    border: 1px solid #e5e5e5;
    border-radius: 23px;
    background: #fff;
}
.white-slick .slick-slide {
    border-right: 1px solid #e5e5e5;
    background: #fff;
}
.brands {
    margin: 50px 0 30px;
}
@media (max-width: 992px) {
    .brands {
        margin: 30px 0;
    }
}
.brands h2 {
    margin: 0 0 25px 0 !important;
}
@media (max-width: 992px) {
    .brands h2 {
        margin: 0 30px 25px 0 !important;
    }
}
.brands .brand-item {
    padding: 25px 25px 25px 25px;
    transition: filter 0.35s ease;
    filter: grayscale(100%);
    opacity: 0.5;
}
.brands .brand-item:hover {
    filter: none;
    opacity: 1;
}

.brands-title-link {
    font: 400 28px/1.2 'Exo 2', sans-serif;
    color: #373b3f;
}

.brands-title-link:hover {
    color: #1a8aff;
}

.add-more_slider .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    border: 1px solid #e5e5e5;
    top: 30%;
    margin-top: -30px;
    z-index: 2;
    padding: 12px;
}
.add-more_slider .slick-arrow svg path {
    transition: 0.35s;
}
.add-more_slider .slick-arrow:hover svg path {
    fill: #5189ff;
}
.add-more_slider .slick-list {
    border: 1px solid #e5e5e5;
    border-radius: 23px;
    background: #fff;
}
.add-more_slider .slick-prev {
    left: 0;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid #e5e5e5;
}
.add-more_slider .slick-prev svg {
    transform: rotate(45deg);
}
.add-more_slider .slick-next {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(50%) rotate(45deg);
    right: 0;
}
.add-more_slider .slick-next svg {
    transform: rotate(-45deg);
}
.add-more_slider .slick-slide {
    border-right: 1px solid #e5e5e5;
    background: #fff;
}
.slider-brands,
.slider-clients {
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .add-more_slider .slick-arrow {
        width: 40px;
        height: 40px;
        top: 50%;
        margin: 0;
    }

    .add-more_slider .slick-prev {
        left: 14px;
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    .add-more_slider .slick-next {
        right: 14px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
}
@media (max-width: 1024px) {
    .slider-brands,
    .slider-clients {
        margin: 0 30px;
    }
}
.slider-brands .client-item,
.slider-clients .client-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.35s ease;
}
.slider-brands .client-item:hover,
.slider-clients .client-item:hover {
    filter: none;
    opacity: 1;
}
.slider-brands .client-item .name,
.slider-clients .client-item .name {
    margin-top: 10px;
}
.slider-brands .brand-item,
.slider-clients .brand-item {
    padding: 35px 25px 35px 25px;
}
@media (max-width: 1024px) {
    .slider-brands .brand-item,
    .slider-clients .brand-item {
        padding: 16px 20px 16px 20px;
    }
}
.slider-brands .slick-arrow,
.slider-clients .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding: 16px;
}
@media (max-width: 992px) {
    .slider-brands .slick-arrow,
    .slider-clients .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
.slider-brands .slick-arrow svg path,
.slider-clients .slick-arrow svg path {
    transition: 0.35s;
}
.slider-brands .slick-arrow:hover svg path,
.slider-clients .slick-arrow:hover svg path {
    fill: #5189ff;
}
.slider-brands .slick-prev,
.slider-clients .slick-prev {
    left: 0;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid #e5e5e5;
}
.slider-brands .slick-prev svg,
.slider-clients .slick-prev svg {
    transform: rotate(45deg);
}
.slider-brands .slick-next,
.slider-clients .slick-next {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(50%) rotate(45deg);
    right: 0;
}
.slider-brands .slick-next svg,
.slider-clients .slick-next svg {
    transform: rotate(-45deg);
}
.slider-brands .slick-list,
.slider-clients .slick-list {
    border: 1px solid #e5e5e5;
    border-radius: 23px;
    background: #fff;
}
.slider-brands .slick-list:after,
.slider-clients .slick-list:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 40%);
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 54px;
    height: 100%;
}
@media (max-width: 768px) {
    .slider-brands .slick-list:after,
    .slider-clients .slick-list:after {
        display: none;
    }
}
.slider-brands .slick-slide,
.slider-clients .slick-slide {
    border-right: 1px solid #e5e5e5;
    background: #fff;
}
.slider-single {
    position: relative;
    z-index: 1;
    margin: 25px 0;
}

.main-page .slider__mobile {
    display: none;
}

@media (max-width: 768px) {
    .main-page .slider__desctop {
        display: none;
    }

    .main-page .slider__mobile {
        display: block;
    }
}

.main-page .slider-single:not(.slick-initialized) {
    overflow: hidden;
}

.main-page .slider-single:not(.slick-initialized) .slider-single-item {
    display: none;
}

.main-page .slider-single:not(.slick-initialized) .slider-single-item:first-child {
    display: block;
}

.main.catalog-1 .slider-single .slider-single-item,
.main.catalog-2 .slider-single .slider-single-item {
    position: relative;
    aspect-ratio: 1170 / 320;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.slider-single .slider-single-item {
    z-index: 1;
}
.main.catalog-1 .slider-single .slider-single-item img,
.main.catalog-2 .slider-single .slider-single-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.slider-single h3 {
    position: absolute;
    top: 96px;
    left: 100px;
    font: 700 24px/1.3 'Exo 2', sans-serif;
    color: #1a8aff;
    text-transform: uppercase;
}
.slider-single h3 a,
.slider-single h3 i {
    font-weight: 700;
}
.slider-single h3 i {
    margin-left: 8px;
}
.slider-single .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding: 16px;
    opacity: 0.8;
}
.slider-single .slick-arrow svg path {
    transition: 0.35s;
}
.slider-single .slick-arrow:hover svg path {
    fill: #5189ff;
}
.slider-single .slick-prev {
    left: 0;
    transform: translateX(-50%);
}
.slider-single .slick-next {
    right: 0;
    transform: translateX(50%);
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
}
.slider-single > .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 3;
    margin-top: 0;
    transform: translateX(-50%);
}

.slick-dots > li:only-child {
    display: none;
}

.slick-dots li {
    margin: 0 5px;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li.slick-active button {
    background: #1a8aff;
}
.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    max-width: 5px;
    max-height: 5px;
    padding: 3px;
    border-radius: 50%;
    background-color: #b9bec3;
    transition: all 0.3s ease;
    outline: none;
}
.slick-dots button:hover,
.slick-dots button:focus {
    background-color: #7d848e;
}

.full__link-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1150px) {
    .main-page .slider-single picture {
        overflow: hidden;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        display: block;
        height: 290px;
    }

    .main-page .slider-single img {
        width: 100%;
        object-fit: contain;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        display: block;
        height: 290px;
    }
}

@media (max-width: 992px) {
    .main-page .slider-single picture {
        height: 230px;
    }

    .main-page .slider-single img {
        height: 230px;
    }

    .main-page .slider-single .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .main-page .slider-single img {
        height: 230px;
        object-fit: cover;
    }
}

@media (max-width: 520px) {
    .main-page .slider-single {
        /*display: none;*/
    }
}

.popular-products,
.before-products {
    margin: 54px 0 0;
}
@media (max-width: 1024px) {
    .popular-products,
    .before-products {
        margin: 0 30px;
    }
}
.popular-products h2,
.before-products h2 {
    margin-bottom: 25px;
}
.popular-products .old-price,
.before-products .old-price {
    color: #bbb;
    text-decoration: line-through;
    font: 500 20px/1.4 'Exo 2', sans-serif;
    width: fit-content;
    display: inline;
}
.slider-product,
.slider-propose {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 23px;
    background: #fff;
    position: relative;
    z-index: 5;
}
.slider-product .slick-arrow,
.slider-propose .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding: 16px;
}
@media (max-width: 1024px) {
    .slider-product .slick-arrow,
    .slider-propose .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
.slider-product .slick-arrow svg path,
.slider-propose .slick-arrow svg path {
    transition: 0.35s;
}
.slider-product .slick-arrow:hover svg path,
.slider-propose .slick-arrow:hover svg path {
    fill: #5189ff;
}
.slider-product .slick-prev,
.slider-propose .slick-prev {
    left: 0;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid #e5e5e5;
}
.slider-product .slick-prev svg,
.slider-propose .slick-prev svg {
    transform: rotate(45deg);
}
.slider-product .slick-next,
.slider-propose .slick-next {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(50%) rotate(45deg);
    right: 0;
}
.slider-product .slick-next svg,
.slider-propose .slick-next svg {
    transform: rotate(-45deg);
}
.slider-product .slick-list,
.slider-propose .slick-list {
    border: 1px solid #e5e5e5;
    border-radius: 23px;
    background: #fff;
}
.slider-product .slick-list:after,
.slider-propose .slick-list:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 40%);
    position: absolute;
    top: 0;
    right: -1px;
    content: '';
    display: block;
    width: 54px;
    height: 100%;
}
@media (max-width: 768px) {
    .slider-product .slick-list:after,
    .slider-propose .slick-list:after {
        display: none;
    }
}
.slider-product .product,
.slider-propose .product {
    border-radius: 0;
    border: none;
    border-right: 1px solid #e5e5e5;
}
.slider-product .slick-slide,
.slider-propose .slick-slide {
    background: #fff;
}

.slider-propose .price {
    display: inline-block;
    margin: 10px 4px;
}

.slider-propose .old-price {
    text-decoration: line-through;
    color: #bbb;
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 20px;
    display: inline;

    margin: 10px 4px;
}
.slider-product .slick-slide .review,
.slider-propose .slick-slide .review {
    transition: 0.35s;
}
.slider-product .slick-slide .review:hover,
.slider-propose .slick-slide .review:hover {
    border-bottom: none;
}
.slider-product .slick-slide:hover .title,
.slider-propose .slick-slide:hover .title {
    color: #1a8aff;
}
.work-examples-slider-wrap {
    position: relative;
    margin: 40px 0;
}
.work-examples-slider-wrap .sliderdots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    right: 24%;
    width: 170px;
    padding: 10px 25px;
    border-radius: 25px 25px 0 0;
    z-index: 1000;
    text-align: center;
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .sliderdots {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
.work-examples-slider-wrap .sliderdots .slick-dots {
    outline: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 17px 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px 25px 0 0;
    z-index: 1000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-examples-slider-wrap .sliderdots .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: -5px 7px;
    background-color: #7e838c;
    cursor: pointer !important;
}
.work-examples-slider-wrap .sliderdots .slick-dots li button {
    display: none;
}
.work-examples-slider-wrap .sliderdots .slick-dots li.slick-active {
    background-color: #1a8aff;
    position: relative;
    width: 9px;
    height: 9px;
    vertical-align: top;
}
.work-examples-slider-wrap .sliderdots .slidearrows {
    position: relative;
}
.work-examples-slider-wrap .sliderdots .slider_arrow_p {
    outline: 0;
    position: absolute;
    left: 20px;
    top: -3px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 14px;
    border-radius: 0;
    background: url('https://filter.ua/catalog/view/assets/images/slider_arrow_l.png') 0 0 no-repeat;
    transform: rotate(0);
    z-index: 1005;
    cursor: pointer;
}
.work-examples-slider-wrap .sliderdots .slider_arrow_n {
    outline: 0;
    position: absolute;
    right: 20px;
    top: -3px;
    left: auto;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 14px;
    border-radius: 0;
    background: url('https://filter.ua/catalog/view/assets/images/slider_arrow_r.png') 0 0 no-repeat;
    transform: rotate(0);
    z-index: 1005;
    cursor: pointer;
}
.work-examples-slider-wrap .work-examples-slider {
    background-color: #ebf0f6;
    border-radius: 25px;
}
.work-examples-slider-wrap .work-examples-slider .slick-dots li {
    margin: 0 5px;
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item {
    height: 100%;
    width: 100%;
    max-height: 380px;
    display: flex !important;
    justify-content: space-between !important;
    transition: opacity 500ms linear 0s;
}
@media (max-width: 992px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item {
        max-height: 420px;
    }
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item {
        flex-direction: column;
        max-height: none;
    }
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details {
    flex: 1;
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details .where {
    font-size: 22px;
    margin-bottom: 4px;
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details .what,
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details .text-2 {
    text-transform: initial;
    font-size: 16px;
    color: #7e838c;
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details .text-1 {
    font-size: 16px;
    color: #7e838c;
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details_title {
    margin-bottom: 16px;
    padding: 17px 35px 18px 35px;
    border-bottom: 1px solid #f9fbfc;
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item .details_title {
        padding: 15px 10px;
    }
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details .item {
    margin-bottom: 16px;
    padding-left: 35px;
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .item {
        padding-left: 10px;
        margin-bottom: 15px;
        padding-top: 10px;
    }
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .details .item:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .item:last-child {
        margin-bottom: 16px;
    }
}
@media (max-width: 530px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item .details .item:last-child {
        margin-bottom: 5px;
    }
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .image {
    flex: 2;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item .image {
        position: relative;
        width: 100%;
        min-height: 350px;
    }
}
.work-examples-slider-wrap .work-examples-slider .work-examples-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
@media (max-width: 768px) {
    .work-examples-slider-wrap .work-examples-slider .work-examples-item .image img {
        position: absolute;
    }
}
.flip-clock-container {
    direction: ltr;
    font-family: 'Exo 2';
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    --flip-bg-color: #ff5b08;
    --flip-text-color: #fff;
    --flip-dots-color: #ff5b08;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
}
.flip-clock-container * {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.flip-clock-container *::before,
.flip-clock-container *::after {
    box-sizing: border-box;
}
.flip-clock-container [class|='flip-item'] {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 10px;
}
.flip-clock-container [class|='flip-item']::before {
    content: ':';
    font-family: Consolas;
    font-size: 20px;
    color: var(--flip-dots-color);
    line-height: 30px;
    margin: 0 4px;
}
.flip-clock-container [class|='flip-item']:first-child::before {
    content: none;
}
.flip-clock-container [class|='flip-item'] .flip-digit {
    width: 20px;
    height: 30px;
    position: relative;
    margin: 0 -3px;
    border-radius: 10px 10px 10px 10px;
}
.flip-clock-container [class|='flip-item'] .flip-digit:first-child > span:before {
    border-radius: 0 10px 0 0;
}
.flip-clock-container [class|='flip-item'] .flip-digit:first-child > span:after {
    border-radius: 0 0 10px 0;
}
.flip-clock-container [class|='flip-item'] .flip-digit:last-child > span:after {
    border-radius: 0 0 0 10px;
}
.flip-clock-container [class|='flip-item'] .flip-digit:last-child > span:before {
    border-radius: 10px 0 0 0;
}
.flip-clock-container [class|='flip-item'] .flip-digit > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Exo 2';
    display: block;
    perspective: 100px;
}
.flip-clock-container [class|='flip-item'] .flip-digit > span::after,
.flip-clock-container [class|='flip-item'] .flip-digit > span::before {
    content: attr(data-digit);
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    color: var(--flip-text-color);
    background-color: var(--flip-bg-color);
    overflow: hidden;
    transform-style: preserve-3d;
}
.flip-clock-container [class|='flip-item'] .flip-digit > span::before {
    top: 0;
    line-height: 30px;
    transform-origin: bottom;
}
.flip-clock-container [class|='flip-item'] .flip-digit > span::after {
    bottom: 0;
    line-height: 0px;
    transform-origin: top;
}
.flip-clock-container [class|='flip-item'] .flip-digit.flipping .flip-digit-next {
    z-index: 0;
    animation: afterZIndexAnim 0.9s linear forwards;
}
.flip-clock-container [class|='flip-item'] .flip-digit.flipping .flip-digit-next::before {
    animation: afterUpShadowAnim 0.9s linear forwards;
}
.flip-clock-container [class|='flip-item'] .flip-digit.flipping .flip-digit-next::after {
    animation: afterFlipAnim 0.9s linear forwards, afterDownShadowAnim 0.9s linear forwards;
}
.flip-clock-container [class|='flip-item'] .flip-digit.flipping .flip-digit-current {
    z-index: 1;
    animation: currentZIndexAnim 0.9s linear forwards;
}
.flip-clock-container [class|='flip-item'] .flip-digit.flipping .flip-digit-current::before {
    animation: currentFlipAnim 0.9s linear forwards, currentUpShadowAnim 0.9s linear forwards;
}
.flip-clock-container [class|='flip-item'] .flip-digit.flipping .flip-digit-current::after {
    animation: currentDownShadowAnim 0.9s linear forwards;
}
@keyframes afterZIndexAnim {
    0% {
        z-index: 0;
    }
    100% {
        z-index: 1;
    }
}
@keyframes currentZIndexAnim {
    0% {
        z-index: 1;
    }
    100% {
        z-index: 0;
    }
}
@keyframes afterFlipAnim {
    0% {
        transform: rotateX(180deg);
    }
    100% {
        transform: rotateX(0);
    }
}
@keyframes afterUpShadowAnim {
    0% {
        box-shadow: inset 0 -100px 20px -10px #ff5b08;
    }
    100% {
        box-shadow: inset 0 0 20px -10px rgba(255, 91, 8, 0);
    }
}
@keyframes afterDownShadowAnim {
    0% {
        box-shadow: inset 0 100px 20px -10px #ff5b08;
    }
    100% {
        box-shadow: inset 0 0 20px -10px rgba(255, 91, 8, 0);
    }
}
@keyframes currentFlipAnim {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-180deg);
    }
}
@keyframes currentUpShadowAnim {
    0% {
        box-shadow: inset 0 0 15px -10px rgba(255, 91, 8, 0);
    }
    50% {
        box-shadow: inset 0 -50px 25px -10px #ff5b08;
    }
    100% {
        box-shadow: inset 0 -100px 25px -10px #ff5b08;
    }
}
@keyframes currentDownShadowAnim {
    0% {
        box-shadow: inset 0 0 15px -10px rgba(255, 91, 8, 0);
    }
    50% {
        box-shadow: inset 0 50px 25px -10px #ff5b08;
    }
    100% {
        box-shadow: inset 0 100px 25px -10px #ff5b08;
    }
}
footer .footer-inner {
    border-top: 1.5px solid #e5e5e5;
    padding-top: 88px;
}
@media (max-width: 768px) {
    footer .footer-inner {
        padding-top: 45px;
    }
}
footer .search_page_form {
    margin-bottom: 25px;
}
footer .search_page_form form {
    width: 100%;
    display: flex;
    height: 53px;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    overflow: hidden;
}
footer .search_page_form form button {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    border: none;
    background: #ecf4f8;
    transition: all 0.3s;
    text-transform: uppercase;
}
footer .search_page_form form button i {
    margin-right: 7px;
    position: relative;
    width: 15px;
    height: 15px;
    background: url('https://filter.ua/catalog/view/assets/images/search.svg') 0 0 no-repeat;
}
footer .search_page_form form input {
    font-family: 'PT Sans';
    font-size: 14px;
    font-style: italic;
    flex: 1;
    padding: 0 25px;
    border: none;
    border-radius: 22px;
    outline: 0;
    background-color: transparent;
}
footer .popular-search-request {
    margin-bottom: 50px;
}
footer .popular-search-request span {
    color: #7d848e;
    margin-right: 10px;
}
footer .popular-search-request a {
    margin-right: 10px;
}
footer .footer-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    footer .footer-body {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
footer .footer-body .col {
    flex: 1;
    margin-right: 20px;
}
@media (max-width: 768px) {
    footer .footer-body .col {
        flex: 1 1 228px;
        margin-bottom: 30px;
        max-width: 228px;
        text-align: center;
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    footer .footer-body .col:nth-child(2) {
        display: none;
    }
}
@media (max-width: 768px) {
    footer .footer-body .col:nth-child(2) {
        display: block;
    }
}
footer .footer-body .col:last-child {
    margin-right: 0;
}
footer .footer-body .col .icon-payment {
    background: url('https://filter.ua/catalog/view/assets/images/payment.png') 0 0 no-repeat;
    width: 130px;
    height: 24px;
    display: block;
    margin: 80px auto 0;
}
@media (max-width: 768px) {
    footer .footer-body .col .icon-payment {
        margin: 25px auto 0;
        padding: 0;
    }
}
footer .footer-body .col .footer-phones {
    border: 1px solid var(--blue-1);
    border-radius: 15px;
    padding: 16px;
    margin: -14px 0 0 8px;
    min-width: 190px;
}
footer .footer-body .col .footer-phones h2 {
    text-align: inherit;
}
footer .footer-body .col .footer-phones a {
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Exo 2';
}
footer .footer-body .col .footer-phones ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
footer .footer-body .col .footer-phones ul.visible {
    height: auto;
    overflow: auto;
    opacity: 1;
    margin-top: 15px;
}
footer .footer-body .col .footer-phones ul li {
    margin: 0 0 14px 0;
}
footer .footer-body .col .footer-phones ul li:last-child {
    margin: 0;
}
footer .footer-body .col .footer-phones ul span {
    color: #7d848e;
    margin-left: 5px;
}
footer .footer-body .col .footer-phones .footer-phone-btn {
    display: inline-block;
    margin-top: 5px;
    color: #1a8aff;
    border-bottom: 1px dotted var(--blue-1);
    text-transform: initial;
}
footer .footer-body .col .footer-phones .footer-phone-btn .caretd {
    position: relative;
    margin: 0 5px 0 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: -2px;
    left: 0;
    border: none;
    border-right: 2px solid var(--blue-1);
    border-bottom: 2px solid #1a8aff;
    transform: rotate(45deg);
}
footer .footer-body .col .footer-phones .title {
    font-weight: 600;
    color: #373b3f;
    margin-bottom: -4px;
}
footer .footer-body .col .footer-phones .title::before {
    display: none;
}

footer .footer-phone-number {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    color: #373b3f;
}

footer .footer-phone-number:hover {
    color: #1a8aff;
}

footer .footer-body .col .list-unstyled li {
    margin-bottom: 9px;
}
footer .footer-body .col .list-unstyled li a {
    color: var(--gray);
    transition: 0.35s;
}
footer .footer-body .col .list-unstyled li a:hover {
    color: var(--blue-1);
}
footer .footer-body .col .title {
    position: relative;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
}
footer .footer-body .col .title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--blue-1);
}
@media (max-width: 768px) {
    footer .footer-body .col .title::before {
        left: 50%;
        transform: translateX(-50%);
    }

    footer .footer-body .col:nth-child(-n + 3) .title::before {
        display: none;
    }

    footer .footer-body .col:nth-child(-n + 3) .title {
        padding: 0;
        margin: 0;
    }

    footer .footer-body .col:nth-child(-n + 3) ul {
        display: none;
    }

    footer .footer-body .col:nth-child(-n + 3) .title.active {
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    footer .footer-body .col .title.active::before {
        display: inline-block;
    }
}
footer .social {
    margin: 45px 0 30px 0;
}
footer .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}
footer .social .icon {
    margin-right: 10px;
    text-align: center;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    font-size: 22px;
    color: #7d848e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
footer .copyright-text {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open .overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 80, 80, 0.5) !important;
    z-index: 999;
    border-bottom: dotted 1px;
}
.modal-open {
    overflow: hidden !important;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    text-align: center;
    outline: 0;
}
.modal.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.modal.fade.in {
    display: flex;
    opacity: 1;
}
.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    transform: translate(0, 0);
}
.modal .modal-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 54px 10px #868c92;
    border: none;
    border-radius: 32px;
}
@media (max-width: 992px) {
    .modal .modal-content {
        border-radius: 23px;
    }
}
.modal .modal-content .btn-close {
    top: 18px;
    right: 18px;
    border: none;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    width: 15px;
    height: 15px;
    outline: 0;
}
.modal .modal-content .btn-close:before,
.modal .modal-content .btn-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #7d848e;
    transform: rotate(45deg);
}
.modal .modal-content .btn-close:after {
    transform: rotate(-45deg);
}
.modal .modal-content .modal-title-big {
    font-size: 28px !important;
}
.modal .modal-content .modal-title {
    display: inline-block;
    color: #373b3f;
    font: 400 18px/1.2 'Exo 2', sans-serif;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .modal .modal-content .modal-title {
        margin: -20px 0 30px 0;
        font-size: 28px;
    }
}
.modal .modal-content .modal-title--xl{
    display: block;
    color: #3B3D41;
    font: 700 29px/1.2 'Exo 2', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    .modal .modal-content .modal-title--xl {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
.modal .modal-header {
    padding: 56px 70px 0 70px;
    border-bottom: 0;
}
.modal .modal-body {
    padding: 0 60px 60px;
}
.modal:before {
    /*content: '';*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*height: 100%;*/
    /*width: 1px;*/
    /*margin-right: -6px;*/
}
.modal-xxl {
    width: 100% !important;
    max-width: 1110px !important;
}
@media (max-width: 1200px) {
    .modal-xxl {
        max-width: 992px !important;
    }
}
@media (max-width: 1024px) {
    .modal-xxl {
        max-width: 730px !important;
    }
}
@media (max-width: 768px) {
    .modal-xxl {
        width: auto !important;
        max-width: calc(100% - 20px) !important;
    }
}
.modal-xxl .modal-header {
    padding-top: 89px;
}
@media (max-width: 1200px) {
    .modal-xxl .modal-header {
        padding: 36px 34px 0 34px;
    }
}
.modal-xxl .modal-body {
    padding-bottom: 54px;
}
@media (max-width: 1200px) {
    .modal-xxl .modal-body {
        padding: 0 34px 36px 34px;
    }
}
@media (max-width: 768px) {
    .modal-xxl .modal-body {
        padding: 10px 0 0 0;
    }
}
.modal-xs {
    width: 504px !important;
}
@media (max-width: 530px) {
    .modal-xs {
        width: auto !important;
    }
}
@media (max-width: 768px) {
    .modal-xs .modal-header {
        padding: 55px 15px 15px 15px !important;
    }
}
@media (max-width: 768px) {
    .modal-xs .modal-body {
        padding: 0 15px 30px 15px !important;
    }
}
@media (min-width: 1200px) and (max-height: 768px) {
    .modal-xxl .modal-header {
        padding-top: 40px !important;
    }

    .modal-xxl .modal-body {
        padding-bottom: 24px;
    }
}
.modal-xs .valign-middle {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 100px 0;
}
@media (max-width: 530px) {
    .modal-xs .valign-middle {
        padding: 50px 40px 70px;
    }
}
.modal-xs .valign-middle .text-center,
.modal-xs .valign-middle a {
    font-size: 18px;
    font-family: 'Exo 2';
}
.modal-sm {
    width: 534px !important;
}
.modal-sm .btn-1 {
    margin: 0 auto;
}
.modal-sm .modal-title {
    font: 400 18px/1.2 'Exo 2', sans-serif !important;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .modal-sm {
        width: auto !important;
    }
    .modal-sm .modal-body {
        padding: 15px;
    }
}
.modal-md {
    width: 646px !important;
}
@media (max-width: 768px) {
    .modal-md {
        width: auto !important;
        max-width: 646px !important;
    }
    .modal-md .modal-header {
        padding: 45px 20px 0 20px !important;
    }
    .modal-md .modal-body {
        padding: 0 20px 20px 20px !important;
    }
}
.modal-md .modal-header .nav-tabs-white {
    margin-top: 0;
}
.modal-md .modal-header .nav-tabs-white li {
    margin-right: 20px;
}
.modal-md .modal-header .nav-tabs-white li a {
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
.modal-md .modal-body img {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 30px;
}
.modal-md .modal-body .info-img {
    float: none;
    width: 100%;
    max-width: none;
}
.modal-md .modal-body p {
    color: #7d848e;
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 16px;
}
.modal-md .modal-body p.bold {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    display: inline-block;
    color: #373b3f;
}
.modal-md .modal-body ul {
    padding-inline-start: 40px;
    list-style-type: disc;
    margin-bottom: 10px;
}
.modal-md .modal-body ul li {
    color: #7d848e;
    line-height: 1.4;
    font-size: 14px;
}
.modal-md .modal-body em {
    font-style: italic;
}
.modal-md .modal-body strong {
    color: #7d848e;
    font-weight: 700;
}
.modal-credit .modal-header {
    padding-top: 60px;
}
@media (max-width: 992px) {
    .modal-credit .modal-header {
        padding-top: 20px;
        padding-bottom: 20px;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #FFF;
    }
    .modal-credit .modal-header .modal-title.modal-title--xl {
        margin: 0;
    }
    .modal-credit .modal-body {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.modal-credit .modal-info-item {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.product-modal .modal-info-item {
    margin-top: 40px;
    padding-left: 48px;
    position: relative;
}

.product-modal .modal-info-item img {
    position: absolute;
    top: 0;
    left: 0;
}
.modal-credit .modal-info-item:last-child {
    margin-bottom: 0;
}
.modal-credit .modal-info-item a {
    color: #1a8aff;
    text-transform: initial;
    border-bottom: none;
}
.modal-credit .modal-info-item h6 {
    font: 700 18px/1.2 'Exo 2', sans-serif;
    margin: 0 0 18px 0;
    color: #7d848e;
}
@media (max-width: 768px) {
    .modal-credit .modal-info-item {
        padding-left: 0;
    }
}
.modal-credit .modal-info-item img {
    position: absolute;
    left: 0;
    width: 30px;
}
.modal-credit .modal-info-item img.info-img {
    position: static;
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .modal-credit .modal-info-item img {
        position: static;
        float: left;
        margin: 0 10px;
    }
}
.modal-credit .nav-tabs-white-big {
    list-style-type: none !important;
}
@media (max-width: 530px) {
    .modal-credit .nav-tabs-white-big {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal-credit .nav-tabs-white-big .nav-tab-inner:first-child {
        margin-bottom: 10px;
    }
}
.modal-credit .credit-slider {
    margin: 0 0px;
}
.modal-credit .credit-slider-wrap .noUi-pips {
    display: none !important;
}
.modal-credit .credit-slider-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.modal-credit .credit-slider-number span {
    min-width: 20px;
    text-align: center;
    color: #7d848e;
}
.modal-credit .tab-content {
    margin-top: 40px;
}
.modal-credit .tab-content .tab-pane-modal {
    display: none;
}
.modal-credit .tab-content .tab-pane-modal.active {
    display: block;
}
@media (max-width: 530px) {
    .modal-credit .tab-content {
        margin-top: 20px;
    }
}
.modal-credit .tab-content .clearfix {
    margin-top: 40px;
}
.modal-credit .tab-content .clearfix img {
    width: 100%;
    border-radius: 20px;
}
.modal-credit .tab-content .clearfix .right {
    margin-top: 5px;
}
.modal-credit .tab-content .clearfix .right .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.modal-credit .tab-content .clearfix .right ul {
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 40px;
}
.modal-credit .tab-content .clearfix .right ul li {
    color: #7d848e;
}
.modal-credit .tab-content .clearfix .right .row {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .modal-credit .tab-content .clearfix .right .row {
        flex-direction: column;
    }
    .modal-credit .tab-content .clearfix .right .row .btn-1 {
        margin: 5px 0;
    }
}
.modal-credit .tab-content .clearfix .right .row .month-block {
    padding-top: 7px;
    color: #373b3f;
    font-size: 16px;
    font-weight: 700;
}
.modal-credit .tab-content .clearfix .right .row .month-block .month {
    font-size: 16px;
    font-weight: 700;
}
.modal-credit .tab-content .clearfix .right .row .month-block .price {
    font: 500 20px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}
.modal-credit-table__head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .modal-credit-table__head {
        display: none;
    }
}
.modal-credit-table__bank {
    flex: 0 0 29.5%;
}
@media (max-width: 992px) {
    .modal-credit-table__bank {
        flex: 0 0 100%;
    }
}
.modal-credit-table__period {
    flex: 0 0 15%;
}
@media (max-width: 992px) {
    .modal-credit-table__period {
        flex: 0 0 calc(100% / 2 - 10px);
    }
}
@media (max-width: 767px) {
    .modal-credit-table__period {
        flex: 0 0 100%;
    }
}
.modal-credit-table__price {
    flex: 0 0 15%;
}
@media (max-width: 992px) {
    .modal-credit-table__price {
        flex: 0 0 calc(100% / 2 - 10px);
        text-align: right;
    }
}
@media (max-width: 767px) {
    .modal-credit-table__price {
        flex: 0 0 100%;
        text-align: left;
    }
}
.modal-credit-table__description {
    flex: 1;
}
@media (max-width: 992px) {
    .modal-credit-table__description {
        flex: 0 0 100%;
    }
}
.modal-credit-table__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-credit-table__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 23px;
    border: 2px solid #D2D2D2;
}
@media (max-width: 992px) {
    .modal-credit-table__item {
        flex-wrap: wrap;
    }
}
.modal-credit-table__item.is-active {
    border-color: #4188F8;
    background: rgba(65, 136, 248, 0.05);
}
.modal-credit-table-label-mob {
    display: none;
    font: 400 14px / 1.4 'PT Sans', sans-serif;
    margin-bottom: 6px;
    color: #3B3D41;
}
@media (max-width: 992px) {
    .modal-credit-table-label-mob {
        display: block;
    }
}
.modal-credit-table__price-summary, .modal-credit-table__price-summary span {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
}
.modal-credit-table__description-list ul {
    margin-bottom: 0;
}
.modal-credit-table__description-list ul li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 0;
}
.modal-credit-table__description-list ul li:not(:last-of-type) {
    margin-bottom: 2px;
}
.modal-credit-table__description-list ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 4px;
    height: 4px;
    background: #7D848E;
    border-radius: 50%;
}
.modal-credit-table__total {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
@media (max-width: 767px) {
    .modal-credit-table__total {
        flex-direction: column;
        align-items: stretch;
    }
}
.modal-credit-table__total-info {
    flex: 1;
}
.modal-credit-table__total-info-block {
    border-radius: 8px;
    background: rgba(65, 136, 248, 0.05);
    padding: 15px 20px;
}
.modal-credit-table__total-main {
    flex: 1;
}
.modal-credit-table__total-main-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 27px;
}
@media (max-width: 1200px) {
    .modal-credit-table__total-main-items {
        padding-right: 0;
    }
}
.modal-credit-table__total-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.modal-credit-table__total-text {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
}
.modal-credit-table__total-big {
    font: 600 24px / 24px 'Exo 2', sans-serif;
    color: #3b3d41;
}
.modal-credit-table__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px 30px;
    margin-top: 25px;
}
@media (max-width: 992px) {
    .modal-credit-table__footer {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        position: sticky;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #FFF;
    }
}
.modal-credit-table__footer-continue {
    flex: 1;
}
@media (max-width: 992px) {
    .modal-credit-table__footer-continue {
        text-align: center;
    }
}
.modal-credit-table__footer-order {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.modal-credit-table__footer-order .btn-1{
    text-transform: initial;
}
.modal.cart .modal-body {
    display: flex;
}
@media (max-width: 992px) {
    .modal.cart .modal-body {
        flex-direction: column;
    }
}
.modal.cart .modal-body .col {
    padding: 0 15px;
}
.modal.cart .modal-body .col:first-child {
    flex: 1;
}
.modal.cart .modal-body .col:last-child {
    flex: 0 0 320px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .modal.cart .modal-body .col:last-child {
        padding: 0;
        flex: none;
        overflow: initial;
    }
}
.modal.cart .underline-hover.fright {
    margin-right: 29px;
    margin-top: 6px;
    float: right;
    position: relative;
    border-bottom: 1px solid transparent;
}
.modal.cart form .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
    font-size: 16px;
    height: 44px;
    background: 0 0;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #c3d6e3;
}
.modal.cart form .btn-transparent {
    width: 100%;
    text-transform: initial;
}
.modal.cart .or {
    text-align: center;
    position: relative;
    color: #9fb5c4;
    margin: 21px 0 17px;
}
.modal.cart .or span {
    background: #e8f0f7;
    color: #9fb5c4;
    padding: 2px 15px;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.modal.cart .or:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.modal.cart .wrapper-gray {
    border-radius: 20px;
    background: #e8f0f7;
    border-color: #e8f0f7;
    padding: 23px 36px 43px;
    border-right: 26px;
}
@media (max-width: 992px) {
    .modal.cart .wrapper-gray {
        margin-top: 15px;
    }
}
.modal.cart .wrapper-gray .btn-submit {
    margin-top: 15px;
    font-size: 16px;
    padding: 14px 10px 15px;
    white-space: nowrap;
    text-transform: initial;
}

.modal.cart .wrapper-gray .btn-submit.disabled {
    background: #aaa;
    border: 1px solid #aaa;
    cursor: default;
    pointer-events: none;
}

.modal.cart .wrapper-gray .btn-submit.disabled:hover {
    background: #aaa;
    border: 1px solid #aaa;
}

.modal.cart .wrapper-gray .price {
    width: auto;
    float: right;
    margin: -8px 0 2px;
    font-size: 24px;
    padding-left: 15px;
}
.basket-delivery-progress {
    margin-top: 15px;
}
@media (max-width: 768px) {
    .basket-delivery-progress {
        padding: 0 10px;
    }
}
.basket-delivery-progress__text {
    font: 700 12px / 1.25 'PT sans', sans-serif;
}
.basket-delivery-progress__line-wrapper {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
.basket-delivery-progress__line {
    border-radius: 4px;
    background: #D2D2D2;
    height: 4px;
    position: relative;
}
.basket-delivery-progress__line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
    width: var(--current-width);
    background-color: #8BD52E;
}
.basket-delivery-progress__line-car {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: var(--current-width);
    width: 24px;
    height: 24px;
    margin-left: -24px;
}
.basket-recommended {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .basket-recommended {
        margin-top: 25px;
        padding: 0 10px;
    }
}
.basket-recommended__title {
    font: 600 18px / 1.2 'Exo 2', sans-serif;
    color: #3b3d41;
    padding: 4px 65px 4px 0;
    margin-bottom: 15px;
}
.basket-recommended-slider .slick-list  {
    border: 1px solid #e5e5e5;
    border-radius: 23px;
    background: #fff;
    margin-right: 1px;
}
.basket-recommended-slide {
    border-right: 1px solid #e5e5e5;
}
.basket-recommended-slider .slick-arrow {
    position: absolute;
    top: -44px;
    z-index: 1;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.basket-recommended-slider .slick-arrow svg {
    width: 20px;
    height: 20px;
}
.basket-recommended-slider .slick-prev {
    right: 36px;
}
.basket-recommended-slider .slick-next {
    right: 0;
}
.basket-recommended__slide_inner {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    min-height: 290px;
}
.basket-recommended__item_image {
    align-self: center;
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
}
.basket-recommended__item_image img {
    display: block;
    max-width: 100%;
}
.basket-recommended__item_name {
    margin-bottom: 15px;
    font: 400 14px / 1.1 'PT Sans', sans-serif;
}
.basket-recommended__item_code {
    font: 400 14px / 14px 'PT Sans', sans-serif;
    color: #7e838c;
}
.basket-recommended__count_price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 15px;
}
.basket-recommended__count_price .price__current {
    font: 600 14px / 1.4 'Exo 2', sans-serif;
    color: #3b3d41;
    position: relative;
}
.basket-recommended__count_price .info_icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background: url('https://filter.ua/catalog/view/assets/images/info_icon.svg') center center/14px no-repeat;
    cursor: pointer;
}
.basket-recommended__count_price .info_icon__tooltip,
.tooltip-basket-new {
    position: fixed;
    z-index: 1111;
    display: none;
    align-items: center;
    padding: 4px;
    max-width: 250px;
    max-height: 350px;
    overflow: auto;
    min-height: 42px;
    background: #1b8aff;
    border-radius: 5px;
    font: 400 12px / 12px 'PT Sans', sans-serif;
    color: #fff;
    text-align: center;
    scrollbar-width: thin;
}

.basket-recommended__count_price .info_icon:hover .info_icon__tooltip {
    /*display: block;*/
}

.basket-recommended__add-to-basket {
    height: 35px;
    border: 1px solid #1b8aff;
    border-radius: 20px;
    background: #fff;
    min-width: 0;
    padding: 0 12px;
    font: 300 13px / 13px 'Exo 2', sans-serif;
    color: #1b8aff;
    align-self: center;
}
.modal.cart .item {
    border: 1px solid #e9ebed;
    border-radius: 20px;
    padding: 16px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    min-height: 190px;
}
@media (max-width: 768px) {
    .modal.cart .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .modal.cart .item .btn-remove {
        left: auto;
        top: 18px;
        right: 12px;
    }
}
.modal.cart .item .btn-remove:before,
.modal.cart .item .btn-remove:after {
    background: #7d848e;
}
.modal.cart .item .sku {
    float: none;
    display: inline-block;
}
@media (max-width: 768px) {
    .modal.cart .item .sku {
        display: none;
    }
}
.modal.cart .item .image {
    float: left;
    width: 25%;
}
@media (max-width: 768px) {
    .modal.cart .item .image {
        width: 110px;
        height: 110px;
        margin-right: 5px;
    }
}
.modal.cart .item .left {
    float: left;
    margin-top: 28px;
    width: 41%;
}
@media (max-width: 768px) {
    .modal.cart .item .left {
        flex: 0 0 calc(100% - 115px);
        margin-top: 18px;
    }
}
.modal.cart .item .price {
    float: left;
    margin-top: 28px;
    padding-left: 10px;
    width: 17%;
    font: 600 24px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}

.modal.cart .item .price-old {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: -4px;
    font-family: 'Exo 2';
    color: #ff7337;
    text-decoration: line-through;
}

.modal.cart .item .price-old .currency {
    display: none;
}

.modal.cart .item .price-wrapper {
    float: left;
    margin-top: 28px;
    padding-left: 10px;
    width: 17%;
}

.modal.cart .item .price-wrapper .price {
    float: none;
    margin-top: 0;
    padding-left: 0;
    width: auto;
}

@media (max-width: 768px) {
    .modal.cart .item .price {
        flex: 0 0 50%;
        margin-top: 10px;
        padding-left: 0;
    }

    .modal.cart .item .price-wrapper {
        flex: 0 0 50%;
        margin-top: 10px;
        padding-left: 0;
    }

    .modal.cart .item .price-wrapper .price {
        flex: none;
        margin-top: 0;
    }
}
.modal.cart .item .quantity {
    margin-top: 28px;
    float: left;
}
@media (max-width: 768px) {
    .modal.cart .item .quantity {
        flex: 0 0 50%;
        margin-top: 10px;
        display: flex;
        justify-content: flex-end;
    }
}
.modal.cart .item .quantity input {
    width: 62px;
    height: 31px;
    line-height: 29px;
    float: left;
    display: block;
    padding: 0 18px 0 0;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
}
.modal.cart .item .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 31px;
}
.modal.cart .item .quantity .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 0.6;
    background: #1a8aff;
    transform: translateX(-100%);
    transition: all 0.3s linear;
}
.modal.cart .item .quantity .quantity-button.quantity-up {
    position: absolute;
    height: calc(50% - 2px);
    top: 2px;
    left: -2px;
    border-bottom: 1px solid #eee;
    border-radius: 0 3px 0 0;
}
.modal.cart .item .quantity .quantity-button.quantity-up:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #fff transparent;
}
.modal.cart .item .quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: 2px;
    left: -2px;
    height: calc(50% - 2px);
    border-radius: 0 0 3px 0;
    line-height: 0.8;
}
.modal.cart .item .quantity .quantity-button.quantity-down:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}
.modal.cart .item .quantity .quantity-button.quantity-down.disabled {
    pointer-events: none;
    cursor: pointer;
}
.modal.cart .item .quantity .quantity-button.disabled {
    background: #e5e5e5;
    cursor: default;
}
.modal.cart .cart-container {
    height: 554px;
    overflow-y: auto;
}
@media (max-width: 992px) {
    .modal.cart .cart-container {
        max-height: 300px;
    }
}
.modal.request-call-top button.btn-1 {
    margin: 15px auto 0;
    padding: 14px 46px 15px;
}
.modal.request-call-top input {
    height: 50px;
    font-size: 16px;
    color: #555;
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 6px 12px;
    font-family: 'PT Sans';
    box-shadow: none;
    outline: none;
}
.modal.request-call-top .modal-title {
    font: 400 18px/1.2 'Exo 2', sans-serif !important;
}
.modal.city .title {
    margin-bottom: 30px;
    font: 400 28px/30px 'Exo 2', sans-serif;
    color: #3b3d41;
    text-transform: uppercase;
}
.modal.city li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 400 12px/20px 'PT sans', sans-serif;
}
.modal.city li a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    font: 400 12px/20px 'PT sans', sans-serif;
    color: #3b3d41;
    text-transform: uppercase;
}
.modal.city li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: -webkit-linear-gradient(left, #3b3d41 0, #3b3d41 2px, #fff 3px, #fff 4px) 0 0/5px repeat-x;
}

#modal-slider {
    z-index: -100;
    display: block;
}

#modal-slider.fade.in {
    z-index: 1020;
}

#modal-slider.modal.in .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
}
#modal-slider.modal.in .modal-dialog .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
}
#modal-slider.modal.in .modal-dialog .modal-body {
    flex: 1;
    padding: 0 57px 0 57px;
    overflow: hidden;
    position: relative;
}
#modal-slider .modal-body {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}

#modal-slider.modal.in .modal-dialog .product-img-slider-nav {
    top: 50%;
    transform: translateY(-56%);
    width: 100px;
    float: left;
    position: absolute;
}
#modal-slider.modal.in .modal-dialog .product-img-slider-nav .slick-list {
    min-height: 432px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    margin-top: 32px;
    width: 100%;
}
#modal-slider.modal.in .modal-dialog .product-img-slider-nav .slick-track {
    max-width: 100px;
}
#modal-slider.modal.in .modal-dialog .product-img-slider-nav .slick-list .slick-slide {
    border: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
#modal-slider.modal.in .modal-dialog .product-img-slider-nav .slick-list .slick-slide.slick-current:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    background: #1a8aff;
    height: 2px;
    width: 100%;
}
#modal-slider.modal.in .modal-dialog .product-img-slider-nav .slick-list .slick-slide .slick-track {
    display: flex;
    flex-direction: column;
}
#modal-slider.modal.in .modal-dialog .product-img-slider-nav .slick-list .slick-slide img {
    max-width: 100%;
    max-height: 100px;
}
#modal-slider.modal.in .modal-dialog .product-img-slider {
    top: 50%;
    transform: translateY(-50%);
    margin-left: 156px;
    max-height: 756px;
    width: auto;
    flex: 1;
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    border: 1px solid #e5e5e5;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    padding: 12px;
}
@media (max-width: 992px) {
    #modal-slider.modal.in .modal-dialog .product-img-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-arrow svg path {
    transition: 0.35s;
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-arrow:hover svg path {
    fill: #5189ff;
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-prev {
    left: 0;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid #e5e5e5;
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-prev svg {
    transform: rotate(45deg);
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-next {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: translateX(50%) rotate(45deg);
    right: 0;
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-next svg {
    transform: rotate(-45deg);
}

#modal-slider.modal.in .modal-dialog .slick-list,
#modal-slider.modal.in .modal-dialog .slick-track {
    height: 100%;
}

#modal-slider.modal.in .modal-dialog .slick-list {
    /*width: 80vw;*/
}

#modal-slider.modal.in .modal-dialog .product-img-slider .slick-list .slick-slide {
    height: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    #modal-slider.modal.in .modal-dialog .product-img-slider {
        margin: 0;
    }

    #modal-slider.modal.in .modal-dialog .product-img-slider-nav {
        display: none;
    }
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-list .slick-slide img {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-list .slick-slide > div,
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-list .slick-slide .product-img-item,
#modal-slider.modal.in .modal-dialog .product-img-slider .slick-list .slick-slide img {
    height: 100%;
}
.charity-main-block {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .charity-main-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.charity-main-block .charity_img {
    vertical-align: top;
    margin-top: -30px;
}
@media (max-width: 768px) {
    .charity-main-block .charity_img {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
.charity-main-block .charity_img img {
    width: 270px;
    height: 270px;
}
.charity-main-block .list_of_charity {
    flex: 2;
}
.charity-main-block .list_of_charity p {
    color: #6886c3;
    width: 90%;
    height: 100px;
    border-radius: 25px;
    font: 400 18px/1.5 'Exo 2', sans-serif;
    padding-top: 32px;
    border: solid 1px #c7d8ee;
    box-shadow: 0 1px 6px 0 #ebe9e9;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.35s;
}
@media (max-width: 768px) {
    .charity-main-block .list_of_charity p {
        width: auto;
        margin: 0 0 15px 0 !important;
        padding: 15px 15px 20px 15px !important;
        height: auto !important;
        font: 400 15px/1.2 'Exo 2', sans-serif !important;
    }
}
.charity-main-block .list_of_charity p:hover {
    border: solid 1px #c7d8ee;
    box-shadow: 0 1px 6px 0 #cecccc;
}
.charity .content {
    margin-bottom: 70px;
}
.charity .content ul {
    list-style-type: disc;
    padding-left: 40px;
}
.products-grid .request-call {
    margin: 18px 12px 48px 12px;
}
@media (max-width: 992px) {
    .products-grid .request-call {
        display: none;
    }
}
@media (max-width: 992px) {
    .products-grid {
        text-align: center;
    }
}

.search .catalog-grid .product:hover {
    border: none;
    box-shadow: none;
}

.search .catalog-grid .product:hover .inner {
    min-height: 100%;
}
.products-grid .product {
    width: 250px;
    min-height: 390px;
    height: 370px;
    margin: 0 10px 24px 10px;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
}
@media (max-width: 992px) {
    .products-grid .product {
        width: 170px;
        padding: 0 14px 27px !important;
        margin: 0 5px 10px 5px !important;
    }
    .products-grid .product .title {
    min-height: 95px;
}
    .products-grid .product .btn-add-to-comparison,
    .products-grid .product .btn-add-to-favorite {
        display: none !important;
    }
}
.products-grid .product .discontinued {
    display: none;
}
.products-grid .product .stock-orange {
    min-height: 35px;
    overflow: hidden;
    max-height: 36px;
}
.products-grid .product .characteristics {
    margin-top: 20px;
}
.products-grid .product:hover {
    overflow: visible;
    border-color: transparent;
}
@media (max-width: 768px) {
    .products-grid .product:hover {
        overflow: hidden !important;
        border-color: #e5e5e5;
    }
}
.products-grid .product:hover .inner {
    display: block;
    padding: 5px 23px 27px 23px;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    border: 1px solid #1a8aff;
    border-radius: 20px;
    box-shadow: 0 0 31px 2px #e5e5e5;
    background: #fff;
    z-index: 3;
}
.products-grid .product .title {
    min-height: 65px;
}
.products-grid nav {
    width: 100%;
    display: block;
    padding: 0 7px 0 0;
    margin-bottom: 40px;
}
.products-grid nav .pagination {
    margin-top: -35px;
}
.products-grid .center-more-wrap {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}
.products-grid .center-more-wrap .btn-more {
    display: inline-block;
    margin: -70px 0 0 11px;
    position: relative;
    color: #373b3f;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    letter-spacing: 0.3px;
    padding: 14px 25px;
    border: 1px solid #1a8aff;
    border-radius: 30px;
    text-transform: uppercase;
}
.products-grid .center-more-wrap .btn-more span {
    text-transform: uppercase;
    color: #7d848e;
    font: 500 14px/1.1 'Exo 2', sans-serif;
}
@media (max-width: 768px) {
    .catalog-grid {
        text-align: center;
    }
}
.catalog-grid .request-call {
    margin: 0 12px 24px 12px;
    width: auto;
}
@media (max-width: 992px) {
    .catalog-grid .request-call {
        display: none;
    }
}
.catalog-grid .product {
    min-height: 380px;
    overflow: hidden;
    width: 250px;
    margin: 0 0 24px 10px;
    text-align: left;
}
@media (max-width: 992px) {
    .catalog-grid .product {
        width: 235px;
        padding: 0 14px 27px;
        margin: 0 0 5px 2px;
    }
}
@media (max-width: 530px) {
    .catalog-grid .product {
        margin: 0 0 5px 0;
        width: 49%;
        min-height: 355px !important;
        height: auto;
        padding: 0 10px 20px !important;
    }
    .catalog-grid .product .price {
        font-size: 14px;
        font-weight: 700;
    }
}
.catalog-grid .product .price .old-price {
    font-weight: 700;
    display: block !important;
    font-size: 14px;
    margin-top: -15px !important;
}
.catalog-grid .product .clearfix .title {
    min-height: 65px;
}
.catalog-grid .product .clearfix .stock.stock-orange {
    min-height: 35px;
    overflow: hidden;
}
.catalog-grid .product .characteristics {
    display: none;
}
.catalog-grid .product:hover {
    overflow: visible;
    border-color: transparent;
}

.catalog-grid .product:hover .inner {
    padding: 5px 23px 27px 23px;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    border: 1px solid #1a8aff;
    border-radius: 20px;
    box-shadow: 0 0 31px 2px #e5e5e5;
    background: #fff;
    z-index: 3;
}
@media (max-width: 1024px) {
    .catalog-grid .product:hover {
        overflow: hidden;
        border-color: #e5e5e5 !important;
        box-shadow: none !important;
    }

    .catalog-grid .product .clearfix .title {
        min-height: 85px;
    }

    .catalog-grid .product:hover .inner {
        padding: 0 !important;
        position: static;
        box-shadow: none !important;
        border: none;
    }

    .catalog-grid .product:hover .characteristics {
        display: none !important;
    }
}

.catalog-grid .product:hover .characteristics {
    display: block;
}

.catalog-grid .review {
    margin-left: 8px;
}
.products_wpap .title {
    margin-bottom: 25px;
    font-family: 'Exo 2';
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}
.products_wpap .catalog-grid {
    display: flex;
    justify-content: center;
}
.products_wpap .product {
    width: 255px;
    min-width: 255px;
    min-height: 372px;
    height: 375px;
    margin: 0 5px 24px 12px;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
}
.products_wpap .product .title {
    min-height: 55px;
    height: auto;
}
.products_wpap .product .characteristics {
    margin-top: 10px;
}
.product {
    padding: 0 22px 27px;
    max-width: 246px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.product .image {
    width: 200px;
    height: 200px;
}
@media (max-width: 992px) {
    .product .image {
        width: 100%;
        height: auto;
    }
}
.product .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product.banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product.banner .title {
    font: 700 20px/1.4 'Exo 2', sans-serif;
    color: #1a8aff;
    text-transform: uppercase;
    height: auto;
}
.product:hover .title {
    color: #1a8aff;
}
.product .inner .stock.stock-orange {
    color: #ff7337;
}
.product .inner .title {
    font-family: 'PT Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: initial;
    margin-top: 10px;
    height: 38px;
    overflow: hidden;
    color: #363b3e;
    display: block;
    transition: 0.35s;
}

.product .inner .discontinued {
    margin: 10px 4px 17px 0;
    font-family: 'Exo 2';
    font-weight: 700;
    font-size: 15px;
    color: #373b3f;
}
.product .inner .more {
    position: relative;
    color: #1a8aff;
    display: inline;
    border-bottom: 1px solid transparent;
    text-transform: initial;
    transition: 0.35s;
}
.product .inner .more .icon-arrow-right {
    background: url('https://filter.ua/catalog/view/images/arrow-right.svg') 0 0 no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
    margin-left: 7px;
    position: absolute;
    top: 60%;
    left: 100%;
    font-size: 15px;
    transform: translate3d(0, -50%, 0);
}
.product .inner .more:hover {
    border-bottom: 1px solid #1a8aff;
}
.product .inner .price,
.product .inner .price span {
    margin: 10px 4px 10px 0;
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 20px;
    color: #373b3f;
}
.product .inner .price .old-price,
.product .inner .price span .old-price {
    text-decoration: line-through;
    color: #bbb;
}
.product .inner .review {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    color: #373b3f;
    border-bottom: 1px solid rgba(55, 59, 63, 0.5);
    text-transform: initial;
    transition: 0.35s;
}
.product .inner .review:hover {
    border-bottom: 1px solid transparent;
}
.product.ga4 {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 200px;
    height: 200px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.products-row .product {
    margin: 0 0 24px 0;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
}
.products-row .product .inner {
    padding-top: 20px;
}
.products-row .product .mid-rating {
    margin-left: 0;
}
.products-row .product .country {
    margin: 0 0 10px;
}
.products-row .product .characteristics {
    display: none;
    margin-top: 15px;
    font-size: 13px;
}
.products-row .product .buy-and-compare-block {
    display: flex;
    align-items: center;
}
.products-row .product .btn-add-to-comparison,
.products-row .product .btn-add-to-favorite {
    width: 36px;
    height: 21px;
    margin-left: 10px;
}
.products-row .product .price {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-top: 28px;
}
.products-row .product .price .old-price {
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 0;
}
.products-row .product .stock {
    font-size: 14px;
    line-height: 1.1;
    height: 32px;
    display: block;
    margin-bottom: 5px;
}
.products-row .product .row {
    display: flex;
    justify-content: space-between;
}
.products-row .product .img-wrap .image {
    display: flex;
    align-items: center;
}
.products-row .product .img-wrap .image img {
    max-height: 170px;
    width: auto;
    transition: all 0s;
}
.products-row .product .info-wrap {
    width: 48%;
}
.products-row .product:hover {
    overflow: visible;
    border-color: transparent;
}
.products-row .product:hover .characteristics {
    display: block;
}
.products-row .product:hover .inner {
    display: block;
    padding: 25px 23px 27px 23px;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    border: 1px solid #1a8aff;
    border-radius: 20px;
    box-shadow: 0 0 31px 2px #e5e5e5;
    background: #fff;
    z-index: 3;
}
.products-row .product .btns-wrap {
    padding: 0 15px;
}
.products-row .product .btns-wrap .discontinued {
    font-weight: 700;
}
.products-row .product.banner {
    display: block;
    padding-top: 50px;
    padding-left: 76px;
    width: 100%;
    height: 200px;
    max-width: none;
}
.sale-inner .product {
    min-height: 370px !important;
}
.sale-inner .product,
.col-2 .product,
.tab-pane .product,
.catalog-grid .product {
    display: inline-block;
    padding: 0 22px 27px;
    color: #373b3f;
    position: relative;
    min-height: 390px;
    max-height: 390px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
    transition: 0.35s;
}
.sale-inner .product .stock-orange,
.col-2 .product .stock-orange,
.tab-pane .product .stock-orange,
.catalog-grid .product .stock-orange {
    min-height: 20px;
    overflow: hidden;
    max-height: 36px;
}
.sale-inner .product.product-small,
.col-2 .product.product-small,
.tab-pane .product.product-small,
.catalog-grid .product.product-small {
    border-radius: 0;
    min-height: 400px;
    padding-bottom: 2px;
    position: relative;
}
.sale-inner .product.product-small .btn-buy.active,
.col-2 .product.product-small .btn-buy.active,
.tab-pane .product.product-small .btn-buy.active,
.catalog-grid .product.product-small .btn-buy.active {
    border-color: #7d8492;
    color: #7d8492;
    cursor: default;
}
.sale-inner .product.product-small .btn-buy,
.col-2 .product.product-small .btn-buy,
.tab-pane .product.product-small .btn-buy,
.catalog-grid .product.product-small .btn-buy {
    font-size: 13px;
    color: #1a8aff;
    padding: 9px 10px 10px;
    border: 1px solid #1a8aff;
    transition: all 0.3s linear;
    border-radius: 30px;
    text-transform: uppercase;
}
.sale-inner .product.product-small .more,
.col-2 .product.product-small .more,
.tab-pane .product.product-small .more,
.catalog-grid .product.product-small .more {
    margin-top: 15px;
}
.sale-inner .product.product-small:hover,
.col-2 .product.product-small:hover,
.tab-pane .product.product-small:hover,
.catalog-grid .product.product-small:hover {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}
.sale-inner .product.product-small:hover .title,
.col-2 .product.product-small:hover .title,
.tab-pane .product.product-small:hover .title,
.catalog-grid .product.product-small:hover .title {
    color: #1a8aff;
}
.sale-inner .product.product-small .price .old-price,
.col-2 .product.product-small .price .old-price,
.tab-pane .product.product-small .price .old-price,
.catalog-grid .product.product-small .price .old-price {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: -5px;
}
.sale-inner .product.product-small.active .content,
.col-2 .product.product-small.active .content,
.tab-pane .product.product-small.active .content,
.catalog-grid .product.product-small.active .content {
    display: block;
}
.sale-inner .product.product-small .content,
.col-2 .product.product-small .content,
.tab-pane .product.product-small .content,
.catalog-grid .product.product-small .content {
    display: none;
    background: rgba(234, 242, 248, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 30px 24px 30px;
    z-index: 2;
    line-height: 1.45;
}
.sale-inner .product.product-small .content .btn-remove,
.col-2 .product.product-small .content .btn-remove,
.tab-pane .product.product-small .content .btn-remove,
.catalog-grid .product.product-small .content .btn-remove {
    width: 15px;
    height: 15px;
    top: 14px;
    right: 8px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
}
.sale-inner .product.product-small .content .btn-remove:before,
.sale-inner .product.product-small .content .btn-remove:after,
.col-2 .product.product-small .content .btn-remove:before,
.col-2 .product.product-small .content .btn-remove:after,
.tab-pane .product.product-small .content .btn-remove:before,
.tab-pane .product.product-small .content .btn-remove:after,
.catalog-grid .product.product-small .content .btn-remove:before,
.catalog-grid .product.product-small .content .btn-remove:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #1a8aff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform: rotate(45deg);
}
.sale-inner .product.product-small .content .btn-remove:after,
.col-2 .product.product-small .content .btn-remove:after,
.tab-pane .product.product-small .content .btn-remove:after,
.catalog-grid .product.product-small .content .btn-remove:after {
    transform: rotate(-45deg);
}
.sale-inner .product.banner,
.col-2 .product.banner,
.tab-pane .product.banner,
.catalog-grid .product.banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 26px;
}
.sale-inner .product.banner .title,
.col-2 .product.banner .title,
.tab-pane .product.banner .title,
.catalog-grid .product.banner .title {
    font: 700 20px/1.4 'Exo 2', sans-serif;
    color: #1a8aff;
    text-transform: uppercase;
    height: auto;
}
.sale-inner .product .sale-block-sticker,
.col-2 .product .sale-block-sticker,
.tab-pane .product .sale-block-sticker,
.catalog-grid .product .sale-block-sticker {
    background: #ff5b1a !important;
}
.sale-inner .product .stock-orange,
.col-2 .product .stock-orange,
.tab-pane .product .stock-orange,
.catalog-grid .product .stock-orange {
    color: #ff7337;
}
.sale-inner .product .label,
.col-2 .product .label,
.tab-pane .product .label,
.catalog-grid .product .label {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #5089ff;
    padding: 5px 8px;
    border-radius: 8px;
    font: 700 16px/1.2 'Exo 2', sans-serif;
    text-transform: uppercase;
    z-index: 2;
}
.sale-inner .product:hover,
.col-2 .product:hover,
.tab-pane .product:hover,
.catalog-grid .product:hover {
    height: auto;
    border: 1px solid #1a8aff;
    box-shadow: 0px 0px 43px -27px #000;
}
@media (max-width: 768px) {
    .sale-inner .product:hover,
    .col-2 .product:hover,
    .tab-pane .product:hover,
    .catalog-grid .product:hover {
        border: 1px solid #e5e5e5;
        box-shadow: none;
    }
}
.sale-inner .product .buy-and-compare-block,
.col-2 .product .buy-and-compare-block,
.tab-pane .product .buy-and-compare-block,
.catalog-grid .product .buy-and-compare-block {
    display: inline-block;
    margin-left: 0;
    vertical-align: super;
}
.sale-inner .product .buy-and-compare-block .btn-buy,
.col-2 .product .buy-and-compare-block .btn-buy,
.tab-pane .product .buy-and-compare-block .btn-buy,
.catalog-grid .product .buy-and-compare-block .btn-buy {
    padding: 8px;
    margin-right: 14px;
    display: inline-block;
}
@media (min-width: 1025px) {
    .sale-inner .product .buy-and-compare-block,
    .col-2 .product .buy-and-compare-block,
    .tab-pane .product .buy-and-compare-block,
    .catalog-grid .product .buy-and-compare-block {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 2000px) {
    .sale-inner .product .buy-and-compare-block .btn-buy,
    .col-2 .product .buy-and-compare-block .btn-buy,
    .tab-pane .product .buy-and-compare-block .btn-buy,
    .catalog-grid .product .buy-and-compare-block .btn-buy {
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .sale-inner .product .buy-and-compare-block .btn-buy,
    .col-2 .product .buy-and-compare-block .btn-buy,
    .tab-pane .product .buy-and-compare-block .btn-buy,
    .catalog-grid .product .buy-and-compare-block .btn-buy {
        margin-right: 0;
    }
}
.sale-inner .product .buy-and-compare-block .btn-add-to-comparison,
.col-2 .product .buy-and-compare-block .btn-add-to-comparison,
.tab-pane .product .buy-and-compare-block .btn-add-to-comparison,
.catalog-grid .product .buy-and-compare-block .btn-add-to-comparison,
.sale-inner .product .buy-and-compare-block .btn-add-to-favorite,
.col-2 .product .buy-and-compare-block .btn-add-to-favorite,
.tab-pane .product .buy-and-compare-block .btn-add-to-favorite,
.catalog-grid .product .buy-and-compare-block .btn-add-to-favorite {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .sale-inner .product .buy-and-compare-block .btn-add-to-comparison,
    .col-2 .product .buy-and-compare-block .btn-add-to-comparison,
    .tab-pane .product .buy-and-compare-block .btn-add-to-comparison,
    .catalog-grid .product .buy-and-compare-block .btn-add-to-comparison,
    .sale-inner .product .buy-and-compare-block .btn-add-to-favorite,
    .col-2 .product .buy-and-compare-block .btn-add-to-favorite,
    .tab-pane .product .buy-and-compare-block .btn-add-to-favorite,
    .catalog-grid .product .buy-and-compare-block .btn-add-to-favorite {
        display: none;
    }
}
.sale-inner .product .price,
.col-2 .product .price,
.tab-pane .product .price,
.catalog-grid .product .price {
    margin: 10px 8px 10px 0;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Exo 2';
    line-height: 1;
    display: inline-block;
    text-align: left;
}
@media (max-width: 768px) {
    .sale-inner .product .price,
    .col-2 .product .price,
    .tab-pane .product .price,
    .catalog-grid .product .price {
        font-size: 16px;
    }
}
.sale-inner .product .price .currency,
.col-2 .product .price .currency,
.tab-pane .product .price .currency,
.catalog-grid .product .price .currency {
    font: 400 14px/1.4 'PT sans', sans-serif !important;
}
.sale-inner .product .price .old-price,
.col-2 .product .price .old-price,
.tab-pane .product .price .old-price,
.catalog-grid .product .price .old-price {
    font-weight: 700 !important;
    display: block;
    font-size: 14px !important;
    margin: -6px 0 0 0;
    color: #bbb;
}
.sale-inner .product .title,
.col-2 .product .title,
.tab-pane .product .title,
.catalog-grid .product .title {
    height: 38px;
    overflow: hidden;
    line-height: 1.4;
    margin: 0;
    transition: 0.35s;
}
.sale-inner .product .characteristics,
.col-2 .product .characteristics,
.tab-pane .product .characteristics,
.catalog-grid .product .characteristics {
    margin-top: 20px;
}
@media (max-width: 530px) {
    .sale-inner .product .characteristics,
    .col-2 .product .characteristics,
    .tab-pane .product .characteristics,
    .catalog-grid .product .characteristics {
        display: none !important;
    }
}
.sale-inner .product .characteristics .text-gray,
.col-2 .product .characteristics .text-gray,
.tab-pane .product .characteristics .text-gray,
.catalog-grid .product .characteristics .text-gray {
    font-weight: 700;
}
.sale-inner .product .discontinued,
.col-2 .product .discontinued,
.tab-pane .product .discontinued,
.catalog-grid .product .discontinued {
    font-weight: 700;
    margin-bottom: 5px;
}
.sale-inner .product .image,
.col-2 .product .image,
.tab-pane .product .image,
.catalog-grid .product .image {
    overflow: hidden;
    margin-bottom: 2px;
    text-align: center;
    max-height: 211px;
}
.sale-inner .product .image img,
.col-2 .product .image img,
.tab-pane .product .image img,
.catalog-grid .product .image img {
    transition: all 0.3s linear;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 200px;
}
.price-wrap {
    display: flex;
}
.menuSearch {
    height: 100%;
    display: flex;
    min-height: 53px;
    align-items: center;
    position: relative;
    z-index: 3;
}
.menuSearch .search_close {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 20px;
    width: 30px;
    color: #8b8b8b;
    font-size: 20px;
    transition: transform 0.5s;
    cursor: pointer;
}
.menuSearch .search_close:hover {
    transform: rotate(180deg) translateX(10px) translateY(-7px);
}
.menuSearch .search_close .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.menuSearch .search_close .fa-times:before {
    content: '\2716';
}
.menuSearch button {
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuSearch button i {
    background: url('https://filter.ua/catalog/view/images/search.svg') 0 0 no-repeat;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
}
.menuSearch .searchinput {
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    font-family: 'Exo 2';
    font-size: 14px;
    font-weight: 500;
    top: 0;
    padding: 15px 40px 15px 15px;
}
.menuShow {
    z-index: 9999;
    top: 51px;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 45px 75px rgba(164, 164, 164, 0.35);
    min-height: 422px;
    display: block;
}

.menuShow .container {
    padding: 0 15px;
}
.menuShow .menuShow-item {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}
.menuShow .menuShow-item h4 {
    padding-bottom: 15px;
    display: inline-block;
}
.menuShow .menuShow-item h4 a {
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #373b3f;
    transition: 0.35s;
}
.menuShow .menuShow-item h4 a:hover {
    color: #5189ff;
}
.menuShow .menuShow-item ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
.menuShow .menuShow-item ul li > .after-top:after {
    content: 'ТОП';
    display: inline-block;
    margin-left: 5px;
    padding: 0 4px 0 4px;
    font: 400 12px/18px 'PT sans', sans-serif;
    color: #fff;
    background-color: red;
    border-radius: 5px;
}
.menuShow .menuShow-item ul li {
    margin-bottom: 8px;
}
.menuShow .menuShow-item ul li a {
    padding: 0;
    font-family: 'PT Sans';
    font-size: 15px;
    font-weight: 400;
    color: #7e838c;
    text-transform: initial;
}
.menuShow .left-side {
    display: flex;
    gap: 40px;
}
.menuShow .left-side .col-1 {
    display: flex;
    flex-direction: column;
}

.menuShow .right-side {
    display: flex;
    padding-left: 30px;
    border-left: 1px solid #e9e9e9;
}
.menuShow .right-side.noBorder {
    border: none;
}
.menuShow .right-side-body {
    position: relative;
    width: 100%;
}
.menuShow .right-side-body .orange-bg {
    top: 50px;
    left: 30px;
    z-index: 4;
}
.menuShow .right-side-body h3 {
    position: absolute;
    top: 100px;
    left: 30px;
    z-index: 4;
    max-width: 300px;
}
.menuShow .right-side-body button {
    position: absolute;
    top: 180px;
    left: 30px;
    z-index: 3;
}
.menuShow .right-side-body img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 370px;
    border-bottom-right-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}
.menuShow .right-side .col-2 {
    flex: 50%;
    max-width: 400px;
    border-bottom-right-radius: 30px;
    position: relative;
}
.menuShow .right-side .col-2 .orange-bg {
    top: 30px;
    left: 70px;
}
.menuShow .right-side .col-2 img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-right-radius: 30px;
}
.menuShow .right-side .col-1 {
    flex: 50%;
    display: flex;
    flex-direction: column;
    max-width: 200px;
}
.menuShow .right-side .col-1 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.menuShow .right-side .col-1 .product-info {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
.menuShow .right-side .col-1 .product-info p {
    font-size: 14px;
}
.menuShow .right-side .col-1 .product-info .price {
    margin-top: 5px;
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.menuShow .right-side .col-1 .product-info a {
    margin-top: 10px;
    display: inline-block;
    color: #5189ff;
    text-transform: initial;
}
.orange-bg {
    position: absolute;
    background: #ff7337;
    text-transform: lowercase;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 3px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    position: relative;
}
[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;
}

.bank {
    display: flex;
    align-items: center;
}

.data_side__bank {
    margin-bottom: 60px;
    margin-left: 57px;
}

@media (max-width: 767px) {
    .data_side__bank {
        margin-left: 11px;
    }
}

.bank__image {
    margin-right: 30px;
}

.bank__text,
.bank__text strong {
    font: 300 24px/24px 'Exo 2', sans-serif;
    color: #3b3d41;
}

.bank__text strong {
    font-weight: 700;
}

.block_options-delivery.np__list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal.thanks .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 36px;
}

.modal.thanks .modal-body svg {
    width: 100px;
    height: 100px;
}

.top-bar_custom-select {
    position: relative;
    display: inline-block;
}

.top-bar_custom-select-head {
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 8px;
}

.top-bar_custom-select-head-item {
    font-family: 'Exo 2';
    color: #373b3f;
    border-bottom: dotted 1px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 12px;
}

.top-bar_custom-select-head::after {
    border-bottom: 1px solid #373b3f;
    border-right: 1px solid #373b3f;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.top-bar_custom-select-body {
    display: none;
    border: 1px solid #1a8aff;
    border-radius: 4px;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: white;
    position: absolute;
    z-index: 1;
    padding: 5px 10px;
    flex-direction: column;
    gap: 5px;
}

.top-bar_custom-select-body-item {
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.top-bar_custom-select-body-item:hover {
    text-decoration: underline;
    color: #1a8aff;
}

.selected {
    color: #1a8aff;
}

.social svg {
    fill: #7d848e;
    width: auto;
    height: 20px;
    transition: .35s;
}

.social a:hover svg {
    fill: #23599c;
}

.delivery__row{
    display: flex;
    gap: 5px;
    line-height: 24px;
}

.btn-submit:disabled, .btn:disabled, .btn-1:disabled {
    background: #eff0f1;
    color: #000;
}
.blog-post-main, .blog-post-main span, .blog-post-main p, .blog-post-main div {
    font: inherit;
}

.blog-post-text ol li {
    padding-left: 10px;
}

.reviews-list .block-title{
    margin: 25px 0 25px;
}

.reviews-list .page-title {
    margin: 50px 0 25px;
}

.delivery__row{
    display: flex;
    gap: 5px;
    line-height: 24px;
}

.btn-submit:disabled, .btn:disabled, .btn-1:disabled {
    background: #eff0f1;
    color: #000;
}
.aside-accordion > .accordion > ul > li > ul > li > ul.sub_sub {
    display: none;
    padding-left: 10px;
}

.aside-accordion > .accordion > ul > li > ul > li.active > ul.sub_sub{
    display: block;
}

.custom-select-default {
    display: flex;
    position: relative;
    padding: 0 15px;
    height: 35px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #3b3d41;
    outline-color: #1b8aff;
    padding-left: 6px;
    padding-right: 22px;
    background: url('/catalog/view/assets/images/arrow_bottom.svg') right 10px center/11px no-repeat #FFF;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-select-default::-ms-expand {
    display: none;
}

.fast-buy-hidden {
    display: none;
}

.fast-buy-hidden.is-active {
    display: block;
}

#show-form-fast-buy.is-hidden {
    display: none;
}

.modal-body__feedback {
    max-width: 570px;
    margin: 0 auto;
}

.modal-body__feedback .form_element__label {
    margin-left: 0;
    margin-bottom: 6px;
    line-height: 1.2;
    color: #3B3D41;
}

.modal-body__feedback .form_element__input {
    height: 36px;
    font: 400 14px / 36px 'PT Sans', sans-serif;
}

.modal-body__feedback .form_element__textarea {
    height: 128px !important;
    resize: none;
    outline: none;
}

.modal-body__feedback-submit-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.modal-body__feedback-submit-wrapper button {
    min-width: 185px;
    text-transform: inherit;
    font: 500 16px / 1.5 'Exo 2', sans-serif;
}

@media (max-width: 992px) {
    #modal-feedback .modal-header {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 50px;
        padding-left: 50px;
    }

    #modal-feedback .modal-content .modal-title--xl {
        margin: 0;
    }

    #modal-feedback .modal-body {
        padding: 10px 25px 25px;
    }
}
.total-block-new__text .price{
    display: flex;
    align-items: center;
}
.total-block-new__text .icon-info{
margin-right: 10px!important;
}

.page-checkout__wrapper {
    margin-top: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-checkout__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 64px;
    margin-bottom: 30px;
}

.page-checkout__title {
    color: #3B3D41;
    font-family: 'Exo 2';
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-checkout__text p {
    color: #7D848E;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.page-checkout__text p:not(:last-of-type) {
    margin-bottom: 10px;
}

.page-checkout__btn-wrapper {
    margin-top: 30px;
}

.page-checkout__btn {
    display: block;
    padding: 12px 25px;
    font: 500 13px / 18px 'Exo 2', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #5189ff;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
}

.page-checkout__btn:hover {
    background-color: #4876de;
}

@media (max-width: 768px) {
    .page-checkout__wrapper {
        margin-top: 45px;
    }

    .page-checkout__image-wrapper {
        max-width: 56px;
    }

    .page-checkout__title {
        font-size: 20px;
    }
}

.cheaper-new {
    margin: 30px 0;
}

.cheaper-new__wrapper {
    border-radius: 18px;
    border: 2px solid #00DE6C;
    background-color: #FFF;
    padding: 28px;
}

.cheaper-new__title {
    color: #3B3D41;
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.cheaper-new__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cheaper-new__product {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cheaper-new__product-img {
    flex: none;
    max-width: 110px;
}

.cheaper-new__product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cheaper-new__product-name {
    color: #3B3D41;
    font-size: 14px;
    line-height: 1.1;
}

.cheaper-new__product-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 10px;
}

.cheaper-new__product-price {
    color: #3B3D41;
    font-family: "Exo 2";
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.cheaper-new__product-price .currency {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.cheaper-new__product-price-old {
    color: #7D848E;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: line-through;
}

.cheaper-new__product-price-old .currency {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.cheaper-new__product-price-old + .cheaper-new__product-price {
    color: #EC6734;
}

.cheaper-new__plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
}

.cheaper-new__equal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
}

.cheaper-new__summary {
    flex: 0 0 174px;
    width: 100%;
    max-width: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cheaper-new__summary-title {
    color: #3B3D41;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.cheaper-new__summary-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    margin-top: 10px;
}

.cheaper-new__summary-price {
    color: #3B3D41;
    font-family: "Exo 2";
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.cheaper-new__summary-price .currency {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.cheaper-new__summary-price-old {
    color: #7D848E;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: line-through;
}

.cheaper-new__summary-price-old .currency {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.cheaper-new__summary-price-old + .cheaper-new__summary-price {
    color: #EC6734;
}

.cheaper-new__summary-economy {
    color: #3B3D41;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

.cheaper-new__summary-btn-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
}

.cheaper-new__summary-btn {
    display: block;
    padding: 12px 4px;
    font: 500 13px / 18px 'Exo 2', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #5189ff;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
}

.cheaper-new__summary-btn:hover {
    background-color: #4876de;
}

@media (max-width: 992px) {
    .cheaper-new__wrapper {
        padding: 18px;
    }

    .cheaper-new__title {
        text-align: center;
    }

    .cheaper-new__row {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

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

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

.filter-selection-block {
    text-align: left;
    margin: 0 12px 24px 12px;
    background-color: #f9f9f9;
    border-radius: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 95%;
}

.filter-selection-border {
    display: flex;
    justify-content: space-between; /* Це дає можливість розташувати текст зліва і кнопки справа */
    width: 100%;
    background-color: #fff;
    border-radius: 18px;
}

.filter-selection-widget-text {
    width: 66%;
    padding-left:10%;
}

.filter-selection-block .selection-h2 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    color: #1a8aff;
    text-transform: uppercase;
    font: 700 20px / 1.4 'Exo 2', sans-serif;
}

.filter-selection-block .selection-h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.widget-channels {
    display: flex;
    flex-direction: column; /* Кнопки будуть одна під одною */
    justify-content: space-evenly;
    width: 34%; /* Кнопки займають 34% ширини */
    padding-right:10px;
}

.widget-channels button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #20b1f5, #169fe3);
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 15px;
    margin: 5px 0; /* Зроблено вертикальне вирівнювання кнопок */
    transition: 0.3s;
}

.widget-channels button:hover {
    filter: brightness(110%);
}

.widget-channels .channel-icon {
    margin-right: 10px;
}

.widget-channels .channel-icon img {
    width: 24px;
    height: 24px;
}

.widget-channels button .channel-icon {
    display: inline-block;
}

.widget-channels .telegram-channel {
    background: linear-gradient(180deg,#15adf9, #15adf9);
    width:75%;
}

.widget-channels .viber-channel {
    background: linear-gradient(180deg,#9323e3, #9323e3);
    width:75%;
}

#telegram-channel-text {
    color: white;
}

#viber-channel-text {
    color: white;
}

.filter-help-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: calc(100% - 10px);
    max-width: 770px;
    margin: 0 0 24px 10px;
    padding: 24px 28px;
    border: 1px solid #E3EEFF;
    border-radius: 22px;
    background: #F8FBFF;
    box-shadow: 0 6px 18px rgba(81, 137, 255, 0.06);
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.filter-help-cta:hover,
.filter-help-cta:focus {
    cursor: pointer;
    border-color: #5189ff;
    background: #f8fbff;
    outline: none;
}

.filter-help-cta__icon {
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='512' height='410' viewBox='0 0 512 410' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M86 122H246C287 122 320 155 320 196V246C320 287 287 320 246 320H158L88 390C80 398 67 391 69 380L80 320C36 317 4 283 4 241V177C4 147 28 122 58 122H86Z' fill='%23E7F0FF' stroke='%235189FF' stroke-width='22' stroke-linejoin='round'/%3E%3Cpath d='M232 14H420C469 14 508 53 508 102V224C508 273 469 312 420 312H382L394 384C396 397 381 405 372 396L288 312H232C183 312 144 273 144 224V102C144 53 183 14 232 14Z' fill='%23ffffff' stroke='%233D7FFF' stroke-width='22' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
}

.filter-help-cta__icon:before {
    content: none;
}

.filter-help-cta__icon:after {
    content: none;
}

.filter-help-cta__content {
    flex: 1;
    min-width: 0;
}

.filter-help-cta__title {
    margin-bottom: 4px;
    color: #373b3f;
    font: 600 20px / 1.25 'Exo 2', sans-serif;
}

.filter-help-cta__title-desktop {
    display: inline;
    color: #373b3f;
    font: 600 20px / 1.25 'Exo 2', sans-serif;
}

.filter-help-cta__title-mobile {
    display: none;
    color: #373b3f;
    font: 600 16px / 1.3 'Exo 2', sans-serif;
}

.filter-help-cta__text {
    color: #7d848e;
    font: 400 16px / 1.35 'PT Sans', sans-serif;
}

.filter-help-cta__button {
    flex: 0 0 auto;
    padding: 12px 22px;
    border: none;
    border-radius: 16px;
    background: #5189ff;
    color: #ffffff;
    font: 600 14px / 1.2 'Exo 2', sans-serif;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
    outline: none;
}

.filter-help-cta__button-desktop {
    display: inline;
    color: #ffffff;
    font: 600 14px / 1.2 'Exo 2', sans-serif;
    white-space: nowrap;
}

.filter-help-cta__button-mobile {
    display: none;
    color: #ffffff;
    font: 600 13px / 1 'Exo 2', sans-serif;
}

.filter-help-cta__button:hover,
.filter-help-cta__button:focus {
    background: #4876de;
    outline: none;
}

@media screen and (max-width: 992px) {
    .filter-help-cta {
        width: calc(100% - 2px);
        max-width: none;
        margin: 0 0 18px 2px;
    }
}

@media screen and (max-width: 767px) {
    .filter-help-cta {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(116px, 34%);
        grid-template-rows: auto auto;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
        row-gap: 2px;
        padding: 12px 16px 14px;
    }

    .filter-help-cta__icon {
        display: none;
    }

    .filter-help-cta__content {
        display: contents;
    }

    .filter-help-cta__title {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
    }

    .filter-help-cta__title-desktop,
    .filter-help-cta__button-desktop {
        display: none;
    }

    .filter-help-cta__title-mobile,
    .filter-help-cta__button-mobile {
        display: inline;
    }

    .filter-help-cta__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 2;
        grid-row: 1 / 3;
        justify-self: center;
        align-self: center;
        width: auto;
        min-width: 0;
        max-width: none;
        height: 34px;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
        color: #ffffff;
    }

    .filter-help-cta__title:not(:has(.filter-help-cta__title-mobile)) {
        font-size: 0;
    }

    .filter-help-cta__title:not(:has(.filter-help-cta__title-mobile)):after {
        content: "Не впевнені у виборі?";
        display: inline;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
    }

    .filter-help-cta__button:not(:has(.filter-help-cta__button-mobile)) {
        font-size: 0;
    }

    .filter-help-cta__button:not(:has(.filter-help-cta__button-mobile)):after {
        content: "Підібрати";
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
    }

    html[lang="ru"] .filter-help-cta__title:not(:has(.filter-help-cta__title-mobile)):after {
        content: "Не уверены в выборе?";
    }

    html[lang="ru"] .filter-help-cta__button:not(:has(.filter-help-cta__button-mobile)):after {
        content: "Подобрать";
    }

    .filter-help-cta__text {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 0;
        font-size: 14px;
        line-height: 1.2;
        color: #6B7280;
    }
}

@media screen and (max-width: 480px) {
    .filter-selection-block {


        text-align: left;
        margin: 20px auto;  /* Центрує по горизонталі */
        background-color: #f9f9f9;
        border-radius: 18px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .filter-selection-border {
        display: block;
    }
    .widget-channels {
        margin-left: auto;
        margin-right: auto;
    }
    .filter-selection-widget-text {
        width: 100%;
        padding-left:0;
    }
    .widget-channels{
        width: 100%;
        flex-direction: row;
        padding-bottom: 10px;
        padding-right: 0px;

    }
    .widget-channels .telegram-channel {

        width:100%;
    }

    .widget-channels .viber-channel {
        width:100%;
    }

    .filter-selection-border .widget-channels a {
        width: 45%;
    }

    .filter-help-cta {
        width: 100%;
        margin: 0 0 16px 0;
        border-radius: 20px;
    }

    .filter-help-cta__text {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 380px) {
    .filter-selection-block .selection-h2{
        font-size: 18px;
    }
}

.live-search-results .old-price{
    text-decoration: line-through;
    color: #bbb;
    font-weight: 700;
}

#remove_coupon{
    vertical-align: middle;
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    line-height: 20px;
}

.search-request-call .request-call {
    margin: 60px 0;
}

@media (max-width: 992px) {
    .search-request-call .request-call {
        margin: 30px 0;
    }

    body.search-header-show {
        overflow: hidden;
    }
}

.danger-info{
    border: 1px solid #ff0000;
    border-radius: 20px;
    padding: 10px 29px;
    margin-bottom: 20px;
    font-size: 20px;
    background: rgba(255, 0, 0, 0.3);
}
.danger-info span {
    white-space: nowrap;
    font-size: 20px;
}

.slider-categories:not(.slick-initialized) {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0 -8px;
}

@media (min-width: 993px) {
    .slider-categories.slider-categories--compact-desktop:not(.slick-initialized) {
        justify-content: center;
        overflow: visible;
    }
}

.slider-categories:not(.slick-initialized) .category-card {
    margin: 0 8px;
    flex: 0 0 calc(100% / 8.2 - 15px);
    max-width: calc(100% / 8.2 - 15px);
}

@media (max-width: 1199px) {
    .slider-categories:not(.slick-initialized) .category-card {
        flex: 0 0 calc(100% / 7.2 - 15px);
        max-width: calc(100% / 7.2 - 15px);
    }
}

@media (max-width: 1024px) {
    .slider-categories:not(.slick-initialized) .category-card {
        flex: 0 0 calc(100% / 6.2 - 15px);
        max-width: calc(100% / 6.2 - 15px);
    }
}

@media (max-width: 991px) {
    .slider-categories:not(.slick-initialized) .category-card {
        flex: 0 0 calc(100% / 6.2 - 8px);
        max-width: calc(100% / 6.2 - 8px);
    }
}

@media (max-width: 768px) {
    .slider-categories:not(.slick-initialized) .category-card {
        flex: 0 0 calc(100% / 4.2 - 8px);
        max-width: calc(100% / 4.2 - 8px);
    }
}

@media (max-width: 575px) {
    .slider-categories:not(.slick-initialized) .category-card {
        flex: 0 0 calc(100% / 3.4 - 8px);
        max-width: calc(100% / 3.4 - 8px);
    }
}

@media (max-width: 374px) {
    .slider-categories:not(.slick-initialized) .category-card {
        flex: 0 0 calc(100% / 2.3 - 8px);
        max-width: calc(100% / 2.3 - 8px);
    }
}

.slider-categories {
    padding: 16px 0 20px;
}

.slider-categories .slick-list {
    margin: 0 -8px;
}

.slider-categories .slick-track {
    display: flex;
    margin: 0;
}

.slider-categories .slick-slide {
    margin: 0 8px;
    height: auto;
}

.category-card {
    border-radius: 16px;
    background-color: #DEEBF3;
    padding: 8px;
    display: flex !important;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: 0.35s;
}

.category-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.category-card__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 108px;
    flex: 0 0 108px;
}

.category-card__image-wrapper img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.category-card__name {
    color: #3B3D41;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 0 4px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-categories .slick-arrow {
    outline: none;
    border-radius: 50%;
    font-size: 0;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 2;
    padding: 13px;
}

.slider-categories .slick-arrow.slick-disabled {
    cursor: default;
}

.slider-categories .slick-arrow svg path {
    transition: 0.35s;
}

.slider-categories .slick-arrow:hover:not(.slick-disabled ) svg path {
    fill: #5189ff;
}

.slider-categories .slick-prev {
    left: 0;
    transform: translateX(-50%) rotate(-45deg);
}

.slider-categories .slick-prev svg {
    transform: rotate(45deg);
}

.slider-categories .slick-next {
    transform: translateX(50%) rotate(45deg);
    right: 0;
}
.slider-categories .slick-next svg {
    transform: rotate(-45deg);
}

.catalog-body__head {
    display: flex;
    gap: 10px;
}

.catalog-body__head-item {
    flex: 1;
}

.catalog-body__filter-btn {
    border-radius: 30px;
    border: 1px solid #4188F8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 4px;
    width: 100%;
    color: #3B3D41;
    font-family: "Exo 2";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.catalog-body__select {
    border-radius: 24px;
    border: 1px solid #7D848E;
    padding: 8px 15px;
    padding-right: 32px;
    width: 100%;
    color: #3B3D41;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/catalog/view/assets/images/icons/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 24px 24px;
    outline: none !important;
}

@media (min-width: 993px) {
    .category-card:hover {
        background-color: #B8D4E5;
    }

    .catalog-body__head {
        display: none;
    }
}

@media (max-width: 992px) {
    .slider-categories {
        max-width: 100%;
        overflow: hidden;
         padding: 5px 0 20px;
    }

    .slider-categories:not(.slick-initialized) {
        margin: 0;
        overflow: hidden;
    }

    .slider-categories:not(.slick-initialized) .category-card {
        margin: 0 4px;
    }

    .slider-categories .slick-list {
        margin: 0;
        overflow: hidden;
    }

    .slider-categories .slick-slide {
        margin: 0 4px;
    }

    .slider-categories .slick-arrow {
        display: none !important;
    }

    .category-card__image-wrapper {
        height: 96px;
        flex-basis: 96px;
    }

    .catalog-3 .sort.sort--hidden-mob {
        display: none !important;
    }

    .catalog-3 .sort.sort--hidden-mob + .filter-selection-block {
        margin-top: 0;
    }

    .catalog-3 .catalog-body .col:first-child .filters {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1123;
        width: auto;
        border-radius: 23px;
        background: #FFF;
        margin: 25px 10px 5px;
        overflow: hidden auto;
        border: none;
        display: none;
    }

    .catalog-3 .catalog-body .col:first-child .filters .item-group {
        display: block !important;
    }

    .catalog-3 .wrapper-gray .arrow {
        top: 0;
        display: block;
        right: 0;
        width: 16px;
        height: 16px;
    }

    .catalog-3 .wrapper-gray .arrow:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 16px;
        height: 2px;
        background-color: #737A83;
        transform: rotate(-45deg);
    }

    .catalog-3 .wrapper-gray .arrow:after {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 16px;
        height: 2px;
        background-color: #737A83;
        transform: rotate(45deg);
    }

    body[data-open-filter] {
        overflow: hidden;
    }

    body[data-open-filter] .catalog-3 .catalog-body .col:first-child .filters {
        display: block;
    }

    .filter-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.3;
        z-index: 100;
        display: none;
    }

    body[data-open-filter] .filter-backdrop {
        display: block;
    }
}

@media (max-width: 768px) {
    .slider-categories .slick-list {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 992px) {
    #header-site {
        transition: transform 0.35s;
    }

    body:not(.search-header-show) #header-site.scroll-down {
        transform: translateY(calc(-1 * var(--header-height)))
    }
}

.fixed-navigation {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 10px;
    z-index: 19;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    max-width: 470px;
    margin: 0 auto;
    display: none;
}

.fixed-navigation__wrapper {
    display: flex;
}

.fixed-navigation__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
    padding: 14px 4px 12px;
    transition: background-color 0.35s;
}

.fixed-navigation__item:active,
.fixed-navigation__item.is-active {
    background-color: #E6EFF9;
}

.fixed-navigation__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #245B9F;
}

.fixed-navigation__item-icon svg {
    width: 24px;
    height: 24px;
}

.fixed-navigation__item-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #245B9F;
    color: #FFF;
    border-radius: 100px;
    font-size: 10px;
    padding: 3px;
    line-height: 1;
}

.fixed-navigation__item-text {
    color: #245B9F;
    font-size: 12px;
    font-weight: 500;
}

.widget-preview {
    display: none !important;
}

.support-animated-btn {
    --size: clamp(56px, 8vw, 74px);
    user-select: none;

    position: fixed;
    right: 20px;
    bottom: 20px;

    width: var(--size);
    height: var(--size);

    background: #5189fff0;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 1000;
}

.support-animated-btn__main {
    width: 100%;
    height: 100%;
    background: #5189fff0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.support-animated-btn:before,
.support-animated-btn:after {
    content: "";

    position: absolute;
    inset: 0;

    border-radius: 50%;
    background: rgb(81 137 255 / 35%);

    transform: scale(1);
    opacity: 0;

    animation: pulseNew 2.6s cubic-bezier(.2,.65,.3,1) infinite;

    will-change: transform, opacity;
    pointer-events: none;
}

.support-animated-btn:after {
    animation-delay: 1.3s;
}

@keyframes pulseNew {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    15% {
        opacity: .55;
    }

    70% {
        opacity: .12;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.support-animated-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40%;
    height: 40%;

    transform: translate(-50%, -50%);
    fill: #fff;
    color: #FFF;

    opacity: 0;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.support-animated-btn__icon-phone {
    animation-name: showPhone;
}

.support-animated-btn__icon-chat {
    animation-name: showChat;
}

@keyframes showPhone {
    0%, 45% { opacity: 1; z-index: 2; }
    50%, 100% { opacity: 0; z-index: 1; }
}

@keyframes showChat {
    0%, 45% { opacity: 0; z-index: 1; }
    50%, 95% { opacity: 1; z-index: 2; }
    100% { opacity: 0; z-index: 1; }
}

body[show-mob-feedback] .support-animated-btn:before,
body[show-mob-feedback]  .support-animated-btn:after {
    display: none;
}

body[show-mob-feedback]  .support-animated-btn svg {
    display: none;
}

body[show-mob-feedback]  .support-animated-btn__icon-close{
    display: block !important;
    opacity: 1;
}

.mob-feedback {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 100%;
    max-width: 300px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    border-radius: 8px;
    z-index: 9;
    padding: 16px;
    transform: scale(0);
    transform-origin: 80% 105%;
    transition: all .12s ease-out;
}

body[show-mob-feedback] .mob-feedback {
    transform: scale(1);
}

body[show-mob-feedback] .tothetop {
    display: none !important;
}

@media (max-width: 992px) {
    .fixed-navigation {
        display: block;
    }

    .support-animated-btn,
    .widget-preview {
        display: none !important;
    }
}

    .mob-feedback__items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mob-feedback__link {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(0, 0, 0, .87);
        font-family: Arial, sans-serif;
        font-size: 14px;
        position: relative;
    }

    .mob-feedback__link-stretch {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0);
    }

    .mob-feedback__link-icon {
        background: #1a8aff;
        border-radius: 50px;
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        margin-right: 10px;
        width: 40px;
        flex: none;
    }

    .mob-feedback__link-icon.telegram {
        background: #2ca5e0;
    }

    .mob-feedback__link-icon.facebook {
        background: #0084ff;
    }

    .mob-feedback__link-icon.viber {
        background: #7c529d;
    }

    .mob-feedback .call-btn.modal-btn {
        display: block;
        padding: 12px 25px;
        font: 500 13px / 18px 'Exo 2', sans-serif;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        background-color: #5189ff;
        border: 0;
        transition: all 0.3s linear;
        border-radius: 25px;
    }

    .mob-feedback .call-btn.modal-btn:hover {
        background-color: #4876de;
    }

.discontinued-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

@media (max-width: 992px) {
    .btn-add-to-favorite {
        display: block !important;
        position: absolute;
        top: 12px;
        right: 12px;
    }
}

.wishlist-title {
    margin-bottom: 24px;
}

.wishlist-page .text__empty {
    margin-bottom: 16px;
}

.wishlist-page .button__loadmore {
    display: none;
}

.wishlist-page .pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    float: initial;
}

body .swal2-styled.swal2-confirm {
    padding: 12px 25px;
    font: 500 13px / 18px 'Exo 2', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #5189ff !important;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
    outline: none;
    box-shadow: none !important;
}

body .swal2-styled.swal2-confirm:hover {
    background: #4876de !important;
}
.extension-module-custom .fixed-navigation{
    display: none;
}

.tab-pane{
    display: none;
}

.tab-pane.active{
    display: block;
}

.solutions_block a,
.solutions_block p,
.solutions_block ul,
.solutions_block li,
.solutions_block span,
.solutions_block div,
.solutions_block strong,
.solutions_block label,
.solutions_block td {
    font-family: 'PT Sans'!important;
}

.solutions_block .currency{
    font-family: 'PT Sans', sans-serif !important
}

.solutions_block {
    position: relative;
    margin: 22px 0 30px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    overflow-x: clip;
    overflow-y: visible;
}

.solutions_block::before {
    content: none;
}

.solutions_block::after {
    content: none;
}

.solutions_block .block-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    padding-top: 0;
}

.tabs-solutions{
    gap: 8px;
    margin-top: 0;
    overflow-x: auto;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.tabs-solutions .nav-tab{
    padding: 12px 16px 12px 16px;
    border: 1px solid rgba(81, 137, 255, 0.12);
    border-radius: 12px;
    white-space: nowrap;
    background: transparent;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.tabs-solutions .nav-tab.active{
    border: 1px solid rgba(65, 136, 248, 0.42)!important;
    background: transparent;
    box-shadow: none;
}

.tabs-solutions .nav-tab:hover{
    border: 1px solid rgba(65, 136, 248, 0.26);
}

.tabs-solutions .nav-tab a{
    padding: 0;
    border: none;
    background: transparent!important;
    color: #3B3D41;
    font-weight: 600!important;

    text-transform: none;
}

.solutions_block .tab-description, .solutions_block .tab-description p {
    color: #7D848E;
    margin-top: 8px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.product-solutions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.product-solution {
    border-radius: 12px;
    border: 1px solid rgba(81, 137, 255, 0.12);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(53, 72, 104, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.product-solution:hover {
    border-color: rgba(81, 137, 255, 0.22);
    box-shadow: 0 16px 32px rgba(53, 72, 104, 0.08);
    transform: translateY(-2px);
}

.product-solution .product-title {
    font-weight: 500;
    color: #3B3D41;
    min-height: 42px;
}

.product-content {
    display: flex;
    gap: 8px;
    /*align-items: flex-start;*/
}

.product-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.product-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 16px;
    height: 16px;
    color: #3b82f6;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 8px;
}

.price-block {
    display: flex;
    align-items: baseline;
    gap: 8px;

}

.price-old {
    text-decoration: line-through;
    color: #bbb;
    font-size: 20px;
}
.price-old .currency {
    display: none;
}

.price-current {
    font-weight: 500;
    font-size: 20px;
    color: #1a1a1a;
}

.details-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #3b82f6;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.details-link:hover {
    gap: 8px;
}

.details-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.details-link:hover svg {
    transform: translateX(2px);
}

.tab-bottom{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.show_all a{
    padding: 10px 26px 10px 26px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 8px;
}

.heed_help a{
    color: #5f7fb8;
    text-transform: uppercase;
    gap: 6px;
    align-items: center;
    display: flex;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(81, 137, 255, 0.14);
    background: rgba(255, 255, 255, 0.72);
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.heed_help a:hover {
    color: #5189ff;
    border-color: rgba(81, 137, 255, 0.28);
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-1px);
}

.product-solutions.slick-slider{
    display: block;
}
.product-solution.slick-slide{
    margin-right: 12px;
}
.slick-dots{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.slick-dots button{
    max-width: 10px;
    max-height: 10px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
}

.slick-dots .slick-active button{
    max-width: 12px;
    max-height: 12px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
@media (max-width: 530px) {
    .solutions_block {
        margin: 16px 0 24px;
        padding: 0;
        border-radius: 0;
    }

    .solutions_block .block-title {
        padding-top: 0;
        margin-bottom: 10px;
    }

    .tabs-solutions{
        flex-direction: unset;
    }
}

@media (max-width: 450px) {
    .tab-bottom{
        display: block;
    }
    .show_all{
        display: flex;
        justify-content: center;
    }
    .details-link{
        justify-content: center;
        margin-bottom: 16px;
    }
    .heed_help{
        display: flex;
        justify-content: center;
    }
    .product-solution{
        max-width: 430px;
    }
}
@media (max-width: 350px) {
    .product-solution{
        max-width: 330px;
    }
}

.modal-title-small{
    color: #bbb;
    font-size: 18px;
    margin-bottom: 15px;
}

#need-help-solutions .modal-md .modal-body img,
#need-help-solutions-menu .modal-md .modal-body img{
    margin: 0;
}


.fh-content{
  border-radius:28px;
  padding:32px 0 0;
  border:none;
  box-shadow:0 30px 80px rgba(0,0,0,0.12);
}

.fh-title-main{
  font-size:28px;
  font-weight:600;
  text-align:center;
  line-height:1.25;
}

.fh-title-mobile-break{
  display:none;
}

.fh-subtitle{
  text-align:center;
  font-size:15px;
  color:#7d848e;
  margin:14px 0 28px;
}

.fh-card{
  display:flex;
  align-items:center;
  padding:16px 20px;
  border-radius:18px;
  margin-bottom:14px;
  text-decoration:none;
  color:#1f2429;
  background:#f8f9fb;
  border:1px solid rgba(0,0,0,0.05);
  transition:.25s ease;
  gap:16px;
}

.fh-card > div:nth-child(2){
  flex:1;
}

.fh-card:hover{
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,0.06);
  transform:translateY(-2px);
  border-color:rgba(81,137,255,0.15);
}

.fh-arrow{
  flex-shrink:0;
  margin-left:12px;
  font-size:18px;
  color:#b8bec6;
}

.fh-icon{
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fh-icon img{
  width:20px;
  height:20px;
  filter:brightness(0) invert(1);
}

.fh-icon svg{
  width:20px;
  height:20px;
  color:#fff;
}

.fh-phone{ background:#5189FF; }
.fh-telegram{ background:#229ED9; }
.fh-viber{ background:#7360F2; }

.fh-title{
  font-size:16px;
  font-weight:600;
}

.fh-desc{
  font-size:13px;
  color:#6f757c;
}

/* CALL CARD */

.fh-call-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(81,137,255,0.25);
  background:linear-gradient(135deg,#f9fbff,#eef4ff);
}

.fh-call-content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  width:100%;
}

.fh-call-text{
  display:flex;
  flex-direction:column;
}

.fh-call-form{
  flex-shrink:0;
  width:100%;
  max-width:240px;
}

.fh-call-input-wrap{
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:50px;
  height:46px;
  padding-left:18px;
  border:1px solid #e4e9f0;
  overflow:hidden;
}

.fh-call-input-wrap input{
  flex:1;
  border:none;
  background:transparent;
  outline:none;
  font-size:15px;
  color:#1f2429;
  min-width: 0px;
  width: 100%;
}

.fh-call-input-wrap .btn_item_page_btn{
  width:54px;
  height:46px;
  border:none;
  border-radius:0 50px 50px 0;
  background:transparent;
  color:#5189FF;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.25s ease;
  font-size:18px;
}

.fh-call-input-wrap .btn_item_page_btn:hover,
.fh-call-input-wrap:focus-within .btn_item_page_btn{
  background:#8bacf5;
  color:#fff;
}

.fh-rating{
  margin:26px 0 28px;
  text-align:center;
  font-size:14px;
  color:#6f757c;
}

.fh-star{
  color:#f5b301;
}

/* ===== CHAT CARD ===== */

.fh-chat-card{
  display:flex;
  align-items:center;
  gap:16px;
}

.fh-chat-content{
  flex:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.fh-chat-text{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.fh-chat{
  background:#5189FF;
}

.fh-chat svg{
  stroke:#fff;
}

.fh-chat-buttons{
  display:flex;
  flex-wrap: wrap;
  gap:14px;
}

.fh-chat-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  position:relative;
  flex:1;
  /*min-width:0;*/
  height:44px;
  padding:0 20px;
  border-radius:14px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  min-width: 100px;
  transition:all .2s ease;
}

/* Telegram */

.fh-chat-btn.tg{
  background:#2AABEE;
  color:#fff;
}

.fh-chat-btn.tg:hover{
  background:#229ED9;
  transform:translateY(-1px);
}

/* Viber */

.fh-chat-btn.vb{
  background:#7360F2;
  color:#fff;
}

.fh-chat-btn.vb:hover{
  background:#5C4AD8;
  transform:translateY(-1px);
}

/* MOBILE */

@media (max-width:767px){

  .fh-content{
    padding:20px 0 0;
  }

  .fh-title-main{
    font-size:22px;
  }

  .fh-call-content{
    flex-direction:column;
    align-items:stretch;
    gap:16px;
  }

  .fh-call-form{
    max-width:100%;
  }

  .fh-rating{
    margin:18px 0 20px;
  }

  .fh-chat-card{
    align-items:flex-start;
  }

  .fh-chat-content{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

  .fh-chat-buttons{
    width:100%;
  }

  .fh-chat-btn{
    flex:1;
    justify-content:center;
  }

}

@media (max-width:410px){
  .fh-title-mobile-break{
    display:block;
  }
}

/* Subcategory intro + recommended badge — MOBILE ONLY.
   Hidden on desktop so the desktop slider stays exactly as before. */
.catalog-categories-title,
.catalog-domestic-categories .category-card__badge {
    display: none;
}

@media (max-width: 992px) {
    .catalog-categories-title {
        display: block;
        font: 400 14px / 1.3 'Exo 2', sans-serif;
        color: #7d848e;
    }

    .catalog-domestic-categories.slider-categories {
        display: block;
        overflow: visible;
        margin: 0;
    }

    .catalog-domestic-categories.slider-categories .category-card {
        position: relative;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
        min-height: 0;
        height: auto;
        margin: 0 0 10px;
        padding: 12px 50px 12px 12px;
        background: #fff;
        border: 1px solid #e6edf3;
        border-radius: 16px;
        box-shadow: 0 2px 8px rgba(20, 40, 80, .06);
        text-align: left;
        transition: box-shadow .15s ease, transform .06s ease;
    }

    .catalog-domestic-categories.slider-categories .category-card:last-child {
        margin-bottom: 0;
    }

    .catalog-domestic-categories.slider-categories .category-card:active {
        transform: scale(.99);
        box-shadow: 0 1px 4px rgba(20, 40, 80, .1);
    }

    .catalog-domestic-categories.slider-categories .category-card--recommended {
        border: 1px solid #b9d3f7;
        box-shadow: 0 2px 8px rgba(65, 136, 248, .10);
    }

    .catalog-domestic-categories.slider-categories .category-card__image-wrapper {
        width: 64px;
        flex: 0 0 64px;
        height: 64px;
        margin-right: 14px;
        background: #fff;
        border: 1px solid #eef2f6;
        border-radius: 12px;
    }

    .catalog-domestic-categories.slider-categories .category-card__content {
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        flex: 1 1 auto;
        min-width: 0;
    }

    .catalog-domestic-categories.slider-categories .category-card__badge {
        display: inline-block;
        align-self: flex-start;
        margin: 0 0 5px;
        padding: 2px 9px;
        background: #eaf2fe;
        color: #2d6cd0;
        font: 600 10px / 1.5 'Exo 2', sans-serif;
        letter-spacing: .01em;
        text-transform: none;
        border-radius: 100px;
    }

    .catalog-domestic-categories.slider-categories .category-card__name {
        min-height: 0;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        font-weight: 600;
        color: #1f2d3d;
        text-align: left;
        margin-bottom: 2px;
    }

    .catalog-domestic-categories.slider-categories .category-card__desc {
        min-height: 0;
        font-size: 12px;
        color: #6b7280;
        text-align: left;
    }

    .catalog-domestic-categories.slider-categories .category-card::after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        border-radius: 50%;
        background: #f0f6ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234188F8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E") center / 14px no-repeat;
        pointer-events: none;
        z-index: 2;
    }
}

/* === custom PDP: sticky buy bar + one-click tap zones (29-07-2026) === */
.pdp-sticky-buy { display: none; }
@media (max-width: 767px) {
  .pdp-sticky-buy {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    box-shadow: 0 -2px 12px rgba(26, 43, 74, .15);
    transform: translateY(110%);
    transition: transform .25s ease;
  }
  .pdp-sticky-buy.is-visible { transform: translateY(0); }
  .pdp-sticky-buy__price { flex: 0 0 auto; line-height: 1.1; min-width: 74px; }
  .pdp-sticky-buy__price-old {
    display: block; font-size: 11px; color: #9aa3b0; text-decoration: line-through;
  }
  .pdp-sticky-buy__price-cur { display: block; font-size: 16px; font-weight: 700; color: #1a2b4a; }
  .pdp-sticky-buy__cart,
  .pdp-sticky-buy__oneclick {
    flex: 1 1 0;
    min-height: 44px;
    border-radius: 6px;
    font-size: 13px;
    border: 0;
    cursor: pointer;
  }
  .pdp-sticky-buy__cart { background: #1a8aff; color: #fff; font-weight: 700; }
  .pdp-sticky-buy__oneclick { background: #fff; color: #1a8aff; border: 1px solid #1a8aff; }
  body.pdp-sticky-on .fixed-navigation { display: none !important; }
  body.pdp-sticky-on .support-animated-btn { bottom: 76px !important; }
  body.pdp-sticky-on .mob-feedback { bottom: 156px !important; }
  body.modal-open .pdp-sticky-buy { display: none; }
}
.block-buy .optimize{display:flex;align-items:stretch;justify-content:center;gap:4px;}
.block-buy .optimize > .w-20{display:none;}
.block-buy .optimize > a{
  flex:0 1 auto;
  display:flex;align-items:center;justify-content:center;
  min-height:44px;padding:2px 8px;
  white-space:nowrap;
  border-bottom:none !important;text-decoration:none;
}
.block-buy .optimize > a > strong,
.block-buy .optimize > a > span{border-bottom:1px dotted rgba(26,138,255,.5);transition:.35s;}
.block-buy .optimize > a:hover > strong,
.block-buy .optimize > a:hover > span{border-bottom-color:transparent;}
/* Jet Cache: catalog/view/assets/css/stylesheet.css?v=1774273978 */
/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* latin-ext */

/* latin */


header {
    position: relative;
    z-index: 10;
}

.breadcrumb {
    display: block;
}

@media (max-width: 992px) {
    .breadcrumb {
        display: flex;
        white-space: nowrap;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        min-height: 31px;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none
    }
}

.breadcrumb li {
    display: inline;
}

/*.preloader {
    display: block !important;
    background: url('/catalog/view/assets/images/drop.gif');
    width: 50px;
    height: 128px;
    top: 50%;
    position: absolute;
    left: 50%;
}*/

.wrapper_result-search {
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
    padding: 20px;
}

.search-form {
    width: 100%;
}

.search_card-product {
    display: flex;
}

.search_card-product .info_product-inner {
    display: flex;
    flex-direction: column;
}

.search_card-product .photo-product {
    width: 50px;
}

.wrapper_result-search .wrapper_photo-product {
    margin-right: 15px;
}

.list_result-search li {
    margin-bottom: 10px;
}

.about-item {
    display: flex;
    flex-wrap: wrap;
}
.about-item ul li a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6); /* напівпрозорий білий на кольоровому фоні */
  padding: 8px 8px;
  border-radius: 12px;
  color: #1a1a1a;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-align: center;
}

.about-item ul li a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.about-block .about-item h4 {
    width: 100%;
}

.about-block ul {
    height: 100%;
    width: 45%;
}

.about-block p {
    display: none;
}

.about-block ul:not(:last-child) {
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .about-block ul {
        width: fit-content;
    }

    .about-block ul:not(:last-child) {
        margin-right: 50px;
    }
}

.about-block a {
    color: #373b3f;
    border-bottom: 1px solid rgba(55, 59, 63, 0.5);
    text-transform: none;
    font-size: 14px;
    transition: 0.35s;
}

.about-block a:hover {
    border-bottom: 1px solid rgba(26, 138, 255, 0);
}

.seo .text-active h2 {
    margin-bottom: 18px;
    color: var(--light-gray);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}

.seo .text-active h3 {
    color: var(--light-gray);
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 18px;
}

.text-shopping-cart.empty .nothing {
    display: flex !important;
}

.text-shopping-cart.empty .full-content {
    display: none;
}

.hidden {
    display: none !important;
}

.modal-info-cols {
    display: flex;
}

.modal-info-col {
    padding: 0 5px;
}

.accent-underscore span {
    color: #1a8aff;
    text-decoration: none !important;
}

.modal-md .modal-body img {
    /*float: none;*/
}

.modal-md .modal-body .modal-info-col-description img {
    max-width: 100%;
}

#form-requestcall .just-validate-error-label {
    display: none;
}

.just-validate-error-field {
    border: 1px solid red !important;
}

.menuShow .right-side .col-2 img {
    min-height: auto;
}

.menuShow .left-side .col-2 {
    display: flex;
    flex-direction: column;
}

.menuShow .left-side .col-3 {
    display: flex;
    flex-direction: column;
}

.our-history h6 {
    margin: 40px 0 20px 0;
}

.header .menu-list ul > li a {
    text-transform: uppercase;
}

.blog-post-text .warning {
    max-width: 100%;
    border-radius: 25px;
    border: 1px solid #5189ff;
    padding: 25px 35px;
}

.reviews-stars.disabled {
    pointer-events: none;
}

.work-examples-slider-wrap .details_content {
    color: #7e838c;
}

.work-examples-slider-wrap .work-examples-slider .work-examples-item .details li {
    font-size: 16px;
    color: #7e838c;
}

@media (max-width: 992px) {
    .service-single .service-body .work-examples .work-examples-slider-wrap .work-examples-slider .work-examples-item .details li {
        font-size: 14px;
    }
}

.work-examples-slider-wrap .what p {
    color: #7e838c;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 992px) {
    .work-examples-slider-wrap .what p {
        font-size: 14px;
    }
}

.work-examples-slider-wrap .details_content {
    padding-left: 35px;
}

@media (max-width: 768px) {
    .work-examples-slider-wrap .details_content {
        padding-left: 10px;
        padding-top: 10px;
    }
}

.work-examples-slider-wrap .details_content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #7e838c;
}

@media (max-width: 992px) {
    .work-examples-slider-wrap .details_content p {
        font-size: 14px;
    }
}

.work-examples-slider-wrap .details_content p:nth-child(2n) {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .work-examples-slider-wrap .details_content p:nth-child(2n) {
        margin-bottom: 15px;
    }
}

.terms-wrap ul {
    list-style-type: disc;
    padding-left: 40px;
}

.terms-wrap h2 {
    font-weight: bold;
    margin-bottom: 18px;
}

.your-rating {
    position: relative;
}

.reviews-stars .just-validate-error-label {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.clients_description {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 60px 15px 60px;
}

.clients_description .replace-text {
    width: 700px;
    text-align: justify;
    font: 400 16px/24px 'PT sans', sans-serif;
}

@media (max-width: 768px) {
    .clients_description {
        padding: 0;
    }

    .clients_description .replace-text {
        width: 100%;
    }

    .clients_description img {
        float: none;
        margin: 0 auto;
    }
}

.tab-cnt {
    display: none;
}

.tab-cnt.active {
    display: block;
}

.catalog-1 .catalog-about-table,
.catalog-1 .catalog-domestic-categories {
    margin-bottom: 70px;
}

.filter-href input {
    pointer-events: none;
}

.ocf-noUi-target,
.ocf-noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ocf-noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.ocf-noUi-connects {
    overflow: hidden;
    z-index: 0;
    background-color: #e3e4e6;
    border-radius: 3px;
}

.ocf-noUi-base,
.ocf-noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.ocf-noUi-base:before {
    background-color: #e0e6ea;
}

.ocf-noUi-origin {
    height: 10%;
    width: 10%;
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.ocf-noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    cursor: default;
    margin-top: -4px;
    width: 22px !important;
    height: 22px !important;
    background: radial-gradient(ellipse at center, #5189ff 16%, #fff 21%);
    border: 1px solid #e3e4e6;
    box-shadow: 0 3px 0 rgba(79, 79, 79, 0.15);
    border-radius: 50%;
    outline: 0;
    right: -17px;
    top: -6px;
}

.ocf-noUi-connect,
.ocf-noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0;
    transform-style: flat;
}

.ocf-noUi-connect {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(269deg, #568cff 0, #6edd73 100%) !important;
    border-radius: 4px;
}

.ocf-noUi-connect:before,
.ocf-noUi-handle {
    background-color: #829cad;
}

.ocf-noUi-touch-area {
    height: 100%;
    width: 100%;
}

.ocf-noUi-pips-horizontal {
    display: none;
}

.custom-checkbox-inner.ocf-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.ocf-value-scale {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    margin-bottom: 25px;
    width: 100%;
    height: 8px;
    background-color: #e3e4e6;
}

a.btn-transparent {
    background: 0 0;
    color: #373b3f;
    font: 500 14px/1.1 'Exo 2', sans-serif;
    letter-spacing: 0.3px;
    padding: 14px 25px;
    transition: all 0.3s linear;
    border-radius: 30px;
    border: 1px solid #1a8aff;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}

.product-cart .about-product .right-side .col .sub-info .brand .country img {
    width: 22px;
    margin: 0;
    border: #eee solid 1px;
    margin-right: 4px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    height: 16px;
}

.product-cart .about-product .right-side .col .sub-info .advantages li img {
    position: absolute;
    top: 0;
    left: 0;
}

.product-cart .tab-body .tabs-content-white .tab-pane .icons-svg .item img {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.product-modal blockquote {
    border: 1px solid #1a8aff;
    border-radius: 15px;
    padding: 16px;
}

.modal-cheaper .cheaper-success {
    display: none;
    padding: 40px;
    text-align: center;
    gap: 15px;
    flex-direction: column;
}

.modal-cheaper.success .cheaper-success {
    display: flex;
}

.modal-cheaper .title {
    margin: 31px 0 7px;
    font: 400 28px/1.3 'Exo 2', sans-serif;
}

.modal-cheaper .content {
    font: 400 20px/1.3 'Exo 2', sans-serif;
    color: #373b3f;
}

.product-cart .tab-body .tabs-content-white .tab-pane.tab-credit .tab-content .clearfix .right {
    width: 100%;
}

.tab-credit .prop_select {
    margin-right: 5px;
}

.credit-slider-wrap .progress {
    background-color: #e3e4e6;
    height: 8px;
}

.credit-slider-wrap .progress-bar {
    background-image: linear-gradient(269deg, #568cff 0, #6edd73 100%);
}

.credit-slider-wrap .ui-slider .ui-slider-handle {
    margin-top: -4px;
    width: 22px !important;
    height: 22px !important;
    background: radial-gradient(ellipse at center, #5189ff 16%, #fff 21%);
    border: 1px solid #e3e4e6;
    box-shadow: 0 3px 0 rgba(79, 79, 79, 0.15);
    border-radius: 50%;
    outline: 0;
}

.fastbuy-input-field.error-input + .help-block {
    display: block;
}

.fastbuy-input-field.error-input + .help-block + .help-block-gray {
    display: block;
}

.modal-credit .tab-content .clearfix .right {
    width: 100%;
}

.form_element__input.error-field {
    border: 1px solid #ff0000;
}

.wrapper-select {
    display: flex;
    flex-direction: column;
}

.custom-select {
    display: flex;
    width: 100%;
}

.custom-select select {
    display: none;
}

.custom-select .select2 {
    display: flex;
    position: relative;
    padding: 0 15px;
    height: 35px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font: 400 16px/35px 'PT Sans', sans-serif;
    color: #3b3d41;
    outline-color: #1b8aff;
    padding-left: 40px;
    padding-right: 30px;
    background: url('/catalog/view/assets/images/search_icon.svg') 15px center/15px no-repeat,
    url('/catalog/view/assets/images/arrow_bottom.svg') right 10px center/11px no-repeat;
    margin: 0;
}

.select2.select2-container.select2-container--select2-search.select2-container--open .selection {
    opacity: 0;
}

.custom-select .select2 span {
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-select .select2 .select2-selection__rendered {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.custom-select.error-field .select2 {
    border: 1px solid #ff0000;
}

.custom-select .dropdown-wrapper {
    display: none !important;
}

.custom-select .select2-selection__arrow {
    display: none !important;
}

.select2-container--select2-search {
    margin-top: -27px;
    margin-left: 40px;
}

.select2-container--select2-search .select2-search__field {
    margin-left: 1px;
}

.select2-results {
    display: block;
    position: relative;
    top: 6px;
    left: -40px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
    margin-top: 3px;
    height: 100%;
    min-width: 207px;
    width: auto;
    border: 1px solid #d2d2d2;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
}

.select2-search__field {
    width: 100%;
    border: 0;
    background: #FFF;
    outline: none;
    box-shadow: none;
    font: 400 14px / 1.4 'PT sans', sans-serif;
}

@media (max-width: 768px) {
    .select2-search__field {
        width: auto;
        border: 0;
    }
}

.select2-results__options {
    padding: 6px 15px;
    max-width: 300px;
    max-height: 500px;
    overflow: auto;
    scrollbar-width: thin;
}

.select2-results__option {
    padding: 5px 0;
    font: 400 14px/15px 'PT Sans', sans-serif;
    color: #7e838c;
    cursor: pointer;
}

.preloader__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.extension-module-custom .header {
    display: none;
}

.header-shop-cart {
    display: none;
}

.extension-module-custom .header-shop-cart {
    display: block;
}

.checkout-success .header {
    display: none;
}

.checkout-success main {
    padding-top: 0;
}

.checkout-success footer .footer-inner {
    border-top: none;
}

@media (max-width: 768px) {
    .checkout-success footer .footer-inner {
        border-top: 1.5px solid #e5e5e5;
        margin-top: 45px;
    }
}

.checkout-success .breadcrumb {
    display: none;
}

.checkout-success .header-shop-cart {
    display: block;
}

.extension-module-custom .footer {
    display: none;
}

.service-single .price-table table {
    border: none;
}

.service-single .price-table table tbody {
    display: flex;
    flex-direction: column;
}

.service-single .price-table table tr {
    display: flex;
    height: auto !important;
}

.service-single .price-table table td {
    display: block;
    border: none;
    padding: 22px 25px 22px 60px;
    font: 400 16px 'PT sans', sans-serif;
    color: #3b3d41;
    background-color: #e6ebf1;
    height: auto !important;
}

.service-single .price-table table td:first-child {
    display: flex;
    flex: 1 1 65%;
    width: 70%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.service-single .price-table table td:last-child {
    flex: 1 1 35%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.sale-pagination {
    display: flex;
    justify-content: flex-end;
}

.description .btn {
    display: flex;
    width: fit-content;
    background: #1a8aff;
    border: 1px solid #1a8aff;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 30px;
    padding: 12px 18px;
    font: 500 13px/1.1 'Exo 2', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
}

.description .btn:focus,
.description .btn:hover {
    background: #3291ff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #3291ff;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.video-fullscreen .video {
    position: relative;
    margin-bottom: 15px;
    border-radius: 25px;
    overflow: hidden;
}

.video-fullscreen .block-title {
    font-size: 20px;
    margin: 24px 0 25px;
}

.video .angle-text {
    position: absolute;
    top: 18px;
    left: 33px;
    font: 400 13px 'exo 2', sans-serif;
    color: #ff5b1a;
    text-transform: uppercase;
    z-index: 99;
}

.video-fullscreen .video.loaded {
    padding-bottom: 56.6%;
}

.video-fullscreen .video a {
    position: relative;
    display: block;
}

.video-fullscreen .video img {
    max-width: 100%;
}

.video-fullscreen .video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 131px;
    height: 131px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent url('/catalog/view/assets/images/orange_play_button.png') 0 0 no-repeat;
}

.yvideo-iframe {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.sitemap-items-lvl-1 {
    display: flex;
    flex-direction: column;
}

.sitemap-item-lvl-1 {
    margin: 0 0 50px;
}

.sitemap-name-lvl-1 {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font: 700 18px/24px 'PT sans', sans-serif;
    color: #373b3f;
    border-bottom: 1px solid #e9e9e9;
}

.sitemap-item-lvl-2 {
    float: left;
    width: 25%;
    margin: 0 0 15px;
}

.sitemap-name-lvl-2 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    font: 700 16px/22px 'PT sans', sans-serif;
}

.sitemap-item-lvl-3 {
    margin-bottom: 2px;
}

.sitemap-name-lvl-3 {
    font: 400 14px/22px 'PT sans', sans-serif;
    color: #373b3f;
    border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
    .sitemap-items-lvl-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sitemap-item-lvl-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
        flex: 1 1 200px;
        padding: 0 15px;
    }
}

@media (max-width: 629px) {
    .sitemap-items-lvl-1 {
        text-align: center;
    }
}

.category-no-products {
    font-size: 20px;
    padding: 40px 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.menuSearch .search_close {
    display: flex;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 43px;
}

.menuSearch .search_close:hover {
    transform: translateY(-50%) rotate(360deg);
    transform-origin: center;
    color: #ff5b08;
}

.card-category-link {
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.card-category-link:hover {
    text-decoration: underline;
}

.card-category-link-text {
    display: flex;
    width: auto;
    overflow: hidden;
    color: var(--blue-1);
}

.icon-arrow-right {
    margin-left: 7px;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    font-size: 15px;
    -webkit-transform: none;
    transform: none;
    background: url(/catalog/view/assets/images/arrow-right.svg) 0 0 no-repeat;
    background-size: contain;
    width: 13px;
    height: 10px;
}

.header .menu-main ul li a.red:hover {
    border-top: 1px solid #ff7337 !important;
}

.header__body .compare-basket .compare-link .compare-counter.active,
.header__body .compare-basket .favorite-link .favorite-counter.active {
    display: block;
}

.full__link-desctop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block_text-banner {
    display: flex;
    position: absolute;
    left: 50px;
    bottom: 20px;
}

.block_text-banner .btn-project {
    display: block;
    padding: 12px 25px;
    font: 500 13px/18px 'Exo 2', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #5189ff;
    border: 0;
    transition: all 0.3s linear;
    border-radius: 25px;
}

.block_text-banner .btn-project:hover {
    background-color: #4876de;
}

.header .tel .tel-select .current {
    color: #373b3f;
    transition: all 0.3s;
}

.header .tel .tel-select .current:hover {
    color: var(--blue-1);
}

.product-sticker-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    left: 10px;
}

/*.product-cart .about-product .product-sticker-wrap {
    left: 30px;
}*/

.sale-inner .product-sticker-wrap .label,
.col-2 .product-sticker-wrap .label,
.tab-pane .product-sticker-wrap .label,
.catalog-grid .product-sticker-wrap .label,
.product-cart .about-product .product-sticker-wrap .label-product,
.slider-product .product-sticker-wrap .label-product,
.slick-slider .product-sticker-wrap .label-product {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 5px;
}

.product-cart .about-product .left-side .label-product {
    background: #5089ff;
}

.product-sticker-wrap .label.label-product img {
    width: 30px;
}

.ocf-selected-card .title {
    font: 500 14px/1.1 'Exo 2', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.ocf-selected-card .item {
    display: inline-block;
    padding: 5px 30px 5px 15px;
    margin: 0 0 6px;
    position: relative;
    white-space: normal;
}

.ocf-selected-card .item .icon-close {
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    margin-left: 3px;
}

.ocf-selected-card .item .icon-close:after,
.ocf-selected-card .item .icon-close:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1a8aff;
    height: 1px;
}

.ocf-selected-card .item .btn-close:after,
.ocf-selected-card .item .btn-remove:after,
.ocf-selected-card .item .icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-reset-wrap {
    margin: 17px 0 1px;
}

.btn-reset {
    color: #373b3f;
    border-bottom: 1px dotted rgba(55, 59, 63, 0.5);
}

.btn-reset:hover {
    border-bottom: 1px dotted transparent;
}

.ocf-selected-card .item .icon-close {
    cursor: pointer;
}

.ocf-selected-card .item .icon-close:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:first-child .filters-selected {
        padding: 20px 25px;
    }
}

.catalog-3 .catalog-body .col:first-child .filters .item-group .checkbox .filter-href .checkbox-text:after {
    content: '';
    display: none;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 4px;
    height: 9px;
    border: solid #5189ff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
}

.catalog-3 .catalog-body .col:first-child .filters .item-group .ocf-checkbox.ocf-selected .checkbox .filter-href .checkbox-text:after {
    display: block;
}

.catalog-3 .catalog-body .col:first-child .aside-accordion .parent:before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-3 .catalog-body .col:first-child .aside-accordion .parent.active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.catalog-3 .catalog-body .col:first-child .aside-accordion .parent ul a.active {
    color: #5189ff;
}

@media (max-width: 992px) {
    .catalog-3 .catalog-body .col:nth-child(2) .sort a {
        margin-right: 15px;
    }
}

.modal-md .modal-body .credit-cover img {
    max-width: 100%;
}

.stock_old-brand {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.stock_old-brand a {
    font-weight: 700;
}

.products-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    border: 1px solid #eaeaea;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 40px;
}

.form-search .block_input-search {
    display: flex;
    width: 100%;
}

.form-search .line-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px;
    border: none;
    border-radius: 22px;
    outline: 0;
}

.form-search .btn-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 146px;
    border: none;
    background: #ecf4f8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-search .icon-search {
    position: relative;
    width: 15px;
    height: 15px;
    background: url('/catalog/view/assets/images/search.svg') 0 0 no-repeat;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.form-search .btn-project-text {
    margin-left: 12px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
a.btn-transparent.button__loadmore {
    position: relative;
    transition: none;
}

.button__loadmore.loading {
    background-color: #fff;
    color: #ffffff;
}

.button__loadmore.loading span {
    color: #ffffff;
}

.button__loadmore:before {
    content: none;
}

.button__loadmore.loading:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-image: url('/catalog/view/assets/images/refresh-active.svg');
    background-position: center;
    background-repeat: no-repeat;
    animation: spin 1s linear infinite;
}

.blog-post-content-wrap {
    max-width: 780px;
    margin: 0 auto;
}

.blog .breadcrumb {
    margin-bottom: 25px;
}

.live-search-results-wrap {
    display: none;
    margin: 0 auto;
    padding: 20px;
    max-width: 1100px;
    width: 100%;
    position: absolute;
    top: 52px;
    right: 0;
    left: 0;
    background-color: #f6f9fb;
    z-index: 9999;
    overflow-y: auto;
}

@media (max-width: 575px) {
    .live-search-results-wrap {
        padding: 0;
    }
}

.live-search-results-wrap.show {
    display: block;
}

.live-search-results-wrap .live-search-result-item {
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #e9ebed;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .live-search-results-wrap .live-search-result-item {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #e9ebed;
    }
}

.live-search-results-wrap .live-search-result-item .image {
    margin-right: 25px;
    max-width: 100px;
}

@media (max-width: 575px) {
    .live-search-results-wrap .live-search-result-item .image {
        margin-right: 5px;
        max-width: 80px;
    }
}

.live-search-results-wrap .live-search-result-item .image img {
    max-width: 100%;
}

.live-search-results-wrap .live-search-result-item .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-right: auto;
    max-width: 100%;
}

.live-search-results-wrap .live-search-result-item .info .title {
    margin-bottom: 10px;
    text-align: left;
}

.live-search-results-wrap .live-search-result-item .info .title a {
    /*padding-left: 10px;*/
    color: #373b3f;
}

.live-search-results-wrap .live-search-result-item .info .sku {
    background: #eff0f1;
    float: right;
    border-radius: 30px;
    padding: 5px 12px;
    margin: 0;
}

@media (max-width: 575px) {
    .live-search-results-wrap .live-search-result-item .info .sku {
        padding: 2px 8px;
        border-radius: 0;
        font-size: 13px;
    }
}

.live-search-results-wrap .live-search-result-item .price {
    margin-left: 30px;
    max-width: 130px;
    width: 100%;
    font: 500 20px/1.4 'Exo 2', sans-serif;
    text-align: left;
}

.live-search-results-wrap .live-search-result-item .price-wrapper {
    margin-left: 30px;
    max-width: 130px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.live-search-results-wrap .live-search-result-item .price-wrapper .price{
    margin-left: 0;
}

.live-search-results .old-price {
    text-decoration: line-through;
    color: #bbb;
    font-weight: 700;
}

@media (max-width: 575px) {
    .live-search-results-wrap .live-search-result-item .price {
        width: auto;
    }

    .live-search-results-wrap .live-search-result-item .price-wrapper {
        width: auto;
    }
}

.live-search-results-wrap .all-search {
    display: block;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.live-search-results-wrap .all-search span {
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 24px;
}

.live-search-results-wrap .all-search span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('/catalog/view/assets/images/search.svg') 0 0 no-repeat;
}

.menuShow .menuShow-item .h4 {
    font-family: 'Exo 2';
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 15px;
    display: inline-block;
}

.menuShow .menuShow-item .h4 a {
    font-family: 'Exo 2';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #373b3f;
    transition: 0.35s;
}

@media (max-width: 700px) {
    .catalog-3.level-3 .breadcrumb {
        display: none;
    }
}

.modal-buyoneclick .buyoneclick-success {
    padding: 40px;
    text-align: center;
    gap: 15px;
    flex-direction: column;
}

.modal-buyoneclick.success .buyoneclick-success {
    display: flex;
}

.modal-buyoneclick .title {
    margin: 31px 0 7px;
    font: 400 28px/1.3 'Exo 2', sans-serif;
}

.modal-buyoneclick .content {
    font: 400 20px/1.3 'Exo 2', sans-serif;
    color: #373b3f;
}

.modal-order-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-order-success .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-order-success .modal-title {
    display: block;
    color: #373b3f;
    font: 400 18px/1.2 'Exo 2', sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

.modal-order-success .modal-body-text {
    text-align: center;
    margin-bottom: 20px;
}

.modal-order-success p {
    margin-bottom: 20px;
}

.modal-order-success p:last-child {
    margin-bottom: 0;
}

.modal-order-success .btn {
    background: #1a8aff;
    border: 1px solid #1a8aff;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 30px;
    padding: 12px 18px;
    font: 500 13px/1.1 'Exo 2', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    text-align: center;
}

.modal-order-success .btn:hover {
    background: #3291ff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #3291ff;
}

.modal-order-success .btn:focus:active {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

@media (max-width: 768px) {
    .modal.modal-order-success .modal-content .modal-title {
        font: 400 18px/1.2 'Exo 2', sans-serif;
        margin: 10px;
    }
}

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

.old-price .currency {
    display: none;
}

.prop_calc {
    white-space: nowrap;
    padding-right: 20px;
}

#accordion-pickup {
    display: none;
}

#liquid1-clip, #liquid2-clip {
    transform-origin: 50% 50%;
}

#liquid1-clip {
    animation: swingLeft 2s ease-in-out infinite;
}

#liquid2-clip {
    animation: swingLeft 2s ease-in-out infinite;
    animation-delay: 0.3s;
}

#liquid1 {
    transform-origin: 50% 50%;
    animation: liquid1Fill 2s linear infinite;
}

#liquid2 {
    transform-origin: 50% 50%;
    animation: liquid2Fill 2s linear infinite;
}

#bubble1 {
    transform-origin: 50% 50%;
    animation: bubbleRise1 2s linear infinite;
}

#bubble2 {
    animation: bubbleRise2 2s linear infinite;
}

@keyframes liquid1Fill {
    0% {
        transform: translate(0px,180px) scaleX(-1);
    }
    25% {
        transform: translate(10px,144px) scaleX(-2);
    }
    50% {
        transform: translate(0px,108px) scaleX(-3);
    }
    75% {
        transform: translate(-10px,72px) scaleX(-2);
    }
    100% {
        transform: translate(0px,36px) scaleX(-1);
    }
}

@keyframes liquid2Fill {
    0% {
        transform: translate(-5px,165px) scaleX(1);
    }
    25% {
        transform: translate(-15px,129px) scaleX(3);
    }
    50% {
        transform: translate(-5px,93px) scaleX(2);
    }
    75% {
        transform: translate(5px,57px) scaleX(2);
    }
    100% {
        transform: translate(-5px,21px) scaleX(1);
    }
}

@keyframes bubbleRise1 {
    from {
        transform: translate(60px,280px);
    }
    to {
        transform: translate(60px,100px)
    }
}

@keyframes bubbleRise2 {
    from {
        transform: translate(125px,280px) rotate(45deg);
    }
    to {
        transform: translate(125px,85px) rotate(45deg);
    }
}

@keyframes swingLeft {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes swingRight {
    0% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}

/* Jet Cache: catalog/view/theme/filter/stylesheet/filter_home_hero.css?v=1775119814 */
.filter-home-hero {
  margin: 12px 0 6px;
}

.filter-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: 32px;
  padding: 0;
}

.filter-home-hero.is-text-only .filter-home-hero__inner {
  grid-template-columns: minmax(0, 1fr);
}

.filter-home-hero__content {
  max-width: 520px;
  padding-left: 32px;
}

.filter-home-hero__title {
  margin: 0;
  color: #2f343a;
  font: 600 52px/1.02 'Exo 2', sans-serif;
  letter-spacing: -0.018em;
}

.filter-home-hero__subtitle {
  margin-top: 12px;
  color: #5189ff;
  font: 500 24px/1.15 'Exo 2', sans-serif;
}

.filter-home-hero__description {
  max-width: 440px;
  margin: 14px 0 0;
  color: #6f7986;
  font: 400 18px/1.5 'PT Sans', sans-serif;
}

.filter-home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 180px;
  max-width: 100%;
  margin-top: 0;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.filter-home-hero__cta {
  margin-top: 40px;
}

.filter-home-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  opacity: 0.58;
  color: #6f7986;
  font: 600 12px/1.35 'PT Sans', sans-serif;
}

.fh-star {
  color: #f4b73f;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

.filter-home-hero__cta a.filter-home-hero__btn {
  color: #fff;
  border: none;
  background-color: #5189ff;
}

.filter-home-hero__cta a.filter-home-hero__btn:hover {
  background-color: #4876de;
  color: #fff;
  transform: none;
}

.filter-home-hero__media {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.filter-home-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.filter-home-hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.filter-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0.94) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.14) 7%, rgba(255, 255, 255, 0.02) 16%, rgba(255, 255, 255, 0.08) 68%, rgba(255, 255, 255, 0.98) 100%);
  pointer-events: none;
}

.filter-home-hero__image {
  display: block;
  width: 100%;
  max-width: 560px;
  max-height: 390px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1100px) {
  .filter-home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 24px;
  }

  .filter-home-hero__title {
    font-size: 44px;
  }

  .filter-home-hero__subtitle {
    font-size: 22px;
  }

  .filter-home-hero__description {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .main-page > .container > .filter-home-hero:first-child {
    margin-top: -28px;
  }
}

@media (max-width: 768px) {
  .filter-home-hero {
    margin: 2px -10px 4px;
  }

  .filter-home-hero__inner {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
  }

  .filter-home-hero__content {
    padding-left: 24px;
    position: relative;
    z-index: 2;
    grid-area: 1 / 1;
    max-width: min(72%, 340px);
    padding: 50px 22px 10px;
  }

  .filter-home-hero__title {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.014em;
  }

  .filter-home-hero__subtitle {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.16;
  }

  .filter-home-hero__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
    color: #5d6672;
  }

  .filter-home-hero__cta {
    display: block;
    margin-top: 30px;
  }

  .filter-home-hero__cta.heed_help {
    display: block;
    justify-content: flex-start;
  }

  .filter-home-hero__rating {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    opacity: 0.7;
    font-size: 13px;
    gap: 7px;
  }

  .filter-home-hero__btn {
    min-width: 180px;
    width: fit-content;
    max-width: 100%;
    padding: 12px 24px;
    box-shadow: 0 14px 34px rgba(81, 137, 255, 0.24);
  }

  .filter-home-hero__media {
    position: relative;
    z-index: 1;
    grid-area: 1 / 1;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 418px;
    border-radius: 28px;
    overflow: hidden;
  }

  .filter-home-hero__media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

  .filter-home-hero__media::after {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.87) 32%, rgba(255, 255, 255, 0.38) 54%, rgba(255, 255, 255, 0.08) 76%, rgba(255, 255, 255, 0.18) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 64%, rgba(255, 255, 255, 0.42) 84%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
  }

  .filter-home-hero__image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: right center;
  }
}

@media (max-width: 480px) {
  .filter-home-hero {
    margin: 2px -10px 2px;
  }

  .filter-home-hero__inner {
    padding: 0;
  }

  .filter-home-hero__content {
    max-width: min(74%, 292px);
    padding: 20px 18px 8px;
  }

  .filter-home-hero__title {
    font-size: 27px;
  }

  .filter-home-hero__subtitle {
    margin-top: 8px;
    font-size: 15px;
  }

  .filter-home-hero__description {
    font-size: 13px;
    max-width: 30ch;
  }

  .filter-home-hero__rating {
    margin-top: 10px;
    padding: 0;
    opacity: 0.7;
    font-size: 13px;
    gap: 6px;
    line-height: 1.3;
  }

  .fh-star {
    font-size: 14px;
  }

  .filter-home-hero__cta {
    display: block;
    margin-top: 30px;
  }

  .filter-home-hero__cta.heed_help {
    display: block;
    justify-content: flex-start;
  }

  .filter-home-hero__btn {
    min-width: 178px;
    width: fit-content;
    max-width: 100%;
    padding: 12px 24px;
    font-size: 13px;
  }

  .filter-home-hero__media {
    min-height: 250px;
    border-radius: 24px;
  }

  .filter-home-hero__media::before {
    height: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .filter-home-hero__media::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 30%, rgba(255, 255, 255, 0.42) 54%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.18) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 64%, rgba(255, 255, 255, 0.44) 84%, rgba(255, 255, 255, 0.82) 100%);
  }

  .filter-home-hero__image {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
    object-position: right center;
  }
}

/* Jet Cache: catalog/view/theme/filter/stylesheet/filter_home_navigation.css?v=1775119814 */
.filter-nav-cards {
    margin: 8px 0 20px;
}

.filter-nav-cards__container {
    width: 100%;
}

.filter-nav-cards__sale-tab {
    display: none;
}

.filter-nav-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.filter-nav-cards__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 96px;
    padding: 14px 16px 12px;
    border: 1px solid rgba(81, 137, 255, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(55, 59, 63, 0.055);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.filter-nav-cards__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(81, 137, 255, 0.025) 0%, rgba(81, 137, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.filter-nav-cards__card::after {
    content: '';
    position: absolute;
    right: 34px;
    top: 16px;
    width: 56px;
    height: 56px;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.58;
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.filter-nav-cards__card--water::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3C8.9 7.2 7 9.9 7 13C7 15.7614 9.23858 18 12 18C14.7614 18 17 15.7614 17 13C17 9.9 15.1 7.2 12 3Z' stroke='%236DBBE7' stroke-width='1.95'/%3E%3C/svg%3E");
}

.filter-nav-cards__card--home::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.5 10.8L12 4L20.5 10.8' stroke='%237FC487' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.8V19H17.5V9.8' stroke='%237FC487' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 19V14H14V19' stroke='%237FC487' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.filter-nav-cards__card--filter::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 5.5H15' stroke='%23E9C659' stroke-width='1.95' stroke-linecap='round'/%3E%3Cpath d='M9.5 7H14.5C15.33 7 16 7.67 16 8.5V17C16 18.93 14.43 20.5 12.5 20.5H11.5C9.57 20.5 8 18.93 8 17V8.5C8 7.67 8.67 7 9.5 7Z' stroke='%23E9C659' stroke-width='1.95' stroke-linejoin='round'/%3E%3Cpath d='M10 10H14' stroke='%23E9C659' stroke-width='1.75' stroke-linecap='round'/%3E%3Cpath d='M10 13H14' stroke='%23E9C659' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E");
    top: 13px;
}

.filter-nav-cards__card--service::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 7.8C20.4 8.9 20.1 10.2 19.3 11C18.4 11.9 17.1 12.2 16 11.8L10 17.8H7V14.8L13 8.8C12.6 7.7 12.9 6.4 13.8 5.5C14.6 4.7 15.9 4.4 17 4.8L15.3 6.5L15.5 8.3L17.3 8.5L20 7.8Z' stroke='%23C690DD' stroke-width='1.95' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.filter-nav-cards__card.is-featured {
    border-color: rgba(81, 137, 255, 0.28);
    background: linear-gradient(180deg, rgba(81, 137, 255, 0.035) 0%, rgba(255, 255, 255, 1) 100%);
}

.filter-nav-cards__top,
.filter-nav-cards__description,
.filter-nav-cards__arrow {
    position: relative;
    z-index: 1;
}

.filter-nav-cards__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.filter-nav-cards__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(81, 137, 255, 0.72);
    transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.filter-nav-cards__card-title {
    display: block;
    font: 600 18px/1.2 'Exo 2', sans-serif;
    color: #373b3f;
}

.filter-nav-cards__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    font: 400 13px/1.4 'PT Sans', sans-serif;
    color: #6f7986;
}

.filter-nav-cards__arrow svg {
    width: 20px;
    height: 20px;
}

.filter-nav-cards__arrow {
    align-self: flex-end;
    margin-top: 6px;
    opacity: 0.78;
}

@media (min-width: 993px) {
    .filter-nav-cards__card:hover {
        transform: translateY(-2px);
        border-color: rgba(81, 137, 255, 0.48);
        box-shadow: 0 18px 34px rgba(55, 59, 63, 0.09);
    }

    .filter-nav-cards__card:hover::before {
        opacity: 1;
    }

    .filter-nav-cards__card:hover::after {
        opacity: 0.66;
        transform: scale(1.03);
    }

    .filter-nav-cards__card:hover .filter-nav-cards__arrow {
        transform: translate(2px, -1px);
        color: #5189ff;
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .filter-nav-cards__grid {
        gap: 16px;
    }

    .filter-nav-cards__card {
        min-height: 94px;
        padding: 13px 15px 11px;
    }

    .filter-nav-cards__card-title {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .filter-nav-cards {
        margin: 6px 0 18px;
    }

    .filter-nav-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .filter-nav-cards {
        position: relative;
        margin: 6px 0 14px;
    }

    .filter-nav-cards__grid {
        gap: 12px;
    }

    .filter-nav-cards__card {
        min-height: 92px;
        padding: 13px 14px 11px;
        border-radius: 18px;
    }

    .filter-nav-cards__top {
        gap: 10px;
        margin-bottom: 6px;
    }

    .filter-nav-cards__arrow svg {
        width: 18px;
        height: 18px;
    }

    .filter-nav-cards__card-title {
        font-size: 18px;
    }

    .filter-nav-cards__description {
        font-size: 13px;
        line-height: 1.38;
    }

}

@media (max-width: 480px) {
    .filter-nav-cards {
        position: relative;
        margin: 4px 0 6px;
    }

    .filter-nav-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .filter-nav-cards__card {
        min-height: 90px;
        padding: 12px 12px 10px;
        border-radius: 16px;
    }

    .filter-nav-cards__card::after {
        right: 6px;
        top: 14px;
        width: 46px;
        height: 46px;
    }

    .filter-nav-cards__card--filter::after {
        top: 10px;
    }

    .filter-nav-cards__top {
        margin-bottom: 6px;
    }

    .filter-nav-cards__card-title {
        font-size: 16px;
    }

    .filter-nav-cards__description {
        font-size: 12px;
        line-height: 1.35;
    }

    .filter-nav-cards__sale-tab {
        position: absolute;
        left: 50%;
        top: calc(100% + 5px);
        z-index: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 124px;
        height: 34px;
        padding: 0 18px;
        border-radius: 999px;
        border: 1px solid rgba(255, 115, 55, 0.22);
        background: #fff;
        color: #ff7337;
        font: 600 13px/1 'Exo 2', sans-serif;
        transform: translateX(-50%);
        box-shadow: 0 6px 18px rgba(55, 59, 63, 0.06);
        white-space: nowrap;
    }
}

/* Jet Cache: catalog/view/theme/default/stylesheet/ldev_reviews.css?v1.1 */
/* ============================================================
   FILTER.UA 3.0 – LDEV REVIEWS & GOOGLE RATING (FINAL v4.9+)
   ============================================================ */

/* === REVIEWS GRID (тільки для головної) === */
.ldev-reviews-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
}
.ldev-reviews-row .col-sm-2 {
    flex: 0 0 calc(20% - 16px);
    display: flex;
    margin-right: 16px;
}
.ldev-reviews-row .col-sm-2:nth-child(5n) { margin-right: 0; }

@media (max-width:1199px) {
    .ldev-reviews-row .col-sm-2 { flex: 0 0 calc(25% - 16px); }
    .ldev-reviews-row .col-sm-2:nth-child(4n) { margin-right: 0; }
}
@media (max-width:991px) {
    .ldev-reviews-row .col-sm-2 { flex: 0 0 calc(33.333% - 16px); }
}
@media (max-width:768px) {
    .ldev-reviews-row .col-sm-2 { flex: 0 0 calc(50% - 16px); }
    .ldev-reviews-row .col-sm-2:nth-child(2n) { margin-right: 0; }
}
@media (max-width:480px) {
    .ldev-reviews-row .col-sm-2 { flex: 0 0 100%; margin-right: 0; }
}

/* 4 картки лише на планшетах */
@media (min-width:768px) and (max-width:1000px) {
    .ldev-reviews-row .col-sm-2:nth-child(n+4) { display:none; }
}
@media (min-width:1000px) and (max-width:1200px) {
    .ldev-reviews-row .col-sm-2:nth-child(n+5) { display:none; }
}

/* === REVIEW CARD === */
.ldev-review-item {
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:14px;
    padding:16px 12px 20px;
    box-shadow:0 2px 8px rgba(0,0,0,.03);
    transition:.25s ease;
    width:100%;
    min-height:200px;
    margin-bottom:20px;
    overflow:hidden;
}
.ldev-review-item:hover {
    transform:translateY(-2px);
    box-shadow:0 6px 14px rgba(0,0,0,.06);
}
.ldev-reviews-list .ldev-review-item {
    min-height: unset;
}

/* === HEADER === */
.ldev-review-header,
.ldev-review-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.ldev-review-item-avatar {
    flex-shrink: 0;
}

.ldev-review-item-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}

.ldev-review-meta,
.ldev-review-item-info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ldev-review-item-autor {
    font-family:"Exo 2",sans-serif;
    font-weight:600;
    font-size:14px;
    color:#2b2b2b;
    line-height:1.2;
}
.ldev-review-rating { display:flex; gap:2px; align-items:center; }
.ldev-review-rating i { color:#ffb400; font-size:12.5px; }
.ldev-review-item-date {
    font-size:12.5px;
    color:#9b9b9b;
    margin-top:2px;
}
.ldev-review-item-info {
    min-width: 0;    /* найважливіше */
}
/* === TEXT === */
.ldev-review-item-text {
    font-size:15px;
    line-height:1.7;
    color:#2f2f2f;
    margin-top:8px;
}

/* === COMPANY REPLY === */
.ldev-review-item-reply {
    margin-top:10px;
    border-left:2px solid #e6e6e6;
    padding-left:10px;
    font-size:13px;
    color:#555;
}

/* === SHOW MORE === */
.show-more-wrap { text-align:center; margin-bottom:10px; }
.show-more-wrap .btn,
.show-more-wrap a {
    font-size:14px;
    padding:10px 26px;
    border-radius:10px;
    border:1px solid #5189FF;
    background:#fff;
    color:#5189FF;
    font-weight:600;
    transition:.25s;
}
.show-more-wrap a.btn.btn-more.btn-project:hover {
    background: #5189FF;
    color: #fff;
    border-color: #5189FF;
    transform: translateY(-2px);
}
.show-more-wrap a.btn {
    transition: .25s ease;
}
@media (max-width:480px) {
.show-more-wrap {
margin-top: 10px;
}
}
/* ===== SECTION BACKGROUND (ГОЛОВНА) ===== */
.ldev-reviews {
    background: linear-gradient(
        180deg,
        rgba(240, 245, 255, 0.45) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    padding: 40px 20px 0px;
    border-radius: 32px;
    margin: 40px auto;
}

@media (max-width: 450px) {
    .ldev-reviews {
        padding: 15px 20px 0px;
    }
}
/* === GOOGLE RATING BLOCK === */
.ldev-reviews-google-rating {
    position:relative;
    background:#fff;
    border:1px solid #edf1f5;
    border-radius:18px;
    padding:40px;
    box-shadow:0 4px 20px rgba(0,0,0,.03),0 0 120px rgba(81,137,255,.05);
    margin:0 auto 20px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    z-index: 1;
}

.ldev-reviews-google-rating .google-rating-title {
    font:400 28px/1.2 "Exo 2",sans-serif;
    color:#2b2b2b;
    display:flex;
    align-items:center;
    gap:10px;
}

.ldev-reviews-google-rating .google-rating-average {
    font-size:2.4em;
    font-weight:700;
    color:#ffb400;
}
.ldev-reviews-google-rating .google-rating-stars i {
    color:#ffb400;
    font-size:16px;
}
.ldev-reviews-google-rating .google-rating-total {
    font-size:15px;
    font-weight:500;
    color:#666;
}
.ldev-reviews-google-rating .ldev-google-button {
    display:inline-block;
    background:linear-gradient(90deg,#5189ff,#6ba3ff);
    color:#fff;
    border-radius:12px;
    padding:12px 30px;
    font-weight:600;
    text-transform:uppercase;
    font-size:13.5px;
    letter-spacing:.4px;
    box-shadow:0 4px 12px rgba(81,137,255,.25);
    transition:.3s;
}
.ldev-reviews-google-rating .ldev-google-button:hover {
    background:linear-gradient(90deg,#3d6fd6,#5a90f0);
    transform:translateY(-2px);
}
.ldev-review-rating .fa-stack {
    width: 1em;
    height: 1em;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width:991px) {
    .ldev-reviews-google-rating {
        flex-direction:column;
        text-align:center;
        padding:26px;
    }
    .ldev-reviews-google-rating .ldev-google-button { width:100%; margin-top:16px; }
        .ldev-reviews-row.slick-slider .ldev-review-item { overflow: hidden;}
}

@media (min-width:1440px) {
    .ldev-reviews-grid,
    .ldev-reviews-google-rating { max-width:1240px; }
}
@media (min-width:1920px) {
    .ldev-reviews-grid,
    .ldev-reviews-google-rating { max-width:1380px; }
}

/* === MOBILE === */
@media (max-width:768px) {
    .ldev-reviews-row { flex-direction:column; margin-right:0; }
    .ldev-reviews-row .col-sm-2 { flex:0 0 100%; margin-right:0; }

    .ldev-reviews-google-rating {
        padding:28px 18px;
        margin:15px auto 24px;
        border-radius:14px;
      
    }
    .ldev-reviews-google-rating .ldev-google-button {
        width:100%;
        padding:12px 0;
    }
}

@media (max-width:480px) {
    .ldev-review-item {
        padding:18px 14px 20px;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    .ldev-reviews-row.slick-slider .ldev-review-item {
    overflow: hidden;
}
}

/* ============================================================
   GRID MODE (ldev_reviews/list)
   ============================================================ */

.ldev-reviews-list {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}
@media (max-width:1400px) {
    .ldev-reviews-list { grid-template-columns:repeat(4,1fr); }
}
@media (max-width:1200px) {
    .ldev-reviews-list {
        grid-template-columns:repeat(3,1fr);
        margin:0 30px;
    }
}
@media (max-width:768px) {
    .ldev-reviews-list { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:450px) {
    .ldev-reviews-list {
        grid-template-columns:1fr;
        margin:0 25px;
    }
}

/* картка повна в grid */
.ldev-review-item { width:100%; }

/* ============================================================
   MOBILE SLICK (тільки головна)
   ============================================================ */

@media (max-width:768px) {

    .slick-dots li button:before {
        content:"•";
        font-size:10px;
        color:#5189ff;
        opacity:.5;
    }
    .slick-dots li.slick-active button:before { opacity:1; color:#5189ff; }

    .ldev-reviews-row.slick-slider { display:block; margin-right:0; }

    .ldev-review-item {
        border-radius:14px;
        padding:20px 16px 24px;
        box-shadow:0 3px 10px rgba(0,0,0,.05);
        margin-bottom:12px;
    }

    /* Dots тільки для слайдера відгуків на головній */
  .ldev-reviews-row.slick-slider .slick-dots {
    position: relative;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }

  .ldev-reviews-row.slick-slider .slick-dots li {
    display: flex;
  }

  .ldev-reviews-row.slick-slider .slick-dots li button {
    font-size: 0;           /* ховаємо цифри */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(81, 137, 255, 0.3);
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .ldev-reviews-row.slick-slider .slick-dots li button:before {
    content: "•";
    font-size: 10px;
    line-height: 1;
    color: #5189ff;
    opacity: 0.5;
  }

  .ldev-reviews-row.slick-slider .slick-dots li.slick-active button {
    background: #5189ff;
    transform: scale(1.2);
  }

  .ldev-reviews-row.slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .ldev-reviews-row.slick-slider .slick-list {
        overflow: hidden;
    }
}

@media (max-width: 410px) {
    .ldev-reviews-google-rating .google-rating-total {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
        text-align: center; 
    }
}
/* smooth fade */
.ldev-reviews-row .slick-slide { transition:opacity .8s ease-in-out; }
