.container {
    width: 100%;
    max-width: var(--max-container-width);
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

/* header */

.header__top {
    padding: 5px 0;
    background: var(--color-bg-additional);
}

.dropdown__content {
    display: none;
    border-radius: var(--btn-border-radius);
    padding: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    background: var(--bg-color);
}

.dropdown {
    position: relative;
}

.dropbtn {
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    background: transparent;
}


.dropbtn2 {
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    background: transparent;
}

.dropdown__content li {
    cursor: pointer;
}

.dropdown:hover .dropdown__content {
    position: absolute;
    top: 15px;
    background: var(--color-white);
    z-index: 10;
    left: -4px;
    display: block;
    width: max-content;
    padding: 10px 0;
}

.dropdown__content li {
    padding: 10px 20px;
    font-size: 14px;
    line-height: normal;
}

.dropdown__content li:hover {
    background: var(--color-bg-additional);
}

.city {
    display: flex;
    align-items: center;
    gap: 5px;
}

.city span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.dropdown:hover span {
    transform: rotate(180deg);
}

.header__top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__top-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__top-list {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
}

.header__top-list span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__top-mail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.12;
}

.header__top-mail span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__top-tel {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.12;
}

.header__top-tel span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__top-wa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-accent);
}

.header__bottom {
    padding: 25px 0;
}

.header__bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header__bottom-center {
    display: flex;
    flex-grow: 1;
}

.search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    padding: 5px;
    padding-left: 15px;
}

.search__input {
    flex-grow: 1;
    border: none;
    color: var(--color-black);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.search__input:focus {
    outline: 0;
    outline-offset: 0;
    border: none;
}

.search__input:focus-visible {
    outline: 0;
    outline-offset: 0;
    border: none;
}

.search__input::placeholder {
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.search__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
    border-radius: 8px;
    padding: 0;
    background-color: var(--color-accent);
}

.header__bottom-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__bottom-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-width: 70px;
    color: #9CA5AD;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
}

.header__bottom-link span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    right: 0;
}

.header__bottom-left {
    display: flex;
    align-items: center;
    gap: 70px;
}

.header__bottom-openmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    height: 50px;
    border-radius: 8px;
    padding: 13px 20px;
    color: var(--color-white);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    background-color: var(--color-accent);
}

.header__bottom-openmenu span {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* main */

.main__block {
    position: relative;
    z-index: 1;
}

.main {
    display: flex;
    align-items: center;
    max-width: 1920px;
    min-height: 400px;
    margin: 0 auto;
    background-image: url(../img/bgmain.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0F0F0F1A;
}

h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.4;
}

.main__title {
    color: var(--color-white);
}

.main__subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;

}

.main__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: max-content;
    min-width: 185px;
    height: 50px;
    border: 1px solid var(--color-white);
    border-radius: 8px;
    padding: 18px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.slider__item {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1290px;
    min-height: 420px;
    border-radius: 16px;
    padding: 60px;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: 50% 83%;
    background-size: cover;
}

.swiper-slide-active {
    opacity: 1;
}

.slider__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(90deg,
    #F3F7FA 0%,
    rgba(243, 247, 250, 0.7) 70%,
    rgba(243, 247, 250, 0) 100%);
}

.slider {
    padding: 100px 0;
}

.slider .container {
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: visible;
}

.swiper {
    position: relative;
    padding: 0 20px;
}

.slider__item-content {
    position: relative;
    z-index: 1;
}

h2 {
    color: var(--color-black);
    font-weight: 500;
    font-size: 40px;
    line-height: 1.4;
}

.slider__subtitle {
    margin-top: 15px;
    margin-bottom: 30px;
    color: var(--color-black);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.slider__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    min-width: 156px;
    height: 50px;
    border-radius: 8px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.15;
    background: var(--color-accent);
}

.swiper-button-prev::after {
    content: '';
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--color-accent);
}

.swiper-button-prev svg,
.swiper-button-next svg {
    max-width: 16px;
    max-height: 16px;
}

.category_lists .swiper-button-next {
    background: #fff !important;
    top: 55%;
    padding: 10px 30px;
    padding-left: 35px;
    right: -6px;
}

.swiper-button-next::after {
    content: '';
}

.swiper-button-prev {
    left: -4px;
}

.swiper-button-next {
    right: -4px;
}

.container__button {
    position: relative;
    width: 100%;
    max-width: var(--max-container-width);
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.arrows_container {
    position: relative;
    width: 100%;
    max-width: var(--max-container-width);
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    opacity: 1;
    background: #FFFFFF80;
}

.swiper-pagination-bullet-active {
    background: #00B076;
}

.swiper-pagination {
    top: 90% !important;
}

.catalog {
    padding: 100px 0;
}

.catalog__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.catalog__item {
    position: relative;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    font-size: 1px;
}

.catalog__item img {
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.catalog__Info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70px;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    background: #0F0F0F66;
}

.catalog__Info h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--color-white);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.catalog__Info span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__item:nth-child(6) img {
    object-position: 50% 89%;
    /*transform: scale(1.5);*/
    transform: scale(1);
}

.products__block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.products {
    padding: 100px 0;
    background: var(--color-bg-additional);
}

.products__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 147px;
    border-radius: 12px;
    padding: 15px;
    background: var(--color-white);
}

.products__logo img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    max-height: 100px;
}

.products__logo_alize img {
    height: 100px;
    object-fit: contain;
    object-position: 50% 100%;
}

.products__logo_troy img {
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.products__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.supplies {
    border-top: 1.5px solid #E8EBEF;
    padding-top: 75px;
    padding-bottom: 100px;
}

.supplies h2 {
    text-align: center;
}

.supplies__country {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.supplies_item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #E8EBEF;
    border-radius: 12px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    background: var(--color-bg-additional);
}

.supplies_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.supplies_info-item {
    border-radius: 16px;
    padding: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    background: var(--color-bg-additional);
}

.supplies_info-item span {
    display: block;
    margin-bottom: 20px;
    color: var(--color-accent);
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;

}

.footer {
    padding-top: 70px;
    padding-bottom: 50px;
    background: var(--color-bg-additional);
}

.footer__block {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_logo span {
    display: block;
    margin-top: 30px;
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}

.footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__copyright {
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}

.footer__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.footer__list-publ {
    margin-top: 20px;
}

.footer__list-publ .footer__link:hover {
    color: var(--color-black);
}

.footer .politopen:hover {
    color: var(--color-black);
}

.footer__list-publ .footer__link {
    color: #9CA5AD;
}

.footer__center {
    /*display: flex;*/
    /*flex-grow: 1;*/
    /*justify-content: space-between;*/

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
}

.footer__menu {
    /*width: 49%;*/
}

.footer__center .footer__right-bottom {
    grid-column: 1 / -1;
    text-align: center;
}

.tel_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tel {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.footer__tel span {
    display: block;
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 2px;
}

.wa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--color-accent);
}

.footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__mail {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.footer__right-center {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.footer__right-center span {
    display: block;
    margin-top: 5px;
    color: #9CA5AD;
}

.footer__right-bottom {
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.bread__block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bread {
    border-top: 1.5px solid #E4E4E9;
    padding-top: 30px;
}

.bread__line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bread__list {
    color: #A1A1AA;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
}

.products__page h2 {
    text-align: center;
}

.catalog__page {
    padding-top: 50px;
    padding-bottom: 60px;
}

.catalog__all {
    padding-top: 50px;
    padding-bottom: 120px;
}

.catalog h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.4;
}

.title_catalog {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
}

.arrow_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.title_number {
    position: absolute;
    right: -40px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9CA5AD;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.catalog__block-more {
    grid-template-columns: repeat(4, 1fr);
}

.catalog__block-more .catalog__item {
    height: 204px;
}

.catalog__block-more .catalog__Info h3 {
    font-size: 18px;
    line-height: normal;
}


.info_block_all {
    display: none;
}

.info_block_btn {
    width: max-content;
    margin-top: 10px;
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
}

.infoblock.active .info_block_all {
    display: block;
}

.seo__block {
    border-top: 1px solid #E8EBEF;
    padding-top: 40px;
    padding-bottom: 120px;
}

.info_block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
}

.info_block h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
}

.info_block ul {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 20px;
    list-style: disc;
}

.seo__block .info_block {
    overflow: hidden;
}


.info_block li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.dropdown__content:hover {
    background: var(--color-bg-additional);
}

.infoblock p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.info_block h2 {
    margin-bottom: 15px;
}

.info_block p:last-child {
    margin-bottom: 0px;
}

.category_lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    padding: 0;
    position: relative;
}

.category__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 40px;
    border: 1px solid #E0E8EF;
    border-radius: 50px;
    padding: 11px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
}

.category__arrov {
    width: 40px;
    min-width: 40px;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 40px;
    border: 1px solid #E0E8EF;
    border-radius: 50px;
    z-index: 10;
}

.category__link span {
    color: #9CA5AD;
}

.category__link:hover {
    border: 1px solid var(--color-bg-additional);
    background: var(--color-bg-additional) !important;
}

.category__link.active {
    border: 1px solid var(--color-bg-additional);
    background: var(--color-bg-additional) !important;
}


.category {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.category_right {
    width: calc(100% - 330px);
}

.category_right-wrap {
    border: 0.5px solid #E8EBEF;
    border-radius: 8px;
}

.category_top {
    border: 0.5px solid #E8EBEF;
    border-radius: 8px 8px 0 0;
}

.rubl {
    display: inline-block;
    font-weight: 400;
}

.category_left {
    width: 300px;
    border: 1px solid #E8EBEF;
    border-radius: 8px;
    padding: 20px;
}

.filter__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter__prise {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 47%;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    padding: 11px 15px;
}

.filter__wrap-input {
    max-width: 60px;
    border: none;
}

.filter__prise_input {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    gap: 3px;
}

.filter__prise_input::placeholder {
    color: #A1A1AA;
}

.filter__title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}

.filter__prise span {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    color: #A1A1AA;
}

.catalog__left-item {
    border-top: 1px dashed #D5DDE5;
    margin-top: 20px;
    padding-top: 20px;
}

.catalog__left-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.custom-checkbox {
    position: absolute;
    opacity: 0;
}


.catalog_label span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
}

.custom-checkbox + span::before {
    content: '';
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    border: 1px solid #E4E4E9;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.catalog__left-all {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-checkbox:checked + span::before {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    background-image: url(../img/check.svg);
}

.filter_block_btn {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #9CA5AD;
    cursor: pointer;
}

.filter_block_all {
    display: none;
}

.catalog__left-all.active .filter_block_all {
    display: flex;
}


.filter__title sup {
    min-width: 14px;
    width: max-content;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    font-size: 10px;
    font-weight: 400;
    color: var(--color-white);
    border-radius: 50%;
    padding-bottom: 1px;
}

.filter__sup {
    display: flex;
    gap: 3px;
}

.catalog__left-list {
    cursor: pointer;
}

.filter__title span svg {
    transform: rotate(180deg);
}

.catalog__left-list.active .filter__title span svg {
    transform: rotate(0deg);
}

.catalog__left-allwrap {
    display: none;
}

.catalog__left-allwrap.active {
    display: block;
}

.catalog__btn {
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 8px;
    gap: 10px;
    font-weight: 500;
}

.catalog__open {
    margin: 15px 0;
    border: 1px solid var(--color-accent);
    color: var(--color-white);
    background: var(--color-accent);
}

.catalog__clean {
    background: var(--color-bg-additional);
    font-size: 14px;
    border: 1px solid var(--color-bg-additional);
}

.catalog__btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-table.hidden {
    display: none;
}

.catalog-items.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.catalog__product {
    padding: 20px;
    position: relative;
    border: 0.5px solid #E8EBEF;
}


.product__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    max-width: 278px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dashed #D5DDE5;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.product__item span {
    color: #9CA5AD;
}

.product__items {
    margin: 15px 0;
}

.product__prise {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    flex-wrap: wrap;
}


.product__prise span {
    font-weight: 400;
    font-size: 14px;
}

.product__podvid {
    width: max-content;
    color: var(--color-accent);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-underline-offset: 25%;
}


.open_podvid {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 30%;
    text-decoration-style: dotted;
    cursor: pointer;
    justify-content: flex-end;
}

.open_podvid span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-items .catalog__product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.catalog-items.grid .catalog__product {
    display: block;
}

.catalog-items.grid .open_podvid {
    display: none;
}

.catalog-items .product__image img {
    max-height: 190px;
}

.catalog-items .product__image {
    max-height: 190px;
}

.catalog-items .product__title br {
    display: none;
}

.catalog-items .product__image img {
    object-fit: cover;
}

.catalog-items.grid .product__image img {
    max-height: none;
}

.catalog-items.grid .product__image {
    max-height: none;
}

.catalog-items.grid .product__title br {
    display: block;
}

.catalog-items .product__image {
    padding: 20px;
    background: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8EBEF;
    margin-bottom: 0px;
}

.catalog-items.grid .product__image {
    padding: 20px;
    background: var(--color-bg-additional);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 10px;
}

.catalog-items .product__item {
    padding-bottom: 2px;
    margin-bottom: 6px;
}

.catalog-items.grid .product__item {
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.product__image {
    position: relative;
}

.catalog__product-like {
    position: relative;
}

.catalog-items .like {
    position: absolute;
    top: 10px;
    right: 10px;
}

.catalog-items.grid .like {
    display: none;
}

.catalog__product-podvid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 0.5px solid #E8EBEF;

}

.podvid_item {
    padding: 10px;
    border: 0.5px solid #E8EBEF;
}

.podvid_item_img img {
    height: 182px;
    border-radius: 8px;
    object-position: left;
    object-fit: contain;
}

.podvid_item_img {
    margin: 10px 0;
}

.podvid_item-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.podvid_item-prise {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3px;
}

.podvid_item-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 8px;
    background: var(--color-accent);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.counter {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    height: 40px;
    border: 1px solid var(--color-accent);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    line-height: 500;
    padding: 0 20px;
}

.counter.active {
    display: flex;
}

.podvid_item-btn.active {
    display: none;
}

.counter button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.catalog__product-podvid {
    display: none;
}

.catalog__product-podvid.active {
    display: grid;
}

.open_podvid span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.open_podvid.active span {
    transform: rotate(180deg);
}

.category_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.category_top-filter {
    display: flex;
    align-items: center;
    gap: 30px;
}

.category_top-sort {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}

.category_top-sort span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_top-sort .dropdown {
    gap: 4px;
}


.category_top-sort .dropbtn {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.category_top-sort .dropbtn2 {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}


.category_top-search {
    min-width: 500px;
}

.view-toggle {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.catalog-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.view-toggle.active svg path {
    stroke: #0F0F0F !important;
}

.view-toggle:hover svg path {
    stroke: #0F0F0F !important;
}

.table_top {
    background: var(--color-bg-additional);
}

.table {
    display: flex;
    justify-content: space-between;
    width: max-content;
    flex-direction: column;
}


.table_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #E8EBEF;
    align-items: center;
    width: max-content;
    padding: 20px;
}

.catalog-table {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}

.hidden {
    display: none !important;
}

.table_top .table__item {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    color: #9CA5AD;
}

.table__item {
    width: max-content;
    min-width: 85px;
}

.table__itemt {
    min-width: 270px;
}

.table_top .table__item-names {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #0F0F0F;
    font-size: 14px;
}

.table__item-names span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table__item-img img {
    height: 70px;
    object-fit: cover;
}

.table__item-title {
    font-size: 14px;
    font-weight: 600 !important;
}

.price__table {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.table__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.price__table span {
    font-weight: 600;
}

.search_catalog {
    margin-top: 30px;
    margin-bottom: 20px;
}

.search_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 40px;
}

.products__block_wrap {
    padding: 15px;
    background: var(--color-bg-additional);
    border-radius: 16px;
    grid-template-columns: repeat(4, 1fr);
    width: max-content;
}

.products__block_wrap .products__item-wrap {
    width: 246px;
}

.catalog-items-serch.grid {
    grid-template-columns: repeat(4, 1fr);
}

.title_catalog_tovar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
    margin-top: 60px;
}

.catalog__block-search {
    margin-bottom: 60px;
}

.info_block-brend {
    font-size: 24px;
    line-height: 1.2;
}

.catalog__brend {
    padding-top: 50px;
    padding-bottom: 0px;
}

.brend__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    border-radius: 12px;
    background: var(--color-bg-additional);
    margin-top: 30px;
    border: 1px solid #E8EBEF;
    margin-bottom: 60px;
    gap: 30px;
}

.brend__right {
    width: 300px;
    min-width: 300px;
    height: 228px;
    background: var(--color-white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.brend__right img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brend__left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.brend__left p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.new__block {
    padding: 40px;
    border: 1px solid #E4E4E9;
    border-radius: 16px;
    margin-bottom: 20px;
}

.new__block h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.new__block-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.new__block-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 10px;
    border: 1px solid #E8EBEF;
    background: var(--color-bg-additional);
    border-radius: 8px;
}

.new__block-item img {
    height: 180px;
    object-fit: cover;
}

.title_catalog-new {
    margin-bottom: 30px;
}

.new__block p {
    font-size: 14px;
    line-height: 1.5;
}

.catalog__link {
    width: max-content;
    color: var(--color-accent);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-underline-offset: 25%;
    display: block;
    margin-top: 10px;
}

.catalog-new {
    padding-top: 50px;
}

.table__item-img img {
    width: 60px;
    height: 50px;
    max-width: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--color-bg-additional);
    border: 1px solid #E8EBEF;
    border-radius: 4px;
}

.table__item-podvid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--color-accent);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
}

.table__item-podvid span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_podvidi {
    width: 100%;
    border: 1px solid #E8EBEF;
    padding: 10px 20px;
    border-right: none;
    flex-direction: row;
}

.table_podvidiwrap {
    padding-left: 90px;
    width: 100%;
}

.table_podvidi_left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.table_podvidi_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tapodvidi_images img {
    width: 40px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #E8EBEF;
}

.table_podvidi_name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.table_podvidi_price {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.table_podvidi_btn {
    min-width: 111px;
}

.table_podvidiwrap {
    display: none;
}

.table.active .table_podvidiwrap {
    display: block;
}

.table.active .table__item-podvid span {
    transform: rotate(180deg);
}

.popup {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    background: rgb(0 0 0 / 35%);
}

.container__popup {
    max-width: 1070px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    max-height: 90vh;
    flex-direction: column;
    padding: 0px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    border-radius: 8px;
    background: var(--color-white);
}

.close2 {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup__title {
    padding: 0 20px;
    padding-top: 20px;
}

.popup__subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.popup__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.popup__item {
    border: 0.5px solid #E8EBEF;
    padding: 10px;
}

.popup__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
}

.popup__items-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.popup__items-price span {
    font-weight: 500;
}

.popup__item-img img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    margin: 10px 0;
    object-fit: cover;
}

.popup__item-btn .counter {
    background: var(--color-accent);
}

.popup__item-btn .counter-value {
    padding: 6px;
    background: var(--color-white);
    border-radius: 8px;
    height: 30px;
    font-weight: 500;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
}

.popup__item-btn .counter button svg path {
    stroke: var(--color-white) !important;
}

.popup__block {
    display: none;
}

.popup__items-price .rubl {
    font-weight: 500;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.page-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E9;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    border-radius: 8px;
}

.page-number:hover {
    background: var(--color-bg-additional);
    border: 1px solid var(--color-bg-additional);
}

.page-number.active {
    background: var(--color-bg-additional);
    border: 1px solid var(--color-bg-additional);
}

.next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E9;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    border-radius: 8px;
}

.nextr:hover {
    background: var(--color-bg-additional);
    border: 1px solid var(--color-bg-additional);
}

.next.active {
    background: var(--color-bg-additional);
    border: 1px solid var(--color-bg-additional);
}

.category__teg {
    margin-top: 30px;
}

.category_sale {
    width: 100%;
}

.category_sale .catalog-items.grid {
    grid-template-columns: repeat(4, 1fr);
}

.category_sale .product__prise {
    color: #EF4444;
}

.catalog__sale {
    padding-bottom: 100px;
}

.category__favorite .category_right-wrap {
    border: none;
}

.category__favorite .category_top {
    border: 1px solid #E8EBEF;
    border-radius: 8px;
}

.category__favorite {
    padding-bottom: 100px;
}

.category__favorite .product__prise {
    color: var(--color-black);
}

.like {
    zoom: 1.1;
}

.category__favorite .product__image .like {
    position: absolute;
    top: 15px;
    zoom: 1.1;
    right: 15px;
    display: block;
}

.category__favorite .product__image .like svg path {
    stroke: var(--color-accent) !important;
    fill: var(--color-accent) !important;
}

.category__favorite-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.category__favorite .category_bottom {
    margin-bottom: 60px;
}

.category__favorite .category_bottom:last-child {
    margin-bottom: 0;
}

.favorite__ziro p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.favorite__ziro a {
    color: var(--color-accent);
}

.favorite__ziro a:hover {
    text-decoration: underline;
    text-underline-offset: 15%;
}

.favorite__ziro p:last-child {
    margin-bottom: 0;
}

.favorite__ziro {
    margin-top: 80px;
    margin-bottom: 100px;
}

.news__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background: var(--color-bg-additional);
    border-radius: 16px;
    margin-top: 30px;
}

.news__main_left {
    width: 47%;
}

.news__main_right {
    width: 47%;
}

.news__main_right img {
    border-radius: 8px;
    max-height: 365px;
    object-fit: cover;
}

.news__main-date {
    margin-bottom: 20px;
    color: #A1A1AA;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

.news__main-title {
    margin: 0;
    line-height: 1;
}

.news__main_left p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.news__main_left p a {
    color: var(--color-accent);
}

.news__main-btn {
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--color-accent);
    color: var(--color-white);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    width: max-content;
    padding: 0 40px;
}

.news_item {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #E4E4E9;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.news__img img {
    max-height: 270px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    background: var(--color-bg-additional);
}

.news__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.news__info .news__main-date {
    margin-bottom: 15px;
}

.news__info p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.news_block .news__main-date {
    font-size: 14px;
}

.news__info p a {
    color: var(--color-accent);
}

.news_block {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.news_left {
    flex-grow: 1;
}

.news_left-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news_left .pagination {
    justify-content: start;
    margin-top: 45px;
}

.news_right {
    width: 410px;
    min-width: 410px;
}

.news_right img {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.catalog__news {
    padding-bottom: 0;
    padding-top: 50px;
}

.news {
    padding-top: 30px;
    padding-bottom: 100px;
}

.news__page-container {
    max-width: 660px;
}

.news__page-container .title_catalog {
    line-height: 1.3;
}

.infoblock-news p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}

.infoblock-news p a {
    text-decoration: underline;
}

.news__page {
    padding-top: 50px;
    padding-bottom: 100px;
}

.news__page .news__main-date {
    margin-top: 10px;
    margin-bottom: 30px;
}

.news__page-img {
    height: 365px;
    margin-bottom: 30px;
}

.news__page-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.contact__block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

.contact__left {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__right {
    flex-grow: 1;
}

.contact__right iframe {
    border-radius: 8px;
}

.contact {
    padding-top: 50px;
    padding-bottom: 100px;
}

.cart {
    padding-top: 50px;
    padding-bottom: 0px;
}

.contact__item {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E4E4E9;
}

.contact__item-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.contact__item-info {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.contact__item-info:last-child {
    margin-bottom: 0;
}

.about__block {
    margin-top: 30px;
    max-width: 700px;
}

.about__block p {
    font-size: 16px;
    line-height: 1.5;
}

.cart__item .counter {
    display: none;
    width: max-content;
    min-width: 140px;
    border: 1px solid #E4E4E7;
    background: white;
}

.cart__item .counter.active {
    display: flex;
}

.cart__item .podvid_item-btn {
    min-width: 140px;
}

.cart__item .counter button svg path {
    stroke: rgb(15, 15, 15) !important;
}

.popup__form-label {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    position: relative;
}

.digit-error {
    border: 1px solid red !important;
    transition: all 0.3s ease !important;
}

.digit-input-error {
    color: red !important;
    font-family: inherit;
    font-size: 12px;
    transition: all 0.3s ease;
    max-height: 0;
}

.digit-input-error.visible {
    display: block;
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 2em;
    margin: 0 0 15px 0;
}

.input-error {
    color: red !important;
    display: block;
    font-family: inherit;
    font-size: 12px;
    top: 50px;
    margin-top: 5px;
    transition: all 0.3s ease;
    max-height: 0;
    opacity: 0;
}

.catalog_label.error-active .custom-checkbox + span::before {
    background: var(--color-white);
    border: 1px solid red;
}

.error_visible {
    opacity: 1;
}

.cart__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.cart__right {
    width: 410px;
    min-width: 410px;
    padding: 30px 40px;
    border-radius: 8px;
    background: var(--color-bg-additional);
    margin-top: 30px;
}

.cart__left {
    flex-grow: 1;
}

.cart__item-img img {
    width: 30px;
    height: 46px;
    border-radius: 6px;
    object-fit: cover;
}

.cart__item-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.cart__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.cart__item-color {
    display: flex;
    gap: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.cart__item-color span {
    color: #9CA5AD;
}

.cart__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px;
    border: 1px solid #E8EBEF;
    border-bottom: none;
}

.cart__item:first-child {
    border-radius: 8px 8px 0 0;
}

.cart__item-img {
    height: 46px;
}

.cart__item:last-child {
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #E8EBEF;
}

.card__left-title {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.counter-value {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter button {
    max-height: 30px;
}

.cart__item-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cart__item-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.cart__item-price span {
    font-weight: 500;
}

.cart__item-itog {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}

.cart__itog {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    text-align: right;
}

.ordering__block {
    width: calc(100% - 440px);
    padding: 30px 0px;
    border: 1px solid #E8EBEF;
    margin-top: 30px;
    border-radius: 8px;
}

.counter-value {
    display: inline-block;
    height: auto;
    line-height: 1;
    text-align: center;
    padding: 0;
    margin: 0;
}


.ordering {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #E8EBEF;
    padding-bottom: 120px;
}

.ordering__item {
    padding: 0 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8EBEF;
}

.form_wrap_check label {
    display: flex;
    align-items: center;
    width: 48%;
    padding: 16px 20px;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
}

.form_wrap_check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form_wrap_check span {
    display: flex;
    align-items: center;
}

.ordering__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cart__right-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cart__right-title span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

.cart__right-form {
    width: 100%;
}

.form-label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.input {
    width: 100%;
    background: var(--color-white);
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    height: 50px;
    font-size: 14px;
    line-height: 1.1;
    padding: 0 15px;
    font-weight: 400;
}

.input::placeholder {
    color: #A1A1AA;
}

.form__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid var(--color-accent);
    background: var(--color-accent);
    height: 50px;
    padding: 0 15px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    border-radius: 8px;
    width: 100%;
}

.ordering__item h3 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}

.ordering__item form {
    margin-top: 30px;
}

.form_wrap_check label:has(.custom-checkbox:checked) {
    border: 1px solid var(--color-accent);
}

.form_wrap_check .custom-checkbox + span::before {
    border-radius: 50%;
    width: 24px;
    margin-right: 15px;
    height: 24px;
    border: 2px solid #E4E4E7;
}

.form_wrap_check .custom-checkbox:checked + span::before {
    border: 8px solid var(--color-accent);
    background-color: var(--color-white);
}

.input__wrap {
    width: 48%;
}

.input__wrap:last-child {
    margin-bottom: 0;
}

.input__wrap .input {
    margin-bottom: 0;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background: var(--color-white);
    padding: 0 15px;
    border-radius: 8px 0 0 8px;
    margin-right: 15px;
    border-right: 1px solid #E4E4E7;
}

.input-error {
    opacity: 1;
    display: none;
}

.popup__error_visible {
    display: block;
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 2em
}

.iti__arrow {
    border: none;
    background-image: url(../img/ar1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.input__wrap-info .input {
    margin-bottom: 0;
}


.input__wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}


.form-label .input {
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-label {
    position: relative;
}

.floating-label {
    position: absolute;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    color: #9CA5AD;
    top: 17px;
    left: 15px;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.form-label.active .floating-label {
    top: 10px;
    font-size: 12px;
}

.input__wrap-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.input__wrap-info .input__wrap {
    width: 100%;
}

.ordering__item p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.wrap {
    margin-top: 30px;
}

.ordering__item {
    padding-top: 30px;
}

.ordering__item:first-child {
    padding-top: 0;
}

.input__wrap-dostavka {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.dostavka__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.input__textarea {
    height: 100px;
}

.form-label .input__textarea {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 14px;
}

.form__check {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.form__check label {
    width: 100%;
    max-height: 65px;
}

.code-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.digit {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    background: var(--color-white);
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.digit__mail {
    height: 50px;
    text-align: center;
    font-size: 20px;
    background: var(--color-white);
    border: 1px solid #E4E4E7;
    border-radius: 8px;
}

.digit__mail {
    width: 75px;
}

.digit:focus {
    outline: none;
    border-color: var(--color-accent);
}

.ordering__item p.ordering-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #9CA5AD;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ordering__info .input {
    border: none;
}

.ordering__info {
    border: 1px solid #9CA5AD;
    border-radius: 8px;
}

.ordering__info .form-label {
    margin-bottom: 0;
}

.ordering__info-dannie {
    margin: 0 10px;
    margin-bottom: 10px;
    padding: 6.5px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.ordering__info-dannie.active {
    background: var(--color-bg-additional);
}

.ordering__info .input-error {
    padding: 0 12px;
    padding-bottom: 7px;
}

.ordering__info-inn {
    margin-top: 30px;
}

.ordering__info-dannie :last-child {
    margin-bottom: 0;
}

.catalog_label span {
    align-items: flex-start;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #9CA5AD;
}

.catalog_label .polit {
    margin: 0;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.catalog_label .wraper_polit {
    display: block;
    margin-top: 0;
}

.ordering .form__btn {
    margin-top: 30px;
    width: max-content;
    padding: 0 40px;
    margin-bottom: 20px;
}

.zakaz__title {
    text-align: center;
    margin-bottom: 30px;
}

.zakaz {
    padding-top: 50px;
    padding-bottom: 120px;
}

.zakaz___block {
    max-width: 630px;
    margin: 0 auto;
    border-radius: 16px;
    background: var(--color-bg-additional);
    padding: 40px 40px 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zakaz__subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.zakaz__text {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 5px;
}

.code-input span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-input {
    margin-bottom: 20px;
}

.digit__btn {
    max-width: 380px;
}

.zakaz_info h2 {
    text-align: center;
    margin-bottom: 40px;
}

.zakaz_info {
    margin: 0;
}

.zakaz_info a {
    text-decoration: none;
}

.login__block {
    padding: 40px;
    align-items: flex-start;
    max-width: 520px;
}

.form-label_nm {
    margin-bottom: 0;
}

.recover__password {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    color: #A1A1AA;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.recover__password::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%23A1A1AA" stroke-width="2" /%3E%3C/svg%3E');
    background-repeat: repeat-x;
    background-size: 5px 5px;
}

.registration .recover__password::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
}

.recover__password:hover::after {
    animation: waveMove 5s linear infinite;
}

@keyframes waveMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100px 0;
    }
}


.login {
    padding-top: 50px;
    padding-bottom: 120px;
}

.registration {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.registration a {
    color: var(--color-accent);
    margin: 0;
}

.registration a:hover {
    text-decoration: underline;
}

.registration a::after {
    width: 0;
}

.zakaz___block .floating-label {
    font-size: 14px;
    top: 18px;
}

.reg__block {
    padding: 0;
    border: 1px solid #E8EBEF;
}

.reg__btn {
    padding: 30px 40px 40px 40px;
    border-top: 1px solid #E8EBEF;
    width: 100%;
}

.reg__btn .form__btn {
    margin: 0;
}

.reg__inputs {
    padding: 40px;
    width: 100%;
}

.reg__inputs .custom-checkbox + span::before {
    background: var(--color-white);
}

.reg__inputs .custom-checkbox:checked + span::before {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.reg__inputs .input__wrap {
    width: 380px;
    margin-bottom: 20px;
}

.arrow_title:hover svg path {
    stroke: var(--color-accent) !important;
}

.info_block_btn:hover {
    color: var(--color-black);
}

.catalog__block-more .catalog__item:nth-child(6) img {
    object-position: center;
    transform: scale(1);
}

.recovery {
    width: 380px;
    margin: 0 auto;
}

.recovery__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.recovery .form-label {
    margin-bottom: 30px;
}

.recovery__block {
    padding: 40px;
}

.profile_block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.profile_left {
    width: 190px;
    background: var(--color-bg-additional);
    border-radius: 8px;
    padding: 20px;
}

.profile_right {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.profile_right-dannie {
    width: calc(100% - 430px);
    border-radius: 8px;
    border: 1px solid #E8EBEF;
}

.profile_right-contact {
    width: 410px;
    border-radius: 8px;
    border: 1px solid #E8EBEF;
    border-left: 0;
    height: max-content;
}

.profile_list {
    padding-bottom: 11.5px;
    margin-bottom: 11.5px;
    border-bottom: 1px dashed #D5DDE5;
}

.profile_list:last-child {
    padding-bottom: 0;
    border: none;
}

.order__Link {
    display: flex;
    justify-content: flex-end;
}

.profile_left-link {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

.profile_left-link.active {
    color: var(--color-accent);
    font-weight: 500;
}

.profile {
    padding-top: 50px;
    padding-bottom: 100px;
}

.profile__item .form_wrap_check {
    margin-bottom: 20px;
}

.profile__item h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.profile__item {
    padding: 30px;
    border-bottom: 1px solid #E8EBEF;
    border-radius: 0 0 8px 8px;
}

.labels__wrap .form-label:last-child {
    margin-bottom: 0;
}

.profile__item-oplata .form_wrap_check {
    flex-direction: column;
    gap: 15px;
}

.profile__item-oplata .form_wrap_check label {
    width: 100%;
}

.profile__item p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
}

.profile__item-oplata .wrap {
    margin-top: 0;
}

.profile__item-oplata .wrap_plata {
    margin-top: 40px;
}

.form__btn-profile {
    margin-top: 30px;
    width: max-content;
    padding: 0 40px;
}

.profile_right-contact .product__item {
    padding: 30px 40px;
}

.profile_right-contact .form__btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.profile_right-contact .iti {
    margin-bottom: 20px;
}

.profile_right .form-label {
    margin-bottom: 15px;
}

.profile_right-order {
    flex-direction: column;
}

.order {
    margin-top: 30px;
    border: 1px solid #E8EBEF;
    border-radius: 8px;
    border-spacing: 0;
}

.order thead {
    background: var(--color-bg-additional)
}

.order th {
    padding: 16.5px 20px;
    color: #9CA5AD;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
}

.order td {
    padding: 16.5px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.1;
    border-bottom: 1px solid #E8EBEF;
}

.order__more {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    color: var(--color-accent);
}

.order__more span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order__name {
    min-width: 290px;
}

.order {
    width: calc(100% - 100px);
}

.profile_top-searh {
    width: calc(100% - 100px);
    border: 1px solid #E8EBEF;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.product__profile {
    gap: 0;
}

.product__profile .order {
    margin: 0;
}

.btn_cart {
    cursor: pointer;
    height: 40px;
    padding: 0 20px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.1;
    border-radius: 8px;
    gap: 10px;
    font-weight: 500;
    border: 1px solid var(--color-accent);
    color: var(--color-white);
    background: var(--color-accent);
}

.order__btn {
    display: flex;
    justify-content: flex-end;
}

.table__img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table__img span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table__img span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 4px;
}

.order .table_price {
    font-weight: 500;
}

.order .table_price span {
    font-weight: 400;
}

.product__profile .order td {
    padding: 10px 20px;
}

.profile_right h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.order_id-block {
    flex-direction: column;
    gap: 0;
}

.cart__item-up {
    min-width: 120px;
    text-align: center;
    font-weight: 400;
}

.order__title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order__title span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    width: max-content;
    padding: 0 20px;
    height: 30px;
    cursor: pointer;
    border-radius: 100px;
}

.order_id-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    background: var(--color-white);
    border: 1px solid var(--color-accent);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    width: max-content;
    padding: 0 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 20px;
}

.menu__block {
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.order_id-price {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.order_id-info {
    margin-bottom: 10px;
    display: flex;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.order_id-info span {
    color: #9CA5AD;
}

.order_id-title {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.chat_top {
    background: var(--color-bg-additional);
    border: 1px solid #E8EBEF;
    border-radius: 16px 16px 0 0;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.chat {
    margin-top: 30px;
}

.chat_top-info {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    background: var(--color-white);
    border-radius: 8px;
    width: 258px;
}

.chat_top-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.chat_top-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
}

.chat_top-img span {
    width: 11.5px;
    height: 11.5px;
    background: var(--color-accent);
    border: 1.5px solid var(--color-white);
    border-radius: 50%;
    right: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.chat_top-name {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 0.1 0.1;
}

.chat_top-mail {
    color: #9CA5AD;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.chat-box {
    flex-grow: 1;
    position: relative;
}

#chat-input {
    position: relative;
    padding: 15px;
    background: var(--color-white);
    border: 1px solid #CCCED1;
    box-shadow: 0px 1px 2px 0px #121A2B0D;
    border-radius: 8px;
    width: 100%;
    font-family: inherit;
    height: 110px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.file__wrap {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.trigger {
    position: absolute;
    left: 60px;
    bottom: 15px;
    border: none;
    background: transparent;
}

#send-button {
    position: absolute;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    padding: 0 20px;
    height: 40px;
    border-radius: 8px;
    bottom: 15px;
    right: 15px;
}

#chat-input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #9CA5AD;
}

.file {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.file input[type="file"] {
    display: none;
}

.file span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.chat_bottom {
    padding: 40px 40px 40px 40px;
    border: 1px solid #E8EBEF;
    border-radius: 0 0 8px 8px;
}

.chat_message {
    display: flex;
    gap: 50px;
    padding-top: 10px;
    margin-bottom: 25px;
}

.chat_text {
    display: flex;
    gap: 15px;
}

.chat_text-info {
    margin-top: 10px;
}

.chat_text-name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
}

.chat__data {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.chat_text-sms {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    background: var(--color-bg-additional);
    border-radius: 12px 12px 0 12px;
    max-width: 470px;
}

.chat_time {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #9CA5AD;
}

.sms-manager {
    color: var(--color-white);
    background: var(--color-accent);
    line-height: 1.3;
    border-radius: 0 12px 12px 12px;
}

.chat-btn {
    margin: 0;
    color: var(--color-accent);
    cursor: pointer;
    font-size: 16px;
}

.chat-btn::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
}

.tovar_litle-wrap {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 10px;
}

.tovar__btn-wrap {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    margin-top: 10px;
}

.tovar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E4E9;
    border-radius: 8px;
    cursor: pointer;
}

.tovar {
    padding-top: 50px;
    padding-bottom: 120px;
}

.tovar__block {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
}

.tovar__block-left {
    width: 520px;
    min-width: 520px;
}

.tovar__block-right {
    flex-grow: 1;
    border: 1px solid #E8EBEF;
    border-radius: 8px;
}

.tovar__podvid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.tovar__podwid-item {
    padding: 20px;
    border: 1px solid #E8EBEF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tovar__podwid-img {
    width: 100%;
    margin-bottom: 10px;
}

.tovar__podwid-img img {
    width: 100%;
    object-fit: cover;
    height: 314px;
    border-radius: 8px;
}

.tovar__podvid .popup__item-btn .counter-value {
    min-width: 60%;
}

.tovar__podwid-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.tovar__podwid-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tovar__podwid-price span {
    font-weight: 400;
}

.tovar__info {
    border: 1px solid #E8EBEF;
    border-radius: 8px;
    margin-top: 40px;
}

.characteristics {
    border-bottom: 1px solid #E8EBEF;
    padding: 20px;
}

.tovar__info_title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.tovar__text {
    padding: 20px;
}

.characteristics_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 11.5px 0;
    border-bottom: 1px dashed #D5DDE5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.characteristics_item span {
    color: #9CA5AD;
}

.characteristics_item:last-child {
    border: none;
}

.tovar__text p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.tovar__text p :last-child {
    margin-bottom: 0;
}

.podvid_item-btn {
    height: 40px;
}

.btn__noactive {
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 8px;
    background: #F3F7FA;
    color: #A1A1AA;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.tovar__sliderfoto {
    width: 300px;
    min-width: 300px;
}

.nofoto {
    border: none;
    border-radius: 0;
}

.tovar__nofoto {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px;
}


.tovar__nofoto .tovar__info {
    width: 43%;
    margin-top: 0;
}

.tovar__nofoto-rigth {
    width: 54%;
    border: 1px solid #E8EBEF;
    border-radius: 8px;
}

.tovar__nofoto-rigth .category_top-search {
    min-width: auto;
    width: 270px;
}

.tovar__nofoto-rigth .search {
    height: 45px;
}

.tovar__nofoto-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid #E8EBEF;
}

.nofoto_left {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.nofoto_right {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.nofoto_right .podvid_item-btn {
    padding: 0 20px;
}

.counter {
    padding: 0 10px;
}

.nofoto_right .counter-value {
    min-width: 43px;
    margin: 0 5px;
}

.nopodvid__info .characteristics {
    padding: 20px 40px 20px 40px;
}

.nopodvid__info .characteristics_item {
    width: 60%;
}

.nopodvid__info .tovar__text {
    padding: 30px 40px;
}

.nopodvid__charact_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.nopodvid__charact_item span {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    color: #9CA5AD;
}

.tovar__nopodvid-price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
}

.tovar__nopodvid-btn {
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 8px;
    gap: 10px;
    width: max-content;
    padding: 0 40px;
    font-weight: 500;
    border: 1px solid var(--color-accent);
    color: var(--color-white);
    background: var(--color-accent);
    margin-bottom: 30px;
}

.tovar__nopodvid-price span {
    font-weight: 500;
}

.slider-container {
    display: flex;
    gap: 10px;
}

.thumbnails {
    flex: 1;
    max-width: 80px;
    padding: 0;
    height: 540px;
}

.thumbnails .swiper-slide {
    cursor: pointer;
    border-radius: 8px;
    background: var(--color-bg-additional);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnails .swiper-slide-thumb-active {
    border: 1px solid #E4E4E9;
}

.thumbnails img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider {
    flex: 3;
    padding: 0;
    height: 540px;
}


.main-slider .swiper-slide {
    border-radius: 8px;
    background: var(--color-bg-additional);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.swiper-slide img {
    border-radius: 8px;
    object-fit: contain;
    background: var(--color-bg-additional);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .swiper-button-prev {
    left: 20px;
    background: var(--color-white);
}

.main-slider .swiper-button-next {
    right: 20px;
    background: var(--color-white);
}


.main-slider .swiper-button-prev:hover {
    background: var(--color-white);
}

.main-slider .swiper-button-prev:hover svg path {
    stroke: var(--color-accent) !important;
}

.main-slider .swiper-button-next:hover {
    background: var(--color-white);
}

.main-slider .swiper-button-next:hover svg path {
    stroke: var(--color-accent) !important;
}


.main-slidernofo .swiper-button-prev {
    left: 20px;
    background: var(--color-white);
}

.main-slidernofo .swiper-button-next {
    right: 20px;
    background: var(--color-white);
}


.main-slidernofo .swiper-button-prev:hover {
    background: var(--color-white);
}

.main-slidernofo .swiper-button-prev:hover svg path {
    stroke: var(--color-accent) !important;
}

.main-slidernofo .swiper-button-next:hover {
    background: var(--color-white);
}

.main-slidernofo .swiper-button-next:hover svg path {
    stroke: var(--color-accent) !important;
}

.thumbnailsnofo .swiper-slide {
    cursor: pointer;
    border-radius: 8px;
    background: var(--color-bg-additional);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnailsnofo .swiper-slide-thumb-active {
    border: 1px solid #E4E4E9;
}

.tovar__blocknofoto, .tovar__blocknopodvid {
    margin-top: 0;
}

.nopodvid__info {
    margin-top: 20px;
}

.tovar__blocknopodvid .tovar__link-item {
    width: 50%;
    text-align: center;
}

.tovar__blocknopodvid .tovar__links-wrap {
    flex-grow: 1;
    margin-right: 10px;
}

.thumbnailsnofo img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slidernofo {
    flex: 3;
    padding: 0;
    height: 540px;
}


.main-slidernofo .swiper-slide {
    border-radius: 8px;
    background: var(--color-bg-additional);
    display: flex;
    height: 370px;
    align-items: center;
    justify-content: center;
}

.main-slidernofo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.tovar__slider {
    display: flex;
    flex-direction: column;

}

.main-slidernofo {
    width: 100%;
    height: 370px;
    margin-bottom: 0px;
    padding: 0;
}

.main-slidernofo .swiper-slide img {
    object-fit: contain;
}

.thumbnailsnofo {
    width: 100%;
    height: 80px;
    padding: 0;
}

.thumbnailsnofo .swiper-slide {
    width: auto;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tovar__sliderfoto .slider-container {
    flex-direction: column;
}

.header__bottom-openmenu .close {
    display: none;
}

.header__bottom-openmenu.active .open {
    display: none;
}

.header__bottom-openmenu.active .close {
    display: block;
}

.main__btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_mob {
    display: none;
}

.mob {
    display: none;
}

.slider__item-img {
    display: none;
}

.products__name {
    text-align: center;
}

.bread__block {
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.title_info-mob {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.bread__list {
    text-wrap: nowrap;
    width: max-content;
    min-width: max-content;
}

.filter_mob-open {
    display: none;
}

.category_finres_items {
    display: none;
}

.like {
    cursor: pointer;
}

.catalog-items.grid .catalog__product:hover .like {
    display: block;
}

.catalog__brend .brend_block_btn {
    display: none;
    color: var(--color-accent);
    width: max-content;
    margin-top: 10px;
    color: #9CA5AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
}

button,
input[type="checkbox"], label, .counter-value {
    user-select: none;
    -webkit-user-select: none; /* Исправил ошибку */
    -moz-user-select: none;
    -ms-user-select: none;
}


.tovar__info-mob {
    display: none;
}

.tovar__links-wrap {
    display: none;
}

.tovarpodvid {
    display: none;
}

.tovar_litle-wrap.mob {
    display: none;
    flex-direction: column;
}

.tovar__nopodvid-price.mob {
    display: none;
}

.tovar__nopodvid-btn.mob {
    display: none;
}

.form__btnskip {
    display: none;
}

.form__btnpassnew {
    background: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
}

.order_items-mob {
    display: none;
}

.category_left-filter {
    padding: 0 20px 30px 20px;
    margin-top: 15px;
}

.catalog__left-all .catalog_label span {
    color: var(--color-black);
}

.politopen {
    cursor: pointer;
}

.polit__block {
    padding: 20px;
}

.popup__polit .popup__title {
    font-size: 20px;
    line-height: normal;
}

.popup__polit .close2 {
    zoom: 0.7;
}

.polit__block h3 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.polit__block h3:first-child {
    margin-top: 0;
}

.polit__block p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.polit__block ul {
    padding-left: 20px;
    list-style: disc;
}

.polit__block ul p {
    margin-top: 10px;
}

.polit__block ul li:first-child p {
    margin-top: 20px;
}

.header {
    position: relative;
}

.header__menu {
    position: absolute;
    top: 141px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.menu__block {
    background: var(--color-white);
    display: flex;
}

.menu__left {
    width: 300px;
    min-width: 300px;
}

.menu__right {
    flex-grow: 1;
}

.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 20px;
    border: 1px solid #E8EBEF;
}

.menu-top h2 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}

.menu__top-all {
    color: var(--color-accent);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
}

.menu__top-all::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
}

.menu__right .menu-top {
    padding-right: 40px;
}

.menu__links {
    padding: 10px 20px;
    border: 1px solid #E8EBEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    height: 45px;
}

.menu__links span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale__link {
    color: #F43F5E;
}

.new__link {
    color: var(--color-accent);
}

.menu_link {
    padding: 18px 20px;
    border: 1px solid #E8EBEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    height: 60px;
}

.menu_name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu_name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_list:last-child .menu_link {
    border-bottom: none;
}

.menuopened__right-list {
    width: 220px;
    min-height: 45px;
    padding: 15px 30px;
}

.menuopened__right-link {
    margin: 0;
}

.menuopened {
    display: flex;
}

.menuopened__left {
    width: 330px;
    min-width: 330px;
}

.menuopened__right {
    flex-grow: 1;
}

.menuopened_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.menuopened__right h2 {
    padding: 20px 30px 10px 30px;
    font-size: 24px;
    line-height: normal;
    margin: 0;
}

.menuopened__left {
    padding-bottom: 20px;
    border-right: 1px solid #E8EBEF;
}

.menuopened_link span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuopened__right-link {
    color: var(--color-black);
}

.menuopened__right-link::after {
    width: 0;
}

/* .menuopened__right-list:hover .menuopened__right-link::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
  width: auto;
} */

.menuopened__right-list:hover .menuopened__right-link {
    color: var(--color-accent);
}

.menuopened__right-list {
    cursor: pointer;
}

.menuopened__right-list:hover {
    background: var(--color-bg-additional);
}

.menu_link:hover {
    color: var(--color-white);
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
}

.menu_link {
    cursor: pointer;
}

.menu_link:hover .menu_name span svg path {
    fill: var(--color-white) !important;
}

.menu_link.active {
    color: var(--color-white);
    background: var(--color-accent);
    border: 1px solid var(--color-accent);
}

.menu_link.active .menu_name span svg path {
    fill: var(--color-white) !important;
}

.menu__links:hover {
    color: var(--color-white);
    background: var(--color-accent);
}

.menu__links:hover span svg path {
    fill: var(--color-white) !important;
}

.sale__link:hover span svg path {
    stroke: var(--color-white) !important;
    fill: transparent !important;
}

.menuopened_link:hover {
    color: var(--color-accent);
    background: var(--color-bg-additional);
}

.menuopened_link {
    cursor: pointer;
}

.menuopened_link.active {
    color: var(--color-accent);
    background: var(--color-bg-additional);
}


.menuopened_link span {
    display: none;
}

.menuopened_link:hover span {
    display: flex;
}

.menuopened_link.active span {
    display: flex;
}

.menuopened__right {
    display: none;
}

.menuopened__right.active {
    display: block;
}

.menu__right-item {
    display: none;
}

.menu__right-item.active {
    display: block;
}

.menu_items-wrap {
    background: var(--color-bg-additional);
    padding: 20px 40px 40px 40px;
    border-radius: 0 0 20px 0;
}

.namecolumn {
    min-width: 278px;
}

.menu__right .menu-top {
    padding-left: 40px;
}

.menu_items-wrap h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    margin-top: 40px;
}

table {
    table-layout: auto; /* Убираем фиксированное расположение столбцов */
}

.resizable {
    box-sizing: border-box; /* Включаем расчет ширины с учетом padding и border */
}


.menu_items-wrap .products__block {
    margin-top: 20px;
}

.menu_items-wrap h3:first-child {
    margin-top: 0;
}

.menu_items-wrap .products__logo img {
    max-height: 82px;
}

.menu_items-wrap h3.products__name {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-top: 0;
}

.menu_items-wrap .products__item {
    padding: 15px 7px;
    min-height: 102px;
}

.products_country .products__item {
    background: transparent;
    border: 1px solid #E8EBEF;
}

.products_country .products__item:hover {
    background: var(--color-white);
}

.header__menu {
    display: none;
}

.header__menu.active {
    display: block;
}

.header__bottom-openmenu.active .close {
    display: flex;
}

.header__menu_mob {
    display: none;
}

.header__bottom-openmenu.active .open {
    display: none;
}

.header__bottom-openmenu {
    cursor: pointer;
}

.header__bottom-openmenu:hover {
    background: #01C383;
}

.search__button:hover {
    background: #01C383;
}

.btn_cart:hover {
    background: #01C383;
}

.search:has(.search__input:focus),
.search:has(.search__button:focus),
.search:has(.search__input:focus-visible),
.search:has(.search__button:focus-visible) {
    border: 1px solid var(--color-black);
    /* Цвет обводки при фокусе */
}

.header__bottom-heart {
    position: relative;
}

.nubber-folow {
    padding: 4px 6px; /* Немного увеличиваем правый отступ */
    color: var(--color-white);
    background: var(--color-accent);
    border-radius: 9999px; /* Делаем овал */
    min-width: 16px;
    height: 16px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 49%; /* Сдвигаем влево от иконки */
    transform: translateX(16%); /* Двигаем число вправо */
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* Запрещаем перенос */
    padding-left: 6px; /* Немного пространства для цифр */
    height: 17px !important;
    padding-right: 6px; /* Позволяем числу расти */
}


.header__top-list:hover {
    color: var(--color-accent);
}

.header__top-list:hover span svg path {
    stroke: var(--color-accent) !important;
}

.header__top-mail:hover {
    color: var(--color-accent);
}

.header__top-mail:hover span svg path {
    stroke: var(--color-accent) !important;
}

.header__top-tel:hover {
    color: var(--color-accent);
}

.header__top-tel:hover span svg path {
    stroke: var(--color-accent) !important;
}

.header__top-wa:hover {
    background: #01C383;
}

.header__bottom-link:hover {
    color: var(--color-accent);
}

.header__bottom-link:hover span svg path {
    stroke: var(--color-accent) !important;
}

.header__botton-list:last-child .header__bottom-link:hover span svg path {
    fill: var(--color-accent) !important;
}

.main__btn {
    transition: background 0.3s ease, color 0.3s ease;
}

.main__btn span svg path {
    transition: stroke 0.3s ease;
}

.main__btn:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.main__btn:hover span svg path {
    stroke: var(--color-black) !important;
}

.products__item:hover .products__name {
    color: var(--color-accent);
}

.catalog__item:hover h3 {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer__link:hover {
    color: var(--color-accent);
}

.tel:hover,
.footer__mail:hover {
    color: var(--color-accent);
}

.politopen:hover {
    color: var(--color-accent);
}

.category_top-sort:hover .dropbtn {
    color: var(--color-accent);
}

.category_top-sort:hover .dropbtn2 {
    color: var(--color-accent);
}

.category_top-sort:hover svg path {
    stroke: var(--color-accent) !important;
}

.product__podvid {
    cursor: pointer;
    margin: 0;
    color: var(--color-accent);
}

.catalog__link {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--color-accent);
}

.product__podvid::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
}

.catalog__link::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
}

.order__more::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="20"%3E%3Cpath d="M0,10 Q25,0 50,10 T100,10" fill="none" stroke="%2300B076" stroke-width="2" /%3E%3C/svg%3E');
}

.order__more {
    margin: 0;
}

.podvid_item .btn-increment:hover svg path {
    stroke: var(--color-accent) !important;
}

.podvid_item .btn-decrement:hover svg path {
    stroke: var(--color-accent) !important;
}

.catalog__open:hover {
    background: #01C383;
}

.catalog__clean:hover {
    background: #E9EEF5;
}

.podvid_item-btn:hover {
    background: #01C383;
}

.tovar__nopodvid-btn:hover {
    background: #01C383;
}

.form__btn:hover {
    background: #01C383;
}

.input__wrap.error-active input {
    border: 1px solid red;
    transition: all 0.3s ease !important;
}

.error-active input {
    border: 1px solid red;
    transition: all 0.3s ease !important;
}

.order {
    margin-top: 10px;
}

input:focus {
    border: 1px solid var(--color-black);
}

.form__btnpassnew:hover {
    color: var(--color-white);
}

.profile_left-link:hover {
    color: var(--color-accent);
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.slider__btn:hover {
    background: #01C383;
}

.category_top-sort .dropdown_img {
    display: none;
    transform: rotate(0) !important;
}

.dropdown_img.active {
    display: flex;
}

.dropdown2 {
    display: flex;
    gap: 5px;
    align-items: center;
}

.dropdown__content {
    box-shadow: 0px 1px 8px 0px #1414140F;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    z-index: 3;
}

.sortbtn:hover {
    background: var(--color-bg-additional);
}

.filter__prise span {
    font-size: 14px;
}

.filter__prise_input span {
    font-size: 12px;
}

.filter__prise_input .filter__wrap-input {
    font-size: 14px;
}

.filter__prise_input .filter__wrap-input::placeholder {
    font-size: 14px;
}

.catalog-items.list .product__podvid {
    display: none;
}

.like.active {
    display: block !important;
}

.like.active svg path {
    fill: var(--color-accent) !important;
    stroke: var(--color-accent) !important;
}

.title_catalogbreng {
    font-size: 30px;
}

.form__wrapperkom .form__wrapperlab {
    margin-bottom: 0;
}

.filter_block_all .form_check1 {
    width: 100%;
}


.skeleton {
    position: relative;
}

.skeleton::before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite linear;
}

.category__list {
    width: max-content;
}

.catalog-items.grid .catalog__product-podvid {
    display: none !important;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


.seo__block .info_block {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.seo__block.active .info_block {
    height: auto;
    -webkit-line-clamp: none;
}

input {
    cursor: auto !important;
}

.filter__wrap-input {
    border: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.category_top-sort:hover .dropdown__content {
    top: 20px;
}

.table__item-podvid.active span {
    transform: rotate(180deg);
}

.product__item.skeleton {
    border: none;
}

.catalog__left-all_list {
    user-select: none;
    -webkit-user-select: none; /* Исправил ошибку */
    -moz-user-select: none;
    -ms-user-select: none;
}

th, td, tr, tbody, thead {
    user-select: none;
    -webkit-user-select: none; /* Исправил ошибку */
    -moz-user-select: none;
    -ms-user-select: none;
}

.table__item-podvid::before {
    width: 0;
}

.resizable .table__item::before {
    width: 0;
}

.fixedhead .table__item::before {
    width: 0;
}

.subtypes-details td {
    padding: 10px;
    white-space: nowrap;
}

.subtypes-details td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
    padding-left: 168px;
}

.subtypes-details td:last-child {
    position: sticky;
    right: 0;
    background: #fff;
    z-index: 2;
    width: 300px;
}

.table-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}


/* Делаем скролл тоньше */
.table-container::-webkit-scrollbar {
    height: 2px; /* Тонкий скролл */
}

.table-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

.table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.header__bottom-right .header__botton-list:last-child .header__bottom-link:hover svg path {
    stroke: none !important;
}

.catalog__product-podvid.loader {
    position: relative;
}

.subtypes-table.loader .table__flex {
    position: relative;
}

.spinerwrap {
    display: none;
}

.catalog__product-podvid.loader .spinerwrap {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__product-podvid.loader .spinerwrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtypes-table.loader .table__flex .spinerwrap {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtypes-table.loader .table__flex .spinerwrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__product-podvid.loader .spinner {
    animation: spin 2s linear infinite;
}

.subtypes-table.loader .table__flex .spinner {
    animation: spin 2s linear infinite;
}

.table__flex2 .spinner {
    display: none !important;
}

.spiner__wrap {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px 0;

}

.spiner__wrap.active {
    display: flex;
}

.spiner__wrap .spinner {
    animation: spin 2s linear infinite;
}

/* Анимация для вращения */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 1300px) {
    .profile_right-contact {
        width: 390px;
    }

    .profile_right-dannie {
        width: calc(100% - 340px);
    }
}

@media (max-width: 1220px) {
    .category_top-search {
        min-width: auto;
        flex-grow: 1;
        margin-right: 20px;
    }

    .brend__left br {
        display: none;
    }

    .news__main-title br {
        display: none;
    }

    .cart__item-price {
        min-width: 100px;
    }

    .cart__item-itog {
        min-width: 60px;
    }

    .cart__item-name {
        max-width: 250px;
        margin-right: 10px;
    }

    .ordering__block {
        width: calc(100% - 240px);
    }
}

@media (max-width: 1150px) {
    .tovar__block-left {
        width: 420px;
        min-width: 420px;
    }

    .cart__item-right {
        gap: 20px;
    }

    .tovar__sliderfoto {
        width: 300px;
        min-width: 300px;
    }

    .cart__block {
        flex-direction: column;
    }

    .cart__left {
        width: 100%;
    }

    .cart__right {
        width: 100%;
    }

    .ordering__block {
        width: 100%;
    }

    .order__name {
        min-width: auto;
    }
}

@media (max-width: 1050px) {
    .catalog-items.grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-controls {
        display: none;
    }

    .popup__items {
        grid-template-columns: repeat(4, 1fr);
    }

    .products__block_wrap {
        width: 100%;
    }

    .products__block_wrap .products__item-wrap {
        width: auto;
    }

    .catalog-items-serch.grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .news_item {
        padding: 30px;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .tovar__block-left {
        width: 100%;
    }

    .tovar__block-right {
        width: 100%;
    }

    .tovar__block {
        flex-direction: column;
    }

    .tovar__info-desk {
        display: none;
    }

    .tovar__info-mob {
        display: block;
    }

    .tovar__links-wrap {
        display: flex;
        align-items: center;
        border-radius: 8px;
        border: 1px solid #E0E8EF;
        height: 40px;
    }

    .tovar__link-item {
        font-size: 14px;
        line-height: 1.1;
        font-weight: 400;
        width: max-content;
        padding: 11px 10px;
        border-right: 1px solid #E0E8EF;
    }

    .tovar__link-item:last-child {
        border: none;
    }

    .tovar__btn-wrap .tovar__btn-wrap {
        margin-top: 0;
    }

    .tovar__btn-wrap {
        justify-content: space-between;
    }

    .tovar_litle-wrap.desk {
        display: none;
    }

    .tovar_litle-wrap.mob {
        display: flex;
        width: 100%;
    }

    .tovar__nofoto-rigth {
        width: 100%;
    }

    .tovar__nofoto .tovar__info {
        width: 100%;
    }

    .main-slidernofo .swiper-slide img {
        object-fit: contain;
        height: 360px;
    }

    .thumbnailsnofo img {
        height: 60px;
    }

    .profile_block {
        gap: 30px;
        flex-direction: column;
    }

    .profile_left {
        display: flex;
        width: max-content;
        padding: 10px 20px;
        align-items: center;
        gap: 40px;
    }

    .profile_list {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile_right {
        width: 100%;
        flex-direction: column;
    }

    .profile_right-dannie {
        width: 100%;
    }

    .profile_right-contact {
        width: 100%;
    }

    .menu_items-wrap .products__block {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 920px) {
    .header__desk {
        display: none;
    }

    .header_mob {
        display: block;
    }

    .header_menu {
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .header__bottom {
        padding: 10.5px 0;
    }

    .header__icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .city,
    .header_lk {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.1;
    }

    .swiper-button-prev {
        left: 4px;
    }

    .swiper-button-next {
        right: 4px;
    }

    .products__block {
        grid-template-columns: repeat(4, 1fr);
    }

    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    .catalog__block {
        grid-template-columns: repeat(2, 1fr);
    }

    .supplies__country {
        grid-template-columns: repeat(2, 1fr);
    }

    .supplies_info {
        grid-template-columns: repeat(1, 1fr);
    }

    .supplies_info-item {
        padding: 20px;
    }

    .footer_logo span br {
        display: none;
    }

    .footer__left {
        width: 46%;
    }

    .footer__block {
        gap: 30px;
        flex-wrap: wrap;
    }

    .footer__left {
        gap: 10px;
    }

    .footer__right {
        gap: 10px;
        order: 2;
        width: 46%;
    }

    .footer__center {
        order: 3;
    }

    .filter_mob-open {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }

    .category_top-search {
        display: flex;
    }

    .search {
        height: 46px;
    }

    .category_left {
        display: none;
    }

    .brend__left-text {
        display: -webkit-box;
        -webkit-line-clamp: 6; /* Количество строк */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .seo__block.active .info_block {
        height: auto;
        -webkit-line-clamp: none;
    }

    .brend__left-text.active {
        -webkit-line-clamp: none;
    }

    .category_right {
        width: 100%;
    }

    .catalog-items.grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .category_finres_items {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px 16px;
        border-top: 1px solid #E4E4E9;
    }

    .category_finres_item {
        display: flex;
        gap: 8px;
        border-radius: 4px;
        background: var(--color-bg-additional);
        padding: 7px;
        font-size: 12px;
        line-height: 1.1;
        font-weight: 400;
    }

    .category_top {
        padding: 15px 16px;
    }

    .category_lists {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .category__link {
        width: max-content;
    }

    .category__arrov {
        width: 45px;
    }

    .catalog-items.grid .like {
        display: block;
    }

    .category__link {
        padding: 0 10px;
        background: transparent !important;
        border: none;
    }

    .category_lists {
        gap: 20px;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .catalog__product {
        padding: 16px;
    }

    .category_sale .catalog-items.grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .brend__block {
        flex-direction: column;
    }

    .brend__right {
        width: 100%;
        min-width: auto;
        order: 1;
        height: auto;
    }

    .brend__right img {
        height: 300px;
    }

    .brend__left {
        order: 2;
    }

    .new__block {
        padding: 20px;
    }

    .news__main {
        padding: 30px;
        margin-top: 20px;
        flex-direction: column;
        gap: 30px;
    }

    .news__main_left {
        width: 100%;
    }

    .news__main_right {
        width: 100%;
    }

    .news_block {
        flex-direction: column;
    }

    .news_item {
        justify-items: center;
    }

    .news__img {
        width: 60%;
    }

    .news_right {
        width: 100%;
        min-width: auto;
    }

    .profile_top-searh {
        width: 100%;
    }

    .order {
        width: 100%;
    }

    .mob__levelone-search {
        padding: 15px 15px;
        padding-bottom: 0;
    }

    .mob__levelone-search .search {
        height: 50px;
    }

    .mob__levelone .menu-top {
        padding: 15px 16px;
        border: none;
    }

    .mob__levelone .menu_link:hover {
        color: var(--color-accent);
        background: var(--color-bg-additional);
    }

    .mob__levelone .menu_link:hover .menu_name span svg path {
        fill: var(--color-black) !important;
    }

    .mob__levelone .menu_link.active {
        color: var(--color-accent);
        background: var(--color-bg-additional);
    }

    .mob__levelone .menu_link.active .menu_name span svg path {
        fill: var(--color-black) !important;
    }

    .mob__levelone .menu_link {
        font-size: 16px;
        padding: 18px 16px;
        padding-right: 0;
    }

    .mob__levelone .menu_list:last-child .menu_link {
        border: 1px solid #E8EBEF;
    }

    .mob__levelone-lists {
        padding: 15px 0;
    }

    .mob__levelone-link {
        padding: 13px 20px;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        display: block;
        width: 100%;
    }

    .header__menu_mob {
        position: absolute;
        width: 100%;
        left: 0;
        top: 80px;
        z-index: 2;
        background: var(--color-white);
        border-top: 1px solid #E4E4E9;
    }

    .mob__levelone-bottom {
        padding: 20px 16px;
        background: var(--color-bg-additional);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .levelone_bottom-item {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 400;
    }

    .levelone_bottom-item span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .telmob {
        font-weight: 400;
    }

    .telmob:first-child {
        font-weight: 500;
    }

    .mob__menu .mob__leveltwo {
        display: none;
    }

    .mob__menu.active .mob__leveltwo {
        display: block;
    }

    .mob__menu.active .mob__levelone {
        display: none;
    }

    .menu_back {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu_back span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mob__menu .menu__right .menu-top {
        padding: 16px;
    }

    .mob__menu .menuopened__left {
        padding-bottom: 70px;
        border-right: none;
        width: 100%;
    }

    .mob__menu .menuopened_link {
        min-height: 60px;
        padding: 20px;
        border-bottom: 1px solid #E8EBEF;
        font-size: 16px;
        padding-right: 0;
    }

    .menuopened_linkname {
        color: #A1A1AA;
        font-size: 14px;
    }

    .mob__menu .menuopened_link span {
        display: flex;
    }

    .mob__menu .menuopened_link span svg path {
        stroke: #A1A1AA !important;
    }

    .menuopened__right {
        display: none;
    }

    .menu_backtwo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu_backtwo h2 {
        padding: 0;
    }

    .menu_backtwo span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mob__menu .menuopened__right-list {
        min-height: 60px;
        padding: 20px;
        border-bottom: 1px solid #E8EBEF;
        font-size: 16px;
    }

    .menuopened__right-list:hover .menuopened__right-link::after {
        width: 0;
    }

    .mob__levelone .menu_link.active {
        border: 1px solid #E8EBEF;

    }

    .mob__levelone .menu_link:hover {
        border: 1px solid #E8EBEF;
    }

    .mob__menu .menuopened__right-list a {
        margin-bottom: 0 !important;
    }

    .mob__leveltwo.active .menuopened__left {
        display: none;
    }

    .menuopened__right-list {
        width: 100%;
    }

    .menuopened__right {
        padding-bottom: 70px;
    }

    .header__menu_mob.active {
        display: block;
    }

    .menu-open section {
        display: none;
    }

    .menu-open footer {
        display: none;
    }

    .search.mob {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .category_lists .category__list:last-child {
        display: none;
    }

    .category_lists {
        padding-right: 20px !important;
    }

    .menuopened_linkname {
        min-height: 60px;
        padding: 20px;
        border-bottom: 1px solid #E8EBEF;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 35px;
    }

    h1 br {
        display: none;
    }

    .main {
        min-height: auto;
        padding: 60px 0;
        background-position: 10% 50%;
    }

    .products__block {
        grid-template-columns: repeat(3, 1fr);
    }

    .title_info-mob {
        display: block;
        margin-left: 32px;
        margin-top: 3px;
        color: #9CA5AD;
    }

    .title_number {
        display: none;
    }

    .catalog__block {
        margin-top: 25px;
    }

    .catalog-items.grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 15px;
    }

    .title_catalog_tovar {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .catalog__block-search {
        margin-bottom: 50px;
    }

    .new__block-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact__left {
        width: 100%;
    }

    .contact__right {
        width: 100%;
    }

    .contact__block {
        flex-direction: column;
    }

    .tovar_litle-wrap {
        flex-direction: column;
    }

    .tovar__podwid-img img {
        height: 184px;
    }

    .category_lists .swiper-button-next {
        display: none;
    }

    .tovarpodvid {
        display: block;
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 500;
        padding: 0 15px;
    }

    .tovar__block {
        gap: 0;
    }

    .tovar__sliderfoto {
        margin-top: 30px;
    }

    .tovar__slidernopodvid {
        margin-top: 30px;
    }

    .nopodvid__info .characteristics_item {
        width: 100%;
    }

    .form__check {
        grid-template-columns: repeat(1, 1fr);
    }

    .form_wrap_check label {
        width: 100%;
    }

    .form_wrap_check {
        flex-direction: column;
        gap: 20px;
    }

    .chat_top {
        gap: 20px;
        flex-direction: column;
    }

    .chat_top-info {
        width: 100%;
    }

    .chat-box {
        order: 2;
    }

    .chat_top-name a {
        display: block;
        margin-top: 6px;
    }

    .order {
        width: 100%;
    }

    .order {
        display: none;
    }

    .order_items-mob {
        display: block;
    }

    .order_item {
        display: flex;
    }

    .order_item-left {
        border-right: 1px solid #E8EBEF;
        background: var(--color-bg-additional);
        width: 40%;
        display: flex;
        align-items: center;
        padding: 20px;
        padding-top: 10px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.1;
        color: #9CA5AD;
    }

    .order_item-right {
        width: 60%;
        display: flex;
        align-items: center;
        padding: 20px;
        padding-right: 10px;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.1;
    }

    .order_item-left pre {
        margin: 2px;
    }

    .piseorder {
        font-weight: 500;
    }

    .order_item:first-child .order_item-right {
        padding-top: 20px;
    }

    .order_item:first-child .order_item-left {
        padding-top: 20px;
    }

    .order_item-left span {
        white-space: nowrap;
        overflow: hidden;
        width: 140px;
        text-overflow: ellipsis;
    }

    .table__img div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table__img div img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        border-radius: 4px;
    }

    .order_item-right span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .order_items_new {
        border-radius: 8px 0 0 0;
    }

    .order_items {
        border: 1px solid #E8EBEF;
    }

    .profile_right h1 {
        font-size: 30px;
    }

    .order_items-mob {
        margin-top: 20px;
    }

    .order_items-mobnew {
        margin-top: 0;
    }

    .profile_top-searhnew {
        margin-bottom: 0;
        border-radius: 8px 8px 0 0;
    }
}

@media (max-width: 650px) {
    .catalog__block {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__left {
        width: 100%;
        order: 3;
    }

    .footer__center {
        order: 2;
    }

    .footer__right {
        order: 1;
        width: 100%;
    }

    .catalog__page .catalog__block {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .catalog__page .catalog__block .catalog__item {
        height: 115px;
    }

    .catalog__page .catalog__block .catalog__Info {
        padding: 10px;
        min-height: 42px;
    }

    .catalog__page .catalog__block .catalog__Info h3 {
        font-size: 16px;
        line-height: normal;
    }

    .category_top {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .dropdown span {
        display: none;
    }

    .category_top-search {
        width: 100%;
        margin-right: 0;
    }

    .product__item span {
        white-space: nowrap;
        overflow: hidden;
        max-width: 110px;
        position: relative;
        text-overflow: ellipsis
    }

    .popup__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .popup__title {
        padding-right: 60px;
        font-size: 18px;
    }

    .close2 {
        zoom: 0.8;
    }

    .category_sale .catalog-items.grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category__favorite-title {
        padding: 0 15px;
    }

    .category__favorite .category_bottom {
        margin-bottom: 30px;
    }

    .favorite__ziro {
        margin-top: 50px;
        margin-bottom: 100px;
        padding: 0 15px;
    }

    .favorite__ziro p {
        font-size: 16px;
    }

    .search-int,
    .search_text {
        padding: 0 15px;
    }

    .search_text {
        margin-bottom: 20px;
    }

    .search-int {
        padding-top: 15px;
        border-top: 1px solid #E4E4E7;
        margin-top: 20px;
    }

    .search-int .search_catalog {
        margin-top: 0;
    }

    .products__item {
        height: 120px;
    }

    .products__logo img {
        max-height: 80px;
        object-fit: contain;
    }

    .title_catalog_tovar .category_top-sort {
        margin: 0;
        padding: 0 15px;
    }

    .catalog__brend .brend_block_btn {
        display: block;
        color: var(--color-accent);
    }

    .catalog__brend .catalog__block-search {
        margin-bottom: 30px;
    }

    .seo__brend {
        padding-top: 30px;
    }

    .info_block h3 {
        font-size: 14px;
    }

    .hide__brendtext {
        display: none;
    }

    .hide__brendtext.active {
        display: inline-block;
    }

    .brend__block {
        padding: 16px;
        margin-top: 20px;
    }

    .brend__right img {
        height: 170px;
    }

    .catalog__brend .brend_block_btn {
        margin-top: 0;
    }

    .catalog__brend .catalog__block-search {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog__brend .catalog__block-more .catalog__item {
        height: 115px;
    }

    .catalog__brend .catalog__block-more .catalog__Info {
        padding: 10px;
        min-height: 42px;
    }

    .catalog__block-more .catalog__Info h3 {
        font-size: 16px;
        line-height: normal;
    }

    .info_block-brend {
        font-size: 24px;
    }

    .new__block-item img {
        height: 130px;
        object-fit: cover;
    }

    .new__block-item {
        height: 160px;
    }

    .cart__item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }

    .cart__item-left {
        gap: 15px;
        align-items: flex-start;
        width: 100%;
    }

    .cart__item-color {
        margin-top: 10px;
    }

    .cart__item-right {
        width: 100%;
        padding-left: 45px;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
    }

    .cart__item-price {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .cart__item-leftnofoto {
        padding-left: 45px;
    }

    .ordering__item {
        padding: 0 16px;
    }

    .reg__inputs .input__wrap {
        width: 100%;
    }

    .recovery {
        width: 100%;
        margin: 0 auto;
    }

    .cart__item-up {
        width: max-content;
        margin: 0;
        text-align: left;
    }

    .catalog__block {
        gap: 15px;
    }

}

@media (max-width: 520px) {
    h1 {
        font-size: 24px;
        line-height: 1.4;
    }

    .main__subtitle {
        font-size: 16px;
    }

    .main {
        background-position: 40% 50%;
    }

    .main__btn {
        min-width: 165px;
    }

    .slider,
    .products,
    .catalog,
    .supplies {
        padding: 50px 0;
    }

    .supplies_item span {
        zoom: 0.8;
    }

    .supplies_item {
        font-size: 14px;
    }

    .supplies_item {
        padding: 12px 10px;
        padding-right: 3px;
    }

    .slider__item-img {
        display: block;
    }

    .slider__item {
        padding: 0;
        padding-bottom: 50px;
        background: var(--color-bg-additional) !important;
    }

    .slider__item-img {
        height: 200px;
        margin-bottom: 20px;
    }

    .slider__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px 16px 0 0;
    }

    .slider .arrows_container {
        display: none;
    }

    .slider__title {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 20px;
    }

    .slider__subtitle {
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .slider__btn {
        margin: 0 20px;
    }

    .swiper-pagination {
        top: 93% !important;
    }

    .products h2 {
        text-align: center;
    }

    h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .catalog h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .products__item {
        min-height: 96px;
        border-radius: 10px;
        padding: 10px;
    }

    .products__name {
        font-size: 14px;
    }

    .products__block {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
    }

    .products__logo {
        zoom: 0.8;
    }

    .title_catalogbreng {
        font-size: 24px;
    }

    .dropdown span {
        display: flex;
    }

    .catalog__item {
        height: 170px;
    }

    .catalog__Info h3 {
        gap: 5px;
    }

    .supplies__country {
        margin-bottom: 30px;
    }

    .supplies h2 {
        text-align: center;
    }

    .supplies_info-item span {
        font-size: 30px;
    }

    .supplies_info {
        gap: 20px;
    }

    .supplies_info-item {
        font-size: 14px;
    }

    .supplies_info-item br {
        display: none;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 40px;

    }

    .footer__copyright-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 10px;
    }

    .footer__right-center {
        margin-top: 10px;
    }

    .catalog__page {
        padding-top: 30px;
    }

    .bread {
        padding-top: 20px;
    }

    .seo__block {
        padding-bottom: 50px;
    }

    .catalog__page .container {
        padding: 0;
    }

    .catalog__page .title_catalog {
        padding: 0 15px;
    }

    .catalog__page .title_info-mob {
        padding: 0 15px;
    }

    .catalog__page .category_lists {
        padding: 0 15px;
        padding-right: 0;
    }

    .slider .swiper {
        padding: 0 16px;
    }

    .category_right-wrap {
        border-radius: 0;
    }

    .catalog__page .catalog__block {
        padding: 0 15px;
    }

    .catalog-items.grid .product__image {
        padding: 5px;
        height: 169px;
    }

    .filter__prise {
        justify-content: space-between;
    }

    .product__title {
        font-size: 14px;
    }

    .catalog__left-all.active .filter_block_all {
        display: flex;
    }

    .product__prise {
        font-size: 16px;
    }

    .info_block_btn:hover {
        color: #9CA5AD;
    }

    .container__popup {
        max-height: 80vh;
    }

    .info_block_btn:active {
        color: #9CA5AD;
    }

    .product__item {
        font-size: 12px;
    }

    .product__item span {
        max-width: 80px;
    }

    .product__items {
        margin: 10px 0;
    }

    .category_top-sort {
        margin-left: 5px;
    }

    .page-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .next {
        width: 35px;
        height: 35px;
    }

    .pagination {
        gap: 10px;
    }

    .catalog__brend {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .brend__block {
        margin-bottom: 30px;
        gap: 15px;
    }

    .title_catalog-new {
        margin-bottom: 20px;
    }

    .new__block .recover__password {
        margin-bottom: 0;
    }

    .container__brend {
        padding: 0;
    }

    .brend__right {
        padding: 5px;
    }

    .new__block h2 {
        font-size: 18px;
    }

    .new__block-item img {
        height: 92px;
    }

    .new__block-item {
        height: 96px;
    }

    .catalog-new {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    p br {
        display: none;
    }

    .news__img {
        width: 100%;
    }

    .news__main {
        padding: 20px;
    }

    .news__main-date {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .news__main_left p {
        margin: 20px 0;
        font-size: 14px;
    }

    .news__main_right img {
        max-height: 240px;
    }

    .catalog__news {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .news {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .news__img img {
        max-height: 221px;
    }

    .news_item {
        padding: 20px;
    }

    .news_left .pagination {
        margin-top: 35px;
    }

    .news__page {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .news__page-img {
        height: 200px;
    }

    .infoblock-news p {
        font-size: 14px;
    }

    .news__page-container h1 {
        font-size: 30px;
    }

    .news__page .news__main-date {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .contact h1 {
        font-size: 30px;
    }

    .contact__block {
        margin-top: 20px;
    }

    .about__block p {
        font-size: 14px;
        margin-top: 15px;
    }

    .about__block {
        margin-top: 20px;
    }

    .thumbnails {
        display: none;
    }

    .main-slider .swiper-button-prev {
        display: none;
    }

    .main-slider .swiper-button-next {
        display: none;
    }

    .tovar .container {
        padding: 0;
    }

    .tovar_litle-wrap {
        padding: 0 15px;
    }

    .main-slider {
        height: 370px;
    }

    .tovar__podvid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tovar__block-left {
        min-width: auto;
    }

    .slider .swiper-slide img {
        transform: scale(1);
    }

    .swiper-slide img {
        /*transform: scale(1.3);*/
        transform: scale(1);
    }

    .swiper-slide {
        overflow: hidden;
    }

    .tovar h1 {
        font-size: 20px;
    }

    .tovar h1 svg {
        zoom: 0.8;
    }

    .tovar .arrow_title {
        margin-right: 0;
    }

    .tovar {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tovar__podwid-item {
        padding: 10px;
    }

    .tovar__podwid-img img {
        height: 230px;
    }

    .tovar__podvid .popup__item-btn .counter-value {
        min-width: 45%;
    }

    .catalog__all {
        padding-top: 30px;
    }

    .tovar__info {
        margin-top: 30px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .tovar__block-right {
        border-bottom: none;
    }

    .tovar__text {
        padding: 16px;
        padding-bottom: 0;
    }

    .characteristics {
        padding: 16px;
        padding-top: 20px;
    }

    .tovar__blocknofoto {
        margin-top: 10px;
    }

    .thumbnailsnofo {
        display: none;
    }

    .tovar__nofoto {
        margin-top: 0;
    }

    .tovar__nofoto-rigth .category_top-search {
        width: 100%;
    }

    .tovar__nofoto-rigth {
        border-bottom: none;
    }

    .tovar__slidernopodvid .swiper-slide img {
        transform: scale(1);
    }

    .nopodvid__info .characteristics {
        padding: 20px 16px 16px 16px;
    }

    .nopodvid__info .tovar__text {
        padding: 16px;
    }

    .tovar__nopodvid-price.desk {
        display: none;
    }

    .tovar__nopodvid-btn.desk {
        display: none;
    }

    .tovar__nopodvid-price.mob {
        display: flex;
        gap: 3px;
    }

    .tovar__nopodvid-btn.mob {
        display: flex;
        margin-bottom: 0px;
        width: 100%;
    }

    .pricetovarno {
        padding: 15px;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .nopodvid__info .tovar__text {
        padding-top: 40px;
    }

    .nopodvid__info .tovar__info_title {
        margin-bottom: 0px;
    }

    .cart {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .cart h1 {
        font-size: 40px;
        padding: 0 15px;
    }

    .cart__right {
        width: 100%;
        min-width: auto;
        margin-top: 0;
    }

    .cart__leftwrap {
        padding: 0 15px;
    }

    .cart .container {
        padding: 0;
    }

    .cart__item .counter {
        height: 45px;
    }

    .cart__itog {
        margin-top: 30px;
        font-size: 18px;
    }

    .cart__right {
        padding: 30px 20px;
    }

    .cart__right .form__btn {
        margin-top: 30px;
    }

    .form__btnskip {
        display: flex;
        background: transparent;
        border: 1px solid var(--color-accent);
        color: var(--color-accent);
    }

    .cart__right .form__btnskip {
        margin-top: 10px;
    }

    .ordering {
        margin-top: 0;
    }

    .ordering .container {
        padding: 0;
    }

    .ordering h2 {
        padding: 0 15px;
        font-size: 30px;
    }

    .ordering__item {
        padding: 30px 20px;
    }

    .form_wrap_check label {
        height: 65px;
        padding: 20px;
    }

    .wrap {
        margin-top: 15px;
    }

    .form_wrap_check {
        gap: 10px;
        margin-bottom: 20px;
    }

    .input__wrap-info {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .input__wrap {
        width: 100%;
    }

    .input__wrap-dostavka {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .form__wrapperlab {
        margin-bottom: 0 !important;
    }

    .wrapinfo {
        margin-top: 30px;
    }

    .wrapinfo h3 {
        font-size: 18px;
    }

    .ordering__info-inn {
        margin-top: 15px;
    }

    .ordering__info-dannie {
        font-size: 14px;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ordering-text br {
        display: block;
    }

    .ordering .form__btn {
        width: 100%;
    }

    .ordering {
        padding-bottom: 50px;
    }

    .zakaz {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .zakaz_info h2 {
        margin-bottom: 50px;
    }

    .cart__item-name {
        max-width: 484px;
        margin-right: 0;
    }

    .zakaz_info p a {
        display: block !important;
    }

    .zakaz_info p {
        font-size: 18px;
    }

    .form_wrap_check label br {
        display: none;
    }

    .zakaznomer {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .zakaz__title {
        margin-bottom: 20px;
    }

    .zakaz__subtitle br {
        display: none;
    }

    .zakaz__subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .code-input {
        gap: 6px;
    }

    .digit__btn {
        margin-top: 19px;
    }

    .zakaz___block {
        padding: 40px 30px;
    }

    .zakaz_uspeh {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .zakaz_uspeh .favorite__ziro {
        margin-top: 0;
        margin-bottom: 0;
    }

    .zakaz_uspeh h2 {
        margin-bottom: 80px;
    }

    .login {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .login__block {
        padding: 40px 20px;
    }

    .login__block .form__btn {
        margin-top: 0;
    }

    .recover__password {
        margin-bottom: 28px;
    }

    .reg__block {
        padding: 0;
    }

    .reg__block .reg__inputs {
        padding: 40px 20px;
        padding-bottom: 20px;
    }

    .reg__btn {
        padding: 40px 20px;
        padding-top: 20px;
    }

    .wraper_polit br {
        display: none;
    }

    .recovery__block {
        padding: 40px 20px;
    }

    .digit__btnpass {
        margin-top: 10px;
    }

    .profile .container {
        padding: 0;
    }

    .profile_left {
        width: 100%;
        border-radius: 0;
    }

    .profile {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .profile_block {
        gap: 0;
    }

    .profile__item {
        padding: 30px 20px;
    }

    .wrap_plata {
        margin-top: 40px;
    }

    .profile_right {
        gap: 0;
    }

    .profile__orderid {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .profile_wrapid {
        padding: 0 15px;
    }

    .chat {
        padding: 0 15px;
    }

    .profile__orderid .order__title {
        font-size: 30px;
        margin-top: 30px;
    }

    .order_id-price {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 7px;
    }

    .order_id-btn {
        margin-top: 20px;
    }

    .order_id-titlechek {
        margin-top: 60px;
    }

    .order_id-title {
        margin-top: 30px;
    }

    .chat_top {
        padding: 20px;
    }

    .seo__block .info_block {
        overflow: hidden;
    }

    #chat-input {
        height: 126px;
    }

    .chat_message {
        gap: 20px;
        padding-top: 10px;
        margin-bottom: 25px;
        flex-direction: column;
    }

    .trigger {
        left: 50px;
        bottom: 13px;
    }

    .chat_bottom {
        padding: 40px 20px;
    }

    .menuopened_link.active span svg path {
        stroke: var(--color-accent) !important;
    }

    .chat-btn {
        margin-bottom: 5px;
    }

    .chat_bottom {
        border-radius: 0 0 16px 16px;
    }

    .profile__orders .container {
        padding: 0;
    }

    .profile_right-order {
        padding: 0 15px;
        padding-top: 30px;
    }

    .products .products__item {
        height: 96px;
    }

    .products .products__logo {
        zoom: 0.6;
    }

    .main__subtitle {
        max-width: 70%;
    }

    .catalog__block {
        margin-top: 20px;
    }

    .main-slidernofo .swiper-button-next {
        display: none;
    }

    .main-slidernofo .swiper-button-prev {
        display: none;
    }
}


@media (max-width: 420px) {
    .digit {
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
    }

    .digit__mail {
        width: 55px;
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .supplies_item span {
        zoom: 0.6;
    }

    .digit {
        width: 30px;
        height: 40px;
        text-align: center;
        font-size: 14px;
    }

    .digit__mail {
        width: 45px;
    }

    .catalog__page .catalog__block .catalog__Info h3 {
        font-size: 14px;
    }

    .catalog-items.grid .product__image {
        height: 129px;
    }

    .product__item {
        font-size: 10px;
    }

    .popup__item-img img {
        height: 180px;
    }

    .contact__right iframe {
        height: 300px !important;
    }

    .tovar__link-item {
        font-size: 12px;
    }

    .profile__orderid .order__title {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .order_id-info {
        flex-direction: column;
    }

    .order_id-info span {
        display: block;
        margin-top: 4px;
    }
}

@media (max-width: 340px) {
    .supplies_item {
        font-size: 12px;
    }

    .catalog__page .catalog__block .catalog__Info h3 {
        font-size: 12px;
    }

    .tovar__link-item {
        font-size: 10px;
    }
}

.popup-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.popup-spinner-container .spinerwrap {
    display: flex;
    position: relative;
    background: initial;
}

.popup-spinner-container .spinerwrap .spinner {
    animation: spin 2s linear infinite;
}

button.subtypes-btn.skeleton::before {
    left: 0;
    height: 30px !important;
}

@media (min-width: 920px) {
    .search_catalog {
        /*display: none;*/
    }
}

.header__icon svg {
    width: 24px;
    height: 24px;
}

.title_number {
    position: relative;
    right: 0;
    bottom: 10px;
    align-self: flex-end;
}

.catalog__item:nth-child(6) img {
    transform: scale(1);
}

.header__country svg {
    height: 50px;
    width: 50px;
}

.like-btn.active svg path {
    fill: var(--color-accent) !important;
    stroke: var(--color-accent) !important;
}

.tovar__btn:hover svg path {
    stroke: var(--color-accent) !important;
}

.news__main-btn:hover {
    background: #01C383;
}

.suggestions-promo {
    display: none !important;
}

.suggestions-suggestions {
    border: 1px solid var(--color-black) !important;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
}

.profile__item p.ordering-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #9CA5AD;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup__item-btn.tovar__nopodvid-btn.desk {
    padding: 0;
}

.popup__item-btn.tovar__nopodvid-btn.desk .podvid_item-btn {
    height: 50px;
    padding: 0 40px;
}

.popup__item-btn.tovar__nopodvid-btn.desk .counter.active {
    height: 50px;
    column-gap: 20px;
}

.infoblock .info_block_all {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.infoblock.active .info_block_all {
    max-height: none;
}

.cart__item-price {
    min-width:  121px;
}

.cart__item-itog {
    min-width: 75px;
}

.popup__item-without-img {
    margin-bottom: 10px;
}

.bread_link:hover {
    text-decoration: underline;
}


@media (max-width: 520px) {
    .products_empty_title {
        padding: 0 15px;
    }
}

.mob__menu_name {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-height: 60px;
    height: 100%;
}

.mob__arrow_menu {
    min-width: 60px;
    min-height: 60px;
    border-left: 1px solid #E8EBEF;
}

.menuopened_link .mob__menu_name {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.mob__menuopened_link {
    height: 60px;
}

a.recover__password.menu__top-all {
    margin-bottom: 0;
}