.d-none {display: none!important;}
@media only screen and (max-width: 420px) {
    .filter_select_wrap {margin-bottom: 12px}
}
.bx-mt {margin-top: 15px;}
/*.row {margin-right: 0!important;margin-left: 0!important;}*/
/* 23.10*/
.pay-link .container {
    min-height: 716px;
    display: flex;
    justify-content: center;
}
.pay-link__content {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    margin: 10% 0 0 0;
}
.content__row {
    display: flex;
    column-gap: 65px;
}
.pay-link__link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    width: 270px;
    height: 47px;
    background-color: #26211E;
    border-radius: 60px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 27px;
}
.forward-icon {
    width: 30px;
    height: 20px;
    background: url(./img/arrow.svg)no-repeat center center/100%;
}
.bank-logo {
    display: flex;
    align-items: center;
}
.content__text {
    font-size: 18px;
    line-height: 30px;
    margin: 60px 0 0 0;
}
/*.basket-item-block-image img{max-width: 240px;}*/
@media only screen and (max-width: 600px) {
    .pay-link .container {
        min-height: 100vh;
    }
    .content__row {
        column-gap: 25px;
    }
    .pay-link__link {
        width: 230px;
        height: 45px;
        font-size: 14px;
    }
    .forward-icon {
        width: 25px;
    }
    .bank-logo {
        max-width: 160px;
    }
}

@media only screen and (max-width: 479px) {
    .content__row {
        flex-direction: column;
        row-gap: 25px;
    }
}
/* 19.01.2023 */
* {
    padding: 0;
    margin: 0;
}
.prifile-avatar {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.profile-avatar__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}
input#avatar-file {
    position: absolute;
    left: -1000px;
    opacity: 0;
    width: 0;
    height: 0;
}
input#avatar-file + label {
    font-size: 14px;
    color: #607E7C;
    cursor: pointer;
}
.profile-row {
    display: flex;
}
.profile-row:not(:last-of-type) {
    margin-bottom: 80px;
}
.profile-row:first-of-type {
    margin-top: 75px;
}
.profile-row__title {
    flex: 0 0 25%;
}
.profile-row__content {
    flex: 1 0 auto;
}
.profile-text-row {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}
.profile-text-row input{
    width: 50%;
    font-size: 16px;
    font-weight: 700;
    border: unset;
    border-bottom: 1px solid grey;
    padding: 10px 15px 10px 0;
    -webkit-appearance: all;
    appearance: all;
}
.input-update{
    font-size: 16px;
    font-weight: 700;
    border: unset;
    border-bottom: 1px solid grey;
    padding: 10px 15px 10px 0;
    -webkit-appearance: none!important;
    appearance: none!important;
}
.input-submit{
    background: white;
    color: #607E7C;
    font-size: 16px;
    font-weight: 600;
    border: unset;
    padding: 10px 15px 10px 0;
    -webkit-appearance: none!important;
    appearance: none!important;
}
.profile-text-row input:focus {
    outline: none;
    border-color: #000;
}
.profile-text-row input::placeholder {
    font-size: 16px;
    color: grey;
}
.profile-text-row label {
    opacity: 0;
    font-size: 14px;
}
.profile-text-row input:focus + label {
    opacity: 1;
}
.profile-dob {
    position: relative;
    width: 25%;
    margin-top: 60px;
    margin-bottom: 30px;
}
.profile-dob label {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    /*background: url(calendar.svg)no-repeat center center/100%;*/
}
.profile-dob input {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    border: unset;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.profile-dob input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.profile-dob input:focus {
    outline: none;
}
.profile-gender {
    display: flex;
    width: 50%;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.profile-gender-checker {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.profile-gender-checker label {
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.profile-gender-checker input {
    position: absolute;
    left: -1000px;
    opacity: 0;
    width: 0;
    height: 0;
}
.profile-gender-checker input:checked + label {
    background-color: #607E7C;
}
.profile-gender-checker span {
    font-size: 16px;
    font-weight: 700;
}
.profile-button {
    width: 224px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
}
.email-check__row, .phone-check__row, .password-check__row {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.email-check__row:before, .phone-check__row:before, .password-check__row:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
}
.email-check__row:before {
    content: 'Email';
}
.phone-check__row:before {
    content: 'Телефон';
}
.password-check__row:before {
    content: 'Пароль';
}
.phone-check__row .phone-check__field {
    font-family: 'Montserrat', sans-serif;
}
.email-check__row a, .phone-check__row a, .password-check__row a {
    color: #607E7C;
    font-weight: 600;
}
.email-check__row, .phone-check__row {
    margin-bottom: 35px;
}
.email-check__field, .phone-check__field, .password-check__field {
    font-weight: 600;
}
.mailing {
    padding-top: 20px;
}
.mailing__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content_column .mailing-form {
    width: 60%;
    margin-left: 0;
}
.mailing-form__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mailing-form__item:not(:last-of-type) {
    margin-bottom: 20px;
}
.checkbox-wrapper {
    width: 26px;
    height: 26px;
    border-radius: 4px;
}
.checkbox-wrapper input {
    position: absolute;
    left: -1000px;
    opacity: 0;
    width: 0;
    height: 0;
}
.checkbox-wrapper label {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #607E7C;
    cursor: pointer;
}
.checkbox-wrapper input:checked + label {
    background: url(/local/templates/mebel/img/popup_check.svg)no-repeat center center/ 150%;
}
.mailing-form__button {
    width: 224px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 30px;
}
.orders__greating {
    padding-top: 43px;
    padding-bottom: 114px;
    background-color: #607E7C;
    color: #fff;
}
.orders__title {
    font-size: 58px;
    margin: 0;
    padding: 0;
}
.orders__subtitle {
    font-size: 28px;
    line-height: 49.6px;
    margin: 0;
}
.orders-nav {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.orders-nav__item {
    display: flex;
    column-gap: 17px;
    align-items: center;
    justify-content: center;
    flex: 0 1 340px;
    min-width: 188px;
    font-size: inherit;
    line-height: inherit;
    height: 57px;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}
.orders-nav__item svg {
    position: relative;
    width: 37px;
    height: 37px;
}
.order-icon::after {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
}
.orders-nav__item span {
    position: relative;
}
.orders-nav__item span:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width .2s ease-in-out;
}
.orders-nav__item:hover span:after {
    width: 100%;
    transition: width .2s ease-in-out;
}
.orders-nav__item:hover span {
    color: #000;
}
.orders-content {
    margin-bottom: 150px;
}
.orders-content__item {
    display: none;
}
.orders-content__item.active {
    display: flex;
}
.orders-content__item-title {
    font-size: 24px;
    flex: 0 0 170px;
    padding: 15px 0 0 0;
    margin: 0;
}
.orders-content__item-tabs {
    flex: 0 0 171px;
    padding: 70px 0 0 0;
}
.content-tabs__item {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 16px;
}
.content-tabs__item.active {
    font-weight: 700;
}
.orders-content__content {
    min-height: 40vh;
    flex: 1 0 auto;
    padding: 70px 0 0 50px;
    overflow: hidden;
}
.orders-content__content-item {
    display: none;
}
.orders-content__content-item.active {
    display: block;
}
.tab-content__title {
    font-size: 36px;
    margin-bottom: 16px;
}
.search-row {
    display: flex;
    margin-bottom: 70px;
}
.search-row__input {
    position: relative;
    font-size: 16px;
    flex: 0 0 50%;
    max-width: 715px;
}
.search-row__input::after {
    position: absolute;
    content: '';
    right: 5px;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(search.png)no-repeat center center/80%;
    cursor: pointer;
}
.search-row__input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #8E8E8E;
}
.search-row__input input:focus {
    outline: none;
}
.search-row__input input::placeholder {
    color: #8E8E8E;
    font-size: 16px;
}
.search-row__checkbox {
    display: flex;
    align-items: flex-end;
    margin-left: 100px;
}
.search-row__checkbox span {
    font-size: 14px;
    line-height: 16px;
    color: #8E8E8E;
    margin-left: 10px;
}
.search-row__checkbox input {
    position: absolute;
    left: -1000px;
    opacity: 0;
}
.search-row__checkbox input:checked + label {
    background: url(/local/templates/mebel/img/popup_check.svg)no-repeat center center/150%;
    border-color: #8E8E8E;
}
.search-row__checkbox label {
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #8E8E8E;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}
.order-etc {
    margin-bottom: 40px;
}
.order-etc__heading {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 900px;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
}
.order-etc__heading::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -15px;
    width: 10px;
    height: 100%;
    background: url(/local/templates/mebel/img/dropdown.svg)no-repeat center center/100%;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.order-etc__heading.active:before {
    transform: rotate(0);
    transition: all .2s ease-in-out;
}
.order-etc__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    flex: 0 0 47%;
    max-width: 425px;
}
.order-etc__title span {
    font-weight: 400;
    color: #8E8E8E;
}
.order-quantity {
    font-size: 14px;
}
.order-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.order-etc__bottom {
    max-width: 900px;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
}
.order-etc__status {
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #F4BDE6;
}
.order-list {
    max-width: 1150px;
    font-size: 16px;
    height: 0;
    opacity: 0;
    pointer-events: none;
    margin-top: 0px;
}
.order-list.active {
    height: auto;
    opacity: 1;
    pointer-events: all;
    margin-top: 40px;
}
.order-list__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 2px solid #000;
}
.order-list__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}
.order-list__item img {
    width: 110px;
    height: auto;
    max-height: 100px;
    margin-left: 20px;
}
.order-list__item-title {
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 16px;
    line-height: 13px;
    word-break: break-word;
    margin-left: 160px;
}
.order-list__item-title span {
    display: block;
    font-size: 14px;
}
.order-list__item-price {
    display: block;
    flex: 0 0 15%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.order-list__item-endprice {
    flex: 0 0 25%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.counter {
    flex: 0 0 15%;
    width: 80px;
    height: 30px;
    text-align: right;
}
.counter button {
    flex: 0 0 30%;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.counter input {
    flex: 0 0 30px;
    max-width: 30px;
    height: 100%;
    text-align: center;
    border: 1px solid #000;
}
.order-list__item-remove {
    background-color: transparent;
    border: none;
    font-weight: 600;
    margin-left: auto;
}
.order-list__item-remove span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    user-select: none;
}
.order-etc__btn {
    margin-top: 65px;
    width: 176px;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    line-height: inherit;
    cursor: pointer;
}
.news-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 20px 0;
}
.news-form__title {
    font-size: 20px;
}
.news-form__form {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 53%;
}
.news-form__form input {
    height: 42px;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: transparent;
    font-size: 14px;
    width: 58%;
    padding: 0 15px;
}
.news-form__form input:focus {
    outline: none;
}
.news-form__form input::placeholder {
    font-size: 16px;
    font-size: inherit;
    color: #000;
}
.news-form__form button {
    width: 192px;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    line-height: inherit;
    cursor: pointer;
    margin-left: 15px;
}
.notifications {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.notifications__title {
    font-size: 20px;
}
.notifications__offer {
    font-size: 20px;
    color: #607E7C;
    flex: 0 0 44%;
    text-align: right;
}
.notifications button {
    width: 192px;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    line-height: inherit;
    cursor: pointer;
    margin-left: 15px;
}
.order-row:first-of-type {
    margin-top: 80px;
}
.order-row {
    display: flex;
    margin-bottom: 80px;
}
.order-row__title {
    font-family: 'Montserrat', sans-serif;
    flex: 0 0 25%;
    font-size: 36px;
    font-weight: 700;
}
.order-row__status-wrapper {
    flex: 1 0 auto;
}
.status-item {
    position: relative;
    display: flex;
    width: 75%;
}
.status-item::before {
    position: absolute;
    content: '';
    display: block;
    left: -35px;
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
}
.status-item:after {
    position: absolute;
    content: '';
    top: 20px;
    left: -26px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.status-item:not(:last-of-type) {
    padding-bottom: 50px;
}
.status-item:last-of-type:after {
    display: none;
}
.status-item__row {
    flex-grow: 1;
    max-width: 70%;
}
.status-item__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.status-item__text {
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0 0 0;
}
.status-item__check-status {
    width: 24px;
    height: 24px;
    border: 1px solid #607E7C;
    border-radius: 4px;
    margin-top: 11px;
    margin-left: auto;
    background: transparent;
}
.status-item.done .status-item__check-status {
    background: #607E7C url(/local/templates/mebel/img/popup_check.svg)no-repeat center center/120%;
}
.status-item.done:before {
    background-color: #607E7C;
}
.order-etc__mobile-status {
    display: none;
}
.btn_menu-phone {
    position: absolute;
    top: 6.8rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1000000;
}
.btn_menu-map {
    position: absolute;
    top: 9.5rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 20px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1000000;
}
@media only screen and (min-width: 1280px) and (max-width: 1740px) {
    .mailing {
        padding-top: 10px;
        padding-left: 10px;
    }
    .profile-row__title.tab-content__title {
        font-size: 26px;
    }
    .content_column .mailing-form {
        width: 75%;
    }
    .checkbox-wrapper label {
        width: 26px;
        height: 26px;
    }
}
@media only screen and (max-width: 1279px) {
    .orders__greating {
        padding-bottom: 53px;
    }
    .orders-content {
        margin-bottom: 30px;
    }
    .orders-content__item {
        flex-direction: column;
    }
    .orders-content__item-title {
        display: none;
    }
    .orders-content__item-tabs {
        padding-top: 20px;
        display: flex;
        flex: 0 0 60px;
    }
    .order-etc__heading, .order-etc__bottom {
        max-width: unset;
    }
    .content-tabs__item:not(:first-of-type) {
        margin-left: 20px;
    }
    .orders-content__content {
        padding: 0;
    }
    .news-form {
        justify-content: space-between;
    }
    .news-form .news-form__form {
        margin: 0;
        flex: 0 0 46%;
    }
    .notifications {
        justify-content: space-between;
    }
    .notifications__offer {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1201px) {
    .orders__title {
        font-size: 50px;
    }
    .order-row__title {
        font-size: 30px;
    }
    .order-price {
        font-size: 26px;
    }
    .order-list__item-title {
        margin-left: 40px;
    }
    .order-list__item-price {
        margin-left: 20px;
    }
    .order-etc__title span {
        font-size: 18px;
    }
    .counter {
        margin-left: 85px;
    }
    .order-etc__btn {
        margin-top: 35px;
    }
    .profile-row__content {
        padding-left: 50px;
    }
    .content_column .mailing-form {
        width: 70%;
    }
    .news-form__title, .notifications__title {
        font-size: 18px;
    }
    .news-form .news-form__form {
        flex: 0 0 55%;
    }
}
@media only screen and (max-width: 1020px) {

    .orders__title {
        font-size: 40px;
    }
    .orders__subtitle {
        font-size: 24px;
        line-height: 30px;
    }
    .orders-nav {
        padding: 20px 0;
    }
    .orders-nav__item {
        min-width: 160px;
        height: 47px;
        column-gap: 10px;
    }
    .orders-nav__item svg {
        width: 27px;
        height: 27px;
    }
    .tab-content__title {
        font-size: 30px;
    }
    .order-price {
        font-size: 24px;
    }
    .order-list__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .order-list__header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .order-list__item-title {
        margin-left: 20px;
    }
    .order-list__item-price {
        margin-left: 10px;
    }
    .counter {
        margin-left: 55px;
    }
    .order-etc__btn {
        width: 150px;
        height: 32px;
        font-size: 14px;
        margin-top: 20px;
    }
    .news-form .news-form__form {
        flex: 0 0 75%;
    }
    .order-row__title {
        font-size: 24px;
    }
    .order-row__status-wrapper {
        max-width: 450px;
        margin-left: 50px;
    }
    .status-item:not(:last-of-type) {
        padding-bottom: 40px;
    }
    .profile-row {
        flex-direction: column;
    }
    .profile-row:last-of-type {
        margin-bottom: 40px;
    }
    .profile-row__content {
        padding-left: 0;
    }
    .tab-content__title {
        margin-bottom: 30px;
    }
    .tab-content__title br {
        display: none;
    }
    .check-form {
        margin: 0!important;
    }
    .btn_menu-phone {
        top: 5.8rem;
    }
    .btn_menu-map{
        top: 8.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .orders__greating {
        display: none;
    }
    .orders-nav {
        border-top: 1px solid #000;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .orders-nav__item {
        min-width: unset;
        flex-direction: column;
        font-size: 7.2px;
        font-weight: 700;
        border: none;
    }
    .orders-nav__item span {
        margin-top: 10px;
    }
    .orders-nav__item svg {
        width: 20px;
        height: 20px;
    }
    .orders-content__item-tabs {
        flex: 0 0 40px;
    }
    .content-tabs__item {
        font-size: 8px;
        margin-bottom: 0;
    }
    .tab-content__title {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .search-row {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .search-row__input {
        flex: 0 0 100%;
        height: 40px;
    }
    .search-row__input input {
        font-size: 14px;
    }
    .search-row__input input::placeholder {
        font-size: 14px;
    }
    .search-row__checkbox {
        justify-items: flex-start;
        align-items: center;
        margin-left: 0;
        margin-top: 10px;
        flex: 0 0 100%;
    }
    .order-etc__heading {
        margin-bottom: 3px;
    }
    .order-etc__title {
        font-size: 16px;
        line-height: 20px;
    }
    .order-etc__status {
        display: none;
    }
    .order-quantity, .order-price {
        display: none;
    }
    .order-etc__title span {
        font-size: 14px;
        display: block;
    }
    .order-etc__delivery-status {
        font-size: 10px;
    }
    .order-etc__btn {
        width: 100%;
        max-width: 240px;
    }
    .order-etc__mobile-status {
        display: block;
    }
    .order-etc__mobile-quantity {
        font-size: 8px;
    }
    .order-etc__mobile-fullprice {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
    .order-etc__mobile-fullprice span {
        font-family: 'Raleway', sans-serif;
        font-size: 8px;
        font-weight: 700;
        padding: 3px 5px;
        background-color: #F4BDE6;
        border-radius: 3px;
        margin-left: 5px;
    }
    .order-list__header {
        display: none;
    }
    .order-list.active {
        margin-top: 10px;
    }
    .order-list__item {
        position: relative;
        flex-wrap: wrap;
        border-bottom: none;
        padding-left: 0;
        padding-right: 0;
    }
    .order-list__item img {
        width: 90%;
        max-width: 300px;
        height: auto;
        max-height: 200px;
        margin: 0 auto;
    }
    .order-list__item-title {
        flex: 0 0 100%;
        margin-left: 0;
        max-width: unset;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    .order-list__item-title span {
        display: inline-block;
        font-size: inherit;
    }
    .order-list__item-price {
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        font-size: 10px;
        color: grey;
        justify-content: flex-start;
        flex: 0 0 50%;
        margin-left: 0;
    }
    .counter {
        justify-content: flex-end;
        margin-left: 0;
        flex: 0 0 50%;
    }
    .counter button {
        background-color: #0000000f;
        max-width: 40px;
    }
    .order-list__item-endprice {
        display: none;
    }
    .order-list__item-remove {
        position: absolute;
        top: 20px;
        right: 0;
        width: 30px;
        height: 30px;
        background-color: #0000000f;
        border-radius: 50%;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-form {
        flex-direction: column;
        border-bottom: none;
    }
    .news-form input, .news-form button {
        width: 100%;
        height: 32px;
        max-width: 240px;
        font-size: 12px;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .news-form__title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .notifications {
        display: none;
    }
    .order-row {
        flex-direction: column;
    }
    .order-row:first-of-type {
        margin-top: 20px;
    }
    .order-row__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .order-row__title br {
        display: none;
    }
    .order-row__status-wrapper {
        margin-left: 36px;
    }
    .status-item {
        width: 100%;
        align-items: center;
    }
    .status-item:not(:last-of-type) {
        padding-bottom: 30px;
    }
    .status-item__row {
        max-width: 85%;
    }
    .status-item__title {
        font-size: 12px;
        font-weight: 500;
    }
    .status-item__text {
        font-size: 10px;
        line-height: 12px;
    }
    .status-item__check-status {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
    .prifile-avatar {
        margin-bottom: 10px;
    }
    .profile-avatar__img {
        width: 60px;
        height: 60px;
    }
    .profile-row:first-of-type {
        margin-top: 25px;
    }
    .profile-row:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .profile-row__content {
        font-size: 14px;
    }
    .profile-text-row {
        margin-bottom: 20px;
    }
    .profile-text-row input {
        font-size: 14px;
    }
    .profile-text-row input::placeholder {
        font-size: 14px;
    }
    .profile-text-row label {
        font-size: 12px;
    }
    .profile-text-row input,
    .profile-gender,
    .profile-dob {
        width: 100%;
    }
    .profile-dob {
        max-width: 200px;
        margin-top: 40px;
    }
    .profile-gender-checker span {
        font-size: 14px;
    }
    .profile-button,
    .mailing-form__button {
        height: 32px;
        max-width: 240px;
        font-size: 12px;
        text-align: center;
    }
    .email-check__row,
    .phone-check__row,
    .password-check__row {
        width: 100%;
        flex-wrap: wrap;
    }
    .content_column .mailing-form {
        width: 100%;
        max-width: 400px;
    }
    .mailing-form__item {
        align-items: flex-start;
    }
    .mailing-form__item span {
        padding-right: 10px;
    }
    .checkbox-wrapper {
        flex: 0 0 20px;
        height: 25px;
        padding-top: 5px;
    }
}
/* 11.06.2024*/
.collection_slider_image:after {background-color: inherit!important;}
.order-prod_props {font-weight: 500;}
.order-prod_props.order-prod_1 {margin-top: 1rem!important;}
.order-list__item-title span {margin-top: 0.422222rem;}
.page-content .order-position {font-weight: 600;}
.page-content .content__text span:not(.order-position) {font-size: 1.2rem;}
/* 19.11.2025*/
.card_category_border {
        line-height: 1;
        border-radius: 60px;
        padding: 16px;
        border: 1px solid #fff;
        display: inline-block;
        background-color: transparent;
        outline: none;
        text-decoration: none;
        cursor: pointer;
        right: unset!important;
}