/* Jet Cache: catalog/view/assets/css/app.css?v=1710517049 */
: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;
}
@media (max-width: 992px) {
    main {
        padding-top: 114px;
    }
}
@media (max-width: 768px) {
    main {
        padding-top: 50px;
    }
}
.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;
}
p {
    margin-bottom: 10px;
}
.breadcrumb {
    display: flex;
    padding: 11px 0;
}
@media (max-width: 700px) {
    .breadcrumb {
        display: none !important;
    }
}
.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;
}
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;
}
.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-comparison:hover,
.icon-libra:hover {
    background: url('https://filter.ua/catalog/view/assets/images/libra-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-comparison.active:hover {
    background: url('https://filter.ua/catalog/view/assets/images/libra-gray.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: #8bd52e;
    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 20px;
    }
}
@media (max-width: 768px) {
    h1.page-title {
        margin-top: 20px;
        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;
}
.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;
}
@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: 75px;
    }
}
.tothetop.visible {
    opacity: 1;
}
.messenger {
    width: 70px;
    height: 70px;
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 112;
}
@media (max-width: 992px) {
    .messenger {
        width: 46px;
        height: 46px;
        top: auto;
        right: 20px;
        bottom: 20px;
    }
}
.messenger .messenger_owner {
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}
.messenger .messenger_owner p {
    font-size: 12px;
    font-family: open-sans-regular, Arial, sans-serif;
}
.messenger .messenger_owner a {
    text-decoration: none;
    color: #000 !important;
}
.messenger .messenger__btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin: 8px 0;
    line-height: 1.2;
    text-decoration: none;
}
.messenger .messenger__btn:before {
    background: #0084ff no-repeat 50%;
    border-radius: 50px;
    content: '';
    display: block;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.messenger .messenger__btn.messenger__btn_telegram:before {
    background: #2ca5e0 url('https://filter.ua/catalog/view/assets/images/telegram.svg') no-repeat 43%;
}
.messenger .messenger__btn.messenger__btn_facebook:before {
    background-image: url('https://filter.ua/catalog/view/assets/images/facebook.svg');
}
.messenger .messenger__btn.messenger__btn_viber:before {
    background: #7c529d url('https://filter.ua/catalog/view/assets/images/viber.svg') no-repeat 50%;
}
.messenger .messenger__switch {
    background-color: #ff7337;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    width: 70px;
}
@media (max-width: 992px) {
    .messenger .messenger__switch {
        width: 46px;
        height: 46px;
    }
}
.messenger .messenger__block {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    bottom: 85px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    right: 0;
    padding: 20px 20px 5px;
    position: absolute;
    transform: scale(0);
    transform-origin: 80% 105%;
    transition: all 0.12s ease-out;
    width: 255px;
    z-index: 9;
}
@media (max-width: 992px) {
    .messenger .messenger__block {
        right: 0;
        top: auto;
        bottom: 60px;
        transform-origin: 100% 0;
    }
}
.messenger .messenger__block.active {
    transform: scale(1);
}
.messenger .messenger__static {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
}
.messenger .messenger__static-caption {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    margin: 0;
}
.messenger .messenger__pulsation {
    animation: pulse 2s infinite;
    background-color: #000;
    border-radius: 50px;
    height: 84px;
    left: -7px;
    position: absolute;
    top: -7px;
    transform: scale(0);
    width: 84px;
    z-index: -1;
}
.messenger .messenger__pulsation:last-child {
    animation-delay: 0.5s;
}
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;
}
.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: 23px 25px 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: 13px;
}
.about-block .about-item li {
    margin-bottom: 3px;
}
.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;
    }
}
.examples .seo {
    padding-top: 150px;
}
@media (max-width: 768px) {
    .examples .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;
}
.service-single .service-body .advantages-wrap {
    margin-bottom: 75px;
}
@media (max-width: 992px) {
    .service-single .service-body .advantages-wrap {
        margin-bottom: 35px;
    }
}
.service-single .service-body .advantages-wrap .advantages {
    padding: 25px;
    background-color: #fff;
    border-radius: 18px;
}
.service-single .service-body .advantages-wrap .advantages .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-single .service-body .advantages-wrap .advantages .items .item {
    display: flex;
    align-items: center;
    flex: 1 1 240px;
    max-width: 240px;
    flex-basis: 40%;
    padding: 0 15px 25px 15px;
}
@media (max-width: 768px) {
    .service-single .service-body .advantages-wrap .advantages .items .item {
        flex: 1 240px;
    }
}
.service-single .service-body .advantages-wrap .advantages .items .item img {
    margin-right: 15px;
}
.service-single .service-body .advantages-wrap .advantages .items .item .text {
    font: 500 13px/21px 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.service-single .service-body .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 .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 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.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: 0 !important;
    right: 0 !important;
    top: auto !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 {
    overflow: hidden;
    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;
    }
}

.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;
}

@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 {
    right: -35px;
    bottom: 40px;
}

@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: 140px;
    }
}

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

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(2) img {
        max-width: 142px;
        bottom: -115px;
        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: 138px;
        bottom: -22px;
        right: 8px;
    }
}

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

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

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

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

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

@media (max-width: 991px) {
    .catalog-2 .item:nth-child(6) img {
        max-width: 91px;
        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: 127px;
        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: 768px) {
    .catalog-2 .item {
        overflow: hidden;
    }
}
@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-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 .catalog-body .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 .catalog-body .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);
}
@media (max-width: 992px) {
    .catalog-3 .catalog-body .wrapper-gray {
        max-width: none;
        padding: 15px 20px 14px 15px;
    }
}
.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 {
    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;
}
.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 {
    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;
}
@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;
}
@media (max-width: 992px) {
    .header-shop-cart .header_phone__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 .checkout {
    font: 400 16px/16px 'PT Sans', sans-serif;
    color: #3b3d41;
    padding: 90px 12px;
}
@media (max-width: 992px) {
    .shop-cart .checkout {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
.shop-cart .small_text {
    font: 400 12px/1.25 'PT Sans', sans-serif;
    color: #9ba2ac;
}
.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 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    max-width: 1280px;
}
@media (max-width: 992px) {
    .shop-cart .shop-cart-container {
        flex-direction: column-reverse;
    }
}
.shop-cart .shop-cart-container .cart_side {
    flex: 1;
    max-width: 613px;
}
@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;
}
.shop-cart .cart_side__inner {
    margin-right: 63px;
}
@media (max-width: 992px) {
    .shop-cart .cart_side__inner {
        margin-right: 0;
    }
}
@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;
}
@media (max-width: 992px) {
    .shop-cart .cart_side__inner .confirm_section {
        display: block;
    }
}
.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 {
    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 {
    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;
}
.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;
}
.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: 40px 0;
}
.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;
}
.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;
    margin-left: 55px;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner {
        margin-left: 38px;
        margin-right: 18px;
    }
}
.shop-cart .data_side__inner:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -49px;
    width: 1px;
    height: 50000px;
    background: #d2d2d2;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner:before {
        left: -30px;
    }
}
.shop-cart .data_side__inner .data_side__section {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .shop-cart .data_side__inner .data_side__section {
        margin-bottom: 30px;
    }
}
@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;
    background: #e3e5e7;
    border-radius: 50%;
    cursor: pointer;
}
@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;
}
.shop-cart .data_side__inner .title--point:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -55px;
    width: 13px;
    height: 13px;
    background: #ff5b1a;
    border-radius: 50%;
}
@media (max-width: 992px) {
    .shop-cart .data_side__inner .title--point:before {
        left: -35px;
    }
}
@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: 15px;
    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;
}
@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-scroll: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-scroll: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;
    }
}
@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.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 11px;
}
.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: 22px -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: 30px;
    height: 18px;
    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-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 {
    text-align: justify;
    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;
}
.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 {
    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: 50px;
}
@media (max-width: 992px) {
    .blog {
        padding-top: 130px;
    }
}
.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: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.info-items.shipping .warranty_item {
    padding: 40px 30px 30px 30px;
    min-width: 30%;
    max-width: 30%;
    margin: 0;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .info-items.shipping .warranty_item {
        margin: 0 0 40px 0;
        max-width: 400px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 20;
        background: #ffffff;
        border-bottom: 1px solid #e8e8e8;
    }
}
.header .tel {
    display: flex;
    align-items: center;
}
@media (max-width: 400px) {
    .header .tel {
        display: none !important;
    }
}
.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;
    z-index: 5;
}
@media (max-width: 992px) {
    .header .header__burger {
        display: block;
        position: relative;
        width: 25px;
        height: 20px;
    }
}
@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: 2.4px;
        top: 8.4px;
        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: 20px 14px 0 15px;
        margin-bottom: 25px;
    }
    .header__body .gray-circle {
        background: transparent;
    }
}
@media (max-width: 768px) {
    .header__body {
        padding: 10px 5px;
        height: 50px;
        margin-bottom: 0;
    }
}
.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;
    background-color: transparent;
    border: none;
    display: none;
}
@media (max-width: 992px) {
    .header__body .compare-basket .search-open-btn-mobile {
        display: block;
    }
}
.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;
}
.header__body .compare-basket .compare-link {
    margin: 0 15px 9px 0;
    padding: 15px 0 0 11px;
    position: relative;
}
@media (max-width: 992px) {
    .header__body .compare-basket .compare-link {
        display: none;
    }
}
.header__body .compare-basket .compare-link.full .compare-counter {
    display: block;
}
.header__body .compare-basket .compare-link .compare-counter {
    position: absolute;
    bottom: 0;
    display: none;
    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 .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: 768px) {
    .header__body .header__logo img {
        position: absolute;
        width: 151px;
        height: 53px;
    }
}
.menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-bottom: 180px;
    width: 100%;
    max-width: 340px;
    background: #fff;
    left: -340px;
    z-index: 1049;
    overflow-y: auto;
    transition: all 0.3s;
}
.menu-mobile img {
    width: 100%;
}
@media (max-width: 992px) {
    .menu-mobile {
        display: block;
    }
}
@media (max-width: 530px) {
    .menu-mobile {
        max-width: none;
        left: -100%;
    }
}
.menu-mobile.active-nav {
    left: 0;
    box-shadow: 30px 0px 150px 40px #666;
}
.menu-mobile .level_2 {
    display: none;
}
.menu-mobile .level_2.active {
    display: block;
}
.menu-mobile .level_3 {
    display: none;
}
.menu-mobile .level_3.active {
    display: block;
}
.menu-mobile .level_4 {
    display: none;
}
.menu-mobile .level_4.active {
    display: block;
}
.menu-mobile .phone-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0 9px 15px;
    border-bottom: 1px solid #e9e9e9;
}
.menu-mobile .phone-block .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;
}
.menu-mobile .lang_switch {
    margin-top: 4px;
}
.menu-mobile .lang_switch ul {
    display: flex;
    margin-right: 11px;
    list-style: none;
}
.menu-mobile .lang_switch ul li {
    overflow: hidden;
}
.menu-mobile .lang_switch ul li:first-child {
    border-radius: 20px 0 0 20px;
}
.menu-mobile .lang_switch ul li.active span {
    background: #1b8aff;
    color: #fff;
}
.menu-mobile .lang_switch ul a,
.menu-mobile .lang_switch ul span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ecf4f8;
    height: 35px;
    width: 45px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #1b8aff;
}
.menu-mobile .lang_switch ul li:last-child {
    border-radius: 0 20px 20px 0;
}
.menu-mobile .caretBottom .caret:after {
    left: 9px !important;
    bottom: 8.5px !important;
    top: auto !important;
    transform: rotate(130deg) !important;
}
.menu-mobile .caretBottom .caret:before {
    top: 8px !important;
    transform: rotate(230deg) !important;
}
.menu-mobile .binct-phone-number-2 {
    font: 500 22px/22px 'Exo 2', sans-serif;
    color: #373b3f;
}
.menu-mobile .level_2 > li,
.menu-mobile .level_3 > li,
.menu-mobile .level_4 > li {
    border-top: 1px solid #e9e9e9;
}
.menu-mobile .level_1 > li {
    border-bottom: 1px solid #e9e9e9;
}
.menu-mobile .level_1 > li span,
.menu-mobile .level_1 > li > a {
    display: block;
    padding: 15px 10px 15px 25px;
    font: 500 14px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
    text-transform: uppercase;
}
.menu-mobile .level_2 > li span,
.menu-mobile .level_2 > li > a {
    display: block;
    padding: 14px 10px 14px 35px;
    font: 500 12px/12px 'Exo 2', sans-serif;
    color: #373b3f;
    text-transform: uppercase;
}
.menu-mobile .level_3 > li span,
.menu-mobile .level_3 > li > a,
.menu-mobile .level_4 > li span,
.menu-mobile .level_4 > li > a {
    padding: 14px 10px 14px 45px;
    color: #1a8aff;
    text-transform: uppercase;
    display: block;
}
.menu-mobile .level_3 > li.toggleable span {
    font-weight: 700;
}
.menu-mobile .level_4 > li > a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 14px 10px 14px 55px !important;
}
.menu-mobile .other-links {
    padding: 15px 0;
}
.menu-mobile .other-links > li > a {
    display: block;
    padding: 10px 10px 10px 25px;
    font: 500 13px/13px 'Exo 2', sans-serif;
    color: #373b3f;
    text-transform: lowercase;
    letter-spacing: 0.5px;
}
.menu-mobile .request-a-call {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.menu-mobile .btn-1 {
    display: inline-block;
}
.menu-mobile .level_1 .caret {
    position: relative;
    margin: -2px 0 0 8px;
    width: 20px;
    height: 20px;
    border: none;
}
.menu-mobile .level_1 .caret:before,
.menu-mobile .level_1 .caret:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    width: 8px;
    height: 2px;
    background: #1a8aff;
    border-radius: 5px;
    transform: rotate(-40deg);
}
.menu-mobile .level_1 .caret:after {
    top: 7px;
    transform: rotate(40deg);
}
.menu-mobile .close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.3s;
}
.menu-mobile .close-btn .bar {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1a8aff;
    border-radius: 5px;
}
.menu-mobile .close-btn .bar:nth-of-type(1) {
    top: 14px;
    left: 0;
    transform: rotate(45deg);
}
.menu-mobile .close-btn .bar:nth-of-type(2) {
    bottom: 13px;
    left: 0;
    transform: rotate(-45deg);
}
.mobile-search {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
@media (max-width: 768px) {
    .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: 53px;
    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 0 0 45px;
    height: 53px;
    font: 500 14px/1.4 'Exo 2', sans-serif;
    border: 1px solid #e9e9e9;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    outline: 0;
}
.mobile-search .search-block .search_button_submit {
    position: absolute;
    top: 13px;
    left: 10px;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 0;
    background-color: transparent;
}
.mobile-search .search-block .search_button_submit i {
    display: inline-block;
    width: 15px !important;
    height: 20px !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: 10px;
    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: 414px) {
    .mobile-search .live-search-results-wrap {
        padding: 0;
    }
}
.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: 414px) {
    .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: 414px) {
    .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: 414px) {
    .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: 414px) {
    .mobile-search .live-search-results-wrap .live-search-result-item .price {
        width: auto;
    }
}
.header-cart-top {
    display: flex;
}
@media (max-width: 768px) {
    .header-cart-top {
        display: none;
    }
}
.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;
    }
    .header-cart-top.full .basket-counter {
        display: block;
    }
}
.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 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;
}
.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;
}
@media (max-width: 992px) {
    .add-more_slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
.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: 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 {
    z-index: 1;
    margin: 25px 0;
}
.slider-single .slider-single-item {
    z-index: 1;
}
.slider-single .slider-single-item img {
    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%);
}
.slider-single .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
}
.slider-single .slick-dots li {
    margin: 0 5px;
}
.slider-single .slick-dots {
    position: absolute;
    bottom: 80px;
    left: 95px;
}
.slider-single .slick-dots li.slick-active button {
    background: #1a8aff;
}
.slider-single .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;
}
.slider-single .slick-dots button:hover,
.slider-single .slick-dots button:focus {
    background-color: #7d848e;
}

@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: cover;
        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;
    }
}

@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;
}
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: block;
    opacity: 1;
}
.modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    transform: translate(0, 0);
}
.modal .modal-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 54px 10px #868c92;
    border: none;
    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-header {
    padding: 56px 70px 0 70px;
    border-bottom: 0;
}
.modal .modal-body {
    padding: 0 70px 61px 70px;
}
.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-right: -6px;
}
.modal-xxl {
    width: 100% !important;
    max-width: 1180px !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;
    }
}
.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;
    }
}
.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-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.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: 72%;
}
.modal.cart .modal-body .col:last-child {
    flex: 28%;
}
@media (max-width: 768px) {
    .modal.cart .modal-body .col:last-child {
        padding: 0;
    }
}
.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%;
}
.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;
}

.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;
}
.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 {
        flex: 1 1 39%;
    }
}
.modal.cart .item .left {
    float: left;
    margin-top: 28px;
    width: 41%;
}
@media (max-width: 768px) {
    .modal.cart .item .left {
        flex: 1 1 59%;
    }
}
.modal.cart .item .price {
    float: left;
    margin-top: 28px;
    padding-left: 15px;
    width: 17%;
    font: 500 24px/1.4 'Exo 2', sans-serif;
    color: #373b3f;
}
@media (max-width: 768px) {
    .modal.cart .item .price {
        flex: 1 1 80%;
    }
}
.modal.cart .item .quantity {
    margin-top: 28px;
    float: left;
}
@media (max-width: 768px) {
    .modal.cart .item .quantity {
        flex: 1;
    }
}
.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.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-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-scroll: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;
    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%;
    width: 80vw !important;
    max-width: 100%;
}

@media (max-width: 768px) {
    #modal-slider.modal.in .modal-dialog .product-img-slider .slick-list .slick-slide {
        width: 70vw !important;
    }
}
#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: 235px;
        padding: 0 14px 27px !important;
        margin: 0 5px 10px 5px !important;
    }
    .products-grid .product .btn-add-to-comparison {
        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 {
    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: #8bd52e;
    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 (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 {
    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 {
        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 15px 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;
}
[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;
}
/* Jet Cache: catalog/view/assets/css/stylesheet.css?v=1710505641 */
/* 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;
}

.breadcrumb li {
    display: inline;
}

.preloader {
    display: none !important;
}

.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-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 {
    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%;
}

.prop_select select {
    border: 0;
    pointer-events: none;
    font-size: 16px;
    font-weight: 700;
}

.prop_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

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

.prop_permounth {
    font-size: 16px;
    font-weight: 700;
}

.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;
}

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

.custom-select.error-field {
    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: -29px;
    margin-left: 40px;
}

.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;
}

.select2-results__options {
    padding: 6px 15px;
    max-width: 300px;
}

.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;
}

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

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

.extension-module-custom .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 {
    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;
    right: 43px;
}

.menuSearch .search_close:hover {
    transform: 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 {
    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 {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 5px;
}

.product-cart .about-product .left-side .label-product {
    background: #8bd52e;
}

.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.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: 414px) {
    .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: 414px) {
    .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: 414px) {
    .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: 414px) {
    .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;
}

@media (max-width: 414px) {
    .live-search-results-wrap .live-search-result-item .price {
        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;
}


