@font-face { 
    font-family: "GothamProLight";
    src: url("../fonts/GothamProLight.eot");
    src: url("../fonts/GothamProLight.eot#iefix")format("embedded-opentype"),
    url("../fonts/GothamProLight.woff") format("woff"),
    url("../fonts/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face { 
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular.eot#iefix")format("embedded-opentype"),
    url("../fonts/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "GothamProMedium";
    src: url("../fonts/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium.eot#iefix")format("embedded-opentype"),
    url("../fonts/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold.eot");
    src: url("../fonts/GothamProBold.eot#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face { 
    font-family: "GothamProBlack";
    src: url("../fonts/GothamProBlack.eot");
    src: url("../fonts/GothamProBlack.eot#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBlack.woff") format("woff"),
    url("../fonts/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

/* =========================================
   БАЗОВЫЕ НАСТРОЙКИ (ДЛЯ ПЕНСИОНЕРОВ)
========================================= */
* {
    box-sizing: border-box; /* Чтобы отступы не ломали ширину блоков */
}

body {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500; /* Сделали шрифт чуть плотнее для читабельности */
    font-size: 17px; /* Увеличили базовый шрифт */
    line-height: 1.5; /* Увеличили межстрочный интервал */
    color: #111111; /* Максимальный контраст (почти черный) */
    background: #e7e7e7;
    -webkit-text-size-adjust: 100%; /* Запрет Айфонам ломать масштаб */
}

.wrap {
    width: 100%; /* Теперь сайт резиновый */
    max-width: 480px; /* Но не шире рамки */
    padding: 0;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden; /* Защита от смещения вбок */
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

img {
    max-width: 100%;
    height: auto; /* Картинки теперь сами сжимаются под экран */
    display: block;
}

.clearfix:after { content: ''; display: block; clear: both; }
.border_bottom { border-bottom: 1px dashed #e5e5e5; }
.green_bg { background: #58b958; }
.green { color: #fe9200; }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.white { color: #fff; }
b, .b { font-weight: 700; }

/* =========================================
   ЗАГОЛОВКИ И ТЕКСТ
========================================= */
h2 {
    font-size: 26px; /* Чуть уменьшили для узких экранов, чтобы влазило */
    line-height: 1.3;
}
h2.venzel {
    text-align: center;
    background: url(../images/venzel.png) center bottom no-repeat;
    padding: 20px 10px;
    margin-bottom: 20px;
} 
h3.center {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3em;
}
h2.venzel span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
}
p {
    padding: 0 15px 20px; /* Уменьшили боковые отступы, больше места тексту */
}
p.justify {
    text-align: justify;
    text-align-last: center;
}

img.center {
    margin: 0 auto 20px;
}

/* =========================================
   ШАПКА
========================================= */
.header { text-align: center; }
.header h1 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 10px;
}
.header h2 {
    font-size: 15px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: .5px;
    background: #2f3339;
    color: white;
    text-transform: uppercase;
}
.reyt {
    background: #f7f8f9;
    padding: 12px 0;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}
.reyt .stars {
    display: inline-block;
    background: url(../images/stars.png) left 3px no-repeat;
    padding: 0 15px 0 116px;
    margin-right: 10px;
    line-height: 24px;
    border-right: 1px solid #dedfe0;
}
.reyt .stars b { font-size: 20px; color: #fa9535; }

/* =========================================
   БЛОК ЦЕНЫ И ТАЙМЕРА (ПЕРЕВЕДЕН НА FLEXBOX)
========================================= */
.timer_price {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.timer_block {
    border-right: 2px solid #e5e5e5;
    padding-right: 15px;
}
.timer_block p {
    text-align: center;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
}
.timer_block .timer_item {
    float: left;
    width: 48px;
    font-size: 20px;
    line-height: 32px;
    color: #58b958;
    background: #eff2f5;
    border-radius: 4px;
    text-align: center;
    position: relative;
    margin: 0 5px;
    font-weight: bold;
}
.timer_block .timer_item:nth-child(2):before, 
.timer_block .timer_item:nth-child(2):after {
    display: block;
    content: ':';
    width: 10px;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    top: 0;
    color: #a0a0a0;
}
.timer_block .timer_item:nth-child(2):before { left: -9px; }
.timer_block .timer_item:nth-child(2):after { right: -9px; }

.header .price {
    text-align: center;
}
.header .price .old {
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
    color: #9ca3af;
    display: inline-block;
}
.header .price .sale {
    color: #fff;
    background: #e62e04;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    position: relative;
    top: -2px;
    display: inline-block;
}
.header .price .new {
    color: #ff4e00;
    font-size: 32px;
    line-height: 1;
    margin-top: 5px;
}
.header .price .new span {
    font-size: 18px;
    margin-left: 5px;
}

/* =========================================
   ПРОЧИЕ ЭЛЕМЕНТЫ ШАПКИ
========================================= */
.guard_all {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #f8fafc;
    border-top: 1px solid #eee;
}
.guard {
    background: url(../images/guard.png) left center no-repeat;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 600;
}
.prod1 {
    background: url(../images/ost.png) left center no-repeat;
    padding: 0 0 0 35px;
    font-size: 14px;
}

/* =========================================
   СПИСКИ И ПРЕИМУЩЕСТВА (КРУПНО)
========================================= */
.problem { font-size: 0; }
.problem li {
    font-size: 17px;
    display: block;
    padding: 20px 15px;
    text-align: center;
    line-height: 1.4;
    color: #111;
}
.problem li b {
    font-size: 18px;
    color: #059669;
    display: block;
    margin-bottom: 5px;
}
.problem li:nth-child(even) { background: #eff2f5; }

ul.spisok { margin: 0 0 20px; padding: 15px 0; }
ul.ul_white li {
    background: url(../images/ul_white.png) 15px 15px no-repeat #f3f5f7;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
}
ul.ul_white li:nth-child(2n) {
    background: url(../images/ul_white.png) 15px 15px no-repeat #fff;
}

/* =========================================
   ОТЗЫВЫ (ЧИТАБЕЛЬНО)
========================================= */
.hit {
    margin: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
    padding: 15px;
    border-radius: 10px;
}
.hit .hit-left {
    border-right: 2px solid #e5e5e5;
    padding-right: 15px;
    margin-right: 15px;
}
.hit .hit-left p {
    font-size: 15px;
    padding: 0 0 0 35px;
    background: url(../images/hit.png) left center no-repeat;
    background-size: contain;
    margin: 0;
}
.hit .hit-right p {
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.hit .hit-right p span { color:#fa9535; font-size: 20px; font-weight: 700; display: block;}

.reviews .slick-prev, .reviews .slick-next {
    top: 30%;
    width: 45px;
    height: 45px;
    z-index: 5;
    background-size: contain !important;
}
.rev img { border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.rev p { padding: 0 15px; font-size: 16px; line-height: 1.5; color: #222;}
.rev .name { padding-bottom: 20px; font-size: 18px; color: #000;}

/* =========================================
   ЭТАПЫ РАБОТЫ / ДОСТАВКА
========================================= */
ul.deliv_v2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
ul.deliv_v2 li {
    width: 50%;
    padding: 0 10px 25px;
    text-align: center;
}
ul.deliv_v2 li img { margin: 0 auto 10px; height: 50px; }
ul.deliv_v2 li h3 { font-size: 17px; font-weight: 800; margin-bottom: 5px; color: #111;}
ul.deliv_v2 li p { padding: 0; font-size: 14px; line-height: 1.3;}

/* =========================================
   ПОДВАЛ
========================================= */
.footer h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    padding: 30px 15px 15px;
}
.cpu {
    background: #f7f8f9;
    text-align: center;
    padding: 20px 15px;
    font-size: 13px;
    color: #666;
}