@charset "UTF-8";

.cabinet {
    position: relative;
    padding: 170px 0 160px;
    background: #F2F1F5;
}

.cabinet .container {
    display: grid;
    grid-template-columns: 292px calc(100% - 292px - 24px);
    grid-gap: 24px;
}

.cabinet .profile-aside .title-wrapper {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-gap: 4px 12px;
    border: none;
}

.cabinet .profile-aside .title-wrapper h1 {
    align-self: end;
    color: var(--Black-10, #111112);
    font-size: 24px;
    font-weight: 600;
    line-height: 110.885%;
}

.cabinet .profile-aside .title-wrapper .name {
    color: var(--Gray, #505052);
    font-size: 13px;
    line-height: 110.885%;
}

.cabinet .profile-aside .title-wrapper .qr-btn {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #000000;
    cursor: pointer;
}

.cabinet .profile-aside .title-wrapper .qr-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cabinet .profile-aside .title-wrapper .qr-popup {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 300;
    height: 100%;
    max-height: calc(100vh - 20px - 20px);
    width: 100%;
    max-width: 744px;
    transform: translate(-50%, 50%);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.cabinet .profile-aside .title-wrapper .qr-popup.active {
    opacity: 1;
    visibility: visible;
}

.cabinet .profile-aside .title-wrapper .qr-popup .close-btn {
    position: absolute;
    top: 0;
    right: -58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-aside .title-wrapper .qr-popup .close-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 24px;
    height: 24px;
    background-image: url("/templates/template29/img/icon39.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(50%, -50%);
}

.cabinet .profile-aside .title-wrapper .qr-popup .close-btn span {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.cabinet .profile-aside .title-wrapper .qr-popup .close-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cabinet .profile-aside .title-wrapper .qr-popup .container {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 0;
    padding: 0 92px;
    border-radius: 12px;
    box-shadow: 0px 15px 48px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.cabinet .profile-aside .title-wrapper .qr-popup .container h6 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.012em;
    text-align: center;
    color: #111112;
}

.cabinet .profile-aside .title-wrapper .qr-popup .container p {
    margin-top: 6px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: var(--gray);
}

.cabinet .profile-aside .title-wrapper .qr-popup .container a {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #0D4EFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-aside .title-wrapper .qr-popup .container .qr-wrapper {
    padding: 30px;
    width: 273px;
    height: 273px;
    border-radius: 24px;
    background-color: #F1F0F5;
}

.cabinet .profile-aside .title-wrapper .qr-popup .container .qr-wrapper img {
    width: 213px;
    height: 213px;
    object-fit: contain;
}

.cabinet .profile-aside .title-wrapper .qr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
    width: 100%;
    height: 100%;
    background: rgba(137, 136, 143, 0.66);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.cabinet .profile-aside .title-wrapper .qr-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cabinet .profile-aside .profile-menu {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-aside .profile-menu .profile-menu__item {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
}

.cabinet .profile-aside .profile-menu .profile-menu__item.active {
    padding: 12px 12px 12px 3px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}

.cabinet .profile-aside .profile-menu .profile-menu__item.active::before {
    content: "";
    width: 3px;
    height: 20px;
    margin-right: 12px;
    border-radius: 5px;
    background: #FF7A00;
}

.cabinet .profile-aside .profile-menu .profile-menu__item.active svg.no-active {
    display: none;
}

.cabinet .profile-aside .profile-menu .profile-menu__item.active svg.active {
    display: block;
}

.cabinet .profile-aside .profile-menu .profile-menu__item.active .num {
    color: #FF7A00;
    background: #FFF;
}

.cabinet .profile-aside .profile-menu .profile-menu__item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    pointer-events: none;
}

.cabinet .profile-aside .profile-menu .profile-menu__item svg.no-active {
    display: block;
}

.cabinet .profile-aside .profile-menu .profile-menu__item svg.active {
    display: none;
}

.cabinet .profile-aside .profile-menu .profile-menu__item .name {
    margin-right: auto;
    margin-left: 12px;
    color: #111112;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
    pointer-events: none;
}

.cabinet .profile-aside .profile-menu .profile-menu__item .num {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    padding: 0 5px 1px 5px;
    color: #F8F8F8;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 18px;
    background: #111112;
    pointer-events: none;
}

.cabinet .profile-aside .exit {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
}

.cabinet .profile-aside .exit svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    pointer-events: none;
}

.cabinet .profile-aside .exit .name {
    margin-right: auto;
    margin-left: 12px;
    color: #FF3B0D;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
    pointer-events: none;
}

.cabinet .profile-wrapper {
    padding-left: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item {
    display: none;
}

.cabinet .profile-wrapper .profile-wrapper__item.active {
    display: block;
}

.cabinet .profile-wrapper .profile-wrapper__item .title-wrapper {
    padding: 0;
    margin: 0;
    border: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .title-wrapper h2 {
    color: var(--Black-10, #111112);
    font-size: 40px;
    font-weight: 600;
    line-height: 110.885%;
    letter-spacing: -0.7px;
}

.cabinet .profile-wrapper .profile-wrapper__item .title-wrapper p {
    margin-top: 7px;
    color: var(--Gray, #505052);
    font-size: 21px;
    line-height: 110.885%;
    letter-spacing: -0.21px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog {
    margin: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 0;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item {
    width: calc((100% - 50px) / 3);
    height: auto;
    display: flex;
    flex-direction: column;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item.catalog-list__item--empty .btns {
    grid-template-columns: 1fr 51px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper {
    position: relative;
    padding: 22px 22px 38px;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper a {
    display: block;
    text-decoration: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider {
    position: relative;
    width: 100%;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider .swiper-wrapper {
    display: flex;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide::before {
    content: "";
    padding-top: 100%;
    float: left;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide picture {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide picture img,
.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider .swiper-wrapper .swiper-slide picture source {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0;
    margin-left: 5px;
    height: 100%;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    bottom: -19px;
    right: 0;
    height: 2px;
    width: 100%;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.15);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider-pagination .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--black);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .rating {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 3px 8px 3px 6px;
    border-radius: 17px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge {
    position: relative;
    padding: 6px 10px;
    margin-right: 3px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 117%;
    border-radius: 8px;
    border: 3px solid #FFF;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--empty {
    padding: 6px 0;
    height: 38px;
    color: #FF3B0D;
    font-weight: 500;
    line-height: 119%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--empty::before {
    content: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--discount {
    color: #FFF;
    background: var(--purple);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--discount::before {
    content: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--new {
    background: var(--green);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--new::before {
    background-image: url("/templates/template29/img/icon10.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--sale {
    color: #ffffff;
    background-color: var(--purple);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--sale::before {
    background-image: url("/templates/template29/img/sell.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--bestseller {
    color: #FFF;
    background: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--bestseller::before {
    background-image: url("/templates/template29/img/fire.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .name {
    margin-top: 8px;
    margin-bottom: auto;
    color: #000;
    font-size: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-decoration: none;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper {
    margin-top: 11px;
    padding: 11px 0;
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price {
    display: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price.active {
    display: block;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price.price--new .num {
    color: var(--purple);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price .num {
    color: var(--black);
    font-size: 24px;
    font-weight: 500;
    line-height: 110.885%;
    letter-spacing: -0.72px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price .num span {
    font-size: 17px;
    letter-spacing: -0.17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price .old {
    color: #000;
    font-size: 13px;
    line-height: 110.885%;
    letter-spacing: -0.13px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price .old span {
    color: var(--gray);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .tabs {
    display: grid;
    grid-template-columns: 49px 49px;
    grid-gap: 6px;
    padding: 3px;
    height: 38px;
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .tabs p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    line-height: 126%;
    cursor: pointer;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .tabs p.active {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 51px 51px;
    grid-gap: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .find-similar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    height: 51px;
    color: #0D4EFF;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    height: 51px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
    border-radius: 12px;
    background: var(--black);
    white-space: nowrap;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-bookmarks {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 51px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.07);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-bookmarks.active {
    background-color: var(--purple);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-bookmarks.active::before {
    background-image: url("/templates/template29/img/icon29.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-bookmarks::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/templates/template29/img/icon11.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    width: 51px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.07);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .link::before {
    content: "";
    width: 16px;
    height: 4px;
    background-image: url("/templates/template29/img/icon12.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination p {
    color: #000;
    font-size: 17px;
    line-height: 137.5%;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination ul {
    margin: 0 auto 0 13px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    border: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination ul li {
    margin-left: 13px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination ul li:first-of-type {
    margin-left: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination ul li.active a {
    font-weight: 500;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination ul li.active a::before {
    content: "• ";
    color: #0D4EFF;
    font-size: 17px;
    line-height: 137.5%;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination ul a {
    position: relative;
    display: block;
    color: #0D4EFF;
    font-size: 17px;
    line-height: 137.5%;
    text-decoration: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination .more {
    color: #0D4EFF;
    font-size: 17px;
    line-height: 137.5%;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .mobile-btns {
    display: none;
    margin-top: 25px;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .mobile-btns button {
    padding: 0 15px;
    flex-shrink: 0;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-size: 17px;
    font-weight: 500;
    line-height: 115.885%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13) inset;
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .mobile-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin-left: 11px;
    flex: 1;
    color: var(--purple);
    font-size: 17px;
    font-weight: 500;
    line-height: 115.885%;
    text-decoration: none;
    border-radius: 8px;
    background: rgba(13, 78, 255, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .catalog .show-me-more {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    color: #0D4EFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 137.5%;
    border-radius: 12px;
    background: rgba(13, 78, 255, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .inner-wrapper {
    margin-top: 30px;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li {
    padding: 20px;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-gap: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li.checked h6 {
    color: #505052;
    font-weight: 400;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li.checked .img-wrapper::before {
    content: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li .img-wrapper {
    position: relative;
    grid-row: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li .img-wrapper svg {
    width: 24px;
    height: 24px;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li .img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FF7A00;
    border: 3px solid #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li h6 {
    color: #111112;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li p {
    margin-top: 3px;
    color: var(--Gray, #505052);
    font-size: 13px;
    line-height: 110.885%;
}

.cabinet .profile-wrapper .profile-wrapper__item .notifications-list li a {
    display: block;
    margin-top: 20px;
    color: #0D4EFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
    text-decoration: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders.hide {
    display: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list {
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .year-list__item {
    margin-top: 26px;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .year-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .year-list__item .year-list__num {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    color: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list {
    padding-top: 24px;
    margin-top: 18px;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item {
    padding: 24px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto 234px;
    grid-gap: 16px 24px;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .title .num {
    font-size: 21px;
    font-weight: 500;
    line-height: 15px;
    color: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .title .data {
    margin-top: 5px;
    font-size: 13px;
    line-height: 17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .title .data .date {
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .title .data .quantity {
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list {
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item {
    position: relative;
    padding-top: 12px;
    padding-left: 39px;
    margin-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item.--stage::before {
    background-image: url("/templates/template29/img/icon53.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item.--courier::before {
    background-image: url("/templates/template29/img/icon54.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item.--pickup::before {
    background-image: url("/templates/template29/img/icon56.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item.--awaiting-payment::before {
    background-image: url("/templates/template29/img/icon55.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item.--paid::before {
    background-image: url("/templates/template29/img/icon57.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item svg {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item .name {
    align-self: end;
    font-size: 13px;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item .txt {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition {
    width: 100%;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition.--completed {
    background-color: #F1F0F5;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition.--completed .img-wrapper::before {
    background-image: url("/templates/template29/img/icon59.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition.--canceled {
    background-color: rgba(255, 59, 13, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition.--canceled .img-wrapper::before {
    background-image: url("/templates/template29/img/icon60.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition .img-wrapper {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition .img-wrapper::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition .condition__title {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .condition p {
    font-size: 13px;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-left: 18px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list .products-list__item {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list .products-list__item picture {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list .products-list__item picture img,
.cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list .products-list__item picture source {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper {
    display: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper.--active {
    display: block;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .mobile-title-wrapper {
    padding: 0;
    margin: 0;
    display: none;
    border: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .mobile-title-wrapper h2 {
    color: var(--Black-10, #111112);
    font-size: 40px;
    font-weight: 600;
    line-height: 110.885%;
    letter-spacing: -0.7px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .mobile-title-wrapper p {
    margin-top: 7px;
    color: var(--Gray, #505052);
    font-size: 21px;
    line-height: 110.885%;
    letter-spacing: -0.21px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .back-btn {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #0D4EFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .order-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper {
    display: grid;
    grid-template-columns: 316px 1fr;
    grid-gap: 25px;
    margin-top: 40px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 316px auto auto auto;
    grid-gap: 25px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top .wrapper:last-of-type {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top .wrapper h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top .wrapper p {
    color: #505052;
    font-size: 13px;
    line-height: 17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list {
    margin-top: 20px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item {
    position: relative;
    margin-top: 25px;
    padding-left: 18px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item:last-of-type::after {
    content: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item.--active span {
    color: #FF7A00;
    font-weight: 500;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item.--active::after {
    background: #FF7A00;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item.--active::before {
    left: -3px;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(255, 122, 0, 0.3);
    background: #FF7A00;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #505052;
    transform: translateY(-50%);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 2px;
    width: 3px;
    height: 25px;
    border-radius: 19px;
    background: rgba(80, 80, 82, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress-list .progress-list__item span {
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .bonuses {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    grid-gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .bonuses .num {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .bonuses .num::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 4px;
    background-image: url("/templates/template29/img/icon31.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .bonuses .txt {
    margin-top: 5px;
    font-size: 13px;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .repeat-order-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    width: 100%;
    padding: 0 16px;
    margin-top: 20px;
    border-radius: 12px;
    background-color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .repeat-order-btn span {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .repeat-order-btn svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .cancel-order-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    width: 100%;
    padding: 0 16px;
    margin-top: 12px;
    border-radius: 12px;
    background-color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .cancel-order-btn span {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    color: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .cancel-order-btn svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .feedback {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .feedback p {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .feedback p a {
    text-decoration: none;
    color: #0D4EFF;
    white-space: nowrap;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .chat-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    width: 100%;
    padding: 0 16px;
    margin-top: 12px;
    border-radius: 12px;
    background-color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .chat-btn span {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .chat-btn svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment {
    display: flex;
    align-items: center;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment .payment-btn {
    padding: 0 20px;
    height: 51px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    background-color: #111112;
    border-radius: 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment .payment-btn span {
    position: relative;
    display: block;
    padding-right: 28px;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment .payment-btn span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 19px;
    display: block;
    margin-left: 14px;
    margin-right: 14px;
    background-color: rgba(255, 255, 255, 0.31);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment .payment-btn svg {
    width: 55px;
    height: 15px;
    flex-shrink: 0;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment p {
    margin-left: 18px;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment p span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper {
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-details .order-details-list {
    margin-top: 12px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-details .order-details-list .order-details-list__item {
    display: grid;
    grid-template-columns: 148px 1fr;
    grid-gap: 16px;
    margin-top: 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-details .order-details-list .order-details-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-details .order-details-list .order-details-list__item h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-details .order-details-list .order-details-list__item p {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-details .order-details-list .order-details-list__item p.red {
    color: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list {
    margin-top: 12px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item {
    display: grid;
    grid-template-columns: 148px 1fr;
    grid-gap: 16px;
    margin-top: 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item p {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item p.red {
    color: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item p a {
    text-decoration: none;
    color: #0D4EFF;
    cursor: pointer;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list {
    margin-top: 25px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    grid-gap: 0 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("/templates/template29/img/services1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item .name {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item .name span {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item .num {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list {
    margin-top: 25px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    grid-gap: 0 12px;
    margin-top: 14px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("/templates/template29/img/services.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item .name {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item .name span {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item .num {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    text-align: right;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item .num span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .contacts-title {
    margin-top: 24px;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .contacts-txt {
    margin-top: 4px;
    font-size: 17px;
    line-height: 22px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .contacts-txt a {
    text-decoration: none;
    color: #0D4EFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--comments h6 {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--comments p {
    margin-top: 6px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0em;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--comments button {
    margin-top: 12px;
    font-size: 17px;
    line-height: 22px;
    color: #0D4EFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list {
    padding-top: 0;
    border: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .title {
    display: grid;
    grid-template-columns: 400px 90px 1fr 90px;
    grid-gap: 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .title p {
    font-size: 13px;
    line-height: 17px;
    color: #505052;
    white-space: nowrap;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .title p:nth-of-type(2) {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .title p:nth-of-type(3) {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .title p:last-of-type {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row {
    margin-top: 12px;
    padding-top: 12px;
    display: grid;
    grid-template-columns: 400px 90px 1fr 90px;
    grid-gap: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p {
    font-size: 17px;
    line-height: 22px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p span {
    display: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p.name {
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p:nth-of-type(2) {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p:nth-of-type(3) {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p.summ {
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p:last-of-type {
    justify-self: end;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses {
    display: grid;
    grid-template-columns: 430px 1fr;
    grid-gap: 32px 24px;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper {
    width: 100%;
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: #111112;
    border-radius: 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .quantity {
    display: flex;
    font-size: 64px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: -0.04em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #F1F0F5 22.4%, rgba(241, 240, 245, 0.51) 82.29%);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .quantity span {
    margin-left: 7px;
    margin-top: 13px;
    display: block;
    color: #F1F0F5;
    font-family: Golos Text VF;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0em;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .bottom {
    padding-top: 16px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(241, 240, 245, 0.21);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .bottom .cashback {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #F1F0F5;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .bottom .num {
    margin-top: -2px;
    color: #F1F0F5;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .bottom .logo {
    width: 113px;
    height: 32px;
    flex-shrink: 0;
    background-image: url("/templates/template29/img/logo1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 12px;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .expiration-wrapper {
    margin-bottom: auto;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .expiration-num {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    background: #FF3B0D;
    border-radius: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .expiration-num::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url("/templates/template29/img/toll.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .expiration-num p {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .expiration-txt {
    margin-top: 9px;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .explanation-txt {
    font-size: 17px;
    line-height: 22px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history {
    padding-top: 15px;
    grid-column: 1/3;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history h6 {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    color: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li {
    padding-left: 20px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li.expected {
    border-left: 1px solid #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li.expected .num {
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li.expected .txt {
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li.write-off {
    border-left: 1px solid #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li.write-off .num {
    color: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li .num {
    color: #111112;
    font-size: 24px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.02em;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li .txt {
    margin-top: auto;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li .txt a {
    color: #0D4EFF;
    text-decoration: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li .date {
    font-size: 13px;
    line-height: 100%;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .more-btn {
    display: none;
    justify-content: center;
    align-items: center;
    height: 51px;
    margin-top: 24px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.13);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .more-btn span {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards {
    padding-top: 15px;
    grid-column: 1/3;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards h6 {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    color: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards p {
    margin-top: 3px;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list {
    margin-top: 20px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li {
    padding-top: 18px;
    display: grid;
    grid-template-columns: 86px 1fr;
    grid-gap: 3px 20px;
    margin-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li:last-of-type {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li.filled .percent {
    background-color: transparent;
    border: 4px solid rgba(0, 0, 0, 0.07);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li.filled .percent .icon {
    color: #ffffff;
    background-color: #FF7A00;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li .percent {
    position: relative;
    align-self: center;
    height: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1/2;
    grid-row: 1/3;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li .percent .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #07070c;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li .percent .num {
    margin: 0;
    align-self: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li .percent .icon {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.04em;
    border-radius: 50%;
    background-color: #19FFB0;
    border: 3px solid #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li h6 {
    align-self: end;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards .awards-list li p {
    align-self: start;
    font-family: Golos Text VF;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes {
    display: grid;
    grid-template-columns: repeat(4, 203px);
    grid-gap: 24px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li {
    position: relative;
    width: 100%;
    height: 351px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    background: #FFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add {
    background: #DEDDE2;
    cursor: pointer;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add svg {
    margin-top: 104px;
    width: 48px;
    height: 48px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add .txt {
    margin-top: 9px;
    padding: 0 14px;
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 127%;
    letter-spacing: -0.13px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add .bottom-wrapper {
    padding: 7px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add .bottom-wrapper button {
    width: 100%;
    margin-top: auto;
    height: 43px;
    border-radius: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.new .bottom-wrapper {
    padding: 17px 7px 7px;
    flex-direction: column;
    background: #FF7A00;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.new .bottom-wrapper .txt {
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 127%;
    letter-spacing: -0.13px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.new .bottom-wrapper button {
    margin-top: auto;
    width: 100%;
    height: 43px;
    border-radius: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .decor1 {
    position: absolute;
    top: 53px;
    left: -22px;
    width: 45px;
    height: 45px;
    background-color: #F1F0F5;
    border-radius: 50%;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .decor2 {
    position: absolute;
    top: 53px;
    right: -22px;
    width: 45px;
    height: 45px;
    background-color: #F1F0F5;
    border-radius: 50%;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .num {
    padding-top: 24px;
    color: #505052;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
    letter-spacing: -0.17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .promo-txt {
    padding: 0 9px;
    margin-top: 86px;
    color: #505052;
    text-align: center;
    font-size: 17px;
    line-height: 127%;
    letter-spacing: -0.17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .bottom-wrapper {
    position: relative;
    width: 100%;
    margin-top: auto;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
    border-radius: 0 0 14px 14px;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .bottom-wrapper::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url("/templates/template29/img/icon42.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .bottom-wrapper .txt {
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 127%;
    letter-spacing: -0.13px;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
    grid-gap: 24px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url("/templates/template29/img/icon43.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .txt-wrapper {
    padding-right: 38px;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .txt-wrapper h6 {
    color: #111112;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .txt-wrapper p {
    color: var(--Gray, #505052);
    font-size: 13px;
    line-height: 110.885%;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .list-wrapper {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .items-list {
    display: flex;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .items-list li {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .items-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .items-list li a img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    padding: 0 13px;
    border-radius: 8px;
    background: rgba(13, 78, 255, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item button svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item button span {
    color: #0D4EFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data {
    max-width: 615px;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper {
    padding-top: 10px;
    margin-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .title {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--name {
    grid-column: 1/3;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--password {
    grid-column: 1/3;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--password .input-wrapper {
    display: flex;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--password .input-wrapper .change-password-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 47px;
    width: 47px;
    margin-left: 7px;
    border-radius: 8px;
    background-color: rgba(13, 78, 255, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--password .input-wrapper .change-password-btn svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper p {
    font-size: 13px;
    line-height: 16px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper p.not-confirmed {
    color: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper .input-wrapper {
    margin-top: 16px;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper input {
    width: 100%;
    height: 47px;
    padding: 0 13px;
    font-size: 17px;
    line-height: 21px;
    color: #111112;
    background-color: #ffffff;
    border-radius: 8px;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper {
    margin-top: 16px;
    padding: 20px;
    border-radius: 12px;
    background-color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .txt {
    margin: 0;
    margin-top: 3px;
    font-size: 13px;
    line-height: 17px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .btns-wrapper {
    margin-top: 20px;
    display: flex;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .btns-wrapper button {
    margin-left: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    padding: 0 13px;
    border-radius: 8px;
    background-color: rgba(13, 78, 255, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button.change-address-btn::before,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .btns-wrapper button.change-address-btn::before {
    background-image: url("/templates/template29/img/icon50.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button.del-address-btn::before {
    background-image: url("/templates/template29/img/icon50.svg");
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button::before,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .btns-wrapper button::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button span,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .btns-wrapper button span {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #0D4EFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button:first-of-type,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper:first-of-type,
.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .add-address-btn {
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .add-address-btn .title {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #0D4EFF;
    text-align: left;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .add-address-btn .title::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
    background-image: url("/templates/template29/img/icon52.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .add-address-btn .txt {
    margin: 0;
    margin-top: 16px;
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #505052;
    text-align: left;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .del-profile-btn {
    display: flex;
    align-items: center;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .del-profile-btn::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    background-image: url("/templates/template29/img/delete.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .del-profile-btn span {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #FF3B0D;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li {
    margin-top: 24px;
    padding: 20px;
    border-radius: 12px;
    background: #FFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li:first-of-type {
    margin-top: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li h6 {
    color: var(--Black-10, #111112);
    font-size: 24px;
    font-weight: 600;
    line-height: 110.885%;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data {
    display: flex;
    margin-top: 25px;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data p {
    display: flex;
    align-items: center;
    margin-left: 24px;
    color: #000;
    font-size: 17px;
    line-height: 110.885%;
    letter-spacing: -0.17px;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data p:first-of-type {
    margin-left: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data p span {
    display: block;
    margin-right: 8px;
    font-weight: 500;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .address {
    margin-top: 18px;
    color: #000;
    font-size: 17px;
    line-height: 127%;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .add-btn {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .add-btn svg {
    width: 24px;
    height: 24px;
    margin-right: 2px;
    flex-shrink: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .add-btn span {
    color: #0D4EFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .btns-wrapper {
    display: flex;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .btns-wrapper button {
    padding: 11px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    border-radius: 8px;
    background: rgba(13, 78, 255, 0.1);
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .btns-wrapper button svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 10px;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .btns-wrapper button span {
    color: #0D4EFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .add-company-btn {
    margin-top: 24px;
    padding: 15px 20px 17px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .add-company-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 2px;
}

.cabinet .profile-wrapper .profile-wrapper__item .companies .add-company-btn span {
    color: #F1F0F5;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .tabs {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .tabs .tab {
    padding: 10px;
    margin-bottom: -1px;
    font-size: 17px;
    line-height: 19px;
    color: #505052;
    cursor: pointer;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .tabs .tab.--active {
    font-weight: 500;
    color: #000000;
    border-bottom: 2px solid #111112;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents {
    margin-top: 24px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content {
    display: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content.--active {
    display: block;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list {
    display: block;
    column-count: 2;
    column-gap: 25px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list li {
    padding: 20px 20px 22px;
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: #ffffff;
    page-break-inside: avoid;
    break-inside: avoid;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review {
    display: flex;
    flex-direction: column;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .top {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    grid-gap: 0 12px;
    background-color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .top .img-wrapper {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 64px;
    height: 64px;
    display: block;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .top .img-wrapper source,
.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .top .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .top .title {
    align-self: end;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .top .name {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating {
    padding: 22px 0;
    margin-top: 18px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating::before {
    content: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating .rating-list {
    display: flex;
    align-items: center;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating .rating-list li {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating .rating-list li svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating p {
    margin-left: 5px;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .rating p span {
    display: block;
    padding-bottom: 2px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .inner-wrapper {
    margin-top: 18px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .inner-wrapper.--explanations {
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .inner-wrapper .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .inner-wrapper .txt {
    color: #000000;
    font-size: 17px;
    line-height: 23px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .photo-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .photo-list li {
    margin-top: 10px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    padding: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .photo-list .img-wrapper {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .photo-list .img-wrapper source,
.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .photo-list .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .comments-link {
    display: flex;
    align-items: center;
    padding-top: 18px;
    margin-top: 18px;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .comments-link .num {
    display: flex;
    justify-content: center;
    height: 19px;
    flex-shrink: 0;
    padding: 0 6px;
    min-width: 27px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border-radius: 13px;
    background-color: #0D4EFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list .review .comments-link .txt {
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list {
    display: block;
    column-count: 2;
    column-gap: 25px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list li {
    padding: 20px 20px 22px;
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: #ffffff;
    page-break-inside: avoid;
    break-inside: avoid;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions {
    display: flex;
    flex-direction: column;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .top {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    grid-gap: 0 12px;
    background-color: #ffffff;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .top .img-wrapper {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 64px;
    height: 64px;
    display: block;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .top .img-wrapper source,
.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .top .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .top .title {
    align-self: end;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .top .name {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating {
    padding: 22px 0;
    margin-top: 18px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating::before {
    content: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating .rating-list {
    display: flex;
    align-items: center;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating .rating-list li {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating .rating-list li svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating p {
    margin-left: 5px;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .rating p span {
    display: block;
    padding-bottom: 2px;
    color: #505052;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .inner-wrapper {
    margin-top: 18px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .inner-wrapper.--explanations {
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .inner-wrapper .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    color: #000000;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .inner-wrapper .txt {
    color: #000000;
    font-size: 17px;
    line-height: 23px;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .photo-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    list-style: none;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .photo-list li {
    margin-top: 10px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    padding: 0;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .photo-list .img-wrapper {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .photo-list .img-wrapper source,
.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .photo-list .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .comments-link {
    display: flex;
    align-items: center;
    padding-top: 18px;
    margin-top: 18px;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .comments-link .num {
    display: flex;
    justify-content: center;
    height: 19px;
    flex-shrink: 0;
    padding: 0 6px;
    min-width: 27px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    border-radius: 13px;
    background-color: #0D4EFF;
}

.cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list .questions .comments-link .txt {
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}


.modal.modal--add-reviews {
    max-width: 744px;
}

.modal.modal--add-reviews .container {
    padding: 0;
    height: 100%;
    border-radius: 12px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.modal--add-reviews .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--add-reviews .title-wrapper {
    padding: 28px 30px 0;
    display: block;
    background: #FFF;
    border: none;
}

.modal.modal--add-reviews .title-wrapper h2 {
    color: var(--black);
    font-size: 34px;
    font-weight: 600;
    line-height: 110.885%;
    letter-spacing: -0.408px;
}

.modal.modal--add-reviews .title-wrapper p {
    margin-top: 4px;
    color: #505052;
    font-size: 17px;
    line-height: 126%;
}

.modal.modal--add-reviews form .rating-wrapper {
    margin: 24px 30px;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
}

.modal.modal--add-reviews form .rating-wrapper h6 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 126%;
}

.modal.modal--add-reviews form .rating-wrapper .rating-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    overflow: hidden;
}

.modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > input {
    display: none;
}

.modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label {
    padding: 0;
    cursor: pointer;
}

.modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("/templates/template29/img/star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked ~ label::before {
    background-image: url("/templates/template29/img/star1.svg");
}

.modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label:hover::before,
.modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label:hover ~ label::before {
    background-image: url("/templates/template29/img/star1.svg");
}

.modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked + label:hover::before,
.modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked + label:hover ~ label::before,
.modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked ~ label:hover::before,
.modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked ~ label:hover ~ label::before,
.modal.modal--add-reviews form .rating-wrapper .rating-area > label:hover ~ input:checked ~ label::before {
    background-image: url("/templates/template29/img/star1.svg");
}

.modal.modal--add-reviews form .rating-wrapper .rating-area > label:active {
    position: relative;
}

.modal.modal--add-reviews form .txt-wrapper {
    padding: 0 30px;
}

.modal.modal--add-reviews form .txt-wrapper textarea {
    width: 100%;
    margin-top: 16px;
    padding: 13px;
    color: #111112;
    font-size: 17px;
    line-height: 126%;
    border-radius: 8px;
    background: #F1F0F5;
    resize: none;
}

.modal.modal--add-reviews form .txt-wrapper textarea:first-of-type {
    margin-top: 0;
}

.modal.modal--add-reviews form .txt-wrapper textarea.reviews-explanation {
    height: 241px;
}

.modal.modal--add-reviews form .txt-wrapper textarea:focus::placeholder {
    color: transparent;
}

.modal.modal--add-reviews form .txt-wrapper textarea::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.modal--add-reviews form .hide-wrapper {
    position: relative;
    margin: 24px 0 26px;
    padding: 0 30px;
}

.modal.modal--add-reviews form .hide-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.modal.modal--add-reviews form .hide-wrapper input:checked + label::before {
    background-image: url("/templates/template29/img/icon36.svg");
}

.modal.modal--add-reviews form .hide-wrapper label {
    position: relative;
    display: block;
    padding-left: 32px;
    color: #000;
    font-size: 17px;
    font-weight: 450;
    line-height: 126%;
    cursor: pointer;
}

.modal.modal--add-reviews form .hide-wrapper label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("/templates/template29/img/icon35.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal.modal--add-reviews form .imgs {
    padding: 30px;
    background: #F1F0F5;
}

.modal.modal--add-reviews form .imgs .wrapper {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--add-reviews form .imgs .wrapper label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.modal.modal--add-reviews form .btns-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    padding: 0 30px 30px;
    background: #F1F0F5;
}

.modal.modal--add-reviews .popup-btns-wrapper .back-btn {
    display: none;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 20px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 12px;
    background: rgba(239, 239, 239, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(10px);
}

.modal.modal--add-reviews .popup-btns-wrapper .back-btn span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--add-reviews .popup-btns-wrapper .close-btn {
    position: absolute;
    top: 0;
    right: -58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.modal.modal--add-reviews .popup-btns-wrapper .close-btn span {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--add-reviews .popup-btns-wrapper .close-btn svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/*.modal.modal--add-question {
    max-width: 744px;
    height: auto;
}*/

.modal.modal--add-question .popup-btns-wrapper .back-btn {
    display: none;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 20px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 12px;
    background: rgba(239, 239, 239, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(10px);
}

.modal.modal--add-question .popup-btns-wrapper .back-btn span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--add-question .popup-btns-wrapper .close-btn {
    position: absolute;
    top: 0;
    right: -58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.modal.modal--add-question .popup-btns-wrapper .close-btn span {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--add-question .popup-btns-wrapper .close-btn svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.modal.modal--add-question .container {
    padding: 0;
    height: 100%;
    border-radius: 12px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.modal--add-question .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--add-question .title-wrapper {
    padding: 28px 30px 0;
    display: block;
    background: #FFF;
    border: none;
}

.modal.modal--add-question .title-wrapper h2 {
    color: var(--black);
    font-size: 34px;
    font-weight: 600;
    line-height: 110.885%;
    letter-spacing: -0.408px;
}

.modal.modal--add-question .title-wrapper p {
    margin-top: 4px;
    color: #505052;
    font-size: 17px;
    line-height: 126%;
}

.modal.modal--add-question form .txt-wrapper {
    padding: 24px 0 0;
    margin: 24px 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--add-question form .txt-wrapper textarea {
    width: 100%;
    margin-top: 16px;
    padding: 13px;
    color: #111112;
    font-size: 17px;
    line-height: 126%;
    border-radius: 8px;
    background: #F1F0F5;
    resize: none;
}

.modal.modal--add-question form .txt-wrapper textarea:first-of-type {
    margin-top: 0;
}

.modal.modal--add-question form .txt-wrapper textarea.reviews-explanation {
    height: 241px;
}

.modal.modal--add-question form .txt-wrapper textarea:focus::placeholder {
    color: transparent;
}

.modal.modal--add-question form .txt-wrapper textarea::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.modal--reviews-success .container,
.modal.modal--question-success .container {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.modal--reviews-success .container::-webkit-scrollbar,
.modal.modal--question-success .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--reviews-success .img-wrapper,
.modal.modal--question-success .img-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--purple-o-10, rgba(13, 78, 255, 0.1));
}

.modal.modal--reviews-success .img-wrapper img,
.modal.modal--question-success .img-wrapper img {
    width: 40px;
    height: 40px;
}

.modal.modal--reviews-success h6,
.modal.modal--question-success h6 {
    margin-top: 24px;
    margin-bottom: auto;
    color: var(--Black-10, #111112);
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 110.885%;
    letter-spacing: -0.408px;
}

.modal.modal--reviews-success .bottom-wrapper,
.modal.modal--question-success .bottom-wrapper {
    margin-top: 24px;
    padding-top: 24px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--reviews-success .bottom-wrapper button,
.modal.modal--question-success .bottom-wrapper button {
    width: 100%;
}

.modal.modal--reviews-success .popup-btns-wrapper .back-btn,
.modal.modal--question-success .popup-btns-wrapper .back-btn {
    display: none;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 20px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 12px;
    background: rgba(239, 239, 239, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(10px);
}

.modal.modal--reviews-success .popup-btns-wrapper .back-btn span,
.modal.modal--question-success .popup-btns-wrapper .back-btn span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--reviews-success .popup-btns-wrapper .close-btn,
.modal.modal--question-success .popup-btns-wrapper .close-btn {
    position: absolute;
    top: 0;
    right: -58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.modal.modal--reviews-success .popup-btns-wrapper .close-btn span,
.modal.modal--question-success .popup-btns-wrapper .close-btn span {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--reviews-success .popup-btns-wrapper .close-btn svg,
.modal.modal--question-success .popup-btns-wrapper .close-btn svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.modal.modal--additional-info {
    max-width: 744px;
}

.modal.modal--additional-info .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.modal.modal--additional-info .top {
    padding: 30px 30px 0;
    margin: 0;
    background-color: #ffffff;
}

.modal.modal--additional-info .top h6 {
    padding-bottom: 30px;
    color: var(--Black-10, #111112);
    font-size: 34px;
    font-weight: 600;
    line-height: 110.885%;
    letter-spacing: -0.408px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--additional-info .wrapper {
    overflow-y: scroll;
}

.modal.modal--additional-info .wrapper p {
    padding: 30px;
    color: #000;
    font-size: 17px;
    line-height: 126%;
}

.modal.modal--additional-info .wrapper p b {
    font-weight: 600;
}

.modal.modal--additional-info .bottom {
    padding: 30px;
    display: flex;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
}

.modal.modal--additional-info .bottom .add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 18px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
    border-radius: 39px;
    background: #19FFB0;
    box-shadow: 0px 2px 3.4px 0px rgba(255, 255, 255, 0.53) inset, 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.modal.modal--additional-info .bottom .price {
    margin-left: 16px;
    padding-left: 14px;
    color: #111112;
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--additional-info .bottom .price span {
    color: #505052;
    font-size: 13px;
    line-height: 130%;
}

.modal.modal--add-service {
    bottom: 50%;
    height: auto;
    max-width: 658px;
    max-height: calc(100dvh - 40px);
    transform: translate(-50%, 50%);
}

.modal.modal--add-service .container {
    padding: 25px 30px;
    height: 100%;
    background: #F1F0F5;
    overflow: auto;
}

.modal.modal--add-service .top-wrapper {
    display: flex;
}

.modal.modal--add-service .top-wrapper .name {
    margin-left: 6px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
}

.modal.modal--add-service .top-wrapper .name span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.modal.modal--add-service .top-wrapper .price {
    margin-left: auto;
    color: #505052;
    font-size: 17px;
    line-height: 130%;
}

.modal.modal--add-service .middle-wrapper {
    margin-top: 20px;
}

.modal.modal--add-service .middle-wrapper .numbers {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 110px;
    border-radius: 12px 12px 0 0;
    background: #FFF;
}

.modal.modal--add-service .middle-wrapper .numbers h6 {
    align-self: end;
    color: #111112;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
}

.modal.modal--add-service .middle-wrapper .numbers p {
    align-self: start;
    color: #505052;
    font-size: 13px;
    line-height: 130%;
}

.modal.modal--add-service .middle-wrapper .numbers .calc {
    grid-column: 2/3;
    grid-row: 1/3;
    display: grid;
    grid-template-columns: 83px 22px;
    grid-gap: 0 5px;
}

.modal.modal--add-service .middle-wrapper .numbers .calc input {
    grid-column: 1/2;
    grid-row: 1/3;
    padding: 0 13px;
    width: 83px;
    height: 47px;
    color: rgba(80, 80, 82, 0.82);
    font-size: 17px;
    line-height: 126%;
    border-radius: 8px;
    background: #F1F0F5;
}

.modal.modal--add-service .middle-wrapper .numbers .calc button {
    width: 22px;
    justify-content: center;
    align-items: center;
    background: #F1F0F5;
}

.modal.modal--add-service .middle-wrapper .numbers .calc button.plus {
    height: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px 8px 0 0;
}

.modal.modal--add-service .middle-wrapper .numbers .calc button.plus svg {
    width: 20px;
    height: 20px;
}

.modal.modal--add-service .middle-wrapper .numbers .calc button.min {
    height: 24px;
    border-radius: 0 0 8px 8px;
}

.modal.modal--add-service .middle-wrapper .numbers .calc button.min svg {
    width: 20px;
    height: 20px;
}

.modal.modal--add-service .middle-wrapper .total {
    padding: 20px;
    background: #FFF;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--add-service .middle-wrapper .total h6 {
    color: #111112;
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
}

.modal.modal--add-service .middle-wrapper .total p {
    color: #505052;
    font-size: 13px;
    line-height: 130%;
}

.modal.modal--add-service .add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 18px;
    margin-top: 22px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
    border-radius: 39px;
    background: #19FFB0;
    box-shadow: 0px 2px 3.4px 0px rgba(255, 255, 255, 0.53) inset, 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.modal.modal--add-promo {
    height: auto;
    max-width: 658px;
}

.modal.modal--add-promo .container {
    overflow: hidden;
}

.modal.modal--add-promo .container .txt-wrapper {
    padding: 20px 20px 0;
}

.modal.modal--add-promo .container .txt-wrapper .title {
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #111112;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--add-promo .container form .inner-wrapper {
    padding: 20px 20px 32px;
}

.modal.modal--add-promo .container form .input-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.modal.modal--add-promo .container form .input-wrapper input {
    width: 100%;
    margin-top: 14px;
    height: 47px;
    padding: 0 13px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-radius: 8px;
    background-color: #F1F0F5;
}

.modal.modal--add-promo .container form .input-wrapper input::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.modal--add-promo .container form .input-wrapper input:required:valid {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--add-promo .container form .input-wrapper input:required:valid::placeholder {
    color: transparent;
}

.modal.modal--add-promo .container form .input-wrapper input:focus {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--add-promo .container form .input-wrapper input:focus::placeholder {
    color: transparent;
}

.modal.modal--add-promo .container form .btns-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.modal.modal--add-promo .container form .btns-wrapper button {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    height: 51px;
    font-family: Golos Text VF;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 12px;
}

.modal.modal--add-promo .container form .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.modal.modal--add-promo .container form .btns-wrapper button.confirm-btn {
    color: #ffffff;
    background-color: #111112;
}

.modal.modal--add-promo .container form .btns-wrapper button.cancel-btn {
    color: #000000;
    background-color: #ffffff;
}

.modal.modal--add-company {
    height: auto;
    max-width: 658px;
}

.modal.modal--add-company .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.modal--add-company .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--add-company .container .txt-wrapper {
    padding: 20px 20px 0;
}

.modal.modal--add-company .container .txt-wrapper .title {
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #111112;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--add-company .container form .inner-wrapper {
    padding: 20px 20px 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.modal.modal--add-company .container form .input-wrapper:first-of-type,
.modal.modal--add-company .container form .input-wrapper:last-of-type {
    grid-column: 1/3;
}

.modal.modal--add-company .container form .input-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.modal.modal--add-company .container form .input-wrapper input {
    width: 100%;
    margin-top: 14px;
    height: 47px;
    padding: 0 13px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-radius: 8px;
    background-color: #F1F0F5;
}

.modal.modal--add-company .container form .input-wrapper input::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.modal--add-company .container form .input-wrapper input:required:valid {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--add-company .container form .input-wrapper input:required:valid::placeholder {
    color: transparent;
}

.modal.modal--add-company .container form .input-wrapper input:focus {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--add-company .container form .input-wrapper input:focus::placeholder {
    color: transparent;
}

.modal.modal--add-company .container form .btns-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.modal.modal--add-company .container form .btns-wrapper button {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    height: 51px;
    font-family: Golos Text VF;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 12px;
}

.modal.modal--add-company .container form .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.modal.modal--add-company .container form .btns-wrapper button.confirm-btn {
    color: #ffffff;
    background-color: #111112;
}

.modal.modal--add-company .container form .btns-wrapper button.cancel-btn {
    color: #000000;
    background-color: #ffffff;
}

.modal.modal--changing-data {
    height: auto;
    max-width: 658px;
}

.modal.modal--changing-data .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.modal--changing-data .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--changing-data .container .txt-wrapper {
    padding: 20px 20px 0;
}

.modal.modal--changing-data .container .txt-wrapper .title {
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #111112;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--changing-data .container form .inner-wrapper {
    padding: 20px 20px 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.modal.modal--changing-data .container form .input-wrapper:first-of-type,
.modal.modal--changing-data .container form .input-wrapper:last-of-type {
    grid-column: 1/3;
}

.modal.modal--changing-data .container form .input-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.modal.modal--changing-data .container form .input-wrapper input {
    width: 100%;
    margin-top: 14px;
    height: 47px;
    padding: 0 13px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-radius: 8px;
    background-color: #F1F0F5;
}

.modal.modal--changing-data .container form .input-wrapper input::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.modal--changing-data .container form .input-wrapper input:required:valid {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--changing-data .container form .input-wrapper input:required:valid::placeholder {
    color: transparent;
}

.modal.modal--changing-data .container form .input-wrapper input:focus {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--changing-data .container form .input-wrapper input:focus::placeholder {
    color: transparent;
}

.modal.modal--changing-data .container form .btns-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.modal.modal--changing-data .container form .btns-wrapper button {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    height: 51px;
    font-family: Golos Text VF;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 12px;
}

.modal.modal--changing-data .container form .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.modal.modal--changing-data .container form .btns-wrapper button.confirm-btn {
    color: #ffffff;
    background-color: #111112;
}

.modal.modal--changing-data .container form .btns-wrapper button.cancel-btn {
    color: #000000;
    background-color: #ffffff;
}

.modal.modal--confirm {
    height: auto;
    max-width: 480px;
    transform: translate(-50%, 50%);
    bottom: 50%;
}

.modal.modal--confirm .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.modal--confirm .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--confirm .txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 20px 78px;
}

.modal.modal--confirm .txt-wrapper svg {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-bottom: 24px;
}

.modal.modal--confirm .txt-wrapper h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #111112;
}

.modal.modal--confirm .txt-wrapper p {
    margin-top: 8px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #111112;
}

.modal.modal--confirm .btns-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.modal.modal--confirm .btns-wrapper button {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    height: 51px;
    font-family: Golos Text VF;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 12px;
}

.modal.modal--confirm .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.modal.modal--confirm .btns-wrapper button.confirm-btn {
    color: #ffffff;
    background-color: #111112;
}

.modal.modal--confirm .btns-wrapper button.cancel-btn {
    color: #000000;
    background-color: #ffffff;
}

.modal.modal--similar {
    max-width: 1056px;
}

.modal.modal--similar .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #F1F0F5;
}

.modal.modal--similar .container::-webkit-scrollbar {
    display: none;
}

.modal.modal--similar .top-wrapper {
    padding: 24px 30px 0;
}

.modal.modal--similar .top-wrapper p {
    font-size: 21px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: var(--gray);
}

.modal.modal--similar .catalog-list {
    padding-top: 30px;
    margin: 30px 20px;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--similar .catalog-list .catalog-list__item {
    width: calc((100% - 50px) / 3);
}

.modal.change-pass-popup {
    height: auto;
    max-width: 658px;
}

.modal.change-pass-popup .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal.change-pass-popup .container::-webkit-scrollbar {
    display: none;
}

.modal.change-pass-popup .container .txt-wrapper {
    padding: 20px 20px 0;
}

.modal.change-pass-popup .container .txt-wrapper .title {
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #111112;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.change-pass-popup .container form .inner-wrapper {
    padding: 20px 20px 32px;
    grid-gap: 24px;
    display: grid;
}

.modal.change-pass-popup .container form .input-wrapper {
    position: relative;
}

.modal.change-pass-popup .container form .input-wrapper.error .error-txt {
    display: block;
}

.modal.change-pass-popup .container form .input-wrapper.error input {
    color: #FF3B0D;
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

.modal.change-pass-popup .container form .input-wrapper.error input:required:valid {
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

.modal.change-pass-popup .container form .input-wrapper.error input:required:valid::placeholder {
    color: transparent;
}

.modal.change-pass-popup .container form .input-wrapper.error input:focus {
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

.modal.change-pass-popup .container form .input-wrapper.error input:focus::placeholder {
    color: transparent;
}

.modal.change-pass-popup .container form .input-wrapper.error .control-pass-btn {
    background-image: url("/templates/template29/img/hide1.svg");
}

.modal.change-pass-popup .container form .input-wrapper.error .control-pass-btn.show {
    background-image: url("/templates/template29/img/show1.svg");
}

.modal.change-pass-popup .container form .input-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.modal.change-pass-popup .container form .input-wrapper .error-txt {
    display: none;
    font-size: 13px;
    line-height: 16px;
    color: #FF3B0D;
}

.modal.change-pass-popup .container form .input-wrapper input {
    width: 100%;
    margin-top: 14px;
    height: 47px;
    padding: 0 13px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-radius: 8px;
    background-color: #F1F0F5;
}

.modal.change-pass-popup .container form .input-wrapper input::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.change-pass-popup .container form .input-wrapper input:required:valid {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.change-pass-popup .container form .input-wrapper input:required:valid::placeholder {
    color: transparent;
}

.modal.change-pass-popup .container form .input-wrapper input:focus {
    border: 1px solid rgb(17, 17, 18);
    box-shadow: 0px 0px 0px 5px rgba(17, 17, 18, 0.1);
    background: #FFF;
}

.modal.change-pass-popup .container form .input-wrapper input:focus::placeholder {
    color: transparent;
}

.modal.change-pass-popup .container form .input-wrapper .control-pass-btn {
    position: absolute;
    bottom: 11px;
    right: 13px;
    width: 24px;
    height: 24px;
    background-image: url("/templates/template29/img/hide.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.modal.change-pass-popup .container form .input-wrapper .control-pass-btn.show {
    background-image: url("/templates/template29/img/show.svg");
}

.modal.change-pass-popup .container form .btns-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.modal.change-pass-popup .container form .btns-wrapper button {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    height: 51px;
    font-family: Golos Text VF;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 12px;
}

.modal.change-pass-popup .container form .btns-wrapper button:first-of-type {
    margin-left: 0;
}

.modal.change-pass-popup .container form .btns-wrapper button.confirm-btn {
    color: #ffffff;
    background-color: #111112;
}

.modal.change-pass-popup .container form .btns-wrapper button.cancel-btn {
    color: #000000;
    background-color: #ffffff;
}

.modal.modal--registration {
    bottom: 50%;
    left: 50%;
    z-index: 300;
    height: 100%;
    max-height: calc(100vh - 20px - 20px);
    width: 100%;
    max-width: 744px;
    transform: translate(-50%, 50%);
}


.modal.modal--registration,
.modal.modal--enter {
    height: auto;
    max-width: 430px;
}

.modal.modal--registration .popup-btns-wrapper .back-btn,
.modal.modal--enter .popup-btns-wrapper .back-btn {
    display: none;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 20px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 12px;
    background: rgba(239, 239, 239, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(10px);
}

.modal.modal--registration .popup-btns-wrapper .back-btn span,
.modal.modal--enter .popup-btns-wrapper .back-btn span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--registration .popup-btns-wrapper .close-btn,
.modal.modal--enter .popup-btns-wrapper .close-btn {
    position: absolute;
    top: 0;
    right: -58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}

.modal.modal--registration .popup-btns-wrapper .close-btn span,
.modal.modal--enter .popup-btns-wrapper .close-btn span {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 110.885%;
}

.modal.modal--registration .popup-btns-wrapper .close-btn svg,
.modal.modal--enter .popup-btns-wrapper .close-btn svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.modal.modal--registration .container,
.modal.modal--enter .container,
.modal.modal--registration .container form,
.modal.modal--enter .container form {
    position: relative;
    padding: 20px 20px 30px;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #FFFFFF;
}

.modal.modal--registration .container::-webkit-scrollbar,
.modal.modal--enter .container::-webkit-scrollbar,
.modal.modal--registration .container form::-webkit-scrollbar,
.modal.modal--enter .container form::-webkit-scrollbar {
    display: none;
}

.modal.modal--registration .container .title,
.modal.modal--enter .container .title {
    padding-bottom: 20px;
    margin-bottom: 32px;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.0175em;
    color: #111112;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--registration .container .frame,
.modal.modal--enter .container .frame {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
}

.modal.modal--registration .container .frame .reg-btns,
.modal.modal--enter .container .frame .reg-btns {
    margin-bottom: auto;
}

.modal.modal--registration .container .frame.active,
.modal.modal--enter .container .frame.active {
    display: flex;
}

.modal.modal--registration .container .frame--3 .input-wrapper,
.modal.modal--enter .container .frame--3 .input-wrapper {
    margin-top: 32px !important;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--registration .container .frame--success,
.modal.modal--enter .container .frame--success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.modal.modal--registration .container .frame--success svg,
.modal.modal--enter .container .frame--success svg {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin-bottom: 24px;
}

.modal.modal--registration .container .frame--success h6,
.modal.modal--enter .container .frame--success h6 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.012em;
    text-align: center;
    color: #111112;
}

.modal.modal--registration .container .reg-btn,
.modal.modal--enter .container .reg-btn {
    width: 100%;
    height: 66px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    padding: 0 22px 0 16px;
    border-radius: 12px;
    background-color: #F1F0F5;
}

.modal.modal--registration .container .reg-btn:first-of-type,
.modal.modal--enter .container .reg-btn:first-of-type {
    margin-top: 0;
}

.modal.modal--registration .container .reg-btn svg,
.modal.modal--enter .container .reg-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 14px;
}

.modal.modal--registration .container .reg-btn span,
.modal.modal--enter .container .reg-btn span {
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
}

.modal.modal--registration .container .reg-btn::after,
.modal.modal--enter .container .reg-btn::after {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: auto;
    background-image: url("/templates/template29/img/arrow3.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal.modal--registration .container .enter-txt,
.modal.modal--enter .container .enter-txt {
    padding-top: 27px;
    margin-top: 32px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--registration .container .enter-txt a,
.modal.modal--enter .container .enter-txt a {
    display: inline-block;
    text-decoration: none;
    color: #0D4EFF;
}

.modal.modal--registration .container .timing,
.modal.modal--enter .container .timing {
    margin-top: 42px;
    font-size: 17px;
    line-height: 21px;
    color: #464646;
}

.modal.modal--registration .container .timing span,
.modal.modal--enter .container .timing span {
    color: #000000;
}

.modal.modal--registration .container .small-txt,
.modal.modal--enter .container .small-txt {
    padding-top: 32px;
    margin-top: 26px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--registration .container .small-txt a,
.modal.modal--enter .container .small-txt a {
    text-decoration: none;
    color: #0D4EFF;
}

.modal.modal--registration .container .input-wrapper,
.modal.modal--enter .container .input-wrapper {
    position: relative;
    margin-top: 24px;
}

.modal.modal--registration .container .input-wrapper:first-of-type,
.modal.modal--enter .container .input-wrapper:first-of-type {
    margin-top: 0;
}

.modal.modal--registration .container .input-wrapper.error .error-txt,
.modal.modal--enter .container .input-wrapper.error .error-txt {
    display: block;
}

.modal.modal--registration .container .input-wrapper.error input,
.modal.modal--enter .container .input-wrapper.error input {
    color: #FF3B0D;
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

.modal.modal--registration .container .input-wrapper.error input:required:valid,
.modal.modal--enter .container .input-wrapper.error input:required:valid {
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

.modal.modal--registration .container .input-wrapper.error input:required:valid::placeholder,
.modal.modal--enter .container .input-wrapper.error input:required:valid::placeholder {
    color: transparent;
}

.modal.modal--registration .container .input-wrapper.error input:focus,
.modal.modal--enter .container .input-wrapper.error input:focus {
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

.modal.modal--registration .container .input-wrapper.error input:focus::placeholder,
.modal.modal--enter .container .input-wrapper.error input:focus::placeholder {
    color: transparent;
}

.modal.modal--registration .container .input-wrapper.error .control-pass-btn,
.modal.modal--enter .container .input-wrapper.error .control-pass-btn {
    background-image: url("/templates/template29/img/hide1.svg");
}

.modal.modal--registration .container .input-wrapper.error .control-pass-btn.show,
.modal.modal--enter .container .input-wrapper.error .control-pass-btn.show {
    background-image: url("/templates/template29/img/show1.svg");
}

.modal.modal--registration .container .input-wrapper p,
.modal.modal--enter .container .input-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.modal.modal--registration .container .input-wrapper .error-txt,
.modal.modal--enter .container .input-wrapper .error-txt {
    display: none;
    font-size: 13px;
    line-height: 16px;
    color: #FF3B0D;
}

.modal.modal--registration .container .input-wrapper .input-txt,
.modal.modal--enter .container .input-wrapper .input-txt {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #464646;
}

.modal.modal--registration .container .input-wrapper .input-txt.error,
.modal.modal--enter .container .input-wrapper .input-txt.error {
    color: #FC3F1D;
}

.modal.modal--registration .container .input-wrapper input,
.modal.modal--enter .container .input-wrapper input {
    width: 100%;
    margin-top: 14px;
    height: 47px;
    padding: 0 13px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-radius: 8px;
    background-color: #F1F0F5;
}

.modal.modal--registration .container .input-wrapper input::placeholder,
.modal.modal--enter .container .input-wrapper input::placeholder {
    color: rgba(80, 80, 82, 0.82);
}

.modal.modal--registration .container .input-wrapper input:required:valid,
.modal.modal--enter .container .input-wrapper input:required:valid {
    border: 1px solid rgba(17, 17, 18, 0.32);
    background: #FFF;
}

.modal.modal--registration .container .input-wrapper input:required:valid::placeholder,
.modal.modal--enter .container .input-wrapper input:required:valid::placeholder {
    color: transparent;
}

.modal.modal--registration .container .input-wrapper input:focus,
.modal.modal--enter .container .input-wrapper input:focus {
    border: 1px solid rgb(17, 17, 18);
    box-shadow: 0px 0px 0px 5px rgba(17, 17, 18, 0.1);
    background: #FFF;
}

.modal.modal--registration .container .input-wrapper input:focus::placeholder,
.modal.modal--enter .container .input-wrapper input:focus::placeholder {
    color: transparent;
}

.modal.modal--registration .container .input-wrapper .control-pass-btn,
.modal.modal--enter .container .input-wrapper .control-pass-btn {
    position: absolute;
    bottom: 11px;
    right: 13px;
    width: 24px;
    height: 24px;
    background-image: url("/templates/template29/img/hide.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.modal.modal--registration .container .input-wrapper .control-pass-btn.show,
.modal.modal--enter .container .input-wrapper .control-pass-btn.show {
    background-image: url("/templates/template29/img/show.svg");
}

.modal.modal--registration .container .confirm-txt,
.modal.modal--enter .container .confirm-txt {
    padding-left: 18px;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    border-left: 2px solid rgb(255, 122, 0);
}

.modal.modal--registration .container .confirm-txt span:not([data-email]),
.modal.modal--enter .container .confirm-txt span:not([data-email]) {
    font-weight: 600;
}

.modal.modal--registration .container .btns-wrapper,
.modal.modal--enter .container .btns-wrapper {
    display: flex;
    grid-gap: 0;
    padding: 0;
    padding-top: 32px;
    margin-top: auto;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.modal.modal--registration .container .btns-wrapper button,
.modal.modal--enter .container .btns-wrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    border-radius: 12px;
}

.modal.modal--registration .container .btns-wrapper .back-btn,
.modal.modal--enter .container .btns-wrapper .back-btn {
    padding: 0 20px;
    flex-shrink: 0;
    color: #000000;
    background-color: #F1F0F5;
}

.modal.modal--registration .container .btns-wrapper .next-btn,
.modal.modal--enter .container .btns-wrapper .next-btn {
    margin-left: 12px;
    width: 100%;
    color: #ffffff;
    background-color: #111112;
}


@media (max-width: 1200px) {

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns {
        grid-template-columns: 1fr 51px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-bookmarks {
        display: none;
    }

}

@media (max-width: 992px) {

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .tabs {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        margin-top: 10px;
    }

}

@media (max-width: 768px) {
    .h2 {
        font-size: 34px;
        line-height: 105.385%;
        letter-spacing: -0.595px;
    }

    .title-wrapper {
        padding-top: 24px;
    }

    .title-wrapper p {
        font-size: 17px;
        letter-spacing: -0.085px;
    }

    .title-wrapper1 {
        padding-top: 38px;
    }

    .title-wrapper1 h2 {
        font-size: 34px;
        font-weight: 600;
        line-height: 110.885%;
        letter-spacing: -0.595px;
    }

    .title-wrapper1 p {
        margin-top: 6px;
        font-size: 17px;
        letter-spacing: -0.17px;
    }

    .rating {
        font-size: 13px;
        line-height: 110.5%;
    }

    .rating.active span {
        display: none;
    }

    .rating::before {
        width: 18px;
        height: 18px;
    }

    .close-btn {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    body.menu--open {
        padding-right: 0;
    }

    body.menu--open .header-top {
        padding-right: 0;
        bottom: -58px;
    }

    body.menu--open .menu {
        bottom: 73px;
        transition: 0s;
    }

    body.delivery-map-open {
        padding-right: 0;
    }

    body.delivery-map-open .header-top {
        bottom: -58px;
        padding-right: 0;
    }

    body.modal-active {
        padding-right: 0;
    }

    body.modal-active .header-top {
        bottom: -58px;
    }

    body.modal-active .item-header {
        padding-right: 0;
    }

    body.region-select {
        padding-right: 0;
    }

    body.region-select .header-top {
        padding-right: 0;
        bottom: -58px;
    }

    body.cover {
        padding-right: 0;
    }

    body.cover .header-top {
        bottom: -58px;
    }

    body.cover .header-bottom {
        padding-right: 0;
    }

    body.body--popup-open {
        padding-right: 0;
    }

    body.body--popup-open .header-top {
        bottom: -58px;
    }

    body.body--popup-open .header-bottom {
        padding-right: 0;
    }

    .header .header-top {
        bottom: 0;
        height: 58px;
        background: #F8F7FC;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07) inset;
    }

    .header .header-top .container {
        padding: 0 6px;
        display: grid;
        grid-template-columns: 1fr 40px auto auto;
        grid-gap: 6px;
    }

    .header .header-top .header-logo {
        display: none;
    }

    .header .header-top .menu-btn {
        height: 46px;
        margin-right: 0;
        padding: 0 8px;
        width: 100%;
        background: #FFF;
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13) inset;
    }

    .header .header-top .menu-btn span {
        margin-left: 28px;
        color: var(--black);
        font-size: 13px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 110.885%;
    }

    .header .header-top .menu-btn span::before {
        width: 25px;
        height: 25px;
        background-image: url("/templates/template29/img/icon16.svg");
    }

    .header .header-top .menu-btn span.desktop {
        display: none;
    }

    .header .header-top .menu-btn span.mobile {
        display: block;
    }

    .header .header-top .home-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 46px;
    }

    .header .header-top .home-btn::before {
        content: "";
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/icon15.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .header .header-top .search {
        display: none;
    }

    .header .header-top .profile-wrapper .mobile-wrapper {
        position: fixed;
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        margin-bottom: 0;
        transition: 0s;
    }

    .header .header-top .profile-wrapper .mobile-wrapper.open {
        bottom: 73px;
    }

    .header .header-top .profile-wrapper .user-portal {
        position: static;
        bottom: 0;
        width: 100%;
        border-radius: 12px;
        box-shadow: none;
    }

    .header .header-top .profile-wrapper .user-portal.user-unlogged .top {
        padding-top: 47px;
    }

    .header .header-top .profile-wrapper .user-portal.user-unlogged .bottom {
        padding-top: 5px;
    }

    .header .header-top .profile-wrapper .user-portal .top p {
        margin-top: 5px;
        font-size: 15px;
        letter-spacing: -0.15px;
    }

    .header .header-top .profile-wrapper .user-portal .top .user-create {
        padding: 14px 18px;
        margin-top: 30px;
        font-size: 17px;
        font-weight: 400;
        border-radius: 32px;
    }

    .header .header-top .profile-wrapper .user-portal .top .user-enter {
        margin-top: 14px;
        font-size: 15px;
        line-height: 130.385%;
    }

    .header .header-top .profile-wrapper .user-portal .bottom {
        padding: 26px 14px 0;
    }

    .header .header-top .profile-wrapper .user-portal .close-btn {
        top: calc(100% + 8px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .header .header-top .profile-wrapper .user-portal .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .header .header-top .profile-wrapper .user-portal .close-btn span {
        display: block;
    }

    .header .header-top .profile-wrapper .user-portal .close-btn svg {
        display: none;
    }

    .header .header-top .header-item {
        height: 46px;
        margin-left: 0;
        padding-left: 12px;
        padding-right: 6px;
    }

    .header .header-top .header-item.cart {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header .header-top .header-item.cart::before {
        content: "";
    }

    .header .header-top .header-item::before {
        height: 20px;
    }

    .menu {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100dvh - 5px - 73px);
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.07);
    }

    .menu.second .popup-btns-wrapper .back-btn {
        display: flex;
    }

    .menu.third .popup-btns-wrapper .back-btn {
        display: flex;
    }

    .menu.third .main-page {
        display: none;
    }

    .menu.third .second-page {
        display: none;
    }

    .menu.third .third-page {
        display: flex;
    }

    .menu .main-page {
        padding: 20px;
    }

    .menu .main-page .search {
        display: block;
    }

    .menu .main-page .region {
        display: grid;
    }

    .menu .main-page .categories-list {
        grid-gap: 8px;
    }

    .menu .main-page .news-banner {
        margin: 20px 0;
        padding: 13px 0 20px;
        display: block;
    }

    .menu .main-page .news-banner h6 {
        margin-top: 6px;
        color: var(--black);
        font-size: 24px;
        font-weight: 500;
        line-height: 115.885%;
        letter-spacing: -0.24px;
    }

    .menu .main-page .news-banner p {
        margin-top: 3px;
        font-size: 14px;
        letter-spacing: normal;
        -webkit-line-clamp: 100;
    }

    .menu .main-page .news-list {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .menu .main-page .news-list li {
        padding: 20px 12px;
        height: 183px;
    }

    .menu .main-page .news-list li:nth-of-type(3) {
        grid-column: 1/3;
    }

    .menu .main-page .news-list p {
        font-weight: 400;
        line-height: 124.385%;
        letter-spacing: -0.051px;
    }

    .menu .main-page .advantages-list {
        margin: 20px 0;
        padding-top: 20px;
    }

    .menu .main-page .advantages-list h6 {
        font-size: 21px;
        letter-spacing: -0.105px;
    }

    .menu .main-page .store-list .txt-wrapper {
        padding: 13px 10px 10px;
    }

    .menu .main-page .store-list .txt-wrapper h6 {
        font-size: 19px;
        letter-spacing: -0.19px;
    }

    .menu .main-page .store-list .txt-wrapper .address-wrapper {
        margin-top: 12px;
        padding-top: 14px;
    }

    .menu .main-page .services-list h6 {
        font-size: 21px;
        letter-spacing: -0.105px;
    }

    .menu .second-page {
        margin-bottom: 78px;
    }

    .menu .second-page .title-wrapper {
        position: relative;
        display: block;
        padding: 20px 20px 16px !important;
        background: #F1F0F5;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .menu .second-page .title-wrapper button {
        display: none;
    }

    .menu .second-page .title-wrapper .page-close-btn {
        position: absolute;
        top: -8px;
        right: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
    }

    .menu .second-page .title-wrapper .line {
        display: none;
    }

    .menu .second-page .title-wrapper h2 {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 14px;
        color: var(--Black-10, #111112);
        font-size: 24px;
        font-weight: 600;
        line-height: 115.885%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        background: #F1F0F5;
    }

    .menu .second-page .title-wrapper a {
        position: relative;
        display: block;
        background: var(--white);
    }

    .menu .second-page .title-wrapper a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url("/templates/template29/img/read_more.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .menu .second-page .title-wrapper a .txt {
        color: var(--black);
    }

    .menu .second-page .title-wrapper a .arrow {
        display: none;
    }

    .menu .second-page .title-wrapper a .subtxt {
        display: block;
    }

    .menu .second-page .page-list {
        padding: 44px 20px 20px;
    }

    .menu .third-page .title-wrapper a {
        position: relative;
        display: block;
    }

    .menu .third-page .title-wrapper a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url("/templates/template29/img/read_more.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .menu .third-page .page-list {
        padding: 44px 20px 20px;
    }

    .menu .popup-btns-wrapper {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        height: 57px;
        display: flex;
        justify-content: space-between;
    }

    .menu .close-btn {
        position: static;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .menu .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .menu .close-btn span {
        display: block;
    }

    .menu .close-btn svg {
        display: none;
    }

    .menu .title-wrapper {
        margin-top: 20px;
        padding-top: 18px;
    }

    .menu .title-wrapper.title-wrapper--top {
        padding-top: 18px;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .menu .title-wrapper h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 115.885%;
        letter-spacing: -0.24px;
    }

    .menu .title-wrapper p {
        color: var(--gray);
        font-size: 14px;
        letter-spacing: normal;
    }

    .main-item {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100dvh - 5px - 73px);
        max-width: none;
        border-radius: 12px;
        background: #F1F0F5;
        box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.07);
        transform: translateX(0);
    }

    .main-item.active {
        bottom: 73px;
    }

    .main-item .close-btn {
        top: calc(100dvh - 8px - 57px - 5px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .main-item .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .main-item .close-btn span {
        display: block;
    }

    .main-item .close-btn svg {
        display: none;
    }

    .main-item .top {
        padding-top: 20px;
    }

    .main-item .top h3 {
        margin-bottom: 16px;
        font-size: 21px;
        letter-spacing: -0.21px;
    }

    .main-item .bottom .services ul li svg.desktop {
        display: none;
    }

    .main-item .bottom .services ul li svg.mobile {
        width: 34px;
        height: 35px;
        display: block;
    }

    .region-change-wrapper .check-banner {
        top: 20px;
        left: 20px;
    }

    .region-change-wrapper .region-change {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100dvh - 5px - 73px);
        max-width: none;
        border-radius: 12px;
        box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.07);
        transform: translateX(0);
    }

    .region-change-wrapper .region-change.active {
        bottom: 73px;
        margin-top: 0;
    }

    .region-change-wrapper .region-change .close-btn {
        top: calc(100dvh - 8px - 57px - 5px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .region-change-wrapper .region-change .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .region-change-wrapper .region-change .close-btn span {
        display: block;
    }

    .region-change-wrapper .region-change .close-btn svg {
        display: none;
    }

    .region-change-wrapper .region-change .txt-wrapper {
        padding-top: 20px;
    }

    .region-change-wrapper .region-change .btn-wrapper {
        padding: 10px;
        border-top: none;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.14);
    }

    .top {
        margin: 12px 0 20px;
    }

    .top .mobile-logo {
        display: block;
    }

    .top .top-slider .swiper-wrapper .swiper-slide {
        display: block;
        border-radius: 8px;
    }

    .top .top-slider .swiper-wrapper .txt-wrapper {
        padding: 19px 14px 17px;
        align-items: center;
    }

    .top .top-slider .swiper-wrapper .discount {
        padding: 7px 11px 5px;
        mn: 11px;
        font-size: 17px;
    }

    .top .top-slider .swiper-wrapper h2 {
        margin-bottom: 30px;
        text-align: center;
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .top .top-slider .swiper-wrapper .txt {
        text-align: center;
        font-size: 13px;
        font-weight: 400;
    }

    .top .top-slider .swiper-wrapper picture {
        height: 170px;
    }

    .top .top-slider-pagination {
        margin-top: 20px;
    }

    .catalog {
        margin: 32px 0;
    }

    .catalog.catalog--top {
        margin-top: 20px;
    }

    .catalog.bookmarks {
        margin-top: 20px;
    }

    .catalog .pagination-wrapper {
        margin-top: 25px;
        padding-top: 25px;
    }

    .catalog .pagination {
        display: none;
    }

    .catalog .show-me-more {
        display: flex;
    }

    .catalog-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-top: 24px;
    }

    .catalog-list .catalog-list__item {
        display: none;
        width: calc((100% - 15px) / 2);
    }

    .catalog-list .catalog-list__item:nth-of-type(1),
    .catalog-list .catalog-list__item:nth-of-type(2),
    .catalog-list .catalog-list__item:nth-of-type(3),
    .catalog-list .catalog-list__item:nth-of-type(4) {
        display: flex;
    }

    .catalog-list .catalog-list__item.catalog-list__item--empty .btns {
        grid-template-columns: 1fr;
    }

    .catalog-list .img-wrapper {
        padding: 12px;
        border-radius: 8px;
    }

    .catalog-list .img-wrapper .img-slider-pagination {
        display: none;
    }

    .catalog-list .img-wrapper .rating {
        top: 5px;
        left: 5px;
        padding: 2px 6px 2px 4px;
    }

    .catalog-list .badges .badge {
        padding: 0 6px;
        height: 24px;
        margin-right: 4px;
        font-size: 13px;
        line-height: 119%;
        border: none;
        border-radius: 4px;
        box-shadow: none;
    }

    .catalog-list .badges .badge.badge--empty {
        height: 24px;
    }

    .catalog-list .name {
        margin-top: 6px;
        font-size: 14px;
        line-height: 126%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .catalog-list .price-wrapper .price .num {
        font-size: 21px;
        letter-spacing: -0.63px;
    }

    .catalog-list .price-wrapper .price .old {
        font-size: 12px;
        letter-spacing: -0.12px;
    }

    .catalog-list .btns {
        margin-top: 13px;
        grid-template-columns: 1fr 40px;
    }

    .catalog-list .btns .find-similar {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .catalog-list .btns .to-cart {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .catalog-list .btns .link {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    }

    .categories {
        margin: 32px 0;
    }

    .categories .h2 {
        text-align: center;
    }

    .categories .cat-list {
        margin-top: 24px;
        grid-gap: 15px;
    }

    .categories .cat-list .cat-list__item {
        height: 162px;
        border-radius: 8px;
    }

    .categories .cat-list a {
        padding: 14px 12px;
    }

    .categories .cat-list a::before {
        height: 40%;
    }

    .categories .cat-list h6 {
        font-size: 13px;
    }

    .categories .cat-list p {
        display: none;
    }

    .promotions {
        margin: 32px 0;
    }

    .promotions .promotions-slider {
        margin-top: 24px;
    }

    .promotions .promotions-list li {
        width: 335px;
        min-height: 542px;
    }

    .promotions .promotions-list .txt-wrapper {
        padding: 17px 18px 18px;
    }

    .promotions .promotions-list .txt-wrapper h6 {
        font-size: 21px;
        letter-spacing: -0.21px;
    }

    .promotions .promotions-list .txt-wrapper p {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 15px;
    }

    .promotions .promotions-list .txt-wrapper a {
        width: 100%;
        height: 48px;
        border-radius: 8px;
    }

    .promotions .promotions-list .txt-wrapper a span::after {
        content: "→";
        margin-left: 8px;
        color: #FFF;
        font-size: 17px;
        line-height: 115.885%;
    }

    .ready-solutions {
        margin: 32px 0;
    }

    .ready-solutions .promotions-slider {
        margin-top: 38px;
    }

    .ready-solutions .ready-solutions-list li {
        width: 335px;
    }

    .ready-solutions .ready-solutions-list picture {
        height: 405px;
    }

    .ready-solutions .ready-solutions-list .txt-wrapper {
        padding: 18px 16px 20px;
    }

    .ready-solutions .ready-solutions-list .txt-wrapper h6 {
        font-size: 21px;
        letter-spacing: -0.21px;
    }

    .ready-solutions .ready-solutions-list .txt-wrapper .txt {
        font-size: 15px;
        line-height: 129.5%;
        /* 19.425px */
    }

    .brands {
        margin: 32px 0;
    }

    .brands .brands-list {
        grid-gap: 8px;
        margin-top: 24px;
    }

    .brands .brands-list li {
        border-radius: 8px;
    }

    .brands .brands-list a {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 8px 3px;
    }

    .brands .brands-list .img-wrapper {
        grid-column: 1/3;
    }

    .brands .brands-list h6 {
        margin-top: 0;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: -0.237px;
    }

    .brands .brands-list p {
        font-size: 19px;
        font-weight: 400;
        letter-spacing: -0.19px;
    }

    .brands .brands-list p::before {
        content: "•";
        margin-right: 3px;
        color: #464646;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
        line-height: 110.885%;
    }

    .news {
        margin: 32px 0;
    }

    .news .promotions-slider {
        margin-top: 38px;
    }

    .news .news-list li {
        width: 335px;
    }

    .news .news-list picture {
        height: 247px;
    }

    .news .news-list .txt-wrapper {
        padding: 18px 16px 20px;
    }

    .news .news-list .txt-wrapper .about {
        font-size: 13px;
    }

    .news .news-list .txt-wrapper h6 {
        font-size: 21px;
        line-height: 110.885%;
        letter-spacing: -0.21px;
    }

    .news .news-list .txt-wrapper .txt {
        margin-top: 7px;
        font-size: 15px;
        line-height: 129.5%;
    }

    .application {
        margin-top: 80px;
    }

    .application .container {
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .application picture {
        width: 291px;
        height: 156px;
    }

    .application picture.desktop {
        display: none;
    }

    .application picture.mobile {
        display: flex;
    }

    .application .txt-wrapper {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 37px;
        align-items: center;
    }

    .application .txt-wrapper h2 {
        max-width: 280px;
        text-align: center;
        font-size: 21px;
        line-height: 24.5px;
        letter-spacing: -0.21px;
    }

    .application .txt-wrapper .desktop {
        display: none;
    }

    .application .txt-wrapper .mobile {
        display: grid;
    }

    .application .qr-wrapper {
        display: none;
    }

    .item {
        margin-top: 0;
        padding: 15px 0 20px;
    }

    .item .item-header {
        bottom: -80px;
        z-index: 29;
        height: 64px;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07) inset;
    }

    .item .item-header.active {
        bottom: 58px;
    }

    .item .item-header .container {
        flex-direction: row;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .item .item-header .title-wrapper {
        display: none;
    }

    .item .item-header .price {
        margin-left: 0;
        margin-right: auto;
    }

    .item .item-header .price .num span {
        font-size: 17px;
    }

    .item .item-header .to-bookmarks {
        display: flex;
    }

    .item .item-header .to-playlist {
        display: flex;
    }

    .item .item-header .to-cart {
        width: 48px;
        height: 48px;
        padding: 0;
        margin-left: 9px;
    }

    .item .item-header .to-cart svg {
        display: block;
    }

    .item .item-header .to-cart span {
        display: none;
    }

    .item .container {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }

    .item .title-wrapper {
        order: 2;
        padding: 12px 20px 0;
        margin: 0 -20px 0;
        width: calc(100% + 40px);
        background: #F1F0F5;
    }

    .item .title-wrapper .breadcrumbs li {
        display: none;
    }

    .item .title-wrapper .breadcrumbs li:has(+ li:last-of-type) {
        display: flex;
        margin-left: 0;
    }

    .item .title-wrapper .breadcrumbs li:has(+ li:last-of-type)::before {
        content: none;
    }

    .item .title-wrapper .breadcrumbs li:last-of-type {
        display: flex;
    }

    .item .title-wrapper .variations {
        display: block;
        padding-top: 16px;
        margin-top: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .item .title-wrapper .item-action {
        margin-top: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .item .title-wrapper .item-action .action-btn {
        display: none;
    }

    .item .title-wrapper .item-action .articul {
        display: none;
    }

    .item .title-wrapper .rating {
        position: relative;
        width: 100%;
        padding: 14px 0;
    }

    .item .title-wrapper .rating::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url("/templates/template29/img/icon34.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }

    .item .title-wrapper .rating::before {
        width: 18px;
        height: 18px;
    }

    .item .sliders-wrapper.enlarge {
        display: block;
        padding: 0;
    }

    .item .sliders-wrapper.enlarge .item-slider1 {
        grid-column: 1/3;
        grid-row: 1/2;
        height: 100%;
        margin-top: 0;
        padding: 30px 40px 110px;
    }

    .item .sliders-wrapper.enlarge .item-slider1 .item-slider-pagination {
        position: absolute;
        bottom: 20px;
        left: 20px;
        height: 49px;
        width: calc(100% - 100px - 8px - 40px);
        justify-content: flex-start;
        padding: 0 14px;
        margin: 0;
        border-radius: 12px;
        background: #F1F0F5;
    }

    .item .sliders-wrapper.enlarge .item-slider2 {
        display: none;
    }

    .item .sliders-wrapper.enlarge .enlarge-top {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 100px;
        padding: 0;
    }

    .item .sliders-wrapper.enlarge .enlarge-top .close-btn {
        width: 100px;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 12px;
        background: #F1F0F5;
    }

    .item .sliders-wrapper {
        margin-top: 0;
        order: 1;
    }

    .item .sliders-wrapper .btns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 14px;
    }

    .item .sliders-wrapper .item-slider1 {
        margin: 20px -20px 0;
        width: calc(100% + 40px);
        padding: 0 20px 16px;
        pointer-events: all;
    }

    .item .sliders-wrapper .item-slider1 .swiper-wrapper .swiper-slide {
        height: 284px;
    }

    .item .sliders-wrapper .item-slider1 .item-slider-pagination {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 30px;
    }

    .item .sliders-wrapper .enlarge-btn {
        position: absolute;
        bottom: 12px;
        left: 0;
        margin: 0;
    }

    .item .sliders-wrapper .item-slider2 {
        display: none;
    }

    .item .item-description {
        order: 3;
        display: none;
    }

    .item .item-description .variations {
        display: none;
    }

    .item .mobile-description ul li {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .item .mobile-description {
        display: block;
    }

    .item .badges .badge {
        padding: 0 6px;
        height: 24px;
        margin-right: 4px;
        font-size: 13px;
        line-height: 119%;
        border: none;
        border-radius: 4px;
        box-shadow: none;
    }

    .item h1 {
        font-size: 24px;
        line-height: 126.9%;
        letter-spacing: normal;
    }

    .item .tabs-wrapper {
        order: 4;
        margin-top: 0;
        padding-top: 0;
        border: none;
    }

    .item .tabs {
        display: block;
        padding: 0;
        margin-top: 0;
        background-color: #ffffff;
    }

    .item .tabs .tabs-item {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 17px 44px 17px 20px;
        min-height: 82px;
        height: auto;
        margin-top: 14px;
        color: #111112;
        font-size: 21px;
        font-weight: 500;
        line-height: 113%;
        border-radius: 12px;
        background: #F1F0F5;
        overflow: hidden;
    }

    .item .tabs .tabs-item::after {
        content: "";
        position: absolute;
        top: 28px;
        right: 20px;
        width: 24px;
        height: 24px;
        background-image: url("/templates/template29/img/arrow5.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .item .tabs .tabs-item::before {
        display: none;
    }

    .item .tabs .tabs-item:first-of-type {
        margin-top: 0;
    }

    .item .tabs .tabs-item.active {
        border-radius: 12px;
        background: #F1F0F5;
        border: none;
    }

    .item .tabs .tabs-item .desktop {
        display: none;
    }

    .item .tabs .tabs-item .mobile {
        display: block;
    }

    .item .tabs .tabs-item .inner-wrapper {
        display: block;
    }

    .item .media {
        position: fixed;
        bottom: 73px;
        left: 5px;
        z-index: 200;
        width: calc(100% - 10px);
        max-height: calc(100dvh - 5px - 73px);
        margin: 0;
        opacity: 0;
        visibility: hidden;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.07);
    }

   /* .item .media.active {
        bottom: 0;
    }*/

    .item .media .media-tab {
        height: 100%;
        max-height: calc(100dvh - 5px - 73px);
        overflow-y: scroll;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.07);
    }

    .item .media .media-tab .inner-wrapper {
        padding: 20px;
        height: 100%;
    }

    .item .media .media-tab h3 {
        font-size: 27px;
        font-weight: 600;
        letter-spacing: -0.27px;
    }

    .item .media .media-tab .description p {
        -webkit-line-clamp: 8;
    }

    .item .media .media-tab .characteristics {
        padding-top: 20px;
        margin-top: 20px;
    }

    .item .media .media-tab .characteristics .characteristics-wrapper {
        margin-top: 17px;
    }

    .item .media .media-tab .characteristics .characteristics-wrapper h4 {
        font-size: 21px;
    }

    .item .media .media-tab .characteristics .characteristics-wrapper ul {
        margin-top: 11px;
        border-top: 1px solid #505052;
    }

    .item .media .media-tab .characteristics .characteristics-wrapper ul p {
        font-size: 15px;
    }

    .item .media .media-tab .reviews .title-wrapper {
        display: block;
        padding: 0;
        width: 100%;
        margin: 0;
        background-color: transparent;
    }

    .item .media .media-tab .reviews .title-wrapper p {
        margin-top: -4px;
        font-size: 17px;
    }

    .item .media .media-tab .reviews .title-wrapper button {
        margin-top: 18px;
    }

    .item .media .media-tab .reviews .photos .photos-slider {
        margin: 14px -20px 0;
        width: calc(100% + 40px);
        padding: 0 20px;
    }

    .item .media .media-tab .reviews .photos .photos-slider::before {
        content: none;
    }

    .item .media .media-tab .reviews .photos .photos-slider .swiper-wrapper .swiper-slide {
        width: 90px;
        height: 90px;
    }

    .item .media .media-tab .reviews .reviews-list {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .item .media .media-tab .reviews .pagination {
        display: none;
    }

    .item .media .media-tab .reviews .show-me-more {
        display: flex;
    }

    .item .media .media-tab .questions .title-wrapper {
        display: block;
        padding: 0;
        width: 100%;
        margin: 0;
        background-color: transparent;
    }

    .item .media .media-tab .questions .title-wrapper p {
        margin-top: -4px;
        font-size: 17px;
    }

    .item .media .media-tab .questions .title-wrapper button {
        margin-top: 18px;
    }

    .item .media .media-tab .questions .pagination {
        display: none;
    }

    .item .media .media-tab .questions .show-me-more {
        display: flex;
    }

    .item .media .media-tab .services .title-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        align-items: center;
        padding: 0;
        width: 100%;
        margin: 0;
        background-color: transparent;
    }

    .item .media .media-tab .services .title-wrapper .img-wrapper {
        align-self: center;
    }

    .item .media .media-tab .services .title-wrapper h3 {
        margin-top: 12px;
        text-align: center;
    }

    .item .media .media-tab .services .title-wrapper p {
        text-align: center;
    }

    .item .media .media-tab .services .services-list {
        margin-left: 0;
        margin: 20px -20px 0;
        width: calc(100% + 40px);
        background: #FFF;
    }

    .item .media .media-tab .services .all-services {
        margin: 0;
        margin-top: 20px;
        padding: 15px 20px;
        width: 100%;
        justify-content: center;
        border-radius: 12px;
        background: rgba(13, 78, 255, 0.1);
    }

    .item .media .close-btn {
        top: calc(100% + 8px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .item .media .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .item .media .close-btn span {
        display: block;
    }

    .item .media .close-btn svg {
        display: none;
    }

    .item .item-aside {
        order: 2;
    }

    .item .item-aside .price-wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-top: 14px;
    }

    .item .item-aside .price-wrapper .price {
        margin-top: 0;
    }

    .item .item-aside .price-wrapper .price .num {
        letter-spacing: -0.63px;
    }

    .item .item-aside .price-wrapper .price .old {
        font-size: 12px;
        letter-spacing: -0.12px;
    }

    .item .item-aside .price-wrapper .tabs {
        width: auto;
        margin-top: 0;
    }

    .item .item-aside .price-wrapper .tabs p {
        width: 50px;
    }

    .item .item-aside .similar .similar-slider {
        margin: 14px 0;
        padding: 0;
        overflow: visible;
    }

    .item .item-aside .similar ul {
        flex-direction: row;
    }

    .item .item-aside .similar ul li {
        padding: 20px 0;
        margin-top: 0;
    }

    .item .item-aside .similar ul picture {
        width: 92px;
        height: 104px;
    }

    .item .item-aside .similar .similar-slider-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .services-list {
        margin-top: 20px;
    }

    .services-list .services-list__item {
        grid-template-columns: 1fr 1fr;
        padding: 14px 20px 0;
        border-top: 7px solid #F2F1F5;
    }

    .services-list .services-list__item:first-of-type {
        border-top: none;
    }

    .services-list .services-list__item .mobile-title {
        grid-row: 1/2;
        grid-column: 1/3;
        display: block;
        color: #111112;
        font-weight: 400;
        font-size: 17px;
        line-height: 130%;
    }

    .services-list .akk {
        grid-row: 3/4;
        grid-column: 1/3;
        padding-top: 12px;
        padding-bottom: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .services-list .akk.active .akk-bottom {
        padding: 17px 20px 20px;
    }

    .services-list .akk .akk-top {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 12px 14px;
        width: 100%;
        border-radius: 12px;
        background: #F1F0F5;
    }

    .services-list .akk .akk-top::before {
        content: none;
    }

    .services-list .akk .akk-top svg {
        display: block;
        width: 24px;
        height: 24px;
        transition: 0.3s;
    }

    .services-list .akk .akk-top span.desktop {
        display: none;
    }

    .services-list .akk .akk-top span.mobile {
        display: block;
    }

    .services-list .akk .akk-top span.mobile svg {
        width: 24px;
        height: 24px;
        transition: 0.3s;
    }

    .services-list .akk .akk-top span.mobile.active svg {
        transform: rotateX(180deg);
    }

    .services-list .akk .akk-bottom {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 0 20px;
        background: #F1F0F5;
    }

    .services-list .akk .akk-bottom .inner-link {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background: rgba(13, 78, 255, 0.1);
    }

    .brands-inner {
        padding: 24px 0 80px;
        margin-top: 0;
    }

    .brands-inner .title-wrapper {
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 20px;
        border: none;
    }

    .brands-inner .title-wrapper::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .brands-inner .nav-bar {
        margin: 20px 0;
        border-radius: 8px;
    }

    .brands-inner .nav-bar .tags {
        flex-direction: column;
        align-items: flex-start;
    }

    .brands-inner .nav-bar .tags .mobile-wrapper .wrapper {
        padding: 0;
        margin: 0;
        border: none;
    }

    .brands-inner .nav-bar .tags .wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .brands-inner .nav-bar .tags .wrapper::before {
        content: none;
    }

    .brands-inner .nav-bar .tags .wrapper:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border: none;
    }

    .brands-inner .nav-bar .tags .wrapper span {
        margin: 16px 16px 0 0;
    }

    .brands-inner .brands-list-title {
        margin: 20px 0;
        text-align: center;
    }

    .brands-inner .brands-list {
        grid-gap: 14px;
        margin-top: 20px;
    }

    .brands-inner .brands-list li {
        border-radius: 8px;
    }

    .brands-inner .brands-list a {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 8px 3px;
    }

    .brands-inner .brands-list .img-wrapper {
        grid-column: 1/3;
    }

    .brands-inner .brands-list h6 {
        margin-top: 0;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: -0.237px;
    }

    .brands-inner .brands-list p {
        font-size: 19px;
        font-weight: 400;
        letter-spacing: -0.19px;
    }

    .brands-inner .brands-list p::before {
        content: "•";
        margin-right: 3px;
        color: #464646;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
        line-height: 110.885%;
    }

    .contacts {
        padding: 24px 0 80px;
        margin-top: 0;
    }

    .contacts .container {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }

    .contacts .title-wrapper {
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 20px;
        border: none;
    }

    .contacts .title-wrapper::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .contacts .socials .socials-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .contacts .socials .socials-list .socials-list__item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100%;
        height: 127px;
        border-radius: 12px;
    }

    .contacts .socials .socials-list .socials-list__item a {
        padding: 24px 0 20px;
        flex-direction: column;
    }

    .contacts .socials .socials-list .socials-list__item svg {
        width: 48px;
        height: 48px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contacts .contacts-wrapper {
        grid-column: auto;
        grid-row: auto;
        margin-top: 20px;
    }

    .contacts .contacts-wrapper .inner-wrapper {
        padding-top: 20px;
        margin-top: 24px;
        padding-bottom: 0;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .contacts .contacts-wrapper .inner-wrapper .title {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0em;
    }

    .contacts .contacts-wrapper .inner-wrapper .email {
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0em;
    }

    .contacts .contacts-wrapper .contacts-list .contacts-list__item {
        display: block;
        margin-top: 20px;
    }

    .contacts .shops .shops-list {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .contacts .shops .shops-list .shops-list__item {
        padding: 5px 5px 15px;
    }

    .contacts .shops .shops-list .shops-list__item .img-wrapper {
        height: 192px;
    }

    .contacts .shops .shops-list .item-popup {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        max-width: none;
        max-height: calc(100dvh - 73px - 5px);
        height: auto;
        transform: translateX(0);
    }

    .contacts .shops .shops-list .item-popup .container {
        max-height: calc(100dvh - 73px - 5px);
    }

    .contacts .shops .shops-list .item-popup .container .img-wrapper {
        height: 208px;
        border: 3px solid #ffffff;
        border-radius: 12px;
    }

    .contacts .shops .shops-list .item-popup .container .top-wrapper {
        padding: 20px;
    }

    .contacts .shops .shops-list .item-popup .container .top-wrapper .name {
        font-size: 27px;
        line-height: 34px;
        letter-spacing: -0.01em;
    }

    .contacts .shops .shops-list .item-popup .container .schedule {
        margin: 20px 20px 0;
        padding-bottom: 20px;
    }

    .contacts .shops .shops-list .item-popup .container .schedule .schedule-list .schedule-list__item {
        margin-top: 14px;
        display: block;
    }

    .contacts .shops .shops-list .item-popup .container .address {
        margin: 20px 20px 0;
        padding-bottom: 30px;
    }

    .contacts .shops .shops-list .item-popup .container .address .address-list {
        flex-direction: column;
    }

    .contacts .shops .shops-list .item-popup .container .address .address-list .address-list__item {
        width: 100%;
        margin: 0;
        margin-top: 14px;
        border-radius: 12px;
    }

    .contacts .shops .shops-list .item-popup .container .address .address-list .address-list__item:first-of-type {
        margin-top: 0;
    }

    .contacts .shops .shops-list .item-popup .container .support {
        margin-top: 20px;
        padding: 0 20px 30px;
    }

    .contacts .shops .shops-list .item-popup .container .support .support-list {
        display: block;
    }

    .contacts .shops .shops-list .item-popup .container .support .support-list .support-list__item {
        margin-top: 14px;
    }

    .contacts .shops .shops-list .item-popup .container .support .support-list .support-list__item:first-of-type {
        margin-top: 0;
    }

    .contacts .shops .shops-list .item-popup .close-btn {
        top: calc(100% + 8px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .contacts .shops .shops-list .item-popup .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .contacts .shops .shops-list .item-popup .close-btn span {
        display: block;
    }

    .contacts .shops .shops-list .item-popup .close-btn svg {
        display: none;
    }

    .news-inner {
        margin-top: 0;
        padding: 24px 0 80px;
    }

    .news-inner .news-list {
        margin: 24px -20px 0;
        padding: 30px 20px 0;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .news-inner .news-list .__item {
        display: none;
    }

    .news-inner .news-list .__item:nth-of-type(1),
    .news-inner .news-list .__item:nth-of-type(2),
    .news-inner .news-list .__item:nth-of-type(3),
    .news-inner .news-list .__item:nth-of-type(4) {
        display: flex;
    }

    .news-inner .news-list picture {
        height: 247px;
    }

    .news-inner .news-list .txt-wrapper {
        padding: 18px 16px 20px;
    }

    .news-inner .news-list .txt-wrapper .about {
        font-size: 13px;
    }

    .news-inner .news-list .txt-wrapper h6 {
        font-size: 21px;
        line-height: 110.885%;
        letter-spacing: -0.21px;
    }

    .news-inner .news-list .txt-wrapper .txt {
        margin-top: 7px;
        font-size: 15px;
        line-height: 129.5%;
    }

    .news-inner .pagination-wrapper {
        display: none;
    }

    .news-inner .pagination-wrapper .pagination {
        display: none;
    }

    .news-item {
        margin-top: 0;
        padding-top: 24px;
    }

    .news-item.--with-photo .date {
        text-align: left;
    }

    .news-item.--with-photo h1 {
        margin-bottom: 0;
        text-align: left;
    }

    .news-item.--with-photo .main-photo {
        margin: 0 -20px;
        width: calc(100% + 40px);
        height: 213px;
        border-radius: 0;
    }

    .news-item h1 {
        position: relative;
        padding-bottom: 24px;
    }

    .news-item h1::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .news-item h3 {
        margin-bottom: 12px;
    }

    .news-item h3:first-of-type {
        padding-top: 0;
        margin-top: 20px;
        border-top: none;
    }

    .news-item p {
        margin-top: 12px;
    }

    .news-item .img-wrapper {
        margin: 27px 0;
    }

    .news-item .note {
        margin: 32px 0;
    }

    .news-item .slider-wrapper {
        margin: 27px 0 54px;
    }

    .news-item .slider-wrapper .slider-button-prev {
        display: none;
    }

    .news-item .slider-wrapper .slider-button-next {
        display: none;
    }

    .news-item .slider {
        overflow: visible;
    }

    .news-item .slider .slider-list .slider-list__item .img-wrapper {
        height: 182px;
    }

    .news-item .slider .slider-list .slider-list__item p {
        margin-top: 32px;
        padding-right: 0;
    }

    .news-item .slider .slider-pagination {
        bottom: 43px;
        left: 0;
        width: auto;
        display: flex;
    }

    .news-item .slider .slider-pagination .swiper-pagination-bullet {
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        margin-left: 8px;
        border-radius: 50%;
        background-color: #C9C8CC;
        opacity: 1;
    }

    .news-item .slider .slider-pagination .swiper-pagination-bullet:first-of-type {
        margin-left: 0;
    }

    .news-item .slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #111112;
    }

    .news-item .latest-publications {
        padding-top: 24px;
    }

    .news-item .latest-publications .latest-publications__title {
        font-size: 24px;
        line-height: 31px;
    }

    .news-item .latest-publications .latest-publications-list {
        margin-top: 24px;
    }

    .news-item .latest-publications .latest-publications-list .latest-publications-list__item {
        padding-top: 24px;
        margin-top: 20px;
        grid-template-columns: 90px 1fr;
        grid-template-rows: auto 1fr;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .news-item .latest-publications .latest-publications-list .latest-publications-list__item:first-of-type {
        padding-top: 0;
        border-top: none;
    }

    .news-item .latest-publications .latest-publications-list .latest-publications-list__item .img-wrapper {
        width: 90px;
    }

    .news-item .latest-publications .latest-publications-list .latest-publications-list__item .date {
        align-self: start;
    }

    .news-item .latest-publications .latest-publications-list .latest-publications-list__item .title {
        font-size: 19px;
        line-height: 22px;
    }

    .news-item .bottom {
        margin-top: 60px;
        padding: 40px;
    }

    .news-item .bottom .bottom__title {
        font-size: 27px;
        line-height: 35px;
        letter-spacing: -0.01em;
    }

    .news-item .bottom .bottom__txt {
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 0em;
    }

    .news-item .bottom .bottom__btn {
        margin-top: 26px;
        padding: 12px 20px;
        font-size: 14px;
        line-height: 16px;
        border-radius: 8px;
    }

    .catalog-inner {
        margin-top: 0;
        padding: 24px 0 80px;
    }

    .catalog-inner.inner2 {
        padding: 24px 0 80px;
    }

    .catalog-inner .container {
        display: block;
    }

    .catalog-inner .title-wrapper {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .catalog-inner .title-wrapper p {
        margin-top: 3px;
        font-size: 17px;
        letter-spacing: -0.085px;
    }

    .catalog-inner .filters {
        position: fixed;
        bottom: 73px;
        left: 5px;
        z-index: 200;
        width: calc(100% - 10px);
        height: calc(100dvh - 73px - 5px);
        background-color: #ffffff;
        border-radius: 12px;
        opacity: 0;
        visibility: hidden;
    }

    .catalog-inner .filters.active {
        opacity: 1;
        visibility: visible;
    }

    .catalog-inner .filters .close-btn {
        top: calc(100dvh - 8px - 57px - 5px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .catalog-inner .filters .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .catalog-inner .filters .close-btn svg {
        display: none;
    }

    .catalog-inner .filters .close-btn span {
        display: block;
    }

    .catalog-inner .filters .wrapper {
        height: 100%;
        padding: 20px 20px 91px;
        overflow-y: scroll;
    }

    .catalog-inner .filters .wrapper .mobile-title {
        display: block;
    }

    .catalog-inner .filters .top-nav .title {
        padding: 11px 9px;
        border-radius: 6px;
        background: linear-gradient(0deg, #F1F0F5 0%, #F1F0F5 100%), rgba(0, 0, 0, 0.07);
    }

    .catalog-inner .filters .top-nav a {
        padding: 11px 9px;
        border-radius: 6px;
        background: linear-gradient(0deg, #F1F0F5 0%, #F1F0F5 100%), rgba(0, 0, 0, 0.07);
    }

    .catalog-inner .filters .filters-block .reset-btn {
        padding: 10px 13px;
        border-radius: 8px;
        border: 1px solid rgba(80, 80, 82, 0.15);
        background: #F1F0F5;
    }

    .catalog-inner .filters .filters-block .more-btn {
        width: 100%;
        height: 52px;
        justify-content: center;
        margin-top: 17px;
        border-radius: 8px;
        background: rgba(13, 78, 255, 0.09);
    }

    .catalog-inner .filters .filters-block .more-btn::before {
        margin-right: 4px;
        background-image: url("/templates/template29/img/arrow9.svg");
    }

    .catalog-inner .filters .filters-block--search .search-btn {
        background: #F1F0F5;
    }

    .catalog-inner .filters .filters-block--search .reset-btn {
        background: #F1F0F5;
        border: none;
        border-radius: 12px;
    }

    .catalog-inner .filters .filters-block--search .search-container {
        background: #FFF;
    }

    .catalog-inner .filters .availability .search input {
        background: #F1F0F5;
    }

    .catalog-inner .filters .feedback-btn {
        background: #F1F0F5;
    }

    .catalog-inner .filters .show-me {
        display: block;
    }

    .catalog-inner .catalog-wrapper .filter-btn-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 15px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.13) inset;
    }

    .catalog-inner .catalog-wrapper .filter-btn-mobile .txt {
        display: block;
        margin-right: auto;
        overflow: hidden;
        color: #000;
        text-overflow: ellipsis;
        font-size: 17px;
        font-weight: 500;
        line-height: 138.5%;
    }

    .catalog-inner .catalog-wrapper .filter-btn-mobile .num {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1px 5px;
        width: 20px;
        height: 20px;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        border-radius: 18px;
        background: #505052;
    }

    .catalog-inner .catalog-wrapper .filter-btn-mobile svg {
        margin-left: 3px;
        width: 24px;
        height: 24px;
    }

    .catalog-inner .catalog-wrapper .top-wrapper {
        display: block;
    }

    .catalog-inner .catalog-wrapper .top-wrapper .choices {
        width: 100%;
    }

    .catalog-inner .catalog-wrapper .top-wrapper .choices .choices__inner {
        background-color: transparent;
        border-radius: 8px;
        border: 1px solid rgba(17, 17, 18, 0.87);
    }

    .catalog-inner .catalog-wrapper .top-wrapper .choices .choices__item {
        background-color: transparent;
    }

    .catalog-inner .catalog-wrapper .top-wrapper .choices .choices__list.choices__list--dropdown {
        border-radius: 8px;
    }

    .catalog-inner .catalog-wrapper .top-wrapper .wrapper {
        display: none;
    }

    .catalog-inner .catalog-wrapper .catalog-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-top: 24px;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .catalog-inner .catalog-wrapper .catalog-list .catalog-list__item {
        display: none;
        width: calc((100% - 15px) / 2);
    }

    .catalog-inner .catalog-wrapper .catalog-list .catalog-list__item:nth-of-type(1),
    .catalog-inner .catalog-wrapper .catalog-list .catalog-list__item:nth-of-type(2),
    .catalog-inner .catalog-wrapper .catalog-list .catalog-list__item:nth-of-type(3),
    .catalog-inner .catalog-wrapper .catalog-list .catalog-list__item:nth-of-type(4) {
        display: flex;
    }

    .catalog-inner .catalog-wrapper .catalog-list .badges .badge {
        padding: 0 6px;
        height: 24px;
        margin-right: 4px;
        font-size: 13px;
        line-height: 119%;
        border: none;
        border-radius: 4px;
        box-shadow: none;
    }

    .catalog-inner .catalog-wrapper .catalog-list .name {
        margin-top: 6px;
        font-size: 14px;
        line-height: 126%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .catalog-inner .catalog-wrapper .catalog-list .price-wrapper .price .num {
        font-size: 21px;
        letter-spacing: -0.63px;
    }

    .catalog-inner .catalog-wrapper .catalog-list .price-wrapper .price .old {
        font-size: 12px;
        letter-spacing: -0.12px;
    }

    .catalog-inner .catalog-wrapper .catalog-list .btns {
        margin-top: 13px;
        grid-template-columns: 1fr 40px;
    }

    .catalog-inner .catalog-wrapper .catalog-list .btns .to-cart {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .catalog-inner .catalog-wrapper .catalog-list .btns .link {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    }

    .catalog-inner .catalog-wrapper .more-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 24px auto 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #FFF;
    }

    .catalog-inner .catalog-wrapper .pagination {
        display: none;
    }

    .catalog-inner .catalog-wrapper .tops-akk .akk-top {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .catalog-inner .catalog-wrapper .tops-akk .akk-top button {
        margin-right: 12px;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        border: 1px solid rgba(80, 80, 82, 0.87);
        background: #F1F0F5;
    }

    .catalog-inner .catalog-wrapper .tops-akk .akk-top button span {
        display: none;
    }

    .cart {
        margin-top: 0;
        padding: 24px 0 60px;
    }

    .cart .title-wrapper {
        order: 1;
    }

    .cart .title-wrapper p {
        margin-top: 3px;
        font-size: 17px;
        letter-spacing: -0.085px;
    }

    .cart .second-block {
        order: 3;
        margin: 20px -20px 0;
        width: calc(100% + 40px);
    }

    .cart .second-block .added-wrapper .quantity {
        margin: 0;
        padding: 9px 20px 11px;
        background: #FFF;
    }

    .cart .second-block .added-wrapper .added-item {
        padding: 16px 20px 0;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        background-color: #ffffff;
    }

    .cart .second-block .added-wrapper .added-item .img-wrapper {
        padding: 0;
        width: 90px;
        height: 90px;
        border-radius: 8px;
    }

    .cart .second-block .added-wrapper .added-item .img-wrapper .img-slider-pagination {
        display: none;
    }

    .cart .second-block .added-wrapper .added-item .title-wrapper {
        margin-left: 0;
    }

    .cart .second-block .added-wrapper .added-item .price {
        grid-column: 1/3;
    }

    .cart .second-block .added-wrapper .added-item .quantity-wrapper {
        justify-self: stretch;
        padding-right: 4px;
        margin-top: 16px;
        padding-top: 14px;
        margin-left: -20px;
        padding-left: 20px;
        background: #F1F0F5;
    }

    .cart .second-block .added-wrapper .added-item .quantity-calc {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 42px;
        grid-gap: 18px 6px;
        justify-self: auto;
        padding: 7px;
        border-radius: 11px;
        background: #FFF;
    }

    .cart .second-block .added-wrapper .added-item .quantity-calc button {
        border-radius: 8px;
        background: #F1F0F5;
        border: none;
    }

    .cart .second-block .added-wrapper .added-item .quantity-calc button {
        width: 100%;
        height: 42px;
    }

    .cart .second-block .added-wrapper .added-item .quantity-calc p {
        margin: 0;
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .cart .second-block .added-wrapper .added-item .btns-wrapper {
        display: grid;
        grid-column: 2/3;
        grid-template-columns: 1fr 51px;
        grid-template-rows: 51px 51px;
        grid-gap: 8px;
        padding-top: 14px;
        margin-top: 16px;
        padding-left: 4px;
        margin-right: -20px;
        padding-right: 20px;
        padding-bottom: 5px;
        margin-left: 0;
        background: #F1F0F5;
        border: none;
    }

    .cart .second-block .added-wrapper .added-item .btns-wrapper button {
        margin: 0;
    }

    .cart .second-block .added-wrapper .added-item .btns-wrapper .del {
        grid-row: 1/3;
        grid-column: 1/2;
        height: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .cart .second-block .added-wrapper .added-item .btns-wrapper .del::before {
        content: none;
    }

    .cart .second-block .added-wrapper .added-item .btns-wrapper .del svg {
        margin: 0;
    }

    .cart .second-block .added-wrapper .added-item .btns-wrapper .del span {
        margin-top: 6px;
    }

    .cart .second-block .added-wrapper .added-item .choice-wrapper {
        grid-column: 1/3;
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 14px 20px;
        display: grid;
        grid-template-columns: 1fr 90px;
        grid-gap: 8px;
        background: #F1F0F5;
    }

    .cart .second-block .added-wrapper .added-item .choice-wrapper .size {
        width: 100%;
    }

    .cart .second-block .added-wrapper .added-item .choice-wrapper .color {
        margin-left: 0;
    }

    .cart .second-block .services {
        background-color: #ffffff;
        padding: 20px;
        margin-top: 30px;
    }

    .cart .second-block .services .quantity {
        padding: 0 20px 10px;
        margin: 0 -20px;
        width: calc(100% + 40px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cart .second-block .services .added-services-wrapper {
        padding-top: 0;
        margin-bottom: 0;
        border: none;
    }

    .cart .second-block .services .added-services-wrapper .added-service {
        display: block;
        height: auto;
        padding: 14px 20px;
        margin: 5px -20px 0;
        width: calc(100% + 40px);
        border-bottom: 7px solid #F2F1F5;
    }

    .cart .second-block .services .added-services-wrapper .added-service .wrapper {
        padding: 0;
        grid-template-columns: 24px 1fr 117px;
        grid-gap: 0;
    }

    .cart .second-block .services .added-services-wrapper .added-service .wrapper svg {
        height: 38px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cart .second-block .services .added-services-wrapper .added-service .wrapper h6 {
        grid-column: 2/4;
        padding-left: 9px;
        padding-bottom: 14px;
        height: 38px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cart .second-block .services .added-services-wrapper .added-service .wrapper .price {
        grid-column: 1/3;
        margin-top: 14px;
    }

    .cart .second-block .services .added-services-wrapper .added-service .wrapper .del-btn {
        margin-top: 14px;
    }

    .cart .second-block .services .added-services-wrapper .added-service .change-btn {
        flex-direction: row;
        height: 50px;
        margin-top: 14px;
    }

    .cart .second-block .services .added-services-wrapper .added-service .change-btn span {
        margin-top: 0;
        margin-left: 8px;
        font-size: 17px;
        font-weight: 400;
    }

    .cart .second-block .services .services-wrapper {
        padding-top: 20px;
        background: #FFF;
        border: none;
    }

    .cart .second-block .services .services-top .title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 0;
        padding: 0;
        width: 100%;
        margin: 0;
        background-color: transparent;
    }

    .cart .second-block .services .services-top .title-wrapper .img-wrapper {
        align-self: center;
        grid-row: auto;
    }

    .cart .second-block .services .services-top .title-wrapper h3 {
        margin-top: 12px;
        align-self: center;
        text-align: center;
    }

    .cart .second-block .services .services-top .title-wrapper p {
        margin-top: 6px;
        text-align: center;
    }

    .cart .second-block .services .services-top .title-wrapper button {
        width: auto;
        height: 42px;
        padding: 8px 17px 10px 11px;
        margin-top: 18px;
        border-radius: 27px;
        background: #F1F0F5;
    }

    .cart .second-block .services .services-top .title-wrapper button svg {
        margin-right: 5px;
    }

    .cart .second-block .services .services-top .title-wrapper button span {
        display: block;
    }

    .cart .second-block .services .services-list {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    .cart .second-block .services .services-list .services-list__item {
        grid-template-columns: 1fr 1fr;
        padding: 14px 20px;
        border-top: 7px solid #F2F1F5;
    }

    .cart .second-block .services .services-list .services-list__item:first-of-type {
        border-top: none;
    }

    .cart .second-block .services .services-list .services-list__item .mobile-title {
        grid-row: 1/2;
        grid-column: 1/3;
        display: block;
        color: #111112;
        font-weight: 400;
        font-size: 17px;
        line-height: 130%;
    }

    .cart .second-block .services .services-list .services-list__item .akk {
        grid-row: 3/4;
        grid-column: 1/3;
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 12px 14px;
        width: 100%;
        border-radius: 12px;
        background: #F1F0F5;
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top::before {
        content: none;
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top.active svg {
        transform: rotateX(180deg);
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top svg {
        display: block;
        width: 24px;
        height: 24px;
        transition: 0.3s;
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top span.desktop {
        display: none;
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top span.mobile {
        display: block;
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top span.mobile svg {
        width: 24px;
        height: 24px;
        transition: 0.3s;
    }

    .cart .second-block .services .services-list .services-list__item .akk .akk-top span.mobile.active svg {
        transform: rotateX(180deg);
    }

    .cart .second-block .services .services-list .services-list__item .add-btn {
        justify-self: end;
    }

    .cart .second-block .services .all-services {
        margin: 0;
        margin: 20px 0 0;
        padding: 15px 20px;
        width: 100%;
        justify-content: center;
        border-radius: 12px;
        background: rgba(13, 78, 255, 0.1);
    }

    .cart .top-block {
        margin-top: 44px;
        order: 2;
    }

    .cart .top-block .free-delivery {
        display: block;
        padding: 14px 20px 20px;
    }

    .cart .top-block .free-delivery h6 {
        margin-top: 14px;
    }

    .cart .top-block .free-delivery .progress {
        margin-top: 9px;
    }

    .cart .top-block .services-cart {
        margin-top: 20px;
    }

    .cart .aside-wrapper {
        order: 4;
        margin: 20px -20px 0;
        width: calc(100% + 40px);
        padding: 20px 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cart .aside-wrapper .cart-info {
        margin-top: 0;
    }

    .cart .aside-wrapper .similar ul li {
        padding: 20px 0;
        margin-top: 0;
    }

    .cart .aside-wrapper .similar ul picture {
        width: 92px;
        height: 104px;
    }

    .cart .aside-wrapper .similar .similar-slider-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .order {
        margin-top: 0;
        padding: 20px 0 80px;
    }

    .order .title-wrapper {
        order: 2;
        overflow: 25px 0;
    }

    .order .back-btn {
        order: 1;
    }

    .order .order-wrapper {
        order: 3;
        display: flex;
        flex-direction: column;
    }

    .order .order-wrapper .discounts {
        order: 1;
        grid-gap: 20px;
        margin-top: 24px;
    }

    .order .order-wrapper .order-as {
        padding-top: 0;
        margin-top: 20px;
        border: none;
    }

    .order .order-wrapper .first-info {
        margin-top: 24px;
    }

    .order .order-wrapper .receiving-options {
        margin-top: 24px;
    }

    .order .order-wrapper .receiving-options .tabs .tab {
        min-height: 135px;
    }

    .order .order-wrapper .receiving-options .panes .pane {
        margin-top: 24px;
    }

    .order .order-wrapper .receiving-options .panes .pane.pane--courier .summary .inputs-wrapper .choices {
        width: 100%;
    }

    .order .order-wrapper .receiving-options .map-wrapper {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100dvh - 5px - 73px);
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.07);
        overflow: hidden;
    }

    .order .order-wrapper .receiving-options .map-wrapper #delivery-pickup-map,
    .order .order-wrapper .receiving-options .map-wrapper #delivery-courier-map {
        grid-column: auto;
        grid-row: auto;
        order: 2;
    }

    .order .order-wrapper .receiving-options .map-wrapper .map-close-wrapper {
        top: calc(100% - 65px);
        left: 5px;
        width: calc(100% - 10px);
        height: 57px;
        padding: 0;
        background-color: transparent;
    }

    .order .order-wrapper .receiving-options .map-wrapper .map-close-wrapper .map-close-btn {
        width: 100%;
        padding: 0 20px;
        height: 57px;
        justify-content: flex-start;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .order .order-wrapper .receiving-options .map-wrapper .map-close-wrapper .map-close-btn::before {
        position: absolute;
        top: 50%;
        right: 20px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        transform: translateY(-50%);
    }

    .order .order-wrapper .receiving-options .map-wrapper .map-close-wrapper .map-close-btn span {
        display: block;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside {
        width: 100%;
        margin: 0;
        grid-template-columns: 1fr;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside .title-wrapper {
        order: 1;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside .inner-wrapper {
        order: 3;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.pickup .inner-wrapper {
        height: 190px;
        overflow: hidden;
        overflow-x: scroll;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.pickup .inner-wrapper .points-list {
        padding: 14px 12px;
        flex-direction: row;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.pickup .inner-wrapper .points-list .point {
        width: 256px;
        height: 159px;
        margin-top: 0;
        margin-left: 14px;
        border: 1px solid transparent;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.pickup .inner-wrapper .points-list .point:first-of-type {
        margin-left: 0;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.courier .inner-wrapper {
        grid-gap: 12px;
        padding: 20px 12px 12px;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.courier .inner-wrapper button {
        position: relative;
        margin-top: 12px;
    }

    .order .order-wrapper .receiving-options .map-wrapper aside.courier .inner-wrapper button::before {
        content: "";
        position: absolute;
        top: -13px;
        left: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .order .order-wrapper .payment-options {
        margin-top: 24px;
    }

    .order .order-wrapper .order-confirmation {
        margin-top: 24px;
    }

    .order .order-wrapper .comment {
        margin-top: 24px;
    }

    .order aside {
        position: relative;
        order: 4;
        margin-top: 44px;
    }

    .order aside::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .order aside .cart-info {
        margin-top: 0;
    }

    .error-page .container {
        align-items: center;
    }

    .error-page .mobile-img-wrapper {
        display: flex;
    }

    .error-page h1 {
        margin-top: auto;
        text-align: center;
    }

    .error-page p {
        text-align: center;
    }

    .error-page a {
        margin-bottom: auto;
    }

    .error-page .bottom {
        margin-bottom: auto;
    }

    .error-page .desktop-img-wrapper {
        display: none;
    }

    .services {
        margin-top: 0;
        padding: 24px 0 80px;
    }

    .services .container {
        display: block;
    }

    .services .services-wrapper .txt-wrapper {
        margin-bottom: 20px;
    }

    .services .services-wrapper .txt-wrapper .region {
        padding: 14px 15px;
        grid-template-columns: 20px auto 50px;
        grid-gap: 0;
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, 0.12);
        background: #FFF;
    }

    .services .services-wrapper .txt-wrapper .region .icon {
        align-self: start;
    }

    .services .services-wrapper .txt-wrapper .region .change {
        grid-row: 1/3;
        grid-column: 3/4;
        align-self: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 8px;
        background: rgba(13, 78, 255, 0.1);
    }

    .services .services-wrapper .txt-wrapper .region .change span {
        display: none;
    }

    .services .services-wrapper .txt-wrapper .region .change svg {
        display: block;
        margin: 0;
    }

    .services .services-wrapper .txt-wrapper .region .txt {
        grid-column: 2/3;
    }

    .services .services-wrapper .block {
        padding-top: 0;
        border: none;
    }

    .services .services-wrapper .block .title {
        position: relative;
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 16px 20px 18px;
        background: #FFF;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .services .services-wrapper .block .title.active::before {
        transform: rotateX(180deg);
    }

    .services .services-wrapper .block .title.active + .services-list {
        max-height: none !important;
    }

    .services .services-wrapper .block .title::before {
        content: "";
        position: absolute;
        top: 16px;
        right: 20px;
        width: 24px;
        height: 24px;
        background-image: url("/templates/template29/img/arrow6.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.3s;
    }

    .services .services-wrapper .block .title span {
        color: #505052;
    }

    .services .services-wrapper .block .services-list {
        margin: 0 -20px;
        width: calc(100% + 40px);
        max-height: 0;
        background: #FFF;
        transition: 0.3s;
        overflow: hidden;
    }

    .services .services-wrapper .block .services-list .services-list__item {
        grid-template-columns: 1fr 1fr;
        padding: 14px 20px 0;
        border-top: 7px solid #F2F1F5;
    }

    .services .services-wrapper .block .services-list .services-list__item:first-of-type {
        border-top: none;
    }

    .services .services-wrapper .block .services-list .services-list__item .mobile-title {
        grid-row: 1/2;
        grid-column: 1/3;
        display: block;
        color: #111112;
        font-weight: 400;
        font-size: 17px;
        line-height: 130%;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk {
        grid-row: 3/4;
        grid-column: 1/3;
        padding-top: 12px;
        padding-bottom: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .services .services-wrapper .block .services-list .services-list__item .akk.active {
        padding-bottom: 0;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 12px 14px;
        width: 100%;
        border-radius: 12px;
        background: #F1F0F5;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top::before {
        content: none;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top.active svg {
        transform: rotateX(180deg);
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top svg {
        display: block;
        width: 24px;
        height: 24px;
        transition: 0.3s;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top span.desktop {
        display: none;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top span.mobile {
        display: block;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top span.mobile svg {
        width: 24px;
        height: 24px;
        transition: 0.3s;
    }

    .services .services-wrapper .block .services-list .services-list__item .akk .akk-top span.mobile.active svg {
        transform: rotateX(180deg);
    }

    .services .services-wrapper .block .services-list .services-list__item .add-btn {
        justify-self: end;
    }

    .services .services-wrapper .banner {
        margin: 20px -20px;
        width: calc(100% + 40px);
        min-height: auto;
        padding: 20px;
        display: block;
        border-radius: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .services .services-wrapper .banner .imgs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        width: 100%;
    }

    .services .services-wrapper .banner .imgs picture {
        position: static;
    }

    .services .services-wrapper .banner .imgs picture.img1 {
        width: 100%;
        height: 86px;
        border-radius: 12px;
    }

    .services .services-wrapper .banner .imgs picture.img2 {
        width: 100%;
        height: 86px;
        border-radius: 12px;
    }

    .services .services-wrapper .banner .imgs picture.img3 {
        width: 100%;
        height: 86px;
        border-radius: 12px;
    }

    .services .services-wrapper .banner .imgs picture.img4 {
        width: 100%;
        height: 86px;
        border-radius: 12px;
    }

    .services .services-wrapper .banner .txt-wrapper {
        padding: 0;
        padding-top: 18px;
        margin-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .services .services-wrapper .banner .txt-wrapper h6 {
        font-size: 27px;
        line-height: 126%;
        letter-spacing: -0.27px;
    }

    .services .services-wrapper .banner .txt-wrapper p {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .services .services-wrapper .banner .txt-wrapper a {
        margin-top: 24px;
        display: flex;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background: rgba(13, 78, 255, 0.1);
    }

    .services aside .empty-wrapper {
        position: relative;
        margin-top: 35px;
    }

    .services aside .empty-wrapper::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .services aside .items .item-wrapper.item-wrapper--deleted .remove-btn {
        width: 100%;
        height: 48px;
        justify-content: center;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.07);
    }

    .services aside .items .top-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 6px;
    }

    .services aside .items .top-wrapper .num {
        justify-self: start;
    }

    .services aside .items .top-wrapper .name {
        grid-row: 2/3;
        grid-column: 1/3;
    }

    .services aside .items .middle-wrapper .numbers .calc {
        display: block;
        justify-self: end;
    }

    .services aside .items .middle-wrapper .numbers .calc button {
        display: none;
    }

    .services aside .items .del-btn {
        justify-content: center;
        width: 100%;
        height: 48px;
        border-radius: 12px;
        background: rgba(255, 59, 13, 0.12);
    }

    .order-processed {
        margin-top: 0;
        padding: 24px 0 80px;
    }

    .order-processed .container {
        max-width: none;
    }

    .order-processed .title-wrapper p {
        margin-top: 16px;
        font-size: 17px;
        letter-spacing: -0.085px;
    }

    .order-processed .before .txt-wrapper {
        position: relative;
        padding: 20px 0 20px 17px;
        margin: 24px 0 20px;
    }

    .order-processed .before .txt-wrapper::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 2px;
        height: calc(100% - 40px);
        background-color: #FF7A00;
    }

    .order-processed .before .txt-wrapper p {
        margin-top: 18px;
    }

    .order-processed .before .payment-wrapper {
        padding: 0;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .order-processed .before .payment-wrapper .btn-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 20px;
        padding: 15px 14px;
        border-radius: 12px;
        background: #F1F0F5;
    }

    .order-processed .before .payment-wrapper .btn-wrapper button {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .order-processed .before .payment-wrapper .btn-wrapper .price {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order-processed .before .payment-wrapper .btn-wrapper .price span {
        display: block;
        margin-top: -1px;
    }

    .order-processed .after .txt-wrapper {
        position: relative;
        padding: 20px 0 20px 17px;
        margin: 24px 0 20px;
    }

    .order-processed .after .txt-wrapper::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 2px;
        height: calc(100% - 40px);
        background-color: #FF7A00;
    }

    .order-processed .after .info-wrapper {
        display: block;
    }

    .order-processed .after .info-wrapper .info {
        margin-top: 25px;
    }

    .order-processed .after .info-wrapper .info a {
        margin-top: 14px;
    }

    .order-processed .after .info-wrapper .info a:first-of-type {
        margin-top: 20px;
    }

    .order-processed .after .info-wrapper .info .small-txt {
        padding-top: 20px;
        margin-top: 20px;
    }

    .cabinet {
        padding: 20px 0 80px;
    }

    .cabinet .container {
        display: block;
        padding: 0;
    }

    .cabinet .profile-aside {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100 dvh;
        padding: 20px 20px 58px;
        background: #F2F1F5;
        overflow-y: scroll;
    }

    .cabinet .profile-aside.--hide {
        display: none;
    }

    .cabinet .profile-aside .title-wrapper .qr-popup {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        max-width: none;
        max-height: calc(100dvh - 73px - 5px);
        height: auto;
        transform: translateX(0);
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .close-btn {
        top: calc(100% + 8px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .close-btn span {
        display: block;
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .close-btn svg {
        display: none;
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .container {
        padding: 20px 20px 65px;
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .container a {
        margin-bottom: 50px;
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .container .qr-wrapper {
        width: 260px;
        height: 260px;
    }

    .cabinet .profile-aside .title-wrapper .qr-popup .container .qr-wrapper img {
        width: 200px;
        height: 200px;
    }

    .cabinet .profile-aside .profile-menu {
        padding-top: 0;
        border-top: none;
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item {
        padding: 18px 0 17px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item.active {
        padding: 18px 0 17px;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item.active::before {
        content: none;
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item.active svg.no-active {
        display: block;
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item.active svg.active {
        display: none;
    }

    .cabinet .profile-aside .profile-menu .profile-menu__item.active .num {
        color: #F8F8F8;
        background: #111112;
    }

    .cabinet .profile-aside .exit {
        padding: 17px 0 15px;
    }

    .cabinet .profile-wrapper {
        padding-left: 0;
        border-left: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item.active {
        z-index: 200;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .title-wrapper {
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .title-wrapper h2 {
        font-size: 34px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.0175em;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .title-wrapper p {
        margin-top: 3px;
        font-size: 17px;
        line-height: 19px;
        letter-spacing: -0.005em;
        text-align: left;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog {
        margin: 0 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-top: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item {
        display: none;
        width: calc((100% - 15px) / 2);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item:nth-of-type(1),
    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item:nth-of-type(2),
    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item:nth-of-type(3),
    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item:nth-of-type(4) {
        display: flex;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .catalog-list__item.catalog-list__item--empty .btns {
        grid-template-columns: 1fr;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper {
        padding: 12px;
        border-radius: 8px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .img-slider-pagination {
        display: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .img-wrapper .rating {
        top: 5px;
        left: 5px;
        padding: 2px 6px 2px 4px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge {
        padding: 0 6px;
        height: 24px;
        margin-right: 4px;
        font-size: 13px;
        line-height: 119%;
        border: none;
        border-radius: 4px;
        box-shadow: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .badges .badge.badge--empty {
        height: 24px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .name {
        margin-top: 6px;
        font-size: 14px;
        line-height: 126%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price .num {
        font-size: 21px;
        letter-spacing: -0.63px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .price-wrapper .price .old {
        font-size: 12px;
        letter-spacing: -0.12px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns {
        margin-top: 13px;
        grid-template-columns: 1fr 40px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .find-similar {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .to-cart {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .catalog-list .btns .link {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination-wrapper {
        margin-top: 25px;
        padding-top: 25px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .pagination {
        display: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .show-me-more {
        display: flex;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .inner-wrapper {
        margin-top: 24px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .notifications-list li {
        margin-top: 0;
        display: block;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .notifications-list li h6 {
        margin-top: 12px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list {
        position: relative;
        padding-top: 24px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .year-list__item .year-list__num {
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list {
        margin-top: 24px;
        padding-top: 0;
        border-top: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item {
        display: block;
        padding: 20px;
        margin-top: 6px;
        border-radius: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options {
        margin-top: 16px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .options .options-list .options-list__item:last-of-type {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products {
        display: block;
        padding-left: 0;
        margin-top: 16px;
        border: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list {
        display: flex;
        grid-gap: 0;
        margin: 0 -20px;
        padding: 0 20px;
        width: calc(100% + 40px);
        border: none;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list::-webkit-scrollbar {
        display: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list .products-list__item {
        margin-left: 12px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .orders .year-list .orders-list .orders-list__item .products .products-list .products-list__item:first-of-type {
        margin-left: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper {
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .mobile-title-wrapper {
        display: block;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .mobile-title-wrapper h2 {
        font-size: 34px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.0175em;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .mobile-title-wrapper p {
        margin-top: 3px;
        font-size: 17px;
        line-height: 19px;
        letter-spacing: -0.005em;
        text-align: left;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .back-btn {
        margin-top: 24px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper {
        display: block;
        margin-top: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top {
        display: block;
        padding: 0;
        padding-top: 24px;
        margin-top: 24px;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top .wrapper {
        margin-top: 12px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-top .wrapper:first-of-type {
        margin-top: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside {
        padding-bottom: 30px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper aside .progress {
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 20px;
        background-color: #ffffff;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment {
        padding: 13px 14px;
        display: flex;
        flex-direction: column-reverse;
        align-content: center;
        border-radius: 8px;
        background-color: #F1F0F5;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment .payment-btn {
        width: 100%;
        margin-top: 18px;
        justify-content: center;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .inner-wrapper .order-main .payment p {
        margin-left: 0;
        text-align: center;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--method-details .order-method-list .order-method-list__item {
        grid-template-columns: 1fr;
        grid-gap: 8px;
        margin-top: 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item {
        padding: 16px;
        grid-template-columns: 40px 1fr;
        grid-gap: 24px 12px;
        border-radius: 12px;
        background-color: #F1F0F5;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item .name {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--delivery-services .delivery-services-list .delivery-services-list__item .num {
        font-weight: 500;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item {
        padding: 16px;
        grid-template-columns: 40px 1fr;
        grid-gap: 24px 12px;
        margin-top: 16px;
        border-radius: 12px;
        background-color: #F1F0F5;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item .name {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--other-services .other-services-list .other-services-list__item .num {
        font-weight: 500;
        text-align: left;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .title {
        display: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row {
        grid-template-columns: auto auto 1fr;
        grid-gap: 18px 16px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p.name {
        grid-column: 1/4;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p:nth-of-type(2) {
        justify-self: start;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p:nth-of-type(3) {
        justify-self: start;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .order-wrapper .main-wrapper.--order-list .orders-tab .tab-row p.summ {
        grid-column: 1/2;
        grid-row: 2/3;
        justify-self: start;
        padding-right: 16px;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses {
        display: block;
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper {
        padding: 15px 20px;
        height: 190px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .quantity {
        font-size: 56px;
        line-height: 71px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .bottom {
        padding-top: 12px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-wrapper .bottom .logo {
        width: 35px;
        height: 32px;
        background-image: url("/templates/template29/img/logo2.svg");
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration {
        margin-top: 16px;
        padding: 0;
        background-color: transparent;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-expiration .expiration-wrapper {
        padding: 14px;
        margin-bottom: 16px;
        border-radius: 12px;
        background-color: rgba(255, 59, 13, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history {
        padding-top: 16px;
        margin-top: 24px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list {
        margin-top: 24px;
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li {
        display: none;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li:nth-of-type(1),
    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li:nth-of-type(2),
    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li:nth-of-type(3),
    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li:nth-of-type(4),
    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .history-list li:nth-of-type(5) {
        display: flex;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-history .more-btn {
        display: flex;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .bonuses .bonuses-awards {
        margin-top: 24px;
        padding-top: 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin: 0 20px;
        padding-top: 24px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li {
        height: 319px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add svg {
        margin-top: 72px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.add .bottom-wrapper button {
        height: 40px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.new {
        background-color: #DEDDE2;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li.new .bottom-wrapper button {
        height: 40px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .num {
        padding-top: 17px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -0.01em;
        color: #000000;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .promo-txt {
        padding: 0 15px;
        margin-top: 90px;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0em;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .bottom-wrapper {
        height: 112px;
        padding: 0 6px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .promotional-codes li .bottom-wrapper .txt {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0em;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .comparison-list {
        display: block;
        margin: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item {
        margin-top: 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item:first-of-type {
        margin-top: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item .items-list {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .comparison-list .comparison-list__item button {
        width: 100%;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data {
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data {
        grid-template-columns: 1fr;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--name {
        grid-column: auto;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .user-data .user-data-wrapper.--password {
        grid-column: auto;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper {
        flex-direction: column;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button {
        margin-top: 14px;
        margin-left: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .address-wrapper .btns-wrapper button:first-of-type {
        margin-top: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .personal-data .data-wrapper .add-address-btn .txt {
        margin-top: 14px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li {
        padding: 25px 20px;
        margin-top: 6px;
        border-radius: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data {
        display: block;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data p {
        margin-left: 0;
        margin-top: 18px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .companies-data p:first-of-type {
        margin-top: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .companies .companies-list li .btns-wrapper button {
        width: 100%;
        flex: 1;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .companies .add-company-btn {
        margin: 20px 20px 0;
        width: calc(100% - 40px);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions {
        padding: 0 20px;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .tabs .tab {
        flex: 1;
        text-align: center;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents {
        margin: 24px -20px 0;
        width: calc(100% + 40px);
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list {
        column-count: 1;
        column-gap: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .reviews-list li {
        margin-bottom: 14px;
        border-radius: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list {
        column-count: 1;
        column-gap: 0;
    }

    .cabinet .profile-wrapper .profile-wrapper__item .reviews-and-questions .contents .content .questions-list li {
        margin-bottom: 14px;
        border-radius: 0;
    }

    .modal {
        bottom: 73px;
        left: 5px;
        width: calc(100% - 10px);
        max-width: none;
        max-height: calc(100dvh - 73px - 5px);
        height: auto;
        transform: translateX(0);
    }

    .modal .container {
        height: 100%;
        max-height: calc(100dvh - 73px - 5px);
    }

    .modal .title-wrapper {
        padding: 52px 20px 0;
    }

    .modal .title-wrapper h2 {
        color: #111112;
        font-size: 27px;
        line-height: 126%;
        letter-spacing: -0.27px;
    }

    .modal .rating-wrapper {
        margin: 20px;
        padding: 20px 0;
    }

    .modal .rating-wrapper .wrapper {
        padding: 20px 10px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        background: #F1F0F5;
    }

    .modal .rating-wrapper h6 {
        text-align: center;
    }

    .modal .rating-wrapper .rating-area {
        margin-top: 16px;
        justify-content: center;
    }

    .modal .rating-wrapper .rating-area:not(:checked) > label {
        background: #FFF;
        border-radius: 8px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    }

    .modal .rating-wrapper .rating-area:not(:checked) > label::before {
        width: 50px;
        height: 50px;
        background-image: url("/templates/template29/img/star2.svg");
    }

    .modal .rating-wrapper .rating-area > input:checked + label:hover::before,
    .modal .rating-wrapper .rating-area > input:checked + label:hover ~ label::before,
    .modal .rating-wrapper .rating-area > input:checked ~ label:hover::before,
    .modal .rating-wrapper .rating-area > input:checked ~ label:hover ~ label::before,
    .modal .rating-wrapper .rating-area > label:hover ~ input:checked ~ label::before {
        background-image: url("/templates/template29/img/star3.svg");
    }

    .modal .rating-wrapper .rating-area label {
        margin-right: 7px;
    }

    .modal .rating-wrapper .rating-area label:first-of-type {
        margin-right: 0;
    }

    .modal .txt-wrapper {
        padding: 0 20px;
    }

    .modal .hide-wrapper {
        margin: 20px 20px 24px;
        padding: 14px 12px;
        border-radius: 8px;
        background: #F1F0F5;
    }

    .modal .imgs {
        padding: 20px 20px 25px;
    }

    .modal .btns-wrapper {
        padding: 0 20px 20px;
    }

    .modal .btns-wrapper button.cancel-btn {
        grid-row: 2/3;
    }

    .modal .close-btn {
        top: calc(100% + 8px);
        right: 0;
        z-index: 10;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        backdrop-filter: blur(10px);
    }

    .modal .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .modal .close-btn span {
        display: block;
    }

    .modal .close-btn svg {
        display: none;
    }

    .modal.modal--add-reviews {
        height: 100%;
    }

    .modal.modal--add-reviews .title-wrapper {
        padding: 20px 20px 0;
        margin: 0;
        width: auto;
    }

    .modal.modal--add-reviews .title-wrapper h2 {
        color: #111112;
        font-size: 27px;
        line-height: 126%;
        letter-spacing: -0.27px;
    }

    .modal.modal--add-reviews form .rating-wrapper {
        margin: 20px;
        padding: 20px 0;
    }

    .modal.modal--add-reviews form .rating-wrapper .wrapper {
        padding: 20px 10px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        background: #F1F0F5;
    }

    .modal.modal--add-reviews form .rating-wrapper h6 {
        text-align: center;
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area {
        margin-top: 16px;
        justify-content: center;
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label {
        background: #FFF;
        border-radius: 8px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label::before {
        width: 50px;
        height: 50px;
        background-image: url("/templates/template29/img/star2.svg");
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked ~ label::before {
        background-image: url("/templates/template29/img/star3.svg");
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label:hover::before,
    .modal.modal--add-reviews form .rating-wrapper .rating-area:not(:checked) > label:hover ~ label::before {
        background-image: url("/templates/template29/img/star3.svg");
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked + label:hover::before,
    .modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked + label:hover ~ label::before,
    .modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked ~ label:hover::before,
    .modal.modal--add-reviews form .rating-wrapper .rating-area > input:checked ~ label:hover ~ label::before,
    .modal.modal--add-reviews form .rating-wrapper .rating-area > label:hover ~ input:checked ~ label::before {
        background-image: url("/templates/template29/img/star3.svg");
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area label {
        margin-right: 7px;
    }

    .modal.modal--add-reviews form .rating-wrapper .rating-area label:first-of-type {
        margin-right: 0;
    }

    .modal.modal--add-reviews form .txt-wrapper {
        padding: 0 20px;
    }

    .modal.modal--add-reviews form .hide-wrapper {
        margin: 20px 20px 24px;
        padding: 14px 12px;
        border-radius: 8px;
        background: #F1F0F5;
    }

    .modal.modal--add-reviews form .imgs {
        padding: 20px 20px 25px;
    }

    .modal.modal--add-reviews form .btns-wrapper {
        padding: 0 20px 20px;
    }

    .modal.modal--add-reviews form .btns-wrapper button.cancel-btn {
        grid-row: 2/3;
    }

    .modal.modal--add-reviews .popup-btns-wrapper {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        height: 57px;
        display: flex;
        justify-content: space-between;
    }

    .modal.modal--add-reviews .popup-btns-wrapper .close-btn {
        position: static;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .modal.modal--add-reviews .popup-btns-wrapper .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .modal.modal--add-reviews .popup-btns-wrapper .close-btn span {
        display: block;
    }

    .modal.modal--add-reviews .popup-btns-wrapper .close-btn svg {
        display: none;
    }

    .modal.modal--add-question {
        height: 100%;
    }

    .modal.modal--add-question .popup-btns-wrapper {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        height: 57px;
        display: flex;
        justify-content: space-between;
    }

    .modal.modal--add-question .popup-btns-wrapper .close-btn {
        position: static;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .modal.modal--add-question .popup-btns-wrapper .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .modal.modal--add-question .popup-btns-wrapper .close-btn span {
        display: block;
    }

    .modal.modal--add-question .popup-btns-wrapper .close-btn svg {
        display: none;
    }

    .modal.modal--add-question .container {
        height: 100%;
    }

    .modal.modal--add-question .title-wrapper {
        padding: 20px 20px 0;
        margin: 0;
        width: auto;
    }

    .modal.modal--add-question .title-wrapper h2 {
        color: #111112;
        font-size: 27px;
        line-height: 126%;
        letter-spacing: -0.27px;
    }

    .modal.modal--add-question form .txt-wrapper {
        padding: 24px 0 0;
        margin: 24px 20px 0;
    }

    .modal.modal--reviews-success,
    .modal.modal--question-success {
        height: 100%;
    }

    .modal.modal--reviews-success .container,
    .modal.modal--question-success .container {
        padding: 20px;
    }

    .modal.modal--reviews-success h6,
    .modal.modal--question-success h6 {
        margin-top: 17px;
        font-size: 27px;
        line-height: 126%;
        letter-spacing: -0.27px;
    }

    .modal.modal--reviews-success .bottom-wrapper,
    .modal.modal--question-success .bottom-wrapper {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal.modal--reviews-success .popup-btns-wrapper,
    .modal.modal--question-success .popup-btns-wrapper {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        height: 57px;
        display: flex;
        justify-content: space-between;
    }

    .modal.modal--reviews-success .popup-btns-wrapper .close-btn,
    .modal.modal--question-success .popup-btns-wrapper .close-btn {
        position: static;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .modal.modal--reviews-success .popup-btns-wrapper .close-btn::before,
    .modal.modal--question-success .popup-btns-wrapper .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .modal.modal--reviews-success .popup-btns-wrapper .close-btn span,
    .modal.modal--question-success .popup-btns-wrapper .close-btn span {
        display: block;
    }

    .modal.modal--reviews-success .popup-btns-wrapper .close-btn svg,
    .modal.modal--question-success .popup-btns-wrapper .close-btn svg {
        display: none;
    }

    .modal.modal--additional-info .top {
        padding: 20px 20px 0;
    }

    .modal.modal--additional-info .top h6 {
        padding-bottom: 20px;
        font-size: 27px;
        line-height: 116%;
        letter-spacing: -0.27px;
    }

    .modal.modal--additional-info .wrapper p {
        padding: 20px;
    }

    .modal.modal--additional-info .bottom {
        padding: 20px;
        border-radius: 12px;
        background: #FFF;
    }

    .modal.modal--add-service {
        bottom: 73px;
        max-width: none;
        max-height: calc(100dvh - 5px - 8px - 57px - 8px);
        transform: translate(0, 0);
    }

    .modal.modal--add-service .container {
        padding: 0 20px 20px;
    }

    .modal.modal--add-service .top-wrapper {
        display: block;
        margin: 0 -20px;
        padding: 20px;
        width: calc(100% + 40px);
        background: #FFF;
    }

    .modal.modal--add-service .top-wrapper .name {
        color: #111112;
        font-size: 21px;
        font-weight: 600;
        line-height: 116%;
    }

    .modal.modal--add-service .top-wrapper .name span {
        color: #000000;
    }

    .modal.modal--add-service .top-wrapper .price {
        margin-top: 17px;
        color: #505052;
        font-size: 27px;
        letter-spacing: -0.54px;
    }

    .modal.modal--add-service .middle-wrapper .numbers .calc {
        display: block;
        justify-self: end;
    }

    .modal.modal--add-service .middle-wrapper .numbers .calc button {
        display: none;
    }

    .modal.modal--add-service .add-btn {
        width: 100%;
        height: 50px;
        border-radius: 12px;
    }

    .modal.modal--add-promo .container .txt-wrapper {
        padding-top: 24px;
    }

    .modal.modal--add-promo .container form .btns-wrapper {
        border-radius: 12px;
    }

    .modal.modal--add-company .container .txt-wrapper {
        padding-top: 24px;
    }

    .modal.modal--add-company .container form .inner-wrapper {
        grid-template-columns: 1fr;
    }

    .modal.modal--add-company .container form .input-wrapper:first-of-type,
    .modal.modal--add-company .container form .input-wrapper:last-of-type {
        grid-column: auto;
    }

    .modal.modal--add-company .container form .btns-wrapper {
        border-radius: 12px;
    }

    .modal.modal--changing-data .container .txt-wrapper {
        padding-top: 24px;
    }

    .modal.modal--changing-data .container form .inner-wrapper {
        grid-template-columns: 1fr;
    }

    .modal.modal--changing-data .container form .input-wrapper:first-of-type,
    .modal.modal--changing-data .container form .input-wrapper:last-of-type {
        grid-column: auto;
    }

    .modal.modal--changing-data .container form .btns-wrapper {
        border-radius: 12px;
    }

    .modal.modal--confirm .txt-wrapper {
        padding: 64px 20px;
    }

    .modal.modal--confirm .txt-wrapper svg {
        margin-bottom: 14px;
    }

    .modal.modal--confirm .txt-wrapper h6 {
        font-size: 21px;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
    }

    .modal.modal--confirm .btns-wrapper {
        border-radius: 12px;
    }

    .modal.modal--similar .top-wrapper {
        padding: 24px 20px 0;
    }

    .modal.modal--similar .top-wrapper p {
        margin-top: 3px;
        font-size: 17px;
        line-height: 19px;
        letter-spacing: -0.005em;
    }

    .modal.modal--similar .catalog-list {
        padding-top: 20px;
        margin: 24px 20px;
        grid-gap: 15px;
    }

    .modal.modal--similar .catalog-list .catalog-list__item {
        width: calc((100% - 15px) / 2);
    }

    .modal.change-pass-popup .container .txt-wrapper {
        padding-top: 24px;
    }

    .modal.change-pass-popup .container form .btns-wrapper {
        border-radius: 12px;
    }

    .modal.modal--registration .popup-btns-wrapper,
    .modal.modal--enter .popup-btns-wrapper {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        height: 57px;
        display: flex;
        justify-content: space-between;
    }

    .modal.modal--registration .popup-btns-wrapper .close-btn,
    .modal.modal--enter .popup-btns-wrapper .close-btn {
        position: static;
        width: 100%;
        padding: 0 20px;
        height: 57px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 12px;
        background: rgba(239, 239, 239, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .modal.modal--registration .popup-btns-wrapper .close-btn::before,
    .modal.modal--enter .popup-btns-wrapper .close-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 25px;
        background-image: url("/templates/template29/img/cancel1.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .modal.modal--registration .popup-btns-wrapper .close-btn span,
    .modal.modal--enter .popup-btns-wrapper .close-btn span {
        display: block;
    }

    .modal.modal--registration .popup-btns-wrapper .close-btn svg,
    .modal.modal--enter .popup-btns-wrapper .close-btn svg {
        display: none;
    }
}


@media (max-width: 600px) {

    .cabinet .profile-wrapper .profile-wrapper__item .catalog .mobile-btns {
        display: flex;
    }

}


#profile-form-data .input-wrapper.error .error-txt {
    color: #FF3B0D;
    font-size: 12px;
    display: block;
}

#profile-form-data .input-wrapper.error input {
    color: #FF3B0D;
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

#profile-form-data .input-wrapper.error input:required:valid {
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

#profile-form-data .input-wrapper.error input:required:valid::placeholder {
    color: transparent;
}

#profile-form-data .input-wrapper.error input:focus {
    border: 1px solid #FF3B0D;
    background: rgba(255, 59, 13, 0.07);
}

#profile-form-data .input-wrapper.error input:focus::placeholder {
    color: transparent;
}


/*# sourceMappingURL=maps/main.css.map */
