.modal-body {
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX(-5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX(-5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
}

.modal-block {
    padding: 0;
}

.modal-block li {
    text-align: right;
    padding: 0 10px;
    border-bottom: 1px solid;
    display: block;
    height: 47.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.modal-block li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 47.5px;
    line-height: 47.5px;
}

.modal-body.show-menu {
    opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX(0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;
}

header {
    width: 100%;
    height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
}

header a.logo svg {
    width: 100px;
    margin: 0 0;

}

header a.logo {
    width: 100px;
    height: 60px;
    transition: 0.6s;
    position: absolute;
    left: 190px;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 45px;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    left: 410px;
}

svg.nav-button:hover {
    opacity: 0.7;
}

.show-li:nth-child(1) {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

.show-li:nth-child(2) {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.show-li:nth-child(3) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.show-li:nth-child(4) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.show-li:nth-child(5) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.show-li:nth-child(6) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.modal-block li svg {
    width: 36px;
    fill: #fff;
}

section.sect99 {
    padding: 40px 0 0 0;
}

.offer_section-top {
    border-top: 80px solid #4f41a2;
}

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

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

b {
    font-weight: 700;
}

/* Моб меню */



/*   Стиль характеристики   */

.char-list li {
    padding: 8px 30px;
    color: #fff;
}

.char-list li:nth-child(even) {
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
}

.char-list li b {
    display: block;
    float: left;
    width: 150px;
}

.char-list li span {
    display: block;
    margin-left: 167px;
}

/*   Стиль характеристики   */

/*   Головні стилі  */

.slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.offer {
    padding: 0;
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
}

.offer .box {
    position: relative;
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
    height: 600px;
}

.offer .main-title {
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
}

.offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.offer .sale {
    background: url(../images/sale-bg.png) 0 0 no-repeat;
    width: 209px;
    height: 113px;
    margin-left: 267px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 143px;
    position: absolute;
}

.offer .sale span {
    display: inline-block;
    transform: rotate(-7deg);
    padding-top: 9px;
}

.offer .sale b {
    display: block;
    font-size: 50px;
}

.offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
}

.offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
}

.offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
}

.offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/check-icon.png") 0 0 no-repeat;
    content: '';
}

.offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
}


.offer.bottom .price {
    position: relative;
    margin-bottom: -55px;
    z-index: 5;
}

.offer.bottom .timer {
    margin-top: 30px;
}

.order_form .form-txt {
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}

.order_form .pat {
    color: #fff;

}

.order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #fff;

}

.order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
    color: #fff;
}

.benef2 {
    padding: 0 30px 30px;
}

.benef2>li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}

.benef2>li:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/benef2_item.png) 0% 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}

.benef2>li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
}

.benef2>li:last-child {
    margin-bottom: 0;
}

.benef2>li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}

.benef2>li .img>img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.benef2>li>p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}

.benef2>li>p>span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.benef2>li:nth-child(2n)>p {
    padding: 0 26px 0 0;
    text-align: right;
}

.bottom .order_form {
    padding-top: 80px;
}

.offer_text {
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.1px;
    margin-left: 10px;
    height: 25px;
    top: -101px;
    color: #393d46;
    margin: 0 auto;
    text-align: center;
    background: #fbb83b;
}

.offer_text>span {
    padding-left: 12px;
    padding-right: 12px;
}

.offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #4f41a2;
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 46px;
    width: 39%;
    font-size: 16px;
    line-height: 14px;
    position: relative;
    color: #fff;
}



.offer_section.offer3 .benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;

}

.offer_section.offer3 .price_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Розташування елементів на протилежні сторони */
    position: relative;
    width: 100%;
    /* Займає всю доступну ширину */
    margin-bottom: 20px;
    /* Додаємо відступ внизу для елегантного вигляду */
}

.offer_section.offer3 .price_item {
    padding: 20px 0 0;
    text-align: center;
}

.offer_section.offer3 .price_item.old {
    width: 30%;
    /* Зменшуємо ширину старої ціни */
    opacity: 0.6;
    /* Робимо стару ціну менш виразною */
    font-size: 14px;
    /* Зменшуємо розмір шрифта старої ціни */
}

.offer_section.offer3 .price_item.new {
    width: 40%;
    /* Збільшуємо ширину нової ціни для виділення */
    position: relative;
    margin-left: 120px;
    /* Додаємо відступ для відстані між цінами */
}

.offer_section.offer3 .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.offer_section.offer3 .price_item.new .text {
    margin: 0 0 8px;
}

.offer_section.offer3 .price_item.new .text span {
    padding: 2px 5px 3px;
    border-radius: 4px;
    background: #F44336;
    color: #fff;
}

.offer_section.offer3 .price_item.old .value {
    font-weight: 600;
    font-size: 22px;
    /* Зменшуємо шрифт старої ціни */
    line-height: 22px;
    text-decoration: line-through;
    color: #fff;
}

.offer_section.offer3 .price_item.new .value {
    font-weight: 900;
    /* Зробимо фінальну ціну жирнішою */
    font-size: 36px;
    /* Збільшуємо фінальну ціну для виділення */
    line-height: 48px;
    color: #ff0000;
    /* Зробимо фінальну ціну оранжевою, щоб вона виділялася */
    letter-spacing: 1px;
    /* Листинг для трохи більших відстаней між літерами */
}

.offer_section.offer3 .discount-text {
    position: absolute;
    top: 60%;
    left: 45%;
    /* Зменшено значення, щоб посунути квадрат вліво */
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #FF5722, #F44336);
    /* Градієнтний фон */
    color: white;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    /* Відступи для тексту */
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;

    border: 4px solid white;
    /* Біла обводка */
    width: 90px;
    /* Фіксована ширина для квадрата */
    height: 90px;
    /* Фіксована висота для квадрата */
    border-radius: 20px;
    /* Заокруглені кути */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Тінь для глибини */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, width 0.3s ease;
}

/* Ефект при ховері на квадрат */
.offer_section.offer3 .discount-text:hover {
    transform: translate(-50%, -50%) scale(1.1);
    /* Збільшення квадрата при наведенні */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Тінь при ховері */
    background: linear-gradient(45deg, #F57C00, #FF9800);
    /* Зміна кольору фону при ховері */
}

.discount-text {
    flex-direction: column;
    /* Розміщення тексту один під одним */
}

.discount-value {
    font-size: 25px;
    /* Більший розмір для "-50%" */
    line-height: 1;
}

.discount-label {
    font-size: 13px;
    /* Менший розмір для "ფასდაკლება" */
    line-height: 1;
}

/* Анімація пульсації */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        /* Пульсація (розширення) */
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


.special-offer-window {
    background-color: #FF9800;
    /* Оранжевий фон для віконця */
    color: white;
    /* Білий текст */
    padding: 20px;
    /* Відступи всередині віконця */
    border-radius: 15px;
    /* Округлені кути */
    width: 80%;
    /* Ширина віконця */
    margin: 20px auto;
    /* Центрування віконця */
    text-align: center;
    /* Центрування тексту */
    font-size: 18px;
    /* Розмір шрифту */
    font-family: 'Arial', sans-serif;
    /* Шрифт */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Тінь для глибини */
    animation: slideIn 0.5s ease-out;
    /* Анімація для появи віконця */
}

.special-offer-window p {
    margin: 0;
    /* Вилучення відступу знизу */
    line-height: 1.5;
    /* Висота рядка */
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
        /* Початкове положення віконця зверху */
    }

    to {
        opacity: 1;
        transform: translateY(0);
        /* Віконце з'являється і рухається в нормальне положення */
    }
}

/* Стиль для всього тексту */
.product-specs {
    font-weight: bold;
    /* Робимо весь текст жирним */
    padding: 10px;
}

/* Стиль для заголовку */
.product-specs h3 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    /* Білий колір для заголовка */
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

/* Стиль для списку */
.product-specs ul {
    list-style-type: none;
    /* Видаляємо маркери списку */
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: white;
    /* Білий колір для тексту списку */
}

/* Стиль для пунктів списку */
.product-specs li {
    margin-bottom: 10px;
}

/* Стиль для тексту всередині <b> */
.product-specs li b {
    background-color: red;
    /* Червоний фон для тексту всередині <b> */
    color: white;
    /* Білий текст */
    padding: 5px;
    /* Відступи навколо тексту */
    border-radius: 5px;
    /* Заокруглені кути */
}

/* Стиль для іконок, щоб вони не були під червоним фоном */
.product-specs li b i {
    background-color: transparent;
    /* Без фону для іконок */
    color: white;
    /* Білий колір іконок */
    padding: 0;
    /* Видаляємо відступи */
}

.product-specs li:not(:last-child) {
    padding-bottom: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

ul li {
    margin-bottom: 10px;
}

ul li b {
    font-weight: bold;
    font-size: 16px;
}

ul li i {
    margin-right: 8px;
    /* Відступ між іконкою та текстом */
    color: #FF9800;
    /* Колір іконок */
}

.advantages {
    padding-left: 20px;
    /* Відступ зліва для секції */
    padding-right: 20px;
    font-family: 'Arial', sans-serif;
}

.advantages h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.advantage-item {
    display: flex;
    align-items: center;
    background-color: #FF9800;
    /* Оранжевий фон для віконця */
    color: white;
    padding: 15px;
    border-radius: 8px;
    /* Округлені кути */
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Легка тінь */
}

.advantage-item i {
    margin-right: 15px;
    /* Відступ між іконкою і текстом */
    font-size: 20px;
}

.advantage-item div {
    font-size: 16px;
    font-weight: bold;
}


.products_count {
    margin: 20px 10px 0;
    text-align: center;
    color: #fff;
}

.offer_section.offer1 .products_count {
    color: #fff;
}

.products_count b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ff0000;
    color: #ffffff;
}

.products_count1 {
    margin: 20px 10px 0;
    text-align: center;
    color: #fff;
}

.offer_section.offer1 .products_count1 {
    color: #fff;
}

.products_count1 b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #000;
}

/* Секція відгуків */
/* Секція відгуків */
.reviews_section {
    padding-bottom: 10px;
    /* Відступ знизу для місця під блок з лічильником */
}

/* Блок з лічильником */
.counter_block {
    background-color: #FF9800;
    /* Оранжевий фон */
    color: white;
    /* Білий текст */
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    /* Округлені кути */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Легка тінь */
    margin-top: 20px;
    /* Відступ зверху */
}

.counter_block h3 {
    font-size: 24px;
    font-weight: bold;
}

#count {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    transition: all 1.5s ease-in-out;
    /* Плавний перехід */
}

#faq {
    font-family: 'Arial', sans-serif;
    margin: 20px 0;
    padding: 0 20px;
    /* Відступи зліва і справа */
}

h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    background-color: #FF9800;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background-color: #F57C00;
}

.faq-answer {
    display: none;
    padding: 8px 15px;
    background-color: #000000;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
}

.plus {
    font-size: 20px;
    font-weight: bold;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .plus {
    transform: rotate(45deg);
}


/*   Головні стилі  */

/*   Як замовити   */

.order-info h2.title {
    padding: 0 30px;
    background-image: radial-gradient(circle at 50% 50%, #363c3b 0, #303232 16.67%, #272325 33.33%, #1a0e15 50%, #080000 66.67%, #000000 83.33%, #000000 100%);
}

.order-list {
    padding: 0 30px;
}

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

/*   Як замовити   */

/*   Про наш магазин  */

.container {
    display: flex;
    align-items: center;

}

.photo {
    margin-right: 20px;
}

.small-font {
    font-size: 15px;
    margin-right: 20px;
}

.image-with-margin {
    margin-right: 20px;
    margin-left: 20px;
}

/*   Про наш магазин  */

/*   Футер телеграм  */

.footer-subscribe-messenger {
    border-top: 1px dashed #ccc;
    background: #fcfcfc;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
}

.footer-subscribe-messenger.on-thanks {
    border-bottom: 1px dashed #ccc;
    background: #dbeaec;
    padding: 20px;
}

.footer-subscribe-messenger.on-thanks p {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.footer-subscribe-messenger.on-thanks .text {
    font-size: 18px;
    text-transform: uppercase;
}

.footer-subscribe-messenger.on-thanks .icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.single .footer-subscribe-messenger {
    width: 480px;
}

.footer-subscribe-messenger a {
    text-decoration: none;
}

.footer-subscribe-messenger p {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin: 0;
}

.footer-subscribe-messenger .subscribe-button {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.footer-subscribe-messenger .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer-subscribe-messenger .text {
    padding: 7px 20px;
    border-radius: 5px;
    background: #42ADE6;
    color: #fff;
    font-size: 12px;
}

/*   Футер телеграм  */

/*   Рамка для фото   */
.img-text {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 2%;
    border-radius: 15px;
    border: 2px solid #FF9800;
    box-shadow: 1px 2px 20px 0px #FF5722;
}

/*   Рамка для фото  */
/* Бігуща строка */
@keyframes marqueeAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Бігуча строка */
.marquee-container {
    overflow: hidden;
    width: 100%;
    z-index: 1000;
    /* Забезпечуємо, щоб елемент був поверх інших */
    background-color: rgba(17, 17, 17, 0.8);
    /* Напівпрозорий фон */
    padding: 0;
    /* Забираємо відступи */
    margin: 0;
    /* Забираємо відступи */
    position: relative;
    /* Початкове положення */

}

.marquee-text {
    animation: marqueeAnimation 10s linear infinite;
    white-space: nowrap;
    font-size: 22px;
    color: red;
    text-align: center;
    margin: 0;
    /* Забираємо відступи */
    padding: -5px;
    /* Забираємо відступи */
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 480px) {
    .marquee-text {
        font-size: 18px;
        animation-duration: 10s;
        /* Уменьшуємо тривалість анімації для більш швидкої прокрутки */
    }
}


body>div>div:nth-child(2)>section>h2:nth-child(1) {
    padding-top: 11px;
    margin-bottom: 5px;
}

/* Стиль, коли елемент закріплений зверху */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 480px;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.8);
    /* Напівпрозорий фон */
    left: 50%;
    transform: translateX(-50%);
}

/* Для бігучої строки під таймером */
.marquee-container {
    margin-top: 0px;
    /* Відступ знизу таймера */
}

.marquee-container1 {
    overflow: hidden;
    width: 100%;
    z-index: 1000;
    /* Забезпечуємо, щоб елемент був поверх інших */
    background-color: rgba(17, 17, 17, 0.8);
    /* Напівпрозорий фон */
    padding: 0;
    /* Забираємо відступи */
    margin: 0;
    /* Забираємо відступи */
    position: relative;
    /* Початкове положення */

}

.marquee-text1 {
    animation: marqueeAnimation 10s linear infinite;
    white-space: nowrap;
    font-size: 22px;
    color: red;
    text-align: center;
    margin: 0;
    /* Забираємо відступи */
    padding: -5px;
    /* Забираємо відступи */
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 480px) {
    .marquee-text1 {
        font-size: 18px;
        animation-duration: 10s;
        /* Уменьшуємо тривалість анімації для більш швидкої прокрутки */
    }
}


/* Для бігучої строки під таймером */
.marquee-container1 {
    margin-top: 0px;
    /* Відступ знизу таймера */
}