/* main layout */
html, body {
    width: 100%;
    min-height: 100%;
}

body,
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* loader */
.bx-livechat-body {
    background-image: none!important;
    background-color: #ffffff!important;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 1);
}

.techwork {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
}
.techwork p {
    margin-bottom: 0;
}
.techwork__logo {
    width: 348px;
    height: 42px;
    user-select: none;
    white-space: nowrap;
}
.techwork__logo p {
    font-size: 63px;
    line-height: 39px;
    font-weight: 700;
    transform: scaleY(0.9);
    letter-spacing: 1.5px;
    width: calc(100% + 8px);
    margin-left: -4px;
}
.techwork__title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.techwork__wrap {
    display: grid;
    grid-template-areas:
		        'a a b b b'
		        'a a c c c';
    grid-template-columns: repeat(5, 1fr);
    max-width: 450px;
    column-gap: 40px;
}
.techwork__qr {

}
.techwork__qr img {
    width: 100%;
    height: auto;
}
.techwork__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-top: -4px;
}
.techwork__button {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 2px;
}
.techwork__close {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 22px;
    height: 23px;
    background-position-x: -592px;
    background-position-y: -172px;
    transform: scale(1.5);
    cursor: pointer;
}

@media (max-width: 768px) {
    .techwork {
        padding: 20px;
    }
    .techwork__title {
        font-size: 24px;
        margin-top: 25px;
    }
    .techwork__wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:
        'a'
        'b'
        'c';
        row-gap: 20px;
        justify-items: center;
    }
    .techwork__qr {
        max-width: 200px;
    }
    .techwork__button {
        padding: 10px 40px;
    }
}

.index-6 {
    z-index: 6 !important;
}

/* gigachat */

.b24-widget-button-inner-container, .bx-touch .b24-widget-button-inner-container {
    transform: none!important;
}

.b24-widget-button-inner-container {
    border: 1px solid #272725;
}

.b24-widget-button-inner-item:before {
    content: 'Чат';
    font-size: 14px;
    text-transform: uppercase;
    color: #272725;
    line-height: 20px;
    font-weight: 500;
}

.b24-widget-button-bottom .b24-widget-button-social, .b24-widget-button-top .b24-widget-button-social {
    left: -15px;
    position: relative;
}

.b24-widget-button-wrapper:hover .b24-widget-button-pulse {
    background: #272727!important;
}

.b24-widget-button-bottom [data-b24-crm-button-block-inner].b24-widget-button-inner-block {
    background: #272727!important;
}

.b24-widget-button-bottom [data-b24-crm-button-block-inner].b24-widget-button-inner-block .b24-widget-button-inner-item:before {
    color: #ffffff;
}

svg.b24-crm-button-icon,
svg.b24-widget-button-close-item {
    display: none!important;
}

.b24-widget-button-inner-block {
    height: 38px!important;
    border-radius: 0!important;
}

.b24-widget-button-inner-item {
    border-radius: 0!important;
}

.b24-widget-button-inner-mask {
    display: none!important;
}

.b24-widget-button-block {
    width: 98px!important;
    height: 38px!important;
    border-radius: 0!important;
}

.b24-widget-button-pulse-animate {
    animation: none!important;
}

/*  */

/*sprite*/
.sprite,
.sprite-b::before,
.sprite-a::after {
    background-image: url('/local/templates/adaptive/sprite.svg');
    background-repeat: no-repeat;
}
.sprite-n,
.sprite-nb::before,
.sprite-na::after {
    background-image: url('/local/templates/adaptive/sprite-new1.svg');
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .loader:before {
        background-size: 30%;
    }
}

.preloading .viewed-item__title {
    max-height: 22px;
    white-space: normal;
}
.preloading .viewed-item__img {
    width: auto;
    height: calc(100% - 40px);
}
.preloading .viewed-item__link {
    display: block;
    height: 100%;
}
.preloading .viewed__item {
    height: 100%;
}
.preloading .viewed__images {
    display: flex;
    height: 50vh;
}

.wrapper {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.wrapper.confirm-email {
    max-width: 500px;
    text-align: center;
    padding-top: 60px;
}

.success, .error {
    display: none;
}

.success_visible, .error_visible {
    display: block;
}

.site_map {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.site_map ol {
    margin-right: 20px;
    left: 10px;
}

.site_map .column > ol > li > ol {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
}

.site_map ol li ol li {
    margin: 3px 0;
}

.site_map .column > ol > li > a {
    font-weight: bold;
}

.site_map .column > ol > li > ol > li > a {
    text-decoration: underline;
}

.site_map .column ol li .third-level + ol li a {
    font-size: 14px;
}

.site_map .column > ol > li > ol > ol {
    margin-top: 30px;
    margin-left: -8px;
    margin-right: 30px;
}

.site_map .column > ol > li > ol > li {
    flex-basis: 0;
    width: 0;
    white-space: nowrap;
}

#bx_incl_area_1 > h1 {
    width: 1420px;
    margin: 0 auto;
}

/* delivery banner */
.delivery-fixed,
.delivery-fixed-footer {
    display: none;
}
.lock-scroll {
    height: 100% !important;
    overflow: hidden !important;
}
.lock-scroll #scrollup {
    display: none !important;
}

/* header */
.header {
    z-index: 7;
}

.header-m {
    position: sticky;
    top: 0;
    z-index: 6;
}
.header.color_normal {
    padding: 0 20px;
}

.header-item {
    flex-basis: 42%;
    flex-shrink: 0;
    width: 42%;
}

.header-item:first-child {
    justify-content: start;
    flex-basis: 29%;
    width: 29%;
}

.header-item:last-child {
    justify-content: end;
    flex-basis: 29%;
    width: 29%;
}

.header-icons {
    display: flex;
    align-items: center;
}

.header-icons > * {
    margin: 0 0 0 30px !important;
}

.header .wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.header-logo {
    display: block;
}

.header-logo img {
    display: block;
    height: 23px;
    margin: 0 10px;
}

.header-logo .logo-mobile {
    display: none;
}

.header-logo .header-logo-m {
    display: none;
}

.header-user {
    position: relative;
    padding-bottom: 8px;
    white-space: nowrap;
}

.header-user-icon {
    display: inline-block;
    position: relative;
    text-decoration: none;
    vertical-align: super;
    font-size: 22px;
    margin: 0 6px;
    cursor: pointer;
}

.header-user .header-user-wide {
    margin: 0 8px;
}
.header-menu-icon {
    display: none;
    width: 24px;
    height: 20px;
    background: url('https://icdn.finnflare.com/upload/images/icons/menu.svg') no-repeat center center;
    background-size: 21px 21px;
    cursor: pointer;
    flex-shrink: 0;
}

.header-user-phone {
    font-size: 22px;
}
.popup-close {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 21px;
    height: 21px;
    background-position: -784px -172px;
    cursor: pointer;
}

.hidden-wrapper {
    display: none;
}
/* city-select */
.header-geo {
    font-size: 14px;
    line-height: 20px;
    margin-right: 60px;
    cursor: pointer;
    padding-top: 3px;
}
.city-select-title {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    font-family: ProbaRegular;
    font-weight: 500;
    color: #272725;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.geo-popup-deep .city-select-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-family: ProbaMedium;
}
.city-select-input::placeholder {
    color: #c4c4c4;
}
.city-select-item {
    padding: 3px 0 13px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #272725;
    flex-basis: calc(100% / 4);
    flex-shrink: 0;
    margin-bottom: 10px;
}
.city-select-item:hover {
    text-decoration: underline;
}
.geo-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    padding: 30px 20px 20px;
    width: fit-content;
    background: #fff;
    z-index: 9998;
    margin: 0 !important;
    border: solid 1px #EAEAEA;
}
.geo-popup-main {
    width: auto;
}
.geo-popup-deep {
    width: 890px;
}
.city-select-footer {
    display: flex;
    gap: 20px;
}
.city-select-button {
    display: block;
    width: 100%;
    font: 14px Manrope;
    padding: 14px 10px;
    border: 1px solid #272725;
    color: #272725;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    flex-basis: 50%;
    white-space: nowrap;
}
.city-select-confirm {
    background: #272725;
    color: #fff;
}

.city-select-input {
    border: 1px solid #eaeaea;
    padding: 14px 20px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 25px;
    color: #272725;
    background: url('/upload/images/icons/svg/new-search-main.svg') no-repeat calc(100% - 14px) 14px;
}

.city-select-input::placeholder {
    opacity: 0.4;
}

.city-select-wrap {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-auto-flow: column;
    text-align: left;
}

.city-select-block {
    flex-grow: 1;
    padding: 0 0 0 13px;
}

.city-select-item {
    padding: 3px 0;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.city-select-item__defined {
    font-weight: 600;
}

.city-select-item:hover {
    text-decoration: underline;
    text-decoration-color: #989898;
}

.geo-popup-main {
    display: block;
}
.geo-popup-deep {
    display: none;
}
.geo-popup.geo-deep > .geo-popup-main {
    display: none;
}
.geo-popup.geo-deep > .geo-popup-deep {
    display: block;
}
.geo-background {
    position: fixed;
    background: #00000022;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
.geo-input-clear {
    display: none;
    position: absolute;
    top: 88px;
    right: 28px;
    width: 31px;
    height: 31px;
    background-position: -779px -167px;
    transform: scale(0.8);
    background-color: #fff;
    cursor: pointer;
}
.city-select-item.highlighted::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -10px;
    background: #2727250d;
}

@media (max-width: 1024px) {
    .header-user-geo {
        margin-left: auto;
    }
    .geo-popup {
        overflow-y: auto;
    }
    .geo-popup-deep {
        width: 100%;
    }
    .geo-popup.geo-deep {
        top: calc(100% + 10px);
        right: 10px;
        left: 10px;
        width: auto;
        max-height: calc(100vh - 190px);
    }
    .geo-popup-deep {
        width: 100%;
    }
    .geo-input-clear {
        top: 87px;
        transform: scale(0.8);
    }
}
@media (max-width: 768px) {
    .header-user-geo.defined {
        font-size: 14px;
        line-height: 22px;
    }
    .geo-input-clear {
        top: 86px;
    }
}
@media (max-width: 550px) {
    .city-select-wrap {
        grid-template-rows: repeat(8, 1fr);
    }
    .geo-popup {
        top: calc(100% - 2px);
        right: 0;
        left: 0;
        width: 100%;
    }
}
@media (max-width: 430px) {
    .geo-popup:not(.geo-deep) {
        top: 0;
        position: fixed;
    }
    .header-user-geo {
        margin-left: 2px;
        margin-top: 20px;
    }
    .header-user-geo.defined {
        width: calc(100% - 10px);
        margin-left: 0;
    }
    .header-user-geo::before {
        content: '';
        background-position: -790px -434px;
        width: 20px;
        height: 23px;
        transform: scale(0.9) translateY(1px);
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 10px;
    }
    .header-user-geo:not(.defined)::before {
        display: none;
    }
    .geo-input-clear {
        top: 81px;
    }
    .city-select-item {
        font-size: 12px;
        padding: 1px 0 4px;
    }
    .city-select-wrap {
        grid-template-rows: repeat(6, 1fr);
        padding-left: 4px;
    }
    .city-select-item:nth-child(1n+13) {
        display: none;
    }
    .city-select-input {
        margin-bottom: 16px;
    }
    .geo-popup-deep .city-select-title {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .geo-popup.geo-deep {
        right: 0;
        left: 0;
        width: auto;
        bottom: 0;
        max-height: unset;
        top: 0;
        height: fit-content;
        z-index: 99999;
        position: fixed;
    }
}

/* favorite limit popup */
.favorite-limit-popup.fancybox-content {
    padding: 60px 40px;
}
.favorite-limit-popup h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.favorite-limit-popup .button {
    width: 420px;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 20px;
    margin: 0 0 16px 0;
}
@media (max-width: 768px) {
    .favorite-limit-popup.fancybox-content {
        padding: 30px 20px;
    }
    .favorite-limit-popup h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .favorite-limit-popup .button {
        width: 290px;
        height: 48px;
        line-height: 48px;
    }
}
/* end favorite limit popup */


/* city-select end */
.header-user-favorite {
    width: 22px;
    height: 20px;
    background-position-x: -111px;
    background-position-y: -136px;
}
.header-user-favorite > span.color_translucent {
    display: none !important;
}

.header-user-cart {
    width: 23px;
    height: 21px;
    background-position-x: -150px;
    background-position-y: -135px;
}
.header-user-favorite span:empty,
.header-user-cart span:empty {
    display: none;
}

.header-user-search {
    width: 23px;
    height: 23px;
    background: url('https://icdn.finnflare.com/upload/images/icons/search.svg') no-repeat center center;
    background-size: 20px 20px;
}

.header-user .header-user-search {
    display: none;
}

.header-user-chat {
    width: 26px;
    height: 23px;
    background: url('/upload/images/icons/chat.png') no-repeat;
}
.header-user-icon span {
    display: block;
    position: absolute;
    top: -8px;
    right: -12px;
    width: 20px;
    height: 18px;
    border-radius: 50%;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
    background: #272725;
    color: #fff;
    padding-top: 2px;
    font-weight: 100;
}

.menu_tabs {
    display: none;
}

.menu_tabs > div {
    opacity: 0.4;
    position: relative;
    transition: 0.2s;
}

.menu_tabs > div.active {
    opacity: 1;
}

.menu_tabs > div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #272725;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}
.menu_tabs > div.active::after {
    bottom: -10px;
    opacity: 1;
}

.content_tab {
    display: none;
    width: 100%;
}

.content_tab.active {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 20px;
}

/* header icon-popups */
.cart-empty {text-align: center;}
.cart-empty__wrap{
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
    text-align: center;
}

.cart__title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #272725;
    margin-bottom: 40px;
    width: 100%;
}

.cart__count {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #717171;
}
.cart-empty__title{
    font-size: 18px;
    line-height: 20px;
    color: #272725;
}
.cart-empty__text{
    font-size: 18px;
    line-height: 20px;
    color: #272725;
}
.cart-empty__auth{
    display: block;
    width: 100%;
    max-width: 180px;
    font-size: 18px;
    padding: 10px;
    margin: 30px auto 15px;
    border-width: 1px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 23px;
}
#promo_count_error {display: none;}

.cart-wrapper {
    display: flex;
    min-height: 290px;
    margin-bottom: 50px;
}

.cart-left {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 508px);
    padding-right: 125px;
    position: relative;
}
.cart-left > p {
    padding-right: 10px;
}
.cart-right {
    width: 508px;
    position: sticky;
    top: 65px;
    height: fit-content;
}

/* make order */
.cart-right .h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #272725;
    margin: 0 0 40px;
}

.cart-bonus__info span {
    color: #272725;
    font-weight: 500;
}
/* make order end */

/* slick arrows fix */
.slick-arrow.slick-prev {
    padding-right: 2px !important;
}
.slick-arrow.slick-next {
    padding-left: 4px!important;
}
/* end of slick arrows */

.popmechanic-mobile {
    /*padding: 43px 0 0!important;*/
}



/* shopping cart udpate */
.cart-body__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.cart-body__img {
    display: flex;
    max-width: 200px;
    flex-basis: unset;
    padding-top: 0;
    position: relative;
}
.order-cart-item p.minor {
    font-size: 15px;
    margin-bottom: 0;
}
.order-cart-size {
    font-size: 16px !important;
    flex-grow: 1;
}
.order-cart-item .cart-sizes.radio_sizes p.minor {
    font-size: 15px;
    flex-basis: 50px;
}
.order-cart-item .cart-sizes.radio_sizes {
    margin-left: 30px;
}
.order-cart-item .cart-sizes.radio-sizes .order-cart-size {
    flex-basis: 60px;
}
.order-num-input {
    height: 100%;
    user-select: none;
}
.order-num-input input {
    color: #272725;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
}
.num .order-num-input {
    display: flex;
    padding: 0 15px;
}
.order-cart-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.order-cart-num {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    margin-left: auto;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}
.order-cart-num .num_down,
.order-cart-num .num_up {
    width: 13px;
    height: 13px;
    opacity: 1;
}

.order-cart-num .num_down.button-hidden,
.order-cart-num .num_up.button-hidden {
    opacity: 0.4;
}

.order-cart-num .num_down.button-hidden:hover,
.order-cart-num .num_up.button-hidden:hover {
    opacity: 0.4;
    cursor: default;
}
.order-cart-num .num_down {
    background-position-x: -500px;
    background-position-y: -176px;
}
.order-cart-num .num_up {
    background-position-x: -472px;
    background-position-y: -176px;
}
.order-cart-content .order-cart-delete {
    top: 0 !important;
    right: 10px !important;
}
.button-hidden {
    opacity: 0.4;
}

.cart-wrapper {
    border-bottom: 0;
    padding: 0 20px;
}

.basket-recommend {
    padding-right: 400px;
}

.order-cart-content {
    display: flex;
}

.limit-error {
    max-width: 600px !important;
}

.cart-limiter, .cart-autopromo {
    margin: 10px 0 0;
    border-radius: 6px;
    padding: 8px 20px 8px 46px;
    background: #fffbeb;
    position: relative;
    color: #bf9d5f;
    border: 1px solid #bf9d5fd1;
}

.cart-limiter > span, .cart-autopromo > span {
    position: absolute;
    top: 10px;
    left: 16px;
    display: block;
    width: 18px;
    height: 18px;
    background-position: -561px -174px;
}

.cart-limiter-warn {
    background: #f2f2f2;
    color: #8b8b8b;
    border: 1px solid #8b8b8bd1;
    margin: -10px 0 20px;
}

.cart-item-title + p.minor {
    margin-bottom: 2px;
    margin-top: 5px;
}


/* cart styles from local/templates/adaptive/components/finnflare/favorites/.default/style.css */

.profile-favorite {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}

.cart-item {
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 15px;
}
.cart-content {
    position: relative;
    height: 100%;
    padding: 15px 0 30px;
    border-bottom: 1px solid #dce0ef;
    margin-right: 25px;
}
.cart-body {
    display: flex;
    height: 100%;
    width: 100%;
}

.cart-body__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 30px;
}

.cart-delete {
    width: 32px;
    height: 32px;
    background: url('/upload/images/icons/close.png') center no-repeat;
    background-size: 15px auto;
    opacity: 0.4;
    transition: 0.4s;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: -6px;
}
.cart-delete:hover {opacity: 0.8;}
.cart-item p {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
    opacity: 0.6;
}
.cart-item img {
    width: 100%;
    height: auto;
}
.cart-price {
    margin-bottom: 3px;
}

.cart-price .price {
    margin-right: 10px;
    font-size: 24px;
}
.cart-price .price_old {
    vertical-align: top;
    padding-top: 3px;
}
.cart-price div {display: inline-block;}
.cart-price .price_old.hide {display: none;}
.cart-clear {clear: both;}
.cart-body__buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.cart-button {
    display: none;
    position: relative;
    right: auto;
    bottom: auto;
    flex-grow: 1;
    text-align: center;
}
.cart-button.active {display: inline-block;}
.cart-button.button_small {margin: 0;}

.cart_sizes {
    display: flex;
    border-bottom: 1px solid #c1c2cf;
    padding: 0 0 5px 0;
}

/*.cart-sizes > p {*/
/*    padding-right: 5px;*/
/*    vertical-align: top;*/
/*}*/
.cart-sizes {
    display: flex;
}
.cart-body__info .cart-sizes > div {
    display: flex;
    flex-wrap: wrap;
}
.cart-body__info .cart-sizes > div > label {
    height: 25px;
}
.radio_sizes span {
    border: 1px solid #4d5074;
    border-radius: 15px;
    text-align: center;
    padding: 1px 10px !important;
    min-width: 35px;
    opacity: 0.6;
    font-size: 15px !important;
    margin-bottom: 2px;
}
.radio_sizes input:checked + span {
    opacity: 1;
}
.radio_sizes input:checked + span::after,
.radio_sizes input:hover + span::after{
    width: 0 !important;
}

.no-favorites {
    width: 100%;
    order: 3;
}
.no-favorites a {
    text-decoration: underline;
}
.no-favorites a:hover {
    color: #9093ad;
}

/* --- */

/* drop-menu */

.drop-menu {
    /*position: relative;*/
}
.drop-menu.active .drop-menu__list {
    display: flex;
}
.drop-menu__value {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #272725;
}
.drop-menu + .drop-menu {
    margin-left: 20px;
}

.drop-menu__value span::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 16px;
    right: 0;
    top: 1px;
    background-position-x: -442px;
    background-position-y: -176px;
}

.drop-menu__list {
    display: none;
    position: absolute;
    top: 10px;
    left: 120px;
    right: 0;
    padding: 20px;
    background-color: #ffffff;
    width: calc(100% - 120px);
    height: 165px;
    z-index: 4;
    margin-bottom: 0;
    max-width: unset;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    user-select: none;
    column-gap: 12px;
    row-gap: 4px;
}
.drop-menu__list::before {
    display: block;
    content: 'Выберите размер';
    flex-basis: 100%;
    height: fit-content;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.drop-menu__list li {
    cursor: pointer;
    padding: 2px 8px;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color: #272725;
    text-align: center;
    height: fit-content;
    min-width: 52px;
    border: 1px solid transparent;
}
.drop-menu__list li:hover {
    /*background: #f2f2f2;*/
    border-color: #272725;
    border-radius: 5px;
}
.drop-menu__list li.-selected {
    display: none;
}
.drop-menu__list .close-button {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 13px;
    height: 14px;
    cursor: pointer;
    background-position-x: -413px;
    background-position-y: -176px;
    filter: none;
    z-index: 1;
}
@media (max-width: 450px) {
    .drop-menu__list li.-selected {
        display: list-item;
    }
}
.js_delete_hide {
    display: none;
    margin-right: 20px;
}
.js_delete_hide.active {
    display: block;
}

/* --- */

.cart__slider {
    max-width: 1920px;
    position: relative;
}

.cart-empty__wrap {
    margin-bottom: 190px;
}

/*mindbox*/
.mindbox-recommendation-detail-same {
    padding: 0 20px;
}
.mindbox-recommendation__images .slick-next,
.mindbox-recommendation__images .slick-prev {
    top: 0;
}
.mindbox-recommendation__images .slick-prev {
    right: 120px !important;
}
.mindbox-recommendation__images .slick-next {
    right: 25px !important;
}

.cart__slider .viewed__images .slick-next {
    right: 10px;
}

.cart__slider .viewed__images .slick-prev,
.cart__slider .viewed__images .slick-next {
    background: #fff url('/local/templates/adaptive/sprite.svg') no-repeat;
    background-position-x: -628px;
    background-position-y: -173px;
}


.cart__slider .viewed__images {
    margin: 0;
    width: 100%;
}

.cart__slider .viewed__images .viewed__item {
    padding: 0;
    margin: 10px;
}

.cart__slider .viewed__wrapper {
    margin: 0 -10px;
}

.cart__slider .viewed__title {
    margin-bottom: 10px;
}

.cart-wrapper .cart-empty {
    text-transform: uppercase;
}

.cart-empty__wrap .cart-empty__auth {
    text-transform: uppercase;
    max-width: 240px;
    padding: 15px;
}

.cart-empty__wrap .cart-empty__title {
    text-transform: uppercase;
}

.js-mobile-dropdown,
.js-mobile-dropdown.active {
    display: none;
}

@media screen and (max-width: 1600px) {
    .cart-empty__slider .mindbox-recommendation__item {
        margin: 8px;
    }
}

@media screen and (max-width: 1440px) {
    .cart-left {
        width: calc(100% - 400px);
        padding-right: 100px;
    }
    .cart-right {
        width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .cart__slider .viewed__images {
        width: 100%;
    }

    .cart-remove__all {
        margin-left: 0;
    }
    .js_delete_hide {
        margin-right: 40px;
    }
    .cart-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 80px;
    }
    .cart-right {
        width: 100%;
    }
    .cart-wrapper {
        flex-direction: column;
    }
    .order-cart-content .cart-item-title div,
    .drop-menu__value {
        font-size: 12px;
        line-height: 18px;
    }
    .order-cart-price .price,
    .order-cart-price .price_old {
        font-size: 14px;
        line-height: 20px;
    }
    .drop-menu__value {
        white-space: nowrap;
    }
}

@media screen and (max-width: 576px) {
    .cart__slider .viewed__title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 530px) {
    .cart__slider .viewed__images {
        padding-left: 0;
    }
}

@media (max-width: 450px) {
    .js-mobile-dropdown {
        display: none;
        top: 100%;
        transition: 0.2s linear;
    }
    .js-mobile-dropdown.active {
        display: block;
        position: fixed;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        z-index: 8;
        padding: 20px;
    }
    .js-dropdown-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 7;
        display: none;
    }
    .js-mobile-dropdown.active + .js-dropdown-background {
        display: block;
    }
    .sizes-title {
        color: #272725;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .sizes-body {
        display: flex;
        justify-content: flex-start;
        gap: 24px;
        flex-wrap: wrap;
    }
    .js-mobile-dropdown .button {

    }
    .size-item {
        padding: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .size-item.active {
        border-bottom: 1px solid;
    }
}

.profile-popup {
    display: none;
}


.profile-popup:hover,
.header-user-profile__authorized:hover + .profile-popup {
    display: block;
    position: absolute;
    top: 40px;
    right: 8px;
    z-index: 99999;
    border: 1px solid #eaeaea;
    background: #fff;
}
.profile-popup .personal-menu {
    flex-direction: column;
    height: auto;
    position: relative;
    top: 0;
    width: auto;
    padding: 15px 20px;
    justify-content: flex-start;
    min-height: unset;
    flex-basis: 100%;
}

.profile-popup .personal-menu a {
    opacity: 1;
}

.profile-popup .personal-menu a:hover {
    opacity: 0.4;
}

.profile-popup .personal-menu > div {
    margin: 0;
}

.profile-popup .personal-menu > div:last-child {
    padding-bottom: 0;
}

.profile-popup .personal-menu-scroll {
    display: none;
}

/* header menu */
.menu {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-phone {
    display: none;
    padding: 0 0 15px;
    font-size: 22px;
    text-align: right;
}

.menu-close {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background: url('https://icdn.finnflare.com/upload/images/icons/svg/new-close_times.svg') no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 4;
}

.menu > .wrapper {
    padding: 0;
}

.menu a {
    display: inline-block;
    padding: 2px 5px;
}

.menu a.this {
    cursor: default;
}

.menu-block {
    display: inline-block;
    padding: 13px 10px 15px;
    white-space: nowrap;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* HEADER BLACK MENU */
.header-black {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #272525;
    z-index: 7;
}
/* header black geo */
.header-black-geo {
    min-width: 160px;
}
.header-user-geo {
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    margin-right: 40px;
    margin-left: 0;
    color: #fff;
    cursor: pointer;
}
.header-user-geo::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 23px;
    margin-right: 5px;
    background-position: -790px -434px;
    filter: invert(1);
    transform: scale(0.9);
}
.header-user-geo.defined {
    font-weight: 500;
}
/* header black nav */
.header-black-nav {
    flex-grow: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-black-nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin: 0;
    max-width: none;
}
.header-black-nav_item {
    list-style: none;
    color: #fff;
}
.header-black-nav_link {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 12px;
    white-space: nowrap;
    cursor: pointer;
}
.header-black-nav_link.show-mobile {
    display: none;
}
.header-black-nav_link:hover {
    color: #fff;
}
.header-black-profile {
    min-width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width: 1025px) {
    /* header block profile */
    .header-user-profile--mobile {
        display: none !important;
    }
    .header-user-profile,
    .header-user-profile__authorized {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        width: 100%;
        margin: 0;
    }
    .header-user-profile::after {
        content: "";
        display: inline-block;
        width: 22px;
        height: 24px;
        background-position-x: -70px;
        background-position-y: -134px;
        filter: invert(1);
    }
    .header-user-profile__authorized::after {
        content: "";
        display: inline-block;
        width: 22px;
        height: 24px;
        background-position-x: -592px;
        background-position-y: -132px;
        filter: invert(1);
    }
    .header-user-profile.popup_link span {
        display: none;
    }
    .header-user-profile_text {
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        margin-bottom: 0;
        margin-right: 5px;
    }
}
@media (max-width: 1024px) {
    .header-black-nav {
        position: relative;
        left: 0;
        transform: none;
    }
    .header-black-geo, .header-black-profile {
        display: none;
    }
    .header-black-nav_link:not(.show-mobile) {
        display: none;
    }
    .header-black-nav_link.show-mobile {
        display: inline-block;
    }
}
@media (max-width: 540px) {
    .header-black {
        padding: 0;
    }
    .header-black-nav_link {
        line-height: 30px;
        font-size: 12px;
    }
}
/* END HEADER BLACK MENU */

.top-mid-menu {
    display: flex;
    background: #fff;
    z-index: 1;
}

.top-mid-menu .menu {
    max-width: 42vw;
    overflow: hidden;
    justify-content: start;
    transition: 0.3s ease;
    padding-right: 20px;
}

.top-mid-menu .menu.active {
    max-width: 100vw;
}

.menu-switch {
    position: absolute;
    top: 25px;
    right: -2px;
    order: 2;
    width: 26px;
    height: 24px;
    margin-top: -10px;
    margin-left: 10px;
    background-color: #fff;
    background-position-x: -850px;
    background-position-y: -33px;
    transform: scale(-1);
    cursor: pointer;
    user-select: none;
}

.active .menu-switch {
    transform: none;
    margin-top: -12px;
}

@media (max-width: 1024px) {
    .menu-switch {
        display: none !important;
    }

    .top-mid-menu .menu-block {
        display: block !important;
    }

    .menu-block {
        margin: 0;
        padding: 0 10px 15px;
    }
}

.top-mid-menu .menu .menu-scroll .menu-block:nth-child(1),
.top-mid-menu .menu .menu-scroll .menu-block:nth-child(1) a.semibold {
    padding-left: 0;
}

.top-mid-menu .menu .menu-scroll .menu-block:nth-child(1),
.top-mid-menu .menu .menu-scroll .menu-block:nth-child(2),
.top-mid-menu .menu .menu-scroll .menu-block:nth-child(3),
.top-mid-menu .menu .menu-scroll .menu-block:nth-child(4) {
    display: block;
}

.menu-switch:checked + .menu .menu-scroll .menu-block {
    display: block;
}

.menu-block.menu-m > .menu-header > .menu-header-box > .semibold + .header-user-profile {
    background-size: 16px 16px;
    margin-bottom: -9px;
    margin-top: 5px;
}

.menu-block:hover > .menu-header a::after {
    width: 0;
}

.menu-block > .menu-header a {
    font-family: inherit;
    white-space: nowrap;
}

.menu:hover a.this::after {
    opacity: 0;
}

.menu:hover .menu-block:hover a.this::after {
    opacity: 1;
}

.menu-category .wrapper {
    padding: 36px 10px 36px 40px;
}

.menu .header-user-icon {
    margin: 0;
    padding: 2px 8px;
}

.menu .header-user-favorite {
    width: 20px;
    height: 20px;
    background-size: 25px;
    padding-top: 0;
}

.menu .header-user-profile {
    background-size: 18px 18px;
    padding: 0 9px;
}

.menu .header-user-cart {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.menu .header-user-favorite::after,
.menu .header-user-cart::after {
    display: none;
}

aside.slidelinks {
    background: #fff;
}


/* temp */
/* show only Women and Men in the top menu and hide popup for mid menu */
.top-left-menu .menu-block {
    display: none;
}

.top-mid-menu .menu-block:hover .menu-category {
    display: none;
}

.top-left-menu .menu-block {
    display: inline-block;
    position: relative;
}

.top-left-menu .menu-block:hover {
    color: #717171;
}
.top-left-menu .menu-block > .menu-header a {
    color: rgba(39, 39, 37, 0.4);
    opacity: 1;
}
.top-left-menu .menu-block > .menu-header a.this {
    color: rgba(39, 39, 37, 1);
}
.top-left-menu:hover .menu-block > .menu-header a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 4px;
    width: calc(100% - 8px);
    border-bottom: 1px solid #272725;
    transition: 0.2s linear;
    opacity: 0;
}
.top-left-menu .menu-block:hover > .menu-header a::after {
    opacity: 1;
}

.top-left-menu .menu-block:hover::after {
    content: '';
    position: absolute;
    bottom: -11px;
    height: 12px;
    width: 100%;
    left: 0;
    display: block;
}

.top-left-menu .menu-block:hover .menu-category {
    display: block;
    max-height: 600px;
    opacity: 1;
}

.menu-header {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.menu-header .menu-header-size_plus {
    font-size: 20px;
    line-height: 20px;
}

.menu-header-arrow {
    display: none;
}

.menu-category {
    max-height: 0;
    opacity: 0;
    transition: 0.1s;
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 11;
    overflow: hidden;
}
.search-panel-active .menu-category {
    top: 155px;
}

.menu-scroll .wrapper {
    font-size: 0;
    width: auto;
    margin-top: 0;
    padding-top: 0;
}

.menu-scroll .wrapper * {
    font-size: 16px;
}

.menu-header a.bold:hover,
.menu-header a.semibold:hover {
    text-decoration: none;
}

.header-user + .menu-block {
    padding-top: 2px;
}

.menu-category a.bold,
.menu-category a.semibold {
    width: 100%;
    margin-left: -10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 45px;
    text-transform: none;
    color: #272725;
    white-space: nowrap;
    font-weight: 400;
    font-family: ProbaRegular;
}
.menu-header-box a[href="#"] {
    cursor: auto;
    pointer-events: none;
}
.menu-header-box a[href="#"]:hover {
    opacity: 1;
}
.menu-category a.bold:hover,
.menu-category a.semibold:hover {
    text-decoration: none;
    opacity: 0.7;
}

.menu-header a::after,
.menu-subcategory a::after {
    transition: none;
}

.menu-header a:hover::after,
.menu-subcategory a:hover::after {
    width: 0;
}

.menu-subcategory a {
    padding: 2px 10px 3px 20px;
    margin-left: -10px;
    line-height: 20px;
    color: #272725;
    font-family: Manrope, 'ProbaLight', system-ui, sans-serif;
    font-weight: 400;
    width: calc(100% - 35px);
    white-space: normal;
}

.menu-subcategory a:hover {
    opacity: 0.75;
}

.menu-category .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.menu-category .menu-header {
    display: block;
    min-width: 280px
}

.menu-column {
    width: 25%;
}

.menu-column-block {
    margin-bottom: 20px;
}

.menu-column:nth-of-type(6) {
    width: 100px;
}

.menu-column > .menu-header > a.fire {
    color: #272725 !important;
}

.menu-category {
    background-position-x: calc(100% - 100px);
    background-position-y: center;
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .menu-column:last-child {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .menu-column:last-child .menu-header > a {
        line-height: 28px;
        white-space: normal;
        margin-top: 10px;
    }
}

@media (min-width: 1025px) {
    .wrapper.special {
        flex-wrap: wrap;
        padding: 36px 1% 36px 6%;
        justify-content: space-between;
    }

    .wrapper.special::after {
        content: '';
        flex: auto;
    }

    .wrapper.special .menu-column {
        flex: 0 0 25%;
    }

    .wrapper.special a {
        text-transform: none;
        font-family: ProbaLight;
        margin-left: 0;
        padding-left: 10px;
    }

    .wrapper.special a:hover {
        background: linear-gradient(90deg, transparent, #f1f1f5 2%, #f1f1f5 60%, transparent);
    }
}

/* footer */
footer {
    margin-top: 80px;
    clear: both;
    position: relative;
}

.footer-wrapper {
    border-radius: 20px;
    background: #f2f2f2;
    padding: 40px 40px 20px;
    margin: 0 20px 40px;
    display: grid;
    row-gap: 0;
    column-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:
            "a b c d"
            ". f g h"
            "i i i j";
}

.footer-wrapper > *:nth-child(2) {
    grid-area: b;
}

.footer-wrapper > *:nth-child(3) {
    grid-area: c;
}

.footer-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'ProbaMedium';
}

.footer-title--big {
    max-width: 280px;
}

.footer-block {
    display: flex;
    justify-content: space-between;
}

.text-small {
    font-size: 14px;
    line-height: 18px;
    color: #717171;
    letter-spacing: 0;
}

.footer-block.text-small {
    font-size: 12px;
}

.text-small a {
    color: #272725;
}

.footer-block > div {
}

.footer-block > div:first-child,
.footer-block > div:last-child {
}

.footer-block:last-child {
    margin-top: 90px;
}

.footer-block:last-child > div:first-child {
}

.footer-qr-wrap {
    display: flex;
}
.footer-qr-item {
    background: url('/local/templates/adaptive/sprite.svg') no-repeat;
}
.footer-qr-item.-qrkz {
    background: #fff;
    border-radius: 35px;
    padding: 20px;
    width: 256px;
    height: 256px;
}
.footer-qr-item.-qrcode {
    width: 256px;
    height: 256px;
    background-position-x: -31px;
    background-position-y: -318px;
}
.footer-qr-item.-tablet {
    width: 116px;
    height: 100px;
}
.footer-qr-item.-mobile {
    width: 152px;
    height: 100px;
}
.footer-qr-item.-tablet.-gplay {
    background-position-x: -643px;
    background-position-y: -317px;
}
.footer-qr-item.-mobile.-gplay {
    background-position-x: -305px;
    background-position-y: -317px;
}
.footer-qr-item.-tablet.-astore {
    background-position-x: -776px;
    background-position-y: -317px;
}
.footer-qr-item.-mobile.-astore {
    background-position-x: -474px;
    background-position-y: -317px;
}

.footer-qr-wrap > a {
    display: none;
}

.footer-qr-wrap > a:first-child {
    margin-right: 20px;
}

.footer-qr-item.-tablet {
    display: block;
}

.footer-qr-item.-mobile {
    display: none;
}

.footer-qr-wrap > a:not(:first-child) {
    margin-right: 40px;
}

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

.footer-subscribe-input {
    font-size: 0;
    display: flex;
    margin-bottom: 20px;
}

.footer-subscribe-input button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    padding: 0 20px;
    cursor: pointer;
}

.footer-subscribe-input input {
    background: #fff;
    border: 1px solid;
    border-radius: 4px 0 0 4px;
    padding: 20px;
    border-right: 0;
}

.footer-subscribe-input input::placeholder {
    color: #717171;
}

.footer-block.text-small a {
    margin: 0 30px 0 10px;
}

.post-footer {
    padding: 0 60px 60px;
    display: grid;
    grid-template-areas: "a b c d";
    column-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.post-footer-item {
    font-size: 12px;
    line-height: 18px;
}

.footer-menu {
    left: 0;
}

.footer-menu > div {
    width: 100%;
}

.footer-menu ul {
    position: static;
    width: 100%;
}

.footer-menu li {
    list-style-type: none;
}

.footer-menu li:first-child a,
.footer-menu li:first-child div {
    text-transform: lowercase !important;
}

.footer-menu li:first-child a:first-letter,
.footer-menu li:first-child div:first-letter {
    text-transform: uppercase;
}

.footer-menu li:first-child div {
    cursor: default;
}

.footer-menu a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}

.footer-menu .orderstatus-show {
    font-weight: 400;
    text-transform: none;
    opacity: 1;
}
.footer-menu .orderstatus-show:hover {
    opacity: 1;
}


.footer-info {
    display: flex;
    margin: 55px 0;
}

.footer-info div {
    width: 50%;
}

.footer-sharing {
    text-align: right;
}

.footer-sharing a {
    display: inline-block;
    margin: 0 10px;
    transition: 0.4s;
}

.footer-sharing a:first-child {
    margin-left: 0;
}

.footer-sharing a:last-child {
    margin-right: 0;
}

.footer-sharing a:hover {
    opacity: 0.7;
}

.footer-sharing img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain
}

.footer-links {
    display: flex;
}

.footer-links a {
    margin: 0 20px;
    display: block;
    width: 30px;
    height: 30px;
}

.footer-links a:first-child {
    margin-left: 3px;
}

.footer-links img {
    width: 100%;
    height: auto;
}

.footer-copyright {
    margin: 10px 0;
    opacity: 0.6;
}

.footer-links-more {
    display: none;
}

span.footer-link {
    display: block;
    width: 30px;
    height: 30px;
}

/* kz */
span.footer-link-fb {
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.finn-flare.ru/upload/images/icons/svg/facebook.svg) no-repeat;
    background-size: contain;
}

span.footer-link-in {
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.finn-flare.ru/upload/images/icons/svg/instagram.svg) no-repeat;
    background-size: contain;
}

/* temp #temp */
span.footer-link-vk {
    background-position-x: -450px;
    background-position-y: -258px;
}

span.footer-link-yt {
    background-position-x: -496px;
    background-position-y: -258px;
}

span.footer-link-dzen {
    background-position-x: -542px;
    background-position-y: -258px;
}

span.footer-link-tg {
    background-position-x: -588px;
    background-position-y: -258px;
}

span.footer-link-ok {
    background-position-x: -634px;
    background-position-y: -258px;
}

.footer-copy, .footer-privacy {
    font-size: 12px;
    margin-top: 40px;
}

.footer-privacy {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.footer-privacy > *:first-child {
    margin-right: 40px;
}

/* popicons */
#scrollup {
    position: fixed;
    right: 0;
    bottom: 0;
    border: 28px solid;
    border-bottom-color: #272725;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: #272725;
    background: transparent;
    z-index: 9;
    cursor: pointer;
}
#scrollup::after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background-position-x: -27px;
    background-position-y: -173px;
    transform: rotate(-180deg) scale(1.1);
    filter: brightness(200);
}
/* cart */
.popup-addtocart .popup-head {
    text-transform: none;
}

.popup-addtocart .radio_sizes {
    padding: 0 25px;
    margin: 20px 0;
    text-align: center;
}

.popup-addtocart .button {
    margin: 0 auto;
}

.header-user-cart-empty {
    right: 0;
    margin: 15px 5px 0;
}

.popup-cart {
    min-width: 400px;
    min-height: 150px;
    max-height: calc(80vh - 247px);
    overflow: auto;
}

.popup-cart-item {
    padding: 15px;
}

.popup-cart-content {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.popup-cart-name {
    padding-right: 25px;
}

.popup-cart-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url('/upload/images/icons/close.png') right no-repeat;
    background-size: 15px auto;
    opacity: 0.4;
    transition: 0.4s;
    cursor: pointer;
}

.popup-cart-delete:hover {
    opacity: 0.8;
}

.popup-cart-item p {
    margin-bottom: 15px;
    font-size: 18px;
}

.popup-cart-item img {
    float: left;
    width: 71px;
    margin-right: 20px;
}

.popup-cart-price .price {
    margin-right: 10px;
}

.popup-cart-price div {
    display: inline-block;
}

.popup-cart-num {
    float: right;
}

.popup-cart-clear {
    clear: both;
}

.popup-cart-footer {
    padding: 15px 15px 0;
    font-size: 18px;
    text-align: center;
}

.popup-cart-footer .button {
    margin: 10px auto 0;
}

.popup-addtocart .radio_colors_text {
    text-align: center;
}

.g-hide, .just_mobile {
    display: none;
}

/* login and auth */
.loginform {
    text-align: center;
    padding: 40px 15px 0;
    margin: 0 auto;
    padding-top: 130px;
    max-width: 500px;
}

.loginform p {
    margin: 10px auto 15px;
}

.loginform-text {
    text-align: left;
    margin-top: -5px;
    margin-bottom: 30px;
}

.loginform p + p {
    margin-bottom: 12px;
}

.loginform .input {
    margin: 5px 0;
}

.loginform .button {
    margin: 0 auto;
    max-width: unset;
    min-width: 200px;
}

.loginform .radioslide-content p {
    margin: 15px auto;
}

.loginform table {
    max-width: 100%;
}

.captcha {
    max-width: 304px;
    margin: 15px auto;
}

.loginform .success {
    padding: 20px;
    font-size: 20px;
}

.success-links a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 90px;
    height: 90px;
    padding: 10px 5px;
    border-width: 1px;
    margin: 10px;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.4s;
}

.success-links a:hover {
    opacity: 1;
}

.success-links a span {
    width: 100%;
    white-space: nowrap;
}

.success-links img {
    display: block;
    margin: 5px auto 0;
}

.form .registration {
    position: relative;
}

#badmail {
    display: none;
    position: absolute;
    left: 100%;
    width: 206px;
    padding: 5px 10px;
    border-width: 1px;
    margin: -1px 10px;
    font-size: 16px;
    line-height: 18px;
}

#badmail::before {
    border: 10px solid;
    content: '';
    display: block;
    position: absolute;
    left: -11px;
    border-left: 0 none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: 9px;
    opacity: 0.2;
}

.header-catalog {
    width: 22px;
    height: 22px;
    background-size: contain;
    margin-top: -2px;
    display: none;
    background-image: url("https://www.finn-flare.ru/upload/images/icons/svg/bottom-menu/menu.svg");
    background-repeat: no-repeat;
}

.header-catalog::after {
    content: 'Каталог';
    text-decoration: none;
    font-size: 11px;
    color: #717171;
    font-weight: 500;
    margin-left: -10px;
    margin-top: 20px;
    display: inline-block;
}

.header-catalog.active {
    /*background-position-x: -301px;*/
    /*background-position-y: -211px;*/
    background-image: url("https://www.finn-flare.ru/upload/images/icons/svg/bottom-menu/close.svg");
    background-repeat: no-repeat;
}

.header-catalog .menu-category {
    display: none;
}

.menu .header-user {
    display: none;
}

/* capsule */
.capsule-title {
    text-align: center;
    padding: 20px;
}

.capsule-title h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.capsule-title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

.capsule-title h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}

footer .pl-230 .footer-info,
footer .pl-230 .footer-copyright {
    padding-right: 110px;
}

.wrapper.pl-230 > .pagination,
.wrapper.pl-230 > .mindbox-recommendation {
    margin-left: -110px;
}

.wrapper.pl-230 > #pagination {
    margin-left: -200px;
}

footer .pl-230 {
    padding-left: 200px;
}

.login-wrapper__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.login-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999997;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}

.forgotpass-wrapper,
.register-wrapper {
    background: transparent;
    z-index: 9999998;
}

.login-wrapper.-active {
    display: flex;
}

.login-wrapper .login-body {
    display: none;
    position: relative;
}

.login-wrapper.-login .login-body.-login,
.login-wrapper.-register .login-body.-register,
.login-wrapper.-forgotpass .login-body.-forgotpass {
    display: block;
}

.login-wrapper .loginform {
    background: #fff;
    padding: 30px 20px;
    width: 500px;
    z-index: 1;
    position: relative;
}

.login-wrapper .input,
.loginform .input {
    margin: 0 0 20px;
    border: 1px solid #eaeaea;
}
.login-wrapper .input:not(.custom-input),
.loginform .input:not(.custom-input) {
    padding: 14px 20px;
}

.login-wrapper .close-button {
    position: absolute;
    top: 33px;
    right: 20px;
    width: 24px;
    height: 23px;
    cursor: pointer;
    background-position-x: -591px;
    background-position-y: -172px;
    filter: none;
    z-index: 1;
}

.login-wrapper .popup-head,
.loginform > .popup-head {
    font-size: 32px;
    line-height: 32px;
    font-family: 'ProbaMedium';
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

.login-forgot {
    margin-top: 5px !important;
    margin-bottom: 13px !important;
}

.login-forgot .minor {
    opacity: 1;
    display: inline-block;
    cursor: pointer;
}

.login-forgot .minor:hover {
    color: #272725;
}

.login-remember {
    margin-bottom: 20px !important;
    margin-top: 5px !important;
}

.login-wrapper .login-button {
    margin-bottom: 20px;
}

.register-wrapper > .loginform {
    text-align: left;
    padding-bottom: 8px !important;
}

.remember-me {
    margin: 5px auto 20px !important;
}

.back-to-auth {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #717171;
    margin-bottom: 30px;
    margin-top: -10px;
}

.back-to-auth span {
    display: inline-block;
    cursor: pointer;
}

.back-to-auth:hover {
    color: #272725;
}

.back-to-auth::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 18px;
    background: url(https://www.finn-flare.ru/upload/images/icons/svg/icon-arrow-short.svg) no-repeat center;
    transform: rotate(180deg);
    margin-right: 6px;
    background-size: 14px auto;
    cursor: pointer;
}

.captcha,
.g-recaptcha {
    margin: 5px 0 15px;
    display: block;
    width: 100%!important;
    max-width: unset;
    text-align: center;
}

.captcha > div,
.g-recaptcha > div {
    width: auto !important;
    height: auto !important;
    display: inline-block;
}

.captcha iframe,
.g-recaptcha iframe {
    display: inline-block;
}

.loginform .button.-register {
    margin-bottom: 20px;
}

.loginform-rules {
    text-align: left;
}

.loginform-rules > p {
    text-align: left;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
}

.loginform-rules > p > label {
    display: block;
    text-indent: -32px;
    padding-left: 32px;
}

.loginform-rules > p > label .checkbox {
    margin-right: 15px;
    margin-bottom: -1px;
}

div.logo {
    width: 184px;
    height: 24px;
    margin: 0;
    background: url('/local/templates/adaptive/sprite.svg') no-repeat;
    background-position-x: -28px;
    background-position-y: -207px;
}

div.logo-mobile {
    width: 35px;
    height: 24px;
    background: url('/local/templates/adaptive/sprite.svg') no-repeat;
    background-position-x: -226px;
    background-position-y: -207px;
}

.wrapper > .loginform,
header + .loginform,
.wrapper + .loginform {
    max-width: 500px;
}

.wrapper > .loginform #lostpass,
.wrapper + .loginform #lostpass,
header + .loginform .login-button {
    margin-bottom: 20px;
}

.eye-button {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/adaptive/sprite.svg') no-repeat;
    background-position-x: -632px;
    background-position-y: -137px;
}

.eye-button.active {
    background-position-x: -672px;
}

.footer-subscribe-popup .swal2-confirm {
    width: 200px !important;
    font: 14px Manrope !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border: 1px solid #272725 !important;
    color: #fff !important;
    background: #272725 !important;
}

/*change password page*/
.page-changepass {
    max-width: 500px;
    padding: 100px 15px 0;
}

.page-changepass h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.page-changepass .string {
    margin-bottom: 15px;
}

.footer-subscribe-form .text-small {
    max-width: 407px;
}
.product-element .labels-new,
.product-element .labels-premium {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
}
.labels-new {
    width: 56px;
    height: 34px;
    background-position-x: -530px;
    background-position-y: -82px;
}
.labels-premium {
    width: 91px;
    height: 34px;
    background-position-x: -632px;
    background-position-y: -433px;
}
.labels-sport {
    height: 30px;
    line-height: 30px;
    color: #272725;
    background-color: #8ADA8D;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-photo .labels-sport {
    padding: 0 20px;
}
.product-element .labels-sport {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    width: auto;
    overflow: hidden;
    z-index: 1;
}
@media (max-width: 767px) {
    .product-element .labels-sport {
        height: 22px;
        line-height: 22px;
        font-size: 10px;
        letter-spacing: 0.01rem;
        font-weight: 500;
    }
}
@media (max-width: 540px) {
    .product-photo .labels-sport {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .product-element .labels-sport {
        font-size: 9px;
        height: 20px;
        line-height: 20px;
    }
}


/* --- adaptive --- */
@media (max-width: 1024px) {
    .overscroll {
        transition: 0.25s;
        opacity: 1;
    }

    .overscroll-hide {
        opacity: 0;
    }
    .header.color_normal {
        padding: 0;
    }
    .header-m {
        top: 0;
    }
    .header-item:nth-child(2) .menu-header a {
        padding: 13px 10px;
    }

    .menu_tabs {
        position: absolute;
        display: flex;
        grid-gap: 30px;
        top: 10px;
        left: -10px;
        padding: 11px 30px 8px;
        font-size: 14px;
        background: #fff;
        font-weight: 500;
    }
    .js_mobile_menu_bottom a.menu-header {
        font-weight: 700;
    }

    #scrollup.with-login {
        bottom: 61px !important;
    }

    #scrollup {
        bottom: 62px !important;
    }

    #scrollup.ios-class.with-login {
        bottom: 61px !important;
    }

    .top-mid-menu .menu .menu-scroll .menu-block {
        display: block;
        padding-bottom: 0;
    }

    .top-left-menu .menu-block {
        padding-bottom: 6px;
    }

    .profile-popup {
        display: none !important;
    }

    .header {
        flex-wrap: wrap;
    }

    .header-logo .logo {
        display: none;
    }

    .header-logo .logo-mobile {
        display: block;
    }

    .header-item:first-child {
        flex-basis: 100%;
        z-index: 2;
        background: #fff;
        padding: 5px 15px;
    }

    .header-item:nth-child(2) {
        flex-basis: 100%;
        border-top: 1px solid #eaeaea;
        background: #fff;
        padding: 0 15px;
    }

    .header-item:last-child {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        justify-content: space-between;
        padding: 11px 40px 27px;
        z-index: 1;
    }

    .header-icons {
        padding: 0;
    }

    .header-item:last-child > .header-icons {
        flex-basis: 70%;
        justify-content: space-between;
    }

    .header-icons > * {
        margin: 0 !important;
    }

    .menu-scroll .wrapper * {
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
    }

    .menu-subcategory a {
        display: inline-block;
        padding: 10px 10px 0 8px;
        margin: 0;
    }

    .header-search .menu-header-arrow {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(https://www.finn-flare.ru/upload/images/icons/svg/icon-arrow-short.svg) center no-repeat;
        background-size: 15px auto;
        transform: rotate(45deg);
        cursor: pointer;
        margin-bottom: -6px;
        margin-left: 10px;
        margin-top: -1px;
        transition: 0.15s;
    }

    .header-search .menu-subcategory {
        max-height: 1px;
        overflow: hidden;
        transition: 0.15s linear;
    }

    .header-search .menu-header.active + .menu-subcategory {
        max-height: 800px;
        transition: 0.15s linear;
    }

    /* task2573: Перенести из аккордеона меню разделов кнопку "Смотреть все" вниз раздела: */
    .header-search .menu-header.active + .menu-subcategory {
        display: flex;
        flex-direction: column;
    }
    .header-search .menu-header.active + .menu-subcategory br {
        display: none;
    }
    .menu-subcategory a {
        order: 0;
    }
    .menu-subcategory a.see-all {
        order: 1;
    }
    /* end of task2573 */

    .header-search .menu-header.active .menu-header-arrow {
        transform: rotate(225deg);
        margin-top: -1px;
    }

    .top-left-menu .menu-scroll .wrapper {
        padding: 7px 0 0 0;
    }

    .top-left-menu .menu-block:hover > .menu-category {
        left: unset;
        right: 0;
    }

    .top-left-menu {
        display: none;
    }

    .top-mid-menu,
    .top-mid-menu .menu-scroll {
        width: 100%;
    }

    .top-mid-menu .menu {
        max-width: unset;
        width: 100% !important;
    }

    .top-mid-menu .menu-scroll .wrapper {
        justify-content: space-between;
        padding: 0;
    }
    .header-user-geo.defined {
        font-size: 14px;
        line-height: 20px;
        margin-right: 20px;
        margin-left: auto;
        color: #272725;
    }
    .header-user-geo::before {
        filter: none;
    }

    .menu-switch {
        display: none;
    }

    .footer-wrapper {
        margin-bottom: 65px;
        grid-template-areas:
            "a a a d d d"
            "b b b c c c"
            "f f f g g g"
            "h h h . . ."
            "i i i i j j";
        grid-template-columns: repeat(6, 1fr);
        row-gap: 60px;
    }

    .footer-block.text-small > div,
    .footer-menu,
    .footer-phone,
    .footer-blog {
        margin-bottom: 0;
    }

    .footer-block.text-small > div:first-child {
    }

    .footer-block.text-small > div:last-child {
        white-space: nowrap;
        flex-wrap: wrap;
        display: flex;
    }

    .footer-block:last-child {
        margin-top: 0;
    }

    .post-footer,
    .footer-qr-wrap > img,
    .footer-qr-item.-qrcode,
    .top-left-menu .menu-block:hover > .menu-category {
        display: none;
    }

    .footer-links a:first-child {
        margin-left: 0;
    }

    .footer-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .footer-title--big {
        max-width: unset;
    }

    .footer-menu a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .footer-qr-wrap > a {
        display: block;
        width: 116px;
    }

    .footer-subscribe-input {
        margin-bottom: 20px;
    }

    .footer-subscribe-form {
        padding-top: 0;
    }

    .footer-subscribe-input input::placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-subscribe-input input {
        flex-grow: 1;
    }

    .footer-subscribe-input button {
        width: 145px;
        flex-shrink: 0;
        padding: 0;
    }
    .header-user-profile {
        width: 22px;
        height: 24px;
        background: url("https://www.finn-flare.ru/upload/images/icons/svg/bottom-menu/login.svg") no-repeat;
        background-size: contain;
    }
    .header-user-profile__authorized {
        background: #fff url("https://www.finn-flare.ru/upload/images/icons/svg/bottom-menu/login_done.svg") no-repeat;
        background-size: contain;
        width: 23px;
        height: 23px;
    }

    .header-user-favorite {
        background: url("https://www.finn-flare.ru/upload/images/icons/svg/bottom-menu/like.svg") no-repeat;
        background-size: cover;
        width: 22px;
        height: 22px;
    }

    .header-user-cart {
        background: url("https://www.finn-flare.ru/upload/images/icons/svg/bottom-menu/basket.svg") no-repeat;
        background-size: contain;
    }

    .header-user-profile::after,
    .header-user-profile__authorized::after,
    .header-user-favorite:after,
    .header-user-cart::after {
        text-decoration: none;
        font-size: 11px;
        color: #717171;
        font-weight: 500;
        margin-top: 20px;
        display: inline-block;
    }

    .header-user-profile::after,
    .header-user-profile__authorized::after {
        content: 'Профиль';
        margin-left: -13px;
    }

    .header-user-favorite:after {
        content: 'Избранное';
        margin-left: -19px;
    }

    .header-user-cart::after {
        content: 'Корзина';
        margin-left: -11px;
    }

    .header-search {
        padding-bottom: 0;
    }

    .header-catalog {
        display: block;
    }

    .header-catalog.active .menu-category {
        display: flex;
        position: fixed;
        top: 128px;
        left: 0;
        width: 100%;
        height: calc(100% - (128px + 45px));
        max-height: unset;
        z-index: 12;
        opacity: 1;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .ios-class .header-catalog.active .menu-category {
        height: calc(100% - (128px + 60px));
    }
    .header-catalog.active .menu-category .wrapper {
        display: block;
        width: 100%;
        padding: 90px 0 20px 20px;
        max-height: 100%;
        height: 100%;
    }

    .header-item:not(.ios-class) .header-catalog.active .menu-category .wrapper {
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }

    .header-catalog.active .menu-category::-webkit-scrollbar {
        width: 2px;
    }

    .header-catalog.active .menu-category::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

    .header-catalog.active .menu-column {
        width: 100%;
        margin-bottom: 10px;
    }

    .content_tab .menu-header-box {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 24px;
        text-transform: lowercase;
    }
    .content_tab .menu-header-box > div:first-letter {
        text-transform: uppercase;
    }

    .ios-body .header-search .menu-header-arrow {
        transform: rotate(45deg) translate(1px, 1px);
    }
    .ios-body .header-search .menu-header.active .menu-header-arrow {
        transform: rotate(225deg) translate(-1px, -1px);
    }

    .menu-category .menu-header + .menu-header {
        margin-top: 10px;
    }

    .menu-splitter {
        padding-top: 15px;
        margin-top: 5px;
        border-top: 1px solid #e2e2e2;
        font-weight: 700;
    }
    .menu-splitter + .menu-splitter {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }
    .footer-menu .orderstatus-show {
        display: none;
    }
}
@media (max-width: 1000px) {
    .ios-body .header-search .menu-header-arrow {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .ios-body .header-search .menu-header.active .menu-header-arrow {
        transform: rotate(225deg) translate(-4px, -4px);
    }
}

@media screen and (max-width: 900px) {
    .footer-subscribe-input button {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .header-search .menu-header-arrow {
        margin-top: -2px;
    }
    .footer-wrapper {
        margin: 0 0 40px;
        border-radius: 0;
    }

    .footer-subscribe-input input {
        width: 200px;
        height: 48px;
        padding: 15px 20px;
    }

    .footer-subscribe-input button {
        width: 55px;
        height: 48px;
        font-size: 0;
        background: #fff url(https://www.finn-flare.ru/upload/images/icons/svg/icon-arrow-short.svg) no-repeat center;
    }

    .menu-category a.semibold,
    .menu-category a.bold {
        font-size: 18px;
        line-height: normal;
    }

    .header-search .menu-header-arrow {
        margin-left: 0;
    }

    .menu-subcategory a {
        font-size: 14px;
        line-height: 18px;
        padding-left: 5px;
    }
    .menu-subcategory a.see-all {
        color: #b2b3b5;
    }
}

@media (max-width: 640px) and (min-width: 381px) {
    .footer-wrapper {
        grid-template-areas:
            "d d d d d ."
            "a a a a a a"
            "b b b c c c"
            "f f f f f f"
            "g g g g g g"
            "h h h h h h"
            "i i i i j j";
    }

    .footer-phone {
        margin-bottom: -30px;
        margin-top: -30px;
        white-space: nowrap;
    }

    .footer-blog {
        margin-top: -30px;
    }
}

@media (max-width: 540px) {
    .loginform {
        padding: 30px 20px;
    }

    .login-wrapper .loginform {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-wrapper .loginform,
    .login-wrapper.-forgotpass .login-body.-forgotpass,
    .login-wrapper.-register .login-body.-register,
    .login-wrapper.-login .login-body.-login {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .login-forgot {
        margin-bottom: 20px !important;
    }

    .remember-me {
        font-size: 14px;
    }

    .loginform p + p {
        margin-bottom: 12px;
    }

    .loginform p:nth-last-child(2) {
        margin-top: 20px;
    }
    .product-element .labels-new,
    .product-element .labels-premium {
        width: 64px;
        height: 28px;
        background-position-x: -720px;
    }
}

@media (max-width: 480px) {
    .login-wrapper .popup-head,
    .loginform > .popup-head {
        font-size: 24px;
        line-height: 32px;
    }

    .page-changepass {
        padding-top: 60px;
    }

    .footer-links {
        margin-bottom: 0;
        justify-content: space-between;
        padding-right: 20px;
    }

    .footer-links a {
        margin: 0;
    }
    .header-item:not(.ios-class) .header-catalog.active .menu-category .wrapper {
        -webkit-column-count: 1;
        -webkit-column-gap: 10px;
        -moz-column-count: 1;
        -moz-column-gap: 10px;
        column-count: 1;
        column-gap: 10px;
    }

    footer {
        margin-top: 0;
    }

    .footer-wrapper {
        margin: 0;
        border-radius: 0;
        padding: 0 20px 70px;
        grid-template-areas:
            "d d"
            "b c"
            "g g"
            "f f"
            "h h"
            "a a"
            "i i"
            "j j";
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        column-gap: 15px;
    }

    .footer-title {
        font-size: 20px;
        line-height: 20px;
    }

    .footer-phone {
        margin-top: -30px;
    }

    .footer-subscribe {
        background: #fff;
        width: calc(100% + 40px);
        display: block;
        margin-left: -20px;
        padding: 10px 20px 30px;
    }

    .footer-subscribe-form {
        width: 100%;
    }

    .footer-menu {
        margin-bottom: 0;
    }

    .footer-menu a {
        font-size: 12px;
        line-height: 16px;
    }
    .menu-column .footer-menu a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px 0 8px;
        margin: 0;
    }

    .footer-block > *,
    .footer-block.-secondary > div:nth-child(2),
    .footer-block.-secondary > div:nth-child(3) {
        margin-bottom: 40px;
    }

    .footer-block.-secondary > div:nth-child(4) {
        width: calc(100vw - 20px);
        justify-content: space-between;
    }

    .footer-qr-wrap {
        justify-content: space-between;
        width: calc(100vw - 34px);
    }

    .footer-qr-wrap > a {
        margin: 0;
        width: 152px;
    }

    .footer-qr-wrap > a:not(:first-child),
    .footer-qr-item {
        margin-right: 0;
    }

    .footer-qr-item.-tablet {
        display: none;
    }

    .footer-qr-item.-mobile {
        display: block;
    }

    .footer-block.-secondary {
        height: 60px;
        margin-bottom: 60px;
    }

    .footer-block:last-child {
        flex-wrap: wrap;
    }

    .footer-block.text-small > div:first-child {
        margin-bottom: 20px;
    }

    .footer-block.text-small a {
        margin-left: 0;
    }

    .footer-privacy {
        padding-right: 20px;
        justify-content: flex-start;
    }

    .footer-privacy > a:first-child {
        margin-right: 40px;
    }

    .footer-subscribe-input {
        margin-bottom: 10px;
    }

    .text-small {
        font-size: 11px;
        line-height: 15px;
    }
}

@media (max-width: 430px) {
    .header-item:first-child {
        justify-content: space-between;
    }
}

@media (max-width: 340px) {
    .footer-qr-wrap > a {
        width: 116px;
    }

    .footer-qr-item.-tablet {
        display: block;
    }

    .footer-qr-item.-mobile {
        display: none;
    }

    .footer-title--big {
        max-width: 170px;
    }
}

