a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

ul.header-menu {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr;
    padding: 10px 0;
}

ul.header-menu li {
    display: inline;
    text-align: center;
    border-right: 1px solid #ccc;
}

ul.header-menu li:last-child {
    border-right: none;
}

ul.header-menu li a {
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #888;
    padding: 3px;
}

ul.header-menu li.active a {
    color: #000;
    font-weight: bold;
}

.social-button {
    margin-top: 15px;
    cursor: pointer;
    padding: 0 0 2px;
    color: #fff;
    font: 13px 'Roboto', Arial, sans-serif;
    background: #000;
    outline: none;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.social-button img {
    margin-right: 10px;
}

.social-button:hover {
    color: #fff;
}

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

.showcase .hspan-2 {
    grid-column-end: span 2;
}

.showcase .hspan-3 {
    grid-column-end: span 3;
}

.showcase .hspan-4 {
    grid-column-end: span 4;
}

.showcase .hspan-5 {
    grid-column-end: span 5;
}

.showcase .hspan-6 {
    grid-column-end: span 6;
}

.showcase .hspan-7 {
    grid-column-end: span 7;
}

.showcase .hspan-8 {
    grid-column-end: span 8;
}

.showcase .hspan-9 {
    grid-column-end: span 9;
}

.showcase .hspan-10 {
    grid-column-end: span 10;
}

.showcase .hspan-11 {
    grid-column-end: span 11;
}

.showcase .hspan-12 {
    grid-column-end: span 12;
    grid-auto-rows: min-content;
}

.showcase {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    grid-auto-flow: dense;
}

.showcase .banner {
    font: 16px 'Roboto', Arial, sans-serif !important;
}

.showcases-header {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.showcases .showcase > .banner {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}

.text-banner {
    margin-top: 12px;
    margin-bottom: 14px !important;
}

.dots-banner {
    margin-bottom: 6px !important;
}

.showcases .showcase a img {
    width: 100%;
}

.showcases .showcase video {
    width: 100%;
}

.simple-banner__wrap {
    height: 100%;
}

.showcase-banner__list,
.simple-banner__wrap {
    /*padding-bottom: 36px;*/
}

/* +8px из-за margin .showcase */
.showcase-banner__list.arrow {
    margin-right: 23px;
    margin-left: 23px;
}

.showcase-banner__list--item {
    display: inline-block;
    width: 33%;
    position: relative;
}

.frontpage_margin {
    margin-bottom: 10px;
    padding: 0 8px;
}

.frontpage_text {
    padding: 0 8px;
    font-family: Roboto-regular;
    line-height: 16px;
    font-size: 12px;
}

.frontpage_text.hidden {
    height: 100px;
    overflow-y: hidden;
}

.frontpage_text h1 {
    font-size: 16px;
    margin: 10px 0;
}

.frontpage_text p {
    font-size: 12px;
    margin: 0;
}

.section_description strong,
.section_description b,
.section_description h2 {
    font-weight: bold;
    font-size: 14px;
}

.section_description_toggle {
    font-size: 11px;
    color: #999;
    border-bottom: none;
}

.banner .banner-title {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    /*margin-top: 48px;*/
    /*margin-bottom: 14px;*/
}

.banner .under_wrap {
    color: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 5px;
}

.banner .under_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 10px;

}

.banner .under_description {
    font-size: 14px;
    margin-top: 8px;
    line-height: 18px;
    flex-grow: 1;
}

.banner .under_btn_wrap {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 8px;
    letter-spacing: 0.05em;
}

.banner .under_btn_wrap.without-title {
    margin-top: 10px;
}

.banner .under_btn_wrap .under_btn {
    padding-bottom: 1px;
    border-bottom: 1px solid #0f0f0f;
    display: inline-block;
}

.showcase-banner__list--item_text {
    font-size: 12px;
    text-align: center;
    color: #000;
    margin: 10px 0 0 0;
}

.showcase-banner__list .slick-prev,
.showcase-banner__list .slick-next {
    background-image: url(/local/templates/mobile/static/img/content/arrow.svg);
    background-repeat: no-repeat;
    z-index: 100;
    top: 40%;
}

.showcase-banner__list .slick-prev {
    left: -15px;
}

.showcase-banner__list .slick-next {
    right: -15px;
    transform: translate(0, -50%) scale(-1, -1);
}

.slick-dots li button::before {
    font-size: 20px;
    line-height: 20px;
}

.showcase-items__list {
    margin: 20px;
}

.showcase-items__list--item {
    padding: 3px;
}

.showcase-items__list--item a .showcase-items__list--image {
    max-height: 60%;
}

.showcase-items__list--item a .showcase-items__list--image img {
    width: 100%;
}

.showcase-items__list--item a .showcase-items__list--brand,
.showcase-items__list--item a .showcase-items__list--title,
.showcase-items__list--item a .showcase-items__list--price,
.showcase-items__list--item a .showcase-items__list--old-price {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.showcase-items__list--link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.showcase-items__list--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.showcase-items__list--item a .showcase-items__list--brand {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.showcase-items__list--item a .showcase-items__list--title {
    text-overflow: ellipsis;
    overflow: hidden;
    flex-grow: 1;
}

.showcase-items__list--item a .showcase-items__list--price {
    color: #000;
    margin-top: 7px;
}

.showcase-items__list--item a .showcase-items__list--old-price s {
    font-weight: normal;
    color: #000;
    text-decoration: line-through;
}

.showcase-items__list .slick-prev,
.showcase-items__list .slick-next {
    background-image: url(/local/templates/mobile/static/img/content/arrow.svg);
    background-repeat: no-repeat;
    z-index: 100;
}

.showcase-items__list .slick-prev {
    left: -15px;
}

.showcase-items__list .slick-next {
    right: -15px;
    transform: translate(0, -50%) scale(-1, -1);
}

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

.showcase-title .text {
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    font-size: 2em;
    padding: 0 0.5em;
}

.showcase-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 53%;
}

/*** ONE CLICK ***/
.consult-popup__block {
    padding: 50px 20px 0;
}

.consult-popup__block .modal__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.oneclick_order_button a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    vertical-align: center;
    width: 100%;
    padding: 8px 10px;
    display: block;
    transition: all 200ms ease;
}

.oneclick_order_button a:hover {
    border-color: #f1f1f1;
    background: #f1f1f1;
}

.modal__oneclick--item {
    padding: 5px 0;
    font-size: 12px;
}

.modal__oneclick--item input[type=text],
.modal__oneclick--item input[type=tel],
.modal__oneclick--item input[type=email] {
    border: 1px solid #000;
    width: 100%;
    font-size: 14px !important;
    padding: 4px 6px;
}

.modal__oneclick--item select {
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #000;
    color: #9d9d9d;
    /*width: 100%;*/
    box-sizing: border-box;
    font-family: 'Roboto', Arial, sans-serif;
}

.modal__oneclick--btn {
    padding: 10px 0;
}

.modal__oneclick--btn input[type=submit] {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    vertical-align: center;
    width: 100%;
    padding: 8px 10px;
    display: block;
    transition: all 200ms ease;
}

.modal__oneclick--btn input[type=submit]:hover {
    border-color: #000;
    background: #f1f1f1;
    color: #000;
}

.oneclick__errors {
    font-size: 14px;
    color: #ff0074;
}

.oneclick__message {
    font-size: 14px;
    color: #000;
}

.oneclick__message strong {
    font-weight: bold !important;
}

/*** / ONE CLICK ***/

.header-banner {
    background-color: #fff;
    color: #333;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
    /*height: 31px;
    overflow: hidden;*/
}

.header-banner a {
    border-bottom: none;
    color: inherit;
}

.header-banner a:hover {
    text-decoration: underline;
}

.header-banner-item {
    display: none;
}

#chat24 img {
    max-width: initial;
}

.modal-auth-form-additional {
    display: none;
}

.modal-auth-form .modal-auth-form__input input[type=tel].disable_input,
.modal-auth-form-oneclick .modal-auth-form-oneclick__input input[type=tel].disable_input {
    background: #cdcdcd;
}

form.modal-auth-form input[name=new_phone] {
    margin-bottom: 10px;
}

form.modal-auth-form input.spinner,
.modal-auth-form-oneclick input.spinner {
    background-image: url('/personal/images/spinner.gif') !important;
    background-position: calc(100% - 5px) center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
}

form.modal-auth-form-oneclick input[name=new_phone] {
    margin-bottom: 10px;
}

.modal-auth-form-oneclick .modal-auth-form-oneclick__input input[type=submit] {
    cursor: pointer;
    padding: 0 0 2px;
    color: #fff;
    font: 13px 'Roboto', Arial, sans-serif;
    background: #000;
    outline: none;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Модалка авторизации */
.auth-popup__block {
    padding: 20px;
}

.popup__close.js--auth-toggle {
    width: 20px;
    height: 20px;
    margin: 10px;
    position: relative;
    right: 20px;
    float: right;
}

.popup__close.js--auth-toggle i {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__close.js--auth-toggle i:nth-child(2) {
    transform: rotate(-45deg);
}

.modal-auth-header {
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}

.modal-auth-form .send_sms__timer {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    display: none;
}

.modal-auth-form .modal-auth-form__button input[type=submit]:disabled {
    background: #939393;
}

.modal-auth-error {
    color: #ff0074;
    font-size: 16px;
    margin: 5px 0;
}

.modal-auth-email-link {
    margin-top: 10px;
}

.modal-auth-email-link a {
    color: #000;
    font-size: 14px;
    border-bottom: none;
    text-decoration: underline;
}

.modal-auth-form {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px 0;
}

#authModalWindow .modal-auth-description {
    font-size: 12px;
    padding: 5px 0;
}

.modal-auth-form .modal-auth-form__input input[type=tel] {
    font-size: 18px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    color: #000;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, sans-serif;
}

.modal-auth-form .modal-auth-form__input input::placeholder {
    color: #ddd;
}

.modal-auth-form .modal-auth-form__input input::-moz-placeholder {
    color: #ddd;
}

.modal-auth-form .modal-auth-form__input input:-moz-placeholder {
    color: #ddd;
}

.modal-auth-form .modal-auth-form__input input:-ms-input-placeholder {
    color: #ddd;
}

.modal-auth-form .modal-auth-form__input input[type=text],
.modal-auth-form .modal-auth-form__input input[type=number] {
    font-size: 18px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    color: #000;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, sans-serif;
}

.modal-auth-form .modal-auth-form__button input[type=submit] {
    cursor: pointer;
    padding: 0 0 2px;
    color: #fff;
    font: 13px 'Roboto', Arial, sans-serif;
    background: #000;
    outline: none;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Наш блок рекомендаций "Еще товары *БРЕНД*"*/
.cards__list {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 641px) {
    .cards__list--item {
        /* width: 33.33%;
        text-align: center; */
    }

    .cards__list--item span {
        display: block;
    }

    .cards__list--item.unvisible-mob:not(.slick-slide) {
        display: none;
    }
}


body {
    margin: auto;
    margin: 0;
    padding: 0;
}

.footer {
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color: #000;
    margin-top: 20px;
    width: 100%;
}

.footer__text--mobile {
    color: #fff;
    font-family: Roboto-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    margin-bottom: 20px;
}

.footer__images_wrapper {
    width: 170px;
    height: 30px;
    border: 1px solid #A6A6A6;
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer__images_googleplay {
    width: 150px;
    height: 47px;
    border: 1px solid #A6A6A6;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-self: center;
}

.footer__images-image {
    width: auto;
    height: 16px;
}

.footer__images-text {
    font-size: 8px;
    color: #fff;
    line-height: 8px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Segoe UI Variable';
    display: flex;
    flex-direction: column;
}

.footer__images-texti {
    font-size: 10px;
    color: #fff;
    line-height: 10px;
    font-weight: 600;
    font-family: 'Segoe UI Variable';
    display: inline-block;
}

.footer__images-link {
    text-decoration: none;
}

.footer__images {
    display: flex;
    gap: 34px;
}

.item__links {
    font-family: Roboto;
    font-size: 14px;
}

.footer__images_marketplace--mobile {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-self: center;
}

.footer__line {
    border-bottom: 1px solid #4B4B4B;
    margin: 0px -10px 36px;
}

.number_link {
    color: #fff !important;
    font-family: Roboto-regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
}

.footer__numbers {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    height: 68px;
}

.number_link:hover {
    opacity: .7;
}

.email_link {
    color: #fff !important;
    font-family: Roboto-light;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.email_link:hover {
    opacity: 1;
}

.footer__kengmail {
    padding-bottom: 15px;
}

.keng-title {
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 21px;
}

.keng-title_link {
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: block;
}

.keng-title_link:hover {
    opacity: .7;
}

.keng-title_links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 40px;
}

.links {
    padding-bottom: 39px;
}

.footer__sale {
    color: #fff;
    font-family: Roboto-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 17px;
    max-width: 330px;
}


.search-form {
    width: 100%;
    height: 37px;
    padding: 11px 80px 10px 24px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: Roboto-regular;
    font-size: 16px;
    font-weight: 400;
}

.footer__search-container .search-button {
    background-color: transparent;
    position: absolute;
    top: 11px;
    right: 25px;
    border: none;
    cursor: pointer;
    width: 13px;
    height: 7px;
    max-width: 370px;
}

.footer__subscribe-error {
    color: #ff0074;
    position: absolute;
    font-family: Roboto-regular;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    bottom: 5px;
}

.footer__subscribe-error-text {
    display: none;
}

.footer__subscribe-error-text.active {
    display: block;
}

.search-button--close {
    position: absolute;
    top: 9px;
    right: 40px;
    opacity: 0;
    height: 0;
    transition: opacity ease-in-out 0.3s;
    z-index: 0;
}

.search-button--close.active {
    opacity: 1;
    height: auto;
    z-index: auto;
}

.footer__subscribe-wrapper {
    position: relative;
}

.footer__search-container .search-button__tablet {
    top: 20px;
}

.footer__search-container .search-button svg {
    width: 15px;
    height: 15px;
}

.footer__search-container {
    position: relative;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.footer__public {
    color: #9B9B9B;
    font-family: Roboto-light;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.public-link {
    color: #fff;
}

.footer__socials {
    display: flex;
    gap: 15px;
    padding-bottom: 25px;
}

.footer__cards {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
}

.footer__cards-image {
    width: auto;
    height: 13px;
}

.top__arrow-image {
    margin-right: 20px;
}

.card-page-b__about--field__top .top__arrow svg {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: transform 0.3s ease;
}

.card-page-b__about--field__top.top--active .top__arrow svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.card-page-b__about--field__top .top__arrows svg {
    -webkit-transform: rotate(900deg);
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.card-page-b__about--field__top.top--active .top__arrows svg {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rectangle {
    background-color: #262626;
    ;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.youtube {
    margin: 0 auto;
}

.whatsapp {
    margin: 0 auto;
}

.vk {
    margin: 0 auto;
}

.telegram {
    margin: 0 auto;
}

.youtube--mobile {
    margin: 0 auto;
}

.yandex--mobile {
    margin: 0 auto;
}

.telegram--mobile {
    margin: 0 auto;
}

.whatsapp--mobile {
    margin: 0 auto;
}

.vk--mobile {
    margin: 0 auto;
}

.windows--mobile {
    margin: 0 auto;
}

.footer-info-title {
    color: #9B9B9B;
    font-weight: 600;
    font-size: 16px;
    font-family: Roboto-medium;
    margin-bottom: 10px;
}

.footer-info-text {
    color: #9B9B9B;
    font-weight: normal;
    font-size: 12px;
    font-family: Roboto-regular;
}

.footer-info-link {
    color: #fff;
}

.footer__block {
    margin-bottom: 25px;
}

.footer__variable-list {
    display: flex;
    flex-direction: column;
}

.footer__item-link {
    text-decoration: none;
    color: white !important;
    font-family: Roboto-regular
}

.footer__item-link--small {
    font-family: Roboto-light;
    font-size: 12px;
}

.footer__block-list--flex {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__footer-info {
    margin: 0;
    padding-bottom: 30px;
}

.footer__list_btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 25px);
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    padding-bottom: 44px;
    padding-top: 30px;
}

.btn {
    font-family: Roboto-regular;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #A6A6A6;
    cursor: pointer;
    height: 26px;
    background-color: transparent;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list__btn-link {
    color: white !important;
    text-decoration: none;
    text-transform: none;
    margin: 0 auto;
}

.middle-block2--mobile {
    margin-bottom: 30px;
}

footer .card-page-b__about--field__top .top__title {
    color: #fff;
    font-family: Roboto-regular;
    font-size: 16px;
    font-weight: 600;
}

.card-page-b__about--field {
    border-bottom: none;
}

.card-page-b__about--field__content {
    font-family: Roboto-regular;
    font-size: 12px;
    font-weight: 400;
}

.footer-line2 {
    border-bottom: 1px solid #4B4B4B;
    width: 100%;
    display: none;
}

.content__aside--down {
    margin: 70px 0 0;
    padding: 0 0 40px;
    position: relative;
    display: flex;
    flex-direction: column
}

.content__aside--down .down__middle {
    width: 100%;
}

.content__aside--down .down__middle--link {
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 8px 10px 9px;
}

.content__aside--down .down__middle--link:hover {
    border-color: #000;
    color: #000;
}

.content__aside--down .down__paging {
    width: 100%;
    margin-top: 33px;
    justify-content: space-between;
}

.down__paging .info__items {
    font-size: 14px;
    display: none;
    color: #A9A8A8;
}

.paging__item {
    font-size: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.paging__item--link {
    display: block;
    padding: 8px 12px;
    color: #241f1f;
    border: 0;
}

.paging__item--link:hover {
    color: #241f1f;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.paging__item--link.link--active {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.paging__icon {
    vertical-align: middle;
}

.paging__icon.back {
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.paging__item--link i.icon-str {
    background: url('../../assets/imgs/str4.png') no-repeat;
    position: relative;
    top: 4.5px;
    width: 6px;
    height: 12px;
    display: block;
}

.paging__item--link.link-prev i.icon-str {
    background-position: 0 -12px;
}

.paging__item--link.link-disabled {
    cursor: default;
    opacity: .3;
    display: none
}

.basket__done--payment {
    margin: 10px 5%;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    width: 90%;
    padding: 20px 20px 30px 20px;
    font-size: 14px;
    position: relative;
}

.basket__done--payment .close {
    position: absolute;
    right: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    border-bottom: none;
}

.basket__done--payment .close:before,
.basket__done--payment .close:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 15px;
    width: 1px;
    background-color: #000;
}

.basket__done--payment .close:before {
    transform: rotate(45deg);
}

.basket__done--payment .close:after {
    transform: rotate(-45deg);
}

.basket__done--payment p {
    margin: 0 0 20px 0;
}

.basket__done--payment p strong {
    font-weight: bold !important;
}

.basket__done--payment .buttonBlack {
    font-size: 24px;
    text-transform: uppercase;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 3) {
    body {
        margin: auto;
        margin: 0;
        padding: 0;
    }

    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        background-color: #000;
    }

    .search-form {
        margin: auto;
    }

    .footer__socials {
        padding-left: inherit;
    }

    .footer__cards {
        padding-left: inherit;
    }
}


@media only screen and (orientation: portrait) and (max-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .footer__images_iphone {
        width: 125px;
        height: 100px;
        margin-top: 21px;
    }

    .footer__images_marketplace--mobile {
        gap: 13px;
    }
}

@media screen and (orientation: portrait) and (min-width: 428px) and (min-height: 926px) {
    body {
        margin: auto;
        margin: 0;
        padding: 0;
    }

    .footer {
        margin: auto;
        padding-left: 10px;
    }

    .search-form {
        margin: auto;
    }

    .footer__cards {
        padding-bottom: 30px;
    }

    button#btn1 {
        margin-left: 380px;
    }

    button#btn2 {
        margin-left: 380px;
    }

    .search-form {
        width: 100%;
    }
}


@media screen and (orientation: portrait) and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) {
    body {
        margin: auto;
        margin: 0;
        padding: 0;
    }

    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        background-color: #000;
    }

    .footer__images_marketplace--mobile {
        margin-right: 7px;
    }

    .footer__images_iphone {
        width: 135px;
        height: 110px;
        margin-left: 7px;
        margin-top: 16px;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .footer__images_marketplace--mobile {
        margin-left: 10px;
    }

    .footer__images_iphone {
        width: 150px;
        height: 126px;
        margin-left: 10px;
        padding-block-start: 5px;
    }
}


.footer__images_marketplace--mobile {
    display: flex;
}

.footer__text--tablet {
    display: none;
}

.footer__text--tablet {
    color: #fff;
}

.footer__images_marketplace--tablet {
    display: none;
}

.middle-block--tablet {
    display: none;
}

.middle-block2--tablet {
    display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .footer__block-list--flex {
        gap: 15px
    }

    .footer__item-link--small {
        font-size: 14px;
    }

    .footer__variable-list {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .footer__block-list--flex {
        flex-direction: row;
    }

    .footer__images_marketplace--mobile {
        display: flex;
        gap: 10px;
    }

    .footer__images_marketplace--tablet {
        display: flex;
        gap: 40px;
        padding-bottom: 40px;
    }

    .footer__text--mobile {
        display: none;
    }

    .footer__text--tablet {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-right: 50px;
        font-family: Roboto-regular;
        flex: 4;
        display: block;
        align-self: center;
    }

    .middle-block--mobile {
        display: none;
    }

    .middle-block--tablet {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
    }

    .middle-block2--tablet {
        display: flex;
        justify-content: space-between;
        gap: 50px;
        padding-bottom: 30px;
    }

    .middle-block2--mobile {
        display: none;
    }


    body {
        margin: auto;
        margin: 0;
        padding: 0;
    }

    .flex2 {
        flex: 3;
    }

    .footer {
        display: flex;
        flex-direction: column;
        margin: auto;
        background-color: #000;
        padding-top: 76px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer__images_iphone {
        max-width: 143px;
        margin-left: 7px;
        margin-top: 13px;
        height: 115px;

    }

    .footer__main {
        background-image: url(/local/templates/mobile/static/img/main.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        min-width: 110px;
        z-index: 2;

    }

    .footer__images_googleplay {
        width: 205px;
        height: 58px;
        border: 1px solid #A6A6A6;
        background-color: transparent;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-self: center;
    }

    .footer__images {
        gap: 20px;
    }

    .footer__line {
        margin: 0 -30px 40px;
    }

    .footer__line2 {
        border-bottom: 1px solid #4B4B4B;
        margin: 0 -30px 40px;
    }

    .number_link {
        color: #FFF !important;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        text-decoration: none;
    }

    .numbers {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding-bottom: 28px;
    }

    .number_link:hover {
        opacity: .7;
    }

    .email_link {
        color: #FFF !important;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding-bottom: 30px;
    }

    .email_link:hover {
        opacity: .7;
    }

    .footer__kengmail {
        padding-bottom: 28px;
    }

    .keng-title {
        color: #fff;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 21px;
    }

    .keng-title_link {
        color: #fff;
        font-family: 'Roboto';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 16px;
        text-decoration: none;
        display: block;
    }

    .keng-title_link:hover {
        opacity: .7;
    }

    .keng-title_links {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 40px;
    }


    .links {
        padding-bottom: 39px;
    }

    .footer__sale {
        font-size: 22px;
        max-width: 330px;
    }

    .search-form {
        height: 52px;
        padding: 11px 80px 10px 24px;
        box-sizing: border-box;
        color: #787878;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .search-button--close {
        top: 17px;
        right: 40px;
    }

    .footer__search-container {
        position: relative;
        padding-left: 17px;
        padding-right: 15px;
        padding-bottom: 19px;
        box-sizing: border-box;
        gap: 25px;
        display: flex;
        flex-direction: column;
        max-width: 370px;
    }

    .footer__subscribe-error {
        font-size: 16px;
        line-height: 16px;
        bottom: -20px;
    }

    .middle-block2 {
        display: flex;
        justify-content: flex-start;
        gap: 205px;
        padding-bottom: 53px;
        margin-left: 66px;
    }

    .footer__public {
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: .7;
    }

    .footer__socials {
        display: flex;
        gap: 16px;
        padding-bottom: 43px;
        padding-top: 30px;
    }

    .footer__cards {
        display: flex;
        gap: 10px;
        padding-bottom: 20px;
    }

    .footer__cards-image1 {
        width: 35px;
        height: 17px;
    }

    .footer__cards-image2 {
        width: 35px;
        height: 17px;

    }

    .footer__cards-image3 {
        width: 35px;
        height: 20px;
    }


    .middle-block {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 140px;
        margin-left: 66px;
    }

    .middle-block1 {
        display: flex;
        flex-direction: column;
    }

    .footer-lists {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style-type: none;
    }

    .footer-list {
        margin-left: 30px;
    }

    .footer-list--left {
        width: 205px;
    }

    .footer-title {
        color: #FFF;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 15px;
    }

    .footer-lists-link {
        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
    }

    .footer-lists-link:hover {
        opacity: .7;
    }

    .rectangle {
        background-image: url(/local/templates/mobile/static/img/Rectangle7.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 40px;
    }

    .youtube {
        margin-left: 10px;
        margin-top: 12px;
    }

    .yandex {
        margin-left: 10px;
        margin-top: 10px;
    }

    .telegram {
        margin-left: 9px;
        margin-top: 10px;
    }

    .whatsapp {
        margin-left: 9px;
        margin-top: 10px;
    }

    .vkontakte {
        margin-left: 6px;
        margin-top: 7px;
    }

    .windows {
        margin-left: 9px;
        margin-top: 10px;
        position: relative;
    }

    .info-link {
        color: #fff;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
    }

    .info-links {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .footer-info-title {
        color: #9B9B9B;
        font-weight: bold;
        font-size: 25px;
    }

    /*.footer-info-text {*/
    /*	color: #9B9B9B;*/
    /*	font-weight: normal;*/
    /*	font-size: 12px;*/
    /*	width: 700px;*/
    /*}*/
    .footer-info-link {
        color: #fff;
    }

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

    .btn {
        width: 125px;
        height: 35px;
    }
}


@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) {

    .footer__images_iphone {
        min-width: 159px;
        height: 125px;
        margin-block-start: 8px;
        margin-right: 10px;
    }

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

    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer__main {
        min-width: 172px;
    }

    .flex2 {
        flex: 3;
    }
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .footer__images_iphone {
        max-width: 159px;
    }

    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .flex2 {
        flex: 2;
    }

    .footer__qr-code_container {
        flex: 2;
    }

    .footer__text--tablet {
        flex: 3;
        align-self: center;
    }
}

.spinner-preloader {
    z-index: 2;
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #ff0074;
    animation: spin 1s ease infinite;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* smartBanner classes */

.smartbanner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 8px 0 8px;
}

.smartbanner__exit {
    position: static;
    height: 15px;
    padding: 0 15px;
}

.smartbanner__icon {
    position: static;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-size: 50px 50px;
    flex: 0 0 50px;
}

.smartbanner__info {
    position: static;
    flex: 1 1 auto;
}

.smartbanner__info__title {
    font-weight: bold;
}

.smartbanner__button {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
    height: 2.1rem;
    border: 1px solid #F15191;
    background-color: #F15191;
    border-radius: 20px;
}

.smartbanner__button__label {
    color: white
}

.admin_block_sort {
    z-index: 1;
    font-size: 10px;
    background-color: #fff;
    padding: 5px 10px;
    position: absolute;
    line-height: 11px;
    opacity: 0.5;
    text-align: left;
}

.smartbanner__exit::before, .smartbanner__exit::after {
    height: 16px;
    background: black;
}

.main_checkbox--checkbox {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: flex-start;
}

.main_checkbox--text {
    font-size: 14px;
    color: #9B9B9B;
    font-weight: 400;
    opacity: .7;
    font-family: Roboto-Regular, sans-serif;
    line-height: 18px;
}

.js--subscribe-form .main_checkbox--text, .js--subscribe-form .main_checkbox--text a{
    color: #999;
}

.main_checkbox--text a {
    text-transform: unset !important;
}

.main_checkbox--checkbox input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    top: 5px;
    left: 5px;
}

.main_checkbox--checkbox .main_checkbox--checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: white;
    border: 1px solid black;
}

.main_checkbox--checkbox:hover .main_checkbox--checkmark {
    background-color: white;
}

.main_checkbox--checkbox input:checked + .main_checkbox--checkmark {
    background-color: white;
}

.main_checkbox--checkbox .main_checkbox--checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.main_checkbox--checkbox input:checked + .main_checkbox--checkmark:after {
    display: block;
}

.main_checkbox--checkbox .main_checkbox--checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.main_checkbox--checkbox.--dark .main_checkbox--text {
    color: #999;
}

.main_checkbox--checkbox a {
    outline: none;
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.subscribe_modal_window_agreement {
    width: 75%;
    margin-top: 10px;
    text-align: left;
}

.auth_agree--checkbox {
    margin: 10px 0 10px 0;
}

@keyframes scale-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse-scale {
    animation: scale-pulse 0.5s ease;
}