/* Общие стили */
body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    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: block;
    margin: 10px auto;
    width: 450px; /* Изменено с 350px на 450px */
    max-width: 100%; /* Добавлено для адаптивности */
    height: 70px;
    border: none;
    border-radius: 0; /* Изменено с 10px на 0 */
    background: #000; /* Изменено с градиента на чёрный цвет */
    box-shadow: none; /* Удалено тени */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.1s, background 0.3s;
}

.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;
}

/* Заголовки */
h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

h2.title:after {
    display: block;
    content: '';
    margin: 15px 0 0;
    width: 62px;
    height: 5px;
    background: url("../images/separator_red6aee7.png") center no-repeat;
}

h2.title span {
    color: blue;
    white-space: nowrap;
}

.cat {
    padding: 0;
}

.catitem {
    width: 420px;
    margin: 0 auto 0px;
}

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

.catitem > div {
    width: 420px;
    margin: 0 auto 30px;
    padding: 1px 0 0;
}

.catitem > div h3 {
    display: block;
    font-size: 20px;
    border-left: 4px solid #333;
    padding: 0 0 0 15px;
    line-height: 26px;
    width: 230px;
    float: left;
    margin: 7px 0 0;
}

.catprice {
    width: 190px;
    float: right;
    text-align: center;
}

.cp-left {
    width: 70px;
    float: left;
    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;
}

.cp-right {
    width: 120px;
    float: right;
}

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

.cp-right p {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    color: #c51b1b;
}

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

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

.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("../images/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;
}

.fix {
    padding: 0px 65px !important;
}

.offer_section.offer3 .fix:after {
    width: 65px !important;
}

.offer_section.offer3 .price_block {
    margin: -23px 0 25px;
    padding: 0 75px;
    height: 80px;
    position: relative;
}

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

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

.offer_section.offer3 .price_item {
    float: left;
    width: 50%;
    height: 80px;
    color: #000;
    position: relative;
}

.offer_section.offer3 .price_item.old {
    padding: 17px 0 0 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: 17px 0 0 30px;
    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 5px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.offer_section.offer3 .price_item .value {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    position: relative;
    z-index: 99;
}

.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 {
    margin: 0 auto 25px;
    width: 402px;
}

.offer_section .benefits_block .benefit_item {
    float: left;
    padding: 0 5px;
    width: 33.333333%;
    text-align: center;
}

.offer_section .benefits_block img {
    display: block;
    margin: 0 auto 10px;
    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;
}

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

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

select {
    background-image: url("../images/selectc0215.png");
    background-repeat: no-repeat;
    background-position: -2px center;
    overflow: hidden;
    /* для Firefox */
    text-indent: 0.01px;
    text-overflow: '';
    /* для IE */
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

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

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

.offer_section .field[name='phone'] {
    margin: 0 auto 35px;
    background: #f0f0f0 url("../images/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;
}

.zamer-center {
    font-weight: 700;
    color: #EA6E1C;
}

/* Отзывы */
.list {
    max-height: 500px;
    overflow: auto;
}

.list .comment {
    display: none;
    padding: 15px 0;
}

.list .comment:last-child,
.list .comment:first-child {
    display: block;
}

.comment .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -3px;
    margin-left: 5px;
}

.comment .header {
    display: flex;
    margin-bottom: 15px;
}

.comment .header .img img {
    display: block;
    width: 75px;
    border-radius: 50%;
}

.comment .header .text {
    padding-top: 10px;
    padding-left: 25px;
}

.comment .header .text .name {
    color: #616770;
    font-size: 18px;
    font-weight: 600;
}

.comment .header .text .date {
    color: #616770;
    font-size: 16px;
}

.comment .say {
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
}

.comment .bottom {
    padding: 10px 0;
    border-top: 1px solid #DADDE1;
    border-bottom: 1px solid #DADDE1;
    margin-bottom: 10px;
}

.comments .open {
    display: block;
    margin: 10px auto;
    width: 450px; /* Изменено с 320px на 450px */
    max-width: 100%; /* Добавлено для адаптивности */
    border-radius: 0; /* Изменено с 10px на 0 */
    background: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    transition: box-shadow 0.1s, background 0.3s;
}

.comments .open:hover {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.4);
}

.comments .close-js {
    display: none;
}

/* Дополнительные стили для отзывов */
.list .love,
.list .like {
    display: flex;
    align-items: center;
}

.list .love img,
.list .like img {
    margin-right: 5px;
}

/* Управление отзывами */
.comments .open-js {
    display: block;
}

.comments .close-js {
    display: none;
}

/* 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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ic' viewBox='0 0 39.78 43.61'%3E%3Cg%3E%3Ccircle cx='9.53' cy='7.39' r='0.53' fill='%23e2e2e2'/%3E%3Ccircle cx='15.92' cy='0.8' r='0.8' fill='%23e2e2e2'/%3E%3Ccircle cx='1.08' cy='3.45' r='1.08' fill='%23e2e2e2'/%3E%3Cpath d='M11.4,10.76H37.64a.6.6,0,0,1,.6.6v27a0,0,0,0,1,0,0H10.8a0,0,0,0,1,0,0v-27A.6.6,0,0,1,11.4,10.76Z' fill='%23f4f4f4'/%3E%3Cpolygon points='38.24 38.39 10.8 38.39 10.13 42.85 38.91 42.85 38.24 38.39' fill='%23ededed'/%3E%3Cpath d='M39,38.39h-1.5V11.51H11.55v1.1h-1.5V11.36A1.35,1.35,0,0,1,11.4,10H37.64A1.35,1.35,0,0,1,39,11.36Z' fill='%23d6d6d6'/%3E%3Cpolygon points='39.78 43.6 9.31 43.6 9.64 39.96 11.14 40.09 10.95 42.1 38.04 42.1 37.59 39.14 23.12 39.14 23.12 37.64 38.88 37.64 39.78 43.6' fill='%23d6d6d6'/%3E%3Ccircle cx='15.92' cy='15.26' r='1.51' fill='%23e2e2e2'/%3E%3Ccircle cx='33.13' cy='15.26' r='1.51' fill='%23e2e2e2'/%3E%3Cpath d='M33.88,15.93h-1.5V12a7.85,7.85,0,1,0-15.71,0h-1.5a9.35,9.35,0,1,1,18.71,0Z' fill='%23d6d6d6'/%3E%3Cpath d='M1.65,26.48A12.18,12.18,0,0,1,14.06,14.12a12.37,12.37,0,0,1-.26,24.73,12.29,12.29,0,0,1-6.33-1.76L2.23,42.75a.34.34,0,0,1-.58-.23Z' fill='%23fff'/%3E%3Cpath d='M2,43.61a1.09,1.09,0,0,1-.4-.08,1.08,1.08,0,0,1-.69-1v-16a13.43,13.43,0,0,1,1.58-6.34l1.32.71a11.93,11.93,0,0,0-1.4,5.63v15l4.93-5.33.52.31A11.61,11.61,0,0,0,25.4,25.87,11.79,11.79,0,0,0,14,14.87a11.11,11.11,0,0,0-5.32,1.18l-.67-1.34a12.65,12.65,0,0,1,6-1.34,13.12,13.12,0,0,1,9.23,22.15A13.08,13.08,0,0,1,7.62,38L2.78,43.26A1.08,1.08,0,0,1,2,43.61Z' fill='%23d6d6d6'/%3E%3Cpath d='M5.08,18.94,4,17.93c.31-.34,1.47-1.45,1.76-1.72l1,1.11C6.44,17.59,5.33,18.66,5.08,18.94Z' fill='%23d6d6d6'/%3E%3Ccircle cx='9.42' cy='25.99' r='1.58' fill='%23e2e2e2'/%3E%3Ccircle cx='14.4' cy='25.99' r='1.58' fill='%23e2e2e2'/%3E%3Ccircle cx='19.39' cy='25.99' r='1.58' fill='%23e2e2e2'/%3E%3Cpath d='M9.42,28.32A2.33,2.33,0,1,1,11.75,26,2.34,2.34,0,0,1,9.42,28.32Zm0-3.17a.83.83,0,1,0,.83.83A.83.83,0,0,0,9.42,25.15Z' fill='%23d6d6d6'/%3E%3Cpath d='M14.4,28.32A2.33,2.33,0,1,1,16.74,26,2.34,2.34,0,0,1,14.4,28.32Zm0-3.17a.83.83,0,1,0,.83.83A.83.83,0,0,0,14.4,25.15Z' fill='%23d6d6d6'/%3E%3C/g%3E%3C/svg%3E") 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAgCAYAAAAIXrg4AAACMklEQVRIS+1WO4gTURQ9d1LkD8H8qiSgosxMgpWCljY2FlpYq8VqJ24vimK/YqdbqK0WWtjYWCpYuWTmDYoKSar8JJB/kblyQ1jEnWQmkMIiD14z77xzzj1z4T6Cz3Ic5xQz32HmSwBKC3iNiD4Q0VNd17+voqBlh8xMtm3fI6IHAEIAOgCqC3wFQAbAjJkfmqb5mIjYi2upgGVZe0R0F8AvALuGYbwnIldImFlTSl0GsAfgODM/KZfLu4EFlFJXmPktgAMAF03T/O112bbtYwA+AjhDRFcNw3j3L86zAtu2FYCTruvqlUrl56qMq9XqCU3THAA/TNM0PAUcxznvuu7pRfkFInpERJ+Yed+vCeSciHaY+QIz3yeihnzTNO2bruufybKss0T0JQjRuhhmPiedcgPAi0wmg2g0in6/j16vh2w2i0gkEohzMpmg3W4jlUohmUxiPB6j05Gmw81DgUKhMD/sdrtoNpsolUqIx+OBBIbDIWq1GvL5PNLp9NxkozFP6qhAvV7HYDCYVyA7yBL3shOJBIrF4moBcS8OJDIpOciSSCUSSUCqWFmBELquK10QhPsQ8/cdX4G1mD3AWwHfBLcRbSPyTcAXsO2i/y+iWwCe5XI5xGIxX3dBAKPRCK1WS6C3SSn1nJl3glxcF0NE+yLwkpmvh0LyOtzcms1m8px5JUP/NYBrMn/XnWLL7Mh0kxkN4I0IfJWnXzgc3px9ANPpVPgORGAIYDN/96jF0R/tk4p9eNNdSgAAAABJRU5ErkJggg==) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADRUlEQVRIS6VVS2sTURT+7nSaJjSkbWpTTKWPxFA6N7FrN2JALeJG8A+4Uwui7hQEq0vBhYJ0pSKCK1eu1IXRjSAUpM3MNJCmhD6wL0sbGts0M3PljJmSpkkT2gOXzEzOPd95fOcchgZFVdURxtg7AG4hxO1oNPq2kausESVN01wAsgBOlvT/yrLcNzg4uFbvfqMANwGMu1wuMMZQKBTI7hPO+aNjAyQSCTkQCGQA9AaDQRtgcXGR7P4xDKNveHg4fxhI3Qg0TbsO4I0sy4hEIratmZkZFItFerzDOX9xZAAhhKTregpApLu7G52dnbat9fV1LC0t0ePcyspKOB6PG7VAqkYwNTXVwRgLS5J0BcBYU1OT7b0kSbYdy7KQTqdhmia9PgDwnnM+Vw2EpdNpX7FYvCGEOEOelo6/XLmrqwt0ymV1dRV0yoRqQdHqpd9fiqJ8ZpqmfQFwsRKditnc3IyWlhZQcSmKciHv5+fnsbu7C8OomaHXBCDoos/nQ2trK4iKdMh4o0IpIyA6ROHt7W1sbW3RdZMAfgA4S0YHBgYOeNooiKNHkWWzWadXMmxycvKULMvfAYQoHf39/UcGqTCeE0JcsFmkquppxtg3AD1HBak0DuAS5/znHk2PA1LLODm/rw+mp6djlmV9BXCCIgmHw3VLIITA7Oysk/Oc47lz8UCjqap6jTH2gVjkjIbDUAgglUqBfgFc5px/Ktc/AKBpmj05vV4vent760ZACplMxo7AsqyRWCxGfbUn1SJ4yRgbpblD86cRWVhYQC6Xo0l7V1GU5/UiIMqe6+npQVtb2z77m5ubNoUpumpjQwgxHo1GR+sBrAPoCIVCcLvdtm4+n8fy8jJ2dnbsdwKg6IgIJARMO4KorihKvCZAKpUKmqZpb5OhoSG79clwqe3pM60yWp92atvb2xEIBOxZREwC8JtzHqwJkEwmz0uSlKDlQl5ubGw4uhYAWvJjlmUFJEl6RmmkP2mE+/1+rK39X8+GYXjLt9y+Iuu6HhVCJCsK+5FmPuecxvCe6Lp+VQjxtDTene8Fl8vVFolE7KVNUo2m9wHcYoylTNN8HIvFaBhWlYmJiWaPx0O0fgjAwxi7pyjKq3Llf47ib8qHjnx0AAAAAElFTkSuQmCC) 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: flex;
    flex-wrap: wrap;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: #000;
}

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

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

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

/* Дополнительные переопределения для кнопок */
.button, .comments .open {
    width: 450px;
    max-width: 100%;
    border-radius: 0;
    background: #000;
    box-shadow: none;
    transition: box-shadow 0.1s, background 0.3s;
}

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

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

.main_title-phone {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    padding: 5px 5px 5px 25px;
    font: 700 16px/1.2 "Montserrat", sans-serif;
    text-decoration: none;
    color: #000;
}

.main_title-phone:hover {
    color: #1598e3;
}

.offer_section.offer3 .main_title span {
    text-align: left;
}

.flag {
    width: 120px;
    height: 100px;
}

/* Описание товара */
.description_section {
    padding: 30px 0 15px;
}

.description_section h2.title {
    padding: 0 30px;
}

.description_section p {
    padding: 0 30px 15px;
}

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

.characteristics__list dl {
    display: grid;
    grid-template-columns: 40% 60%; /* Ширина колонок, можно настроить по желанию */
    row-gap: 10px; /* Расстояние между строками */
    column-gap: 20px; /* Расстояние между колонками */
}

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

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

.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%;
    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;
}

.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;
    font-size: 14px;
    color: #e74c3c;
}
.feedback {
          margin: 0;
      padding: 10px;
      background-color: #ffffff;

      color: #050505;
      display: flex;
      justify-content: center;
}

    .reviews3_section {
     
      filter: blur(0.4px);
        width: 90%;       /* растягиваем на всю ширину родителя */
    max-width: 100%;   /* на случай, если где-то задан max-width */
    margin: 0;         /* обнуляем внешние отступы */
    padding: 15px;        /* при необходимости */
    }

    .reviewnew {
      display: flex;
      align-items: flex-start;
      margin-bottom: 16px;
    }
    .review: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;
    }

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

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

    .characteristics__list dl {
        grid-template-columns: 40% 60%; /* Сохраняем две колонки */
        row-gap: 10px;
        column-gap: 20px;
    }

    .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 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: 640px; /* Установите нужную высоту */
    object-fit: cover; /* Сохраняет соотношение сторон и заполняет контейнер */
    display: block;
}


/* Слайдер изображений */
.bxslider-images {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bxslider-images li {
    display: block;
}

.bxslider-images li div {
    text-align: center;
}

.bxslider-images li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Дополнительные стили для блока характеристик */
.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 */
.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;
}

/* Дополнительные стили для отзывов */
.comments .open-js {
    display: block;
}

.comments .close-js {
    display: none;
}
