body a:not(.btn):hover {
    color: #e62739;
    text-decoration: none;
}
@media (max-width: 991px) {
    /* a:not(.btn):hover {
        color: currentColor !important;
    } */
    .is-mobile-hidden {
        display: none !important;
    }
}

@media (min-width: 560px) and (max-width: 991px) {
    .is-tablet-hidden {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .is-desktop-hidden {
        display: none !important;
    }
}
.search {
    position: relative;
    margin-bottom: 40px;
}
.search--market {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .search {
        margin-bottom: 32px;
    }
}
.search-wrapper + .block-padd {
    padding-top: 0;
}
.search .layoutwhite {
    z-index: 100;
}
.search.searchinside {
    margin-bottom: 0;
    width: 288px;
}
.search.searchinside.searchanimate .search-body {
    width: 1108px;
}
@media (max-width: 1199px) {
    .search.searchinside.searchanimate .search-body {
        width: 928px;
    }
}
.search.searchinside.searchanimate .search-button {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.search.searchinside .search-body {
    position: absolute;
    width: 288px;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease;
}
.search.searchinside .search-button {
    margin-right: -230px;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
    transition: all 0.5s ease;
}
.search.searchinside .search-mobiletoggle,
.search.searchinside .search-info {
    display: none !important;
}
.search.searchresult {
    margin-bottom: 32px;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .search.searchresult {
        margin-bottom: 24px;
        margin-top: 32px;
    }
    .search.searchresult .search-button {
        display: block;
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 8px;
    }
    .search.searchresult .search-button .mbtn {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
.search.searchresult .search-body {
    flex-wrap: nowrap;
    display: flex !important;
}
@media (max-width: 991px) {
    .search.searchresult .search-body {
        display: none !important;
    }
}
.search.searchresult .search-mobiletoggle {
    color: #4f4f4f;
}
.search.searchresult .search-field {
    margin-bottom: 0;
}
.search.searchresult .search-status {
    top: -3px;
}
@media (min-width: 992px) {
    .search.active {
        z-index: 2000;
    }
}
@media (min-width: 992px) {
    .search.active .search-field {
        border-color: #e62739;
        box-shadow: 0 8px 16px rgba(230, 39, 57, 0.16);
    }
}
@media (min-width: 992px) {
    .search.active .layoutwhite {
        visibility: visible;
        opacity: 1;
    }
}
.search form {
    display: block;
}
.search-body {
    display: flex;
    position: relative;
    z-index: 199;
}
@media (max-width: 991px) {
    .search-body {
        display: none;
    }
}
.search-title {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #2c2c2c;
    margin-bottom: 40px;
}
.search-info {
    position: relative;
    padding-top: 16px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-transform: uppercase;
}
.search-info a {
    color: #e62739;
    text-decoration: none;
}
.search-info a:hover {
    text-decoration: underline;
}
.search-input {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}
.search-field {
    outline: 0;
    background: #fff url("/new/html/www/assets/images/ic/loop.svg") 16px 50% no-repeat !important;
    background-size: auto 18px;
    border: 1px solid #4f4f4f;
    border-radius: 4px !important;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    color: #4f4f4f;
    line-height: 1.45;
    padding: 14px 16px 14px 41px;
    box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
}
@media (max-width: 991px) {
    .search-field {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 16px 12px 41px;
        background-size: auto 16px;
        margin-bottom: 28px;
    }
}
.search-field::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.search-field:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.search-field::placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.search-field:focus {
    border-color: #e62739;
    box-shadow: 0 8px 16px rgba(230, 39, 57, 0.16);
}
.search-status {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
@media (max-width: 991px) {
    .search-status {
        top: 69px;
    }
}
.search-status.active {
    display: flex;
}
.search-status > div {
    display: none;
}
.search-status > div.active {
    display: block;
}
.search-delete {
    outline: 0;
    padding: 0;
    border: 0;
}
.search-delete .sicon {
    width: 16px;
    height: 16px;
}
.search-button {
    flex: 0 0 214px;
    max-width: 214px;
    margin-left: 16px;
}
@media (max-width: 991px) {
    .search-button {
        display: none;
    }
}
.search-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    font-family: "proxima-nova", sans-serif;
    z-index: 10;
}
.search-pbody {
    background-color: #fff;
    border: 1px solid #e62739;
    box-shadow: 0 8px 16px rgba(230, 39, 57, 0.16);
    border-radius: 4px;
    overflow: hidden;
}
.search-pcontent {
    padding: 20px 16px;
}
.search-pfoot {
    padding: 16px;
    border-top: 1px solid #e62739;
}
@media (max-width: 991px) {
    .search-pfoot {
        padding: 16px 0 0 0;
        border: 0;
    }
}
.search-pitem {
    margin-bottom: 20px;
}
.search-pitem:last-child {
    margin-bottom: 0;
}
.search-welcome {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.71;
    color: #4f4f4f;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}
.search-mw560 {
    max-width: 100%;
}
.search-loading {
    width: 20px;
    height: 20px;
}
.search-loading img {
    display: block;
}
.search-sup {
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
}
.search-sup img {
    display: block;
}
.search .blockscroll {
    margin-top: -20px;
    margin-bottom: -20px;
}
.search .blockscroll-fix {
    max-height: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.search-mobiletoggle {
    outline: none !important;
    display: block;
    width: 100%;
    padding: 12px 16px 12px 40px;
    border: 1px solid #4f4f4f;
    background: #fff url("/new/html/www/assets/images/ic/loop.svg") 16px 50% no-repeat;
    background-size: auto 16px;
    border-radius: 4px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #a1a1a1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
}
.search-mobileclose {
    outline: none !important;
    padding: 0;
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    height: 64px;
    background: #e62739 url("/new/html/www/assets/images/ic/close.svg") 50% 50% no-repeat;
    z-index: 10;
}
.search-mobileclose:hover {
    background-color: #ec6672;
}
.search-notfound {
    position: relative;
}
.search-notfound-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    max-width: 688px;
}
@media (max-width: 991px) {
    .search-notfound-title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 18px;
    }
}
.searchmobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 201;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.3s;
}
@media (min-width: 992px) {
    .searchmobile {
        display: none !important;
    }
}
.searchmobile.active {
    transform: translateX(0);
}
.searchmobile-body {
    position: absolute;
    left: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background-color: #fff;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.4);
    overflow-x: hidden;
    overflow-y: auto;
}
.searchmobile .search-pcontent {
    padding: 0;
}

.actions {
    position: relative;
    margin-top: -48px;
}
@media (min-width: 1200px) {
    .actions.row {
        margin-left: -24px;
        margin-right: -24px;
    }
    .actions.row > div {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.actions-el {
    margin-top: 48px;
}
@media (min-width: 1200px) {
    .actions-el {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 767px) {
    .actions-el + .actions-el + .actions-el .actions-card-text {
        display: none;
    }
}
.actions-card {
    position: relative;
}
.actions-card--white,
.actions-card--white .actions-card-name {
    color: #fff !important;
}
.actions-card--black,
.actions-card--black .actions-card-name {
    color: #2c2c2c !important;
}
.actions-card:hover .actions-card-name {
    color: #e62739;
}
.actions-card-img,
.actions-card picture {
    display: block;
    height: 336px;
    margin-bottom: 24px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .actions-card-img,
    .actions-card picture {
        height: 257px;
    }
}
@media (max-width: 767px) {
    .actions-card-img,
    .actions-card picture {
        height: 257px;
        margin-bottom: 16px;
    }
}
.actions-card-img i,
.actions-card picture i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
    z-index: -1;
}
.actions-card-img span,
.actions-card picture span {
    position: absolute;
    right: 16px;
    top: 16px;
    bottom: 16px;
    width: 240px;
    max-width: 100%;
    z-index: 2;
}
@media (max-width: 1199px) {
    .actions-card-img span,
    .actions-card picture span {
        width: 225px;
    }
}
@media (max-width: 991px) {
    .actions-card-img span,
    .actions-card picture span {
        width: 200px;
        justify-content: flex-end;
    }
}
.actions-card-img span picture,
.actions-card picture span picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .actions-card-img span picture,
    .actions-card picture span picture {
        justify-content: flex-end;
    }
}
.actions-card-img span img,
.actions-card-img span picture,
.actions-card picture span img,
.actions-card picture span picture {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.actions-card-name {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 48px;
    letter-spacing: -0.75px;
    text-decoration: none;
    line-height: 1;
    position: relative;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    z-index: 3;
}
@media (max-width: 991px) {
    .actions-card-name {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .actions-card-name {
        font-size: 32px;
    }
}
.actions-card-text {
    font-weight: 300;
    position: relative;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}
.actions-card-header {
    position: absolute;
    left: 24px;
    top: 16px;
    z-index: 3;
}
.actions-card-header .lineinfo {
    margin-bottom: 16px;
}
.actions-card-price {
    display: flex;
    align-items: center;
    color: #fff;
}
.actions-card-price-label {
    width: 31px;
    height: 24px;
    background: url("/new/html/www/assets/images/ic/after.svg") 50% 50% no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.actions-card-price-number {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}
@media (max-width: 991px) {
    .actions-card-price-number {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .actions-card-price-number {
        font-size: 32px;
    }
}

.breadcrumb {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .breadcrumb {
        margin-bottom: 32px;
        margin-top: 12px;
    }
    .webkit-scroll .breadcrumb-scroller {
        overflow-x: auto;
    }
    .webkit-scroll .breadcrumb-scroller::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 992px) {
    .breadcrumb.fixbread:not(.has-scroll) .breadcrumb-item {
        display: none;
    }
    .breadcrumb.fixbread:not(.has-scroll) .breadcrumb-item:first-child,
    .breadcrumb.fixbread:not(.has-scroll) .breadcrumb-item:last-child {
        display: block !important;
    }
    .breadcrumb.fixbread:not(.has-scroll) .breadcrumb-item:last-child {
        padding-left: 30px;
        background: url("/new/html/www/assets/images/ic/bread-mini.svg") 0 50% no-repeat;
    }
}
.breadcrumb-item {
    padding-right: 11px;
    margin-right: 8px;
    position: relative;
}
.breadcrumb-item [class^="icon-"],
.breadcrumb-item [class*=" icon-"] {
    margin-right: 3px;
    font-size: 1.25em;
}
@media (max-width: 991px) {
    .breadcrumb-item {
        display: none;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
}
.breadcrumb-item.active {
    max-width: 100%;
}
@media (max-width: 991px) {
    .breadcrumb:not(.has-scroll) .breadcrumb-item:nth-last-child(-n + 2) {
        display: block;
        padding-right: 0;
        margin-right: 0;
        padding-left: 11px;
    }
    .breadcrumb:not(.has-scroll) .breadcrumb-item:nth-last-child(-n + 2)::after {
        right: auto;
        left: 0;
        margin-top: -6px;
        transform: rotate(180deg);
    }
}
@media (max-width: 991px) {
    .breadcrumb:not(.has-scroll) .breadcrumb-item:last-child {
        display: none;
    }
}
.breadcrumb-item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.breadcrumb-item:last-child::after {
    display: none;
}
.breadcrumb-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: url("/new/html/www/assets/images/ic/arrow-breadcrumbs.svg") 100% 50% no-repeat;
    background-size: contain;
}
.breadcrumb-item a {
    display: block;
    white-space: nowrap;
    text-decoration: underline;
}
.breadcrumb-item a:hover {
    color: #e62739;
    text-decoration: underline;
}
.breadcrumb-scroller .breadcrumb-item {
    display: flex !important;
    flex: 0 0 auto;
}
.smooth-scroll .breadcrumb-item:last-child {
    min-width: 1px;
    flex: 0 1 auto;
}
@media (min-width: 992px) {
    .webkit-scroll .breadcrumb-item:last-child {
        min-width: 1px;
        flex: 0 1 auto;
    }
}
.breadcrumb-item:last-child span {
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb-scroller .scrollbar-track {
    display: none !important;
}
.catalogthemes {
    position: relative;
    margin-bottom: 88px;
}
@media (max-width: 991px) {
    .catalogthemes {
        margin-bottom: 56px;
    }
}
.catalogthemes-item {
    margin-top: 56px;
}
@media (max-width: 991px) {
    .catalogthemes-item {
        margin-top: 40px;
    }
}
.catalogthemes-item:first-child {
    margin-top: 0;
}
.catalogthemes-goods {
    list-style: none;
    margin: 0;
    padding: 24px 0 16px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.catalogthemes-goods::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-color: #4f4f4f;
    transition: all 0.3s ease;
    z-index: 1;
}
.catalogthemes-goods > li {
    padding: 0;
    flex: 0 0 auto;
}
@media (max-width: 767px) {
    .catalogthemes-goods > li {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .catalogthemes-goods > li:nth-child(n + 6) {
        display: none;
    }
}
.catalogthemes-goods-img {
    height: 64px;
    width: 64px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .catalogthemes-goods-img {
        height: 58px;
    }
}
.catalogthemes-goods-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    background-color: #f8f8f8;
    font-size: 0;
}
.catalogselections {
    position: relative;
}
.catalogselections-item {
    margin-top: 56px;
    position: relative;
}
.catalogselections-item:first-child {
    margin-top: 0;
}
.catalogselections-item:hover h2 a {
    color: #e62739;
}
.catalogselections-item:hover .catalogselections-goods::after {
    background-color: #e62739;
}
.catalogselections-item:hover .catalogselections-goods-number {
    color: #e62739;
    border-color: #e62739;
}
.catalogselections-body {
    display: flex;
    flex-wrap: wrap;
}
.catalogselections-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.catalogselections-side {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 24px;
}
@media (max-width: 991px) {
    .catalogselections-side {
        margin-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        border-left: 1px solid #4f4f4f;
        border-right: 1px solid #4f4f4f;
    }
}
.catalogselections-content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 24px;
    border-left: 1px solid #4f4f4f;
}
@media (max-width: 991px) {
    .catalogselections-content {
        padding-left: 16px;
        padding-right: 16px;
        border-right: 1px solid #4f4f4f;
    }
}
.catalogselections-goods {
    list-style: none;
    padding: 16px 0;
    margin: 0 -12px;
    display: flex;
    align-items: center;
    position: relative;
}
.catalogselections-goods:hover::after {
    background-color: #e62739;
}
@media (max-width: 991px) {
    .catalogselections-goods {
        padding-top: 4px;
    }
}
.catalogselections-goods::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 1px;
    background-color: #4f4f4f;
    transition: all 0.3s ease;
}
.catalogselections-goods-number {
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    padding: 0 8px;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #a1a1a1;
    text-decoration: none;
    transition: all 0.3s ease;
}
.catalogselections-goods-number:hover {
    color: #e62739;
    border-color: #e62739;
    text-decoration: none;
}
.catalogselections-goods-number span {
    display: inline-block;
    margin-left: 4px;
}
@media (max-width: 767px) {
    .catalogselections-goods-number span {
        display: none;
    }
}
.catalogselections-goods > li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
.catalogselections-goods > li:last-child {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.catalogselections-goods-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 167px;
}
@media (max-width: 991px) {
    .catalogselections-goods-img {
        height: 120px;
    }
}
@media (max-width: 767px) {
    .catalogselections-goods-img {
        height: 58px;
    }
}
.catalogselections-goods-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.pagecard {
    position: relative;
}
.pagecard h3,
.pagecard .h3 {
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 900;
    margin-bottom: 24px;
    color: #4f4f4f;
    letter-spacing: normal;
}
@media (max-width: 991px) {
    .pagecard h3,
    .pagecard .h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}
.pagecard h3 span,
.pagecard .h3 span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #e62739;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 16px;
    font-size: 16px;
    vertical-align: middle;
}
.pagecard-plusgrey {
    width: 48px;
    height: 48px;
    background: url("/new/html/www/assets/images/system/plusgrey.svg") 50% 50% no-repeat;
    background-size: auto 31px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .pagecard-plusgrey {
        width: 56px;
    }
}
.pagecard-plusgreen {
    width: 58px;
    height: 68px;
    background: url("/new/html/www/assets/images/system/plusgreen.svg") 50% 50% no-repeat;
    background-size: contain;
}
.pagecard-arrowgreen {
    width: 78px;
    height: 56px;
    background: url("/new/html/www/assets/images/system/arrowgreen.svg") 50% 50% no-repeat;
    background-size: contain;
}
.pagecard-elsegrey {
    width: 48px;
    height: 48px;
    background: url("/new/html/www/assets/images/system/elsegrey.svg") 50% 50% no-repeat;
    background-size: 48px auto;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .pagecard-elsegrey {
        width: 64px;
    }
}
.pagecard-plusgreen {
    width: 48px;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #3ebd6b;
    font-size: 128px;
    font-weight: 300;
}
.pagecard-item {
    width: 100%;
    padding-bottom: 88px;
}
@media (max-width: 991px) {
    .pagecard-item {
        padding-bottom: 56px;
    }
}
.pagecard-item:last-child {
    padding-bottom: 0;
}
.pagecard-delivery {
    position: relative;
}
.pagecard-delivery-welcome {
    position: relative;
}
.pagecard-delivery-welcome-attention {
    padding-left: 37px;
    background: url("/new/html/www/assets/images/ic/ic-attention.svg") 0 0 no-repeat;
    background-size: 20px auto;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    min-height: 18px;
}
.pagecard-delivery-welcome-attention a {
    text-decoration: underline;
    color: #2c2c2c;
}
.pagecard-delivery-welcome-attention a:hover {
    text-decoration: underline;
    color: #e62739;
}
.pagecard-delivery-welcome-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -4px -8px 12px -8px;
    line-height: 1.75;
    font-size: 16px;
}
@media (max-width: 574px) {
    .pagecard-delivery-welcome-info {
        font-size: 18px;
        line-height: 1.56;
    }
}
.pagecard-delivery-welcome-info > div {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 4px 8px;
}
@media (max-width: 574px) {
    .pagecard-delivery-welcome-info > div {
        width: 100%;
    }
}
.pagecard-delivery-welcome-city {
    color: #2c2c2c;
}
.pagecard-delivery-welcome-city b {
    color: #e62739;
}
.pagecard-delivery-welcome-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -4px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.3px;
}
.pagecard-delivery-welcome-btns > div {
    padding: 4px;
}
.pagecard-delivery-welcome-btns a {
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0 4px;
    border-radius: 4px;
    margin-left: -4px;
}
.pagecard-delivery-welcome-btns a:hover {
    color: #fff;
    background-color: #2c2c2c;
    text-decoration: underline;
}
.pagecard-delivery-welcome-btns a.color-red {
    color: #e62739;
}
.pagecard-delivery-welcome-btns a.color-red:hover {
    background-color: #e62739;
    color: #fff;
}
.pagecard-delivery-welcome-more {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #2c2c2c;
}
.pagecard-delivery-welcome-more:hover {
    color: #e62739;
    text-decoration: underline;
}
.pagecard-delivery-welcome + .pagecard-delivery-list {
    padding-top: 40px;
}
@media (max-width: 991px) {
    .pagecard-delivery-welcome + .pagecard-delivery-list {
        padding-top: 24px;
    }
}
.pagecard-delivery-list {
    position: relative;
    font-size: 16px;
    line-height: 1.33;
}
.pagecard-delivery-list_el {
    margin-bottom: 40px;
    position: relative;
    padding-left: 80px;
}
@media (max-width: 767px) {
    .pagecard-delivery-list_el {
        padding-left: 0;
    }
}
.pagecard-delivery-list_el:last-child {
    margin-top: 0;
}
.pagecard-delivery-list_num {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 38px;
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    line-height: 31px;
    color: #e62739;
    background: url("/new/html/www/assets/images/ic/ic-box.svg") 0 0 no-repeat;
    background-size: auto 30px;
}
@media (max-width: 767px) {
    .pagecard-delivery-list_num {
        position: relative;
        margin-bottom: 16px;
    }
}
.pagecard-delivery-list_head {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.pagecard-delivery-list_head_price {
    flex: 0 0 145px;
    max-width: 145px;
    margin-left: 16px;
    text-align: right;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #4f4f4f;
}
@media (max-width: 991px) {
    .pagecard-delivery-list_head_price {
        flex: 0 0 127px;
        max-width: 127px;
    }
}
.pagecard-delivery-list_head_content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.pagecard-delivery-list_head_content > span {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    line-height: 1.33;
    font-weight: bold;
}
@media (max-width: 991px) {
    .pagecard-delivery-list_head_content > span {
        font-size: 18px;
    }
}
.pagecard-delivery-list_head_content > p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    font-style: italic;
}
@media (max-width: 991px) {
    .pagecard-delivery-list_head_content > p {
        font-size: 14px;
        line-height: 1.71;
    }
}
.pagecard-delivery-list_slide {
    position: relative;
    display: none;
}
.pagecard-delivery-list_slide ul {
    list-style: none;
    margin: 0;
}
.pagecard-delivery-list_more {
    display: block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "proxima-nova", sans-serif;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 1;
}
.pagecard-delivery-list_more:hover {
    color: #e62739;
    text-decoration: underline;
}
.pagecard-reviews {
    position: relative;
}
.pagecard-reviews-info {
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 24px 19px 24px 88px;
    min-height: 96px;
    margin-top: 24px;
    font-weight: normal;
}
@media (max-width: 767px) {
    .pagecard-reviews-info {
        padding: 24px 16px;
    }
}
.pagecard-reviews-info > p {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.pagecard-reviews-info > p:last-child {
    margin-bottom: 0;
}
.pagecard-reviews-info .mbtn {
    margin-top: 16px;
}
.pagecard-reviews-info-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 767px) {
    .pagecard-reviews-info-title {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }
}
.pagecard-reviews-info-title-icon {
    position: absolute;
    left: 16px;
    top: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #3ebd6b;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .pagecard-reviews-info-title-icon {
        position: relative;
        left: auto;
        top: auto;
        flex: 0 0 48px;
        max-width: 48px;
        margin-right: 16px;
    }
}
.pagecard-reviews-info-title-icon img {
    display: block;
}
.pagecard-reviews-info-title-text {
    display: block;
    font-weight: bold;
}
.pagecard-reviews-info.status-00 .pagecard-reviews-info-title-icon {
    background-color: transparent;
}
.pagecard-reviews-info.status-01 .pagecard-reviews-info-title-icon {
    background-color: transparent;
}
.pagecard-reviews-info.status-02 .pagecard-reviews-info-title-icon {
    background-color: transparent;
}
.pagecard-reviews-info ul {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
@media (max-width: 991px) {
    .pagecard-reviews-info ul {
        font-size: 14px;
        line-height: 20px;
    }
}
.pagecard-reviews-info ul:last-child {
    margin-bottom: 0;
}
.pagecard-reviews-info ul > li {
    margin-top: 4px;
    padding-left: 28px;
    background: url("/new/html/www/assets/images/ic/ic-attation.svg") 0 2px no-repeat;
}
@media (max-width: 991px) {
    .pagecard-reviews-info ul > li {
        background-position: 0 1px;
    }
}
.pagecard-reviews-info ul > li:first-child {
    margin-top: 0;
}
.pagecard-reviews-info ul > li.active {
    color: #e62739;
    background-image: url("/new/html/www/assets/images/ic/ic-check.svg");
}
.pagecard-reviews-more {
    position: relative;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 24px;
}
.pagecard-reviews-more a {
    display: inline-block;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.17;
    text-decoration: underline;
}
.pagecard-reviews-more a:hover {
    color: #e62739;
    text-decoration: underline;
}
.pagecard-reviews_el {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #cdcdcd;
}
.pagecard-reviews_el:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.pagecard-reviews_card {
    display: flex;
    position: relative;
}
.pagecard-reviews_card + .pagecard-reviews_card {
    padding-left: 64px;
    padding-top: 24px;
}
@media (max-width: 574px) {
    .pagecard-reviews_card + .pagecard-reviews_card {
        padding-left: 0;
    }
}
.pagecard-reviews_img {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 24px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
@media (max-width: 767px) {
    .pagecard-reviews_img {
        flex: 0 0 48px;
        max-width: 48px;
        height: 48px;
        margin-right: 16px;
    }
}
.pagecard-reviews_noimg {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 24px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #2c2c2c;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 767px) {
    .pagecard-reviews_noimg {
        flex: 0 0 48px;
        max-width: 48px;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
        margin-right: 16px;
    }
}
.pagecard-reviews_noimg.noimg_00 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-00.jpg");
}
.pagecard-reviews_noimg.noimg_01 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-01.jpg");
}
.pagecard-reviews_noimg.noimg_02 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-02.jpg");
}
.pagecard-reviews_noimg.noimg_03 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-03.jpg");
}
.pagecard-reviews_noimg.noimg_04 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-04.jpg");
}
.pagecard-reviews_noimg.noimg_05 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-05.jpg");
}
.pagecard-reviews_noimg.noimg_06 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-06.jpg");
}
.pagecard-reviews_noimg.noimg_07 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-07.jpg");
}
.pagecard-reviews_noimg.noimg_08 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-08.jpg");
}
.pagecard-reviews_noimg.noimg_09 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-09.jpg");
}
.pagecard-reviews_noimg.noimg_10 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-10.jpg");
}
.pagecard-reviews_noimg.noimg_11 {
    background-image: url("/new/html/www/assets/images/system/bg-noimg-11.jpg");
}
.pagecard-reviews_content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.pagecard-reviews_head {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .pagecard-reviews_head {
        margin-bottom: 8px;
    }
}
.pagecard-reviews_head > span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}
@media (max-width: 767px) {
    .pagecard-reviews_head > span {
        font-size: 16px;
        line-height: 28px;
    }
}
.pagecard-reviews_head p {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
}
@media (max-width: 767px) {
    .pagecard-reviews_head p {
        font-size: 14px;
    }
}
.pagecard-reviews_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}
@media (max-width: 767px) {
    .pagecard-reviews_text {
        font-size: 14px;
    }
}
.pagecard-reviews_text p {
    margin-bottom: 16px;
}
.pagecard-reviews_text p:last-child {
    margin-bottom: 0;
}
.pagecard-reviews_text h5,
.pagecard-reviews_text .h5 {
    margin-bottom: 4px;
    padding: 0;
}
.pagecard-reviews_text h5.likeup,
.pagecard-reviews_text .h5.likeup {
    position: relative;
    padding-left: 38px;
}
@media (max-width: 767px) {
    .pagecard-reviews_text h5.likeup,
    .pagecard-reviews_text .h5.likeup {
        padding-left: 34px;
    }
}
.pagecard-reviews_text h5.likeup::after,
.pagecard-reviews_text .h5.likeup::after {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 26px;
    height: 26px;
    background: url("/new/html/www/assets/images/ic/ic-likeup.svg") 0 0 no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .pagecard-reviews_text h5.likeup::after,
    .pagecard-reviews_text .h5.likeup::after {
        width: 24px;
        height: 24px;
        top: -5px;
    }
}
.pagecard-reviews_text h5.likedown,
.pagecard-reviews_text .h5.likedown {
    position: relative;
    padding-left: 38px;
}
.pagecard-reviews_text h5.likedown::after,
.pagecard-reviews_text .h5.likedown::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 26px;
    height: 26px;
    background: url("/new/html/www/assets/images/ic/ic-likedown.svg") 0 0 no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .pagecard-reviews_text h5.likedown::after,
    .pagecard-reviews_text .h5.likedown::after {
        width: 24px;
        height: 24px;
        top: 0;
    }
}
.pagecard-reviews_rating {
    position: relative;
    display: flex;
    align-items: center;
}
.pagecard-reviews_rating_number {
    line-height: 1;
    font-size: 24px;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: bold;
    letter-spacing: -0.75px;
    color: #4f4f4f;
    padding-left: 8px;
    padding-top: 6px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.pagecard-reviews_rating_stars {
    width: 119px;
    height: 20px;
    background: #fff url("/new/html/www/assets/images/system/reviews-null.svg") 0 0 no-repeat;
    position: relative;
}
.pagecard-reviews_rating_stars i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff url("/new/html/www/assets/images/system/reviews-full.svg") 0 0 no-repeat;
}
.pagecard-listdocs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}
@media (max-width: 991px) {
    .pagecard-listdocs {
        font-size: 16px;
        line-height: 26px;
    }
}
.pagecard-listdocs > li {
    margin-top: 8px;
    padding-left: 0 !important;
}
.pagecard-listdocs > li:first-child {
    margin-top: 0;
}
.pagecard-listdocs > li::after {
    display: none;
}
.pagecard-listdocs > li a {
    display: inline-block;
    text-decoration: underline;
    color: #2c2c2c;
    position: relative;
    padding-left: 26px;
}
.pagecard-listdocs > li a:hover {
    text-decoration: underline;
    color: #e62739;
}
.pagecard-listdocs > li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("/new/html/www/assets/images/ic/ic-doc.svg") 0 0 no-repeat;
    background-size: contain;
}
.pagecard-characteristic {
    width: 100%;
    border: 1px solid #cdcdcd;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 16px;
}
@media (max-width: 767px) {
    .pagecard-characteristic {
        font-size: 16px;
        line-height: 20px;
        display: block;
        border: 0;
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .pagecard-characteristic tbody {
        display: block;
    }
}
.pagecard-characteristic td {
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding: 8px 16px;
}
@media (max-width: 767px) {
    .pagecard-characteristic td {
        display: block;
        border-left: 0;
    }
}
.pagecard-characteristic td:first-child {
    border-left: 0;
    background-color: #f5f5f5;
    font-weight: bold;
    width: 236px;
}
@media (max-width: 767px) {
    .pagecard-characteristic td:first-child {
        width: 100%;
        border-top: 0;
    }
}
@media (max-width: 767px) {
    .pagecard-characteristic tr {
        display: block;
        margin-top: 16px;
        border: 1px solid #cdcdcd;
    }
}
@media (max-width: 767px) {
    .pagecard-characteristic tr:first-child {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .pagecard-characteristic tr:first-child td {
        border-top: 0;
    }
}
.pagecard-listgifts-wrapper {
    margin-top: -32px;
}
.pagecard-listgifts-el {
    margin-bottom: 0;
}
.pagecard-listgifts .pcard-price {
    font-size: 32px;
    height: 32px;
    letter-spacing: -0.4px;
}
.pagecard-listgifts .pcard-text {
    font-size: 14px;
    margin-bottom: 12px;
}
.pagecard-listgifts .pcard-volume {
    margin-top: 4px;
}
.pagecard-listgifts .pcard-name {
    font-size: 14px;
    line-height: 20px;
}
.pagecard-listgifts .lcard-img {
    flex: 0 0 128px;
    max-width: 128px;
    height: 125px;
}
@media (max-width: 991px) {
    .pagecard-listgifts .lcard-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        height: 146px;
    }
}
.pagecard-listgifts .lineinfo {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    margin: 0;
}
@media (max-width: 991px) {
    .pagecard-listgifts .lcard-body {
        flex-direction: column;
    }
}
.pagecard-cashback {
    position: relative;
    margin-top: -32px;
}
@media (max-width: 991px) {
    .pagecard-cashback {
        margin-top: 0;
    }
}
.pagecard-cashback-info {
    padding-left: 37px;
    background: url("/new/html/www/assets/images/ic/ic-attention.svg") 0 0 no-repeat;
    background-size: 20px auto;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.43;
}
.pagecard-cashback-info-text {
    position: relative;
    margin-bottom: 8px;
}
.pagecard-cashback-info-text a {
    text-decoration: underline;
    color: #2c2c2c;
}
.pagecard-cashback-info-text a:hover {
    text-decoration: underline;
    color: #e62739;
}
.pagecard-cashback-info-more {
    display: inline-block;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: 0.3px;
}
.pagecard-cashback-info-more:hover {
    color: #e62739;
    text-decoration: underline;
}
.pagecard-cashback-card {
    position: relative;
    margin-bottom: 24px;
    padding: 24px 40px;
    color: #fff;
    background: #3ebd6b url("/new/html/www/assets/images/system/bg-bonus.jpg") 50% 50% no-repeat;
    border-radius: 4px;
    max-width: 470px;
    font-family: "proxima-nova", sans-serif;
}
@media (max-width: 767px) {
    .pagecard-cashback-card {
        padding: 24px 16px;
    }
}
.pagecard-cashback-card h3,
.pagecard-cashback-card .h3 {
    color: #fff;
}
.pagecard-cashback-card-des {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.pagecard-cashback-card-des p {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-des p {
        margin-bottom: 4px;
    }
    .pagecard-cashback-card-des p:last-child {
        margin-bottom: 0;
    }
}
.pagecard-cashback-card-des a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: 0.3px;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-des a {
        margin-top: 4px;
    }
}
.pagecard-cashback-card-des a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: underline;
}
.pagecard-cashback-card-label {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 4px;
}
.pagecard-cashback-card-buybunus {
    margin-bottom: 28px;
}
.pagecard-cashback-card-buybunus .row .col-auto {
    margin-right: 16px;
}
.pagecard-cashback-card-buybunus .row .col-auto:last-child {
    margin-right: 0;
}
.pagecard-cashback-card-buyinfo {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: -4px -12px;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-buyinfo {
        margin: -4px -12px;
    }
}
.pagecard-cashback-card-buyinfo > div {
    padding: 4px 12px;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-buyinfo > div {
        padding: 4px 12px;
    }
}
.pagecard-cashback-card-bigbonus {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 64px;
    line-height: 72px;
    height: 64px;
    display: inline-block;
    padding-right: 66px;
    position: relative;
    background: url("/new/html/www/assets/images/ic/ic-smoney.svg") 100% 4px no-repeat;
    background-size: auto 56px;
    letter-spacing: -3px;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-bigbonus {
        font-size: 48px;
        line-height: 48px;
        height: 41px;
        background-position: 100% 1px;
        background-size: auto 40px;
        padding-right: 46px;
        letter-spacing: -0.75px;
    }
}
.pagecard-cashback-card-bigbonus.plus {
    padding-left: 40px;
}
.pagecard-cashback-card-bigbonus.plus::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 48px;
    height: 48px;
    background: url(/new/html/www/assets/images/system/grafsalebonus.svg) 0 50% no-repeat;
    background-size: auto 26px;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-bigbonus.plus::after {
        top: -3px;
    }
}
.pagecard-cashback-card-bigbonus.sale {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    padding-top: 4px;
    padding-right: 50px;
    text-decoration: line-through;
    font-weight: 300;
    background-size: auto 40px;
    background-position: 100% 0;
}
@media (max-width: 767px) {
    .pagecard-cashback-card-bigbonus.sale {
        font-size: 32px;
        line-height: 32px;
        height: 32px;
        padding-top: 2px;
        background-size: auto 32px;
        padding-right: 40px;
    }
}
.pagecard-cashback-card-bonus {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    padding-right: 46px;
    background: url("/new/html/www/assets/images/ic/ic-smoney.svg") 100% 1px no-repeat;
    background-size: auto 40px;
    letter-spacing: -0.75px;
}
.pagecard-cashback-card-persent {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.75px;
}
.pagecard-cashback-card-level {
    font-family: "proxima-nova-condensed", sans-serif;
    position: relative;
    font-size: 48px;
    line-height: 48px;
    padding-left: 40px;
}
.pagecard-cashback-card-level span {
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.4);
}
.pagecard-cashback-card-level span + span {
    top: 17px;
}
.pagecard-cashback-card-level span + span + span {
    top: 28px;
}
.pagecard-cashback-card-level span.active {
    background-color: #fff;
}
.pagecard-additions {
    position: relative;
    margin: -8px 0 -94px 0;
}
@media (max-width: 991px) {
    .pagecard-additions {
        margin-bottom: -28px;
        margin-top: 0;
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
.pagecard-additions-wrapper {
    position: relative;
}
.pagecard-additions-sl {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}
@media (max-width: 991px) {
    .pagecard-additions-sl {
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
    }
}
.pagecard-additions-sl-el {
    padding: 8px 16px 0;
}
@media (max-width: 991px) {
    .pagecard-additions-sl-el {
        padding: 0 16px 0 0;
    }
}
.pagecard-additions-sl-el.sl-pcard {
    max-width: 25%;
}
@media (max-width: 991px) {
    .pagecard-additions-sl-el.sl-pcard {
        max-width: 32%;
    }
}
@media (max-width: 767px) {
    .pagecard-additions-sl-el.sl-pcard {
        max-width: 50%;
    }
}
.pagecard-additions-sl-el.sl-plus {
    width: 48px;
    padding-top: 85px;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991px) {
    .pagecard-additions-sl-el.sl-plus {
        width: 64px;
    }
}
.pagecard-additions-sl-el.sl-else {
    width: 48px;
    padding-top: 85px;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991px) {
    .pagecard-additions-sl-el.sl-else {
        width: 56px;
    }
}
.pagecard-additions-sl .pcard {
    padding-top: 24px;
}
.pagecard-additions-sl .pcard-img {
    height: 158px;
}
.pagecard-additions-sl .pcard-price {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
}
.pagecard-additions-sl .pcard-name {
    font-size: 12px;
    line-height: 20px;
}
.pagecard-additions-sl .pcard-text {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 4px;
}
.pagecard-additions-sl .pcard .lineinfo {
    height: 24px;
}
@media (max-width: 991px) {
    .pagecard-additions-sl .pcard .lineinfo {
        margin-left: 0;
    }
}
.pagecard-avails {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    margin-left: -8px;
    margin-right: -8px;
}
.pagecard-avails:last-child {
    margin-bottom: 0;
}
.pagecard-avails-list-el {
    margin-top: 48px;
}
.pagecard-avails-list-el:first-child {
    margin-top: 0;
}
@media (max-width: 991px) {
    .pagecard-avails-list-el + .pagecard-avails-list-el {
        display: none;
    }
}
.pagecard-avails-el {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.pagecard-avails-el.sl-plus {
    padding-top: 74px;
}
@media (max-width: 767px) {
    .pagecard-avails-el.sl-plus {
        padding-top: 0;
        margin-top: -20px;
        margin-bottom: -20px;
        padding-left: 95px;
    }
}
@media (max-width: 374px) {
    .pagecard-avails-el.sl-plus {
        padding-left: 92px;
    }
}
.pagecard-avails-el.sl-arrow {
    padding-top: 79px;
}
@media (max-width: 767px) {
    .pagecard-avails-el.sl-arrow {
        padding-top: 32px;
        padding-left: 66px;
        margin-top: -4px;
    }
}
@media (max-width: 374px) {
    .pagecard-avails-el.sl-arrow {
        padding-left: 35px;
        margin-top: -4px;
    }
}
.pagecard-avails-el.sl-result {
    padding-top: 85px;
    min-width: 157px;
}
@media (max-width: 767px) {
    .pagecard-avails-el.sl-result {
        padding-top: 32px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
.pagecard-avails-el.sl-result .mbtn {
    margin-top: 24px;
    min-width: 157px;
}
.pagecard-avails-el.sl-result .pcard-price {
    font-size: 48px;
    height: 48px;
    letter-spacing: -2px;
}
.pagecard-avails-el.sl-result .pcard-priceold {
    font-size: 32px;
}
.pagecard-avails-el:not(.sl-result) .pcard {
    padding-top: 0;
    width: 128px;
}
@media (max-width: 991px) {
    .pagecard-avails-el:not(.sl-result) .pcard {
        width: 170px;
    }
}
@media (max-width: 767px) {
    .pagecard-avails-el:not(.sl-result) .pcard {
        width: 100%;
        display: flex;
    }
}
.pagecard-avails-el:not(.sl-result) .pcard-img {
    height: 170px;
}
@media (max-width: 767px) {
    .pagecard-avails-el:not(.sl-result) .pcard-img {
        height: 138px;
        width: 100%;
        flex: 0 0 104px;
        max-width: 104px;
        margin-right: 48px;
        margin-left: 0;
    }
}
@media (max-width: 374px) {
    .pagecard-avails-el:not(.sl-result) .pcard-img {
        margin-right: 18px;
    }
}
.pagecard-avails-el:not(.sl-result) .pcard-price {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
}
.pagecard-avails-el:not(.sl-result) .pcard-name {
    font-size: 14px;
    line-height: 20px;
}
.pagecard-avails-el:not(.sl-result) .pcard-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
}
.pagecard-avails-el:not(.sl-result) .pcard-price {
    font-size: 32px;
    letter-spacing: -0.4px;
}
.pagecard-avails-el:not(.sl-result) .pcard-bonus {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .pagecard-avails-el:not(.sl-result) .pcard-body {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
.pagecard-avails-el:not(.sl-result) .pcard .lineinfo {
    height: 24px;
}
@media (max-width: 991px) {
    .pagecard-avails-el:not(.sl-result) .pcard .lineinfo {
        margin-left: 0;
    }
}
.pagecard-avails-more {
    display: none;
    position: relative;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 24px;
}
@media (max-width: 991px) {
    .pagecard-avails-more {
        display: block;
    }
}
.pagecard-avails-more a {
    display: inline-block;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.17;
    text-decoration: underline;
}
.pagecard-avails-more a:hover {
    color: #e62739;
    text-decoration: underline;
}
.pagecard-body {
    position: relative;
    padding-right: 320px;
}
@media (max-width: 991px) {
    .pagecard-body {
        padding-right: 0;
    }
}
.pagecard-tbody {
    display: flex;
    flex-wrap: wrap;
}
.pagecard-share {
    padding-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.pagecard-share-label {
    position: relative;
    padding-left: 32px;
    padding-right: 24px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-right: 16px;
}
.pagecard-share-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 24px;
    height: 20px;
    background: url("/new/html/www/assets/images/ic/ic-share.svg") 0 50% no-repeat;
    z-index: 1;
}
.pagecard-share-label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    background: url("/new/html/www/assets/images/ic/arrow-share.svg") 100% 50% no-repeat;
    z-index: 1;
}
.pagecard-share .rambler-share > div {
    margin-right: 4px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pagecard-sideimages {
    flex: 0 0 470px;
    max-width: 470px;
    margin-right: 32px;
}
@media (max-width: 1199px) {
    .pagecard-sideimages {
        flex: 0 0 368px;
        max-width: 368px;
    }
}
@media (max-width: 991px) {
    .pagecard-sideimages {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        order: 1;
    }
}
.pagecard-sideimages-nav {
    list-style: none;
    margin: -4px -4px 12px -4px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .pagecard-sideimages-nav {
        justify-content: center;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 40px;
    }
}
.pagecard-sideimages-nav > li {
    padding: 4px;
}
.pagecard-sideimages-nav > li.active > a {
    color: #fff;
    background-color: #e62739;
    border-color: #e62739;
    cursor: default;
    box-shadow: none;
}
.pagecard-sideimages-nav > li > a {
    display: block;
    border: 1px solid #4f4f4f;
    border-radius: 4px;
    padding: 14px;
    text-decoration: none;
    color: #2c2c2c;
    box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
}
@media (max-width: 991px) {
    .pagecard-sideimages-nav > li > a {
        padding: 15px;
    }
}
.pagecard-sideimages-nav > li > a:hover {
    color: #fff;
    background-color: #e62739;
    border-color: #e62739;
    box-shadow: none;
}
.__scroll-x .pagecard-sideimages-nav {
    display: block;
    white-space: nowrap;
    margin: 0 0 24px 0;
}
@media (min-width: 992px) {
    .__scroll-x .pagecard-sideimages-nav {
        margin-bottom: 16px;
    }
}
.__scroll-x .pagecard-sideimages-nav > li {
    display: inline-block;
    vertical-align: top;
}
.pagecard-sideimages .swiper-pagination {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -2px;
    margin-bottom: -2px;
}
@media (max-width: 991px) {
    .pagecard-sideimages .swiper-pagination {
        margin-bottom: 24px;
    }
}
@media (min-width: 992px) {
    .pagecard-sideimages .swiper-pagination {
        display: none !important;
    }
}
.pagecard-sideimages .swiper-pagination > span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px 4px;
    border-radius: 5px;
    background-color: #cdcdcd;
    cursor: pointer;
    outline: none !important;
    transition: all 0.3s ease;
}
.pagecard-sideimages .swiper-pagination > span:hover {
    background-color: #4f4f4f;
}
.pagecard-sideimages .swiper-pagination > span.swiper-pagination-bullet-active {
    width: 24px;
    background-color: #4f4f4f;
    border-radius: 4px;
    cursor: default;
}
.pagecard-sideimages .swiper-button {
    position: absolute;
    top: 100%;
    margin-top: 51px;
    width: 32px;
    height: 32px;
    outline: 0;
    border: 0;
    padding: 0;
    z-index: 11;
    border-radius: 50%;
    cursor: pointer;
}
@media (max-width: 991px) {
    .pagecard-sideimages .swiper-button {
        display: none !important;
    }
}
.pagecard-sideimages .swiper-button.swiper-button-disabled {
    background-color: #a1a1a1 !important;
}
.pagecard-sideimages .swiper-button:not(.swiper-button-disabled):hover {
    background-color: #e62739;
}
.pagecard-sideimages .swiper-button.swiper-button-prev {
    left: 50%;
    margin-left: -161px;
    background: #2c2c2c url("/new/html/www/assets/images/ic/prev-sl.svg") 10px 50% no-repeat;
    background-size: auto 14px;
}
.pagecard-sideimages .swiper-button.swiper-button-next {
    right: 50%;
    margin-right: -161px;
    background: #2c2c2c url("/new/html/www/assets/images/ic/next-sl.svg") 12px 50% no-repeat;
    background-size: auto 14px;
}
.pagecard-content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
@media (max-width: 991px) {
    .pagecard-content {
        width: 100%;
        order: 3;
    }
    .order-reset .pagecard-content {
        order: 0;
    }
}
.pagecard-side {
    position: absolute;
    width: 288px;
    right: 0;
    top: -24px;
    bottom: -32px;
    background-color: #fff;
    z-index: 2;
}
@media (max-width: 991px) {
    .pagecard-side {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 36px;
        order: 2;
        z-index: 15;
    }
    .order-reset .pagecard-side {
        order: 0;
        margin-top: 50px;
        margin-bottom: 0;
    }
}
.pagecard-side::after {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 42px;
    width: 114px;
    box-shadow: -10px 0 20px #f5f5f5;
    z-index: -2;
}
@media (max-width: 991px) {
    .pagecard-side::after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        transform: translateX(-50%);
        margin-left: 50%;
        box-shadow: 0 0 160px rgba(79, 79, 79, 0.2);
    }
}
.pagecard-side::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
    display: none;
    z-index: -1;
}
@media (max-width: 991px) {
    .pagecard-side::before {
        display: block;
    }
}
.pagecard-aside {
    position: relative;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 32px;
    width: 288px;
    background-color: #fff;
    z-index: 2;
}
@media (max-width: 991px) {
    .pagecard-aside {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
}
.pagecard-aside-item {
    margin-top: 32px;
}
.pagecard-aside-item:first-child {
    margin-top: 0;
}
.pagecard-aside-title {
    position: relative;
    margin-bottom: 4px;
    padding-left: 54px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.pagecard-aside-title::after {
    content: "";
    position: absolute;
    left: 26px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url("/new/html/www/assets/images/ic/arrow-right-grey.svg") 50% 50% no-repeat;
    background-size: contain;
}
.pagecard-aside-title > span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagecard-aside-title > span img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.pagecard-aside-gift {
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.pagecard-aside-gift > i {
    display: block;
}
.pagecard-aside-mini {
    position: relative;
}
@media (max-width: 991px) {
    .pagecard-aside-mini {
        width: 262px;
        margin-left: auto;
        margin-right: auto;
    }
}
.pagecard-aside-mini:hover .pagecard-aside-title {
    color: #e62739;
}
.pagecard-aside-mini-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.pagecard-aside-img {
    display: none;
    padding: 16px;
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .pagecard-aside-img {
        display: none !important;
    }
}
.pagecard-aside-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.pagecard-aside-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}
.pagecard-aside .lineinfo {
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .pagecard-aside .lineinfo {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .pagecard-aside .pcard-info,
    .pagecard-aside .pcard-bonus {
        justify-content: center;
    }
}
.pagecard-aside .pcard-info + .pcard-info {
    margin-top: 4px;
}
.pagecard-aside .pcard-info .micon {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
}
.pagecard-aside .pcard-info .micon .ic {
    width: 21px;
    height: 21px;
}
.pagecard-aside .pcard-bonus {
    height: 50px;
    margin-top: 8px;
}
.pagecard-aside .pcard-bonus-info {
    font-size: 16px;
    line-height: 32px;
}
.pagecard-aside .pcard-price {
    font-size: 64px;
    height: 56px;
    letter-spacing: -1.5px;
}
.pagecard-aside .pcard-priceold {
    font-size: 32px;
}
.pagecard-aside .pagecard-delivery-welcome-info {
    margin: -2px 0;
}
.pagecard-aside .pagecard-delivery-welcome-info > div {
    padding: 2px 0;
}
.pagecard-aside .pagecard-delivery-welcome-info > div:first-child {
    width: 100%;
}
.pagecard-aside .pagecard-delivery-welcome-city b {
    font-size: 24px;
    line-height: 32px;
    display: block;
}
.pagecard-aside .mbtn + .mbtn {
    margin-top: 16px;
}
@media (max-width: 991px) {
    .pagecard-aside .quantity {
        max-width: 262px;
        margin-left: auto;
        margin-right: auto;
    }
}
.pagecard-ldes {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .pagecard-ldes {
        text-align: center;
    }
}
.pagecard-ldes > li {
    margin-top: 16px;
}
.pagecard-ldes > li:first-child {
    margin-top: 0;
}
.pagecard-ldes > li.pagecard-reviewsinfo,
.pagecard-ldes > li.pagecard-faqinfo {
    margin-top: 28px;
}
.pagecard-ldes-label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.pagecard-ldes-article {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 4px;
}
.pagecard-ldes-article span {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}
.pagecard-ldes-country {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.5;
}
.pagecard-ldes-country span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}
.pagecard-ldes-country span span.border_pcard {
    border: 1px solid #a1a1a1 !important;
    border-radius: 0 !important;
    width: 24px;
    height: 17px;
    position: absolute;
}
.pagecard-ldes-country span img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.pagecard-ldes-brandimg {
    display: flex;
    margin-bottom: 8px;
    max-height: 64px;
    max-width: 100%;
}
@media (max-width: 991px) {
    .pagecard-ldes-brandimg {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}
.pagecard-ldes-brandimg img {
    display: block;
    max-height: 64px;
    max-width: 100%;
}
.pagecard-ldes-brandslist {
    list-style: none;
    margin: -4px -8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .pagecard-ldes-brandslist {
        justify-content: center;
    }
}
.pagecard-ldes-brandslist > li {
    padding: 4px 8px;
}
.pagecard-ldes-brandslist > li > a {
    display: block;
    text-decoration: underline;
    color: #2c2c2c;
}
.pagecard-ldes-brandslist > li > a:hover {
    text-decoration: underline;
    color: #e62739;
}
@media (max-width: 991px) {
    .pagecard-ldes .pagecard-reviews_rating {
        justify-content: center;
    }
}
.pagecard-reviewsinfo {
    position: relative;
}
.pagecard-reviewsinfo-text {
    font-size: 14px;
    line-height: 20px;
}
.pagecard-reviewsinfo-text a {
    display: inline-block;
    color: #2c2c2c;
    text-decoration: underline;
}
.pagecard-reviewsinfo-text a:hover {
    color: #e62739;
    text-decoration: underline;
}
.pagecard-reviewsinfo .pagecard-reviews_rating_stars {
    width: 108px;
    height: 18px;
    background-size: auto 18px;
}
.pagecard-reviewsinfo .pagecard-reviews_rating_stars i {
    background-size: auto 18px;
}
.pagecard-reviewsinfo .pagecard-reviews_rating_number {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
}
.pagecard-faqinfo {
    position: relative;
}
.pagecard-faqinfo a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: bold;
}
.pagecard-faqinfo a:hover {
    color: #e62739;
}
.pagecard-faqinfo a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    border-radius: 50%;
    background-color: #e62739;
    margin-left: 6px;
}
.pagecard-addfix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    padding: 16px 16px 32px 16px;
    transition: all 0.3s ease;
    z-index: 100;
}
.pagecard-addfix.hidden {
    transform: translateY(100%);
}
.pagecard-addfix .row {
    margin: -4px;
}
.pagecard-addfix .row > div {
    padding: 4px;
}
.pagecard-addfix .mbtn {
    min-width: 140px;
}
.pagecard-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -53px;
    display: flex;
    flex-wrap: wrap;
    width: 20px;
    align-items: center;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    z-index: 11;
}
.pagecard-nav:not(.sticky) {
    margin-top: 0 !important;
}
.pagecard-nav.sticky {
    transition: none !important;
}
@media (max-width: 1215px) {
    .pagecard-nav {
        left: -38px;
    }
}
@media (max-width: 1040px) {
    .pagecard-nav {
        left: -26px;
    }
}
@media (max-width: 991px) {
    .pagecard-nav {
        display: none;
    }
}
.pagecard-nav li {
    margin-bottom: 16px;
    transition: all 0.3s ease;
}
.pagecard-nav li.active a {
    cursor: default;
}
.pagecard-nav li.active a::after {
    background-color: #2c2c2c;
}
.pagecard-nav li.active a.active::after {
    opacity: 0;
}
.pagecard-nav li.active a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_00 a.active {
    height: 69px;
}
.pagecard-nav li.active.n_00 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_00 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_01 a.active {
    height: 80px;
}
.pagecard-nav li.active.n_01 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_01 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_02 a.active {
    height: 93px;
}
.pagecard-nav li.active.n_02 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_02 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_03 a.active {
    height: 76px;
}
.pagecard-nav li.active.n_03 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_03 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_04 a.active {
    height: 154px;
}
.pagecard-nav li.active.n_04 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_04 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_05 a.active {
    height: 73px;
}
.pagecard-nav li.active.n_05 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_05 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_06 a.active {
    height: 63px;
}
.pagecard-nav li.active.n_06 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_06 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_07 a.active {
    height: 71px;
}
.pagecard-nav li.active.n_07 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_07 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_08 a.active {
    height: 73px;
}
.pagecard-nav li.active.n_08 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_08 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_09 a.active {
    height: 63px;
}
.pagecard-nav li.active.n_09 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_09 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li.active.n_10 a.active {
    height: 72px;
}
.pagecard-nav li.active.n_10 a.active::after {
    opacity: 0;
}
.pagecard-nav li.active.n_10 a.active span {
    z-index: 1;
    opacity: 1;
}
.pagecard-nav li:not(.active) a {
    height: 10px !important;
}
.pagecard-nav a {
    display: block;
    position: relative;
    width: 20px;
    height: 10px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}
.pagecard-nav a::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cdcdcd;
    transition: all 0.3s ease;
    z-index: 2;
}
.pagecard-nav a:hover {
    color: #fff;
    text-decoration: none;
}
.pagecard-nav a:hover::after {
    background-color: #2c2c2c;
}
.pagecard-nav a span {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 2px;
    padding: 0 8px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    background-color: #4f4f4f;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
}
.scroll-fixed .pagecard-nav {
    margin-top: calc(-0.5 * var(--currentVH));
}
.scroll-fixed-end .pagecard-nav {
    margin-top: 0;
    top: auto !important;
    bottom: 45px;
}
.pagecard-submit {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 24px 16px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.pagecard-submit > div {
    padding: 76px 20px 20px 20px;
    background: #ecf8f0 url("/new/html/www/assets/images/ic/mail-submit.svg") 50% 20px no-repeat;
}
.pagecard-submit span {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 767px) {
    .pagecard-submit span {
        font-size: 20px;
        line-height: 28px;
    }
}
.pagecard-submit p strong {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.pagecard-fqwestion {
    position: relative;
    padding-top: 32px;
    display: none;
}
@media (max-width: 991px) {
    .pagecard-fqwestion {
        margin-top: 8px;
    }
}
.pagecard .swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    width: auto;
    right: 0;
    bottom: 0;
}
.pagecard .swiper-scrollbar {
    background: #fff;
    height: 4px;
    border-radius: 2px;
    margin-top: 24px;
}
@media (min-width: 992px) {
    .pagecard .swiper-scrollbar {
        display: none;
    }
}
.pagecard .swiper-scrollbar-drag {
    background: #e62739;
    border-radius: 2px;
    height: 4px;
}
.clone_tabs {
    display: none;
}
.quantity {
    position: relative;
    height: 52px;
    box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
    border-radius: 32px;
    overflow: hidden;
}
.quantity:hover input {
    box-shadow: 0 8px 16px #fce4e6;
}
.quantity-button {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #2c2c2c;
    box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
    border-radius: 50%;
    border: 0;
    outline: none !important;
    transition: all 0.3s ease;
    z-index: 2;
}
.quantity-button:not(:disabled):hover {
    background-color: #e62739;
}
.quantity-button:disabled {
    background-color: #a1a1a1;
    cursor: default;
}
.quantity-button.quantity-up {
    right: 0;
    background-image: url("/new/html/www/assets/images/system/plus.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.quantity-button.quantity-up.rotate {
    -webkit-animation: rotate 0.5s linear;
    animation: rotate 0.5s linear;
}
.quantity-button.quantity-down {
    left: 0;
    background-image: url("/new/html/www/assets/images/system/minus.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.quantity-button.quantity-down.rotateminus {
    -webkit-animation: rotateminus 0.5s linear;
    animation: rotateminus 0.5s linear;
}
.quantity input {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 32px;
    padding: 0 66px;
    text-align: center;
    margin: 0;
    border: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #4f4f4f;
    opacity: 0;
    z-index: -100;
}
.quantity input:focus {
    outline: 0;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type="number"] {
    -moz-appearance: textfield;
}
.quantity ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 52px;
    top: 0;
    right: 52px;
    display: flex;
    flex-direction: column;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #4f4f4f;
    z-index: 2;
}
.quantity ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}
.tab-wrapper {
    position: relative;
}
.tab-wrapper .selections-sl {
    opacity: 1;
}
@media (min-width: 992px) {
    .tab-wrapper .selections-sl::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 56px;
        z-index: 1;
        border-left: 1px solid #cdcdcd;
    }
    .tab-wrapper .selections-sl::after {
        content: "";
        position: absolute;
        left: 99.9999%;
        top: 0;
        bottom: 56px;
        margin-left: -2px;
        border-left: 1px solid #cdcdcd;
    }
    .tab-wrapper .selections-sl .swiper-wrapper {
        border-top: 1px solid #cdcdcd;
        flex-wrap: wrap;
        transform: none !important;
        padding-bottom: 56px;
        width: calc(100% - 1px);
    }
    .tab-wrapper .selections-sl .swiper-wrapper::before {
        content: "";
        position: absolute;
        bottom: 56px;
        right: -1px;
        left: -1px;
        background: #fff;
        border-top: 1px solid #cdcdcd;
    }
}
.tab-wrapper .swiper-scrollbar {
    background: #fff;
    height: 4px;
    border-radius: 2px;
    margin-top: 24px;
}
@media (min-width: 992px) {
    .tab-wrapper .swiper-scrollbar {
        display: none;
    }
}
.tab-wrapper .swiper-scrollbar-drag {
    background: #e62739;
    border-radius: 2px;
    height: 4px;
}
.tab-panel {
    transition:
        transform var(--tabSpeed),
        opacity calc(var(--tabSpeed) / 2) linear 0.1s;
}
.tab-panel .catalogblock-el {
    padding-top: 16px;
    padding-bottom: 20px;
}
.tab-panel:not(.active) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
}
.tab-panel.prev_active ~ .next_active {
    transform: translateX(100%);
}
.tab-panel.next_active {
    transition-duration: 0s;
    transform: translateX(-100%);
}
.tab-panel.next_active ~ .prev_active {
    transform: translateX(100%);
}
.tab-panel.active {
    transition-duration: var(--tabSpeed) !important;
    transform: translateX(0) !important;
    opacity: 1;
}
.tab-loader {
    padding-top: 34px;
}
@media (max-width: 991px) {
    .tab-loader {
        padding-top: 22px;
    }
}
.tab-scroller.__scroll-x {
    overflow-x: auto;
    padding: 0;
}
.tab-scroller.__scroll-x .scrollbar-track {
    display: none !important;
}
.tab-scroller.__scroll-x::-webkit-scrollbar {
    display: none;
}

.pdelivery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 320px;
}
@media (max-width: 991px) {
    .pdelivery {
        padding-right: 0;
    }
}
.pdelivery .order-aside {
    order: 1;
}
.pdelivery .order-content {
    order: 2;
}
.pdelivery.checkcity .pdelivery-text {
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .pdelivery.checkcity .pdelivery-text {
        margin-bottom: 8px;
    }
}
.pdelivery-content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
@media (max-width: 991px) {
    .pdelivery-content {
        width: 100%;
        order: 1;
    }
}
.pdelivery-side {
    position: absolute;
    width: 288px;
    right: 0;
    top: -24px;
    bottom: -32px;
    background-color: #fff;
    z-index: 2;
}
@media (max-width: 991px) {
    .pdelivery-side {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        background-color: #fff;
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 56px;
        margin-bottom: 56px;
        z-index: 15;
    }
}
.pdelivery-side::after {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 42px;
    width: 114px;
    box-shadow: -10px 0 20px #f5f5f5;
    z-index: -2;
}
@media (max-width: 991px) {
    .pdelivery-side::after {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100vh - 128px);
        transform: translateX(-50%);
        margin-left: 50%;
        box-shadow: 0 0 160px rgba(79, 79, 79, 0.2);
        border-radius: 40px;
    }
}
.pdelivery-side::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100vh;
    transform: translateX(-50%);
    margin-left: 50%;
    display: none;
    z-index: -1;
}
@media (max-width: 991px) {
    .pdelivery-side::before {
        display: block;
    }
}
.pdelivery-aside {
    position: relative;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 32px;
    width: 288px;
    background-color: #fff;
    z-index: 2;
}
@media (max-width: 991px) {
    .pdelivery-aside {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
}
.pdelivery-city {
    position: relative;
}
.pdelivery-city-head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 991px) {
    .pdelivery-city-head {
        flex-direction: row;
    }
}
.pdelivery-city-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4f4f4f;
    margin-bottom: 24px;
}
@media (max-width: 991px) {
    .pdelivery-city-icon {
        margin-bottom: 0;
        margin-right: 24px;
        flex: 0 0 48px;
        max-width: 48px;
    }
}
.pdelivery-city-icon img {
    display: block;
}
.pdelivery-city-text {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .pdelivery-city-text {
        font-size: 14px;
        line-height: 20px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 436px;
    }
}
.pdelivery-city-form {
    position: relative;
}
.pdelivery-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .pdelivery-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 32px;
    }
}
.pdelivery-text b {
    font-weight: bold;
}
.pdelivery-column {
    position: relative;
    margin-bottom: 56px;
    margin-top: -24px;
}
.pdelivery-column-item {
    margin-top: 24px;
}
.pdelivery-twi {
    position: relative;
    padding-left: 36px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f;
}
@media (max-width: 991px) {
    .pdelivery-twi {
        font-size: 12px;
        line-height: 16px;
    }
}
.pdelivery-twi-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.pdelivery-twi-icon img {
    display: block;
}
.pdelivery-twi-title {
    position: relative;
    margin-bottom: 8px;
    margin-top: 16px;
}
.pdelivery-twi-title img {
    display: block;
}
.pdelivery-twi-list {
    list-style: none;
    margin: -2px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pdelivery-twi-list > li {
    padding: 2px;
}
.pdelivery-twi-list > li img {
    display: block;
    width: auto;
    height: 20px;
}
.pdelivery-twi-list > li span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cdcdcd;
}
.pdelivery-settings {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 56px;
}
.pdelivery-settings-text {
    margin-bottom: 4px;
}
.pdelivery-settings-ul {
    list-style: none;
    margin: -2px -6px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.pdelivery-settings-ul > li {
    padding: 2px;
}
.pdelivery-settings-ul > li a {
    display: block;
    text-decoration: underline;
    padding: 0 4px;
    border-radius: 4px;
}
.pdelivery-settings-ul > li a.color-red {
    color: #e62739;
}
.pdelivery-settings-ul > li a.color-red:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #e62739;
}
.pdelivery-settings-ul > li a.color-grey {
    color: #4f4f4f;
}
.pdelivery-settings-ul > li a.color-grey:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #4f4f4f;
}
.no-overflow {
    overflow: inherit;
}
.documents__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.documents__nav {
    display: block;
    width: 19%;
}
.documents__list {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.documents__item {
    display: block;
}
.documents__item--active .documents__link {
    font-weight: bold;
    color: #e62739;
}
.documents__item + .documents__item {
    margin-top: 26px;
}
.documents__link {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2c2c;
}
.documents__content {
    margin-left: 5%;
    width: 76%;
}
.documents__heading {
    margin: 0;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #4f4f4f;
}
.documents__heading--black {
    color: #000;
}
.documents__title {
    margin: 32px 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.documents__subtitle {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.documents__submenu {
    margin-left: 32px;
}
.documents__description {
    margin: 16px 0 0;
    font-size: 18px;
    font-weight: 300;
}
.documents__description b {
    font-weight: bold;
}
.documents__submenu + .documents__heading,
.documents__description + .documents__subtitle,
.documents__description + .documents__heading {
    margin-top: 32px;
}
.documents__data {
    margin-top: 32px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
}
@media (min-width: 992px) {
    .documents__nav {
        position: -webkit-sticky;
        position: sticky;
        top: 136px;
    }
}
@media (max-width: 991px) {
    .documents__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .documents__nav {
        width: 100%;
    }
    .documents__content {
        margin-top: 24px;
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .documents__heading {
        font-size: 28px;
    }
    .documents__title {
        font-size: 22px;
    }
    .documents__submenu {
        margin-left: 24px;
    }
}
.pcontacts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.pcontacts-content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    order: 1;
}
@media (max-width: 991px) {
    .pcontacts-content {
        width: 100%;
    }
}
.pcontacts-side {
    flex: 0 0 333px;
    max-width: 333px;
    margin-top: -24px;
    margin-bottom: -32px;
    margin-left: 80px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    order: 2;
}
@media (max-width: 991px) {
    .pcontacts-side {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #fff;
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 56px;
        margin-bottom: 0;
        margin-left: 0;
        z-index: 15;
    }
}
.pcontacts-side::after {
    content: "";
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 42px;
    width: 114px;
    box-shadow: -10px 0 20px #f5f5f5;
    z-index: -2;
}
@media (max-width: 991px) {
    .pcontacts-side::after {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100vh - 128px);
        transform: translateX(-50%);
        margin-left: 50%;
        box-shadow: 0 0 160px rgba(79, 79, 79, 0.2);
        border-radius: 40px;
    }
}
.pcontacts-side::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100vh;
    transform: translateX(-50%);
    margin-left: 50%;
    display: none;
    z-index: -1;
}
@media (max-width: 991px) {
    .pcontacts-side::before {
        display: block;
    }
}
.pcontacts-aside {
    position: relative;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 32px;
    width: 333px;
    background-color: #fff;
    z-index: 2;
    max-height: 100%;
}
.pcontacts-aside__scroller {
    overflow-y: auto;
    max-height: 100%;
    padding-right: 10px;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .pcontacts-aside__extra {
        display: none;
    }
}
.pcontacts-aside .pcontacts-aside-address_route {
    max-width: none;
}
@media (max-width: 991px) {
    .pcontacts-aside {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        order: 2;
    }
}
.pcontacts-aside .ltitle {
    margin-bottom: 4px;
}
.pcontacts-aside-address {
    position: relative;
}
.pcontacts-aside-address_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
}
.pcontacts-aside-address_info {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.pcontacts-aside-address_info b {
    font-weight: bold;
}
.pcontacts-aside-address_route {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    padding: 16px 16px 16px 44px;
    background: #ecf8f0 url("/new/html/www/assets/images/ic/ic-map.svg") 16px 16px no-repeat;
    min-height: 52px;
    max-width: 264px;
}
.pcontacts-aside-address_route a {
    display: inline-block;
    text-decoration: underline;
    color: #2c2c2c;
}
.pcontacts-aside-address_route a:hover {
    color: #e62739;
    text-decoration: underline;
}
.pcontacts-aside-title {
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 4px;
    color: #4f4f4f;
}
.pcontacts-aside-text {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #4f4f4f;
}
.pcontacts-aside-email {
    position: relative;
}
.pcontacts-aside-email a {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    color: #e62739;
    padding: 0 4px;
    margin-left: -4px;
    border-radius: 4px;
}
.pcontacts-aside-email a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #e62739;
}
.pcontacts-aside-phone {
    margin-bottom: 4px;
}
.pcontacts-aside-phone > a {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #e62739;
    padding: 0 4px;
    margin-left: -4px;
    border-radius: 4px;
    position: relative;
}
.pcontacts-aside-phone > a::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    height: 1px;
    background-color: #e62739;
    transition: all 0.3s ease;
    z-index: 1;
}
.pcontacts-aside-phone > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e62739;
}
.pcontacts-aside-phone > a:hover::after {
    background-color: #fff;
}
.pcontacts-aside-phone_status {
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 4px;
    overflow: hidden;
}
.pcontacts-aside-phone_status > span {
    display: block;
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px 4px 24px;
    border-radius: 4px;
    color: #fff;
}
.pcontacts-aside-phone_status > span::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.pcontacts-aside-phone_status > span.green {
    background-color: #3ebd6b;
}
.pcontacts-aside-phone_status > span.red {
    background-color: #e62739;
}
.pcontacts-aside-phone_info {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.pcontacts-aside-item {
    margin-bottom: 24px;
}
.pcontacts-aside-item:last-child {
    margin-bottom: 0;
}
.pcontacts-tocontacts {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 16px 16px 44px;
    background: #ecf8f0 url("/new/html/www/assets/images/ic/loop-conctacts.svg") 16px 16px no-repeat;
    min-height: 52px;
    margin-bottom: 32px;
}
.pcontacts-tocontacts a {
    display: inline-block;
    text-decoration: underline;
    color: #2c2c2c;
}
.pcontacts-tocontacts a:hover {
    color: #e62739;
    text-decoration: underline;
}
.pcontacts-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .pcontacts-text {
        margin-bottom: 24px;
    }
}
.pcontacts-list {
    position: relative;
}
.pcontacts-list > div {
    margin-top: 16px;
}
.pcontacts-list > div:first-child {
    margin-top: 0;
}
.pcontacts-list-item.wform {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.pcontacts-list-item.wform:hover {
    border-color: #e62739;
    box-shadow: 0 8px 16px rgba(230, 39, 57, 0.16);
}
.pcontacts-list-head {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
    font-weight: bold;
    padding: 24px 18px 0 18px;
}
@media (max-width: 767px) {
    .pcontacts-list-head {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 13px;
    }
}
.pcontacts-list-content {
    position: relative;
    padding: 0 18px 24px 18px;
}
.pcontacts-mwinput {
    max-width: 303px;
}
@media (max-width: 767px) {
    .pcontacts-mwinput {
        max-width: 100%;
    }
}
.pcontacts-form {
    background-color: #fff;
    display: none;
}
.pcontacts-form .forminput {
    margin-top: -9px;
}
.pcontacts-form .nonumberorder {
    display: none;
}
.pcontacts-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}
.pcontacts-menu > li {
    padding: 5px 0;
}
.pcontacts-menu > li.active .pcontacts-menu_more {
    font-weight: bold;
}
.pcontacts-menu > li.active .pcontacts-menu_more > a {
    color: #2c2c2c;
    text-decoration: none !important;
    cursor: default;
}
.pcontacts-menu > li.active .pcontacts-menu_more > a::after {
    background-color: #e62739;
}
.pcontacts-menu_more {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease;
    position: relative;
}
.pcontacts-menu_more > a {
    display: inline-block;
    padding-left: 30px;
    text-decoration: underline;
    color: #2c2c2c;
}
.pcontacts-menu_more > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 20px;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center center !important;
    mask-position: center center !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    background-color: #4f4f4f;
    -webkit-mask-image: url("/new/html/www/assets/images/ic/ic-check.svg");
    mask-image: url("/new/html/www/assets/images/ic/ic-check.svg");
    transition: all 0.3s ease;
    z-index: 1;
}
.pcontacts-menu_more > a:hover {
    color: #e62739;
    text-decoration: underline;
}
.pcontacts-menu_back {
    padding-left: 30px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: -4px;
}
.pcontacts-menu_back > a {
    display: inline-block;
    text-decoration: underline;
    color: #2c2c2c;
}
.pcontacts-menu_back > a:hover {
    text-decoration: underline;
    color: #e62739;
}
.pcontacts-sent {
    padding: 76px 33px 20px 33px;
    background: #ecf8f0 url("/new/html/www/assets/images/ic/mail-submit.svg") 50% 20px no-repeat;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .pcontacts-sent {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.pcontacts-sent span {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 767px) {
    .pcontacts-sent span {
        font-size: 20px;
        line-height: 28px;
    }
}
.pcontacts-sent p strong {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.pcontacts-sent-back {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.pcontacts-sent-back > a {
    display: inline-block;
    color: #2c2c2c;
    text-decoration: underline;
}
.pcontacts-sent-back > a:hover {
    color: #e62739;
    text-decoration: underline;
}
.page505 {
    position: relative;
    z-index: 2;
}
.page505::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 136px;
    width: 562px;
    height: 264px;
    background: url("/new/html/www/assets/images/system/bg-500.jpg") 0 -56px no-repeat;
    -webkit-background-size: 100% auto;
    z-index: -1;
}
@media (max-width: 991px) {
    .page505::after {
        top: 69px;
        left: 50%;
        margin-left: -344px;
        width: 357px;
        height: 203px;
        background-position: 0 0;
    }
}
@media (max-width: 767px) {
    .page505::after {
        margin-left: -254px;
    }
}
@media (max-width: 574px) {
    .page505::after {
        left: 0;
        margin-left: 16px;
    }
}
@media (max-width: 991px) {
    .page505-content {
        padding-top: 130px;
    }
}
.page505-title {
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 64px;
    color: #4f4f4f;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .page505-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}
.page505-text {
    max-width: 608px;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
}
@media (max-width: 991px) {
    .page505-text {
        font-size: 16px;
        line-height: 28px;
    }
}
.page505-text p {
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .page505-text p {
        margin-bottom: 8px;
    }
}
.page505-text p:last-child {
    margin-bottom: 0;
}
.page404 {
    position: relative;
    z-index: 2;
}
.page404::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 136px;
    width: 562px;
    height: 264px;
    background: url("/new/html/www/assets/images/system/bg-404.jpg") 0 -56px no-repeat;
    -webkit-background-size: 100% auto;
    z-index: -1;
}
@media (max-width: 991px) {
    .page404::after {
        top: 24px;
        left: 50%;
        margin-left: -344px;
        width: 357px;
        height: 203px;
        background-position: 0 0;
    }
}
@media (max-width: 767px) {
    .page404::after {
        margin-left: -254px;
    }
}
@media (max-width: 574px) {
    .page404::after {
        left: 0;
        margin-left: 16px;
    }
}
@media (max-width: 991px) {
    .page404-content {
        padding-top: 97px;
    }
}
.page404-title {
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 64px;
    color: #4f4f4f;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .page404-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}
.page404-text {
    max-width: 608px;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .page404-text {
        font-size: 16px;
        line-height: 28px;
    }
}
.page404-text p {
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .page404-text p {
        margin-bottom: 8px;
    }
}
.page404-text p:last-child {
    margin-bottom: 0;
}
.page404-item {
    margin-bottom: 24px;
}
.page404-item.page404-mb56 {
    margin-bottom: 56px;
}
.page404-sl {
    position: relative;
}
@media (min-width: 992px) {
    .page404-sl {
        display: flex;
        border-top: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
        overflow: initial !important;
    }
}
@media (max-width: 991px) {
    .page404-sl {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        border: 0;
    }
}
.page404-sl-el {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 16px;
}
@media (min-width: 992px) {
    .page404-sl-el {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        height: auto !important;
    }
}
@media (max-width: 991px) {
    .page404-sl-el {
        border: 0;
        width: 229px;
        border-right: 1px solid #cdcdcd;
    }
    .page404-sl-el:last-child {
        border: 0;
    }
}
@media (max-width: 767px) {
    .page404-sl-el {
        width: 178px;
    }
}
@media (max-width: 991px) {
    .page404-sl .pcard-img {
        height: 180px;
    }
}
.page404-sl-wrapper {
    position: relative;
    padding-bottom: 16px;
}
.page404-sl-wrapper .swiper-container-horizontal > .swiper-scrollbar {
    left: 16px;
    width: auto;
    right: 16px;
    bottom: 0;
}
.page404-sl-wrapper .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 4px;
    border-radius: 2px;
}
@media (min-width: 992px) {
    .page404-sl-wrapper .swiper-scrollbar {
        display: none;
    }
}
.page404-sl-wrapper .swiper-scrollbar-drag {
    background: #e62739;
    border-radius: 2px;
    height: 4px;
}
.offer-banner {
    display: flex;
    position: relative;
    width: 100%;
    padding: 200px 3vw 72px;
    background-image: url(/new/html/www/assets/images/banner-main.jpg);
    background-position: bottom center;
    background-size: cover;
}
.offer-banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0, #000 16.21%, rgba(0, 0, 0, 0) 71.4%);
    opacity: 0.5;
}
.offer__block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
.offer__inner {
    width: 100%;
    max-width: 560px;
}
.offer__title {
    color: #fff;
    font-size: calc(30px+18 * ((100vw - 320px) / 1600));
    margin-bottom: 16px;
}
.offer__subtitle {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}
.btn--red {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e62739;
    border-color: #e62739;
    cursor: pointer;
    box-shadow: none;
    border-radius: 4px;
    padding: 14px;
    text-decoration: none;
}
.btn--red:hover {
    color: #2c2c2c;
}
.header-v2 .header .header-top.header-top__white {
    background-color: #fff;
    color: #2c2c2c;
}
.header-v2 .header .header-top.header-top__white .navbar-inner {
    background: transparent;
}
.header-top.header-top__white .navbar-tab {
    font-family: "ProximaNova-SemiBold";
    border-radius: 8px 8px 0 0;
    padding-right: 16px;
    padding-left: 16px;
    height: 63px;
    font-weight: 600;
    font-size: 24px;
    line-height: 19px;
    color: #e62739;
    max-width: 100%;
}
.header-top.header-top__white .navbar-contacts_link.mbtn {
    color: #2c2c2c;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.header-top.header-top__white .navbar-contacts_link.mbtn:hover {
    color: #e62739;
}
.header-v2 .header .header-top.header-top__white .navbar-item:hover .navbar-tab {
    color: #fff;
    background: #ec6672;
}
.header-top.header-top__white .navbar-tab.navbar-tab__none {
    position: relative;
    color: transparent;
    min-width: 285px;
    width: 100%;
    overflow-x: visible;
}
.header-top.header-top__white .navbar-tab.navbar-tab__none svg {
    margin-bottom: 59px;
    margin-left: -78px;
}
.header-v2 .header .header-top.header-top__white .navbar-item.active .navbar-tab {
    background: #e62739;
}
.header-v2 .header .header-top.header-top__white .navbar-loader {
    transition: all 0.3s ease-in-out;
    -webkit-will-change: all;
    will-change: all;
    display: block;
    width: 1em;
    background: conic-gradient(from 180deg at 50% 50%, #e62739 0, #fff 360deg);
    font-size: 18px;
    border-radius: 100%;
    overflow: hidden;
    background-size: contain;
}
.header-v2 .header .header-top.header-top__white .navbar-item:hover .navbar-tab.navbar-tab__none {
    color: #fff;
    background: 0;
}
.header-v2 .header .header-top.header-top__white .navbar-loader::after {
    content: "";
    position: absolute;
    inset: 0.15em;
    z-index: 1;
    background: #e62739;
    border-radius: 100%;
}
.footer-v2 .footer.footer__white {
    border-top: 8px solid #e62739;
    position: relative;
    background-color: #fff !important;
    padding: 63px 0 72px;
    font-family: "proxima-nova", sans-serif;
}
.footer-v2 .footer.footer__white .navbar-tab {
    font-family: "ProximaNova-SemiBold";
    height: 66px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 19px;
    color: #e62739;
}
.footer-v2 .footer.footer__white .navbar-item.active .navbar-tab {
    padding-left: 13px;
    padding-right: 13px;
    letter-spacing: 0.025em;
    height: 66px;
}
.footer-v2 .footer-copyright.footer-description__copy {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
}
.footer-v2 .footer-description.footer-description__product {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    margin-top: 6px;
    margin-bottom: 53px;
}
@media (min-width: 769px) {
    .footer-v2 .footer-description.footer-description__product {
        text-align: left;
    }
}
.footer-v2 .footer.footer__white .footer-caption {
    display: inline-block;
    vertical-align: top;
    background: #e62739;
    border-radius: 4px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-top: 22px;
    margin-bottom: 13px;
}
.footer-v2 .footer.footer__white a {
    color: #2c2c2c;
    line-height: 20px;
}
.footer-v2 .footer.footer__white .footer-description {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 20px;
}
.footer-v2 .footer.footer__white .footer-contacts__link {
    color: #e62739;
}
.footer.footer__white .navbar-tab.navbar-tab__none {
    position: relative;
    color: transparent;
    min-width: 200px;
    width: 100%;
    overflow-x: visible;
}
.footer.footer__white .navbar-item:hover .navbar-tab.navbar-tab__none {
    color: #fff;
    background: 0;
}
.footer.footer__white .navbar-tab.navbar-tab__none:before {
    position: absolute;
    content: url(/new/html/www/assets/images/footer-logo.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: visible;
    width: 100%;
    bottom: -10px;
    left: -9px;
}
.footer.footer__white .navbar-list {
    max-width: 540px;
}
.footer-v2 .footer.footer__white .footer-yandex {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 0;
    color: #2c2c2c;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}
.footer-v2 .footer.footer__white .footer-yandex p {
    padding-left: 20px;
}
.header-v2 .header .header-btnmenu.header-btnmenu__red:not(.active) {
    background: transparent;
}
.header-v2 .header.header__border .header-btnmenu span {
    background-color: #4f4f4f;
}
.header-v2 .header.header__border .navbar-location_answer.mbtn.default::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    pointer-events: none;
    margin-right: 8px;
    display: inline-block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #2c2c2c;
}
.header-v2 .header.header__border .navbar-auth {
    flex-direction: row;
    position: relative;
    padding-left: 8px;
    margin-left: 4px;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.header-v2 .header.header__border .navbar-auth__log {
    flex-direction: row;
    position: relative;
    padding-left: 8px;
    margin-left: 4px;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.navbar-auth__log .navbar-auth__login {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 0;
    margin-right: 5px;
}
.mbtn.navbar-link span:hover {
    color: #e62739;
}
.navbar-location .mbtn span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.3 ease;
}
.navbar-location_city.mbtn:hover {
    color: #e62739 !important;
}
.navbar-location_city.mbtn:hover span {
    color: #e62739 !important;
}
.navbar-location_answer.mbtn:hover {
    color: #e62739 !important;
}
.navbar-item.auth a:hover .navbar-auth__login {
    color: #e62739;
}
.navbar-item.auth a:hover .mbtn {
    color: #2c2c2c;
    background-color: #fff;
    border-color: #fff;
}
@media (min-width: 992px) {
    .header-v2 .header .header-top.header-top__white .navbar-link.mbtn:hover {
        background: transparent;
    }
    .header-v2 .header .header-top.header-top__white .navbar-location {
        top: 7px;
        position: absolute;
        left: 90px;
        z-index: 2;
    }
    .header-v2 .header .header-top.header-top__white .navbar-contacts_list.social {
        display: none;
    }
    .footer.footer__white .navbar-item:hover .navbar-tab {
        background: #ec6672;
        color: #fff;
    }
    .footer__white-logo {
        display: none;
    }
}
@media (max-width: 992px) {
    #bitrix_custom_widget.rotator {
        display: none;
    }
    .header-v2 .header.header__border {
        border-bottom: 1px solid #e62739;
        padding-bottom: 0;
    }
    .header-top.header-top__white .navbar-tab {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 27px;
        max-width: 100%;
        margin-bottom: -4px;
    }
    .header-v2 .header.header__border .navbar-logo__icon {
        display: block;
        width: 70px;
        height: 100%;
        background-image: url(/new/html/www/assets/images/redhare-logo.svg);
        background-repeat: no-repeat;
    }
    .header-v2 .header.header__border .navbar-submenu_link {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        background: #f5f5f5;
        color: #2c2c2c;
        letter-spacing: 0.3px;
        transition:
            font-size 0.5s,
            color 0.5s,
            height 0.5s,
            padding 0.5s;
        height: 56px;
        padding: 17px 23px 16px 23px;
        position: relative;
        text-decoration: none;
    }
    .header-v2 .header.header__border .navbar-list .mbtn {
        padding: 0 12px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }
    .header-v2 .header.header__border .header-btnmenu {
        margin-left: 0;
    }
    .header-v2 .header .header-top.header-top__white .navbar-inner {
        background: #fff;
        padding: 0 52px 0 0;
    }
    .header-top.header-top__white .navbar-tab.navbar-tab__none {
        display: none;
    }
    .navbar-user__nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    .navbar-auth__log .navbar-auth__login {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-right: 5px;
    }
    .header-v2 .header .header-top.header-top__white .navbar-logo {
        font-family: "ProximaNova-SemiBold";
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 19px;
        text-transform: uppercase;
        color: #e62739;
        background: #fff;
        padding: 9px;
    }
    .header-v2 .header .header-top.header-top__white .navbar-submenu_list {
        flex-flow: column nowrap;
        align-items: stretch;
        border-radius: 0;
        overflow: hidden;
    }
    .header-v2 .header .header-top.header-top__white .navbar-submenu {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .header-v2 .header .header-top.header-top__white .navbar-contacts_list.social {
        display: block;
    }
    .header-v2 .header.header__border .header-btnmenu.active span {
        width: 20px;
        left: 19px;
        background-color: #fff;
    }
    .header-v2 .header.header__border .navbar-megamenu_inner {
        background: #f5f5f5;
    }
    .header-v2 .header.header__border .navbar-megamenu_inner .menuLevel {
        background: #f5f5f5;
    }
    .header-v2
        .header.header__border
        .navbar-megamenu[data-level="1"]
        .col-main
        .menu_active[data-menu="1"]
        > .navbar-megamenu_item.active
        > .navbar-megamenu_link {
        color: #2c2c2c;
        background-color: #f5f5f5;
        min-height: 54px;
        justify-content: flex-start;
        padding-left: 42px;
        z-index: 1;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .header-v2
        .header.header__border
        .navbar-megamenu[data-level="2"]
        .col-main
        .menu_active[data-menu="2"]
        > .navbar-megamenu_item.active
        > .navbar-megamenu_link {
        color: #2c2c2c;
        background-color: #f5f5f5;
        height: auto;
        justify-content: flex-start;
        padding-left: 42px;
        z-index: 1;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .header-v2
        .header.header__border
        .navbar-megamenu[data-level="2"]
        .col-main
        .menu_active[data-menu="2"]
        > .navbar-megamenu_item.active
        > .navbar-megamenu_link::after {
        left: 45px;
        top: 25px;
        border-right: 6px solid #2c2c2c;
        border-left: 0;
    }
    .header-v2
        .header.header__border
        .navbar-megamenu[data-level="1"]
        .col-main
        .menu_active[data-menu="1"]
        > .navbar-megamenu_item.active
        > .navbar-megamenu_link::after {
        left: 45px;
        top: 26px;
        border-right: 6px solid #2c2c2c;
        border-left: 0;
    }
    .header-top.header-top__white .navbar-tab {
        height: 60px;
    }
    .header-v2 .header.header__border .navbar-megamenu_item.__sub > .navbar-megamenu_link::after {
        margin-left: -28px;
    }
    .header-v2 .header .header-top:first-child .container.education-holder {
        background: #f5f5f5;
    }
    .navbar-item.active .navbar-auth__log .mbtn-primary {
        border-color: #fff;
        background: #fff;
        color: #2c2c2c;
        transition: 0.3 ease;
    }
    .navbar-megamenu_link.megamenuLink.megamenuSubLink span:first-child {
        margin-bottom: -1px;
    }
    .navbar-megamenu_link.megamenuLink span:first-child {
        margin-bottom: -1px;
    }
    .footer-v2 .footer.footer__white .navbar-item:not(.active) .navbar-tab.navbar-tab__none:before {
        font-size: 18px;
        line-height: 20px;
        overflow: visible;
        position: absolute;
        content: "";
        background-image: url(/new/html/www/assets/images/footer-logo.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        height: inherit;
        width: 100%;
        max-width: 140px;
        left: 0;
        bottom: 4px;
    }
    .footer.footer__white .navbar-tab.navbar-tab__none {
        position: relative;
        color: transparent;
        max-width: 200px;
        width: 100%;
        height: 116px;
        overflow-x: visible;
        display: none;
    }
    .footer-v2 .footer.footer__white .navbar-item.active .navbar-tab {
        padding-left: 13px;
        padding-right: 13px;
        letter-spacing: 0.025em;
        height: 52px;
    }
    .navbar-item.navbar-item_logo {
        display: none;
    }
    .footer__white-logo {
        margin-bottom: 15px;
    }
    .footer__white-logo img {
        max-width: 100%;
        width: 175px;
    }
    .footer-v2 .footer.footer__white .navbar-item.active {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }
    .footer-v2 .footer .navbar-list {
        flex-flow: wrap;
        position: relative;
        padding-top: 0;
        padding-bottom: 3px;
    }
    .footer-v2 .footer.footer__white .navbar-item:not(.active) .navbar-tab {
        padding-left: 6px;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 19px;
        height: 52px;
    }
    .footer-v2 .footer.footer__white .footer-caption {
        margin-top: 30px;
        margin-bottom: 18px;
    }
    .footer-v2 .footer.footer__white {
        padding: 23px 0;
        font-family: "proxima-nova", sans-serif;
    }
    .footer-v2 .footer.footer__white .footer-yandex {
        margin-bottom: 0;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 30px;
    }
    .footer-v2 .footer.footer__white .footer-yandex p {
        padding-left: 0;
        margin-top: 8px;
    }
    .header-top.header-top__white .navbar-item.auth .modal-body {
        background: #fff;
        border-radius: 0;
        padding: 15px;
    }
    .navbar-item.auth.active .navbar-auth__login {
        color: #fff !important;
    }
    .pcard-info_nologin p {
        text-align: center;
    }
    .pcard-balls .pcard-balls-info {
        text-align: center;
    }
}
.modal-dialog .msignup-link:hover {
    background: transparent;
}
.minfo.mbg-light .modal-dialog {
    max-width: 650px;
    width: 100%;
    margin: auto;
}
.minfo.mbg-light .modal-content {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
}
.minfo-bonus-block {
    margin: auto;
}
.minfo-bonus__text .minfo-bonus__title {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 32px;
}
.minfo-bonus__subtitle {
    font-family: "Merriweather";
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #2c2c2c;
    text-align: left;
}
.modal-content .minfo-text.text__private {
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #2c2c2c;
}
.modal-content.modal-content--green .minfo-bonus--green__title {
    margin-bottom: 0;
}
.modal-content .minfo-text.text__private a {
    font-style: italic;
    text-decoration: underline;
    color: #2c2c2c;
}
.modal-content.modal-content--green button.btn-red {
    margin: 10px auto 0;
}
button.btn-red:disabled {
    border: 1px solid #a1a1a1;
    background-color: #a1a1a1;
    cursor: default;
}
.modal-sale .btn-reg.btn-submit {
    margin: 24px auto 20px;
}
button.btn-red {
    display: block;
    width: 100%;
    margin: 24px auto 0;
    background: #e62739;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.pcard-info_nologin p {
    font-family: "proxima-nova", sans-serif;
    display: block;
    line-height: 1;
    margin-bottom: -6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
    color: #e62739;
    text-transform: uppercase;
}
.pagecard-aside .pcard-bonus-info {
    font-family: "proxima-nova-condensed", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px !important;
    line-height: 1 !important;
    letter-spacing: -0.75px;
    color: #e62739;
    padding: 1px 30px 0 0;
    transition: all 0.3s ease;
    position: relative;
}
.pcard-balls .pcard-balls-info {
    margin-top: 32px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #4f4f4f;
}
.pcard-balls .pcard-balls-info span {
    margin-right: 4px;
}
.icon-cart,
.icon-search {
    color: #4f4f4f;
}
.header-v2 .header.header__border .navbar-megamenu_item.__sub > .navbar-megamenu_link::after {
    margin-left: -28px;
}
.header-v2 .header.header__border .navbar-megamenu_item.__sub.active > .navbar-megamenu_link::after {
    margin-left: -28px;
    margin-top: 0;
}
.header-v2
    .header.header__border
    .navbar-submenu_item.navbarSubmenu.has-submenu.active
    .navbar-submenu_link.submenuLink::after {
    margin-left: -28px;
}
body.header-v2.landing_page {
    padding-top: 160px;
}
.search-wrapper__title {
    font-family: "ProximaNova-ExtraBold";
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 56px;
}
.parallax-offer {
    position: relative;
}
.main-offer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
}
.main-offer-banner {
    display: flex;
    position: relative;
    width: 100%;
    padding: 200px 3vw 110px;
    height: calc(100vh - 164px);
    background-image: url(/new/html/www/assets/images/bg-black-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-offer__block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    z-index: 1;
    margin-left: 45%;
}
.main-offer__inner {
    width: 100%;
    max-width: 460px;
}
.main-offer__title {
    font-family: "proxima-nova", sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
}
.main-offer__subtitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 43px;
    color: #fff;
}
.main-offer__text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-top: 37px;
    color: #fff;
}
.btn--red__main {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #f5f5f5;
    background-color: #e62739;
    border-color: #e62739;
    cursor: pointer;
    font-weight: 700;
    background: #e62739;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 18px 44px;
    text-decoration: none;
}
.main-offer__inner .btn--red__main:hover {
    color: #f5f5f5;
    background: #ec6672;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.main-offer__text a {
    display: inline-table;
    color: #e62739;
    line-height: 1;
    text-decoration: none;
    border-bottom: 2px solid #e62739;
}
.white-offer {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.white-offer-banner {
    display: flex;
    position: relative;
    width: 100%;
    padding: 200px 3vw 110px;
    height: calc(100vh - 164px);
    background-color: #fff;
}
.spiral-section {
    height: 307px;
    position: relative;
}
.spiral {
    position: initial;
}
.spiral-block {
    position: relative;
    max-width: 307px;
    width: 100%;
    height: 100%;
    max-height: 307px;
    margin: auto;
}
.spiral_item-1,
.spiral_item-2,
.spiral_item-3,
.spiral_item-4 {
    position: absolute;
}
.spiral_item-1 {
    object-fit: contain;
    bottom: 0;
    left: -1px;
    right: 0;
    z-index: 2;
}
.spiral_item-2 {
    object-fit: contain;
    bottom: -1px;
    left: -0.5px;
    right: 0;
    z-index: 1;
    transform: rotate(-15deg);
}
.spiral_item-3 {
    object-fit: contain;
    top: 0;
    right: 0;
    transform: rotate(10deg);
    z-index: 3;
}
.spiral_item-4 {
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    z-index: 4;
}
.well-item {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.white-offer__block {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.white-offer__inner {
    width: 100%;
    max-width: 460px;
}
.white-offer__title {
    font-family: "proxima-nova", sans-serif;
    color: #e62739;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
}
.white-offer__subtitle {
    font-family: "ProximaNova-ExtraBold";
    font-weight: 800;
    font-size: 44px;
    line-height: 52px;
    color: #2c2c2c;
}
.white-offer__text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-top: 34px;
}
.arrow-down {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.arrow-down span {
    display: block;
    width: 30px;
    height: 30px;
    animation: arrow-down 1.5s infinite;
}
@keyframes arrow-down {
    0% {
        opacity: 0;
        transform: translate(0, -25px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
.feature {
    padding: 65px 0 55px;
}
.feature-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 15px;
}
.feature-block__item {
    text-align: center;
    max-width: 270px;
    padding: 5px;
}
.feature-block__item-text p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-top: 14px;
}
.feature-block__item-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.feature .search-body.search-body__feature {
    display: flex;
}
.feature .search-button.search-button__feature {
    display: block !important;
    flex: 0 0 223px;
    min-width: 223px;
    margin-left: 16px;
}
.search-field.search-field__feature {
    padding: 14px 16px 14px 44px;
    font-size: 18px;
    line-height: 28px;
}
.search-wrapper.search-product {
    padding: 55px 0 25px;
}
.search-wrapper__title {
    letter-spacing: 0.2px;
}
.form-question .search-status {
    height: 56px;
}
.mbtn.btn-search {
    padding: 14px;
    font-size: 16px;
    min-width: 223px;
    line-height: 24px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.product-demo {
    padding: 30px 0 55px;
}
.product-demo-block {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}
.product-demo__item {
    width: 20%;
    display: block;
    max-width: 160px;
    padding: 0 10px 2px;
    text-align: center;
    transition: 0.3s;
}
.product-demo__item .product-demo__item-card {
    display: block;
    text-align: center;
    height: 100%;
    min-height: 170px;
    width: 100%;
}
.product-demo__item:hover {
    background-color: #e62739;
}
.product-demo__item:hover svg path {
    stroke: #fff;
}
.product-demo__item:hover .product-demo__item-link {
    color: #fff;
}
.product-demo__item-link {
    margin-top: 8px;
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    transition: 0.3;
}
.about-team {
    position: relative;
    padding: 60px 0 83px;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.about-team__transform-bg {
    position: absolute;
    top: 0;
    bottom: -14%;
    right: -5%;
    z-index: -1;
    overflow-y: visible;
}
.about-team__transform-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-team__section-title {
    font-family: "ProximaNova-ExtraBold";
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 50px;
    letter-spacing: 0.2px;
}
.about-team__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-team__block-left {
    width: 50%;
}
.about-team__block-left p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}
.about-team__block-text {
    margin-top: 32px;
}
.about-team__block-right {
    width: 50%;
}
.question-bonus__text {
    text-align: center;
}
.about-team__block-image {
    margin-left: auto;
    width: 100%;
    max-width: 400px;
}
.about-team__block-image img {
    max-width: 100%;
    height: auto;
}
.support {
    padding: 105px 0 103px;
    position: relative;
}
.support__transform-bg {
    width: 100%;
    position: absolute;
}
.support__transform-bg.support__transform-bg-1 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: -4666px;
    z-index: -1;
    overflow-y: visible;
}
.support__transform-bg.support__transform-bg-2 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: -4666px;
    z-index: -1;
    overflow-y: visible;
}
.support__transform-bg.support__transform-bg-3 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: -4666px;
    z-index: -1;
    overflow-y: visible;
}
.support__transform-bg.support__transform-bg-4 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: -4666px;
    z-index: -1;
    overflow-y: visible;
}
.support__transform-bg img {
    max-width: 1200px;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.support__section {
    width: 100%;
    max-width: 760px;
    margin: auto;
    text-align: center;
}
.support__section-title {
    font-family: "ProximaNova-ExtraBold";
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 56px;
    color: #e62739;
    letter-spacing: 0.3px;
}
.support__section .support__block {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}
.support__section .support__block .support__block-text {
    margin-top: 36px;
}
.support__section .support__block .support__block-link {
    color: #e62739;
    text-decoration: underline;
}
.bonus-programm {
    padding: 20px 0 0;
}
.bonus-programm__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 60px;
}
.bonus-programm__item {
    width: 100%;
    max-width: 435px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bonus-programm__item-img {
    vertical-align: middle;
    text-align: center;
    margin-right: 32px;
    padding-top: 8px;
}
.bonus-programm__item-title {
    font-family: "ProximaNova-ExtraBold";
    font-size: 28px;
    line-height: 26px;
    color: #2c2c2c;
    letter-spacing: 0.3px;
}
.bonus-programm__item-subtitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 21px;
    color: #000;
}
.question-block {
    width: 100%;
    max-width: 780px;
    padding: 0 0 94px;
    margin: auto;
}
.question-bonus__title {
    max-width: 720px;
    font-family: "ProximaNova-ExtraBold";
    font-size: 42px;
    line-height: 46px;
    margin: 0 auto 48px;
    color: #000;
    letter-spacing: 0.3px;
}
.question-bonus .question-bonus__subtitle {
    font-family: "ProximaNova-ExtraBold";
    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: -0.2px;
}
.form-question {
    width: 100%;
    max-width: 486px;
    margin: auto;
}
.form-question__private {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
}
.question .forminput {
    padding: 9px 0 5px 0;
}
.question .forminput.forminput-lg .forminput-input {
    padding: 14px 30px 14px 14px;
    font-size: 18px;
    line-height: 26px;
}
.question .forminput.forminput-lg .forminput-label {
    top: 26px;
}
.question .forminput.forminput-lg.active .forminput-label {
    top: 1px;
}
.btn-reg.btn-reg--1 {
    margin: 18px auto 20px;
    padding: 15px !important;
}
.btn-reg.btn-reg--2 {
    margin: 10px auto 0;
    padding: 16px !important;
    max-width: 188px;
}
.minfo.mbg-light .modal-content.modal-content--green {
    border-radius: 4px;
}
.minfo .modal-body.modal-body--green {
    padding: 24px;
    background: #fff;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 4px;
}
.minfo-bonus--green {
    background: #ecf8f0;
    border-radius: 4px;
    padding: 20px;
    margin: 0;
}
.minfo-bonus--green__title {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2c2c2c;
    margin-top: 8px;
}
.minfo-bonus--green__subtitle {
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 24px;
}
@media (max-width: 1400px) {
    .support__transform-bg img {
        max-width: 100vw;
        width: 100%;
        height: auto;
        vertical-align: top;
    }
}
@media (max-width: 992px) {
    .mobile {
        display: block;
    }
    .keyhole.mobile {
        margin: auto;
    }
    body.header-v2.landing_page {
        padding-top: 65px;
    }
    .main-offer__title {
        font-size: 36px;
        line-height: 42px;
    }
    .white-offer__title {
        font-family: "proxima-nova", sans-serif;
        color: #e62739;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .spiral-section {
        height: 307px;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .main-offer-banner {
        display: flex;
        position: relative;
        width: 100%;
        padding: 250px 25px 40px;
        height: calc(100vh - 64px);
        background-image: url(/new/html/www/assets/images/bg-black-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .main-offer__block {
        flex-direction: column;
        z-index: 1;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14%;
    }
    .spiral {
        width: 307px;
        height: 307px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .white-offer-banner {
        display: flex;
        position: relative;
        width: 100%;
        padding: 30px 25px 130px;
        height: calc(100vh - 64px);
        background-color: #fff;
    }
    .white-offer__block {
        flex-direction: column;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .white-offer__inner {
        width: 100%;
        max-width: initial;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        height: 100%;
    }
    .white-offer__text {
        margin: 0 auto;
        font-size: 20px;
        line-height: 20px;
        margin-top: 32px;
    }
    .white-offer__subtitle {
        font-weight: 800;
        font-size: 40px;
        line-height: 46px;
    }
    .feature-block {
        gap: 36px;
    }
    .feature-block__item-text p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .search-body.search-body__feature {
        display: flex !important;
    }
    .search-button.search-button__feature {
        display: block;
    }
    .search-wrapper.search-product {
        padding: 35px 0 25px;
    }
    .product-demo__item {
        width: 32%;
    }
    .about-team {
        padding: 41px 0 5px;
    }
    .about-team__transform-bg {
        position: absolute;
        max-width: 100%;
        top: auto;
        bottom: -9%;
        right: 0;
        z-index: -1;
    }
    .about-team__block {
        flex-direction: column;
    }
    .about-team__block-left,
    .about-team__block-right {
        width: 100%;
    }
    .about-team__block-image {
        margin: 0 auto;
    }
    .about-team__section-title {
        font-family: "ProximaNova-ExtraBold";
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    .about-team__block-left p {
        font-size: 22px;
        line-height: 34px;
        color: #000;
    }
    .about-team__block-text {
        margin-top: 5px;
    }
    .about-team__block-right {
        padding: 120px 0 80px;
    }
    .support {
        padding: 96px 0 65px;
    }
    .support__section-title {
        font-family: "ProximaNova-ExtraBold";
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 24px;
    }
    .bonus-programm {
        padding: 20px 0 20px;
    }
    .bonus-programm__block {
        flex-direction: column;
        justify-content: initial;
        row-gap: 9px;
    }
    .bonus-programm__item {
        width: 74%;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bonus-programm__item:nth-child(2n) {
        margin-left: auto;
    }
    .bonus-programm__item-img svg {
        width: 100px;
        height: 100px;
    }
    .bonus-programm__item-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 8px;
    }
    .bonus-programm__item-subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
    }
    .support__transform-bg.support__transform-bg-1 {
        top: 0;
        bottom: auto;
        left: -50%;
    }
    .support__transform-bg.support__transform-bg-2 {
        top: 0;
        bottom: auto;
        left: -60%;
    }
    .support__transform-bg.support__transform-bg-3 {
        top: 0;
        bottom: auto;
        left: -70%;
    }
    .support__transform-bg.support__transform-bg-4 {
        top: 0;
        bottom: auto;
        left: -80%;
    }
    .question-block {
        padding: 0 0 80px;
    }
    .question-bonus__text,
    .support__section {
        text-align: left;
    }
    .question-bonus__title {
        font-family: "ProximaNova-ExtraBold";
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 24px;
    }
    .question-bonus .question-bonus__subtitle {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 11px;
    }
    .search-wrapper__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 47px;
    }
    .about-team__section-title {
        font-family: "ProximaNova-ExtraBold";
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    .support__transform-bg.support__transform-bg-1 {
        width: 100%;
        position: absolute;
        bottom: -10%;
        left: -6000px;
        z-index: -1;
        overflow-y: visible;
    }
    .support__transform-bg.support__transform-bg-2 {
        width: 100%;
        position: absolute;
        bottom: -10%;
        left: -6000px;
        z-index: -1;
        overflow-y: visible;
    }
    .support__transform-bg.support__transform-bg-3 {
        width: 100%;
        position: absolute;
        bottom: -10%;
        left: -6000px;
        z-index: -1;
        overflow-y: visible;
    }
    .support__transform-bg.support__transform-bg-4 {
        width: 100%;
        position: absolute;
        bottom: -10%;
        left: -6000px;
        z-index: -1;
        overflow-y: visible;
    }
}
@media (max-width: 768px) {
    body .container,
    body .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
    body .bonus-programm .container,
    body .about-team .container,
    body .product-demo .container,
    body .search-wrapper.search-product .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .main-offer-banner {
        display: flex;
        position: relative;
        width: 100%;
        padding: 250px 25px 40px;
    }
    .main-offer__block {
        flex-direction: column;
        z-index: 1;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .white-offer-banner {
        display: flex;
        position: relative;
        width: 100%;
        padding: 30px 25px 100px;
        background-color: #fff;
    }
    .white-offer__block {
        flex-direction: column;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .white-offer__inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .white-offer__text {
        margin: 32px auto 0 auto;
        font-size: 20px;
        line-height: 20px;
    }
    .search-body.search-body__feature {
        display: flex !important;
        flex-direction: column;
    }
    .search-field.search-field__feature {
        margin-bottom: 16px !important;
    }
    .search-button.search-button__feature {
        flex: 0;
        max-width: 100%;
        margin-left: 0;
    }
    .search-wrapper.search-product {
        padding: 35px 0 8px;
    }
    .question-block .forminput.forminput-lg .forminput-label {
        font-size: 18px;
        line-height: 28px;
    }
    .question-block .forminput.forminput-lg .search-status {
        top: 13px;
    }
}
@media (max-width: 578px) {
    .product-demo-block {
        column-gap: 5px;
        row-gap: 32px;
    }
    .product-demo__item-link {
        margin-top: 10px;
    }
    .product-demo__item {
        width: 49%;
        padding: 0 8px 1px;
    }
    .about-team__transform-bg {
        width: 100%;
        max-width: 460px;
        position: absolute;
        height: auto;
        bottom: 0;
        right: -8%;
        z-index: -1;
    }
    .about-team__transform-bg img {
        transform: scale(1.35);
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
    }
    .spiral-block {
        position: relative;
        max-width: 225px;
        width: 100%;
        height: 100%;
        max-height: auto;
        margin: auto;
    }
    .spiral-block span svg {
        width: 220px;
    }
    .spiral-block .spiral_item-4 svg {
        width: 190px;
    }
    .white-offer-banner {
        padding: 30px 25px 100px;
    }
    .product-demo {
        padding: 7px 0 55px;
    }
    .bonus-programm__item-img img {
        max-width: 100px;
    }
    body .support .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    body .question .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .support__block p {
        font-size: 22px;
        line-height: 34px;
        color: #000;
    }
    .question-block .forminput {
        padding: 12px 0 0 0;
    }
    .btn-reg.btn-reg--1 {
        margin: 23px auto 20px;
        padding: 15px !important;
    }
    .question-block .form-question__private {
        font-style: italic;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }
    .support__transform-bg.support__transform-bg-1 {
        left: -7333px;
    }
    .support__transform-bg.support__transform-bg-2 {
        left: -7333px;
    }
    .support__transform-bg.support__transform-bg-3 {
        left: -7333px;
    }
    .support__transform-bg.support__transform-bg-4 {
        left: -7333px;
    }
}
@media (max-width: 420px) {
    .about-team__transform-bg {
        position: absolute;
        width: 100%;
        max-width: 460px;
        height: auto;
        bottom: 2%;
        right: -11%;
        z-index: -1;
    }
    .about-team__transform-bg img {
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
    }
    .main-offer__block {
        margin-bottom: 24%;
    }
    .main-offer-banner {
        padding: 100px 25px 50px;
    }
    .white-offer__block {
        height: 91%;
    }
    .white-offer-banner {
        padding: 30px 25px 100px;
    }
    .spiral {
        width: 307px;
        height: 307px;
        position: relative;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .arrow-down {
        position: absolute;
        bottom: 8%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
}
@media (max-width: 414px) {
    .white-offer-banner {
        padding: 33px 25px 100px;
    }
}
@media (max-width: 350px) {
    .keyhole.mobile svg {
        height: 800px;
    }
    .spiral-section.spiral-mobile {
        display: block;
        height: 245px;
    }
    .white-offer__subtitle {
        font-weight: 800;
        font-size: 32px;
        line-height: 1.1;
    }
    .white-offer__text {
        margin: 10px auto 0 auto;
        font-size: 18px;
        line-height: 20px;
    }
    .main-offer-banner {
        padding: 120px 25px 50px;
    }
    .white-offer__block {
        height: 90%;
    }
    .white-offer-banner {
        padding: 10px 25px 60px;
    }
    .spiral-section {
        height: 250px;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .spiral {
        width: 307px;
        height: 307px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .arrow-down {
        position: absolute;
        bottom: 5%;
        transform: translate(-40%, -50%);
        left: 50%;
    }
    .product-demo__item-card svg {
        max-width: 100%;
    }
}
.checkout-form .order-list-el.active .order-pointsbtns .pcard-bonus {
    display: flex;
    height: 24px;
    background: #3ebd6b;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 0;
    transition: 0.1s;
}
.checkout-form .order-list-el.active .order-pointsbtns .pcard-bonus .pcard-bonus-info {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    background: #3ebd6b;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.1s;
}
.checkout-form .order-list-el.success .order-pointsbtns .pcard-bonus {
    display: flex;
    height: 24px;
    background: #3ebd6b;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 0;
    transition: 0.1s;
}
.checkout-form .order-list-el.success .order-pointsbtns .pcard-bonus .pcard-bonus-info {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    background: #3ebd6b;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.1s;
}
.checkout-form .order-list-el.active .order-pointsbtns-btn:not(.active):hover {
    border-color: #e62739;
    background: #e62739;
}
.checkout-form .order-list-el.active .order-pointsbtns-btn:not(.active):hover .pcard-bonus {
    background: #fff;
}
.checkout-form .order-list-el.active .order-pointsbtns-btn:not(.active):hover .pcard-bonus-info {
    color: #e62739;
    background: #fff;
}
.checkout-form .order-list-el.active .order-pointsbtns-btn:not(.active):hover .order-pointsbtns-text {
    color: #fff;
}
.checkout-form .order-list-el.active .order-pointsbtns-btn.active .pcard-bonus {
    background: #fff;
}
.checkout-form .order-list-el.active .order-pointsbtns-btn.active .pcard-bonus-info {
    color: #e62739;
    background: #fff;
}
.checkout-form .order-list-el.success .order-pointsbtns-btn:not(.active):hover {
    border-color: #e62739;
    background: #e62739;
}
.checkout-form .order-list-el.success .order-pointsbtns-btn:not(.active):hover .pcard-bonus {
    background: #fff;
}
.checkout-form .order-list-el.success .order-pointsbtns-btn:not(.active):hover .pcard-bonus-info {
    color: #e62739;
    background: #fff;
}
.checkout-form .order-list-el.success .order-pointsbtns-btn:not(.active):hover .order-pointsbtns-text {
    color: #fff;
}
.checkout-form .order-list-el.success .order-pointsbtns-btn.active .pcard-bonus {
    background: #fff;
}
.checkout-form .order-list-el.success .order-pointsbtns-btn.active .pcard-bonus-info {
    color: #e62739;
    background: #fff;
}
.order-list-title .pcard-bonus-info {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-left: 3px;
    white-space: nowrap;
}
.checkout-form .order-list-el:not(.active) .pcard-bonus .pcard-bonus-info {
    background: #a1a1a1;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    line-height: 32px;
    padding: 6px 8px 4px 8px;
    letter-spacing: 0.3px;
    font-weight: bold;
}
.checkout-form .order-list-el.active .pcard-bonus .pcard-bonus-info {
    background: #3ebd6b;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    line-height: 32px;
    padding: 6px 8px 4px 8px;
    letter-spacing: 0.3px;
    font-weight: bold;
}
.checkout-form .order-list-el.success .pcard-bonus .pcard-bonus-info {
    background: #3ebd6b;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    line-height: 32px;
    padding: 6px 8px 4px 8px;
    letter-spacing: 0.3px;
    font-weight: bold;
}
.checkout-form .order-pointsinfo-bonus span {
    background: none !important;
}
.cart-result .pcard-price {
    letter-spacing: 0;
}
.cart-blockresult .forminput.forminput-lg .forminput-input {
    font-family: proxima-nova, sans-serif;
    padding: 13px 54px 13px 16px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
}
.order-list-title .pcard-bonus-info {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-left: 3px;
    white-space: nowrap;
}
.order-side-pricesale .micon {
    margin-bottom: 2px;
}
.order-pointsbtns .pcard-bonus-info {
    display: flex;
    align-items: center;
    padding: 2px 25px 0 0;
}

/* @TODO разобрать выше */

.search-page {
    margin-bottom: 20px;
}

.new-search__background .close {
    display: block;
    outline: 0;
    border: 0;
    padding: 0;
    width: 60px;
    height: 64px;
    text-decoration: none;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-left: 12px;
    background-color: #e62739;
}
.new-search__background .close span.l00 {
    top: 30px;
    transform: rotate(45deg);
}
.new-search__background .close span.l02 {
    top: 30px;
    transform: rotate(-45deg);
}
.new-search__background .close span {
    position: absolute;
    left: 16px;
    width: 28px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
    z-index: 1;
}
.new-search__item {
    min-height: 40px;
}
.search_set_query {
    cursor: pointer;
}
.new-search__bottom-descr span {
    cursor: pointer;
}
.new-search_custom {
    display: block !important;
}
.new-search {
    font-family: "proxima-nova";
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.new-search_card-product {
    padding-top: 0;
    margin-bottom: 40px;
}
.new-search_static .new-search__dropdown {
    display: block;
}
.new-search__background {
    display: block;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.new-search_mobile {
    display: none;
}
.new-search_custom .container {
    padding: 0;
}
.new-search_custom .new-search__wrap-mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 288px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.new-search__title {
    display: none;
    font-family: "proxima-nova-condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.75px;
    color: #2c2c2c;
    margin-bottom: 30px;
}
.new-search__title_active {
    display: block;
}
.new-search__search-wrap {
    position: relative;
    margin-bottom: 16px;
}
.new-search__search-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 16px;
    top: 29%;
}
.new-search__search-icon_typing svg path {
    fill: #4f4f4f;
}
.new-search__form {
    position: relative;
}
.new-search__input {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    padding-left: 42px;
    padding-right: 40px;
    border-radius: 4px;
    font-family: "proxima-nova";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f;
    background: #fff;
    border: 1px solid #4f4f4f;
    -webkit-box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
    box-shadow: 0 8px 16px rgba(44, 44, 44, 0.1);
    border-radius: 4px;
    height: 56px;
}
.new-search__input::-webkit-input-placeholder {
    font-family: "proxima-nova";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #a1a1a1;
}
.new-search__input:focus {
    border: 1px solid #e62739;
}
.new-search__input::-webkit-search-decoration {
    display: none;
}
.new-search__input::-webkit-search-cancel-button {
    display: none;
}
.new-search__input::-webkit-search-results-button {
    display: none;
}
.new-search__input::-webkit-search-results-decoration {
    display: none;
}
.new-search__icon-download {
    display: none;
    position: absolute;
    right: 16px;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.new-search__icon-download img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.new-search__icon-download_active {
    display: block;
}
.new-search__icon-reset {
    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;
    height: 16px;
    width: 16px;
    background: #a1a1a1;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.new-search__icon-reset:hover {
    background: #e62739;
}
.new-search__icon-reset svg {
    width: 8px;
    height: 8px;
}
.new-search__reset {
    display: none;
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}
.new-search__reset_active {
    display: block;
}
.new-search__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    max-width: 100%;
    width: 100%;
    padding: 10px 20px 20px 20px;
    background: #fff;
    border: 1px solid #e62739;
    -webkit-box-shadow: 0 16px 16px rgba(230, 39, 57, 0.2);
    box-shadow: 0 16px 16px rgba(230, 39, 57, 0.2);
    border-radius: 4px;
    z-index: 1000;
}
.new-search__dropdown-wrap {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-height: 486px;
    height: 100%;
    overflow-y: auto;
    padding-right: 32px;
    scrollbar-color: #e62739 transparent;
    scrollbar-width: thin;
}
.new-search__dropdown-wrap::-webkit-scrollbar-thumb {
    background-color: #e62739;
    border-radius: 30px;
    width: 8px;
}
.new-search__dropdown-wrap::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.new-search__no-result {
    margin-bottom: 30px;
}
.new-search__no-result p {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.new-search__no-result p:not(:last-child) {
    margin-bottom: 8px;
}
.new-search__no-result span {
    font-weight: 700;
}
.new-search__box:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #fce4e6;
    padding-bottom: 30px;
}
.new-search__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;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
}
.new-search__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #2c2c2c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.new-search__link:hover {
    color: #e62739;
}
.new-search__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.new-search__descr {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #a1a1a1;
}
.new-search__subitem:not(:last-child) {
    margin-bottom: 20px;
}
.new-search__subitem-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #2c2c2c;
    cursor: pointer;
}
.new-search__subitem-link:hover .new-search__sublist-name {
    color: #e62739;
}
.new-search__photo {
    width: 50px;
    height: 60px;
}
.new-search__photo img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.new-search__sublist-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2c2c2c;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.new-search__sublist-descr {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.new-search__more {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fce4e6;
}
.new-search__link-more {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.new-search__btn-close {
    display: none;
}
.new-search_active .new-search__dropdown {
    display: block;
}
.new-search_active .new-search__input {
    border: 1px solid #e62739;
}
.new-search__bottom-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #4f4f4f;
}
.new-search__bottom-descr span {
    color: #e62739;
}
.new-search_modal .new-search__wrap-mobile {
    width: 1137px;
    z-index: 2001;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.new-search_modal .new-search__background {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .new-search__wrap-mobile {
        z-index: 2001;
    }
    .new-search_active .new-search__background {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .new-search {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 210;
        max-width: calc(100% - 64px);
        width: 100%;
        height: 100vh;
        padding: 0;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.4);
        box-shadow: -10px 0 20px rgba(0, 0, 0, 0.4);
    }
    .new-search_static .new-search_active {
        right: 0;
    }
    .new-search_custom {
        display: none;
    }
    .new-search_mobile {
        display: block;
        right: -100%;
    }
    .new-search_mobile .new-search_active {
        right: 0;
    }
    .new-search_active {
        right: 0;
    }
    .new-search__wrap-mobile {
        position: absolute;
        top: 0;
        right: 0;
        max-height: 100vh;
        height: 100%;
        padding: 0;
        max-width: 100%;
        width: 100%;
        scrollbar-color: #e62739 transparent;
        scrollbar-width: thin;
        overflow-y: auto;
        background-color: #fff;
    }
    .new-search__wrap-mobile::-webkit-scrollbar-thumb {
        background-color: #e62739;
        border-radius: 4px;
        width: 8px;
    }
    .new-search__wrap-mobile::-webkit-scrollbar {
        border-radius: 4px;
        width: 8px;
        background-color: transparent;
    }
    .new-search__wrap {
        overflow: hidden;
        padding: 20px;
    }
    .new-search .container {
        padding: 0;
    }
    .new-search__title {
        display: block;
    }
    .new-search__search-wrap {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .new-search__dropdown {
        position: static;
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: 100%;
        height: 100%;
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .new-search__dropdown-wrap {
        max-height: 100%;
        height: 100%;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        padding-bottom: 70px;
    }
    .new-search__list {
        row-gap: 20px;
    }
    .new-search__reset {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 12px;
        width: 30px;
        height: 30px;
    }
    .new-search__reset_active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .new-search__bottom-descr {
        display: none;
    }
    .new-search_active .new-search__input {
        border: 1px solid #4f4f4f;
    }
    .new-search__input:focus {
        border: 1px solid #e62739;
    }
}
.pcard-bonus-info::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
}
.font-proxima {
    font-family: "proxima-nova", sans-serif;
}
html[data-modal-open="true"] {
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
}
html[data-modal-open="true"] .b24-widget-button-wrapper {
    display: none !important;
}

html[data-header-open="true"] {
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
}
html[data-header-open="true"] .b24-widget-button-wrapper {
    display: none !important;
}

.theme-list {
    font-family: "proxima-nova", sans-serif;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #2c2c2c;
}
.theme-list:hover {
    color: #e62739;
}
.theme-list__item {
    width: 200px;
    cursor: pointer;
    margin-right: 40px;
    text-decoration: none;
    position: relative;
}
.theme-list__item:last-child {
    margin-right: 0;
}
.theme-list__image {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    display: block;
    margin-bottom: 16px;
    position: relative;
}
.theme-list__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
    margin-bottom: 8px;
    text-decoration: none;
}
.theme-list__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    text-decoration: none;
}
.theme-all {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #2c2c2c;
    text-transform: uppercase;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 30px;
    text-decoration: none;
}
.theme-list__item--max {
    font-family: "proxima-nova", sans-serif;
    width: 100%;
    margin-bottom: 16px;
}
.theme-list__item--max .theme-list__image {
    width: 100%;
    height: auto;
}
.theme-list__item--max .theme-list__description {
    padding-bottom: 32px;
}
@media (max-width: 991px) {
    .navbar-megamenu__mobile-list {
        margin-top: -54px;
        pointer-events: none;
        min-height: 54px;
    }
    .navbar-submenu_item.active .no-after.navbar-submenu_link::after {
        display: none;
    }
}
.navbar-megamenu__mobile-list .navbar-megamenu_sub {
    display: block;
    transform: translate(0);
}
.navbar-megamenu__mobile-list .__cloned > .navbar-megamenu_item.all-items {
    display: none;
}
.navbar-megamenu__mobile-list .navbar-submenu_link {
    padding-left: 42px !important;
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 24px !important;
}
.app-modal {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    height: 100svh;
    z-index: 10150;
    position: fixed;
    pointer-events: none;
    align-items: center;
    transition: 0.5s opacity;
    justify-content: center;
}
.app-modal a {
    border: none;
    outline: none;
    text-decoration: none;
}
.app-modal a:visited,
.app-modal a:hover {
    color: white;
}
.app-modal[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}
.app-modal__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    cursor: pointer;
    position: absolute;
    background-color: white;
}
.app-modal__desktop {
    padding: 0 24px;
}
.app-modal__container {
    display: flex;
    margin-bottom: 32px;
}
.app-modal__desktop .app-modal__title {
    text-align: left;
    margin-bottom: 16px;
}
.app-modal__desktop .app-modal__text {
    margin-bottom: 16px;
}
.app-modal__desktop > *:last-child {
    margin-bottom: 0;
}
.app-modal__qr {
    margin-right: 24px;
}
.app-modal__links > *:first-child {
    margin-right: 12px;
}
.app-modal__content {
    overflow: hidden;
    max-width: 608px;
    position: relative;
    border-radius: 4px;
    padding: 46px 16px 32px;
    background-color: white;
    width: calc(100vw - 32px);
    box-shadow: 0px 0px 32px 0px #0000004d;
}
.app-modal__content::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 14px;
    position: absolute;
    background-color: #e62739;
}
.app-modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-family: "proxima-nova", sans-serif;
}
.app-modal__image {
    text-align: center;
    margin-bottom: 24px;
}
.app-modal__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
    font-family: "proxima-nova", sans-serif;
    @media screen and (max-width: 375px) {
        font-size: 14px;
    }
}
.app-modal__btn {
    width: 100%;
    padding: 16px;
    color: white;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 24px;
    text-transform: uppercase;
    background-color: #e62739;
    font-family: "proxima-nova", sans-serif;
    box-shadow: 0px 8px 16px 0px #00000033;
}
.app-modal__close {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}
.bx-no-touch .app-modal__ios,
.bx-no-touch .app-modal__android {
    display: none !important;
}
.app-modal__ios {
    display: none;
}
.ios .app-modal__ios {
    display: block;
}
.bx-touch.ios .app-modal__android {
    display: none;
}
.bx-touch .app-modal__desktop {
    display: none;
}
.pcard-fullname span:first-child {
    font-family: "proxima-nova";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
}
.pcard-fullname span:last-child {
    font-family: "proxima-nova-condensed";
    font-size: 52px;
    font-weight: 400;
    line-height: 54px;
    display: block;
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .pcard-fullname span:first-child {
        font-size: 16px;
        line-height: 20px;
    }
    .pcard-fullname span:last-child {
        font-size: 32px;
        line-height: 34px;
    }
}
@media screen and (max-width: 1199px) {
    #card-name .pcard-fullname {
        max-width: 615px;
    }
}
.footer__app {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.footer__app-links {
    display: flex;
    margin-top: -5px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 12px;
}
.footer__app-links a + a {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .footer__app div:first-child {
        display: none;
    }
    .footer__app-links {
        flex-direction: row;
        margin-top: 4px;
        margin-left: -8px;
    }
    .footer__app-links a + a {
        margin-top: 0;
        margin-left: 8px;
    }
}
.coockie-accept {
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    position: fixed;
    transition: 0.5s ease;
    justify-content: center;
    transform: translateY(240px);
}
.coockie-accept__container {
    width: 90vw;
    display: flex;
    font-size: 16px;
    color: #2c2c2c;
    min-width: 320px;
    max-width: 990px;
    line-height: 20px;
    padding: 28px 30px;
    align-items: center;
    font-family: "proxima-nova";
    background-color: white;
    justify-content: space-between;
    box-shadow: 0px 0px 32px 0px #0000004d;
}
.coockie-accept__container a {
    color: inherit;
    text-decoration: underline;
}
.coockie-accept__text {
    margin-right: 20px;
}
.coockie-accept__btn {
    width: 167px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .coockie-accept {
        padding-right: 0;
        justify-content: center;
    }
    .coockie-accept__container {
        padding: 20px 30px;
        flex-direction: column;
    }
    .coockie-accept__btn {
        width: 100%;
        margin-top: 15px;
    }
}
.filter-show-more {
    color: #e62739;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    display: flex;
    margin-left: 10px;
    align-items: center;
    font-size: 16px;
}

.fast-filters {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 4px 2px;
    margin: 28px 0 0;
}

@media (min-width: 768px) {
    .fast-filters {
        margin: 12px -16px 0;
        width: calc(100% + 32px);
        padding: 16px;
    }

    .fast-filters::before,
    .fast-filters::after {
        content: "";
        width: 16px;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: -1px;
        top: 0;
        background-color: #ffffff;
    }

    .fast-filters::before {
        right: auto;
        left: -1px;
    }

    .discount-label ~ .fast-filters {
        margin-top: 8px;
    }

    .compilations-banner ~ .fast-filters {
        margin-top: 32px;
    }
}
.fast-filters__inner {
    display: flex;
    transition: 0.3s ease-in-out;
}
.fast-filters__inner::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    opacity: 0;
    -webkit-appearance: none;
    display: none;
}
.fast-filters__nav {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: 0.3s;
    z-index: 3;
    top: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #11244d;
}
.fast-filters__nav[data-active="false"] {
    opacity: 0;
    pointer-events: none;
}
.fast-filters__nav:hover {
    color: #e21b25;
    background-color: #ffffff;
}
.fast-filters__nav--next {
    right: 9px;
}
.fast-filters__nav--prev {
    left: 9px;
}

.fast-filters__item {
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
    color: #4f4f4f;
    transition: 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 4px;
    font-family: "proxima-nova", sans-serif;
    user-select: none;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    background-color: #f5f6fa;
    padding: 8px 12px;
    height: 32px;
}
.fast-filters__item[data-active="true"] {
    color: #e62739;
    border-color: #e62739;
    pointer-events: none;
}
@media (max-width: 992px) {
    .fast-filters {
        overflow: visible;
    }
    .fast-filters__inner {
        margin: 0 -17px -6px;
        padding: 0 17px 6px;
        overflow-y: auto;
    }
    .fast-filters__item:hover {
        color: #4f4f4f !important;
    }
    .fast-filters__nav {
        display: none !important;
    }
}

.nav-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 28px;
}
.sort-filters {
    position: relative;
}
.sort-filters__nav {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sort-filters__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 1px;
}
.sort-filters__icon {
    width: 21px;
    height: 18px;
    padding-left: 8px;
    position: relative;
}
.sort-filters__icon svg {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}
.sort-filters__dropdown {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #ffffff;
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    border-radius: 8px;
    padding: 8px 40px 8px 16px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}
.sort-filters[data-active="true"] .sort-filters__dropdown {
    opacity: 1;
    pointer-events: all;
}
.sort-filters[data-active="true"] .sort-filters__icon svg {
    transform: translateY(1px) rotate(180deg);
}
.sort-filters__item {
    font-size: 16px;
    margin-top: 8px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 0;
    height: 44px;
    display: flex;
    align-items: center;
    line-height: 1em;
    text-decoration: none;
}
.sort-filters__item[data-active="true"] {
    font-weight: 700;
    pointer-events: none;
}
.sort-filters__item:hover {
    color: #e62739;
}
.sort-filters__item:first-child {
    margin-top: 0;
}

.catalog-count-items {
    font-size: 14px;
    line-height: 20px;
}

.button-coloristic {
    position: absolute;
    right: 113px;
    display: flex;
    z-index: 1;
    text-decoration: none;
    flex-shrink: 0;
}

.button-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
    width: 126px;
}
.button-filters__text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 1px;
}
.button-filters__icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transform: translateY(-3px);
}
.button-filters__counter {
    position: absolute;
    right: -7px;
    top: -7px;
    min-width: 21px;
    height: 21px;
    border-radius: 32px;
    background-color: #e62739;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
}
.button-filters__counter[data-active="false"] {
    opacity: 0;
}
@media (max-width: 992px) {
    .sort-filters__title {
        font-size: 12px;
    }
    .button-filters__text {
        font-size: 12px;
    }
    .nav-filters {
        padding-bottom: 45px;
        position: relative;
        margin-bottom: 24px;
        margin-top: 22px;
    }
    .catalog-count-items {
        position: absolute;
        bottom: 0;
        white-space: nowrap;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 12px;
    }
    .button-filters__icon {
        transform: translateY(0px);
    }
}
@media (min-width: 993px) {
    .sort-filters__nav:hover {
        color: #e62739;
    }
    .button-filters:hover {
        color: #e62739;
    }
    .compilations-banner ~ .fast-filters + .nav-filters {
        margin-top: 16px;
    }
}

.modal-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10151;
    font-style: normal !important;
    font-family: "proxima-nova", sans-serif;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.modal-filters[data-load="true"] .modal-filters__content-load {
    opacity: 1;
    pointer-events: all;
}
.modal-filters .modal-filters__content *::-webkit-scrollbar {
    width: 4px;
}
.modal-filters[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}
.modal-filters__background {
    position: absolute;
    cursor:
        url("/new/html/www/assets/images/ic/closemodal.svg") 0 0,
        auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.9;
}
.modal-filters__content {
    background-color: #fff;
    position: absolute;
    right: 0;
    height: var(--currentVH);
    height: 100dvh;
    padding: 23px 20px 23px 48px;
    width: 482px;
    max-width: 100vw;
    overflow: hidden;
    box-shadow: -10px 0px 20px 0px #f5f5f599;
    transform: translateX(100vw);
    transition: 0.3s 0.2s ease-in-out;
}
.modal-filters[data-active="true"] .modal-filters__content {
    transform: translateX(0);
}
.modal-filters__content-load {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: 6;
}
.modal-filters__content-load::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 1px;
    background-color: #e21b25;
    right: 0;
    animation: modalFeltersLoading 1s ease-in-out infinite;
}
@keyframes modalFeltersLoading {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-200%);
    }
}
.modal-filters__scroll {
    height: calc(100% - 128px);
    width: 100%;
    overflow-y: auto;
    padding-right: 28px;
}
.modal-filters__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    height: 60px;
}
.modal-filters__title-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.modal-filters__reset {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    cursor: pointer;
    color: #e62739;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
}
.modal-filters__title-close {
    display: none;
}
.modal-filters__reset[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}
.modal-filters__total {
    position: absolute;
    bottom: 0;
    height: 88px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 16px 48px;
    z-index: 3;
}
.modal-filters__total-button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #e21b25;
    border-radius: 6px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    text-decoration: none;
}
.modal-filters__total-button:hover {
    color: #fff;
}
.modal-filters__close {
    display: none;
}
@media (max-width: 992px) {
    .modal-filters__close {
        opacity: 1;
    }
    .modal-filters__total {
        padding: 16px;
    }
    .modal-filters__title-close {
        display: inline-flex;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .modal-filters__reset {
        width: 20px;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 1px;
        text-decoration: none;
        font-weight: 700;
    }
    .modal-filters__title {
        margin-top: 0;
        flex-direction: row-reverse;
        position: absolute;
        align-items: center;
        top: 0;
        left: 16px;
        right: 16px;
        bottom: auto;
        padding-bottom: 0;
        z-index: 10;
    }

    .modal-filters__title-text {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .modal-filters__scroll {
        padding-right: 12px;
        margin-top: 45px;
        height: calc(100% - 122px);
    }
    .modal-filters__content {
        box-shadow: none;
        padding: 16px 8px 16px 16px;
    }
}

.item-filter {
    overflow: hidden;
    max-height: 384px;
    min-height: 30px;
    padding: 5px 0;
    margin-top: 28px;
    height: 0;
}
.item-filter:first-child {
    margin-top: 0;
}

.item-filter[data-open="true"] {
    height: auto;
}
.item-filter[data-disabled="true"] {
    opacity: 0.2;
    pointer-events: none;
}
.item-filter[data-disabled="true"] .item-filter__body {
    height: 0;
    overflow: hidden;
}
.item-filter__head {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.item-filter__head:hover {
    color: #e62739;
}
.item-filter__body {
    display: flex;
    flex-direction: column;
}
.item-filter[data-open="true"] .item-filter__body {
    max-height: 270px;
    overflow-y: auto;
}
.item-filter__title {
    padding-right: 24px;
}
.item-filter__title::after {
    content: var(--count);
    min-width: 19px;
    height: 18px;
    border-radius: 32px;
    background-color: #e21b25;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-left: 8px;
    transform: translateY(-2px);
}
.item-filter__icon {
    width: 16px;
    height: 16px;
    background-image: url("/new/html/www/assets/images/icons/chevron-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: 0.3s;
}
.item-filter[data-open="true"] .item-filter__icon {
    transform: rotate(0deg);
}
.item-filter[data-disabled="true"] .item-filter__icon {
    transform: rotate(180deg);
}
.item-filter[data-prop="price"] .item-filter__title::after {
    width: 10px;
    height: 10px;
    font-size: 0;
    min-width: 0;
    transform: translateY(-6px);
}
.item-filter .forminput.forminput-lg {
    padding: 0;
    margin: 0;
}
.checkbox-filter {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin-top: 12px;
    order: 1;
}
.checkbox-filter[data-disabled="true"] {
    pointer-events: none;
    opacity: 0.2;
    order: 2;
}
.checkbox-filter::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #2c2c2c;
    position: absolute;
    left: 0;
    top: 2px;
    transition: 0.3s;
}
.checkbox-filter:hover::before {
    border-color: #e21b25;
}
.checkbox-filter[data-active="true"]::before {
    border-color: #e21b25;
    background-color: #e21b25;
    background-image: url("/new/html/www/assets/images/icons/check.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox-filter[data-active="true"][data-disabled="true"]::before {
    border-color: #e21b25;
    background-color: transparent;
}
.forminput-checkbox.checkbox-filter::before {
    display: none;
}
.forminput-checkbox.checkbox-filter {
    text-transform: none;
}
.item-filter.item-filter--check[data-disabled="true"] {
    opacity: 1;
}
.item-filter.item-filter--check + .item-filter.item-filter--check {
    margin-top: 20px;
}

.search-filter {
    width: 100%;
    margin: 8px 0 16px;
    position: relative;
}
.search-filter[data-active="true"] .search-filter__icon-clear {
    opacity: 1;
}
.search-filter[data-isFound="false"]::after {
    content: "Ничего не найдено";
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0.3px;
}
.search-filter__input {
    display: block;
    border: none;
    outline: none;
    padding: 8px 20px 12px 35px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #4f4f4f;
    width: 100%;
}
.search-filter__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url("/new/html/www/assets/images/icons/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: 0.3s;
    background-size: contain;
    pointer-events: none;
}
.search-filter__input::placeholder {
    color: #a1a1a1;
    letter-spacing: 0.3px;
}
.search-filter__input:focus + .search-filter__icon {
    opacity: 1;
}
.search-filter__icon-clear {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1px;
    top: 14px;
    background-image: url("/new/html/www/assets/images/icons/map-close.svg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: 0.3s;
    background-size: 60%;
    cursor: pointer;
    opacity: 0;
}

.price-filter {
    margin-top: 8px;
    padding: 5px;
}
.empty-product-app-info {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
    padding-left: 24px;
    position: relative;
}
.empty-product-app-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url("/new/html/www/assets/images/icons/retail-status.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
}
.empty-product-app-info a {
    cursor: pointer;
    color: #e62739;
    text-decoration: none;
}
.cartnogoods-des a {
    color: #e62739;
    text-decoration: none;
    cursor: pointer;
}
.color-grey {
    color: #4f4f4f;
}
.cartnogoods__swiper .card-swiper-wrapper {
    padding-bottom: 95px;
}
.cartnogoods__swiper {
    margin: 0 -16px;
}
.cartnogoods__swiper .swiper-container {
    padding: 0 16px;
}
.letter-sparse {
    letter-spacing: 0.3px;
}
.pt-6 {
    padding-top: 40px;
}
.pt-2 {
    padding-top: 12px;
}
.h3-subtitle {
    font-size: 32px;
    letter-spacing: 0.3px;
    font-weight: 900;
    line-height: 32px;
    font-family: "proxima-nova-condensed", sans-serif;
}
@media (max-width: 767px) {
    .h3-subtitle {
        font-size: 24px;
    }
    .cartnogoods__swiper {
        margin-top: -16px;
    }
    .cartnogoods__swiper .card-swiper-wrapper {
        padding-bottom: 70px;
    }
}
@media (min-width: 993px) {
    .cartnogoods__swiper {
        margin: 0 -30px;
    }
    .cartnogoods__swiper .swiper-container {
        padding: 0 30px;
    }
}

.modal-blind {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 10151;
    font-family: "proxima-nova", sans-serif;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.modal-blind[data-load="true"] .modal-blind__content-load {
    opacity: 1;
    pointer-events: all;
}
.modal-blind .modal-blind__content *::-webkit-scrollbar {
    width: 4px;
}
.modal-blind[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}
.modal-blind__head {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
    padding: 23px 20px;
    display: flex;
    justify-content: space-between;
}
.modal-blind__head > * {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #fff 50% 50% no-repeat;
}
.modal-blind__head[data-state="close"] .modal-blind__head-prev {
    opacity: 0;
    pointer-events: none;
}
.modal-blind__head[data-state="hide"] div {
    opacity: 0;
    pointer-events: none;
}
.modal-blind__head-prev {
    background-image: url("/new/html/www/assets/images/icons/discount-arrow.svg");
    transform: rotate(180deg);
}

.modal-blind__head-close {
    background-image: url("/new/html/www/assets/images/icons/map-close.svg");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-position: center;
}
.modal-blind[data-closed="false"] .modal-blind__close,
.modal-blind[data-closed="false"] .modal-blind__head-close {
    display: none;
}
.modal-blind[data-closed="false"] .modal-blind__background {
    cursor: auto;
}
.modal-blind__background {
    position: absolute;
    cursor:
        url("/new/html/www/assets/images/ic/closemodal.svg") 0 0,
        auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.9;
    padding: 20px;
    text-align: center;
}
.modal-blind__content {
    background-color: #fff;
    position: absolute;
    right: 0;
    height: 100vh;
    height: 100dvh;
    padding: 23px 32px;
    width: 482px;
    max-width: calc(100vw - 60px);
    overflow: hidden;
    box-shadow: -10px 0px 20px 0px #f5f5f599;
    transform: translateX(100vw);
    transition: 0.3s 0.2s ease-in-out;
}
.modal-blind--fill .modal-blind__close {
    display: none;
}
.modal-blind[data-active="true"] .modal-blind__content {
    transform: translateX(0);
}
.modal-blind__body {
    display: flex;
    flex-direction: column;
    overflow: auto;
    margin-top: 48px;
    max-height: calc(100% - 34px);
    margin-right: -16px;
    padding-right: 16px;
}

.modal-blind__body > * {
    flex-shrink: 0;
}

.modal-blind__body p img {
    display: block;
    margin: 20px auto;
}

.modal-blind__title {
    font-size: 28px;
    line-height: 1em;
    font-weight: 700;
}
.modal-blind__close {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #e62739;
    width: 60px;
    height: 64px;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
}
.modal-blind[data-step="1"] .auth-steps__step[data-step="1"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="2.1"] .auth-steps__step[data-step="2.1"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="2.2"] .auth-steps__step[data-step="2.2"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="2.3"] .auth-steps__step[data-step="2.3"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="3"] .auth-steps__step[data-step="3"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="4"] .auth-steps__step[data-step="4"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="5"] .auth-steps__step[data-step="5"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="6"] .auth-steps__step[data-step="6"] {
    opacity: 1;
    z-index: 2;
    pointer-events: all;
}
.modal-blind[data-step="1"] .modal-blind__head-prev,
.modal-blind[data-step="3"] .modal-blind__head-prev,
.modal-blind[data-step="5"] .modal-blind__head-prev,
.modal-blind[data-step="6"] .modal-blind__head-prev {
    opacity: 0;
    pointer-events: none;
}
.modal-blind__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding: 16px 32px 32px;
    pointer-events: none;
    transform: translateY(100%);
    border-radius: 16px 16px 0 0;
    background-color: #ffffff;
    transition: 0.3s;
    box-shadow: 0 -13px 30px 0 rgba(127, 140, 160, 0.15);
}
.modal-blind__info-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    transition: 0.3s;
    cursor: pointer;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-blind__info-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.modal-blind[data-info="true"] .modal-blind__info-layer {
    opacity: 1;
    pointer-events: all;
}
.modal-blind[data-info="true"] .modal-blind__info {
    transform: translateY(0);
    pointer-events: all;
}
.modal-blind__info-title {
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-weight: 700;
}
.modal-blind__info-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
    padding-top: 32px;
}
@media (max-width: 991px) {
    .modal-blind__head {
        padding: 18px 8px;
    }
    .modal-blind__close {
        opacity: 1;
    }
    .modal-blind__content {
        box-shadow: -10px 0px 20px 0px #00000066;
        padding: 16px;
        width: calc(100vw - 60px);
    }
    .modal-blind--fill .modal-blind__content {
        max-width: none;
        width: 100vw;
        box-shadow: none;
    }
}
@media (min-width: 992px) {
    .auth-steps__step {
        margin-right: -20px;
        padding-right: 20px;
    }

    .auth-steps__step[data-step="4"] {
        overflow: visible;
    }
    .modal-blind__info-layer {
        backdrop-filter: blur(3px);
        background-color: rgba(255, 255, 255, 0.7);
    }
    .modal-blind__body {
        margin-top: 60px;
        max-height: calc(100% - 54px);
        margin-right: -32px;
        padding-right: 32px;
    }
}
.auth-steps {
    position: relative;
    height: 100%;
    max-height: calc(100dvh - 32px);
}
.auth-steps__step {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    overflow-y: auto;
}
.auth-steps__logo {
    width: 60px;
    height: 60px;
    background: #fff url(/new/html/www/assets/images/scroll-logo.svg) 50% 50% no-repeat;
    margin: 52px auto 40px;
    background-size: contain;
    min-height: 60px;
}
@media (max-height: 750px) {
    .auth-steps__logo {
        margin: 20px auto;
    }
    .bx-ios .auth-steps__logo {
        display: none;
    }
}

.auth-steps__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}
.auth-steps__title--offset {
    margin-top: 92px;
}
.auth-steps__title--offset-sm {
    margin-top: 64px;
}
.auth-steps__text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    width: 100%;
}
.auth-steps__text-prev {
    color: #112233;
    font-size: 14px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    line-height: 1em;
    justify-content: center;
}

.auth-steps__tg-verification {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.auth-steps__text-prev b {
    color: #112233;
}

.auth-steps__text-link {
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    color: #e21b25;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.auth-steps__text-help {
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    color: #e21b25;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: block;
    width: 100%;
    text-align: center;
}
.auth-steps__text-help[data-active="false"] {
    opacity: 0;
    pointer-events: none;
}
.auth-steps__captcha {
    width: calc(100vw - 92px);
    min-height: 78px;
    margin: 20px 0 40px 1px;
    position: relative;
}
.auth-steps__captcha[data-error="true"] iframe {
    outline: 1px solid red;
}
.auth-steps__captcha-error {
    opacity: 0;
    color: #e62739;
    font-size: 12px;
    height: 0;
    pointer-events: none;
    transform: translateY(-38px);
    font-family: Roboto, "proxima-nova", sans-serif;
}
.auth-steps__captcha[data-error="true"] + .auth-steps__captcha-error {
    opacity: 1;
}
.auth-steps__captcha iframe {
    width: 304px;
    height: 78px;
    transform: scale(0.93);
    transform-origin: left top;
}
@media (min-width: 993px) {
    .auth-steps__captcha {
        filter: brightness(1.1);
        width: 298px;
        overflow: hidden;
        min-height: 72px;
    }
    .auth-steps__captcha iframe {
        transform: scale(1.02) translateX(-2px);
        transform-origin: left;
    }
    .auth-steps__captcha[data-error="true"] {
        outline: 1px solid red;
    }

    .auth-steps__text-prev:hover svg {
        color: #e21b25;
    }
}
.auth-steps__title--center {
    height: calc(100% - 6px);
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.auth-steps__footer {
    height: calc(100% - 6px);
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 12px;
    align-items: center;
    flex-direction: column;
}

.auth-steps__copy {
    font-size: 12px;
    line-height: 19px;
    color: #989898;
    align-self: flex-end;
}
.auth-steps__copy a {
    color: inherit;
}
.auth-steps__code-inputs {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.auth-steps__code-inputs[data-complete="false"] ~ a {
    opacity: 0;
    color: #ffffff;
    pointer-events: none;
}

.auth-steps__code-inputs input {
    width: 50px;
    height: 44px;
    min-width: 50px;
    border: none;
    border-bottom: 1px solid currentColor;
    outline: none;
    text-transform: uppercase;
    text-align: center;
    margin-right: 8px;
    padding: 10px;
    font-size: 32px;
}

.auth-steps__code-inputs input[data-disabled="true"] {
    pointer-events: none;
    opacity: 0.3;
}
.auth-steps__code-inputs input[data-animated="load"] {
    animation: codeLoaded infinite linear;
}
.auth-steps__code-inputs input[data-animated="error"] {
    opacity: 1;
    color: #e21b25;
    transition: 1s;
}
.auth-steps__code-inputs input[data-animated="success"] {
    opacity: 1;
    color: #3ebd6b;
    transition: 1s;
}
@keyframes codeLoaded {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.auth-steps__code-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    pointer-events: none;
}
.auth-steps__code-info[data-active="true"] {
    opacity: 1;
}
.auth-steps__code-info[data-info="error"] {
    color: #e21b25;
}
.auth-steps__timer {
    text-align: center;
    margin-bottom: 0;
}
.auth-steps__timer[data-active="true"] {
    opacity: 0;
    pointer-events: none;
}
.auth-steps__timer[data-active="true"] + svg {
    opacity: 0;
}
.auth-steps__footer-btns {
    width: 100%;
}
.auth-steps__footer-btns > * {
    cursor: pointer;
    margin-bottom: 8px;
    width: 100%;
}
.auth-steps__qr-image {
    padding: 24px;
    text-align: center;
}
.auth-steps__apps {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.auth-steps__help {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    transition: 0.3s;
}
.auth-steps__help[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}
.auth-steps__help-background {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    left: -48px;
    right: -48px;
    top: -48px;
    opacity: 0;
    bottom: -48px;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
}
.auth-steps__help-content {
    padding: 16px 32px 32px 32px;
    border-radius: 16px 16px 0px 0px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: -32px;
    right: -32px;
    z-index: 2;
    transform: translateY(calc(100% + 48px));
    box-shadow: 0px -13px 30px 0px #7f8ca026;
    transition: 0.3s;
}
.auth-steps__help[data-active="true"] .auth-steps__help-content {
    transform: translateY(0);
}
.auth-steps__help[data-active="true"] .auth-steps__help-background {
    opacity: 1;
}
.auth-steps__help-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
.auth-steps__help-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
    margin-top: 32px;
}
.auth-steps__help-closer {
    display: flex;
    justify-content: center;
    width: 100%;
}
.auth-steps__text-link-btn {
    height: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.auth-steps__code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding-bottom: 28px;
}

.auth-steps__change-auth {
    display: block;
    height: 14px;
}
.auth-steps__resend.btn {
    display: none;
}

.auth-steps__resend.btn[data-active="true"] {
    display: flex;
}

.auth-steps__btns {
    display: flex;
    padding: 0 6px;
    flex-direction: column;
    gap: 16px;
}

.auth-steps__btns .auth-steps__resend[data-active="true"] + .btn {
    display: none;
}

.auth-steps__tg-verification {
    margin: 20px auto -12px;
    display: block;
    width: 330px;
    height: 76px;
    object-fit: cover;
}

.auth-steps__phone {
    padding-left: 29px !important;
}

.auth-steps__phone + .auth-steps__static > *:nth-child(1),
.auth-steps__phone + .auth-steps__static > *:nth-child(2) {
    color: #112233;
    opacity: 1 !important;
}

.auth-steps__label .auth-steps__static,
.auth-steps__label.input-field,
.auth-steps__label .auth-steps__phone {
    font-size: 20px !important;
    line-height: 23px !important;
    letter-spacing: 0.03em !important;
}

@media (max-width: 992px) {
    .auth-steps__code-inputs input {
        width: 32px;
        height: 36px;
        min-width: 36px;
        padding: 4px;
        font-size: 23px;
    }
    .auth-steps__title {
        font-size: 24px;
    }
    /* .auth-steps__captcha{width: 200px;} */
    .auth-steps__footer {
        padding-bottom: 32px;
    }
    .auth-steps__help-content {
        left: -16px;
        right: -16px;
        padding: 16px 16px 32px 16px;
    }
}

@media (max-width: 992px) {
    .is-mobile-hidden {
        display: none;
    }
}
@media (min-width: 993px) {
    .is-desktop-hidden {
        display: none;
    }
}

.mbtn-light {
    background-color: #f5f6fa;
    color: #e62739;
}
.mbtn-light:hover {
    color: #e62739;
    background-color: #fce4e6;
    border-color: #fce4e6;
}

.is-ios-hidden {
    display: none;
}
.is-android-hidden {
    display: none;
}
.bx-ios.bx-touch .is-android-hidden {
    display: inline-block;
}
.bx-touch:not(.bx-ios) .is-ios-hidden {
    display: inline-block;
}

.mbtn-xl {
    min-height: 56px;
    height: 56px;
    justify-content: center;
}
.mbg-notify .modal-content {
    background-color: #fff;
    border-top: 14px solid #e62739;
    color: #2c2c2c;
    min-width: 608px;
}
@media (max-width: 768px) {
    .mbg-notify .modal-content {
        min-width: 95vw;
    }
}
.mbtn-invisible {
    box-shadow: none !important;
    margin-top: 12px;
}
.mbtn-invisible:hover {
    background-color: #fff !important;
    border-color: transparent !important;
}
.input-remove-autofill:-webkit-autofill,
.input-remove-autofill:-webkit-autofill:hover,
.input-remove-autofill:-webkit-autofill:focus,
.input-remove-autofill:-webkit-autofill:active {
    -webkit-background-clip: text !important;
    transition: background-color 5000s ease-in-out 0s !important;
    box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0) !important;
}
@media (max-width: 992px) {
    .g-recaptcha-bubble-arrow + div {
        position: fixed !important;
        top: 20px !important;
        left: 0 !important;
    }
}

.btn {
    cursor: pointer;
    transition: 0.3s;
    font-weight: 700;
    border-radius: 8px;
    white-space: nowrap;
    align-items: center;
    display: inline-flex;
    letter-spacing: 0.8px;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.btn[disabled],
.btn[data-disabled="true"] {
    color: #989898;
    pointer-events: none;
    background-color: #f9f9f9;
}

.btn--primary {
    color: #ffffff;
    background-color: #e21b25;
}

.btn--primary:hover {
    color: #ffffff;
}

.btn--secondary {
    color: #fff;
    background-color: #11244d;
}

.btn--secondary:hover {
    color: #fff;
}

.btn--tetriary {
    color: #112233;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn--text {
    color: #e21b25;
    background-color: transparent;
}

.btn--text:hover {
    color: #ec6672;
    background-color: transparent;
}

.btn--lg {
    height: 60px;
    padding: 0 70px;
    font-size: 14px;
    line-height: 14px;
}

.btn--md {
    height: 44px;
    padding: 0 22px;
    font-size: 12px;
    line-height: 12px;
}

.btn--fill {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.btn--wrap {
    white-space: normal !important;
    text-align: center;
}

.btn--icon {
    gap: 10px;
}

.btn--icon img,
.btn--icon svg {
    flex-shrink: 0;
}

.btn[data-load="true"],
.btn[send="y"] {
    opacity: 0.6;
    position: relative;
    pointer-events: none;
    color: transparent !important;
}

.btn[data-load="true"] .btn__loader,
.btn[send="y"] .btn__loader {
    display: block;
}

.btn__loader {
    display: none;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 20px);
}

.btn[data-disabled="true"] .btn__loader {
    color: #112233;
}

.btn__loader path {
    animation: loadLightning 0.99s linear infinite alternate;
}

.btn__loader path:nth-child(1) {
    animation-delay: 0s;
}
.btn__loader path:nth-child(2) {
    animation-delay: 0.33s;
}
.btn__loader path:nth-child(3) {
    animation-delay: 0.66s;
}

@keyframes loadLightning {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

@media (min-width: 992px) {
    .btn--primary:hover {
        color: #ffffff;
        background-color: #ec6672;
    }

    .btn--secondary:hover {
        color: #ffffff;
        background-color: #2e4b87;
    }

    .btn--tetriary:hover {
        color: #e21b25;
    }
}

.search-delete {
    display: none;
}

.r-header-info {
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    font-family: "proxima-nova", sans-serif;
}

.r-header-info[data-active="false"] {
    height: 0;
    padding: 0;
}

.r-header-info__layer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    position: absolute;
    pointer-events: none;
}

.info-blue .r-header-info__layer {
    background:
        linear-gradient(360deg, rgba(0, 0, 0, 0.0285) 0%, rgba(0, 0, 0, 0) 47%), linear-gradient(0deg, #e9f3ff, #e9f3ff);
}

.info-green .r-header-info__layer {
    background:
        linear-gradient(360deg, rgba(0, 0, 0, 0.0285) 0%, rgba(0, 0, 0, 0) 47%), linear-gradient(0deg, #d6f3e1, #d6f3e1);
}

.info-red .r-header-info__layer {
    background:
        linear-gradient(360deg, rgba(0, 0, 0, 0.0285) 0%, rgba(0, 0, 0, 0) 47%), linear-gradient(0deg, #fdd8d8, #fdd8d8);
}

.r-header-info__container {
    z-index: 13;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.r-header-info__icon {
    width: 18px;
    height: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
    vertical-align: middle;
}

.r-header-info__text {
    width: 100%;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
    letter-spacing: 0.3px;
}

.r-header-info__text span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px;
}

.r-header-info__text a {
    color: #e21b25;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}

.r-header-info__close {
    width: 20px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #797979;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 12px;
}

.r-header-info__close:hover {
    color: #e21b25;
}

.r-header-top {
    width: 100%;
    padding: 14px 0;
    font-family: "proxima-nova", sans-serif;
}

.r-header-top .r-header-top__container {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.r-header-top__location {
    position: relative;
}

.r-header-top__links {
    margin-left: 5px;
    color: #2c2c2c;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    min-width: 0;
    min-height: 32px;
    padding: 4px 7px;
    text-decoration: none;
    letter-spacing: 0.015em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-box-align: center;
}

.r-header-top__links:hover {
    color: #df3733;
}

.r-header {
    padding: 0;
    width: 100%;
    height: 90px;
    position: relative;
    margin-bottom: 20px;
    font-family: "proxima-nova", sans-serif;
}

.r-header__inner {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 33;
    height: 68px;
    display: flex;
    position: absolute;
    align-items: center;
    background-color: #fff;
}

.r-header__inner[data-fixed="true"] {
    position: fixed;
}

.r-header__inner[data-fixed="true"] ~ .r-header__brands,
.r-header__inner[data-fixed="true"] ~ .r-header__catalog {
    top: 0px;
    position: fixed;
}

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

.r-header__logo {
    margin-right: 32px;
}

.r-header__nav-btn {
    display: flex;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    overflow: hidden;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    border-radius: 4px;
    margin-right: 12px;
    align-items: center;
    letter-spacing: 0.3px;
    padding: 10px 18px 10px 48px;
}

.r-header__nav-btn-icon {
    left: 18px;
    width: 24px;
    height: 24px;
    transition: 0.3s;
    position: absolute;
}

.r-header__nav-btn-icon[data-icon="close"] {
    opacity: 0;
    transform: rotate(0deg);
}

.r-header__nav-btn-icon[data-icon="open"] {
    opacity: 1;
    transform: rotate(90deg);
}

.r-header__nav-btn[data-active="true"] .r-header__nav-btn-icon[data-icon="close"] {
    opacity: 1;
    transform: rotate(-90deg);
}

.r-header__nav-btn[data-active="true"] .r-header__nav-btn-icon[data-icon="open"] {
    opacity: 0;
    transform: rotate(0deg);
}

.r-header__nav-btn--dark {
    color: #fff;
    background-color: #112233;
}

.r-header__nav-btn--dark:hover {
    background-color: #11244d;
}

.r-header__nav-brands {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 8px;
    text-decoration: none;
}

.r-header-top__container > *,
.r-header__container > * {
    display: flex;
    align-items: center;
}

.r-header__catalog {
    height: 0;
    width: 100%;
    z-index: 50;
    position: fixed;
    transition: 0.3s;
    overflow: hidden;
    margin-top: 68px;
    background-color: #fff;
}

.r-header__catalog[data-loading="true"] .r-header__catalog-inner {
    filter: opacity(0.6);
}

.r-header__catalog[data-active="true"] {
    height: 80vh;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);
}

.r-header__catalog > * {
    transition: 0.15s opacity 0.15s;
}

.r-header__catalog[data-active="false"] > * {
    opacity: 0;
    overflow: hidden;
    transition-delay: 0s;
}

.r-header__catalog[data-active="true"] > * {
    opacity: 1;
}

.r-header__catalog-inner {
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.3s;
    position: relative;
    padding: 32px 0 16px;
}

.r-header__catalog-col {
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    position: relative;
    margin-right: 32px;
}

.catalog-item-wrapper {
    top: 0;
    height: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    position: absolute;
    pointer-events: none;
    /* scrollbar-gutter: stable; */
    transition: 0.1s opacity 0.1s;
}

.r-header .r-header__catalog-inner::-webkit-scrollbar,
.r-header .catalog-item-wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.r-header[data-open="true"] .catalog-item-wrapper {
    overflow: auto;
}

.r-header .r-header__catalog-inner::-webkit-scrollbar-thumb,
.r-header .catalog-item-wrapper::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}

.catalog-item-wrapper[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}

.catalog-item-wrapper[data-level="1"] {
    opacity: 1 !important;
    pointer-events: all !important;
}

.catalog-item-wrapper[data-transition="true"] {
    overflow: auto;
    height: 100% !important;
}

.catalog-item-wrapper[data-transition="true"]::-webkit-scrollbar-thumb {
    background-color: transparent !important;
}

.catalog-item {
    display: block;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    min-height: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    text-decoration: none;
}

.catalog-item[data-active="true"] {
    color: #e21b25;
}

.catalog-item--extended {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 28px;
    justify-content: space-between;
}

.catalog-item--extended::after {
    width: 8px;
    right: 13px;
    height: 8px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.catalog-item--all:hover {
    color: #e21b25;
}

.catalog-item--all:hover ~ .catalog-item {
    color: #112233;
}

.r-header__catalog-main-link {
    display: flex;
    gap: 8px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    align-items: center;
    font-weight: 700;
    line-height: 20px;
    max-height: 44px;
    text-decoration: none;
    padding: 12px 20px 12px 0;
}

.r-header__catalog-main-link svg {
    flex-shrink: 0;
}

.r-header__catalog-link-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.r-header__catalog-sub-link {
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    font-weight: 700;
    display: block;
    line-height: 18px;
    text-decoration: none;
    padding: 12px 20px 12px 0;
}

.r-header__catalog-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.basket-link {
    width: 44px;
    height: 44px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
}

.basket-link .icon-cart {
    position: absolute;
}

.basket-link .icon-cart::before {
    display: none;
}

.basket-link .navbar-status {
    top: 3px;
    position: absolute;
    left: calc(100% - 18px);
}

.basket-link .navbar-status .navbar-counter {
    width: auto;
    height: auto;
    padding: 4px;
    display: flex;
    line-height: 0;
    min-width: 17px;
    font-size: 10px;
    min-height: 17px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.search-link {
    width: 44px;
    height: 44px;
    display: flex;
    cursor: pointer;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
}

.search-link svg {
    width: 24px;
    height: 24px;
}

.search-link .icon-search:before {
    display: none;
}

.search-link .icon-search {
    width: 24px;
    height: 24px;
    display: block;
    transition: 0.3s;
}

.catalog-banner {
    top: 30px;
    right: 16px;
    width: 302px;
    height: 177px;
    transition: 0.2s;
    overflow: hidden;
    position: absolute;
    border-radius: 16px;
    background-color: #f5f5f5;
    padding: 22px 0 17px 14px;
    transform-origin: top right;
}

.catalog-banner[data-active="false"] {
    opacity: 0;
    pointer-events: none;
}

.catalog-banner__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

.catalog-banner__qr {
    left: 14px;
    width: 90px;
    height: 90px;
    bottom: 17px;
    position: absolute;
}

.catalog-banner__android,
.catalog-banner__rustore,
.catalog-banner__ios {
    left: 115px;
    height: 22px;
    display: block;
    position: absolute;
    text-decoration: none;
}

.catalog-banner__android {
    bottom: 42px;
}

.catalog-banner__rustore {
    bottom: 17px;
}

.catalog-banner__ios {
    bottom: 68px;
}

.catalog-banner__mockup {
    right: -60px;
    bottom: -16px;
    position: absolute;
}

.auth-link {
    width: 78px;
    height: 44px;
    display: flex;
    line-height: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin-left: 12px;
    border-radius: 4px;
    letter-spacing: 1px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e5e5e5;
}

.auth-name {
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    text-decoration: none;
}

.auth-name__icon {
    width: 40px;
    display: block;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.auth-name__icon svg {
    width: 100%;
    height: 100%;
}

.auth-name__name {
    font-size: 16px;
    font-weight: 600;
    margin-right: 6px;
}

.auth-name__bonuses {
    top: 0px;
    left: 23px;
    padding: 4px;
    display: flex;
    line-height: 0;
    min-width: 17px;
    font-size: 10px;
    min-height: 20px;
    font-weight: 700;
    position: absolute;
    white-space: nowrap;
    border-radius: 30px;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    justify-content: center;
    border: 2px solid #ffffff;
    background-color: #112233;
}

.r-header__menu-mob {
    z-index: 3;
    width: 36px;
    height: 36px;
    display: flex;
    cursor: pointer;
    min-width: 36px;
    margin-right: 8px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.catalog-mobile-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-mob-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    padding: 70px 0 40px;
}

.catalog-mob-head {
    z-index: 4;
    height: 64px;
    display: flex;
    position: fixed;
    align-items: center;
    background-size: 24px;
    background-color: #fff;
    width: calc(100% - 32px);
    justify-content: space-between;
}

.catalog-mob-head > div {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.catalog-mob-head > div::before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
}

.r-header__catalog-info-links {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.r-header__catalog-info-links a {
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 12px;
    display: inline-flex;
    color: #112233 !important;
    text-transform: uppercase;
    background-color: #f5f6fa;
}

.r-header__catalog-info-links a svg {
    margin-left: 8px;
}

.new-search__close {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 51;
    width: 64px;
    height: 64px;
    display: flex;
    position: fixed;
    transition: 0.3s;
    align-items: center;
    pointer-events: none;
    justify-content: center;
    background-color: #e62739;
}

.new-search_active .new-search__close {
    opacity: 1;
}

.r-header__mob-background {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 49;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
    position: fixed;
    transition: 0.3s;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.r-header__brands[data-active="true"] ~ .r-header__mob-background,
.r-header__catalog[data-active="true"] ~ .r-header__mob-background {
    opacity: 1;
    pointer-events: all;
}

.r-header__brands-inner {
    flex-direction: column;
}

.r-header__brands-title {
    width: 100%;
    height: 140px;
    flex-grow: 0;
    flex-shrink: 0;
}

.r-header__brands-items {
    width: 100%;
    height: 100%;
    display: flex;
}

.brand-item-info {
    top: 32px;
    opacity: 0;
    left: 248px;
    position: absolute;
    pointer-events: none;
}

.brand-item-info[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}

.r-header__search-mobile-title {
    font-size: 28px;
    margin-top: 20px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 16px;
    margin-bottom: 30px;
}

.r-header__input-mob-container {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    margin: 0 auto;
    max-width: calc(100% - 32px);
}

.r-header__input-mob-container .input-field {
    position: relative;
}

.r-header__search-mobile-icon {
    position: absolute;
    bottom: 20px;
    left: 12px;
    display: none !important;
}

.search-products {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: none;
}

.search-products__image {
    width: 64px;
    height: 64px;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 64px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
    object-position: top;
    background-color: #f8f8f8;
}

.search-products__name {
    display: flex;
    min-height: 68px;
    flex-direction: column;
    justify-content: center;
}

.search-products__name span:nth-child(1) {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    padding-bottom: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.search-products__name span:nth-child(2) {
    font-size: 16px;
    line-height: 1em;
    padding-top: 6px;
    text-decoration: none;
}

.search-products__name span:nth-child(3) {
    font-size: 14px;
    line-height: 1em;
    padding-top: 6px;
    text-decoration: none;
}

.search-products-all {
    color: #4f4f4f;
    display: block;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
}

.r-header__mobile-close div {
    position: relative;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.r-header__mobile-close div::before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
}

@media (max-width: 992px) {
    .navbar-item_search-desktop,
    .header-search-clear,
    .header-search-btn,
    .navbar-item_search-input,
    .auth-name__name,
    .auth-name__bonuses,
    .brand-banner,
    .catalog-banner,
    .r-header-info__icon,
    .r-header__desktop-nav,
    .r-header-top {
        display: none;
    }

    .r-header__mobile-close {
        height: 60px;
        flex-shrink: 0;
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }

    .r-header {
        height: 70px;
        margin-bottom: 0;
    }

    .r-header-info__text {
        line-height: 16px;
        margin-right: 8px;
    }

    .r-header__catalog {
        top: 0;
        right: 0;
        margin-top: 0;
        height: 100dvh;
        width: 100vw;
        transition: 0.3s transform;
        transform: translateX(100vw);
    }

    .r-header__catalog-search .r-header__catalog-inner {
        flex-direction: column;
        overflow: hidden;
    }

    .r-header__catalog[data-active="true"] {
        height: 100dvh;
        transform: translateX(0);
        box-shadow: none;
    }

    .r-header__catalog-inner {
        max-width: none;
        transition: 0.3s;
        padding: 0 !important;
    }

    .catalog-item-wrapper {
        width: calc(100% - 16px);
        transition: 0s !important;
    }

    .catalog-item {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .r-header__info-nav {
        width: 100%;
        display: flex;
        margin-right: 0;
        align-items: center;
        justify-content: space-between;
    }

    .search-link {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 0;
    }

    .search-link svg {
        width: 21px;
        height: 21px;
    }

    .navbar-item_search {
        order: 1;
        margin-right: 0;
    }

    .basket-link {
        order: 3;
        width: 44px;
        height: 36px;
        min-width: 44px;
        margin-right: 0;
    }

    .basket-link svg {
        width: 24px;
        height: 22px;
    }

    .basket-link .navbar-status {
        left: calc(100% - 18px);
    }

    .auth-link {
        width: auto;
        margin-right: 0;
        margin-left: 6px;
        justify-content: flex-end;
        background-color: transparent;
    }

    .r-auth-container {
        order: 4;
        height: 40px;
        display: flex;
        flex-shrink: 0;
        min-width: 40px;
        margin-right: 0;
        margin-left: 4px;
        align-items: center;
        justify-content: center;
    }

    .r-header__logo-mob {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .search-link .icon-search {
        width: 22px;
        height: 22px;
    }

    .r-header__catalog-col {
        margin: 0;
        flex-shrink: 0;
        padding: 0 16px;
    }

    .catalog-mobile-links {
        padding-right: 12px;
    }

    .r-header__catalog-main-link {
        font-size: 24px;
        line-height: 24px;
    }

    .r-header__catalog-main-link::after {
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        right: 0;
        transform: rotate(45deg);
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
    }

    .r-header .navbar-location {
        padding-left: 0;
        padding-top: 0;
    }

    .catalog-item[data-active="true"] {
        color: #112233;
    }

    .menu-search__results {
        display: flex;
        flex-direction: column;
        padding-top: 32px;
        overflow: auto;
        max-height: calc(100% - 108px);
    }

    .menu-search__right,
    .menu-search__left {
        padding: 0 16px;
    }

    .menu-search__brands {
        display: flex;
        gap: 20px;
        margin-bottom: 0;
        flex-direction: column;
    }

    .menu-search__brands a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }

    .menu-search__brands a:last-child {
        margin-bottom: 40px;
    }

    .menu-search__brands a span:nth-child(2) {
        font-weight: 600;
        font-size: 10px;
        margin-top: 4px;
        letter-spacing: 1px;
        line-height: 10px;
        text-transform: uppercase;
        color: #989898;
    }

    .search-products-all {
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 60px;
        border-top: 1px solid #fce4e6;
    }
}

@media (min-width: 993px) {
    .navbar-item_search-mobile,
    .r-header .navbar-location,
    .r-header__catalog-info-links,
    .catalog-mob-title,
    .catalog-mob-head,
    .catalog-mobile-links,
    .r-header__search-mobile-title,
    .r-header__menu-mob,
    .r-header__input-mob-container,
    .r-header__mobile-close,
    .r-header__logo-mob {
        display: none;
    }

    .r-header[data-open="false"] .r-header__inner[data-fixed="true"]:not(:hover) .r-header__nav-btn {
        color: #112233;
        background-color: transparent;
    }

    .r-header[data-open="false"] .r-header__inner[data-fixed="true"]:not(:hover) .auth-link {
        background-color: transparent;
    }

    .r-header[data-open="false"] .r-header__inner[data-fixed="true"] .navbar-item_search-container {
        left: calc(100% - 22px);
    }

    .r-header[data-open="false"] .r-header__inner[data-fixed="true"] .navbar-item_search-input {
        opacity: 0;
    }

    .r-header[data-open="false"] .r-header__inner[data-fixed="true"] .search-link {
        bottom: 5px;
    }

    .auth-link {
        margin-left: 0;
        transition: 0.2s;
    }

    .auth-link:hover {
        color: #ffffff;
        background-color: #11244d;
    }

    .r-header__brand-fix .catalog-item-wrapper {
        width: calc(100% - 16px);
    }

    .new-search__close {
        display: none;
    }

    .r-header__desktop-nav a {
        height: 44px;
        display: flex;
        align-items: center;
    }

    .r-header__mob-background {
        z-index: 30;
    }

    .navbar-item_search-desktop {
        width: 100%;
        height: 46px;
        margin-left: 32px;
        position: relative;
        margin-right: 32px;
    }

    .navbar-item_search-container {
        left: 0;
        right: 0;
        bottom: 0;
        height: 46px;
        display: flex;
        transition: 0.3s;
        position: absolute;
        align-items: flex-end;
        background-color: #ffffff;
        transition-timing-function: ease-in-out;
    }

    .navbar-item_search-container[data-active="true"] {
        left: -439px !important;
    }

    .navbar-item_search-container[data-active="true"] .navbar-item_search-input {
        opacity: 1 !important;
        width: 100% !important;
        color: #112233 !important;
        padding-left: 0 !important;
        margin-right: var(--r-offset) !important;
    }

    .navbar-item_search-container[data-active="true"] .navbar-item_search-input::placeholder {
        opacity: 0;
    }

    .navbar-item_search-container[data-active="true"] .search-link {
        opacity: 0;
    }

    .search-link {
        left: 0;
        width: 24px;
        bottom: 3px;
        height: 35px;
        position: absolute;
        pointer-events: none;
    }

    .navbar-item_search-input {
        width: 100%;
        border: none;
        outline: none;
        color: #a1a1a1;
        cursor: pointer;
        transition: 0.3s;
        font-size: 18px;
        line-height: 1em;
        padding: 8px 0px 8px 32px;
        border-bottom: 1px solid #112233;
        font-family: "proxima-nova", sans-serif !important;
    }

    .r-header__container {
        position: relative;
    }

    .navbar-item_search-icon {
        width: 24px;
        height: 24px;
        transition: 0.3s;
        transition-timing-function: ease-in-out;
    }

    .navbar-item_search-container[data-active="true"] * {
        stroke-width: 1px;
    }

    .navbar-item_search-input:active,
    .navbar-item_search-input:hover {
        color: #112233;
    }

    .logo-full {
        transition: 0.2s;
        transform-origin: left;
    }

    .logo-search {
        opacity: 0;
        transition: 0.3s;
    }

    .r-header__desktop-nav[data-active="true"] .logo-full {
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0s;
        pointer-events: none;
    }

    .r-header__desktop-nav[data-active="true"] .r-header__nav-brands,
    .r-header__desktop-nav[data-active="true"] .r-header__nav-btn {
        opacity: 0;
        transition: 0.1s;
        transition-delay: 0s;
        pointer-events: none;
    }

    .r-header__desktop-nav[data-active="true"] .logo-search {
        opacity: 1;
        transition-delay: 0.2s;
    }

    .r-header__desktop-nav[data-active="true"] .logo-search--delay {
        /* transition-delay: .1s; */
    }

    .header-search-btn {
        z-index: 2;
        opacity: 0;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
        line-height: 1em;
        font-weight: 700;
        border-radius: 4px;
        padding: 16px 20px;
        position: absolute;
        letter-spacing: 1px;
        pointer-events: none;
        text-decoration: none;
        text-transform: uppercase;
    }

    .navbar-item_search-container[data-active="true"] .header-search-btn {
        opacity: 1;
        pointer-events: all;
    }

    .header-search-btn--find {
        z-index: 3;
        right: calc(var(--r-offset) - 98px);
    }

    .header-search-btn--find[data-empty="true"] {
        cursor: auto;
        color: #989898;
        background-color: #f9f9f9;
    }

    .header-search-btn--find[data-empty="false"] {
        color: #ffffff;
        cursor: pointer;
        background-color: #e21b25;
    }

    .header-search-btn--find[data-empty="false"]:hover {
        background-color: #ec6672;
    }

    .header-search-btn--close {
        background-color: #ffffff;
        right: calc(var(--r-offset) - 195px);
    }

    .header-search-btn--close:hover {
        color: #e62739;
    }

    .r-auth-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 19px;
    }

    .r-auth-container[data-active="true"] > * {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .menu-search__results {
        display: flex;
        width: 100%;
    }

    .menu-search__brands {
        width: 253px;
        display: flex;
        margin-right: 32px;
        margin-bottom: 48px;
        flex-direction: column;
    }

    .menu-search__brands a {
        display: block;
        margin-bottom: 16px;
        text-decoration: none;
    }

    .menu-search__brands a span {
        display: block;
        font-size: 16px;
        line-height: 1.2em;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    .menu-search__brands a span:nth-child(2) {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #a1a1a1 !important;
    }

    .search-products__image {
        height: 64px;
    }

    .menu-search__right {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding-right: 40px;
    }

    .r-header .menu-search__right::-webkit-scrollbar {
        width: 4px;
        background-color: transparent;
    }

    .r-header .menu-search__right::-webkit-scrollbar-thumb {
        background-color: #e5e5e5;
    }

    .header-search-clear {
        opacity: 0;
        bottom: 13px;
        color: #989898;
        cursor: pointer;
        transition: 0.3s;
        position: absolute;
        pointer-events: none;
        right: var(--r-offset);
    }

    .header-search-clear:hover {
        color: #e21b25;
    }

    .header-search-btn--find[data-empty="false"] + .header-search-clear {
        opacity: 1;
        pointer-events: all;
    }

    .navbar-item_search-container[data-active="false"] .header-search-clear {
        right: 0 !important;
    }

    .r-header__inner[data-fixed="true"] .header-search-clear {
        opacity: 0;
        pointer-events: none;
    }

    .navbar-item__search-placeholder {
        left: 0px;
        bottom: 4px;
        display: none;
        color: #a1a1a1;
        transition: 0s;
        font-size: 18px;
        position: absolute;
        pointer-events: none;
    }

    .navbar-item__search-placeholder[data-active="true"] {
        display: block;
    }

    .new-search.new-search_custom,
    .new-search.new-search_desktop {
        display: none !important;
    }

    .search-result-popular span {
        text-transform: none !important;
    }

    .auth-name__icon {
        width: 44px;
        height: 44px;
    }

    .auth-name__icon:hover {
        color: #e21b25;
    }

    .search-not-found {
        color: #2c2c2c;
        font-size: 16px;
    }

    .catalog-item-wrapper[data-transition="true"] > * {
        color: #989898;
    }
}

@media (min-width: 1200px) {
    .catalog-banner {
        transform: scale(1.5);
    }

    .brand-item-info {
        left: 292px;
    }
}

.advertising-label {
    z-index: 3;
    width: 16px;
    right: 24px;
    height: 64px;
    bottom: 24px;
    color: #ffffff;
    font-size: 9px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    border-radius: 2px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.15);
    font-family: "proxima-nova", sans-serif;
}

@media (max-width: 993px) {
    .advertising-label {
        right: 8px;
        bottom: 8px;
    }
}

.advertising-label span {
    display: block;
    transform-origin: center;
    transform: rotate(-90deg) translateX(-46px);
}

.advertising-modal {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 90;
    width: 100vw;
    display: flex;
    height: 100dvh;
    transition: 0.3s;
    position: fixed;
    align-items: center;
    justify-content: center;
    font-family: "proxima-nova", sans-serif;
}

.advertising-modal[data-active="true"] {
    opacity: 1;
}

.advertising-modal__background {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
}

.advertising-modal__content {
    z-index: 2;
    width: 608px;
    padding: 12px 16px;
    border-radius: 12px;
    background-color: #fff;
    max-width: calc(100vw - 32px);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
}

.advertising-modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.advertising-modal__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

.advertising-modal__sup {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}

.advertising-modal__sup2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.advertising-modal__btn {
    width: 100%;
    color: #fff;
    height: 44px;
    display: flex;
    cursor: pointer;
    font-size: 12px;
    transition: 0.3s;
    margin-top: 24px;
    font-weight: 700;
    border-radius: 4px;
    align-items: center;
    letter-spacing: 0.08em;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e62739;
}

@media screen and (min-width: 992px) {
    .advertising-modal__content {
        border-radius: 16px;
        padding: 32px;
        width: 493px;
    }

    .advertising-modal__title {
        text-align: left;
    }

    .advertising-modal__btn {
        font-size: 14px;
        height: 60px;
        border-radius: 8px;
    }

    .advertising-modal__btn:hover {
        background-color: #ec6672;
    }
}

.about-page {
    font-family: "proxima-nova", sans-serif;
}

.about-page__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0px;
    margin-bottom: 0 !important;
    font-family: "proxima-nova", sans-serif;
}

.about-page__strong {
    color: #e62739;
}

.about-page__image-1 {
    width: 100%;
    height: auto;
}

.about-page__image-1 img {
    width: 100%;
    height: auto;
}

.about-page__list {
    font-size: 18px;
    list-style: none;
    line-height: 28px;
    letter-spacing: 0px;
}

.about-page__list li {
    margin-top: 12px;
    position: relative;
    padding-left: 36px;
}

.about-page__list li::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/new/html/www/assets/images/icons/list-indicator.svg");
}

.about-page__text-1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
}

.about-page__text-2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}

.about-page__text-3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.about-page__banner-container {
    display: flex;
    grid-gap: 17px;
    justify-content: flex-end;
}

.app-banner {
    width: 100%;
    padding: 21px;
    display: grid;
    grid-gap: 17px;
    overflow: hidden;
    border-radius: 14px;
    background-color: #f5f5f5;
    /* grid-template-rows: 1fr 1fr; */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "title title image"
        "qr link image";
}

.app-banner__text {
    grid-area: title;
    white-space: nowrap;
}

.app-banner__mockup {
    grid-area: image;
    position: relative;
}

.app-banner__mockup-img {
    width: 150%;
    right: -80px;
    bottom: -20px;
    position: absolute;
}

.app-banner__qr {
    width: 100%;
    grid-area: qr;
    align-self: flex-end;
}

.app-banner__links {
    display: flex;
    grid-area: link;
    align-self: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.app-banner__links * {
    width: 100%;
    display: block;
    max-width: 99px;
    margin-top: 2px;
}

.app-banner__text {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.about-page__ndash {
    display: inline;
    position: relative;
}

.about-page__ndash::after {
    content: "–";
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .about-page .col-12 {
        margin-top: 24px;
    }

    .about-page__title {
        font-size: 32px;
        line-height: 39px;
    }

    .about-page__text-1 {
        font-size: 18px;
        line-height: 28px;
    }

    .about-page__text-2 {
        font-size: 16px;
        line-height: 20px;
    }

    .about-page__text-3 {
        font-size: 16px;
        line-height: 24px;
    }

    .about-page__list {
        font-size: 16px;
        line-height: 20px;
    }

    .about-page__title-image {
        width: 100%;
        height: 182px;
        display: flex;
        margin-top: -24px;
        position: relative;
        justify-content: center;
    }

    .about-page__title-image img {
        top: -30px;
        width: 312px;
        height: 242px;
        position: absolute;
    }

    .about-page__image-2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-page__image-2 img {
        width: 94px;
        height: 139px;
    }

    .about-page__image-3 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-page__image-3 img {
        width: 150px;
        height: 150px;
    }

    .app-banner {
        padding: 40px 21px 30px;
        grid-template-areas:
            "title title image"
            "link link image";
    }

    .app-banner__qr {
        display: none;
    }

    .app-banner__links {
        width: 120%;
        grid-gap: 8px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }

    .app-banner__links * {
        margin-top: 0;
    }

    .app-banner__mockup-img {
        bottom: -30px;
    }
}

@media (min-width: 992px) {
    .about-page .row {
        margin-bottom: 60px;
    }

    .about-page__title {
        margin-top: -115px;
    }

    .about-page__title-image {
        width: 399px;
        height: 419px;
        position: relative;
    }

    .about-page .col-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .app-banner__text {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about-page__title-image img {
        width: 521px;
        height: 508px;
        object-fit: cover;
        position: absolute;
        top: -138px;
        left: -114px;
    }

    .row.about-page__first-row {
        margin-bottom: -22px;
    }

    .about-page__image-2 {
        width: 150px;
        height: 220px;
        align-self: center;
    }

    .about-page__image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-page__image-3 {
        width: 244px;
        height: 244px;
    }

    .about-page__image-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .row.about-page__first-row {
        margin-bottom: -52px;
    }

    .about-page__title-image img {
        width: 592px;
        height: 600px;
        object-fit: cover;
        position: absolute;
        top: -172px;
        left: -50px;
    }

    .about-page__title {
        font-size: 44px;
        line-height: 54px;
    }

    .about-page__text-1 {
        font-size: 32px;
        line-height: 40px;
    }

    .about-page__text-2 {
        font-size: 20px;
        line-height: 28px;
    }

    .about-page__text-3 {
        font-size: 20px;
        line-height: 28px;
    }

    .about-page__list {
        font-size: 20px;
        line-height: 28px;
    }

    /* .about-page__image-3,
    .about-page__image-2 {
        display: flex;
        justify-content: center;
    } */

    .about-page__image-2 {
        width: 180px;
        height: 265px;
        margin-top: -50px;
        align-self: center;
        transform: translateY(25px);
    }

    .about-page__image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-page__image-3 {
        width: 280px;
        height: 280px;
        align-self: center;
    }

    .about-page__image-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* BRANDS */

.brands-page {
    font-family: "proxima-nova", sans-serif;
}

.brand-section {
    width: 100%;
    position: relative;
}

.brand-section__block {
    margin-bottom: 16px;
}

.brand-section__letter {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.brand-section__list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brand-section__brand {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    pointer-events: none;
    margin-bottom: 24px;
    gap: 8px;
    display: inline-flex;
    align-items: center;
}

.brand-section__search-item {
    color: inherit;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
    text-decoration: none;
}

.brand-section__brand a {
    font-size: 16px;
    pointer-events: all;
    text-decoration: none;
}

@media (max-height: 600px) and (max-width: 992px) {
    .brand-letter-list__inner > *:nth-child(3n),
    .brand-letter-list__inner > *:nth-child(3n + 1) {
        height: 5px;
        font-size: 0;
        position: relative;
    }

    .brand-letter-list__inner > *:nth-child(3n + 1)::before {
        top: -2px;
        right: 3px;
        width: 2px;
        height: 2px;
        content: "";
        position: absolute;
        pointer-events: none;
        background-color: #2c2c2c;
    }
}

@media (min-width: 992px) {
    .brand-section__block {
        margin-bottom: 22px;
    }

    .brand-section__letter {
        margin-bottom: 24px;
    }

    .brand-section__list {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .brand-section__brand {
        width: 50%;
    }
}

.popular-brands {
    width: 100%;
    transition: 0.3s;
}

.popular-brands + .popular-brands {
    display: none;
}

.popular-brands[data-hidden="true"] {
    height: 0;
    opacity: 0;
    margin-top: 0;
    pointer-events: none;
}

.popular-brands__inner {
    display: flex;
}

.popular-brands__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.popular-brands__brand {
    width: 60px;
    height: 60px;
    flex-grow: 0;
    padding: 10px;
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}

.popular-brands__label {
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 0;
    max-width: 42px;
    z-index: 2;
    transform: translate(calc(-50% - 3px), 50%);
}

.popular-brands__brand:has(.popular-brands__label) {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .popular-brands + .popular-brands {
        margin-top: 56px;
        display: block;
    }

    .popular-brands__title {
        font-size: 14px;
        line-height: 20px;
    }

    .popular-brands__inner {
        flex-wrap: wrap;
    }

    .popular-brands__brand {
        width: 66px;
        height: 66px;
        padding: 13px;
        transition: 0.3s;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .popular-brands__brand:hover {
        border-color: #e62739;
    }
}

.brands-input {
    width: 100%;
    position: relative;
}

.brands-input__icon {
    top: 13px;
    left: 14px;
    position: absolute;
    pointer-events: none;
}

.brands-input__close {
    top: 13px;
    z-index: 1;
    opacity: 0;
    right: 16px;
    cursor: pointer;
    position: absolute;
    pointer-events: none;
}

.brands-input__input[data-empty="false"] ~ .brands-input__close {
    opacity: 1;
    pointer-events: all;
}

.brands-input .brands-input__input {
    width: 100%;
    display: block;
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid;
    border-radius: 4px;
    font-family: inherit;
    border-color: #4f4f4f;
    padding: 14px 14px 14px 42px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.brands-input__input:focus,
.brands-input__input:active {
    border-color: #e62739;
    box-shadow: 0 8px 16px #fce4e6;
}

.brand-letter-list__inner {
    top: 0;
    right: 0;
    display: flex;
    touch-action: none;
    flex-direction: column;
}

.brand-section__inner,
.brand-section__search {
    transition: 0.2s;
}

.brand-section__inner[data-active="false"],
.brand-section__search[data-active="false"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 992px) {
    .brands-input__icon {
        top: 16px;
    }

    .popular-brands {
        margin: 32px 0;
    }

    .popular-brands__inner {
        margin: 0 -16px;
        padding: 0 16px;
        overflow: auto hidden;
    }

    .brands-page .popular-brands__inner::-webkit-scrollbar {
        width: 0;
        height: 0;
        background-color: transparent;
    }

    .brands-page .popular-brands__inner::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .brand-letter-list {
        right: -2px;
        z-index: 10;
        position: fixed;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        top: calc(226px + var(--headerHeight));
    }

    .brand-letter-list[data-hidden="true"] {
        opacity: 0;
        pointer-events: none;
    }

    .brand-letter-list__inner[data-active="false"] {
        opacity: 0;
    }

    .brand-letter-list__inner > * {
        width: 60px;
        text-align: center;
    }

    /* .brand-letter-list__inner[data-fixed='true'] {
        top: 90px;
        position: fixed;
    } */

    .brand-letter-list__search {
        display: none !important;
    }

    .brand-section__search-db {
        margin: 16px 0 46px;
    }

    .brand-section__search-db[data-active="false"] {
        margin-bottom: 0;
    }

    .brand-section__brand {
        font-size: 18px;
        line-height: 16px;
    }

    .brand-section__brand a {
        font-size: 18px;
    }

    .brand-section__search-item {
        font-size: 18px;
        line-height: 18px;
    }
}

.brand-section__search-pr {
    color: #a1a1a1;
}

.brand-section__search-pr b {
    color: #2c2c2c;
    transition: 0.3s;
}

.brand-section__search-db[data-active="false"] + .brand-section__search-pr {
    color: #2c2c2c;
}

.brand-section__search-pr a:hover b {
    color: #e62739;
}

.search-result-empty {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: "proxima-nova", sans-serif;
}

@media (min-width: 992px) {
    .brand-letter-list {
        width: 100%;
        height: 24px;
        margin: 48px 0;
        transition: 0.3s;
        overflow: hidden;
        position: relative;
    }

    .brand-letter-list[data-hidden="true"] {
        height: 0;
        opacity: 0;
        margin: 24px 0;
    }

    .brand-letter-list__inner {
        left: 0;
        top: -20px;
        width: 100%;
        z-index: 10;
        width: 927px;
        font-size: 18px;
        padding: 17px 16px;
        position: absolute;
        border-radius: 8px;
        align-items: center;
        flex-direction: row;
        background-color: #fff;
    }

    .brand-letter-list__inner[data-fixed="false"] {
        left: 0 !important;
    }

    .brand-letter-list__inner[data-fixed="false"] .brand-letter-list__search {
        display: none;
    }

    .brand-letter-list__inner[data-fixed="true"] {
        top: 90px;
        position: fixed;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }

    .brand-letter-list__inner > * {
        width: 100%;
        transition: 0.3s;
        cursor: pointer;
        position: relative;
        text-align: center;
    }

    .brand-letter-list__inner > *:hover {
        color: #e62739;
    }

    .brand-section__search-db {
        margin-bottom: 48px;
    }

    .brand-section__search-db[data-active="false"] {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .brand-letter-list__inner {
        width: 1106px;
    }
}

.salons-title {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    font-family: inherit;
    margin-bottom: 40px;
}

.salons-title__red {
    width: 100%;
    color: #e21b25;
    font-size: 44px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
    margin-bottom: 12px;
    font-family: inherit;
}

.salons-title__dot {
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 12px;
}

.salons-title__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.4px;
    width: calc(100% - 30px);
}

.salons-access {
    display: flex;
    margin-top: 42px;
    align-items: center;
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: center;
}

.salons-acces__image {
    width: 100px;
    height: 90px;
}

.salons-access__text {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.salons-access__text strong {
    color: #e21b25;
}

.salons-offer {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}

.offer-block {
    border-radius: 8px;
    display: inline-flex;
    background-color: #f5f6fa;
    padding: 12px 16px 22px 8px;
}

.offer-block__icon {
    width: 80px;
    height: 80px;
    flex-grow: 0;
    flex-shrink: 0;
}

.offer-block__icon svg {
    width: 100%;
    height: 100%;
}

.offer-block__content {
    margin-left: 8px;
}

.offer-block__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
}

.offer-block__text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.salons-search {
    gap: 16px;
    display: flex;
    margin-top: 56px;
}

.salons-search__input {
    gap: 8px;
    width: 100%;
    display: flex;
    padding: 8px 0;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #112233;
}

.salons-search__input-icon {
    width: 24px;
    height: 24px;
}

.salons-search__input-text {
    font-size: 18px;
    line-height: 28px;
    color: #989898;
}

.salons-search__title {
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 80px;
}

.salons-links {
    display: flex;
    margin-top: 8px;
    flex-direction: column;
}

.salons-links__col-title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 16px;
    margin-top: 56px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.salons-links__link {
    gap: 12px;
    width: 32%;
    min-height: 40px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.4px;
}

.salon-form .form-question {
    max-width: none;
}

.salon-form {
    display: flex;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 119px;
    flex-direction: column;
}

.salon-form__image {
    flex-grow: 0;
    width: 100%;
    flex-shrink: 0;
}

.salon-form__image img {
    width: 100%;
    height: 100%;
}

.salon-form__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.salon-form__title strong {
    color: #e21b25;
}

.salon-form .form-question__private {
    font-style: normal;
    font-weight: 400;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f;
}

.salon-form .forminput-input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-left: 0 !important;
    border-radius: 0 !important;
}

.salon-form .forminput-label {
    left: 0;
}

.salon-form .forminput-label {
    padding-left: 0 !important;
}

.salon-form .search-sup,
.salon-form .forminput-label::after {
    display: none !important;
}

.salon-form .search-status {
    padding-right: 0;
}

.salon-form .profpage-welcome-button {
    margin-top: 40px;
}

.salon-form .forminput-input {
    color: #989898;
    border-color: #989898;
}

.salon-form .forminput.active .forminput-label {
    color: #989898;
}

.salon-form .forminput-input:focus {
    color: #112233;
    border-color: #112233;
}

.search-clear {
    width: 18px;
    height: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.search-icon {
    width: 18px;
    height: 18px;
    transition: 0.3s;
    left: -3px;
    bottom: 13px;
    position: absolute;
    pointer-events: none;
}

.search-icon svg {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .salons-title {
        margin-top: 16px;
        flex-wrap: nowrap;
        margin-bottom: 50px;
    }

    .salons-title__red {
        width: auto;
        font-size: 52px;
        margin-bottom: 0;
        line-height: 35px;
    }

    .salons-title__dot {
        font-size: 36px;
        line-height: 1em;
        margin-left: 21px;
        margin-right: 21px;
    }

    .salons-title__text {
        width: auto;
        font-size: 26px;
        line-height: 36px;
    }

    .salons-access {
        margin-top: 86px;
        margin-bottom: 120px;
    }

    .salons-acces__image {
        width: 152px;
        height: 136px;
    }

    .salons-access__text {
        margin: 50px 0;
        font-size: 36px;
        line-height: 40px;
    }

    .salons-offer {
        display: flex;
        row-gap: 20px;
        flex-wrap: wrap;
        column-gap: 32px;
        flex-direction: row;
    }

    .salons-offer > * {
        width: calc(50% - 16px);
    }

    .offer-block {
        border-radius: 8px;
        display: inline-flex;
        background-color: #f5f6fa;
        padding: 32px 32px 32px 26px;
    }

    .offer-block__content {
        margin-left: 20px;
    }

    .offer-block__title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .offer-block__text {
        font-size: 18px;
        line-height: 26px;
    }

    .salons-search__title {
        margin-top: 136px;
        font-size: 42px;
        line-height: 46px;
    }

    .salons-links {
        flex-direction: row;
    }

    .salons-links__col {
        width: 33.3%;
    }

    .salons-links__col-title {
        margin-bottom: 40px;
    }

    .salons-links__link {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
        flex-direction: row;
        font-size: 16px;
        line-height: 14px;
    }

    .salon-form {
        margin-top: 120px;
        margin-bottom: 130px;
        flex-direction: row;
    }

    .salon-form__image {
        width: 50%;
        margin-right: 52px;
        max-width: 400px;
    }

    .salon-form__title {
        font-size: 26px;
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .search-clear:hover {
        color: #e21b25;
    }

    .salon-form .profpage-welcome-button {
        margin-top: 48px;
    }
}

@media (min-width: 1200px) {
    .salon-form__image {
        max-width: 500px;
        margin-right: 100px;
    }
}

.pagecard-additions-wrapper {
    padding-bottom: 80px;
}

.pagecard-title {
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}

.pagecard-additions .swiper-wrapper {
    min-height: 420px;
}

.swiper-sec {
    margin: -78px 0 80px;
    position: relative;
    z-index: 2;
}

.swiper-sec--nm {
    margin-top: 0 !important;
}

.swiper-sec + .swiper-sec {
    margin: 0 0 80px;
}

.swiper-sec .p-accordeon__title {
    color: #2c2c2c !important;
    cursor: auto;
}

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

.swiper-buttons > * {
    cursor: pointer;
    transition: 0.3s;
}

.swiper-buttons > *[data-active="false"] {
    color: #989898;
    pointer-events: none;
}

.swiper-buttons > *:hover {
    color: #e21b25;
}

@media (min-width: 992px) {
    .pagecard-additions-wrapper {
        padding-bottom: 110px;
    }

    .page-404.swiper-sec {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .swiper-buttons {
        display: none;
    }

    .pagecard-additions {
        padding: 0 16px;
    }

    .pagecard-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .swiper-sec {
        margin: -78px 0 40px;
    }

    .swiper-sec + .swiper-sec {
        margin: 0 0 90px;
    }

    .page-404.swiper-sec {
        margin-top: -40px;
    }
}

.sr-only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
    margin-top: -1px;
}

/* MODAL LABEL GLOBAL */
.modal-label {
    top: 0;
    left: 0;
    z-index: 60;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    user-select: none;
    font-family: "proxima-nova", sans-serif;
}

.modal-label[data-active="false"] {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0.3s;
}

.modal-label[data-active="true"] {
    opacity: 1;
    pointer-events: all;
    transition-delay: 0s;
}

.modal-label[data-active="false"] .modal-label__content {
    transition-delay: 0s;
    transform: translateY(100vh);
}

.modal-label[data-active="true"] .modal-label__content {
    transition-delay: 0.1s;
    transform: translateY(0);
}

.modal-label[data-active="false"] .modal-label__background {
    opacity: 0;
    transition-delay: 0.1s;
}

.modal-label[data-active="true"] .modal-label__background {
    opacity: 1;
    transition-delay: 0s;
}

.modal-label__background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
}

.modal-label__content {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 414px;
    max-height: 80vh;
    transition: 0.2s;
    position: absolute;
    background-color: #ffffff;
    padding: 16px 16px 32px 16px;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0px -10px 20px 0px #00000033;
}

.modal-label__wrapper {
    height: 100%;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.modal-label__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 32px;
    text-align: center;
}

.modal-label__body {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
    height: 100%;
    padding-bottom: 24px;
}

.modal-label__body p img {
    display: block;
    margin: 20px auto;
}

.modal-label--auto .modal-label__content {
    height: auto;
}

.modal-label--flex .modal-label__content {
    display: flex;
    flex-direction: column;
}

.modal-label__footer {
    display: flex;
    height: 100%;
    order: 10;
    gap: 12px;
    min-height: 76px;
    padding-top: 16px;
    justify-content: flex-end;
    flex-direction: column;
}

.modal-label__footer .btn {
    flex-shrink: 0;
}

.modal-label__close {
    width: 100%;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-label__close svg {
    display: none;
}

.modal-label__head {
    display: flex;
    margin-top: 8px;
    margin-bottom: 12px;
    order: 0;
    align-items: center;
    justify-content: center;
}

.modal-label__head-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.modal-label__head-close {
    display: none;
    align-items: center;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    justify-content: center;
}

.modal-label__info {
    order: 1;
    padding-right: 8px;
    height: 100%;
    margin-right: -8px;
    overflow: auto;
}

.modal-label__info-title {
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

.modal-label__info-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
}

@media (min-width: 992px) {
    .modal-label[data-active="false"] .modal-label__content {
        transform: translateX(100vw);
    }

    .modal-label[data-active="true"] .modal-label__content {
        transform: translateX(0);
    }

    .modal-label__content {
        top: 0;
        left: auto;
        width: 482px;
        height: auto;
        max-height: none;
        border-radius: 0;
        position: absolute;
        padding: 0 32px 32px;
        box-shadow: -10px 0px 20px 0px #f5f5f599;
    }

    .modal-label__wrapper {
        margin-right: -32px;
        padding-right: 32px;
        height: calc(100% - 80px);
    }

    .modal-label__title {
        font-size: 36px;
        line-height: 1.1em;
        text-align: left;
    }

    .modal-label__body {
        font-size: 16px;
        line-height: 24px;
    }

    .modal-label__close {
        margin: 0;
        padding: 0;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .modal-label__close svg {
        display: block;
        transition: 0.3s;
        cursor: pointer;
    }

    .modal-label__close svg:hover {
        color: #e21b25;
        cursor: pointer;
    }

    .modal-label__head {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 80px;
        justify-content: space-between;
    }

    .modal-label__head-title {
        font-size: 18px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        max-width: calc(100% - 40px);
    }

    .modal-label__head-close {
        display: inline-flex;
    }

    .modal-label__head-close:hover {
        color: #e21b25;
    }

    .modal-label__info {
        flex-shrink: 0;
        height: calc(100% - 156px);
    }

    .modal-label__info-title {
        font-size: 36px;
        text-align: left;
    }
}

.profi-modal {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profi-modal__footer {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.profi-modal__title {
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}

.profi-modal__text {
    font-size: 16px;
    margin-top: 32px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.profi-modal__btn--profile {
    width: 100%;
    height: 60px;
    display: flex;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    line-height: 14px;
    border-radius: 8px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e21b25;
}

.profi-modal__btn--profile:hover {
    background-color: #ec6672;
}

.profi-modal__btn--close {
    font-size: 12px;
    color: #e21b25;
    cursor: pointer;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    margin-top: 8px;
    height: 44px;
    display: flex;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .profi-modal {
        height: calc(100% - 80px);
    }

    .profi-modal__title {
        font-size: 36px;
        text-align: left;
        line-height: 32px;
    }

    .profi-modal__btn--close {
        height: 60px;
        transition: 0.3s;
    }

    .profi-modal__btn--close:hover {
        color: #ec6672;
    }
}

.stop-banner {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #11244d;
    border-radius: 4px;
    width: 100%;
}

.stop-banner__text strong {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.02em;
}

.stop-banner__text strong {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 16px;
    letter-spacing: 0.02em;
}

.stop-banner__text p {
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.04em;
    color: #a9b0be;
    display: block;
    text-align: left;
    padding-top: 8px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .stop-banner {
        order: 1;
    }
}

.new-form .forminput {
    margin-top: 10px;
}

.new-form .forminput .forminput-label {
    left: 0;
}

.new-form .forminput .forminput-input {
    padding-left: 0;
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #112233;
    letter-spacing: 0.3px !important;
}

.new-form .forminput-checkbox {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    cursor: pointer;
    justify-content: space-between;
}

.new-form .forminput-checkbox-input {
    display: none;
}

.new-form .forminput-checkbox-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.new-form .forminput-checkbox-set {
    display: block;
    width: 41px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    background-color: #989898;
    position: relative;
}

.new-form .forminput-checkbox-set::after {
    display: block;
    width: 16px;
    top: 4px;
    content: "";
    left: 4px;
    height: 16px;
    transition: 0.2s ease-in-out;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
}

.new-form .forminput-checkbox-input:checked + .forminput-checkbox-set {
    background-color: #e21b25;
}

.new-form .forminput-checkbox-input:checked + .forminput-checkbox-set::after {
    transform: translateX(17px);
}

.new-form .forminput.forminput-lg.active .forminput-label {
    top: 3px;
    padding-left: 0;
}

.new-form .search-status {
    padding-right: 0;
}

.forminput-icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    display: inline-block;
}

.forminput-icon::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    display: inline-block;
}

.forminput-copy {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.forminput-copy a {
    color: #e21b25;
    text-decoration: none;
}

@media (min-width: 992px) {
    .forminput-icon {
        cursor: pointer;
        transform: 3s;
    }

    .forminput-icon:hover {
        color: #e21b25;
    }

    .forminput-copy a:hover {
        color: #df3733;
    }

    .new-form .forminput-checkbox {
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.h1-title {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

/* i-checkbox */
.i-checkbox {
    display: flex;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
}

.i-checkbox[disabled] {
    pointer-events: none;
}

.i-checkbox[disabled] .i-checkbox__icon-border {
    border-color: #e5e5e5;
}

.i-checkbox input {
    display: none;
}

.i-checkbox__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.i-checkbox__text {
    margin-left: 16px;
}

.i-checkbox__icon-border {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    border-radius: 2px;
    border: 2px solid #2c2c2c;
    transition:
        border-width 0.3s,
        border-color 0.1s 0.2s;
}

.i-checkbox[data-selected="true"] .i-checkbox__icon-border {
    border-width: 12px;
    border-color: #e21b25;
    transition:
        border-width 0.3s,
        border-color 0.1s 0s;
}

.i-checkbox__icon-accept {
    width: 24px;
    height: 24px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    top: -2px;
    left: -2px;
    position: absolute;
    color: #ffffff;
}

.i-checkbox__icon-accept svg {
    position: absolute;
    left: 0;
    top: 0;
}

.i-checkbox__icon-accept svg:nth-child(2) {
    opacity: 0;
}

.i-checkbox[data-chosen="half"] .i-checkbox__icon-accept svg:nth-child(2) {
    opacity: 1;
}

.i-checkbox[data-chosen="half"] .i-checkbox__icon-accept svg:nth-child(1) {
    opacity: 0;
}

.i-checkbox svg {
    width: 100%;
    height: 100%;
}

.i-checkbox path {
    transition: 0.3s 0.2s;
    stroke-dashoffset: 0px;
    stroke-dasharray: 0, 100px;
}

.i-checkbox[data-selected="true"] path {
    stroke-dasharray: 100px, 100px;
}

.new-form input.forminput-input:autofill,
.new-form input.forminput-input:-webkit-autofill,
.new-form input.forminput-input:-webkit-autofill:hover,
.new-form input.forminput-input:-webkit-autofill:focus,
.new-form input.forminput-input:-webkit-autofill:active {
    background-color: #ffffff !important;
    -webkit-text-fill-color: #112233 !important;
    box-shadow: inset 0px 50px 0 #fff !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

.new-form__info {
    display: block;
    margin-top: 32px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #989898;
}

.city-modal {
    height: 100%;
}

.city-modal__head {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.city-modal__title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.city-modal__close,
.city-modal__location {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.city-modal__input {
    margin-top: 16px;
}

.city-modal__input[data-disabled="true"] .forminput {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.city-modal__input .forminput {
    z-index: 0;
}

.city-modal__wrapper {
    height: 100%;
    overflow: auto;
    position: relative;
    margin: 16px 0;
    max-height: calc(100% - 108px);
}

.city-modal__selector {
    display: none;
    position: absolute;
    right: 12px;
    color: #e21b25;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    top: 0;
}

.city-modal__selector[data-active="false"] {
    opacity: 0;
}

.city-modal__wrapper[data-empty="true"] .city-modal__selector {
    visibility: hidden;
}

.city-modal__cities[data-load="true"] + .city-modal__selector {
    opacity: 0;
}

.city-modal__cities {
    padding-top: 16px;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.2px;
}

.city-modal__cities[data-load="true"] {
    opacity: 0.4;
    pointer-events: none;
}

.city-modal__cities > *:first-child {
    padding-top: 0;
}

.city-modal__city {
    padding-top: 24px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

.city-modal__empty {
    color: #797979;
    padding-top: 24px;
}

.city-modal__approving {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 5;
    padding: 16px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.city-modal[data-toggle="true"] .city-modal__approving {
    opacity: 1;
    pointer-events: all;
}

.city-modal__approving-title {
    padding-top: 80px;
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
}

.city-modal__approving-text {
    padding-top: 32px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.city-modal__footer {
    position: absolute;
    bottom: 32px;
    gap: 16px;
    left: 0;
    right: 0;
    display: flex;
    padding: 0 16px;
    flex-direction: column;
}

.city-modal__input .forminput.forminput-lg .forminput-label,
.city-modal__input .forminput.forminput-lg input.forminput-input {
    font-size: 20px;
}

.city-modal__input .forminput.forminput-lg.active .forminput-label {
    font-size: 12px;
}

@media (max-width: 991px) {
    .city-modal__location {
        width: 18px;
        height: 18px;
    }

    .city-modal__close {
        width: 20px;
        height: 20px;
    }

    .city-modal__close svg,
    .city-modal__location svg {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .city-modal__head {
        gap: 32px;
    }

    .city-modal__wrapper {
        margin: 16px 0 24px;
        padding-right: 32px;
        max-height: calc(100% - 136px);
    }

    .city-modal__title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .city-modal__close:hover,
    .city-modal__location:hover {
        color: #e21b25;
    }

    .city-modal__city[data-active="true"] {
        color: #e21b25;
    }

    .city-modal__selector {
        display: flex;
    }

    .city-modal__approving {
        padding: 23px 48px;
    }

    .city-modal__approving-title {
        font-size: 36px;
    }

    .city-modal__footer {
        padding: 0 48px;
    }

    .city-modal__cities > *:first-child {
        padding-top: 8px;
    }
}

body .greyscroll {
    scrollbar-color: #e5e5e5 transparent;
    scrollbar-width: thin;
}

body .greyscroll::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
    background-color: transparent;
}

body .greyscroll::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    width: 4px!important;
}

.input-field {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #112233;
    font-size: 16px;
    line-height: 23px;
    font-family: inherit;
    letter-spacing: 0.3px;
}

.input-field[data-complete="true"] {
    pointer-events: none;
}

.input-field[data-complete="true"] .input-field__input {
    border-color: #ffffff;
}

.input-field[data-complete="true"] .input-field__icon {
    display: none;
}

.input-field[data-type="toggle"] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.input-field[data-type="toggle"]::before {
    content: "";
    width: 41px;
    height: 24px;
    position: absolute;
    right: 0;
    border-radius: 20px;
    transition: 0.3s;
    background-color: #989898;
}

.input-field[data-type="toggle"]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 21px;
    transition: 0.3s ease-out;
    border-radius: 50%;
    background-color: #ffffff;
}

.input-field[data-checked="true"][data-type="toggle"]::after {
    transform: translateX(17px);
}

.input-field[data-checked="true"][data-type="toggle"]::before {
    background-color: #e62b34;
}

.input-field[data-type="toggle"] .input-field__input {
    display: none;
}

.input-field[data-type="toggle"] .input-field__placeholder {
    transform: none !important;
    display: block;
    position: relative;
    padding-right: 57px;
    color: #112233;
    bottom: 0;
}

.input-field[data-type="toggle"] .input-field__placeholder--iconed {
    display: flex;
    gap: 16px;
    align-items: center;
}

.input-field[data-type="toggle"] .input-field__placeholder--iconed svg {
    flex-grow: 0;
    flex-shrink: 0;
    pointer-events: all;
}

.input-field[data-disabled="true"][data-type="toggle"] {
    pointer-events: none;
}

.input-field[data-disabled="true"][data-type="toggle"]::before {
    opacity: 0.3;
}

.input-field[data-active="true"] .input-field__placeholder {
    transform: translateY(-21px) scale(0.75);
}

.input-field--md {
    margin-top: 20px !important;
}

.input-field__placeholder {
    position: absolute;
    transform-origin: left center;
    transition: 0.15s;
    left: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #989898;
    bottom: 12px;
}

.input-field__placeholder a {
    text-decoration: none;
    pointer-events: all;
    color: #e62b34;
}

.input-field__static {
    position: absolute;
    display: block;
    left: 0;
    right: 40px;
    bottom: 1px;
    top: auto;
    pointer-events: none;
    padding: 12px 54px 12px 0;
    border: none;
    z-index: 3;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #e5e5e5;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    font-variant-numeric: tabular-nums;
}

.input-field__input {
    width: 100%;
    padding: 12px 54px 12px 0;
    border: none;
    z-index: 1;
    background-color: transparent !important;
    outline: none;
    position: relative;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit !important;
}

.input-field__input[type="tel"] {
    font-variant-numeric: tabular-nums;
}

.input-field__icon {
    position: absolute;
    display: inline-flex;
    right: 0;
    z-index: 2;
    bottom: 12px;
}

.input-field__clear {
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.input-field__clear::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
}

.input-field__typed {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #989898;
    font-size: 16px;
    line-height: 23px;
    pointer-events: none;
    font-family: inherit;
    letter-spacing: 0.3px;
    padding: 12px 54px 12px 0;
}

input.input-field__input:autofill,
input.input-field__input:-webkit-autofill,
input.input-field__input:-webkit-autofill:hover,
input.input-field__input:-webkit-autofill:focus,
input.input-field__input:-webkit-autofill:active {
    background-color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #112233 !important;
    box-shadow: inset 0px 50px 0 #fff !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

@media (min-width: 992px) {
    .input-field__clear:hover {
        color: #e21b25;
    }

    .input-field__placeholder a:hover {
        color: #ec6672 !important;
    }

    .input-field[data-type="toggle"]::before {
        top: 0;
        left: 0;
        right: auto;
    }

    .input-field[data-type="toggle"]::after {
        top: 4px;
        left: 4px;
        right: auto;
    }

    .input-field.input-field--centered[data-type="toggle"]::before {
        top: auto;
    }

    .input-field.input-field--centered[data-type="toggle"]::after {
        top: auto;
    }

    .input-field[data-type="toggle"] .input-field__placeholder {
        padding-right: 0;
        padding-left: 57px;
    }

    .input-field__static {
        bottom: 0;
    }
}

.n-icon {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.n-icon::before {
    content: "";
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    position: absolute;
}

@media (min-width: 992px) {
    .n-icon:hover {
        color: #e21b25;
    }

    .link:hover {
        color: #df3733;
    }
}

.discount-label {
    --background: #e21b25;
    --color: #ffffff;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: var(--color);
    padding: 0 6px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    margin-top: 12px;
    cursor: pointer;
    letter-spacing: 1px;
    height: 20px;
    border-radius: 4px 0 0 4px;
    background-color: var(--background);
    max-width: 100%;
}

.discount-label::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    height: 100%;
    width: 18px;
    background-color: var(--background);
    clip-path: path(
        "M2.88897 18.6365C2.1781 19.4998 1.11836 20 -1.90735e-06 20L-6.65444e-08 -8.3037e-07C1.11836 1.16984e-06 2.17811 0.500182 2.88898 1.36355L7.90654 7.45746C9.1226 8.93438 9.1226 11.0656 7.90654 12.5425L2.88897 18.6365Z"
    );
}

.discount-label svg {
    flex-shrink: 0;
}

.discount-label.discount-label--nm {
    margin-top: 0;
}

.discount-label--xs {
    height: 16px !important;
    font-size: 10px !important;
    padding-right: 0;
}

.discount-label--xs::after {
    clip-path: path(
        "M2.93047 14.8688C2.1839 15.5942 1.18397 16 0.143045 16L-1.90735e-06 16L-4.34705e-07 -8.3037e-07L0.143055 -8.18491e-07C1.18398 2.21618e-07 2.1839 0.405774 2.93046 1.13115L7.04733 5.13115C8.66411 6.70203 8.66411 9.29797 7.04733 10.8689L2.93047 14.8688Z"
    ) !important;
}

.discount-label--sm {
    height: 20px;
    padding-right: 0;
    padding-left: 4px;
    letter-spacing: 0;
}

.discount-label--lg {
    height: 26px;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.discount-label--lg::after {
    height: 26px;
    font-size: 16px;
    letter-spacing: 0.2px;
    clip-path: path(
        "M2.73787 24.025C2.13135 24.9458 1.10259 25.5 -1.90735e-06 25.5L3.93657e-07 0.499999C1.1026 0.500001 2.13135 1.05424 2.73787 1.97503L8.55064 10.7997C9.43006 12.1348 9.43006 13.8653 8.55064 15.2003L2.73787 24.025Z"
    );
}

.discount-label span {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.discount-peroid {
    display: inline-flex;
    align-items: center;
    background-color: #11244d;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    gap: 5px;
    text-transform: uppercase;
}

.discount-peroid i {
    width: 13px;
    display: block;
    height: 10px;
    background-image: url("/new/html/www/assets/images/icons/date-icon-white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .discount-label {
        height: 26px;
        font-size: 14px;
        margin-top: 16px;
        transition: 0.3s;
    }

    .discount-label::after {
        width: 22px;
        right: -21px;
        transition: 0.3s;
        clip-path: path(
            "M2.73787 24.025C2.13135 24.9458 1.10259 25.5 -1.90735e-06 25.5L3.93657e-07 0.499999C1.1026 0.500001 2.13135 1.05424 2.73787 1.97503L8.55064 10.7997C9.43006 12.1348 9.43006 13.8653 8.55064 15.2003L2.73787 24.025Z"
        );
    }

    .discount-label--sm {
        height: 20px;
        font-size: 12px;
    }

    .discount-label--sm::after {
        clip-path: path(
            "M2.88897 18.6365C2.1781 19.4998 1.11836 20 -1.90735e-06 20L-6.65444e-08 -8.3037e-07C1.11836 1.16984e-06 2.17811 0.500182 2.88898 1.36355L7.90654 7.45746C9.1226 8.93438 9.1226 11.0656 7.90654 12.5425L2.88897 18.6365Z"
        );
    }

    .discount-label--lg {
        font-size: 16px;
    }

    .discount-label:hover {
        opacity: 0.8;
    }

    .compilations-banner__promo-label .discount-label:hover,
    .compilations-banner__promo-label .discount-label:hover::after {
        background-color: #ec6672;
    }
}

.n-promos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 24px;
    padding-bottom: 55px;
}

.n-promos__item {
    width: 100%;
}

.n-promos__banner {
    position: relative;
    height: 180px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.n-promos__link,
.n-promos__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.n-promos__link img {
    max-height: 100%;
}

.n-promos__pattern {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.n-promos__link {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-promos__label {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 9px solid #ffffff;
    border-bottom: 9px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 3;
    line-height: 1em;
    gap: 4px;
    padding: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px 0 16px 0;
    background-color: #11244d;
}

.n-promos__item:nth-child(even) .n-promos__label {
    left: auto;
    right: 0;
    border-right: none;
    border-radius: 0 8px 0 16px;
    border-left: 9px solid #ffffff;
}

.n-promos__label-top,
.n-promos__label-bottom {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.n-promos__label i {
    width: 15px;
    height: 12px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-image: url("/new/html/www/assets/images/icons/arrow-label.svg");
}

.n-promos__info {
    padding: 12px;
}

.n-promos__title {
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
}

.n-promos__text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    padding-top: 8px;
}

@media (min-width: 992px) {
    .n-promos {
        display: flex;
        row-gap: 64px;
        padding-top: 48px;
        padding-bottom: 110px;
    }

    .n-promos__item {
        width: calc(50% - 16px);
    }

    .n-promos__item:nth-child(odd):is(:last-child) {
        width: 100%;
    }

    .n-promos__banner {
        height: 235px;
        border-radius: 16px;
    }

    .n-promos__info {
        padding: 16px;
    }

    .n-promos__title {
        font-size: 26px;
    }

    .n-promos__text {
        font-size: 18px;
        line-height: 26px;
        padding-top: 10px;
    }

    .n-promos__label {
        padding: 16px;
        border-width: 11px;
        border-radius: 16px 0 26px 0;
    }

    .n-promos__item:nth-child(even) .n-promos__label {
        border-radius: 0 16px 0 26px;
    }
}

.n-info {
    margin-top: 20px;
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
}

.n-info--secondary {
    background-color: #f7f0fa;
}

.prize-list {
    width: 100%;
    margin-bottom: -20px;
    overflow: hidden;
}

.prize-list__wrapper {
    padding: 20px 12px 0;
    position: relative;
}

.prize-list__inner {
    display: flex;
    padding-bottom: 20px;
}

.prize-list__item {
    flex-shrink: 0;
    display: flex;
    max-width: 280px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    gap: 8px;
    box-shadow: 0px 5px 12px 3px #0000001a;
}

.prize-list__inner[data-count="1"] .prize-list__item {
    width: 100%;
    max-width: none;
}

.prize-list__item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.prize-list__item-info {
    width: 100%;
}

.prize-list__item-title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.prize-list__item-subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-top: 4px;
}

.prize-list__item-footer {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 4px;
    justify-content: flex-end;
}

.prize-list__item-footer .n-label {
    font-size: 10px;
}

.prize-list__item-value {
    font-size: 12px;
    line-height: 1em;
    width: 100%;
    letter-spacing: 0.02em;
}

.prize-list__delim {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.prize-list__next,
.prize-list__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    z-index: 3;
    align-items: center;
    width: 100px;
}

.prize-list__next:hover,
.prize-list__prev:hover {
    color: #e21b25;
}

.prize-list__next[aria-disabled="true"],
.prize-list__prev[aria-disabled="true"] {
    opacity: 0;
    pointer-events: none;
}

.prize-list__next {
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 87.98%);
}

.prize-list__prev {
    left: 0;
    justify-content: flex-start;
    background: linear-gradient(90deg, #ffffff 12.02%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 991px) {
    .prize-list__next,
    .prize-list__prev {
        width: 20px;
        pointer-events: none;
    }

    .prize-list__next svg,
    .prize-list__prev svg {
        display: none;
    }
}

.link {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #e21b25;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.link--md {
    font-size: 14px;
}

.link--text {
    color: #112233;
}

.link--block {
    display: block;
}

@media (min-width: 992px) {
    .link--text:hover {
        color: #e21b25;
    }
}

.icon-extended {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icon-extended::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

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

.fixed-btn {
    width: 100%;
    position: relative;
}

.fixed-btn__container {
    padding: 16px 0;
}

.footer-offset {
    padding-top: 60px;
}

.swiper-scrollbar {
    display: block;
    margin-top: 16px;
}

.swiper-scrollbar > * {
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 2px;
}

.p-offset[data-offset="1"] {
    padding-top: 8px;
}
.p-offset[data-offset="2"] {
    padding-top: 16px;
}
.p-offset[data-offset="3"] {
    padding-top: 22px;
}
.p-offset[data-offset="4"] {
    padding-top: 30px;
}
.p-offset[data-offset="5"] {
    padding-top: 40px;
}
.p-offset[data-offset="6"] {
    padding-top: 48px;
}

.n-h1 {
    font-size: 28px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 26px;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-family: inherit !important;
    color: inherit !important;
}

@media (min-width: 992px) {
    .n-h1 {
        font-size: 36px;
        line-height: 32px;
    }
}

/* ACCORDEON */
.p-accordeon {
    width: 100%;
    overflow: hidden;
    min-height: 26px;
    margin-top: 40px;
    transition: 0.2s ease-in;
}

.p-accordeon[data-open="false"] .p-accordeon__title svg {
    transform: rotate(180deg);
}

.p-accordeon__title {
    display: flex;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 700;
    line-height: 20px;
    gap: 6px;
    align-items: center;
    font-family: inherit;
    justify-content: space-between;
}

.p-accordeon__title svg {
    transition: 0.2s;
    flex-shrink: 0;
}

.p-accordeon__content {
    font-size: 16px;
    line-height: 23px;
    padding-top: 24px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}

.p-accordeon__content p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}

.p-accordeon__content h3 {
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0.5px;
}

.p-accordeon__content h6 {
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0.5px;
}

.p-accordeon__content > *:first-child {
    padding-top: 0;
}

.p-accordeon__content > *:last-child {
    padding-bottom: 0;
}

.p-accordeon__content iframe,
.p-accordeon__content video {
    width: 100%;
    min-height: 216px;
}

@media (min-width: 992px) {
    /* ACCORDEON */
    .p-accordeon {
        margin-top: 48px;
    }

    .p-accordeon__content iframe,
    .p-accordeon__content video {
        min-height: 299px;
    }

    .p-accordeon__title {
        font-size: 28px;
        line-height: 26px;
    }

    .p-accordeon__title:hover {
        color: #e21b25;
    }
}

.flex {
    display: flex;
}

.flex > * {
    display: inline-flex;
}

.flex--ac {
    align-items: center;
}

.flex--jc {
    justify-content: center;
}

.flex--wrap {
    flex-wrap: wrap;
}

.flex--column {
    flex-direction: column;
}

.flex--xxs {
    gap: 6px;
}

.flex--xs {
    gap: 8px;
}

.flex--sm {
    gap: 12px;
}

.flex--md {
    gap: 16px;
}
