@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/montserrat-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/montserrat-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/montserrat-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/montserrat-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Общие стили */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-width: 0;
    background: #ddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    cursor: default;
    overflow-wrap: break-word;
}

.main_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    min-width: 0;
    background: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

input::placeholder {
    color: #000 !important;
}

select,
input {
    color: #000 !important;
}

/* Кнопки */
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: calc(100% - 30px);
    max-width: 450px;
    min-height: 70px;
    height: auto;
    padding: 14px 20px;
    border: none;
    border-radius: 0; /* Изменено с 10px на 0 */
    background: #000; /* Изменено с градиента на чёрный цвет */
    box-shadow: none; /* Удалено тени */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
    font-size: clamp(18px, 4.8vw, 23px);
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.1s, background 0.3s;
    overflow-wrap: anywhere;
}

.button:hover {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
}

/* Секции */
section {
    padding: 30px 0;
}

.cat {
    padding: 0;
}

.catitem {
    width: auto;
    margin: 0 15px;
    margin: 0 clamp(15px, 6.25vw, 30px);
}

.catitem img {
    display: block;
    margin: 0 auto 20px;
}

.catitem > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 48%);
    gap: 12px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 1px 0 0;
}

.catitem > .clearfix::after,
.catprice::after,
.benefits_block::after {
    display: none;
}

.catitem > div h3 {
    display: block;
    font-size: 20px;
    border-left: 4px solid #333;
    padding: 0 0 0 15px;
    line-height: 1.3;
    width: auto;
    min-width: 0;
    float: none;
    margin: 7px 0 0;
    overflow-wrap: anywhere;
}

.catprice {
    display: grid;
    grid-template-columns: minmax(62px, 70px) minmax(108px, 134px);
    width: 100%;
    max-width: 204px;
    float: none;
    text-align: center;
}

.cp-left {
    width: auto;
    min-width: 0;
    float: none;
    padding-top: 6px;
}

.cp-left span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    background: #374859;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
}

.cp-left p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: line-through;
    white-space: nowrap;
}

.cp-right {
    width: auto;
    min-width: 0;
    float: none;
}

.cp-right span {
    font-size: 14px;
    white-space: nowrap;
}

.cp-right p {
    font-size: 32px;
    font-size: clamp(25px, 6.67vw, 32px);
    font-weight: 700;
    line-height: 30px;
    color: #c51b1b;
    white-space: nowrap;
}

/* Секция предложения */
.offer_section {
    padding: 0;
}

.offer_section .main_title {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 38px;
    font-size: clamp(28px, 7.92vw, 38px);
    line-height: 1.16;
    text-align: center;
    position: relative; /* Добавлено для позиционирования телефона */
    background: #fff; /* Изменено для соответствия новому дизайну */
    color: #000; /* Изменено для соответствия новому дизайну */
    overflow-wrap: anywhere;
}

.offer_section .main_title span {
    display: block;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: left; /* Изменено с center на left */
}

.offer_section.offer3 .main_title,
.offer_section.offer3 .main_title span {
    background: #fff; /* Изменено для соответствия новому дизайну */
    color: #000; /* Изменено для соответствия новому дизайну */
}

.offer_section .info_block {
    position: relative;
}

.offer_section .info_block img {
    display: block;
}

.offer_section .info_block .discount {
    width: 112px;
    height: 112px;
    background: center no-repeat;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.offer_section.offer3 .info_block .discount {
    background-image: url("offer3__discount_bgc9c21.png");
}

.offer_section .info_block .discount b {
    display: block;
    width: 100px;
    transform: rotate(45deg);
    white-space: nowrap;
    position: absolute;
    top: 42px;
    left: 21px;
    color: #fff;
}

.offer_section.offer3 .price_block {
    --price-ribbon-width: 60px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -23px 0 25px;
    padding: 0 var(--price-ribbon-width);
    height: auto;
    min-height: 68px;
    position: relative;
}

.offer_section.offer3 .price_block:before {
    display: block;
    content: '';
    width: var(--price-ribbon-width);
    height: 34px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0;
}

.offer_section.offer3 .price_block:after {
    display: block;
    content: '';
    width: var(--price-ribbon-width);
    border-top: 34px solid #000;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 0;
}

.offer_section.offer3 .price_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: none;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 68px;
    color: #000;
    position: relative;
}

.offer_section.offer3 .price_item.old {
    padding: 8px;
    padding: 8px clamp(8px, 3vw, 25px);
    background: #fafafa;
    border: 2px solid #374859;
    border-right: none;
    border-radius: 15px 0 0 15px;
    color: #6d6d6d;
}

.offer_section.offer3 .price_item.new {
    padding: 8px;
    padding: 8px clamp(8px, 3vw, 25px);
    background: #fafafa;
    border: 2px solid #374859;
    border-left: none;
    border-radius: 0 15px 15px 0;
    color: #000;
}

.offer_section.offer3 .price_item .text {
    margin: 0 0 3px;
    font-size: 14px;
    font-size: clamp(11px, 3vw, 14px);
    line-height: 1.2;
    position: relative;
    z-index: 99;
}

.offer_section.offer3 .price_item .value {
    font-weight: 700;
    font-size: 26px;
    font-size: clamp(20px, 5.42vw, 26px);
    line-height: 1.1;
    position: relative;
    z-index: 99;
    overflow-wrap: anywhere;
}

.offer_section.offer3 .price_item.old .value {
    text-decoration: line-through;
}

.offer_section ul {
    padding: 0 55px 25px;
}

.offer_section ul li {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    text-align: center;
    position: relative;
    color: #fff;
}

.offer_section ul li:last-child {
    margin: 0;
}

.offer_section .benefits_block {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0 12px 25px;
    width: auto;
}

.offer_section .benefits_block .benefit_item {
    float: none;
    padding: 0 5px;
    width: auto;
    min-width: 0;
    text-align: center;
}

.offer_section .benefits_block p {
    font-size: 15px;
    font-size: clamp(10px, 3vw, 15px);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.offer_section .benefits_block img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 8px;
    padding: 2px;
    box-shadow: 0 0 5px 0 #000;
}

.offer_section .products_count {
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.offer_section.offer3 .products_count {
    color: #222;
}

.offer_section .products_count b {
    margin: 0 4px;
    padding: 3px 6px;
    background: #374859;
    font-size: 18px;
    color: #fff;
}

/* Формы */
.offer_section .order_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

.offer_section .field {
    display: block;
    margin: 0 auto 20px;
    padding: 12px 20px 12px 62px;
    width: 100%;
    max-width: 380px;
    min-height: 65px;
    height: auto;
    border: 1px solid #dedede; /* Изменено для соответствия offer3 */
    border-radius: 0; /* Изменено с 10px 0 10px 0 на 0 */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #777;
    box-shadow: 0 0 3px 0 #ccc inset;
}

select,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.offer_section .field[name='color'],
.offer_section .field[name='size'] {
    background: #f0f0f0; /* Изменено с #ebebeb на #f0f0f0 для offer3 */
}

.offer_section .field[name='name'] {
    background: #f0f0f0 url("offer__name_icon77466.png") 22px center no-repeat; /* Изменено с #ebebeb на #f0f0f0 */
}

.offer_section .field[name='phone'] {
    margin: 0 auto 35px;
    background: #f0f0f0 url("offer__phone_icon9a33f.png") 20px center no-repeat; /* Изменено с #ebebeb на #f0f0f0 */
}

.offer_section .field::-webkit-input-placeholder {
    opacity: 1;
    color: #777;
}

.offer_section .field:-moz-placeholder {
    opacity: 1;
    color: #777;
}

.offer_section .field::-moz-placeholder {
    opacity: 1;
    color: #777;
}

.offer_section .field:-ms-input-placeholder {
    opacity: 1;
    color: #777;
}

.offer_section .field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
    opacity: 0;
}

/* Подвал */
.footer_section {
 margin-top: 40px;         /* Отступ сверху, чтобы отделить футер от формы */
    padding: 20px 0;          /* Внутренние отступы футера */
    background: #f4f4f4;      /* Фон футера */
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-top: 2px solid #ddd; /* Тонкая граница сверху, визуально отделяет футер */
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #222;
}

/* Дополнительное оформление блоков футера */
.footer-top,
.footer-links,
.footer-bottom {
    margin-bottom: 10px;
}

.footer-links p {
    margin: 5px 0;
}

/* Дополнительные стили */
.boxtable {
    color: #EA6E1C;
}

/* Hardware и гарантии */
.hw {
    margin: 40px auto 33px;
    padding: 30px 0 0;
    max-width: 300px;
}

.hw__title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 74px;
    font: 700 20px/1.2 "Montserrat", sans-serif;
}

.hw__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: -6px 0 0;
    width: 58px;
    height: 58px;
    background: url("workflow-heading.svg") center/contain no-repeat;
}

.hw__items {
    margin: 0 auto;
}

.hw__items > * {
    position: relative;
    padding: 27px 0;
    overflow: hidden;
}

.hw__items > *:before,
.hw__items > *:after {
    content: "";
    position: absolute;
    left: 27.5px;
    width: 2px;
    height: 100px;
    background: #1598e3;
}

.hw__items > *:before {
    bottom: calc(50% + 25px);
}

.hw__items > *:after {
    top: calc(50% + 25px);
}

.hw__items > *:first-child:before {
    display: none;
}

.hw__items > *:last-child {
    padding: 14px 0;
}

.hw__items > *:last-child:after {
    display: none;
}

.hw-item {
    position: relative;
    display: flex;
    align-items: center;
}

.hw-item__num {
    width: 55px;
}

.hw-item__num > * {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2px 0 0;
    width: 24px;
    height: 32px;
    font: 700 14px/1 "Montserrat", sans-serif;
    color: rgba(31, 32, 35, 0.5);
    background: url("work-step.png") center/contain no-repeat;
}

.hw-item__text {
    margin: 0;
    width: calc(100% - 55px);
    font: 15px/1.5 "Montserrat", sans-serif;
}

.og {
    margin: 33px auto;
    max-width: 280px;
    text-align: center;
}

.og__title {
    margin: 0 0 14px;
    font: 700 20px/1.2 "Montserrat", sans-serif;
}

.og__items > * {
    position: relative;
    margin: 0 0 14px;
    padding: 38px 0 0;
    overflow: hidden;
}

.og__items > *:before,
.og__items > *:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 24px;
    height: 24px;
    background: url("guarantee-check.png") center/contain no-repeat;
}

.og__items > *:before {
    top: 0;
}

.og__items > *:after {
    display: none;
    bottom: 0;
}

.og__items > *:last-child {
    padding: 38px 0;
}

.og__items > *:last-child:after {
    display: block;
}

.og-item {
    font: 700 15px/1.6 "Montserrat", sans-serif;
}

.og__items > *:before,
.og__items > *:after {
    /* Стили уже указаны выше */
}

/* Верхнее меню */
.top-menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr) minmax(0, 1fr) auto;
    align-items: center;
    margin: -15px 0 0;
    padding: 0 2px 5px !important;
    font: 700 13px/1.2 "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.top-menu a,
.top-menu__language {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 12px 5px;
    padding: clamp(10px, 4vw, 20px) clamp(3px, 2vw, 10px);
    text-decoration: none;
    color: #000;
    overflow-wrap: anywhere;
}

.top-menu a:hover {
    color: #1598e3;
}

.top-menu li {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
}

.top-menu + .offer_section .info_block .discount {
    top: 0;
}

/* main_title-phone */
.offer_section.offer3 .main_title {
    position: relative;
    text-align: left;
    color: #000;
    background: #fff;
}

/* Стиль для блока характеристик товару */
.characteristics__list {
    padding: 20px 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 20px auto;
    width: calc(100% - 24px);
    max-width: 456px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    overflow: hidden;
}

.characteristics__list dl {
    display: grid;
    grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1.2fr);
    gap: 10px 12px;
    margin: 0 20px;
}

.characteristics__list dt {
    min-width: 0;
    font-weight: bold;
    text-align: left;
    padding-right: 10px; /* Отступ справа для разделения */
    border-bottom: 1px solid #ddd;
}

.characteristics__list dd {
    min-width: 0;
    margin: 0;
    text-align: left; /* Выравнивание текста значений по левому краю */
    padding-left: 10px; /* Отступ слева для разделения */
    border-bottom: 1px solid #ddd;
    overflow-wrap: anywhere;
}

.characteristics__list dl:last-child dd {
    border-bottom: none;
}

.characteristics__list p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.characteristics__list p b {
    color: #1b8ba4;
    width: 150px;
    display: inline-block;
    font-weight: 700;
}

.characteristics__list .boxtable {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    color: grey;
}

.characteristics__list table.size {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 10px;
}

.characteristics__list table.size thead {
    background-color: #1b8ba4;
    color: #fff;
}

.characteristics__list table.size th,
.characteristics__list table.size td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    overflow-wrap: anywhere;
}

.characteristics__list table.size tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.characteristics__list table.size tbody tr:hover {
    background-color: #e6f7ff;
}

.characteristics__list .note {
    text-align: center;
    margin-top: 15px;
    padding: 0 20px;
    font-size: 14px;
    color: #e74c3c;
}
.reviews3_section {
    width: 100%;
    max-width: 100%;   /* на случай, если где-то задан max-width */
    margin: 0;         /* обнуляем внешние отступы */
    padding: 15px;        /* при необходимости */
}

.reviewnew {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.reviewnew:last-child {
    margin-bottom: 0;
}

    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
      margin-right: 12px;
    }

    .contentrev {
      flex: 1;
      min-width: 0;
    }

    .reviewnew .header {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      min-width: 0;
    }

    .namerev {
      font-size: 14px;
      font-weight: 600;
      color: #050505;
      text-decoration: none;
    }
    .subscribe {
      font-size: 12px;
      color: #1877f2;
      text-decoration: none;
      margin-left: 8px;
      min-width: 0;
      overflow-wrap: anywhere;
    }

    .textrev {
      background-color: #f0f2f5;
      border-radius: 16px;
      padding: 10px 12px;
      font-size: 14px;
      line-height: 1.4;
      color: #1c1e21;
      font-family: Arial, sans-serif;
      overflow-wrap: anywhere;
    }
/* Адаптивность для блока характеристик */
@media (max-width: 600px) {
    .characteristics__list {
        max-width: 100%;
        padding: 15px 0;
    }

    .characteristics__list dl {
        grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1.2fr);
        gap: 10px 12px;
        margin: 0 15px;
    }

    .characteristics__list dt,
    .characteristics__list dd {
        padding: 5px 0;
        font-size: 14px;
    }

    .characteristics__list p b {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .characteristics__list .note {
        padding: 0 15px;
    }

    .characteristics__list table.size th,
    .characteristics__list table.size td {
        padding: 8px;
        font-size: 14px;
    }

    /* Дополнительные стили для мобильных устройств, если необходимо */
}


/* Видео-блок */
#bx-video {
    list-style: none;
    width: 100%; /* Занимает всю ширину родительского контейнера */
    margin: 0 auto;
    padding: 0;
}

#bx-video li {
    display: block;
}

#bx-video video {
    width: 100%;
    height: 133.333vw;
    max-height: 640px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}


/* Слайдер изображений */
.product-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.product-slider__viewport {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #fff;
    touch-action: pan-y;
    cursor: grab;
}

.product-slider__viewport:active {
    cursor: grabbing;
}

.product-slider__viewport:focus-visible {
    outline: 3px solid #1598e3;
    outline-offset: -3px;
}

.product-slider__track {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s ease;
    will-change: transform;
}

.product-slider__track.is-dragging {
    transition: none;
}

.product-slider__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    min-width: 0;
    height: 100%;
    background: #fff;
}

.product-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
}

.product-slider__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0 0 4px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font: 36px/1 Arial, sans-serif;
    cursor: pointer;
    transform: translateY(-50%);
}

.product-slider__button:hover,
.product-slider__button:focus-visible {
    background: rgba(0, 0, 0, 0.85);
}

.product-slider__button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

.product-slider__button--prev {
    left: 12px;
}

.product-slider__button--next {
    right: 12px;
}

.product-slider__dots {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 12px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.product-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.product-slider__dot.is-active {
    background: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .product-slider__track {
        transition: none;
    }
}

/* Дополнительные стили для блока характеристик */
.characteristics__list table.size thead th {
    background-color: grey;
    color: #fff;
}

.characteristics__list table.size tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.characteristics__list table.size tbody tr:hover {
    background-color: #e6f7ff;
}

/* Новые стили для select контейнера */
/* Контейнер для select */
.select-container {
    position: relative;
    width: 100%;
    max-width: 380px; /* Соответствует ширине полей формы */
    margin: 0 auto 20px;
}

.select-container .field {
    margin: 0;
}

/* Стиль для select */
.select-container select {
    width: 100%;
    padding: 15px 40px 15px 20px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #f0f0f0;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

/* Добавляем стрелку с помощью псевдоэлемента */
.select-container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Убираем стандартную стрелку в IE */
.select-container select::-ms-expand {
    display: none;
}

/* Стиль при наведении */
.select-container select:hover {
    border-color: #1b8ba4;
}

/* Стиль при фокусе */
.select-container select:focus {
    border-color: #1b8ba4;
    outline: none;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #1598e3 !important;
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .offer_section.offer3 .price_block {
        --price-ribbon-width: 12.5vw;
    }

    .cp-left p {
        font-size: clamp(13px, 3.2vw, 15px);
    }

    .cp-right p {
        font-size: clamp(24px, 6vw, 29px);
    }
}

@media (max-width: 360px) {
    .catitem {
        margin-right: 12px;
        margin-left: 12px;
    }

    .catitem > div {
        grid-template-columns: minmax(0, 1fr) minmax(170px, 55%);
        gap: 8px;
    }

    .catitem > div h3 {
        margin-top: 0;
    }

    .catprice {
        grid-template-columns: minmax(62px, 68px) minmax(108px, 120px);
        justify-self: end;
    }

    .cp-left p {
        font-size: 13px;
        line-height: 24px;
        white-space: nowrap;
    }

    .cp-right span {
        display: block;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .cp-right p {
        font-size: 24px;
        line-height: 1.15;
        white-space: nowrap;
    }

    .characteristics__list dl {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .characteristics__list dt {
        border-bottom: 0;
    }

    .characteristics__list dd {
        margin-bottom: 8px;
    }

    .characteristics__list table.size th,
    .characteristics__list table.size td {
        padding: 6px 2px;
        font-size: clamp(9px, 3vw, 12px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.benefits_block {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.benefits_block .benefit_item {
    flex: 1 1 33%;
    text-align: center;
}

.benefits_block .benefit_item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
