
.main-blog {
    padding: 64px 0;
}

.main-blog__section {
    margin-bottom: 27px;
}

.main-blog__section:last-child {
    margin-bottom: 0;
}

.main-blog__header {
    margin-bottom: 69px;
}

.main-blog__header.is-small {
    margin-bottom: 35px;
}

.main-blog__title {
    text-align: center;
    font-family: var(--font-family-universal);
    font-weight: 600;);
}

.main-blog__tags {
    margin-top: 32px;
}

.main-blog__body.is-active .main-blog__col {
    display: block !important;
}

.main-blog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}

.main-blog__col {
    padding: 0 20px;
    margin-bottom: 40px;
    display: none;
}

.main-blog__col.col-3 {
    width: 33.33%;
}

.main-blog__col:nth-last-child(+n+4) {
    display: block;
}

.main-blog__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}


.g-wrapper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.g-wrapper__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 330px;
    margin-right: 40px;
}

.g-wrapper__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.g-wrapper__inner.is-small .catalog-item::after {
    background: #e4e7eb;
    bottom: -40px;
    position: absolute;
    right: -20.5px;
    top: 0;
    width: 1px;
    display: block !important;
}

.g-wrapper__inner.is-small .catalog-item::before {
    background: #e4e7eb;
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: -20px;
    display: block !important;
}

.g-wrapper__inner .catalog-item:nth-child(1)::before, .g-wrapper__inner .catalog-item:nth-child(2)::before, .g-wrapper__inner .catalog-item:nth-child(3)::before {
    display: none !important;
}

.g-wrapper__inner.is-small .catalog-item {
    margin: 0 20px 40px;
    width: calc(33.33% - 40px);
}

.g-wrapper__inner.is-full .g-wrapper__aside {
    display: none;
}

.g-wrapper__inner.is-full .filter-block__actions {
    display: none;
}

@media (max-width: 1440px) {
    .g-wrapper__aside {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 220px;
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .g-wrapper__inner.is-small .catalog-item {
        margin: 0 20px 40px;
        width: calc(50% - 40px);
    }

    .filter-block__menu {
        overflow: auto;
    }

    .filter-block__menu-item {
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

}

@media (max-width: 992px) {
    .g-wrapper__aside {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        margin-right: 0;
    }

    .filter-block__menu {
        flex-direction: row;
        overflow: auto;
        flex-wrap: nowrap;
        margin: 0 !important;
    }

    .filter-block__menu-item {
        padding: 0 !important;
        width: auto !important;
        margin-bottom: 0 !important;
        margin-right: 10px !important;
    }

    .filter-block__filter-toggle {
        margin-left: auto;
    }

    .g-wrapper__main {
        position: relative;
    }

    .g-wrapper__main .catalog-filter.is-right {

    }

    .mobile-sorting-btn {
        position: absolute;
        left: 0;
        top: 0;

        font-size: calc(16px + var(--font-size-adjust-px));
        line-height: 19px;
    }

    /* .g-wrapper__main .catalog-filter.is-right .filter-select-list {
      left: -25px;
      width: calc(100% + 50px);
    } */
}

@media (max-width: 560px) {
    .g-wrapper__inner.is-small .catalog-item {
        margin: 0 20px 40px;
        width: calc(100% - 40px);
    }
}


.filter-block {
    background: #fff;
}

.filter-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filter-block__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 330px;
    margin-right: 40px;
}

.filter-block__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.filter-block__actions {
    margin-bottom: 50px;
}

.filter-block__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.filter-block__menu-item {
    padding: 0 8px;
}

.filter-block__menu-item.col-3 {
    width: 33.33%;
}

.filter-block__menu-item.col-4 {
    width: 66.66%;
}

.filter-block__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    overflow: hidden;
}

.filter-block__col {
    position: relative;
    padding: 0 20px;
    width: 100%;
}

.filter-block__col::before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: calc(100% - 40px);
    border-bottom: 1px solid #e4e7eb;
}

.filter-block__col.col-3 {
    width: 33.33%;
}

.filter-block__col .catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-left: 0;
}

.filter-block__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 32px;
}

.filter-block__mobile-actions, .filter-block__filter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 993px) {
    .filter-block__mobile-actions, .filter-block__filter-actions {
        display: none;
    }
}

.filter-block__sorting-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    color: #2B1B35;
}

.filter-block__sorting-toggle::before {
    content: "";
    width: 14px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_857_1082)'%3E%3Cpath d='M1 6H8' stroke='%231248B2' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M1 2L12 2' stroke='%231248B2' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M1 10H4' stroke='%231248B2' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_857_1082'%3E%3Crect width='12' height='14' fill='white' transform='matrix(0 -1 -1 0 14 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.filter-block__filter-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    color: #2B1B35;
}

.filter-block__filter-toggle:after {
    content: "";
    margin-left: 6px;
    width: 14px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='3' r='2' transform='rotate(-90 5 3)' stroke='%231248B2' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Crect x='7' y='4' width='2' height='7' transform='rotate(-90 7 4)' fill='%231248B2'/%3E%3Crect y='4' width='2' height='4' transform='rotate(-90 0 4)' fill='%231248B2'/%3E%3Ccircle r='2' transform='matrix(0 -1 -1 0 9 9)' stroke='%231248B2' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Crect width='2' height='7' transform='matrix(0 -1 -1 0 7 10)' fill='%231248B2'/%3E%3Crect width='2' height='3' transform='matrix(0 -1 -1 0 14 10)' fill='%231248B2'/%3E%3C/svg%3E%0A");
}

.sorting-widget {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    min-width: 207px;
    margin-right: -24px;
}

.sorting-widget.is-opened .sorting-widget__placeholder::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.sorting-widget.is-opened .sorting-widget__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (min-width: 993px) {
    .sorting-widget__mobile-actions {
        display: none;
    }
}

.sorting-widget__placeholder {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    padding: 10px 24px;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    text-align: right;
    color: #2B1B35;
    z-index: 99;
    cursor: pointer;
}

@media (min-width: 993px) {
    .sorting-widget__placeholder {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.sorting-widget__placeholder::after {
    content: "";
    width: 10px;
    height: 8px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_472_625)'%3E%3Cpath d='M1.66699 2.22217L5.00033 5.77772L5.01699 5.75995L8.33366 2.22217' stroke='%231248B2' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_472_625'%3E%3Crect width='10' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.sorting-widget__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.15);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.15);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 98;
}

.sorting-widget__option {
    padding: 7px 24px;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    text-align: right;
    color: #2B1B35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sorting-widget__option:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #F1F6FF;
}

.sorting-widget__option.is-selected {
    color: #2B1B35;
    opacity: 0.2;
    pointer-events: none;
}

.btn {
    padding: 12px 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 170px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-weight: 700;
    font-size: calc(12px + var(--font-size-adjust-px));
    line-height: 15px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    background: transparent;
    color: #0206CD;
    border: 1px solid rgb(214, 229, 254);
    border-radius: 100px;
    font-family: var(--font-family-universal);
    cursor: pointer;
}

.btn:hover {
    background: #D6E5FE;
    color: #0206CD;
}

.about-expert__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-expert__mob {
    display: none;
}

.about-expert__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 440px;
    margin-right: 40px;
}

.about-expert__photo {
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.about-expert__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-expert__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-expert__text {
    margin-top: 32px;
}

.about-expert__socials {
    margin-top: 32px;
}

.chars-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chars-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: calc(12px + var(--font-size-adjust-px));
    line-height: 16px;
    margin-right: 5px;
}

.chars-list__item:last-child {
    margin-right: 0;
}

.chars-list__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.expert-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.expert-card:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
    box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
}

.expert-card:hover .expert-card__photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.expert-card__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 373px;
    overflow: hidden;
}

.expert-card__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.expert-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

.expert-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.expert-card__user-info {
    max-width: 125px;
    margin-right: 15px;
}

.expert-card__chars-list {
    max-width: 235px;
}

.expert-card__title {
    display: inline-block;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.expert-card__title:last-child {
    margin-bottom: 0;
}

.expert-card__tags {
    margin-top: auto;
}

.filter-menu {
    width: 100%;
    padding: 24px 25px 29px 58px;
    background: #F9F9FA;
    border-radius: 8px;
}

.filter-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.filter-menu__item {
    margin: 0 34px 0 0 !important;
    padding: 14px 33px 10px 0px !important;
    border-right: 1px solid #E7EAEE;
}

.filter-menu__item::after {
    display: none;
}

.filter-menu__item:last-child {
    border-right: none;
    margin-right: 0;
}

.filter-menu__title {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 120%;
}

.filter-menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 17px;
    color: #2B1B35;
    opacity: 0.8;
}

.filter-menu_link img {
    margin-right: 10px;
}

.filter-widget {
    margin-bottom: 35px;
}

.filter-widget:last-child {
    margin-bottom: 0;
}

.filter-widget__header {
    margin-bottom: 11px;
}

.filter-widget__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 18px;
    margin-left: 27px;
}

.filter-widget__prompt {
    position: relative;
    margin-left: 15px;
}

.filter-widget__prompt:hover .filter-widget__prompt-wrapp {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.filter-widget__prompt img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.filter-widget__prompt-wrapp {
    display: none;
    position: absolute;
    top: 40px;
    left: -160px;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.filter-widget__prompt-content {
    position: relative;
    padding: 23px;
    width: 336px;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    background: #FFFFFF;
    z-index: 1;
}

.filter-widget__prompt-content::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-widget__prompt-heading {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 18px;
}

.filter-widget__prompt-iiner p {
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 120%;
    color: #2B1B35;
    opacity: 0.7;
}

.filter-widget__prompt-iiner p:last-child {
    margin-top: 4px;
}

.filter-widget__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-widget__gen {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: calc(12px + var(--font-size-adjust-px));
    line-height: 120%;
    color: #2B1B35;
    opacity: 0.8;
}

.filter-widget__gen:last-child {
    margin-bottom: 0;
}

.filter-widget__field {
    margin-bottom: 10px;
}

.filter-widget__field:last-child {
    margin-bottom: 0;
}

.filter-widget__title {
    font-weight: 600;
    font-size: calc(18px + var(--font-size-adjust-px));
    line-height: 24px;
}

.filter-widget__label {
    position: relative;
}

.filter-widget__checkbox {
    display: none;
}

.filter-widget__checkbox:checked + .filter-widget__text::after {
    opacity: 1;
}

.filter-widget__checkbox:checked + .filter-widget__text::before {
    border: none;
}

.filter-widget__radio {
    display: none;
}

.filter-widget__radio:checked + .filter-widget__text::after {
    opacity: 1;
}

.filter-widget__radio:checked + .filter-widget__text::before {
    border: none;
}

.filter-widget__product {
    position: absolute;
    right: -155px;
    top: -20px;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    z-index: 6;
}

.filter-widget__product-wrapp {
    position: relative;
    padding: 24px;
    position: relative;
    background: #FFFFFF;
    max-width: 504px;
    margin: 0 auto;
}

.filter-widget__product-wrapp::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 23px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-widget__product-title {
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 120%;
}

.filter-widget__text {
    display: inline-block;
    position: relative;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 20px;
    padding-left: 26px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.filter-widget__text::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 15px;
    border: 1px solid #C0BBC3;
    border-radius: 50px;
}

.filter-widget__text:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 8px;
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='%23164CB5' stroke='%23164CB5'/%3E%3Crect x='4' y='4' width='8' height='8' rx='4' fill='white'/%3E%3C/svg%3E%0A");
}

.filter-widget--checkbox .filter-widget__text::before {
    border: 1px solid #C0BBC3;
    border-radius: 3px;
}

.filter-widget--checkbox .filter-widget__text:after {
    border-radius: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='2.5' fill='%23164CB5' stroke='%23164CB5'/%3E%3Cpath d='M5.91895 11.3002L11.9189 5.30017' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M7 11L3.72404 7.7714' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.socials__item {
    list-style: none;
    margin-right: 8px;
}

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

.socials__link {
    border: 2px solid #F1F6FF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    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;
}

.socials__link:hover {
    background: #F1F6FF;
}

.socials__link:focus {
    opacity: 0.5;
    background: #F1F6FF;
}

.tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -8px 0;
    padding: 0;
    list-style-type: none;
}

.tags__item {
    margin-right: 7px;
    margin-bottom: 8px;
}

.tags__item a:hover {
    color: rgba(18, 72, 178, 0.5);
    background: #F1F6FF;
    border: 2px solid #F1F6FF;
}

.tags__item a:focus {
    color: #2B1B35;
    background: #F1F6FF;
    border: 2px solid #F1F6FF;
}

.tags__item a.is-active {
    color: #2B1B35;
    background: #F1F6FF;
    border: 2px solid #F1F6FF;
}

.tags__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 17px;
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 17px;
    border: 2px solid #F1F6FF;
    border-radius: 100px;
}

.user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.user-info__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    overflow: hidden;
    border-radius: 50%;
}

.user-info__name {
    font-weight: 700;
    font-size: calc(12px + var(--font-size-adjust-px));
    line-height: 16px;
    display: block;
    color: #2B1B35;
    font-family: "Atyp Text B";
}

.user-info__name:hover {
    opacity: 0.7;
}

.user-info__name:focus {
    color: #2B1B35;
    opacity: none;
}

@media (max-width: 1500px) {
    .filter-menu__item {
        padding-right: 15px;
        margin-right: 15px;
    }

    .filter-menu {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1399px) {
    .about-expert__aside {
        max-width: 384px;
        overflow: hidden;
        margin-right: 33px;
    }

    .about-expert__text p:last-child {
        margin-top: 25px;
    }

    .expert-card__chars-list {
        max-width: 200px;
    }

    .main-blog__show-more {
        margin-top: 50px;
    }

    .main-blog__section {
        margin-bottom: 60px;
    }

    .main-blog__col {
        padding: 0 15px;
    }

    .main-blog__grid {
        margin: 0px -15px -40px;
    }

    .chars-list__item {
        margin-right: 6px;
    }

    .expert-card__user-info {
        margin-right: 7px;
    }

    .container {
        max-width: 1255px;
        padding: 0 20px;
    }
}

@media (max-width: 1259px) {
    .about-expert__aside {
        max-width: 456px;
    }

    .main-blog__col.col-3 {
        width: 50%;
    }

    .expert-card__chars-list {
        max-width: 228px;
    }

    .main-blog__show-more {
        margin-top: 29px;
    }

    .about-expert__aside {
        margin-right: 25px;
    }

    .container {
        padding: 0px 35px;
    }

    .about-expert__photo {
        height: 520px;
    }

    .expert-card__user-info {
        margin-right: 15px;
    }

    .chars-list__item {
        margin-right: 21px;
    }

    .filter-block__aside {
        width: 250px;
        margin-right: 20px;
    }

    .filter-block__col.col-3 {
        width: 50%;
    }

    .filter-menu_link img {
        margin-right: 10px;
        max-width: 18px;
        margin-right: 6px;
    }

    .filter-menu {
        padding: 12px;
    }

    .filter-menu__item {
        margin-right: 12px;
        padding-right: 12px;
    }

    .filter-menu__title {
        margin-bottom: 12px;
    }

    .filter-menu_link {
        font-size: calc(12px + var(--font-size-adjust-px));
    }

    .filter-widget__text {
        font-size: calc(14px + var(--font-size-adjust-px));
        line-height: 20px;
    }

    .filter-widget__gen {
        font-size: calc(10px + var(--font-size-adjust-px));
        line-height: 120%;
    }

    .filter-widget__title {
        font-size: calc(16px + var(--font-size-adjust-px));
    }
}

@media (max-width: 1019px) {
    .about-expert__dext {
        display: none;
    }

    .about-expert__mob {
        display: block;
    }

    .main-blog__title {
        font-size: calc(32px + var(--font-size-adjust-px));
        line-height: 40px;
    }

    .main-blog__show-more {
        margin-top: 38px;
    }

    .main-blog__col {
        margin-bottom: 33px;
    }

    .expert-card__user-info {
        margin-bottom: 11px;
    }

    .expert-card__chars-list {
        margin-bottom: 11px;
    }

    .expert-card__title {
        margin-bottom: 26px;
    }

    .expert-card__actions {
        margin-bottom: 10px;
    }

    .expert-card__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .about-expert__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-expert__aside {
        max-width: 100%;
        margin-right: 0;
    }

    .main-blog__section {
        margin-bottom: 47px;
    }

    .about-expert__photo {
        height: 372px;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-blog__header {
        margin-bottom: 37px;
    }

    .about-expert__main {
        margin-top: 20px;
    }
}

.filter-widget__product-wrapp {
    position: relative;
    padding: 24px;
    background: #FFFFFF;
}

.filter-widget__product-wrapp::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 23px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (max-width: 992px) {
    .filter-block__aside {
        margin-right: 0;
        width: 0;
    }

    .filter-block__menu-item.col-4 {
        width: auto;
    }

    .filter-menu_link {
        white-space: nowrap;
    }

    .filter-menu_link img {
        max-width: 24px;
    }

    .filter-block__menu {
        overflow: auto;
    }

    .sorting-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: -1;
    }

    .sorting-widget.is-opened {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: 959;
    }

    .sorting-widget::before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0;
        margin: 0 auto;
        top: 12px;
        width: 40px;
        height: 4px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #2B1B35;
        opacity: 0.2;
        border-radius: 5px;
    }

    .sorting-widget__mobile-actions {
        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;
        padding: 28px 0 22px;
    }

    .sorting-widget__title {
        position: relative;
        font-size: calc(16px + var(--font-size-adjust-px));
        line-height: 19px;
        color: #2B1B35;
        font-family: var(--font-family-universal);
        font-weight: 600;);
    }

    .sorting-widget__close {
        position: absolute;
        right: 12px;
        top: 34px;
        font-size: calc(10px + var(--font-size-adjust-px));
        line-height: 120%;
        text-align: right;
        color: #1248B2;
        font-family: var(--font-family-universal);
        font-weight: 600;
    }

    .sorting-widget__dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        background: 0;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        padding-top: 0;
    }

    .sorting-widget__option {
        text-align: left;
    }

    .filter-block__filter {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999999999;
        padding: 100px 15px 80px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow: auto;
    }

    .filter-block__filter.is-opened {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .filter-block__filter::before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0;
        margin: 0 auto;
        top: 12px;
        width: 40px;
        height: 4px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #2B1B35;
        opacity: 0.2;
        border-radius: 5px;
        z-index: 22;
    }

    .filter-block__filter-actions {
        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;
        padding: 28px 0 22px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 5;
    }

    .filter-block__title {
        position: relative;
        font-size: calc(16px + var(--font-size-adjust-px));
        line-height: 19px;
        color: #2B1B35;
        font-family: var(--font-family-universal);
        font-weight: 600;
    }

    .filter-block__close {
        position: absolute;
        right: 12px;
        top: 34px;
        font-size: calc(10px + var(--font-size-adjust-px));
        line-height: 120%;
        text-align: right;
        color: #1248B2;
        font-family: var(--font-family-universal);
        font-weight: 600;
    }

    .filter-widget__product {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        padding: 8px 15px;
        -webkit-box-shadow: 0px -1px 6px rgba(43, 27, 53, 0.15);
        box-shadow: 0px -1px 6px rgba(43, 27, 53, 0.15);
        z-index: 5;
        background: #fff;
    }

    .filter-widget__product-wrapp {
        cursor: pointer;
        padding: 0;
        height: 32px;
        font-family: var(--font-family-universal);
        font-weight: 600;
        font-size: calc(12px + var(--font-size-adjust-px));
        line-height: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        letter-spacing: 1.35px;
        text-transform: uppercase;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(#2960CC), to(rgba(18, 72, 178, 0))), #1248B2;
        background: -webkit-linear-gradient(top, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2;
        background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4);
        box-shadow: 0px 5px 10px rgba(0, 56, 166, 0.4);
        border-radius: 100px;
    }

    .filter-widget__product-wrapp::after {
        display: none;
    }

    .filter-block__mobile-actions {
        margin-bottom: 28px;
    }

    body.is-sorting, body.is-filter {
        overflow: hidden;
    }

    .filter-widget {
        margin-bottom: 28px;
    }

    .filter-block__menu-item.col-3 {
        width: auto;
    }

    .filter-block__sorting {
        margin-top: 0;
    }
}

@media (max-width: 759px) {
    .main-blog__col.col-3 {
        width: 100%;
    }

    /*.container {*/
    /*    padding: 0 20px !important;*/
    /*}*/

    .expert-card__actions {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .main-blog__title {
        font-size: calc(24px + var(--font-size-adjust-px));
        line-height: 32px;
    }

    .about-expert__title {
        font-size: calc(20px + var(--font-size-adjust-px));
        line-height: 26px;
    }

    .about-expert__text {
        margin-top: 17px;
    }

    .about-expert__socials {
        margin-top: 16px;
    }

    .expert-card__actions {
        margin-bottom: 0;
    }

    .expert-card__title {
        margin-bottom: 35px;
    }

    .main-blog__col {
        margin-bottom: 25px;
    }

    .main-blog__show-more {
        margin-top: 45px;
    }
}

@media (max-width: 559px) {
    .expert-card__chars-list {
        margin-bottom: 0;
    }

    .expert-card__photo {
        height: 469px;
    }

    .about-expert__aside {
        margin-right: 0;
    }

    .expert-card__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-blog__grid {
        margin: 0px -41px -40px;
    }

    .about-expert__aside {
        position: absolute;
        margin: 0 -41px;
    }

    .about-expert__photo {
        height: 296px;
        margin: 0 -50px;
        width: calc(100% + 100px);
    }

    .about-expert__main {
        margin-top: 315px;
    }

    .expert-card__actions {
        margin-bottom: 10px;
    }

    .main-blog__show-more {
        margin-top: 50px;
    }

    .main-blog__col {
        margin-bottom: 33px;
    }

    .expert-card__title {
        margin-bottom: 25px;
    }

    .expert-card__user-info {
        margin-bottom: 13px;
    }

    .expert-card__data {
        padding: 21px 40px;
    }

    .about-expert__text p {
        font-size: calc(16px + var(--font-size-adjust-px));
        line-height: 20px;
    }

    /*.container {*/
    /*    padding: 0 33px !important;*/
    /*}*/

    .about-expert__text p:last-child {
        margin-top: 20px;
    }

    .about-expert__socials {
        margin-top: 25px;
    }

    .main-blog__col {
        padding: 0;
    }

    .main-blog {
        padding: 48px 0;
    }

    .main-blog__show-more {
        margin-top: 42px;
    }

    .filter-block__col.col-3 {
        width: 100%;
    }
}

.deactivate-filter {
    opacity: 0.5;
    cursor: unset !important;
}

.loading-filters {
    animation-name: loading-filters-animate;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-direction: normal;
    animation-iteration-count: infinite;
}

@keyframes loading-filters-animate {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(2000px);
    }
}

@media (max-width: 1359px) {
    .loading-svg {
        width: 185px;
    }

    .loading-sq {
        height: 185px;
    }

    .loading-sl {
        y: 195;
        width: 92px;
    }

    .loading-ti {
        y: 215;
    }

    .loading-desc1 {
        y: 245;
    }

    .loading-desc2 {
        y: 265;
    }

    .loading-desc3 {
        y: 285;
    }

    .loading-desc4 {
        y: 305;
    }
}

@media (max-width: 767px) {
    .loading-svg {
        width: 148px;
        height: 275px;
    }

    .loading-sq {
        height: 148px;
    }

    .loading-sl {
        y: 157;
        width: 51px;
    }

    .loading-ti {
        width: 110px;
        y: 185;
    }

    .loading-desc1 {
        y: 215;
    }

    .loading-desc2 {
        y: 235;
    }

    .loading-desc3 {
        y: 255;
    }

    .loading-desc4 {
        y: 275;
    }
}

.not_found_filters {
    margin: -20px 0 0;
    padding: 32px 0 48px;
    position: relative;
    display: grid;
    text-align: center;
}

.not_found_filters_title {
    display: inline-block;
    font-weight: 700;
    font-size: calc(20px + var(--font-size-adjust-px));
    line-height: 26px;
}

.not_found_filters_subtitle {
    display: inline-block;
    font-weight: 400;
    font-size: calc(18px + var(--font-size-adjust-px));
    line-height: 24px;
}

@media (min-width: 1201px) {
    .g-wrapper__inner.is-small .catalog-item:nth-child(3n)::after {
        display: none !important;
    }
}

@media (min-width: 561px) and (max-width: 1200px) {
    .g-wrapper__inner.is-small .catalog-item:nth-child(2n)::after {
        display: none !important;
    }
}

@media (max-width: 560px) {
    .g-wrapper__inner.is-small .catalog-item::after {
        display: none !important;
    }
}

.mobile-fitler-span {
    background: #EE005A;
    border-radius: 16px;
    color: #fff;
    display: block;
    font: 900 calc(10px + var(--font-size-adjust-px))/16px var(--font-family-universal), sans-serif;
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    right: -13px;
    top: -6px;
}

.catalog-banner-eu {
    margin-top: 12px;
    margin-bottom: 32px;
    color: white;
    min-height: 170px;
    height: 100%;
    background-size: cover;
    position: relative;
    background: #021D66;
}

.catalog-banner-eu::before {
    width: 100%;
    content: " ";
    height: 170px;
    display: block;
    margin-left: auto;
    top: 0;
    left: 0;
}

.catalog-banner-eu::after {
    width: 100%;
    content: " ";
    height: 170px;
    margin-left: auto;
    top: 0px;
    background-size: cover;
    position: absolute;
    display: block;

}

.catalog-banner-eu .catalog-banner__inner {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0 30px 30px 12px;

}

.catalog-banner-eu .catalog-banner__title {
    font-weight: 800;
    font-size: calc(24px + var(--font-size-adjust-px));
    line-height: 32px;
    padding-top: 40px;
}

.catalog-banner-eu .catalog-banner__desc {
    font-weight: 300;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 20px;
}

@media (min-width: 320px) and (max-width: 375px) {
    .catalog-banner-eu::after {
        background: url(static/images/eu-mob.png) no-repeat !important;
        /* background: url(/eu-mob.png) no-repeat !important;  */
        background-size: cover !important;
    }
}

@media (min-width: 480px) and (max-width: 560px) {
    .catalog-banner-eu .catalog-banner__inner {
        padding: 0 30px 46px;
    }


    .catalog-banner-eu::after {
        height: 125px !important;
        transform: translate(17%, 25%) scale(1.5);
    }
}

@media (min-width: 768px) {
    .catalog-banner-eu .catalog-banner__inner {
        padding-right: 10px;
        margin: 0px 0 0 45%;
        width: 55%;
        max-width: unset;
        min-height: unset;
        display: block;
        height: 170px;
    }

    .catalog-banner-eu::before {
        position: absolute;
    }

}

@media (min-width: 1024px) {
    .catalog-banner-eu {
        margin-top: 18px;
        margin-bottom: 64px;
    }

    .catalog-banner-eu .catalog-banner__inner {
        padding-right: 18%;
    }

}

@media (min-width: 1250px) {
    .catalog-banner-eu .catalog-banner__inner {
        padding-right: 24%;
    }
}


.sorting-widget {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    min-width: 207px;
    margin-right: -24px;
}

.sorting-widget.is-big {
    margin-top: -3px;
    min-width: 100%;
    border: 1px solid #E4E7EB;
    border-radius: 5px;
}

.sorting-widget.is-big .sorting-widget__placeholder {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 21px 9px 12px;
    color: #2B1B35;
    opacity: 0.2;
}

.sorting-widget.is-big .sorting-widget__placeholder.is-selected {
    opacity: 1;
}

.sorting-widget.is-opened .sorting-widget__placeholder::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.sorting-widget.is-opened .sorting-widget__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (min-width: 993px) {
    .sorting-widget__mobile-actions {
        display: none;
    }
}

.sorting-widget__placeholder {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    padding: 10px 24px;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    text-align: right;
    color: #2B1B35;
    z-index: 99;
    cursor: pointer;
}

@media (min-width: 993px) {
    .sorting-widget__placeholder {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.sorting-widget__placeholder::after {
    content: "";
    width: 10px;
    height: 8px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_472_625)'%3E%3Cpath d='M1.66699 2.22217L5.00033 5.77772L5.01699 5.75995L8.33366 2.22217' stroke='%231248B2' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_472_625'%3E%3Crect width='10' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.sorting-widget__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.15);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.15);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 98;
}

.sorting-widget__option {
    padding: 7px 24px;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    text-align: right;
    color: #2B1B35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sorting-widget__option:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #F1F6FF;
}

.sorting-widget__option.is-selected {
    color: #2B1B35;
    opacity: 0.2;
    pointer-events: none;
}

.js-select, .js-select-big {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    position: relative;
    margin-right: -24px;
}

.js-select.is-big, .js-select-big.is-big {
    margin-top: -3px;
    width: 100%;
    border: 1px solid #E4E7EB;
    border-radius: 5px;
}
.js-select-big .find_result_pop {
    top: -16px !important;
}
    @media (max-width: 992px) {
        .js-select-big .find_result_pop {
            top: auto !important;
        }
    }
.js-select.is-big .js-select__placeholder, .js-select.is-big .js-select-big__placeholder, .js-select-big.is-big .js-select__placeholder, .js-select-big.is-big .js-select-big__placeholder {
    padding: 9px 21px 9px 12px;
    color: #2B1B35;
    opacity: 0.2;
}

.js-select.is-big .js-select__placeholder.is-selected, .js-select.is-big .js-select-big__placeholder.is-selected, .js-select-big.is-big .js-select__placeholder.is-selected, .js-select-big.is-big .js-select-big__placeholder.is-selected {
    opacity: 1;
}

.js-select.is-big .filter-widget__text, .js-select-big.is-big .filter-widget__text {
    padding-left: 40px !important;
}

.js-select.is-big .filter-widget__text::before, .js-select.is-big .filter-widget__text::after, .js-select-big.is-big .filter-widget__text::before, .js-select-big.is-big .filter-widget__text::after {
    display: none;
}

.js-select.is-big .filter-widget__label img, .js-select-big.is-big .filter-widget__label img {
    left: 0 !important;
}

.js-select.is-big .js-select__option, .js-select.is-big .js-select-big__option, .js-select-big.is-big .js-select__option, .js-select-big.is-big .js-select-big__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    text-align: left;
}

.js-select.is-opened, .js-select-big.is-opened {
    border-color: transparent;
}

.js-select.is-opened .js-select__placeholder::after, .js-select.is-opened .js-select-big__placeholder::after, .js-select-big.is-opened .js-select__placeholder::after, .js-select-big.is-opened .js-select-big__placeholder::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.js-select.is-opened .js-select__dropdown, .js-select.is-opened .js-select-big__dropdown, .js-select-big.is-opened .js-select__dropdown, .js-select-big.is-opened .js-select-big__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    padding-top: 36px;
}

.js-select__placeholder, .js-select-big__placeholder {
    display: inline-block;
    position: absolute;
    width: calc(100% - 16px);
    padding: 10px 24px;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    text-align: left;
    color: #2B1B35;
    z-index: 99;
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
     /* Цвет фона */
     /* Поля вокруг текста */
    text-overflow: ellipsis; /* Добавляем многоточие */
    cursor: pointer;
}

.js-select__placeholder::after, .js-select-big__placeholder::after {
    content: "";
    width: 10px;
    height: 8px;
    display: block;
    -webkit-transition: 0.2s;
    position: absolute;
    transition: 0.2s;
    top: calc(50% - 3.5px);
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_472_625)'%3E%3Cpath d='M1.66699 2.22217L5.00033 5.77772L5.01699 5.75995L8.33366 2.22217' stroke='%231248B2' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_472_625'%3E%3Crect width='10' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.js-select__dropdown, .js-select-big__dropdown {
    position: relative;
    left: 0;
    right: 0;
    height: 0;
    display: block;
    top: 0;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.15);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.15);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: all 0.2s ease;
    z-index: 98;
    border: 1px solid #E4E7EB;
}

.js-select__option, .js-select-big__option {
    padding: 7px 24px;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 19px;
    text-align: right;
    color: #2B1B35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.js-select__option:hover, .js-select-big__option:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #F1F6FF;
}

.js-select__option.is-selected, .js-select-big__option.is-selected {
    color: #2B1B35;
    opacity: 0.2;
    pointer-events: none;
}


.filter-widget {
    margin-bottom: 35px;
}

.filter-widget:last-child {
    margin-bottom: 0;
}

.filter-widget__header {
    margin-bottom: 11px;
}

.filter-widget__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 18px;
    margin-left: 27px;
}

.filter-widget__prompt {
    position: relative;
    margin-left: 15px;
}

.filter-widget__prompt:hover .filter-widget__prompt-wrapp {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.filter-widget__prompt img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.filter-widget__prompt-wrapp {
    display: none;
    position: absolute;
    top: 40px;
    left: -160px;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.filter-widget__prompt-content {
    position: relative;
    padding: 23px;
    width: 336px;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    background: #FFFFFF;
    z-index: 1;
}

.filter-widget__prompt-content::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-widget__prompt-heading {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 18px;
}

.filter-widget__prompt-iiner p {
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 120%;
    color: #2B1B35;
    opacity: 0.7;
}

.filter-widget__prompt-iiner p:last-child {
    margin-top: 4px;
}

.filter-widget__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-widget__gen {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: calc(12px + var(--font-size-adjust-px));
    line-height: 120%;
    color: #2B1B35;
    opacity: 0.8;
}

.filter-widget__gen:last-child {
    margin-bottom: 0;
}

.filter-widget__field {
    position:relative;
    margin-bottom: 10px;
}

.filter-widget__field:last-child {
    margin-bottom: 0;
}

.filter-widget__title {
    font-weight: 600;
    font-size: calc(18px + var(--font-size-adjust-px));
    line-height: 24px;
}

.filter-widget__label {
    position: relative;
}

.filter-widget__label img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.filter-widget__checkbox {
    display: none;
}

.filter-widget__checkbox:checked + .filter-widget__text::after {
    opacity: 1;
}

.filter-widget__checkbox:checked + .filter-widget__text::before {
    border: none;
}

.filter-widget__radio {
    display: none;
}

.filter-widget__radio:checked + .filter-widget__text::after {
    opacity: 1;
}

.filter-widget__radio:checked + .filter-widget__text::before {
    border: none;
}

.filter-widget__product-title {
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 120%;
}

.filter-widget__text {
    display: inline-block;
    position: relative;
    font-size: calc(16px + var(--font-size-adjust-px));
    line-height: 20px;
    padding-left: 26px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.filter-widget__text::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    display: block;
    width: 16px;
    height: 15px;
    border: 1px solid #C0BBC3;
    border-radius: 50px;
}

.filter-widget__text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    width: 16px;
    height: 16px;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='%23050C59' stroke='%23050C59'/%3E%3Crect x='4' y='4' width='8' height='8' rx='4' fill='white'/%3E%3C/svg%3E%0A");
}

.filter-widget--checkbox .filter-widget__text::before {
    border: 1px solid #C0BBC3;
    border-radius: 3px;
}

.filter-widget--checkbox .filter-widget__text:after {
    border-radius: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='2.5' fill='%23050C59' stroke='%23050C59'/%3E%3Cpath d='M5.91895 11.3002L11.9189 5.30017' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M7 11L3.72404 7.7714' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.filter-widget.is-picture {
    margin-bottom: 37px;
}

.filter-widget.is-picture .filter-widget__text.image {
    padding-left: 65px;
}

.filter-widget.is-picture .filter-widget__field:last-child {
    margin-top: -7px;
}

.filter-widget.is-picture .filter-widget__header {
    margin-bottom: 20px;
}

.filter-widget.is-picture .filter-widget__label img {
    position: absolute;
    left: 24px;
    top: unset;
}

.filter-widget.is-picture .filter-widget__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-widget.is-picture .filter-widget__field {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    .filter-widget__container.is_replacement {
        max-width: 504px;
        margin: 0 auto;
    }
}

.filter-widget__product-wrapp.is-small {
    max-width: 504px;
    margin: 0 auto;
}

.filter-widget__body {
    position: relative;
    width: 100%;
    display: block;
}

.filter-widget__body:hover .js-select-big.is-disabled + .js-filter-help {
    pointer-events: initial;
    opacity: 1;
}

.filter-widget__body .js-filter-help {
    position: absolute;
    left: calc(100% + 22px);
    white-space: nowrap;
    top: -15px;
    -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
    z-index: 9999;
    background: #FFFFFF;
    padding: 24px;
    font-size: calc(14px + var(--font-size-adjust-px));
    line-height: 120%;
    color: rgba(43, 27, 53, 0.7);
    pointer-events: none;
    opacity: 0;
    display: block;
    transition: opacity 0.18s ease;
    user-select: none;
}

.filter-widget__body .is-loading + .js-filter-help {
    opacity: 0 !important;
    pointer-events: none !important;
}

.filter-widget__body .js-filter-help::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 23px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-widget__body .js-filter-help.is-visible {
    display: none !important;
}

.js-select.is-disabled, .js-select-big.is-disabled {
    pointer-events: none;
    opacity: 0.9;
    user-select: none;
}

@media (max-width: 992px) {
    .filter-widget__body .js-filter-help {
        left: 0;
        right: 0;
        bottom: calc(100% + 23px);
        top: auto;
        width: max-content;
        height: 60px;
        font-size: calc(13px + var(--font-size-adjust-px));
        line-height: 120%;
        margin: 0 auto;
        z-index: 1;
    }

    .filter-widget__body .js-filter-help::after {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: calc(100% - 10px);
    }
}


 .filter-widget__checkbox-color {
        margin-right: 9px;
        margin-bottom: 12px;
    }
    .filter-widget.is-color .filter-widget__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    }

    @media (min-width: 993px) {
        .filter-widget.is-color .filter-widget__body{
            margin-right: -9px;
        }
    }

    .checkbox-color {
        position: relative;
    }
    .checkbox-color:hover .checkbox-color__prompt {
        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;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .checkbox-color__checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .checkbox-color__radio {
        display: none;
    }
    .checkbox-color__radio:checked + .checkbox-color__text::after {
        opacity: 1;
    }
    .checkbox-color__text {
        display: inline-block;
        position: relative;
        padding-left: 25px;
        width: 26px;
        height: 26px;
        border: 1px solid transparent;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
        border-radius: 50px;
        background: #0500FF;
    }
    .checkbox-color__text:after {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        display: block;
        width: 10px;
        height: 9px;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.91895 7.30017L8.91895 1.30017' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M4 7L0.724039 3.7714' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
    }

    .checkbox-color__text.is-white {
        border: 1px solid #DCDCDC;
        background: #ffffff;
    }
    .checkbox-color__text.is-white:after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.91895 7.30017L8.91895 1.30017' stroke='%232B1B35' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M4 7L0.724039 3.7714' stroke='%232B1B35' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    }

    .checkbox-color__prompt {
        display: none;
        margin: 0 auto;
        padding: 5px;
        min-height: 63px;
        width: 105px;
        position: absolute;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 43px;
        left: -40px;
        right: 0;
        z-index: 1;
        background: #fff;
        -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
                box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
        text-align: center;
        font-size: calc(16px + var(--font-size-adjust-px));
        line-height: 100%;
        color: #2B1B35;
        word-break: break-word;
    }
    .checkbox-color__prompt::before {
        content: "";
        position: absolute;
        top: -5px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        background: white;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: -1;
    }

    @media (max-width: 1259px) {
        .filter-block.is-picture .filter-widget__title {
            font-size: calc(18px + var(--font-size-adjust-px));
        }
        .filter-block.is-picture .filter-widget__text {
            font-size: calc(16px + var(--font-size-adjust-px));
        }
    }

    @media (max-width: 992px) {
        .filter-widget__checkbox-color {
            margin-bottom: 0;
        }
        .filter-widget.is-color .filter-widget__body {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .filter-widget__checkbox-color {
            margin-right: 0;
            margin-bottom: 18px;
        }
        .checkbox-color {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        .checkbox-color__prompt::before {
            display: none;
        }
        .checkbox-color__text {
            padding: 0;
        }
        .checkbox-color__prompt {
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            top: 0;
            padding: 0;
            margin-left: 12px;
        }
        .checkbox-color__prompt {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            max-width: 100%;
            min-height: auto;
            background: transparent;
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
        .checkbox-color__text:after {
            top: 4px;
            left: 3px;
        }
        .checkbox-color__text {
            top: 0;
            width: 18px;
            height: 18px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            border-radius: 3px;
        }
        .checkbox-color:hover .checkbox-color__prompt {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
        }
        .checkbox-color__prompt {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }

        @media (max-width: 992px) {
            .hover-modal.is-opened {
                display: block !important;
                position: fixed !important;
                top: 0 !important;
                bottom: 0 !important;
                left: 0 !important;
                right: 0 !important;
                z-index: 999999999999;
                width: 100% !important;
                height: 100% !important;
                max-width: unset;
                overflow-y: auto;
            }
            .hover-modal {
                display: none;
            }
        }
        .hover-modal {
            padding: 24px;
            width: max-content;
            max-width: 335px;
            background: #fff;
            -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
            box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
            z-index: 2;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 3px;
        }
        .hover-modal:before {
            content: "";
            position: absolute;
            left: -4px;
            top: calc(50% - 25px);
            bottom: 0;
            width: 50px;
            height: 50px;
            background: #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            z-index: -1;
        }
        .hover-modal img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        .hover-modal__section {
            margin-bottom: 8px;
        }
        .hover-modal__section:last-child {
            margin-bottom: 0;
        }
        .hover-modal__title {
            margin-bottom: 8px;
            font-weight: 700;
            font-size: calc(14px + var(--font-size-adjust-px));
            line-height: 18px;
            color: #2B1B35;
        }
        .hover-modal__title.is-bottom {
            margin-bottom: 16px;
        }
        .hover-modal__text {
            font-size: calc(14px + var(--font-size-adjust-px));
            line-height: 120%;
            color: #2B1B35B3;
            font-weight: 400;
        }
        .hover-modal__text strong {
            color: #2B1B35;
        }
        .hover-modal__text p+p {
            margin-top: 6px;
            margin-bottom: 0;
        }
        .hover-modal__actions {
            display: none;
        }
        @media (max-width: 992px) {
            .hover-modal__actions {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                padding: 0 0 24px 0;
            }
        }
        .hover-modal__back {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 24px;
            height: 24px;
            cursor: pointer;
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13H13V11H12V13ZM2 11C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13V11ZM12 11H2V13H12V11Z' fill='black'/%3E%3Cpath d='M7 17L2 12L7 7' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
            }
            .hover-modal__close {
            font-size: calc(10px + var(--font-size-adjust-px));
            line-height: 120%;
            text-align: right;
            cursor: pointer;
            margin: 7px -12px 0 0;
            color: #1248B2;
            font-family: var(--font-family-universal);
    font-weight: 600;
            }
            .hover-modal.is-small {
            width: 137px;
            }
            .hover-modal.is-big {
            width: 252px;
            }
            .filter-widget__prompt{
                display: flex;
                align-items: center;
                margin-left: 0 !important;
            }
            .js-hover-modal.is-horizontal > img{
                position: static;
                margin-left: 5px;
                flex-shrink: 0;
                width: 16px;
                height: 16px;
            }
            .js-hover-modal.is-horizontal {
                margin-top: 2px;
                margin-left: 2px;
                display: inline-flex;
            }
        .is-help{
            display: inline-flex;
            align-items: center;
        }
        .is-help::after{
            content: '';
            width: 24px;
            height: 24px;
            display: block;
            flex-shrink: 0;
            margin-left: 3px;
            margin-top: 3px;
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315ZM12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6C10.4087 6 8.88258 6.63214 7.75736 7.75736C6.63214 8.88258 6 10.4087 6 12C6 13.5913 6.63214 15.1174 7.75736 16.2426C8.88258 17.3679 10.4087 18 12 18ZM11 9.333C11 8.78072 11.4477 8.333 12 8.333H12.007C12.5593 8.333 13.007 8.78072 13.007 9.333C13.007 9.88528 12.5593 10.333 12.007 10.333H12C11.4477 10.333 11 9.88528 11 9.333ZM11 11H13C13 11 13 11.789 13 12V14.667C13 14.9342 13 15.667 13 15.667H11C11 15.667 11 15.2193 11 14.667V12C11 11.4477 11 11 11 11Z' fill='%232B1B35'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

        @media (min-width: 993px) {
            .hover-modal {
                display: none;
                position: absolute;
                top: 0;
                left: calc(100% + 20px);
                background: #FFFFFF;
                -webkit-box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
                        box-shadow: 0px 15px 50px rgba(43, 27, 53, 0.2);
            }
            .js-hover-modal {
                display: inline-flex;
                position: relative;
            }

        }
            @media (min-width: 993px){
            .js-hover-modal.is-horizontal {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;

            }
            .js-hover-modal.is-horizontal .hover-modal {
                left: auto;
                right: auto;
                top: calc(100% + 15px) !important;
                margin: 5px 0 0 5px;
            }
            .js-hover-modal.is-horizontal .hover-modal::before {
                left: 0;
                top: -4px;
                right: 0;
                margin: 0 auto;
            }
            }
            @media (min-width: 993px) {
            .js-hover-modal:hover .hover-modal {
                display: block;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }
            }
@media (max-width: 993px) {
    .hover-modal__text svg.big-size-mob {
        width: 300px;
        height: 300px;
        text-align: center;
    }
}

.theiaStickySidebar {
    z-index: 2;
}
.filter-widget__container .button_filter_reset {
    background: #F1F6FF;
    border: 1px solid #F1F6FF;
}
.filter-widget__container .button_filter_found {
    background: #050C59;
    border: 1px solid #050C59;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.filter-widget__container .button_filter_found:hover {
    background: #F1F6FF;
    border: 1px solid #F1F6FF;
}
@media (min-width: 993px) {
    .filter-widget__container .button_filter_found {
        display: none;
        visibility: hidden;
    }
}
@media (max-width: 767px) {
    .filter-widget__mobile {
        max-width: 328px;
        place-self: center;
    }
}
@media (min-width: 768px) {
    .filter-widget__mobile {
        max-width: 504px;
        margin: 0 auto;
    }
}

@media (min-width: 767px) and (max-width: 993px) {
    .filter-widget__container .button_filter_mobile {
       display: inline-block;
       width: 47%;
       place-content: center;
    }
    .filter-widget__container .button_filter_mobile.replacements_mode {
       width: 100% !important;
    }
    .filter-widget__container .button_filter_found {
       margin-right: 24px;
    }
}
@media (max-width: 993px) {
    .filters-count-desc {
        display: none;
        visibility: hidden;
    }
    .filter-widget__product.find_result_pop {
        display: none;
        visibility: hidden;
    }
}
