/* Reset styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

main {
    position: relative;
    font-family: "Manrope", sans-serif;
}

.mt2 {
    margin-top: 1em;
}

.mt2 .checkmark {
    top: 0px !important;
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: -1;
    /* Псевдоелемент буде позаду контенту */
    transition: 0.3s ease;
}

main.dimmed::before {
    background: rgba(0, 0, 0, 0.4);
    /* Фон затемнення */
    z-index: 99;
}

* {
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}


/* Прелоадер, який охоплює всю сторінку */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    /* Білий фон */
    z-index: 9999;
    /* Пріоритет над усіма елементами */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Смуга завантаження зверху */
.loader-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: var(--primary-color);
    /* Синя полоса, можете змінити колір */
    transition: width 0.4s ease;
}

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

body {
    margin: 0;
    background: rgba(249, 249, 249, 1);
}

input,
textarea {
    outline: none;
}

section {
    /* overflow: hidden; */
}

.container {
    width: 83.8vw;
    margin: 0 auto;
    padding: 0 0.7vw;
}

:root {
    --primary-color: #51AA26;
    --primary-hover: #247000;
    --primary-yellow: #FFE000;
    --primary-blue-bg: #EEF6E9;
    --primary-blue-bg-hover: #CBE5BE;
    --primary-orange: #ff5300;
    --primary-orange-bg: #ffe3d5;
    --primary-transparrent-blue: rgba(255, 255, 255, 0.1);
    --primaty-yellow-bg: rgba(255, 224, 0, 0.1);
    --primary-header-current: rgba(72, 150, 35, 1);
}

.primary-color {
    color: var(--primary-color);
}

.swiper-pagination {
    white-space: nowrap;
    bottom: 0 !important;
}

.without-backdrop-icon-in-desc .backdrop-ico-tariff {
    display: none;
}

.tariff-section-title.payment {
    font-size: 2.6vw;
}

@media (max-width: 1024px) {
    .container {
        width: 97vw;
        padding: 0 4vw;
    }

    .without-backdrop-icon-in-desc .backdrop-ico-tariff {
        display: block;
        margin-left: 1.5vw;
    }
}

/* ========================= HEADER ======================== */

.header-top-section {
    background-color: var(--primary-color);
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 5.6vw;
}

.top-header-right-nav-list {
    display: flex;
    margin-right: 0.8vw;
}

.header-backdrop-arrow {
    width: 0.7vw;
    height: 0.7vw;
    stroke: white;
    transition: 0.3s;
    cursor: pointer;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-nav-list {
    display: flex;
}

.top-header-nav-list li a {
    display: flex;
    gap: 0.4vw;
    align-items: center;
    padding: 0 0.8vw;
    transition: 0.3s;
    height: 3.5vw;
}

@media (min-width: 1024px) {

    .top-header-nav-list li.current-menu-item a,
    .top-header-nav-list li.current-page-ancestor a {
        background-color: var(--primary-header-current);
    }

    .bottom-header-addres-container .tariff-btn {
        display: none;
    }
}

.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title,
.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
    padding: 0px !important;
    display: flex;
    height: max-content;
}

.header-nav-icon {
    width: 0.8vw;
    height: 0.8vw;
    fill: #fff;
}

.top-header-nav-list a span,
.top-header-right-nav-list li a {
    display: block;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: #fff;
    padding: 0 0.8vw;
    transition: 0.3s;
    height: 100%;
}

.top-header-right-nav-list li a {
    min-height: 3.5vw;
    max-height: 3.5vw;
    display: flex;
    align-items: center;
}

.without-light-header-container {
    position: relative;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.2vw;
    width: fit-content;
    height: fit-content;
    padding: 0.4vw;
    border-radius: 0.2vw;
}

.without-light-header-container svg {
    width: 0.7vw;
    height: 0.7vw;
    fill: var(--primary-color);
}

.without-light-header-container p {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    line-height: 1vw;
    text-transform: uppercase;
    color: var(--primary-color);
}

.addition-header-btn {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    padding: 0.6vw 1vw;
    border-radius: 0.4vw;
    border: 2px solid #fff;
    transition: 0.3s;
    background-color: #fff;
}

/*.addition-header-btn .addition-btn-text {*/
/*    color: #fff !important;*/
/*}*/

/*.addition-header-btn .addition-btn-icon {*/
/*    fill: #fff;*/
/*}*/

.addition-header-btn:hover {
    background-color: var(--primary-yellow);
    border-color: var(--primary-yellow);
}

.addition-header-btn:hover .addition-btn-icon {
    fill: var(--primary-color);
}

.addition-header-btn:hover .addition-btn-text {
    color: var(--primary-color) !important;
}

.addition-btn-icon {
    width: 0.8vw;
    height: 0.8vw;
    fill: var(--primary-color);
    transition: 0.3s;
}

.addition-btn-text {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    color: var(--primary-color);
    transition: 0.3s;
}

.top-header-right {
    display: flex;
    align-items: center;
}

.header-enter-btn {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    background: transparent;
    border: 0.104vw solid #fff;
    border-radius: 0.4vw;
    padding: 0.625vw 0.625vw;
    transition: 0.3s;
}

.header-enter-btn:hover {
    background: #fff;
    border: 0.104vw solid #fff;
}

.header-enter-btn:hover .header-enter-icon path {
    fill: var(--primary-color);
}

.header-enter-icon {
    width: 1.25vw;
    height: 1.25vw;
    fill: #fff;
    transition: 0.3s;
}

.header-enter-btn-text {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #fff;
    transition: 0.3s;
}

.top-header-btn-container {
    display: flex;
    gap: 0.6vw;
}

.header-botttom-nav-list .header-backdrop-arrow {
    stroke: black;
}


.header-botttom-nav-list {
    display: flex;
}

.bottom-header-left {
    display: flex;
    align-items: center;
}

.header-logo {
    width: 7.625vw;
    height: 3.3vw;
    margin-right: 0.8vw;
}

.header-botttom-nav-list li a {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #030317;
    padding: 1.2vw 0.8vw;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (min-width: 1024px) {

    .header-botttom-nav-list li.current-menu-parent,
    .header-botttom-nav-list li.current-menu-item {
        background: #f2f3f7;
    }
}

.sub-menu .current-menu-item {
    background: transparent !important;
    color: var(--primary-color);
}

.sub-menu .current-menu-item a {
    background: transparent !important;
    color: var(--primary-color) !important;
}

.header-botttom-nav-list li {
    padding: 1.2vw 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 3.5vw;
    gap: 0.2vw;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .header-botttom-nav-list li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.2vw;
        background-color: var(--primary-color);
        left: 0;
        bottom: 0;
        transition: 0.3s;
        opacity: 0;
    }

    .header-botttom-nav-list .sub-menu li::after {
        display: none;
    }

    .header-botttom-nav-list li:hover::after {
        opacity: 1;
    }

    .header-botttom-nav-list li:hover svg {
        stroke: var(--primary-color);
    }

    .header-botttom-nav-list li:hover a {
        color: var(--primary-color);
    }
}

.address-tel-number {
    font-family: "Manrope", sans-serif;
    font-weight: 900;
    font-size: 1vw;
    line-height: 0.8vw;
    color: #030317;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    padding: 0.6vw;
    border-radius: 0.3vw;
    transition: 0.3s;
}

.address-tel-number:hover {
    background-color: var(--primary-blue-bg);
    color: var(--primary-color);
}

.address-tel-number:hover .address-icon {
    fill: var(--primary-color);
}

.address-tel-number:hover .header-backdrop-arrow {
    stroke: var(--primary-color);
}

.address-location {
    display: flex;
    align-items: center;
    gap: 0.4vw;
}

.address-icon {
    min-width: 0.8vw;
    min-height: 0.8vw;
    max-width: 0.8vw;
    max-height: 0.8vw;
    fill: #030317;
    transition: 0.3s;
}

.addres-location-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: #030317;
    font-style: normal;
}

.bottom-header-addres-container {
    display: flex;
    gap: 1.2vw;
    align-items: center;
}

.header-bottom-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom-section {
    background-color: #fff;
    overflow: visible;
}

.header-botttom-nav-list svg {
    margin-left: 0.2vw;
}

.discount-qty-circle {
    width: 0.8vw;
    height: 0.8vw;
    background-color: var(--primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.6vw;
    line-height: 0.6vw;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.top-heaer-nav-list-mob-backdrop {
    display: flex;
}

.header-botttom-nav-list .sub-menu {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    background-color: #ffffff;
    padding: 1.2vw;
    display: none;
    transition: 1s;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
    border-top: 0.07vw solid #f2f3f7;
    min-width: 100%;
    width: max-content;
    column-gap: 2.6vw;
}

.menu-golovne-menyu-poslug-container .header-botttom-nav-list .sub-menu {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    background-color: #ffffff;
    padding: 1.2vw;
    display: none;
    transition: 1s;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
    border-top: 0.07vw solid #f2f3f7;
    min-width: 100%;
    width: max-content;
    max-height: 12vw;
    flex-wrap: wrap;
    column-gap: 2.6vw;
}

.header-botttom-nav-list .sub-menu .sub-menu {
    position: relative;
    bottom: 0;
    transform: translateY(0%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    background-color: #ffffff;
    padding: 0vw;
    display: none;
    transition: 1s;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    border-top: 0vw solid #f2f3f7;
    min-width: 100%;
    width: max-content;
    max-height: auto;
    flex-wrap: wrap;
    column-gap: 2.6vw;
}

.header-botttom-nav-list .sub-menu .menu-item-has-children {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2vw;
}

.header-botttom-nav-list .sub-menu .menu-item-has-children a:first-child {
    color: #000 !important;
    font-weight: 700;
    cursor: none !important;
    pointer-events: none !important;
}

.header-botttom-nav-list .sub-menu .menu-item-has-children .sub-menu a {
    color: #000 !important;
    font-weight: 600;
    cursor: initial !important;
    pointer-events: all !important;
}

.header-botttom-nav-list .sub-menu .menu-item-has-children .sub-menu a:hover {
    color: var(--primary-color) !important;
    font-weight: 600;
    cursor: pointer !important;
    pointer-events: all !important;
}

.header-botttom-nav-list li .sub-menu li {
    padding: 0 !important;
    height: max-content !important;
}

.header-botttom-nav-list li:hover main {
    filter: grayscale(1);
}

.header-botttom-nav-list li .sub-menu li a {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1vw;
    transition: 0.3s;
    text-transform: none;
    color: #000;
    padding: 0 !important;
    height: max-content !important;
}

.header-botttom-nav-list li .sub-menu li a:hover {
    color: var(--primary-color);
}

@media (min-width: 1024px) {
    .header-mob-logo {
        display: none;
    }

    .top-header-backdrop-icon {
        display: none;
    }

    .header-menu-container {
        display: none;
    }

    .header-botttom-nav-list li:hover .sub-menu {
        display: flex;
    }
}

.header-tel-numbers-container {
    position: relative;
    padding: 0.4vw;
}

.header-tel-numbers-container.active {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.3vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.header-tel-numbers-container .main-number {
    pointer-events: none;
}

.header-tel-numbers-container.active .main-number {
    pointer-events: all;
}

.address-tel-number {
    cursor: pointer;
}

.tel-number-backdrop-link {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    padding: 0.4vw 0.8vw;
    font-style: normal;
    transition: 0.3s;
}

.tel-number-backdrop-link span {
    font-family: "Manrope";
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 0.9vw;
    color: black;
    transition: 0.3s;
}

.tel-number-backdrop-link img {
    width: 1vw;
}

.addres-tel-number-backdrop-list {
    display: none;
}

.addres-tel-number-backdrop-list.active {
    position: absolute;
    display: block;
    z-index: 9;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    border-radius: 0.3vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0.4vw;
    padding-bottom: 0.4vw;
}

.addres-tel-number-backdrop-list.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08), 
                -10px 0 10px rgba(0, 0, 0, 0.08), 
                10px 0 10px rgba(0, 0, 0, 0.08); */
    z-index: -1;
    border-radius: inherit;
}

.tel-number-backdrop-link:hover {
    background-color: #f5f5f5;
}

.tel-number-backdrop-link:hover span {
    color: var(--primary-color);
}

.without-light-header-container {
    width: 10.5vw;
    /* Ширина контейнера */
    overflow: hidden;
    /* Ховаємо частину, що виходить за межі */
    position: relative;
}

.marquee {
    display: flex;
    width: 200%;
    /* Ширина контейнера для двох копій контенту */
    animation: marquee 10s linear infinite;
    /* Анімація */
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* Забороняємо переноси рядків */
    flex-shrink: 0;
}

.marquee-content svg {
    margin: 0 0.3vw;
    /* Відступ між іконками та текстом */
}

@keyframes marquee {
    0% {
        transform: translateX(0);
        /* Починаємо з початкового положення */
    }

    100% {
        transform: translateX(-50%);
        /* Кінцеве положення, переміщення на половину ширини */
    }
}

p {
    margin: 0;
    /* font-size: 16px;
  font-weight: bold; */
}

/* HERO SLIDER SECTION ====================================================== */

.hero-swiper-section {
    padding-top: 2vw;
}

.hero-slide-item {
    /* padding: 5.7vw; */
    /* background-image: url(../img/main-page/main-hero-image.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 26vw; */
    flex-shrink: 0;
}

.hero-slide-title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 2.9vw;
    line-height: 3.4vw;
    line-height: 1.2;
    color: #fff;
    width: 20vw;
    margin-bottom: 0.8vw;
}

.hero-slide-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 2vw;
}

.hero-slide-btn {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 1.5vw;
    line-height: 1.61111;
    color: black;
    padding: 0.8vw 1.25vw;
    border: none;
    border-radius: 0.4vw;
    transition: 0.3s;
}

.hero-slide-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.hero-swiper-container .swiper-wrapper {
    display: flex;
}

.hero-swiper-container {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    border-radius: 1vw;
}

.hero-swiper-container .swiper-pagination-bullet {
    width: 1.2vw;
    height: 0.3vw;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 0.8vw;
    transition: 0.3s;
}

.hero-swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    width: 2.5vw;
}

.hero-swiper-container .swiper-pagination {
    position: absolute;
    height: 2vw;
}

.address-tel-number .header-backdrop-arrow {
    stroke: black;
}

.hero-swiper-nav-container {
    display: none;
}

.hero-swiper-nav-container {
    display: block;
}

.hero-swiper-nav-container svg {
    width: 1.2vw;
    height: 1.2vw;
}

.hero-swiper-btn-prev {
    position: absolute;
    width: 2.9vw;
    height: 2.9vw;
    background-color: #ffffff;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateX(-30%) translateY(-50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.hero-swiper-btn-next {
    position: absolute;
    width: 2.9vw;
    height: 2.9vw;
    background-color: #ffffff;
    border-radius: 100%;
    right: 0;
    top: 50%;
    transform: translateX(30%) translateY(-50%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.hero-container {
    position: relative;
}

/* SERVICES SECTION ========================================================== */
.services-section {
    padding-top: 2vw;
    padding-bottom: 3vw;
}

.services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.services-item {
    flex-basis: calc((100% - 4 * 0.7vw) / 5);
    background: #f2f3f7;
    border-top-left-radius: 0.4vw;
    border-top-right-radius: 0.4vw;
    border-bottom-left-radius: 0.8vw;
    border-bottom-right-radius: 0.8vw;
    padding: 0.9vw;
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    height: 17vw;
    overflow: hidden;
    transition: 0.3s;
}

.services-section-main .services-item {
    flex-basis: calc((100% - 2 * 0.7vw) / 3);
}

.services-images {
    transition: 1s;
    margin-bottom: 1vw;
}

.services-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    text-transform: uppercase;
    color: #030317;
    transition: 0.3s;
    text-align: center;
}

.services-text-backdrop-container {
    max-height: 0px;
    transition: height 1s ease;
    overflow: hidden;
}

.services-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.25vw;
    line-height: 1.5;
    color: #686874;
    text-align: center;
}

.services-btn {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: rgba(0, 0, 0, 0.2);
    border: none;
    background: transparent;
    width: fit-content;
    border-radius: 0.4vw;
    transition: 0.3s;
    margin: 0 auto;
}

.services-btn-icon {
    stroke: rgba(0, 0, 0, 0.2);
    width: 0.4vw;
    height: 0.6vw;
    transition: 0.3s;
}

.services-images {
    height: 11vw;
    transition: 0.3s;
    margin: 0 auto;
    margin-bottom: 1.2vw;
}

@media (min-width: 1024px) {
    .services-item:hover {
        padding-top: 0;
    }

    .services-item:hover .services-images {
        height: 6vw;
        margin-bottom: 0;
    }

    .services-item:hover .services-text-backdrop-container {
        max-height: 30vw;
        margin-bottom: 1vw;
        transition: height 1s ease;
    }

    .services-item:hover .services-btn {
        background-color: var(--primary-color);
        color: #ffffff;
        padding: 0.8vw;
        width: 100%;
        justify-content: center;
    }

    .services-item:hover .services-btn-icon {
        stroke: #ffffff;
    }

    .services-item:hover .services-title {
        color: var(--primary-color);
        margin-bottom: 0.4vw;
    }

    .services-btn:hover {
        background-color: var(--primary-yellow);
        color: var(--primary-color);
    }
}

/* TARRIF SECTION  ============================================= */

.tariff-section {
    padding-bottom: 4.1vw;
    overflow: hidden;
}

.tariff-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.6vw;
    color: #030317;
    margin-bottom: 1.6vw;
}

.tariff-title-span {
    color: var(--primary-color);
}

.tariff-navigation-list {
    display: flex;
    background: #f3f3f4;
    width: fit-content;
    border-radius: 8.6vw;
}

.navigation-item {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 1.5vw;
    color: #030317;
    padding: 0.6vw 1.2vw;
    border-radius: 8.6vw;
    transition: 0.3s;
    cursor: pointer;
}

.navigation-item:hover {
    color: var(--primary-color);
}

.tariff-navigation-list .current-nav-item {
    color: #fff;
    background-color: var(--primary-color);
}

.tariff-item-title-wrapper img {
    width: 22vw;
}

.tariff-item-title-wrapper .special-item-action {
    border-radius: 8.6vw;
    margin-bottom: 1vw;
}

.tariff-item-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 2.7vw;
    color: #fff;
    width: 17vw;
    margin-bottom: 2.5vw;
}

.tariff-item-title-span {
    color: var(--primary-yellow);
}

.tariff-item-title-inform {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.9vw;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0.6vw 1vw;
    background-color: var(--primary-yellow);
    width: 11.8vw;
    border-radius: 8.6vw;
    margin-bottom: 0.6vw;
}

.tariff-marker-container {
    position: relative;
    display: flex;
    gap: 0.4vw;
    z-index: 9;
    margin-left: 1.6vw;
}

.tariff-popular-marker {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #FFA100 0%, #40B109 100%);
    padding: 0.4vw 0.8vw;
    border-radius: 0.4vw;
    color: #fff;
    width: fit-content;
}

.akuvox-section.in-video .swiper-pagination {
    display: none;
}

.tariff-title {
    font-family: "Exo 2";
    font-weight: 700;
    font-size: 1.6vw;
    color: #000;
    margin-bottom: 0.8vw;
    text-align: center;
}

.tariff-title.without-host-name {
    margin-bottom: 1.6vw;
}

.info-container-title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    line-height: 1vw;
    color: #81818b;
    margin-bottom: 0.2vw;
}

.tariff-info-container {
    display: flex;
    gap: 0.8vw;
    align-items: flex-start;
    margin-bottom: 1.2vw;
}

.tariff-item-icons {
    width: 1.2vw;
    height: 1.2vw;
    /* align-self: center; */
}

.inner-info-container {
    display: flex;
    align-items: flex-end;
    gap: 0.2vw;
}

.inner-number-span {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: #030317;
}

.inner-text-span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    color: #030317;
}

.inner-blue-link {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    color: var(--primary-color);
}

.inner-price-span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    color: black;
    align-self: end;
}

.question-icon {
    width: 1vw;
    height: 1vw;
}

.tariff-backdrop-button {
    display: flex;
    align-items: center;
    background: #f2f3f7;
    border: none;
    padding: 0.6vw;
    border-radius: 0.4vw;
}

.tariff-btn-text {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.2vw;
    line-height: 1.2vw;
    text-align: center;
    color: #030317;
    margin-right: 0.2vw;
    text-wrap: nowrap;
    pointer-events: none;
}

.backdrop-ico-tariff {
    width: 0.8vw;
    height: 0.5vw;
    margin-left: 0.6em;
    pointer-events: none;
}

.backdrop-btn-container {
    display: flex;
    align-items: center;
    gap: 1.2vw;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select {
    position: relative;
    font-size: 18px;
    /* Adjust font size as needed */
    font-family: "Arial", sans-serif;
    cursor: pointer;
}

.custom-select-trigger {
    display: flex;
    align-items: center;
    background: #f2f3f7;
    border: none;
    border-bottom: 1px solid #f2f3f7;
    padding: 0.6vw;
    border-radius: 0.4vw;
    transition-duration: 0.3s;
}

.custom-select.open .custom-select-trigger {
    border-bottom: 1px solid #dbdce2;
    border-radius: 0.4vw 0.4vw 0px 0px;
}

.custom-select-trigger .arrow {
    font-size: 12px;
    margin-left: 10px;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f0f0f5;
    /* Light grey background */
    display: block;
    max-height: 0px;
    overflow: auto;
    border-radius: 0px 0px 0.4vw 0.4vw;
    z-index: 5;
    transition-duration: 0.3s;
}

.custom-select.open .custom-options {
    display: block;
    max-height: 200px;
}

.custom-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
}

.custom-option:hover {
    background-color: #dbdce2;
}

.hidden-select {
    display: none;
    /* Hides the original select */
}

.tariff-info-container:nth-child(5) .info-container-title {
    margin-bottom: 0.4vw;
}

.tariff-item-line {
    height: 0.052vw;
    background: #f2f2f2;
}

.tariff-info-container-list {
    margin-bottom: 1.6vw;
}

.bonus-tag-container {
    position: relative;
    width: 3.1vw;
    height: 1.7vw;
    background-image: url(../img/main-page/bonus-tag-container.png);
    background-repeat: no-repeat;
    background-size: 3.1vw 1.7vw;
    margin-bottom: 0.2vw;
    margin-top: 0.4vw;
}

.bonus-tag-text {
    position: absolute;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    line-height: 0.6vw;
    color: #fff;
    left: 22%;
    top: 22%;
}

.tariff-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    line-height: 1vw;
    color: #030317;
    width: 16vw;
    margin-bottom: 0.4vw;
}

.tv-icon {
    width: 1.1vw;
    height: 1.1vw;
    fill: black;
    transition: 0.3s;
}

.tv-list-container {
    cursor: pointer;
    display: flex;
    gap: 0.5vw;
    align-items: center;
    margin: 0.5vw 0;
}

.tv-list-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    text-align: center;
    color: #030317;
    transition: 0.3s;
}

.tariff-item-price-container {
    margin: 1.6vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4vw;
}

.inner-item-price-container {
    display: flex;
    margin-bottom: 0.4vw;
}

.old-price-value {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-decoration: line-through;
    text-align: center;
    color: #9a9aa2;
}

.old-price-span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    line-height: 0.6vw;
    color: #9a9aa2;
}

.current-price-container {
    display: flex;
    gap: 0.2vw;
}

.current-price-value {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
}

.current-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.current-inner-span {
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 0.6vw;
    line-height: 0.6vw;
    line-height: 1;
    color: #030317;
    display: flex;
    flex-direction: column;
}

.current-inner-span:nth-child(1)::after {
    position: absolute;
    top: 0.8vw;
    content: "";
    width: -webkit-fill-available;
    height: 0.052vw;
    background-color: #000;
}

.inner-item-price-container {
    gap: 0.6vw;
}

.tariff-btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2vw;
}

.tariff-btn {
    width: auto;
}

.inner-date-info {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    line-height: 0.6vw;
    color: #3d3606;
    padding: 0.3vw 3.3vw;
    background: #ffe000;
    width: fit-content;
    border-radius: 0.3vw;
}

.tariff-btn {
    background-color: var(--primary-color);
    border: none;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    line-height: 0.9vw;
    color: #fff;
    padding: 1.25vw 2.4vw;
    width: 100%;
    border-radius: 0.4vw;
    transition: 0.3s;
}

.tariff-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.tariff-link {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5vw;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 1vw;
}

.tariff-link:hover {
    color: black;
}

.tariff-link:hover .tariff-link-icon {
    stroke: black;
}

.tariff-link-icon {
    width: 0.3vw;
    height: 0.6vw;
    stroke: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.flip-container{
    height: 100%;
}
.inner-tariff-container {
    /* position: absolute; */
    padding: 1.6vw;
    background-color: #ffffff;
    width: 100%;
    border-radius: 1vw;
    top: 0.7vw;
    z-index: 1;
    margin-top: -0.7vw;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
}

.main-tariff-swiper-container.main .inner-tariff-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 31vw;
}

.tariff-list-container {
    display: flex;
}

.tv-list-container:hover .tv-icon {
    fill: var(--primary-color);
}

.tv-list-container:hover .tv-list-text {
    color: var(--primary-color);
}

.tariff-item {
    position: relative;
}

.small-part-of-tariff-title {
    font-size: 1.2vw;
}

.tariff-enth-speed-container {
    display: flex;
    align-items: flex-end;
    gap: 0.2vw;
}

.enth-speed-value {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: -0.03em;
    text-align: center;
    color: #030317;
}

.enth-speed-span {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    line-height: 0.8vw;
    color: #030317;
}

.special-price-container {
    display: flex;
    justify-content: center;
    gap: 0.6vw;
    margin: 1.6vw 0 1.2vw 0;
}

.special-price-value {
    display: flex;
    align-items: baseline;
    gap: 0.3vw;
}

.special-price-value-number {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.6vw;
    line-height: 1.6vw;
    text-align: center;
    color: #030317;
}

.special-price-span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.6vw;
    color: #030317;
}

.special-price-termin {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    line-height: 0.6vw;
    color: #3d3606;
    background-color: var(--primary-yellow);
    border-radius: 0.2vw;
    padding: 0.3vw 0.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariff-in-apartment-bottom-text {
    width: 48vw;
}

.tariff-in-apartment-bottom-text:not(:last-child) {
    margin-bottom: 0.4vw;
}

.tariff-ckeckbox-container {
    display: flex;
    gap: 1.2vw;
    align-items: center;
    margin-top: 1em;
}

#tariffBuild {
    margin-top: 0px !important;
}


.checkReview button {
    /* margin-bottom: 1em; */
}

.tariff-ckeckbox-form-tariff {
    display: flex;
}

.tariff-ckeckbox-container label {
    position: relative;
    align-items: center;
    gap: 0.6vw !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #030317;
    padding-left: 1.5vw;
    flex-basis: auto !important;
    flex-direction: row !important;
}

.tariff-ckeckbox-container label:hover .checkmark {
    border: 0.11vw solid var(--primary-color);
}

.tariff-ckeckbox-container input[type="checkbox"]:checked+.checkmark {
    border: 0.11vw solid var(--primary-color);
    background-image: url(../img/active-checkmark.svg);
    background-repeat: no-repeat;
    background-size: 0.7vw 0.7vw;
    background-position: center;
}

.tariff-ckeckbox-container .checkmark {
    position: absolute;
    top: -0.2vw;
    left: 0;
    height: 1.2vw;
    width: 1.2vw;
    border: 0.11vw solid #bdbdbd;
    border-radius: 0.2vw;
}

.tariff-ckeckbox-container input[type="checkbox"] {
    display: none;
}

.tariff-nav-form-container {
    display: flex;
    gap: 4vw;
    margin-bottom: 1.6vw;
}

.host-name-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    text-align: center;
    color: #000;
    margin-bottom: 1.6vw;
}

.tariff-question-container {
    display: flex;
    margin-bottom: 0.4vw;
    gap: 0.4vw;
}

.tariff-backdrop-btn-price-container {
    display: flex;
    align-items: center;
    gap: 0.2vw;
    margin-right: 0.4vw;
    margin-left: 0.4vw;
}

.tariff-navigation-list.mb {
    margin-bottom: 1.6vw;
}

/* FORM SECTION ================================================ */

.form-section {
    background-color: #f2f3f7;
    padding: 4.1vw 0;
}

.form-container {
    width: 43.7vw;
    padding: 3.1vw;
    background: #fff;
    border-radius: 0.8vw;
}

.form-section .container {
    display: flex;
    justify-content: space-between;
}

.form-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    line-height: 2.2vw;
    color: #030317;
    width: 26vw;
    margin-bottom: 2vw;
}

.form-label {
    display: flex;
    flex-direction: column;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 1.1vw;
    color: #030317;
    flex: auto;
}

.first-label {
    margin-bottom: 1.25vw;
}

.form-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border: 0.078vw solid #f2f2f2;
    border-radius: 0.3vw;
    padding: 1vw;
    height: 3.3vw;
    margin-top: 0.6vw;
    transition: 0.3s;
}

.form-input:hover {
    border: 0.078vw solid black;
}

.form-input:focus {
    border: 0.078vw solid var(--primary-color);
}

/* .form-input:active {
  border: 0.078vw solid var(--primary-color);
  outline: 0.078vw solid var(--primary-color);
} */

.form-btn {
    display: block;
    border: none;
    background: var(--primary-color);
    width: -webkit-fill-available;
    height: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    line-height: 0.9vw;
    color: #fff;
    border-radius: 0.4vw;
    margin-top: 2vw;
    gap: 0.4vw;
    transition: 0.3s;
}

.form-btn:hover {
    background-color: var(--primary-hover);
}

.form-search-icon {
    fill: #fff;
    width: 1vw;
    height: 1vw;
}

.form-address {
    display: flex;
    gap: 1.25vw;
}

.form-arrow-icon {
    stroke: black;
    align-self: center;
    margin-left: auto;
    transition: 0.3s;
    width: 0.7vw;
    height: 1.3vw;
}

.form-link-container {
    cursor: pointer;
    display: flex;
    gap: 2.5vw;
    padding: 3.4vw 3.1vw;
    background-color: #ffffff;
    width: 37vw;
    height: 48%;
    border-radius: 0.8vw;
    transition: 0.3s;
}

.form-link-container:hover {
    background-color: var(--primary-color);
}

.form-link-container:hover .form-link-title,
.form-link-container:hover .form-link-text,
.form-link-container:hover .form-arrow-icon {
    color: #ffffff;
}

.form-link-container:hover .form-arrow-icon {
    stroke: #ffffff;
    transform: translateX(1.5vw);
}

.form-link-image {
    width: 5.5vw;
    height: 5.5vw;
}

.form-link-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    line-height: 2.2vw;
    color: #030317;
    width: 16vw;
    margin-bottom: 0.8vw;
    transition: 0.3s;
}

.form-link-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.1vw;
    color: #030317;
    width: 16vw;
    transition: 0.3s;
}

.link-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-section.main .steps-form {
    display: flex;
    flex-direction: column;
}

.step-item-form.last-step {
    display: none !important;
}

.step-item-form.last-step.active {
    display: block !important;
}

.step-item-form.first-step {
    display: block !important;
}

.step-item-form.first-step.disable {
    display: none !important;
}

.step-item-form.step-item-flex.last-step {
    display: none !important;
}

.step-item-form.step-item-flex.last-step.active {
    display: flex !important;
    gap: 1vw;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.flex-form {
    display: flex;
    gap: 1.2vw;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .flex-form {
        display: flex;
        flex-direction: column;
        gap: 1.2vw;
        width: 100%;
    }

    .step-item-form.step-item-flex.last-step.active {
        display: flex !important;
        gap: 0vw;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
    }
}

.step-item-form.step-item-flex.first-step {
    display: flex !important;
    gap: 1.2vw;
    align-items: flex-end;
}

.step-item-form.step-item-flex.first-step.disable {
    display: none !important;
}

.main-form-flex-inputs {
    display: flex;
    gap: 1.2vw;
    margin-top: 1.2vw;
}

.form-section.main input {
    height: 3.3vw;
}

@media (max-width: 1024px) {
    .main-form-flex-inputs {
        flex-direction: column;
        gap: 4.2vw;
        margin-top: 4.2vw;
    }

    .form-section.main input {
        height: 14vw;
    }

    .step-item-form.step-item-flex.first-step {
        display: flex !important;
        gap: 4.2vw;
        align-items: flex-end;
        flex-direction: column;
        width: 100%;
    }
}

/*========================= LOYALTY_SECTION ================================= */

.loyalty-section {
    padding-top: 4vw;
}

.loyalty-container-im-main {
    display: grid;
    grid-template-columns: minmax(10px, 43.9vw) minmax(10px, 1fr);
    border-radius: 1vw;
    overflow: hidden;
    align-items: center;
    gap: 0vw;
}

.loyalty-desc-container {
    height: 100%;
    background: #fff;
    padding: 2.6vw 4.16vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.loyalty-swiper-container {
    position: relative;
    width: auto;
    overflow: hidden;
    border-radius: 1vw;
}

.wrap-swiper-loyalty {
    padding: 2.6vw 4.16vw;
    padding-right: 0px;
    background: #fff;
}

.loyalty-swiper-container a img {
    object-fit: cover;
}

.loyalty-swiper-container .swiper-pagination {
    height: 2vw;
}

.loyalty-swiper-container .swiper-pagination-bullet {
    width: 1.2vw;
    height: 0.3vw;
    border-radius: 3.4vw;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
}

.loyalty-swiper-container .swiper-pagination-bullet-active {
    width: 2.5vw;
    background: rgba(255, 255, 255, 1);
}

.loyalty-section .tariff-marker-container {
    margin-left: 0;
}

.loyalty-section .tariff-marker-container .special-item-action,
.loyalty-section .tariff-marker-container .tariff-popular-marker {
    border-radius: 0.4vw;
}

.loyalty-desc-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.9vw;
    line-height: 3.4vw;
    color: black;
    margin-bottom: 0.8vw;
    margin-top: 0.8vw;
}

.loyalty-desc-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: black;
    margin-bottom: 2vw;
    width: 23vw;
}

.loyalty-desc-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    border-radius: 0.4vw;
    padding: 1vw 2.2vw;
    transition: 0.3s;
}

.loyalty-desc-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.in-article.special-loyalty {
    padding-top: 4vw;
    padding-bottom: 7.2vw;
}

.wrap-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}

/* SPECIAL SECTION ============================================== */
.special-section {
    padding: 4.1vw 0;
    overflow: hidden;
}

.special-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    color: #030317;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.special-title-icon {
    width: 1.5vw;
    height: 1.7vw;
}

.main-special-title-with-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
}

.special-list {
    display: flex;
    justify-content: flex-start;
    gap: 0.8vw;
}

.special-item {
    width: max-content;
    cursor: pointer;
}

.special-img-wrapper {
    border-radius: 1vw;
    overflow: hidden;
    margin-bottom: 0.4vw;
}

.special-img {
    transition: 0.3s;
    object-fit: cover;
}

.special-item-date-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vw;
}

.special-item-date {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #9a9aa2;
    display: none;
}

.special-item-action {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    text-transform: uppercase;
    color: var(--primary-color);
    background-color: var(--primary-yellow);
    padding: 0.4vw 0.8vw;
    border-radius: 0.4vw;
    width: fit-content;
}

.special-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.35vw;
    letter-spacing: -0.01em;
    color: #030317;
    width: 20vw;
    margin-bottom: 0.8vw;
    transition: 0.3s;
}

.special-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    line-height: 1.25vw;
    color: #686874;
    width: 22vw;
    margin-bottom: 1vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Кількість рядків */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.75vw;
    /* Відповідає трьом рядкам (залежить від висоти рядка) */
}

.special-item-other {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #9a9aa2;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    transition: 0.3s;
}

.special-other-icon {
    width: 0.4vw;
    height: 0.6vw;
    stroke: #9a9aa2;
    transition: 0.3s;
}

.special-item-info-container {
    padding: 1.8vw;
    border-radius: 1vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 17vw;
}

@media (min-width: 1024px) {
    .special-item:hover .special-img {}

    .special-item:hover .special-item-title,
    .special-item:hover .special-other-icon,
    .special-item:hover .special-item-other {
        color: var(--primary-color);
        stroke: var(--primary-color);
    }

    .special-item:hover .special-item-other {
        gap: 0.8vw;
    }
}

/* NEWS_SECTION ============================================ */

.news-section {
    padding-bottom: 4.1vw;
}

.news-container {
    display: flex;
    justify-content: space-between;
}

.news-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    color: #030317;
}

.news-item:not(:last-child) {
    margin-bottom: 0.4vw;
}

.news-item:nth-child(:last-child) {
    margin-bottom: 1.2vw;
}

.news-date-container {
    display: flex;
    align-items: center;
    gap: 0.8vw;
    margin-bottom: 1vw;
}

.news-date {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #9a9aa2;
}

.news-marker {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    text-transform: uppercase;
    color: var(--primary-orange);
    padding: 0.4vw 0.8vw;
    background-color: var(--primary-orange-bg);
    width: fit-content;
    border-radius: 0.4vw;
}

.event-marker {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0.4vw 0.8vw;
    background-color: var(--primary-blue-bg);
    width: fit-content;
    border-radius: 0.4vw;
}

.news-text {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.3vw;
    color: #030317;
    transition: 0.3s;
}

.news-item-info {
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 1vw;
    padding: 1.6vw;
    width: 47vw;
    transition: 0.3s;
}

.news-item-info:hover .news-text {
    color: var(--primary-color);
}

.news-image-container {
    border-radius: 1vw;
    overflow: hidden;
    margin-bottom: 0.4vw;
    display: none;
    width: 32.8vw;
}

.news-item:hover .news-text {
    color: var(--primary-color);
}

.all-news-link {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 0.4vw;
    padding: 0.8vw 1.2vw;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    max-width: 8.1vw;
    margin-top: 1.2vw;
    transition: 0.3s;
}

.all-news-link svg {
    width: 0.8vw;
    height: 0.8vw;
}

.all-news-link:hover {
    background-color: var(--primary-hover);
    gap: 0.7vw;
}

.first-child .news-image-container {
    display: block;
}

.first-child .news-item-info {
    width: auto;
}

.first-child {
    width: 32.8vw;
}

.first-child .news-date-container {
    justify-content: space-between;
}

.news-parent-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* FOOTER ================================================================ */

footer {
    background-color: #ffffff;
    padding: 4.6vw 0;
}

.footer-number {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0.4vw;
    background-color: var(--primary-blue-bg);
    padding: 0.8vw;
    width: fit-content;
    border-radius: 0.4vw;
    margin-bottom: 1.2vw;
}

.footer-number-backdrop-icon {
    width: 0.8vw;
    height: 0.5vw;
}

.footer-question-title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    color: #9a9aa2;
    margin-bottom: 0.4vw;
}

.footer-backdrop-container .footer-question-title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    color: #9a9aa2;
    margin-bottom: 1.2vw;
}

.footer-email-address {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.9vw;
    color: #030317;
    margin-bottom: 1.2vw;
}

.copy-icon {
    width: 0.88vw;
    height: 1vw;
}

.footer-info-container {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    color: #030317;
    width: 15vw;
    display: flex;
    gap: 0.7vw;
}

.location-icon {
    width: 1.9vw;
    height: 1.2vw;
}

.footer-nav-block li a {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 0.9vw;
    color: #030317;
    transition: 0.3s;
}

.footer-nav-block li a:hover {
    color: var(--primary-color);
}

.footer-nav-block {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}

.footer-nav-container {
    display: flex;
    gap: 3.2vw;
    justify-content: space-between;
}

.main-footer-container {
    display: grid;
    grid-template-columns: 1fr 47vw;
    padding-bottom: 4.1vw;
}

.footer-line {
    background: #f2f2f2;
    height: 1px;
}

.footer-social-container {
    display: grid;
    grid-template-columns: 1fr 47vw;
    padding: 2.55vw 0;
    align-items: center;
}

.footer-logo {
    width: 7.7vw;
    height: 3.3vw;
}

.footer-social-link-container {
    display: flex;
    gap: 0.8vw;
}

.footer-social-link {
    background: #f2f3f7;
    width: 2.9vw;
    height: 2.9vw;
    border-radius: 0.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border: none !important;
}

.footer-social-icon {
    width: 1.2vw;
    height: 1vw;
    fill: #9a9aa2;
    transition: 0.3s;
}

.footer-social-link:hover {
    background-color: var(--primary-color);
}

.footer-social-link:hover .footer-social-icon,
.footer-social-link:hover .footer-social-icon path {
    fill: #ffffff;
}

.footer-bottom-info {
    display: grid;
    grid-template-columns: 1fr 47vw;
    margin-top: 2.5vw;
}

.footer-bottom-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    color: #9a9aa2;
    width: auto;
}

.inner-politic-link {
    color: #353545;
}

.inner-politic-link:hover {
    color: var(--primary-color);
}

.footer-bottom-text:nth-child(2) {
    width: 31vw;
}

/* =============INTERNET + TV PAGE====================================================== */
/*  INTERNET_TV_HERO===========================================*/
.internet-tv-hero-section {
    background-color: #f2f3f7;
    padding: 2vw 0;
}

.internet-tv-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 2.6vw;
    border-radius: 1vw;
}

.internet-tv-hero-title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 2.8vw;
    color: #030317;
    margin-bottom: 1.2vw;
    width: 31vw;
}

.internet-tv-hero-text {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: #030317;
    width: 33vw;
    margin-bottom: 1.6vw;
}

.internet-tv-hero-btn {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #fff;
    border-radius: 9px;
    padding: 1.2vw 4.7vw;
    background-color: var(--primary-color);
    border: none;
    transition: 0.3s;
    display: inline-flex;
}

.internet-tv-hero-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.internet-tv-hero-image-container {
    width: 39.3vw;
    /* height: 21.8vw; */
    border-radius: 1vw;
    overflow: hidden;
}

/* TARIFF IN INTERNET_TV ===================== */
.tariff-in-internet-tv {
    padding-top: 4vw;
}

.tariff-in-internet-tv .tariff-list-container {
    justify-content: flex-start;
    margin-bottom: 2vw;
}

.tariff-in-internet-tv-bottom-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    line-height: 1vw;
    color: #9a9aa2;
}

/* INTERNET-TV-FORM-SECTION ========================================================= */

.internet-tv-form-section .form-container {
    width: 100%;
    padding-left: 22vw;
    background-image: url(../img/internet-tv-page/internet-tv-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 5vw;
}

.internet-tv-form-section .form-btn {
    width: 15vw;
    margin-top: 0;
    height: 3.5vw;
}

.inner-form-container {
    display: flex;
    gap: 1.2vw;
}

.internet-tv-form-section .first-label .form-input {
    width: 25.3vw;
}

.internet-tv-form-section .form-input {
    width: 12vw;
}

.internet-tv-form-section .first-label {
    width: 25.3vw;
    flex: none;
}

.internet-tv-form-section .form-title {
    width: auto;
}

.internet-tv-form-section .steps-form {
    gap: 1.2vw;
    align-items: end;
}

.internet-tv-form-section .steps-form input {
    height: 3.5vw;
}

input.error {
    border-color: #ff0000 !important;
}

.internet-tv-form-section .steps-form .locality-input:nth-child(1) {
    width: 13vw;
}

.internet-tv-form-section .steps-form .locality-input:nth-child(2) {
    width: 13vw;
}

.internet-tv-form-section .steps-form .locality-input:nth-child(3) {
    width: 7.2vw;
}

@media (max-width: 1024px) {
    .internet-tv-form-section .steps-form {
        flex-direction: column;
        gap: 4.2vw;
        align-items: start;
    }

    .internet-tv-form-section .steps-form .locality-input:nth-child(1) {
        width: 100%;
        margin-bottom: 1vw;
    }

    .internet-tv-form-section .steps-form .locality-input:nth-child(2) {
        width: 100%;
    }

    .internet-tv-form-section .steps-form .locality-input:nth-child(3) {
        width: 100%;
    }

    .internet-tv-form-section .form-btn {
        width: 15vw;
        margin-top: 0;
        height: 14vw;
    }

    .internet-tv-form-section .steps-form input {
        height: 14vw;
    }
}

/* WE CAN SECTION ================================= */

.we-can-icon {
    width: 2.8vw;
    height: 2.8vw;
    fill: #fff;
}

.separate-we-can-icon {
    width: 2.8vw;
    height: 2.8vw;
}

.we-can-icon-container {
    background-color: var(--primary-color);
    width: 5.4vw;
    height: 5.4vw;
    border-radius: 0.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.we-can-section {
    padding: 4vw 0;
}

.we-can-section-title {
    font-family: "Exo 2";
    font-weight: 600;
    font-size: 1.8vw;
    color: #000;
    margin-bottom: 2vw;
}

.we-can-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4vw;
}

.we-can-item-container {
    position: relative;
    display: flex;
    flex-basis: calc((100% - 2 * 0.4vw) / 3);
    gap: 1.6vw;
    background: #fff;
    padding: 1.5vw;
    border-radius: 0.6vw;
    height: auto;
}

.we-can-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    color: #000;
    margin-bottom: 0.6vw;
    max-width: 16.1vw;
}

.we-can-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.25vw;
    color: #030317;
    width: 16.2vw;
    margin-bottom: 0.2vw;
}

/* INSTRUCTIONS_SECTION ================================================== */

.instruction-section {
    background-color: #f2f3f7;
    padding: 4vw 0 5.8vw 0;
}

.instructions-list {
    display: flex;
    justify-content: space-between;
}

.instructions-item-icon {
    width: 4vw;
    height: 4vw;
    margin-bottom: 1.2vw;
}

.instructions-item .we-can-item-text {
    margin-bottom: 1.6vw;
    width: 14vw;
}

.instructions-item-btn-single,
.instructions-item-btn {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    border-radius: 0.4vw;
    padding: 1.2vw 0;
    width: 11.5vw;
    transition: 0.3s;
    display: flex;
    justify-content: center;
}

.instructions-item-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.instructions-graph-text {
    font-weight: 700;
}

.item-text-in-grph {
    margin-bottom: 0.2vw !important;

}

.without-btn-item {
    width: 14vw !important;
}

.instructions-item:nth-child(4) .we-can-item-title {
    width: 10vw;
}

.instructions-item:nth-child(4) .without-btn-item {
    margin-bottom: 0.6vw !important;
}

.instruction-item-link {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 0.4vw;
    transition: 0.3s;
}

.instruction-item-link:hover .instruction-item-link-icon {
    stroke: var(--primary-color);
}

.instruction-item-link:hover {
    color: var(--primary-color);
}

.instruction-item-link-icon {
    stroke: rgba(0, 0, 0, 0.2);
    width: 0.4vw;
    height: 0.6vw;
    transition: 0.3s;
}

/* EQUIPMENT_SECTION ===================================================== */

.equipment-section {
    /* background-color: #f2f3f7; */
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.equipment-link-container {
    display: flex;
    gap: 1.4vw;
}

.equipment-link-item {
    cursor: pointer;

    flex-basis: calc((100% - 2 * 1.4vw) / 3);
    background-color: #ffffff;
    padding: 1.7vw;
    border-radius: 0.8vw;
    transition: 0.3s;
    overflow: hidden;
}

.equipment-image-container {
    width: 11.7vw;
    height: 11.7vw;
    margin: 0 auto;
    margin-bottom: 1.2vw;
}

.equipment-link-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.4vw;
    line-height: 2vw;
    letter-spacing: -0.01em;
    color: #030317;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.equipment-link-icon {
    width: 0.5vw;
    height: 0.8vw;
}

.equipment-image-container img {
    transition: 0.3s;
}

.equipment-link-item:hover .equipment-image-container img {
    transform: scale(1.15);
}

.equipment-link-item:hover .equipment-link-title {
    gap: 1.5vw;
}

.equipment-link-item:nth-child(3) .equipment-image-container {
    width: 19.3vw;
    height: 11.6vw;
}

.equipment-link-item:hover {
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
}

/* QUESTION SECTION ===================================== */

.question-section {
    padding-bottom: 4vw;
}

.question-section.tv {
    padding-top: 4vw;
}

.question-container {
    margin-bottom: 1.2vw;
}

.question-item {
    background: #f4f4f4;
    border-radius: 0.8vw;
    padding: 1.4vw;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.question-item:not(:last-child) {
    margin-bottom: 0.4vw;
}

.question-item .question-item-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.question-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    line-height: 1.5vw;
    color: #030317;
    max-width: 31vw;
}

.question-item-acardeon-text-JS {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #030317;
    width: 60vw;
    max-height: 0vw;
    overflow: hidden;

    max-width: fit-content;
    transition: 0.3s;
}

.question-item-acardeon-text-JS.is-active {
    height: max-content;
    max-height: 1000px;
    overflow: auto;
    /* display: block; */
    margin-top: 1vw;
}

.question-item-icon-circle {
    width: 2vw;
    height: 2vw;
    border-radius: 100%;
    background-color: var(--primary-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-item-icon {
    width: 0.7vw;
    height: 0.4vw;
    stroke: #1436cf;
}

.question-link {
    color: var(--primary-color);
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 1vw 1.6vw;
    border-radius: 0.4vw;
    width: fit-content;
    height: 2.9vw;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    transition: 0.3s;
    border: 0.06vw solid var(--primary-color);
}



.question-link:hover {
    background-color: var(--primary-blue-bg-hover);
}

.question-link-icon {
    width: 0.6vw;
    height: 0.8vw;
}

/* =============INTERNET-MEGOGO-PAGE ==============*/

.without-marker .inner-tariff-container {
    margin-top: 0.8vw;
}

.tariif-section-in-megogo .tariff-list-container {
    /* display: block; */
    /* min-width: 0; */
    gap: 0.8vw;
    margin-bottom: 2vw;
}

.tariff-swiper-container {
    position: relative;
    padding-bottom: 4vw;
    overflow: hidden;
    width: 60vw;
}

.tariff-swiper-container .swiper-pagination-bullet-active {
    border-radius: 0.8vw;
    width: 2.5vw !important;
    height: 0.3vw;
    background: #030317 !important;
}

.tariff-swiper-container .swiper-pagination-bullet {
    border-radius: 0.8vw;
    width: 1.2vw;
    height: 0.3vw;
    background: #8d8d8d;
    transition: 0.3s;
}

.tariif-section-in-megogo {
    padding-top: 4vw;
}

.instruction-item-link-intariff {
    color: #9a9aa2;
    margin-top: 0.8vw;
}

.tariff-item-title-wrapper.megogo {}

.tariff-swiper-relative-container-for-btn {
    position: relative;
    height: max-content;
    /* overflow: hidden; */
}

/* UNIVERSAL_SECTION ----------FOR MEGOGO SWEET OMEGA =======================*/

.universal-section {
    padding: 4vw 0;
}

.universal-bg-container {
    background-color: var(--primary-color);
    border-radius: 1vw;
    padding: 2.6vw;
}

.universal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5vw;
}

.universal-container .special-item-action {
    margin-bottom: 0.8vw;
}

.universal-info-item-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 2.6vw;
    color: #fff;
    width: 31vw;
    margin-bottom: 1.2vw;
}

.universal-info-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: #fff;
    width: 30vw;
    margin-bottom: 1.6vw;
}

.universal-info-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    line-height: 0.9vw;
    color: var(--primary-color);
    background-color: var(--primary-yellow);
    border: none;
    padding: 1.2vw 4.4vw;
    border-radius: 0.4vw;
    transition: 0.3s;
    display: inline-block;
}

.universal-info-btn:hover {
    background-color: #ffffff;
}

.universal-swiper-container {
    position: relative;
    width: 39.2vw;
    height: 23.3vw;
    border-radius: 0.8vw;
    overflow: hidden;
}

.universal-swiper-container img {
    border-radius: 0.8vw;
}

.universal-swiper-container .swiper-pagination {
    bottom: 0;
}

.universal-swiper-container .swiper-pagination-bullet {
    border-radius: 3.4vw;
    width: 7.5vw;
    height: 0.22vw;

    transition: 0.3s;
    background: #fff;
    opacity: 0.2;
}

.universal-swiper-container .swiper-pagination-bullet-active {
    width: 14vw;
    opacity: 1;
}

.universal-platform-list {
    display: flex;
    padding: 1.6vw 4vw;
    background: rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    border-radius: 0.8vw;
}

.universal-platform-item {
    display: flex;
    align-items: center;
    gap: 1.2vw;
}

.universal-platform-icon {
    width: 2.5vw;
    height: 2.5vw;
    fill: white;
}

.universal-platform-name {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1vw;
    line-height: 1.2vw;
    color: #fff;
    width: 7vw;
}

/* INTERACTIVE-TV-SECTION ======================= */
.interactive-tv-section {
    padding-bottom: 4vw;
    overflow: hidden;
}

.interactive-tv-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    color: #000;
    margin-bottom: 2vw;
}

.interactive-tv-item {
    background-color: #ffffff;
    padding: 2vw;
    border-radius: 1vw;
    flex-basis: calc((100% - 2 * 0.8vw) / 3);
    height: auto;
}

.interactive-tv-iamge-container {
    padding: 1.5vw;
    border-radius: 0.4vw;
    width: 100%;
    height: 14.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    margin-bottom: 1.6vw;
}

.interactive-tv-item:nth-child(1) .interactive-tv-iamge-container {
    background-image: url(../img/internet-megogo-page/interactive-tv/man-looking-image.jpg);
}

.interactive-tv-item:nth-child(2) .interactive-tv-iamge-container {
    background-image: url(../img/internet-megogo-page/interactive-tv/family-image.jpg);
}

.interactive-tv-item:nth-child(3) .interactive-tv-iamge-container {
    background-image: url(../img/internet-megogo-page/interactive-tv/tv-image.jpg);
}

.interactive-tv-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    color: #000;
    margin-bottom: 0.8vw;
    max-width: 23.2vw;
}

.interactive-tv-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #686874;
    width: 22.2vw;
}

.we-can-icon-in-interactive {
    align-self: flex-end;
    width: 4vw;
    height: 4vw;
}

.we-can-icon-in-interactive svg {
    width: 2vw;
    height: 2vw;
}

.interactive-tv-item-list {
    display: flex;
    gap: 0.8vw;
}

/*===================== OMEGA_PAGE ================= */

.tariff-section-in-omega .tariff-item-title-wrapper {
    /* background-image: url(../img/internet-omega.page/omega-tariff-img.jpg); */
}

/* ===============APARTMENT-BUILDING PAGE=================== */

.apartment-building-hero .internet-tv-hero-title {
    width: 37vw;
}

.apartment-building-hero .special-item-action {
    margin-bottom: 1.6vw;
}

/* WHY-SECTION================================ */

.why-section {
    padding-bottom: 4vw;
    overflow: hidden;
}

.additional-services .we-can-item-text {
    color: #9a9aa2;
    margin-bottom: 0.8vw;
}

.additional-services .we-can-icon-container {
    background-color: var(--primary-blue-bg);
    margin-bottom: 0.8vw;
}

.why-section .additional-services {
    margin-bottom: 0;
}

.conditions-container {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    cursor: pointer;
}

.conditions-icon {
    position: absolute;
    right: 1.6vw;
    top: 1.6vw;
    min-width: 1.2vw;
    min-height: 1.2vw;
    fill: #9a9aa2;
    transition: 0.3s;
}

.conditions-icon::before {
    position: absolute;
    content: "Підтвердження технології відбудеться після перевірки покриття та консультації з оператором";
    color: var(--primary-color);
    background-color: var(--primary-blue-bg);
}

.conditions-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #9a9aa2;
}

.conditions-container:hover .conditions-icon {
    fill: var(--primary-color);
}

.why-section .we-can-list {
    gap: 0.8vw;
}

.why-section .we-can-item-container {
    flex-direction: column;
    min-height: 18vw;
    gap: 0;
    justify-content: space-between;
    flex-basis: calc((100% - 3 * 0.8vw) / 4);
}

/* ============PRIVATE HOUSE PAGE ==================== */

.tariff-in-private-house .inner-number-span {
    font-size: 1vw;
}

.tariff-in-private-house .price-in-private-house {
    font-size: 1.4vw;
}

.tariff-temporary-discount {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    line-height: 0.6vw;
    color: #3d3606;
    background-color: var(--primary-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2vw;
    width: 6.3vw;
    height: 1.2vw;
}

.tariff-in-private-house .inner-tariff-container {
    /* min-height: 31vw; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ============== TABLE_SECTION ================ */

.tariff-table-section {
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.table-container {
    background-color: #ffffff;
    padding: 2.7vw 2vw 3.3vw 2vw;
    border-radius: 1vw;
    margin-bottom: 1.6vw;
}

@media (max-width: 1024px) {
    .table-container {
        display: none;
    }
}

.main-upper-table-container {
    display: flex;
    justify-content: space-between;
}

.table-main-container {
    width: 21.7vw;
    padding-top: 1.5vw;
}

.table-logo-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 2.6vw;
    color: #030317;
    margin-bottom: 0.4vw;
}

.table-logo-image {
    width: 6.4vw;
    height: 6.4vw;
}

.table-upper-line-container {
    display: flex;
}

.upper-line-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    text-align: center;
    color: #000;
}

.secondary-table-container {
    position: relative;
    width: 14.4vw;
    padding-bottom: 2vw;
    padding-top: 2vw;
    border-top-right-radius: 1vw;
    border-top-left-radius: 1vw;
    transition: 0.3s;
}

.secondary-table-container .tariff-marker-container {
    position: absolute;
    top: -0.8vw;
    opacity: 0;
    transition: 0.3s;
}

.secondary-table-container .tariff-marker-container.hovered {
    opacity: 1;
}

.table-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: var(--primary-color);
    background-color: transparent;
    border: 0.07vww solid var(--primary-color);
    border-radius: 0.4vw;
    padding: 1.2vw 3.6vw;
    display: block;
    margin: 0 auto;
    transition: 0.3s;
}

.table-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.column-btn-1.hovered {
    background-color: var(--primary-color);
    color: #fff;
}

.column-btn-2.hovered {
    background-color: var(--primary-color);
    color: #fff;
}

.column-btn-3.hovered {
    background-color: var(--primary-color);
    color: #fff;
}

.column-btn-4.hovered {
    background-color: var(--primary-color);
    color: #fff;
}

.table-container .tariff-item-price-container {
    margin: 1.2vw;
}

.lower-table-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eaeaea;
    /* padding: 1vw 0; */
}

.lower-table-container:last-child {
    border-bottom: 1px solid #eaeaea;
}

.lower-table-title-container {
    width: 21.7vw;
}

.lower-table-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 1.2vw;
    max-width: 19vw;
}

.lower-table-info-list {
    display: flex;
}

.lower-table-info-item {
    width: 14.4vw;
    /* padding: 1vw 0; */
    height: 3.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.lower-table-number {
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: #030317;
}

.tariff-table-section .tv-list-container {
    justify-content: center;
}

.table-defis {
    font-family: "Exo 2";
    font-weight: 300;
    font-size: 3.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: #030317;
}

.chek-mark-icon {
    min-width: 1.4vw;
    min-height: 1.4vw;
    max-width: 1.4vw;
    max-height: 1.4vw;
    margin: 0 auto;
    display: block;
}

.table-large-numbers {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: #030317;
}

.with-price .lower-table-info-item {
    height: 5vw;
}

.column-1.hovered {
    background-color: #f7f7f7;
}

.column-2.hovered {
    background-color: #f7f7f7;
}

.column-3.hovered {
    background-color: #f7f7f7;
}

.column-4.hovered {
    background-color: #f7f7f7;
}

.question-section.in-tables-page {
    padding-top: 4vw;
}

/* =================== SWEET-TV PAGE =============================== */

.sweet-tv-logo-image {
    width: 14.1vw;
    height: 2.6vw;
}

.tariff-table-section.in-sweet-tv .table-logo-title {
    margin-bottom: 1.2vw;
}

.tariff-table-section.in-sweet-tv .lower-table-title {
    max-width: max-content;
}

.lower-bottom-table-title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    line-height: 1vw;
    color: #81818b;
}

.checkpoint-info-text.bold {
    font-weight: 700;
}

.mobile-table-container.omega .table-checkpoint-container:not(:last-child) {
    margin-bottom: 6.4vw;
}

/* ======================== OMEGA PAGE ============================== */

.omega-logo-image {
    width: 8.9vw;
    height: 3.3vw;
}

.mob-table-item {
    position: relative;
    background-color: #ffffff;
    border-radius: 5.3vw;
    padding: 6.4vw 8.5vw;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
}

.mob-table-item .tariff-marker-container {
    position: absolute;
    left: 0;
    top: -3.7vw;
}

.table-checkpoint-container {
    display: flex;
    gap: 4.2vw;
}

.table-checkpoint-icon {
    width: 6.4vw;
    height: 6.4vw;
}

.table-checkpoint-container:not(:last-child) {
    margin-bottom: 4.2vw;
}

.mob-table-item:last-child {
    margin-bottom: 8.5vw;
}

.checkpoint-info-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.7vw;
    margin-bottom: 1vw;
    line-height: 5.6vw;
    color: black;
}

.mob-table-catergories-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 4.2vw;
    line-height: 5vw;
    color: black;
    margin: 5.3vw 0;
}

.table-checkpoint-container span {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 6.4vw;

    line-height: 6.4vw;
    color: black;
}

.mob-table-item:not(:last-child) {
    margin-bottom: 10vw;
}

.tariff-item-line.margin {
    margin-bottom: 6.4vw;
}

.mob-table-item .internet-tv-hero-btn {
    margin-bottom: 6.4vw;
}

.mobile-table-container {
    display: none;
}

@media (max-width: 1024px) {
    .tariff-table-section {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    .mobile-table-container {
        display: block;
    }
}

.mob-table-logo-container {
    margin-bottom: 6vw;
}

.mob-table-logo-container h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 6.4vw;
    text-align: center;
    color: #000;
    margin-bottom: 2.1vw;
}

.mob-table-logo-container img {
    width: 19vw;
    height: 19vw;
    margin: 0 auto;
}

.mob-table-logo-container.sweet-tv img {
    width: 40vw;
    height: 8vw;
}

.mob-table-logo-container.omega img {
    width: 41vw;
    height: 15vw;
}

.checkpoint-light-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #81818b;
    margin-bottom: 1vw;
}

/*  ================================INTERCOM PAGE ==================================== */

.additional-hero-text {
    font-family: Manrope;
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 17.6px;
    letter-spacing: 0.24em;
    text-align: left;
    margin-bottom: 1.2vw;
}

.options-section .we-can-item-text {
    width: 13vw;
}

.options-section .without-btn-item {
    width: 15vw !important;
}

.options-section {
    background-color: #fff;
}

/* FORM============ */

.additional-form-example .form-container {
    background-image: none;
    padding-left: 3.1vw;
}

.form-input.with-icons {
    padding-left: 2.9vw;
}

.input-container {
    position: relative;
}

.jk-icon {
    position: absolute;
    top: 55%;
    left: 1vw;
    transform: translateY(-50%);
}

.inner-form-arrow-icon {
    position: absolute;
    top: 50%;
    right: 1vw;
    cursor: pointer;
}

.additional-form-example .first-label {
    width: 20.8vw !important;
}

.additional-form-example .first-label .form-input {
    width: 20.8vw !important;
}

.additional-form-example .form-input {
    width: 7.2vw !important;
}

/* ================== AKUVOX SECTION ======================== */

.akuvox-section {
    padding: 4vw 0;
}

.akuvox-section .container {
    display: flex;
    justify-content: space-between;
}

.akuvox-image-container {
    width: 42vw;
    background-color: #f2f3f7;
    border-radius: 0.8vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.akuvox-info-container {
    padding: 0 4vw 0 6.2vw;
}

.akuvox-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 3.1vw;
    color: #030317;
    margin-bottom: 2vw;
    width: 25vw;
}

.akuvox-acardeon-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.2vw;
    padding: 1.2vw;
    cursor: pointer;
    /* transition: 0.3s; */
}

.akuvox-acardeon-item.is-active {
    /* border-bottom: 0.15vw solid var(--primary-color); */
    background-color: #f5f5f6;
}

.akuvox-acardeon-item-icon {
    transition: 0.3s;
    width: 1.6vw;
    height: 1.6vw;
}

.akuvox-acardeon-item-icon.with-stroke {
    stroke: #9a9aa2;
}

.akuvox-acardeon-item-icon.with-fill {
    fill: #9a9aa2;
}

.akuvox-acardeon-item-icon.with-stroke.is-active {
    stroke: var(--primary-color);
}

.akuvox-acardeon-item-icon.with-fill.is-active {
    fill: var(--primary-color);
}

.akuvox-acardeon-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    color: #9a9aa2;
    transition: 0.3s;
}

.akuvox-acardeon-item-title.is-active {
    color: #030317;
}

.akuvox-acardeon-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    opacity: 0;
    transition: 0.3s;
    height: 0px;
}

.akuvox-acardeon-item-text.is-active {
    opacity: 1;
    height: auto;
    margin-top: 0.8vw;
    color: #030317;
}

.akuvox-acardeon-item .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 0.12vw;
    max-height: 0.12vw;
    background-color: var(--primary-color);
    /* Змініть колір за потреби */
    width: 0;
    transition: width 6s linear;
    z-index: 9999;
}

.akuvox-acardeon-item .progress-bar-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.12vw;
    background-color: #dfdfdf;
    /* Змініть колір за потреби */
    width: 0;
}

.akuvox-acardeon-item.is-active .progress-bar {
    width: 100%;
}

.akuvox-acardeon-item.is-active .progress-bar-bg {
    width: 100%;
}

.akuvox-acardeon-item:not(.is-active) .progress-bar {
    transition: none;
}

.mob.akuvox-image-container {
    display: none;
}

@media (max-width: 1024px) {
    .akuvox-swiper-container {
        display: none;
    }

    .pointer-swiper .akuvox-section-title {
        width: 90%;
    }

    .pointer-swiper .akuvox-info-container {
        padding: 0;
    }

    .mob.akuvox-image-container {
        display: block;
        margin-bottom: 3.2vw;
    }

    .akuvox-image-container {
        width: auto;
        padding: 5.3vw 20vw 0 20vw;
    }

    .akuvox-image-container img {
        margin: 0 auto;
    }

    .akuvox-acardeon-item .progress-bar {
        display: none;
    }

    .akuvox-acardeon-item .progress-bar-bg {
        display: none;
    }

    .akuvox-acardeon-item-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        opacity: 1;
        height: auto;
        margin-top: 0.8vw;
        color: #030317;
    }

    .akuvox-acardeon-item-icon.with-stroke {
        stroke: var(--primary-color);
        min-width: 6.4vw;
        min-height: 6.4vw;
    }

    .akuvox-acardeon-item-icon.with-fill {
        fill: var(--primary-color);
        min-width: 6.4vw;
        min-height: 6.4vw;
    }

    .akuvox-acardeon-item-title {
        color: #030317;
        margin-bottom: 2.1vw;
        font-size: 4.8vw;
    }

    .akuvox-acardeon-item.is-active {
        background-color: transparent;
    }

    .pointer-swiper .akuvox-acardeon-item {
        flex-direction: row;
        gap: 4.2vw;
        padding: 6.4vw 4.2vw;
        border-bottom: 0.4vw solid #ebeeff;
        margin-bottom: 12vw;
    }

    .akuvox-section .pointer-swiper {
        padding: 15vw 0;
    }
}

/*=-============================= AKYVOX COMPANY SLIDER ========================= */
.akuvox-section.in-video .company-item {
    cursor: pointer;
}

/* ========================= CATALOG SECTION ================= */

.catalog-section {
    padding-bottom: 4vw;
}

.catalog-item {
    position: relative;
    background-color: #ffffff;
    padding: 1vw 1.2vw 1.2vw 1.2vw;
    border-radius: 0.8vw;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.catalog-item .wrap_cart_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.catalog-item:hover {
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
}

.catalog-item-img {
    margin: 0 auto;
    width: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-item-img img {
    aspect-ratio: 1.3;
    object-fit: contain;
}

/* .catalog-item-img img {
  object-fit: contain;
} */

.catalog-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    color: #000;
    margin-bottom: 1vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Вказуємо кількість рядків */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    /* Встановіть бажану висоту рядка */
    max-height: 4.5em;
    /* 3 рядки * висота одного рядка (1.5em) */
}

.catalog-price-container {
    display: flex;
    gap: 0.8vw;
    align-items: flex-end;
    margin-bottom: 1vw;
    margin-top: auto;
}

.catalog-current-price {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: #030317;
}

.catalog-current-price span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    color: #030317;
    margin-left: 0.2vw;
}

.catalog-old-price {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1vw;
    line-height: 1vw;
    text-decoration: line-through;
    text-align: center;
    color: #9a9aa2;
}

.catalog-old-price span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    text-decoration: line-through;
    color: #9a9aa2;
    margin-left: 0.2vw;
}

.catalog-btn-container {
    display: flex;
    gap: 0.64vw;
    position: relative;
    z-index: 9;
}

.catalog-buy-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: #fff;
    flex-basis: 50%;
    padding: 1vw 0;
    border: none;
    background: var(--primary-color);
    border-radius: 0.4vw;
    transition: 0.3s;
}

.catalog-buy-btn:hover {
    background-color: var(--primary-hover);
}

.catalog-catalog-add-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    background: #f2f3f7;
    line-height: 0.7vw;
    padding: 1vw 0;
    color: #9a9aa2;
    flex-basis: 50%;
    border: none;
    border-radius: 0.4vw;
    transition: 0.3s;
    text-align: center;
}

.catalog-catalog-add-btn:hover {
    color: #030317;
}

.catalog-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    color: #000;
}

.catalog-swiper-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 4vw;
    padding-top: 2vw;
}

.catalog-swiper-container .swiper-pagination {
    bottom: 1vw;
}

.catalog-swiper-container .swiper-pagination-bullet {
    border-radius: 0.8vw;
    width: 1.2vw;
    height: 0.31vw;
    transition: 0.3s;

    background: #8d8d8d;
}

.catalog-swiper-container .swiper-pagination-bullet-active {
    border-radius: 0.8vw;
    width: 2.5vw;
    height: 0.31vw;

    background: #030317;
}

.catalog-section .tariff-marker-container {
    position: absolute;
    left: 0;
    top: -0.5vw;
}

.catalog-swiper-container .swiper-slide {
    height: auto;
}

/* ========================= BLUE FORM SECTION ============================= */

.blue-form-section {
    position: relative;
    padding-bottom: 4vw;
    padding-top: 6.6vw;
}

.blue-form-section.intercom {
    padding-top: 3vw;
}

.blue-form-container {
    background-color: var(--primary-color);
    padding: 3.1vw;
    border-radius: 1vw;
}

.blue-form-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    color: #fff;
    margin-bottom: 0.8vw;
}

.blue-form-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
    margin-bottom: 1.2vw;
    opacity: 0.7;
}

.blue-form {
    display: flex;
    gap: 0.8vw;
    margin-bottom: 1vw;
    align-items: flex-end;
}

.blue-form.flex-dir-form {
    flex-direction: column;
}

.blue-form-label {
    display: flex;
    flex-direction: column;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #fff;
}

.blue-form-input {
    border: 0.07vw solid rgba(255, 255, 255, 0.4);
    border-radius: 0.3vw;
    padding: 1vw;
    width: 15.2vw;
    height: 3.3vw;
    background: transparent;
    margin-top: 0.6vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
}

.blue-form-input::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
    opacity: 0.4;
}

.blue-form-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: var(--primary-color);
    border-radius: 0.4vw;
    padding: 1vw 1.2vw;
    width: 10.4vw;
    height: 3.3vw;
    border: none;
    background: #fff;
}

.blue-form-bottom-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.6vw;
    line-height: 0.9vw;
    color: rgba(255, 255, 255, 0.4);
}

.blue-form-bottom-link {
    font-weight: 700;
    color: #fff;
}

.blue-form-img {
    position: absolute;
    right: 8vw;
    bottom: 4vw;
    width: 33vw;
}

/* ======================== VIDEO PAGE ================== */

/* ================= SUPERVISION SECTION ================= */

.video-tabs-section {
    padding-top: 4vw;
}

.supervision-tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8vw;
    display: none;
}

.supervision-tab-list.is-active {
    display: flex;
}

.large {
    flex-basis: calc((100% - 1 * 0.8vw) / 2);
}

.small {
    flex-basis: calc((100% - 2 * 0.8vw) / 3);
}

.supervision-tab-item {
    background-color: #ffffff;
    border-radius: 0.8vw;
    overflow: hidden;
}

.supervision-tab-item.large img {
    max-height: 16vw;
    width: 100%;
    object-fit: cover;
}

.supervision-tab-item-text-container {
    padding: 1.2vw;
}

.supervision-tab-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    color: #030317;
    margin-bottom: 0.6vw;
}

.supervision-tab-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #686874;
}

.large .supervision-tab-item-text {
    width: 60%;
}

.small .supervision-tab-item-text {
    width: 75%;
}

.blue-form-img.in-video {
    width: 20vw;
    right: 18vw;
    bottom: 7vw;
}

.akuvox-section.in-video .akuvox-image-container img {
    width: 25.5vw;
}

.akuvox-section.in-video .akuvox-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.4vw;
    padding: 3vw 0;
}

.akuvox-section.in-video {
    padding-top: 0;
}

.company-list {
    display: flex;
    justify-content: space-between;
}

.company-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 10.1vw;
    padding: 1.9vw;
    border-radius: 0.6vw;
}

.akuvox-section.in-video .akuvox-info-container {
    padding: 0;
}

.akuvox-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: #030317;
    max-width: 28vw;
}

.akuvox-item-span {
    font-weight: 700;
}

.akuvox-section.in-video .akuvox-acardeon-item img {
    width: 1.6vw;
    height: 1.6vw;
}

.akuvox-section.in-video .akuvox-acardeon-item {
    align-items: center;
}

.akuvox-section.in-video .akuvox-section-title {
    width: 35vw;
}

.akuvox-swiper-container {
    width: 42vw;
    height: 36vw;
    overflow: hidden;
}

/* ================== DOSCOUNT PAGE ====================== */

.special-list.in-discount {
    flex-wrap: wrap;
}

.special-list.in-discount .special-item {
    flex-basis: calc((100% - 2 * 0.8vw) / 3);
}

.form-special-item {
    background-color: var(--primary-color);
    border-radius: 1vw;
    padding: 2.6vw 3.1vw 2.6vw 3.1vw;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4vw;
}

.form-special-item img {
    width: 20vw;
}

.form-special-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6vw;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 1vw;
    color: var(--primary-color);
    border: none;
    background-color: #ffffff;
    width: 18vw;
    border-radius: 0.4vw;
    padding: 1.2vw 0;
    transition: 0.3s;
}

.form-special-item a:hover {
    background-color: var(--primary-yellow);
}

.form-item-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 1.6vw;
    line-height: 2.1vw;
    color: #fff;
    margin-bottom: 2vw;
    width: 35vw;
}

.special-form-label {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #fff;
}

.articles-section .question-link {
    margin-bottom: 1.6vw;
}

.special-form-input {
    background-color: transparent;
    width: 100%;
    border: 0.07vw solid rgba(255, 255, 255, 0.4);
    border-radius: 0.3vw;
    padding: 1vw;
    margin-top: 0.6vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
    transition: 0.3s;
}

.special-form-input::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #fff;
    opacity: 0.4;
}

.special-form-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: var(--primary-color);
    display: block;
    width: 100%;
    padding: 1.2vw 0vw;
    border: none;
    border-radius: 0.3vw;
}

.special-form-input-container {
    position: relative;
    margin-bottom: 2vw;
}

.special-form-input-icon {
    position: absolute;
    stroke: #9a9aa2;
    width: 0.8vw;
    height: 0.8vw;
    top: 50%;
    left: 7.3vw;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.3s;
}

.special-form-input:hover {
    border: 0.07vw solid black;
}

.special-form-input-container:hover .special-form-input-icon {
    stroke: black;
    opacity: 1;
}

.special-list.in-discount {
    margin-bottom: 1vw;
}

/* ===================== ARTICLE PAGES ============================================ */
.article-section {
    padding-top: 1.6vw;
}

.tariff-table-section.in-article .tariff-section-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 2.8vw;
    color: #030317;
}

.article-container {
    width: 83.8vw;
    padding: 0 0.7vw;
    margin: 0 auto;
    margin-bottom: 4em;
}

.article-container .container {
    padding: 0px !important;
    width: max-content !important;
    margin-right: auto !important;
    margin-left: 0px !important;
}

.article-container .bread-crumbs {
    margin: 0px;
    padding: 0px;
}

.bread-cont {
    padding: 0.7em 5.33vw;
    background: #f2f3f7;
    margin-bottom: 1.5em;
    overflow: auto;
}

.bread-cont::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari та Opera */
}

.bread-cont .article-container {
    margin-bottom: 0px;
    padding: 0px;
}

.article-container .special-item-date-container {
    gap: 1.6vw;
    justify-content: flex-start;
}

.article-text-container p,
.article-text-container li,
.article-text-container ol,
.article-text-container ul {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: #030317;
    margin: 0.5em 0;
}

.article-loyalty {
    display: grid;
    grid-template-columns: minmax(10px, 20.41vw) minmax(10px, 1fr);
    gap: 1.66vw;
    max-width: 100% !important;
}

.wp-block-quote {
    margin: 1em 0;
    padding: 1.4em;
    border-radius: 0.5em;
    background-color: #f2f3f7;
}

.wp-block-verse {
    margin: 1em 0;
    padding: 1.4em 0;

    border-bottom: 2px solid var(--primary-color);
}

.wp-block-list {
    padding-left: 0px;
}

.wp-block-list li {
    list-style-position: inside !important;
}

.article-info-container {
    max-width: 100%;
}

.article-info-container img {
    border-radius: 1vw;
    margin-bottom: 2vw;
}

.article-info-container img.img-loyalty {
    aspect-ratio: 1;
    object-fit: cover;
}

.article-text-container {
    display: flex;
    flex-direction: column;
    gap: 0vw;
    margin-bottom: 2vw;
}

.article-list-item {
    list-style-type: disc;
    margin-left: 1.3vw;
}

.article-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 2.8vw;
    color: #030317;
    width: 100%;
    margin-bottom: 1.6vw;
}

.article-share-text {
    margin-bottom: 1.2vw;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
}

.article-text-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 1.5vw;
    color: black;
    margin-bottom: 0.3vw;
}

/* ==================== LOYALTY_PAGE ========================= */

.special-list.in-loyalty {
    flex-wrap: wrap;
    margin-bottom: 2vw;
}

.loyalty-container {
    position: relative;
    padding: 3.2vw 0 5.2vw 4.1vw;
    background: linear-gradient(-100deg, var(--primary-color) 0%, #a117c3 100%);
    border-radius: 1vw;
}

.special-list.in-loyalty .special-item {
    flex-basis: calc((100% - 0.8vw) / 2);
}

.loyalty-marker-container {
    display: flex;
    gap: 0.6vw;
    margin-bottom: 0.8vw;
}

.offers-marker {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    text-transform: uppercase;
    color: var(--primary-color);
    background-color: var(--primary-yellow);
    padding: 0.4vw 0.8vw;
    border-radius: 0.4vw;
    width: fit-content;
}

.bonus-marker {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    text-transform: uppercase;
    color: #fff;
    padding: 0.4vw 0.8vw;
    border-radius: 0.4vw;
    width: fit-content;
    background: linear-gradient(100deg, var(--primary-color) 0%, #a117c3 100%);
}

.loyalty-hero-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.9vw;
    line-height: 3.4vw;
    color: #fff;
    margin-bottom: 0.8vw;
}

.loyalty-hero-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: #fff;
    width: 23vw;
    margin-bottom: 2vw;
}

.loyalty-hero-section .special-item-form {
    display: flex;
    align-items: flex-end;
    gap: 0.8vw;
}

.loyalty-hero-section .special-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6vw;
    width: 13.5vw;
    height: 3.3vw;
    transition: 0.3s;
    background-color: #ffff;
}

.loyalty-hero-section .special-form-input-container {
    margin-bottom: 0;
}

.loyalty-hero-section .special-form-input {
    height: 3.2vw;
    width: 17.7vw;
}

.loyalty-hero-section .special-form-btn svg {
    width: 1.2vw;
    height: 1.2vw;
}

.equipment-hero-gift {
    position: absolute;
    width: 40vw;
    bottom: 5vw;
    right: 1.1vw;
}

.loyalty-hero-gift {
    position: absolute;
    width: 27vw;
    bottom: 0;
    right: 1.1vw;
}

.loyalty-hero-girl {
    position: absolute;
    width: 34vw;
    bottom: 0;
    right: 11.6vw;
}

.special-loyalty .special-item-title {
    width: 100%;
}

.special-loyalty .special-item-text {
    width: 100%;
}

.archive-btn {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    background: #f2f3f7;
    width: 7.7vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3vw;
    cursor: pointer;
    transition-duration: 0.3s;
}

.archive-btn:hover .archive-icon {
    fill: black;
}

.archive-btn:hover .archive-text {
    color: black;
}

.archive-btn.active .archive-icon {
    fill: #fff;
}

.archive-btn.active .archive-text {
    color: #fff;
}

.archive-btn.active {
    background: var(--primary-color);
}

.archive-icon {
    width: 1vw;
    height: 1vw;
    fill: #9a9aa2;
    transition: 0.3s;
}

.archive-text {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: #9a9aa2;
    transition: 0.3s;
}

.archive-container {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 1.6vw;
}

.swiper-container.company {
    width: 100%;
    overflow: hidden;
}

.swiper-slide.company {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 0.8vw;
    overflow: hidden;
    background: #f2f3f7;
}

.pagination-custom {
    margin-top: 0.4vw;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 0.8vw;
}

.pagination-custom div {
    flex-basis: calc((100% - 3 * 0.8vw) / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.7vw;
    background-color: #fff;
    padding: 1vw;
    border-radius: 0.6vw;
    cursor: pointer;
}

.pagination-custom div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6vw;
    transition: 0.3s;
}

.pagination-custom div:nth-child(1) {
    background-image: url(../img/video-page/company-icons/image-517.png);
}

.pagination-custom div:nth-child(2) {
    background-image: url(../img/video-page/company-icons/image-516.png);
}

.pagination-custom div:nth-child(3) {
    background-image: url(../img/video-page/company-icons/ajax-234-1.png);
}

.pagination-custom div:nth-child(4) {
    background-image: url(../img/video-page/company-icons/image-515.png);
}

.pagination-custom div:nth-child(1).active {
    background-image: url(../img/video-page/company-icons/alhua.png);
}

.pagination-custom div:nth-child(2).active {
    background-image: url(../img/video-page/company-icons/hikvision.png);
}

.pagination-custom div:nth-child(3).active {
    background-image: url(../img/video-page/company-icons/ajax.png);
}

.pagination-custom div:nth-child(4).active {
    background-image: url(../img/video-page/company-icons/tvt.png);
}

.pagination-custom div.active {
    opacity: 1;
}

.range-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.5vw;
    width: 14vw;
}

@media (max-width: 1024px) {
    .range-container {
        width: 56vw;
    }
}

.range-labels {
    display: flex;
    justify-content: space-between;

    width: 14vw;
    margin-bottom: 0.8vw;
}

.range-label {
    flex: 1;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: -0.03em;
    color: #b3b3b9;
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
}

.range-label:nth-child(1) {
    text-align: left;
}

.range-label:nth-child(2) {
    text-align: center;
}

.range-label:last-child {
    text-align: right;
}

.value-range-1000 {
    text-align: right !important;
}

.value-range-300 {
    text-align: center !important;
}

.value-range-100,
.value-range-50 {
    text-align: left !important;
}

.range-label span {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    line-height: 0.8vw;
    color: #b3b3b9;
}

.range-label.selected {
    color: black;
    font-weight: bold;
}

.range-label.selected span {
    color: black;
    font-weight: bold;
}

.range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 1.3vw;
    background: transparent;
    border-radius: 5px;
    outline: none;
    /* opacity: 0.7; */
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.range-input:hover {
    opacity: 1;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1vw;
    height: 1vw;
    border-radius: 100%;
    background: #ffffff;
    cursor: pointer;
    outline: 0.4vw solid var(--primary-color);
}

.range-input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    transition: 3s;
}

.range-input {
    position: relative;
}

.range-input::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.25vw;
    width: 0.4vw;
    height: 0.4vw;
    background: #247000;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.range-input::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5vw;
    width: 0.7vw;
    height: 0.7vw;
    opacity: 0.2;
    background: #247000;
    border-radius: 50%;
    z-index: -1;
}

.first-point-range {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    background: #247000;
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 50%;
}

.input-range-line-container {
    position: relative;
    width: 100%;
    height: 1.5vw;
    background-image: url(../img/input-range-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 9;
    cursor: pointer;
}

.wrap_bg_range::before {
    content: '';
    height: 1.5vw;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    width: 14vw;
    cursor: pointer;
    background-image: url(../img/input-range-bg-content.png);
}

.wrap_bg_range {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 1.5vw;
    width: var(--range-line-width);
}

@media (max-width: 1024px) {
    .wrap_bg_range::before {
        content: '';
        height: 5.5vw;
        display: flex;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 0;
        width: 56vw;
    }

    .wrap_bg_range {
        content: '';
        height: 5.5vw;
        z-index: 0;
        width: var(--range-line-width);
    }
}

.input-range-line-container input {
    cursor: pointer;
}

.map-order-back-drop-btn svg {
    width: 1vw;
    height: 1vw;
}

@media (max-width: 1024px) {
    .article-loyalty {
        display: grid;
        grid-template-columns: minmax(10px, 1fr);
        gap: 0vw;
    }

    .input-range-line-container {
        height: 5.5vw;
    }

    .range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 4.8vw;
        height: 4.8vw;
        border-radius: 100%;
        background: #ffffff;
        cursor: pointer;
        outline: 1.8vw solid var(--primary-color);
    }

    .range-input::before {
        width: 1.5vw;
        height: 1.5vw;
        left: 1.25vw;
    }

    .range-input::after {
        right: 2vw;
        width: 3.2vw;
        height: 3.2vw;
    }

    .range-input {
        height: auto;
    }

    .first-point-range {
        width: 2.3vw;
        height: 2.3vw;
    }
}

/* ======================== PAYMENT_METHODS_PAGE ======================== */

.online-payment {
    padding-top: 1.6vw;
}

.online-payment .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8vw;
    align-items: flex-start;
}

.online-payment-form-container {
    background-color: #ffffff;
    width: 38.7vw;
    border-radius: 0.8vw;
    padding: 3.1vw;
    height: 100%;
}

.online-payment-form-container .payment-title {
    width: 30vw;
}

.payment-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.6vw;
    line-height: 1.8vw;
    color: black;
    margin-bottom: 1.6vw;
}

.online-payment-form {
    display: flex;
    flex-direction: column;
}

.online-payment-form label {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 1.1vw;
    color: black;
    margin-bottom: 0.6vw;
}

.online-payment-form input::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #9a9aa2;
}

.online-payment-form input {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
    padding: 1vw;
    background: transparent;
    transition: 0.3s;
}

.online-payment-form input:hover {
    border: 0.07vw solid black;
}

.online-payment-form input:focus {
    border: 0.07vw solid black;
}

.online-payment-form input :nth-child(1) {
    margin-bottom: 1vw;
}

.online-payment-form-container .tariff-btn {
    margin-top: 0.8vw;
    margin-bottom: 0;
}

.online-payment .instructions-item .we-can-item-text {
    margin-bottom: 0;
    width: 14vw;
}

.payment-instruction-icon-container {
    width: 3.3vw;
    height: 3.3vw;
    border-radius: 0.4vw;
    background-color: var(--primary-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2vw;
}

.payment-instruction-icon-container img {
    width: 1.6vw;
    height: 1.6vw;
}

.online-payment-instruction-container {
    width: 44.3vw;
    background: #ffffff;
    border-radius: 0.8vw;
    padding: 3.1vw;
    display: flex;
    flex-direction: column;
    gap: 6.3vw;
}

.online-payment-system-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4vw;
    align-items: center;
}

.online-payment-system-images:nth-child(1) {
    margin-bottom: 1.4vw;
}

/* ======================CASH PAyment ========================= */

.mob-app-payment {
    padding-top: 1.6vw;
    padding-bottom: 3.2vw;
}

.cash-payment {
    padding-top: 1.6vw;
    padding-bottom: 13vw;
}

.cash-container {
    background-color: #ffffff;
    padding: 2.6vw;
    border-radius: 0.8vw;
}

.cash-terminal-list {
    display: flex;
    gap: 0.8vw;
}

.cash-terminal-item {
    background: #f5f5f6;
    padding: 2vw;
    border-radius: 0.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privat-img {
    width: 5vw;
    height: 5vw;
}

.easy-img {
    width: 8.9vw;
    height: 4.4vw;
}

.city-img {
    width: 5vw;
    height: 5vw;
}

.ibox-img {
    width: 8.8vw;
    height: 2.9vw;
}

.tyme-img {
    width: 3.8vw;
    height: 5vw;
}

.payment-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    margin-bottom: 1.6vw;
}

.mob-app-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.mob-app-item {
    flex-basis: calc((100% - 9vw) / 10);
}

.mob-app-container {
    background-color: #ffffff;
    padding: 2.6vw;
    border-radius: 0.8vw;
}

.portmone {
    padding-top: 1.6vw;
}

.portmone .payment-text {
    margin-bottom: 2vw;
}

.portmone .we-can-item-text {
    width: 14vw;
}

.portmone-container {
    background-color: #ffffff;
    border-radius: 0.8vw;
    padding: 2.6vw;
}

.portmone-logo {
    margin-bottom: 0.8vw;
}

.payment-tab {
    display: none;
}

.payment-tab.active-tab {
    display: block;
}

/*  ================================= =====DOCUMENT PAGE ============================================ */

.page-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 2.8vw;
    color: black;
    margin-bottom: 1.6vw;
}

.documenet-backdrop-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.2vw;
    line-height: 1.3vw;
    color: black;
}

.document-backdrop-container-JS {
    max-height: 0vw;
    overflow: hidden;
    transition: 0.5s;
    /* display: none; */
}
/* Базове положення стрілки (вниз) */
.question-item-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* Коли сусідній блок активний — стрілка вгору */
.backdrop-btn-container-JS:has(+ .document-backdrop-container-JS.is-active) .question-item-icon {
    transform: rotate(180deg);
}

/* базове положення */
.question-item-icon-circle {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* якщо всередині .question-item є .is-active */
.question-item:has(.is-active) .question-item-icon-circle {
    transform: rotate(180deg);
}



.document-backdrop-container-JS.is-active {
    height: max-content;
    max-height: 1000px;
    margin-top: 1.2vw;
     transition: 0.3s;
    display: block;

}

.document-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8vw;
    border-radius: 0.4vw;
    transition: 0.3s;
}

.document-list-icon {
    width: 1.2vw;
    height: 1.2vw;
    min-width: 1.2vw;
    fill: #9a9aa2;
    margin-right: 0.8vw;
    transition: 0.3s;
}

.document-list-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: black;
    transition: 0.3s;
}

.document-download-icon {
    width: 1vw;
    height: 1vw;
    fill: #9a9aa2;
    margin-right: 0.5vw;
    transition: 0.3s;
}

.download-text {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: #9a9aa2;
    transition: 0.3s;
}

.document-item-flex-container {
    display: flex;
    align-items: center;
}

.documents-backdrop-container {
    background-color: #ffffff;
    padding: 1.6vw;
    border-radius: 0.8vw;
    transition: 0.3s;
    flex-basis: calc((100% - 0.8vw) / 2);
    height: max-content;
}

.backdrop-btn-container-JS {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.document-list-item:hover {
    background: #f2f3f7;
}

.document-list-item:hover .document-list-text {
    color: var(--primary-color);
}

.document-list-item:hover .document-list-icon {
    fill: var(--primary-color);
}

.document-flex-container {
    display: flex;
    gap: 0.8vw;
}

.document-item-flex-container.download:hover .document-download-icon {
    fill: black;
}

.document-item-flex-container.download:hover .download-text {
    color: black;
}

.document-item-flex-container.download:hover {
    cursor: pointer;
}

.document-section {
    padding: 2vw 0 17vw 0;
}

/* ===================== CONTACT PAGE ===================================== */

.contact-section {
    padding: 2vw 0 7.2vw 0;
}

.contact-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    line-height: 2vw;
    color: black;
    margin-bottom: 0.8vw;
}

.contact-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    margin-bottom: 2vw;
    width: 22vw;
}

.contact-support-number-container {
    margin-bottom: 2vw;
}

.contact-number-item {
    display: flex;
    align-self: start;
    gap: 0.8vw;
}

.contact-number-item:not(:last-child) {
    margin-bottom: 1vw;
}

.contact-number {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4vw;
    text-align: center;
    color: black;
    transition: 0.3s;
}

.number-item-text {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    color: #9a9aa2;
}

.question-support-container {
    margin-bottom: 2vw;
}

.contact-number-item:hover .contact-number {
    color: var(--primary-color);
}

.tg-container {
    display: flex;
    align-items: center;
    gap: 0.6vw;
    margin-bottom: 2vw;
}

.tg-icon {
    width: 1.2vw;
    height: 1vw;
}

.tg-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.9vw;
    color: var(--primary-color);
}

.team-viewer-container {
    display: flex;
    align-items: center;
    background: #f2f3f7;
    width: fit-content;
    padding: 0.7vw 1vw;
    border-radius: 0.3vw;
    cursor: pointer;
    margin-bottom: 2vw;
}

.team-viewer-container:hover .download-text {
    color: var(--primary-color);
}

.team-viewer-container:hover .document-download-icon {
    fill: var(--primary-color);
}

.team-viewer-icon {
    margin-right: 0.8vw;
}

.download-text {
    font-size: 0.7vw;
    margin-right: 0.5vw;
}

.social-link-title {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    color: #9a9aa2;
    margin-bottom: 0.8vw;
}

.contact-support-container {
    background: #ffffff;
    padding: 3.1vw;
    border-radius: 0.8vw;
}

.contact-form label {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    margin-bottom: 0.6vw;
}

.contact-form-input-line {
    display: flex;
    justify-content: space-between;
}

.contact-form-input-line:nth-child(1) {
    margin-bottom: 1.8vw;
}

.contact-label-container {
    display: flex;
    flex-direction: column;
    flex-basis: calc((100% - 1.2vw) / 2);
}

.contact-label-container input,
.contact-label-container textarea {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    padding: 1vw;
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
    transition: 0.3s;
}

/* .contact-label-container textarea {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #9a9aa2;
  padding: 1vw;
  border: 0.07vw solid #f2f2f2;
  border-radius: 0.3vw;
  transition: 0.3s;
} */

.contact-container {
    display: grid;
    grid-template-columns: 34.4vw 1fr;
    gap: 0.8vw;
}

.contact-form-container {
    background: #ffffff;
    padding: 3.1vw 8.2vw 0 3.1vw;
    border-radius: 0.8vw;
}

.contact-form {
    margin-top: 2vw;
}

.contact-form>.contact-label-container {
    margin-top: 1.8vw;
}

.contact-label-container textarea {
    resize: none;
    height: 8.8vw;
}

.contact-form-btn {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    padding: 1.2vw;
    border-radius: 0.4vw;
    width: 100%;
    margin-top: 2vw;
    transition: 0.3s;
}

.contact-form-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.contact-form input:hover,
.contact-form textarea:hover {
    border: 0.07vw solid black;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 0.07vw solid var(--primary-color);
}

/* =-======================= QUESTION PAGE ================================== */

.question-container.in-page {
    width: 56vw;
}

.question-container.in-page {
    display: none;
    /* Приховати всі контейнери за замовчуванням */
}

.question-container.in-page.active {
    display: block;
    /* Показати активний контейнер */
}

.question-search-form input {
    width: 56vw;
    margin-bottom: 0vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #9a9aa2;
    padding: 1.4vw 1.2vw;
    border: 0.07vw solid #cdcdd1;
    border-radius: 0.3vw;
    background-color: transparent;
    transition: 0.3s;
}

.search-input-container {
    margin-bottom: 1.6vw;
}

.question-search-form input:hover {
    border: 0.07vw solid #000000;
}

.question-search-form input:focus {
    border: 0.07vw solid var(--primary-color);
}

.question-search-form:hover .question-search-icon {
    fill: black;
}

.question-search-form:focus-within .question-search-icon {
    fill: var(--primary-color);
}

.question-search-form input::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #9a9aa2;
}

.search-input-container {
    position: relative;
    width: fit-content;
}

.question-search-icon-container {
    position: absolute;
    top: 50%;
    display: flex;
    right: 1.2vw;
    transform: translateY(-50%);
}

.question-search-icon {
    width: 1.3vw;
    height: 1.3vw;
    fill: rgb(0, 0, 0);
    transition: 0.3s;
}

/* ================= EQUIPMENT PAGE =============================== */

.navigation-item span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: black;
    opacity: 0.4;
    margin-left: 0.4vw;
}

.navigation-item.current-nav-item span {
    opacity: 1;
    color: #ffffff;
}

.catalog-equipment-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    column-gap: 0.7vw;
    row-gap: 1.3vw;
    margin-bottom: 2vw;
}

.catalog-equipment-container .catalog-item {
    flex-basis: calc((100% - 3 * 0.7vw) / 4);
}

.catalog-equipment-container .tariff-marker-container {
    position: absolute;
    left: 0;
    top: -0.5vw;
}

/* =============================== ADDAPTIVE =========================== */
.articles-section {
    padding: 2vw 0 4vw 0;
}

/* =========== HEADER ================================================================ */

.header-bottom-nav-container,
.flex-sub-menu {
    display: flex;
    align-items: center;
}

.flex-sub-menu {
    gap: 3em;
}

a .count {
    color: #fff;
    font-size: 0.625vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    width: 0.83vw;
    height: 0.83vw;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
    background: var(--primary-color);
    display: none !important;
}

.wrap_mobile_menu {
    display: flex;
}

@media (max-width: 1024px) {
    .search-input-container {
        margin-bottom: 8.6vw;
    }

    .header-bottom-section {
        /* display: none; */
    }

    .header-bottom-nav-container,
    .flex-sub-menu {
        display: block;
        align-items: center;
    }

    .without-light-header-container {
        display: none;
    }

    .top-header-right-nav-list {
        position: static;
        flex-direction: column;
        gap: 8.5vw;
        margin-right: 0;
    }

    .top-header-nav-list a span,
    .top-header-right-nav-list li a {
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 0.8vw;
    }

    .top-header-left {
        display: flex;
        align-items: center;
        gap: 3.2vw;
    }

    .top-heaer-nav-list-mob-backdrop {
        display: none;
    }

    .top-heaer-nav-list-mob-backdrop.is-active {
        position: absolute;
        flex-direction: column;
        top: 14vw;
        z-index: 11;
        background-color: var(--primary-color);
        display: block;
        height: auto;
    }

    .top-heaer-nav-list-mob-backdrop .top-header-nav-list li a {
        padding: 2vw 0;
    }

    .top-header-nav-list {
        flex-direction: column;
    }

    .top-header-nav-list li a {
        padding: 8.4vw 0;
        gap: 1vw;
    }

    .top-header-nav-list li.current-menu-item {
        background-color: transparent;
    }

    .header-nav-icon {
        width: 3.2vw;
        height: 3.2vw;
    }

    .addition-header-btn {
        /* display: none; */
    }

    .header-enter-btn-text {
        font-size: 3.2vw;
        line-height: 3.2vw;
        display: flex;
        align-items: center;
        gap: 2vw;
    }

    .header-enter-icon {
        width: 5.2vw;
        height: 5.2vw;
    }

    .header-enter-btn {
        border: 0.6vw solid #fff;
        border-radius: 1vw;
        padding: 3.2vw 3.2vw;
    }

    .header-menu-container {
        background-color: #ffffff;
        padding: 0 5.3vw;
        border-radius: 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-mob-logo img {
        width: 30vw;
    }

    .header-menu-container svg {
        width: 5.3vw;
        height: 5.3vw;
        fill: var(--primary-color);
    }

    .top-header-btn-container {
        gap: 3.2vw;
    }

    .top-header-backdrop-icon {
        width: 3.2vw;
        height: 3.2vw;
    }

    .header-bottom-section .container {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-top: 6.4vw;
    }

    .header-logo {
        display: none;
    }

    .header-botttom-nav-list {
        flex-direction: column;
        gap: 8.5vw;
        padding-left: 4.2vw;
    }

    .wrap_mobile_menu {
        display: flex;
        flex-direction: column;
        gap: 8.5vw;
    }

    header .address-tel-number {
        font-size: 4.8vw;
        line-height: 4.8vw;
        gap: 2.1vw;
        padding: 4.2vw;
        border-radius: 1.6vw;
        color: var(--primary-color);
        background-color: var(--primary-blue-bg);
    }

    .address-icon {
        min-width: 4.2vw;
        min-height: 4.2vw;
        max-width: 4.2vw;
        max-height: 4.2vw;
        fill: var(--primary-color);
    }

    .address-tel-number .header-backdrop-arrow {
        width: 3.7vw;
        height: 3.7vw;
        margin-left: auto;
        stroke: var(--primary-color);
    }

    .bottom-header-right {
        width: 100%;
    }

    .header-tel-numbers-container {
        width: 100%;
    }

    .tel-number-backdrop-link span {
        font-size: 4.8vw;
        line-height: 4.8vw;
    }

    .tel-number-backdrop-link img {
        width: 5vw;
    }

    .tel-number-backdrop-link {
        gap: 2vw;
        padding: 2vw 4.2vw;
    }

    .addres-tel-number-backdrop-list.active {
        position: static;
        border-radius: 0.3vw;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0.4vw;
        padding-bottom: 0.4vw;
    }

    .header-tel-numbers-container.active {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: none;
        border-radius: 0.3vw;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .header-botttom-nav-list li a {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 0;
        color: black;
        text-transform: unset;
        width: 100%;
        position: relative;
    }

    .bottom-header-right .tariff-btn {
        font-size: 3.7vw;
        line-height: 3.7vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4.2vw;
    }

    .bottom-header-left {
        width: 100%;
    }

    .header-bottom-nav-container {
        width: 100%;
    }

    .header-botttom-nav-list li {
        position: static;
        height: auto;
        padding: 0;
    }

    .header-botttom-nav-list .menu-item-has-children a::before {
        position: absolute;
        right: 0;
        content: "";
        width: 4.8vw;
        height: 4.8vw;
        background-image: url("../img/Righticon.svg");
        background-size: contain;
        background-position: center;
    }

    .finding-marker svg {}

    .finding-marker {
        display: flex;
        align-items: center;
        gap: 2.1vw;
        font-family: "Manrope";
        font-size: 4.2vw;
        font-weight: 700;
        line-height: 4.2vw;
        margin-top: 7.4vw;
        margin-bottom: 9.6vw;
    }

    .main-page-marker-mob {
        font-family: "Manrope";
        font-size: 4.2vw;
        font-weight: 600;
        line-height: 4.2vw;
        color: var(--primary-color);
        padding-left: 4.2vw;
        margin-bottom: 8.5vw;
        display: flex;
    }

    .addition-btn-text {
        font-size: 4.2vw;
    }

    .addition-btn-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    .addition-header-btn {
        gap: 2.1vw;
        padding: 5.3vw 0;
        width: 80vw;
        margin: 0 auto;
        justify-content: center;
        border-radius: 2.1vw;
        margin-top: 8.5vw;
        border: 0.6vw solid var(--primary-color);
        margin-bottom: 8.5vw;
    }

    .moved-nav-list {
        background: var(--Background, rgba(242, 243, 247, 1));
        width: 100%;
    }

    .moved-nav-list a {
        display: flex;
        align-items: center;
        gap: 2.1vw;
        padding: 5.3vw;
        border-bottom: 1px solid rgba(229, 229, 229, 1);
        font-family: "Manrope";
        font-size: 4.2vw;
        font-weight: 700;
        line-height: 4.2vw;
        color: #000;
    }

    .moved-nav-list span {
        display: block !important;
    }

    a .count {
        font-size: 3.2vw;
        width: 4.2vw;
        height: 4.2vw;
    }

    /* HERO SECTION IN MAIN  */
    .hero-swiper-btn-prev {
        background-color: #ffffff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.5vw;
        height: 8.5vw;
    }

    .hero-swiper-btn-next {
        background-color: #ffffff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.5vw;
        height: 8.5vw;
    }

    .hero-swiper-nav-container {
        position: absolute;
        z-index: 1;
        display: flex;
        gap: 3.2vw;
        bottom: 6.4vw;
        right: 6.4vw;
    }

    .hero-slide-title {
        font-size: 6.4vw;
        line-height: 7.7vw;
        width: 40vw;
        margin-bottom: 3.2vw;
    }

    .hero-slide-text {
        font-size: 3.7vw;
        line-height: 4.5vw;
        width: 60vw;
        margin-bottom: 10.6vw;
    }

    .hero-slide-btn {
        font-size: 3.2vw;
        line-height: 3.2vw;
        padding: 3.2vw 4.2vw;
        border-radius: 1vw;
    }

    .hero-slide-item {}

    .hero-swiper-container .swiper-pagination-bullet {
        width: 7.5vw !important;
        height: 0.8vw !important;
    }

    .hero-swiper-container .swiper-pagination-bullet-active {
        width: 15.2vw !important;
        height: 0.8vw !important;
    }

    .hero-swiper-container .swiper-pagination {
        position: absolute;
        top: 0.9vw !important;
        left: 0;
        height: 6vw;
        width: 100%;
    }

    .hero-slide-item {
        background-image: url(../img/main-page/hero-bg-mob.jpg);
    }

    .hero-swiper-container .swiper-slide {
        border-radius: 3vw;
        overflow: hidden;
    }

    .hero-swiper-container {
        border-radius: 3vw;
    }
}

/* ============================= SERVICES SECTION ============================== */

@media (max-width: 1024px) {
    .services-section {
        padding-top: 5.3vw;
        padding-bottom: 15vw;
    }

    .services-list {
        gap: 1.8vw;
    }

    .services-item {
        border-radius: 2.1vw;
        padding: 4.2vw;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .services-item img {
        min-width: none;
        width: 100%;
        height: auto;
    }

    .services-item:nth-child(1) {
        flex-basis: 100%;
    }

    .services-item:nth-child(1) img {
        min-width: 48vw;
        height: 30vw;
        margin: 0 auto;
    }

    .services-item:nth-child(2),
    .services-item:nth-child(3) {
        flex-basis: calc((100% - 1.8vw) / 2);
    }

    .services-item:nth-child(4),
    .services-item:nth-child(5) {
        flex-basis: calc((100% - 1.8vw) / 2);
    }

    .services-title {
        font-size: 4.2vw;
        text-align: center;
    }

    .services-btn {
        display: none;
    }
}

/* ==================== TARIFF SECTION ====================================== */

@media (max-width: 1024px) {
    .tariff-section {
        padding-bottom: 15vw;
    }



    .tariff-section-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .tariff-nav-form-container {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 9.8vw;
    }

    .tariff-navigation-list {}

    .navigation-item {
        font-size: 3.4vw;
        line-height: 3.4vw;
        padding: 4.2vw;
    }

    .current-nav-item {}

    .tariff-ckeckbox-container {
        align-self: flex-start;
    }

    .tariff-ckeckbox-container .checkmark {
        width: 6.4vw;
        height: 6.4vw;
        border: 0.5vw solid #bdbdbd;
        border-radius: 1vw;
        top: -1.2vw;
    }

    .tariff-ckeckbox-container label {
        font-size: 3.4vw;
        line-height: 3.4vw;
        padding-left: 10vw;
        font-weight: 800;
        display: inline !important;
    }

    .tariff-ckeckbox-form {
        height: fit-content;
    }

    .tariff-ckeckbox-container {
        gap: 8vw;
    }

    .tariff-ckeckbox-container input[type="checkbox"]:checked+.checkmark {
        background-size: 4vw 4vw;
        border: 0.5vw solid var(--primary-color);
    }

    .tariff-navigation-list {
        width: 100%;
        justify-content: space-between;
    }

    .tariff-title {
        font-size: 6.4vw;
        margin-bottom: 1vw;
    }

    .host-name-title {
        font-size: 4.2vw;
        margin-bottom: 6.4vw;
    }

    .inner-tariff-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
        margin-top: -3.2vw;
        width: 82vw;
    }

    .tariff-marker-container {
        gap: 2.1vw;
        margin-left: 8.5vw;
    }

    .tariff-popular-marker {
        font-size: 2.6vw;
        padding: 2.1vw 3.2vw;
        border-radius: 1.6vw;
    }

    .special-item-action {
        font-size: 2.6vw;
        padding: 2.1vw 3.2vw;
        border-radius: 1.6vw;
    }

    .tariff-item-icons {
        width: 6.4vw;
        height: 6.4vw;
    }

    .info-container-title {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 2.6vw;
    }

    .range-label {
        font-size: 5.3vw;
        line-height: 5.3vw;
    }

    .range-labels {
        width: 100%;
        margin-bottom: 4.1vw;
    }

    .range-label span {
        font-size: 2.6vw;
        line-height: 3.2vw;
    }

    .tariff-info-container>div {
        width: 100%;
    }

    .tariff-info-container {
        gap: 4.26vw;
        margin-bottom: 5.3vw;
    }

    .without-marker .inner-tariff-container {
        margin-top: 4vw;
    }

    .inner-number-span {
        font-size: 6.4vw;
        line-height: 6.4vw;
    }

    .main-tariff-swiper-container {
        width: 100%;
        position: relative;
        padding-bottom: 9.6vw;
    }

    .main-tariff-swiper-container .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #8b8b8b;
        transition: 0.3s;
    }

    .main-tariff-swiper-container .swiper-pagination-bullet-active {
        width: 10.6vw;
        background-color: #000;
    }

    .inner-text-span {
        font-size: 3.7vw;
    }

    .inner-blue-link {
        font-size: 3.7vw;
    }

    .inner-info-container {
        gap: 1vw;
    }

    .inner-price-span {
        font-size: 3.2vw;
        color: #000;
    }

    .tariff-btn-text {
        font-size: 4.8vw;
        line-height: 4.8vw;
    }

    .tariff-backdrop-button {
        padding: 2.6vw;
        border-radius: 2vw;
        gap: 1vw;
    }

    .backdrop-ico-tariff {
        width: 3.2vw;
        height: 3.2vw;
    }

    .question-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    .tariff-question-container {
        gap: 2.1vw;
        align-items: center;
        margin-bottom: 2.1vw;
    }

    .bonus-tag-container {
        width: 16vw;
        height: 8vw;
        background-size: 16vw 8vw;
        margin-bottom: 2.1vw;
        margin-top: 2.6vw;
    }

    .bonus-tag-text {
        font-size: 3.2vw;
        line-height: 3.2vw;
    }

    .tariff-item-text {
        font-size: 3.7vw;
        line-height: 5.3vw;
        width: 75vw;
        margin-bottom: 3.2vw;
    }

    .tv-list-container {
        gap: 2.6vw;
        margin: 2.6vw 0;
    }

    .tv-icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .tv-list-text {
        font-size: 3.7vw;
    }

    .tariff-item-price-container {
        margin: 8.5vw 0;
        gap: 1vw;
    }

    .inner-date-info {
        font-size: 3.2vw;
        line-height: 3.2vw;
        padding: 1.6vw 14vw;
        border-radius: 1vw;
        margin-bottom: 2.1vw;
    }

    .old-price-value {
        font-size: 7.4vw;
        line-height: 7.4vw;
    }

    .old-price-span {
        font-size: 3.2vw;
        line-height: 3.2vw;
    }

    .current-price-value {
        font-size: 12.8vw;
        line-height: 12.8vw;
    }

    .current-price-container {
        display: flex;
        gap: 1vw;
    }

    .current-inner-span {
        font-size: 3.2vw;
        line-height: 3.2vw;
    }

    .current-inner-span:nth-child(1)::after {
        top: 4.8vw;
        height: 0.2vw;
    }

    .tariff-btn {
        font-size: 4.8vw;
        line-height: 4.8vw;
        padding: 6.4vw 5.4vw;
        border-radius: 2.4vw;
        width: 100%;
        margin-bottom: 0;
    }

    .tariff-link {
        font-size: 4.2vw;
        gap: 2.1vw;
        margin-top: 5.3vw;
        justify-content: center;
    }

    .tariff-link-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    /* ============================ FORM SECTION ============================================= */

    .form-section {
        padding: 10.6vw 0;
    }

    .form-section .container {
        flex-direction: column;
        gap: 6.4vw;
    }

    .form-container {
        width: 100%;
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .form-address {
        flex-direction: column;
    }

    .form-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        width: 70vw;
        margin-bottom: 8.5vw;
    }

    .form-label {
        font-size: 3.7vw;
        line-height: 5.3vw;
        gap: 2.1vw;
    }

    .form-input {
        padding: 4.2vw;
        height: auto;
        margin-top: 0.6vw;
        font-size: 3.7vw;
        line-height: 5.6vw;
        border: 0.4vw solid #f2f2f2;
        border-radius: 1.6vw;
    }

    .form label {
        margin-bottom: 4.2vw;
    }

    .form-btn {
        width: -webkit-fill-available;
        height: 17vw;
        font-size: 4.2vw;
        line-height: 4.2vw;
        border-radius: 2.1vw;
        margin-top: 8.5vw;
        gap: 2.1vw;
    }

    .form-search-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    .form-link-container {
        gap: 6.4vw;
        padding: 8.5vw 6.4vw;

        width: 100%;
        border-radius: 3vw;
    }

    .link-container {
        gap: 3.2vw;
    }

    .form-link-image {
        width: 17vw;
        height: 17vw;
    }

    .form-link-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        width: 34vw;
        margin-bottom: 4.2vw;
    }

    .form-link-text {
        font-size: 3.2vw;
        line-height: 4.5vw;
        width: 40vw;
    }

    .form-arrow-icon {
        align-self: flex-start;
        width: 8.5vw;
        height: 8.5vw;
        margin-top: 4vw;
    }

    /* ========================= LOYALTY SECTION ================================= */

    .loyalty-section {
        padding-top: 15vw;
    }

    .loyalty-container-im-main {
        gap: 6.4vw;
        padding: 6.4vw 5.3vw;
        background-color: #ffffff;
        border-radius: 3vw;
        flex-direction: column;
        align-items: flex-start;
        grid-template-columns: minmax(10px, 1fr);
    }

    .loyalty-swiper-container {
        width: 100%;
        border-radius: 3vw;
    }

    .loyalty-swiper-container .swiper-pagination-bullet {
        border-radius: 6.4vw;
        width: 10vw;
        height: 0.8vw;
        background: #fff;
    }

    .loyalty-swiper-container .swiper-pagination-bullet-active {
        width: 22vw;
    }

    .loyalty-section .tariff-marker-container .special-item-action,
    .loyalty-section .tariff-marker-container .tariff-popular-marker {
        border-radius: 1.6vw;
        margin-bottom: 3.2vw;
    }

    .loyalty-desc-title {
        font-size: 6.4vw;
        line-height: 7.7vw;
        margin-bottom: 3.2vw;
    }

    .loyalty-desc-text {
        font-size: 3.7vw;
        line-height: 5.8vw;
        margin-bottom: 8.5vw;
        width: 75vw;
    }

    .loyalty-desc-btn {
        font-size: 3.7vw;
        line-height: 3.7vw;
        border-radius: 1.6vw;
        padding: 4.2vw 10.1vw;
    }

    /*======================== SPECIAL SECTION ==================================== */

    .special-section {
        overflow: hidden;
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    .special-list {
        gap: 0px;
    }

    .special-swiper-container {
        width: 82vw;
    }

    .special-img-wrapper {
        border-radius: 3vw;
        margin-bottom: 2.1vw;
    }

    .special-item-date {
        font-size: 3.2vw;
    }

    .special-item-title {
        font-size: 4.8vw;
        line-height: 5.3vw;
        width: 72vw;
        margin-bottom: 3.2vw;
    }

    .special-item-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        width: 100%;
        margin-bottom: 4.2vw;
        display: -webkit-box;
        max-height: 16.8vw;
        /* Відповідає трьом рядкам (залежить від висоти рядка) */
    }

    .special-item-info-container {
        padding: 6.4vw;
        border-radius: 3vw;
    }

    .special-item-other {
        font-weight: 600;
        font-size: 4.2vw;
        gap: 2.1vw;
    }

    .special-other-icon {
        width: 3.7vw;
        height: 3.7vw;
    }

    .special-section-title {
        font-size: 6.4vw;
        gap: 4.2vw;
        margin-bottom: 8.5vw;
    }

    .special-title-icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .special-item-date-container {
        margin-bottom: 4.2vw;
    }

    .special-item.swiper-slide-active .special-img-wrapper img {
        /* transform: scale(1.5); */
    }

    .special-item.swiper-slide-active .special-item-title,
    .special-item.swiper-slide-active .special-other-icon,
    .special-item.swiper-slide-active .special-item-other {
        color: var(--primary-color);
        stroke: var(--primary-color);
    }

    .special-item:hover .special-item-other {
        gap: 3vw;
    }

    /* ==================== NEWS SECTION ============================*/

    .news-section {
        padding-bottom: 15vw;
    }

    .news-container {
        flex-direction: column;
        gap: 4.2vw;
    }

    .news-item-info,
    .first-child {
        width: 100%;
    }

    .news-item-info {
        padding: 6.4vw 5.3vw;
        border-radius: 3vw;
    }

    .news-image-container {
        width: 100%;
        border-radius: 3vw;
        margin-bottom: 2.1vw;
    }

    .news-item:not(:first-child) {
        display: none;
    }

    .news-date {
        font-size: 3.2vw;
    }

    .news-marker {
        font-size: 2.6vw;
        padding: 1.6vw 3.2vw;
        border-radius: 1vw;
    }

    .news-date-container {
        gap: 4.2vw;
        margin-bottom: 4.2vw;
    }

    .event-marker {
        font-size: 2.6vw;
        padding: 1.6vw 3.2vw;
        border-radius: 1vw;
    }

    .news-text {
        font-size: 4.8vw;
        line-height: 6.1vw;
    }

    .question-link {
        gap: 3.2vw;
        padding: 5.3vw 1.6vw;
        font-size: 3.7vw;
        line-height: 3.7vw;
        border: 0.4vw solid var(--primary-color);
        border-radius: 1.6vw;
        width: 100%;
        height: auto;
        justify-content: center;
    }

    .question-link-icon {
        width: 3.7vw;
        height: 3.7vw;
    }

    .news-section .question-link {
        margin-top: 8.5vw;
    }

    .news-section-title {
        font-size: 6.4vw;
        margin-bottom: 10.6vw;
    }

    /* =============================== INTERNET TV PAGE ====================================== */
    .internet-tv-hero-section {
        padding: 5.3vw 0;
    }

    .internet-tv-hero-container {
        flex-direction: column-reverse;
        border-radius: 3vw;
        padding: 4.2vw;
        align-items: flex-start;
    }

    .internet-tv-hero-image-container {
        width: 100%;
        margin-bottom: 6.4vw;
        border-radius: 3vw;
    }

    .internet-tv-hero-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 4.2vw;
        width: auto !important;
    }

    .internet-tv-hero-text {
        font-size: 3.7vw;
        line-height: 5.8vw;
        width: 100% !important;
        margin-bottom: 6.4vw;
    }

    .internet-tv-hero-btn {
        font-size: 3.7vw;
        line-height: 3.7vw;
        border-radius: 2.4vw;
        padding: 5.3vw 4.7vw;
        width: 100%;
        justify-content: center;
    }

    .tariff-item-title-wrapper {
        display: none;
    }

    .tariff-navigation-list {
        overflow: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
    }

    .tariff-navigation-list::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .navigation-item {
        white-space: nowrap;
    }

    .tariff-in-internet-tv {
        padding-top: 8.5vw;
    }

    .tariff-in-internet-tv-bottom-text {
        font-size: 3.3vw;
        line-height: 5.6vw;
        width: 100%;
        max-width: none;
        margin-bottom:14.89vw; /* my */
    }

    .tariff-in-private-house .inner-tariff-container {
        min-height: unset;
    }

    /* .tariff-section.tariff-in-internet-tv .main-tariff-swiper-container {
    padding-bottom: 18vw;
  } */

    .tariff-title.without-host-name {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .small-part-of-tariff-title {
        font-size: 5.3vw;
    }

    /* ======================== FORM SECTION with bg ============================ */

    .inner-form-container {
        display: block;
    }

    .internet-tv-form-section .form-container {
        padding: 8.5vw 6.4vw;
        background-image: none;
    }

    .tariff-section.tariff-in-internet-tv {
        padding-bottom: 15vw;
    }

    .internet-tv-form-section .form-input {
        width: 100%;
    }

    .internet-tv-form-section .first-label {
        width: 100%;
        flex: none;
    }

    .internet-tv-form-section .first-label .form-input {
        width: 100%;
    }

    .internet-tv-form-section .form-btn {
        width: 100%;
        margin-top: 1.6vw;
        margin-top: 4.6vw;
    }

    /* =================== WE CAN SECTION ============================================ */

    .we-can-section {
        overflow: hidden;
        padding: 15vw 0;
    }

    .we-can-list {
        flex-wrap: nowrap;
        gap: 0;
    }

    .we-can-section-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .we-can-item-container {
        gap: 1.6vw;
        padding: 5.3vw;
        border-radius: 3.2vw;
        flex-direction: column;
        flex-basis: auto;
    }

    .we-can-icon-container {
        width: 17vw;
        height: 17vw;
        border-radius: 2.1vw;
        margin-bottom: 5.3vw;
    }

    .we-can-icon {
        width: 8.5vw!important; /* my */
        height: 8.5vw;
    }

    .separate-we-can-icon {
        width: 8.5vw;
        height: 8.5vw;
    }

    .we-can-item-title {
        font-size: 4.8vw;
        margin-bottom: 0.6vw;
        max-width: 100%;
        margin-bottom: 2.1vw;
    }

    .we-can-swiper-container {
        width: 100%;
        position: relative;
        padding-bottom: 9.6vw;
    }

    .we-can-swiper-container .swiper-pagination {
        bottom: 0;
    }

    .we-can-swiper-container .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #838383;
        transition: 0.3s;
    }

    .we-can-swiper-container .swiper-pagination-bullet-active {
        width: 10.6vw;
        background: #000000;
    }

    .we-can-item-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        width: auto;
        margin-bottom: 0.2vw;
    }

    /* ============================ INSTRUCTION SECTION ==================== */

    .instruction-section {
        padding: 10.6vw 0;
    }

    .instruction-section .container {
        padding: 0 7vw;
    }

    .instructions-list {
        flex-direction: column;
        gap: 8.5vw;
    }

    .instructions-item-icon {
        width: 21.3vw;
        height: 21.3vw;
        margin-bottom: 4.2vw;
    }

    .instructions-item .we-can-item-text {
        margin-bottom: 6.4vw;
        width: 52vw;
    }

    .instructions-item-btn-single,
    .instructions-item-btn {
        font-size: 4.2vw;
        line-height: 4.2vw;
        border-radius: 2.4vw;
        padding: 5.3vw 0;
        width: 53vw;
    }

    .without-btn-item {
        width: 65vw !important;
    }

    .we-can-item-text.without-btn-item {
        margin-bottom: 0;
    }

    .instruction-item-link {
        font-size: 4.2vw;
        gap: 3.4vw;
        margin-top: 6.4vw;
    }

    .instruction-item-link-icon {
        width: 2.1vw;
        height: 3.2vw;
    }

    /* EQUIPMENR SECTION ===================================== */

    .equipment-section {
        padding-top: 15vw;
        padding-bottom: 15vw;
        overflow: hidden;
    }

    .equipment-link-item {
        flex-basis: 82vw;
        padding: 6.4vw;
        border-radius: 3vw;
    }

    .equipment-image-container {
        width: 30vw;
        height: 30vw;
        margin-bottom: 1.2vw;
    }

    .equipment-link-title {
        font-size: 5.3vw;
        line-height: 17.4vw;
        gap: 4.2vw;
    }

    .equipment-link-icon {
        width: 5.3vw;
        height: 5.3vw;
    }

    .equipment-link-item:hover .equipment-link-title {
        gap: 8vw;
    }

    .equipment-link-item:nth-child(3) .equipment-image-container {
        width: auto;
        height: 30vw;
    }

    .equipment-link-container {
        gap: 0;
    }

    .equipment-section .swiper-slide-active.equipment-link-item {
        box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
    }

    /* ====================== QUESTION SECTION ========================== */

    .question-section {
        padding-bottom: 15vw;
    }

    .question-section.tv {
        padding-top: 15vw;
    }

    .question-item-title {
        font-size: 4.2vw;
        line-height: 5.8vw;
        max-width: 60vw;
    }

    .question-item {
        border-radius: 3.2vw;
        padding: 5.3vw;
    }

    .question-item-icon-circle {
        width: 10.6vw;
        height: 10.6vw;
    }

    .question-item-icon {
        width: 4.3vw;
        height: 4.3vw;
    }

    .question-item-acardeon-text-JS {
        font-size: 3.7vw;
        line-height: 5.8vw;
        width: 100%;
    }

    .question-item-acardeon-text-JS.is-active {
        margin-top: 4.2vw;
    }

    .question-item:not(:last-child) {
        margin-bottom: 2.1vw;
    }

    .question-container {
        margin-bottom: 6.4vw;
    }

    /* TARIFF_SWIPER =============== */

    .tariff-swiper-container {
        width: 90vw;
        padding-bottom: 13vw;
        overflow: visible;
        margin-bottom: 4vw;
    }

    .tariff-swiper-container .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #8b8b8b;
        transition: 0.3s;
    }

    .tariff-swiper-container .swiper-pagination-bullet-active {
        width: 10.6vw !important;
        background-color: #000;
    }

    .tariif-section-in-megogo {
        padding-bottom: 15vw;
    }

    .instruction-item-link-intariff {
        display: none;
    }

    .tariff-temporary-discount {
        font-size: 2.6vw;
        line-height: 2.6vw;
        border-radius: 1vw;
        width: 19.2vw;
        height: 5.8vw;
    }

    /*================ UNIVERSAL_SECTION ============================ */
    .universal-section {
        padding: 15vw 0;
    }

    .universal-container {
        flex-direction: column-reverse;
        gap: 6.4vw;
        align-items: flex-start;
    }

    .universal-swiper-container {
        width: 100%;
        border-radius: 3vw;
        height: auto;
        padding-bottom: 4.2vw;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .universal-swiper-container .swiper-pagination-bullet {
        border-radius: 17.6vw;
        width: 13vw;
        height: 1vw;
    }

    .universal-swiper-container .swiper-pagination-bullet-active {
        width: 34.1vw;
    }

    .universal-swiper-container .swiper-slide {
        border-radius: 3vw;
        overflow: hidden;
    }

    .universal-bg-container {
        border-radius: 3vw;
        padding: 4.2vw;
    }

    .universal-container .special-item-action {
        margin-bottom: 4.2vw;
    }

    .universal-info-item-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        width: auto;
        margin-bottom: 4.2vw;
    }

    .universal-info-text {
        font-size: 3.7vw;
        line-height: 5.8vw;
        width: auto;
        margin-bottom: 6.4vw;
    }

    .universal-info-btn {
        font-size: 3.7vw;
        line-height: 3.7vw;
        padding: 5.3vw 4.4vw;
        border-radius: 2.4vw;
        width: 100%;
        margin-bottom: 6.4vw;
        text-align: center;
    }

    .universal-platform-icon {
        min-width: 8.5vw;
        min-height: 8.5vw;
    }

    .universal-platform-name {
        font-size: 4.2vw;
        line-height: 5vw;
        width: auto;
    }

    .universal-platform-list {
        padding: 4.2vw 5.6vw;
        justify-content: space-between;
        border-radius: 3.2vw;
        flex-wrap: wrap;
        row-gap: 6.4vw;
    }

    .universal-platform-item {
        gap: 3.2vw;
        flex-basis: calc((100% - 6.4vw) / 2);
    }

    .universal-platform-item:nth-child(1) {
        flex-basis: fit-content;
    }

    .universal-platform-item:nth-child(2) {
        order: 3;
        flex-basis: fit-content;
    }

    .universal-platform-item:nth-child(3) {
        order: 4;
        flex-basis: 38vw;
    }

    .universal-platform-item:nth-child(4) {
        flex-basis: 40vw;
    }

    /* ================== INTERACTIVE SECTION =================================== */

    .interactive-tv-section {
        padding-bottom: 15vw;
    }

    .interactive-tv-section-title {
        font-size: 5.8vw;
        margin-bottom: 10.6vw;
    }

    .interactive-tv-item {
        flex-basis: 82vw;
        padding: 6.4vw;
        border-radius: 5.3vw;
    }

    .interactive-tv-item-list {
        gap: 0;
    }

    .interactive-tv-iamge-container {
        padding: 5.5vw;
        border-radius: 3vw;
        width: 100%;
        height: 49vw;
        background-size: cover;
        margin-bottom: 4.2vw;
    }

    .interactive-tv-section .we-can-icon-container {
        margin-bottom: 0;
    }

    .interactive-tv-title {
        font-size: 4.8vw;
        margin-bottom: 3.2vw;
        width: auto;
        max-width: none;
    }

    .interactive-tv-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        width: auto;
    }

    .we-can-icon-in-interactive svg {
        width: 8.5vw;
        height: 8.5vw;
    }

    /* ====================== APARTMENT PAGE ================================= */

    .special-price-value-number {
        font-size: 6.4vw;
        line-height: 6.4vw;
    }

    .special-price-span {
        font-size: 3.2vw;
        color: #000;
    }

    .special-price-termin {
        font-size: 3.2vw;
        line-height: 3.2vw;
        padding: 1.6vw 1vw;
        border-radius: 1vw;
        margin-bottom: 2.1vw;
    }

    .special-price-container {
        gap: 2.1vw;
        margin: 8.5vw 0 6.4vw 0;
    }

    .apartment-building-hero .internet-tv-hero-title {
        width: 100%;
    }

    .apartment-building-hero .special-item-action {
        margin-bottom: 4.2vw;
    }

    .why-section .we-can-list {
        margin-bottom: 0vw;
    }

    .why-section {
        padding-bottom: 15vw;
    }

    .special-price-value {
        gap: 1vw;
    }

    .why-section .we-can-item-container {
        min-height: 77vw;
        flex-basis: auto;
    }

    .additional-services .we-can-icon-container {
        margin-bottom: 5.3vw;
    }
}

.main-tariff-swiper-container .swiper-slide {
    flex-shrink: 1;
}

.tariff-section.main .main-tariff-swiper-container .swiper-slide {
    flex-shrink: 0;
}

.main-tariff-swiper-container.apartment {
    /* margin-bottom: 8.5vw; */
}

.additional-form-example .form-title {
    margin-bottom: 0.8vw;
}

.form-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    margin-bottom: 1.2vw;
}

@media (max-width: 1024px) {
    /*======================== PRIVATE HOUSE ==================================== */

    .enth-speed-value {
        font-size: 7.4vw;
        line-height: 7.4vw;
    }

    .enth-speed-span {
        font-size: 3.7vw;
        line-height: 4.5vw;
    }

    .tariff-enth-speed-container {
        gap: 1vw;
    }

    .tariff-in-private-house .price-in-private-house {
        font-size: 7.4vw;
    }

    .backdrop-btn-container {
        gap: 3.2vw;
    }

    .tariff-in-private-house .inner-number-span {
        font-size: 5.3vw;
    }

    .tariff-in-internet-tv .tariff-list-container {
        margin-bottom: 0vw;
    }

    .tariff-in-private-house .main-tariff-swiper-container {
        margin-bottom: 8.5vw;
    }

    .item-text-in-grph {
        margin-bottom: 2.2vw !important;
    }

    /* =============== INTERCOM PAGE ===================================== */

    .additional-hero-text {
        font-size: 3.2vw;
        line-height: 3.4px;
        margin-bottom: 4.2vw;
    }

    .instructions-item .we-can-item-text {
        margin-bottom: 6.4vw;
        width: 100%;
    }

    .options-section .without-btn-item {
        width: 100% !important;
    }

    .additional-form-example .first-label {
        width: 100% !important;
    }

    .additional-form-example .first-label .form-input {
        width: 100% !important;
    }

    .form-input.with-icons {
        padding-left: 11.7vw;
    }

    .jk-icon {
        left: 3vw;
    }

    .inner-form-arrow-icon {
        right: 5vw;
        top: 45%;
    }

    .additional-form-example .form-input {
        width: 100% !important;
    }

    .form-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 8.5vw;
    }

    .additional-form-example .form-title {
        margin-bottom: 3.2vw;
    }

    /* ================== CATALOG SECTION ================================ */
    .catalog-section {
        padding-bottom: 15vw;
        overflow: hidden;
    }

    .catalog-section .hero-swiper-nav-container {
        display: none;
    }

    .catalog-item-img {
        margin: 0 auto;
        height: auto;
    }

    .catalog-item {
        padding: 8.5vw 8.5vw 8.5vw 8.5vw;
        border-radius: 5.3vw;
    }

    .catalog-btn-container {
        display: flex;
        gap: 3.2vw;
        flex-direction: column;
    }

    .catalog-item-title {
        font-size: 4.1vw;
        margin-bottom: 3.2vw;
    }

    .catalog-current-price {
        font-size: 8.5vw;
        line-height: 8.5vw;
    }

    .catalog-current-price span {
        font-size: 5.3vw;
        margin-left: 1vw;
    }

    .catalog-old-price {
        font-size: 5.3vw;
        line-height: 5.3vw;
    }

    .catalog-old-price span {
        font-size: 4.2vw;
        margin-left: 1vw;
    }

    .catalog-price-container {
        margin-bottom: 8.5vw;
        gap: 3vw;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .catalog-buy-btn {
        font-size: 4.2vw;
        line-height: 4.2vw;
        flex-basis: 50%;
        padding: 5.3vw 0;
        border-radius: 2.4vw;
    }

    .catalog-catalog-add-btn {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 5.3vw 0;
        border-radius: 2.4vw;
    }

    .catalog-section .tariff-marker-container {
        position: absolute;
        left: 0;
        top: -3.5vw;
    }

    .catalog-swiper-container {
        overflow: visible;
        position: relative;
        padding-bottom: 4vw;
        padding-top: 4vw;
    }

    .catalog-section-title {
        font-size: 6.4vw;
        margin-bottom: 8.5vw;
    }

    .catalog-swiper-container .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5vw;
        height: 1vw;
    }

    .catalog-swiper-container .swiper-pagination-bullet-active {
        border-radius: 4.2vw;
        width: 12.8vw;
        height: 1.6vw;
    }

    .catalog-swiper-container {
        padding-bottom: 9.6vw;
        padding-top: 4vw;
    }

    /*= ======================= BLUE FORM =========================== */

    .blue-form-section {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    .blue-form-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .blue-form-img {
        display: none;
    }

    .blue-form-title {
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
    }

    .blue-form-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 8.5vw;
    }

    .blue-form {
        gap: 4.2vw;
        margin-bottom: 1vw;
        align-items: flex-start;
        flex-direction: column;
    }

    .blue-form-input {
        border: 0.6vw solid rgba(255, 255, 255, 0.4);
        border-radius: 3.2vw;
        padding: 1vw;
        width: 100%;
        height: 14vw;
        margin-top: 0.6vw;
        font-size: 3.7vw;
        line-height: 5.6vw;
        padding: 4.2vw;
    }

    .blue-form-input::placeholder {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .blue-form-label {
        font-weight: 600;
        font-size: 3.7vw;
        width: 100%;
        gap: 2.1vw;
    }

    .blue-form-btn {
        font-size: 4.2vw;
        line-height: 4.2vw;
        border-radius: 2.1vw;
        padding: 6.4vw 1.2vw;
        width: 100%;
        height: 17vw;
        margin-top: 4.2vw;
        margin-bottom: 4.2vw;
    }

    .blue-form-bottom-text {
        font-size: 3.2vw;
        line-height: 4.8vw;
        width: 65vw;
    }

    /* ======================= VIDEO_PAGE ======================= */
    .tariff-navigation-list.video-tabs .navigation-item {
        flex-basis: 50%;
        text-align: center;
    }

    .supervision-tab-list.is-active {
        flex-direction: column;
        gap: 4.2vw;
    }

    .supervision-tab-item.large img {
        max-height: none;
        width: 100%;
        object-fit: cover;
    }

    .supervision-tab-item-title {
        font-size: 5.3vw;
        margin-bottom: 3.2vw;
    }

    .supervision-tab-item-text {
        font-size: 4.2vw;
        line-height: 6.4vw;
        width: 100% !important;
    }

    .supervision-tab-item-text-container {
        padding: 6.4vw;
    }

    .supervision-tab-item {
        border-radius: 4.2vw;
    }

    /* ========================== AKUVOX_SECTION ============================== */

    .akuvox-section .container {
        flex-direction: column;
    }

    .container>div {
        max-width: 100% !important;
    }

    .pagination-custom {
        flex-wrap: wrap;
        margin-top: 8.5vw;
        gap: 1.8vw;
        margin-bottom: 8.5vw;
    }

    .pagination-custom div {
        flex-basis: calc((100% - 1.8vw) / 2);
        height: 24.5vw;
        background-size: 30vw;
        border-radius: 2.6vw;
    }

    .swiper-slide.company img {
        transform: scale(0.7);
    }

    .swiper-slide.company {
        border-radius: 4.2vw;
    }

    .akuvox-section-title {
        font-size: 6.4vw;
        line-height: 6.4vw;
        margin-bottom: 8.5vw;

        width: 25vw;
    }

    .akuvox-section.in-video .akuvox-section-title {
        width: 100%;
    }

    .akuvox-section.in-video .akuvox-acardeon-item img {
        width: 8.5vw;
        height: 8.5vw;
    }

    .akuvox-acardeon-item {
        flex-direction: column;
        gap: 1.2vw;
        padding: 1.2vw;
    }

    .akuvox-item-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        max-width: 100%;
    }

    .akuvox-section.in-video .akuvox-acardeon-item {
        align-items: flex-start;
        gap: 4.2vw;
        padding: 4.2vw;
        background: #f2f3f7;
    }

    .akuvox-section.in-video .akuvox-acardeon-item:not(:last-child) {
        margin-bottom: 4.2vw;
    }

    .swiper-container.company {
        padding-bottom: 7.4vw;
        position: relative;
    }

    .swiper-container.company .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #838383;
        transition: 0.3s;
    }

    .swiper-container.company .swiper-pagination-bullet-active {
        width: 10.6vw;
        background: #000000;
    }

    /* ==================== DISCOUNT_PAGE ============================== */

    .special-list.in-discount {
        gap: 3.2vw;
    }

    .special-list.in-discount .special-item {
        flex-basis: 100%;
    }

    .form-special-item {
        order: 999;
    }

    .form-special-item {
        background-color: var(--primary-color);
        border-radius: 3.2vw;
        padding: 8.5vw 6.4vw 8.5vw 6.4vw;
        flex-direction: column;
    }

    .form-special-item img {
        width: 64vw;
        margin-bottom: 8.5vw;
    }

    .form-item-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 8.5vw;
        width: auto;
    }

    .form-special-item a {
        width: 100%;
        font-size: 4.2vw;
        line-height: 5.6vw;
        padding: 6.4vw 0;
        border-radius: 2.4vw;
    }

    .form-special-item a svg {
        width: 5.3vw;
    }

    .articles-section .question-link {
        margin-bottom: 15vw;
    }

    .special-form-label {
        font-size: 3.7vw;
        color: #fff;
    }

    .special-form-input {
        border: 0.5vw solid rgba(255, 255, 255, 0.4);
        border-radius: 1.6vw;
        padding: 4.2vw;
        margin-top: 2.1vw;
        font-size: 3.7vw;
        line-height: 3.7vw;
    }

    .special-form-input::placeholder {
        font-size: 3.7vw;
        line-height: 3.7vw;
    }

    .special-form-input-container {
        margin-bottom: 8.5vw;
    }

    .special-form-btn {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 6.4vw 0vw;
        border-radius: 2.1vw;
    }

    .archive-btn {
        display: none;
    }

    .archive-container {
        /* margin-bottom: 7.4vw; */
    }

    .articles-section {
        padding: 6.4vw 0 15vw 0;
    }

    .article-container {
        width: 97vw;
        padding: 0 4vw;
    }

    .article-title {
        font-size: 8.5vw;
        line-height: 10.1vw;
        width: 100%;
        margin-bottom: 6.4vw;
    }

    .article-info-container {
        max-width: 100%;
    }

    .article-info-container img {
        border-radius: 3.2vw;
        margin-bottom: 8.5vw;
    }

    .article-text-title {
        font-size: 3.7vw;
        line-height: 5.8vw;
        margin-bottom: 2.5vw;
    }

    .article-text-container p {
        font-size: 3.7vw;
        line-height: 5.8vw;
        margin-bottom: 2.5vw;
    }

    .article-list-item {
        list-style-type: disc;
        margin-left: 7.3vw;
    }

    .article-share-text {
        margin-bottom: 6.4vw;
        font-size: 5.3vw;
    }

    .footer-social-link {
        width: 15vw;
        height: 15vw;
        border-radius: 2.1vw;
    }

    .footer-social-icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .footer-social-link-container {
        gap: 3.2vw;
    }

    .article-text-container {
        margin-bottom: 8.5vw;
    }

    .question-link.dn {
        display: none;
    }

    /* LOYALTY PAGE ================================================ */

    .loyalty-hero-section {
        padding: 8.5vw 0;
    }

    .loyalty-hero-girl {
        display: none;
    }

    .loyalty-hero-gift {
        display: none;
    }

    .offers-marker {
        font-size: 2.6vw;
        padding: 1.6vw 2.6vw;
        border-radius: 1.6vw;
        width: fit-content;
    }

    .bonus-marker {
        font-size: 2.6vw;
        padding: 1.6vw 2.6vw;
        border-radius: 1.6vw;
    }

    .loyalty-marker-container {
        gap: 2.1vw;
        margin-bottom: 3.2vw;
    }

    .loyalty-hero-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 3.2vw;
    }

    .loyalty-hero-text {
        font-size: 3.7vw;
        line-height: 5.8vw;
        width: 100%;
        margin-bottom: 8.5vw;
    }

    .loyalty-hero-section .special-item-form {
        flex-direction: column;
        align-items: flex-start;
        gap: 8.5vw;
    }

    .loyalty-hero-section .special-form-input {
        height: 14vw;
        width: 100%;
    }

    .loyalty-hero-section .special-form-btn {
        width: 100%;
        height: 17vw;
        color: black;
    }

    .loyalty-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .loyalty-hero-section .special-form-input-container {
        margin-bottom: 0;
        width: 100%;
    }

    .loyalty-hero-section .special-form-label {
        width: 100%;
    }

    .special-list.in-loyalty .special-item {
        flex-basis: 100%;
    }

    .special-list.in-loyalty {
        gap: 3.2vw;
        margin-bottom: 8.5vw;
    }

    .we-can-swiper-container-short2 .special-item:hover {}

    .we-can-swiper-container-short2 .special-item.swiper-slide-active .special-img-wrapper img {
        transform: scale(1);
    }

    .we-can-swiper-container-short2 {
        position: relative;
        padding-bottom: 9.6vw;
    }

    .we-can-swiper-container-short2 .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #8b8b8b;
        transition: 0.3s;
    }

    .we-can-swiper-container-short2 .swiper-pagination-bullet-active {
        width: 10.6vw;
        background-color: #000;
    }

    .we-can-swiper-container-short {
        position: relative;
        padding-bottom: 9.6vw;
    }

    .we-can-swiper-container-short .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #8b8b8b;
        transition: 0.3s;
    }

    .hero-swiper-nav-container svg {
        width: 4.2vw;
        height: 4.2vw;
    }

    .we-can-swiper-container-short .swiper-pagination-bullet-active {
        width: 10.6vw;
        background-color: #000;
    }

    .tariff-navigation-list.mb {
        margin-bottom: 9.6vw;
    }
}

/* ABOUT PAGE============================ */
/* ABOUT_HERO_SECTION =============================================== */

.internet-tv-hero-image-container.equipment {
    background-color: rgba(242, 243, 247, 1);
    padding: 2.8vw 0 2.8vw 2vw;
}

.about-hero-container {
    position: relative;
}

.about-hero-image-container {
    width: 58vw;
    border-radius: 1vw;
    overflow: hidden;
    margin-left: auto;
}

.about-hero-image-container img {
    width: 100%;
}

.about-hero-text-container {
    position: absolute;
    top: 4vw;
    background-color: #ffffff;
    border-radius: 1vw;
    padding: 2.6vw;
    width: 40vw;
    left: 0;
}

.about-hero-section {
    padding-top: 2vw;
    padding-bottom: 4vw;
    background-color: #f2f3f7;
}

.about-hero-section .internet-tv-hero-text {
    width: 100%;
    margin-bottom: 1vw;
}

/* characterictics-section =================================================== */
.internet-tv-hero-section.about {
    background: transparent;
}

.internet-tv-hero-section.about.bg {
    background: #f2f3f7;
}

.characterisctics-list {
    display: flex;
    gap: 0.7vw;
}

.characteristics-item {
    background-color: #ffffff;
    flex-basis: calc((100% - 3 * 0.7vw) / 4);
    padding: 1.6vw;
    border-radius: 0.8vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 12.5vw;
}

.characteristic-qty {
    font-family: "Exo 2";
    font-size: 4.1vw;
    font-weight: 600;
    line-height: 4.1vw;
    text-align: left;
}

.characteristic-text {
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.4vw;
    text-align: left;
}

.internet-tv-hero-image-container.about {
    position: relative;
    padding-bottom: 1.8vw;
}

.internet-tv-hero-image-container.about img {
    border-radius: 1vw;
}

.swiper-btn-icon {
    width: 1.4vw;
    height: 1.4vw;
}

.about-swiper-prev {
    position: absolute;
    left: 0.6vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.9vw;
    height: 2.9vw;
    border-radius: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about-swiper-next {
    position: absolute;
    right: 0.6vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.9vw;
    height: 2.9vw;
    border-radius: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-swiper-relative-container {
    position: relative;
}

.internet-tv-hero-image-container.about .swiper-pagination-bullet {
    border-radius: 0.8vw;
    width: 1.2vw;
    height: 0.31vw;
    transition: 0.3s;

    background: #8d8d8d;
}

.internet-tv-hero-image-container.about .swiper-pagination-bullet-active {
    border-radius: 0.8vw;
    width: 2.5vw;
    height: 0.31vw;

    background: #030317;
}

.reviews-icon-wrapper {
    width: 4vw;
    height: 4vw;
    border-radius: 0.4vw;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.6vw;
}

.reviews-icon-wrapper svg {
    width: 2vw;
    height: 2vw;
}

.reviews-info-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 1.3vw;
    color: #000000;
    margin-bottom: 0.8vw;
}

.reviews-info-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #686874;
    margin-bottom: 0.8vw;
}

.reviews-info-item {
    background-color: var(--primary-blue-bg);
    border-radius: 0.8vw;
    padding: 1.6vw;
}

.reviews-info-item:nth-child(1) {
    margin-bottom: 0.8vw;
}

.reviews-info-container {
    width: 25vw;
    flex-shrink: 0;
}

.reviews-container {
    display: flex;
    gap: 1.2vw;
}

.author-info-item {
    display: flex;
    align-items: center;
    gap: 0.6vw;
}

.reviews-coments-container {
    flex-basis: 100%;
}

.author-image-wrapper {
    width: 2.3vw;
}

.comment-author-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2vw;
}

.author-info-container h4 {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #000;
}

.author-info-container span {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.6vw;

    line-height: 0.9vw;
    color: #686874;
}

.coment-rating-icons-container {
    width: 6.8vw;
    height: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-coment-item {
    background-color: #ffffff;
    border-radius: 0.8vw;
    padding: 1.6vw;
}

/* ================================== */

.comment-text {
    overflow: hidden;
    display: inline-block;
    transition: 0.3s;
}

.comment-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Кількість рядків, що відображаються */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    /* Максимальна висота для трьох рядків */
    transition: max-height 0.3s ease;
}

.comment-text.expanded {
    -webkit-line-clamp: unset;
    /* Відображати весь текст */
    max-height: none;
}

#toggleButton {
    cursor: pointer;
    background: none;
    border: none;
    color: #3358ff;
    display: flex;
    align-items: center;
    margin-top: 1.2vw;
}

#toggleButton .btnIcon {
    margin-right: 8px;
}

#toggleButton.hide {
    display: none;
}

.dots {
    display: inline;
    transition: 0.3s;
}

.more-text {
    display: none;
    transition: 0.3s;
}

.show-more .dots {
    display: none;
    transition: 0.3s;
}

.show-more .more-text {
    display: inline;
    transition: 0.3s;
}

.comment button span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    color: black;
}

.btnIcon {
    width: 0.8vw;
    height: 0.8vw;
    transition: 0.3s;
}

.comment button {
    display: block;
    border: none;
    background-color: transparent;

    display: flex;
    align-items: center;
    gap: 0.4vw;
}

.reviews-coment-item:not(:last-child) {
    margin-bottom: 0.8vw;
}

.comment-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;

    line-height: 1.2vw;
    color: black;
}

.reviews-coment-item {
    transition: 0.3s;
}

.comment-text {
    transition: 0.3s;
}

.comment {
    transition: 0.3s;
}

.reviews-section-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
}

.reviews-qty-container {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 1vw;
    text-align: left;
    color: rgba(154, 154, 162, 1);
}

.reviews-section-title {
    font-family: "Exo 2";
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2.2vw;
    text-align: left;
}

.reviews-section {
    padding-top: 2vw;
    padding-bottom: 4vw;
}

.reviews-info-btn {
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 0.5vw;
    border: none;
    padding: 1.2vw;
    color: #ffffff;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 0.8vw;
    text-align: left;
    text-align: center;
    margin-top: 0.8vw;
    transition: 0.3s;
    display: inline-block;
}

.reviews-info-btn:hover {
    background-color: var(--primary-hover);
}

.characterictics-section {
    padding-top: 4vw;
}

.reviews-section .question-link {
    margin-top: 1.6vw;
}

/* LICENSE SECTION ================================ */

.license-section {
    padding-bottom: 4vw;
    overflow: hidden;
}

.license-section-title {
    margin-bottom: 2vw;
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 2.2vw;
    text-align: left;
}

.license-list {
    display: flex;
}

.license-item {
    width: 16vw;
}

.license-item img {
    width: 100%;
}

.swiper-license-container {
    width: 50vw;
}

.video-link-container {
    display: flex;
    align-items: center;
    gap: 0.6vw;
    margin-bottom: 1.2vw;
    cursor: pointer;
}

.video-link-container svg {
    fill: #3358ff;
    width: 1.6vw;
    height: 1.6vw;
}

.video-link-container p {
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.4vw;
    text-align: left;
    color: var(--primary-color);
}

/* MISSION SECTION ========================================= */

.mission-section {
    padding-top: 2vw;
}

.misiion-title {
    font-family: "Manrope";
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.4vw;
    text-align: left;
    margin-bottom: 1.6vw;
    opacity: 0.5;
}

.mission-text {
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.4vw;
}

.misiion-text-container:nth-child(1) {
    margin-bottom: 1vw;
}

.mission-container {
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
    justify-content: space-between;
}

.mission-section .characteristics-item {
    flex-basis: calc((100% - 0.7vw) / 2);
    height: 12.5vw;
}

.mission-section .characterisctics-list {
    width: 42vw;
}

.mission-text-container {
    width: 35vw;
}

.supervision-tab-list.mission {
    gap: 0.8vw;
}

.supervision-tab-list.mission .supervision-tab-item {
    flex-basis: calc((100% - 0.8vw) / 2);
}

.supervision-tab-list.mission .supervision-tab-item-img {
    margin-bottom: 1.2vw;
}

.supervision-tab-list.mission .supervision-tab-item {
    border-radius: 1vw;
}

.supervision-tab-list.mission .supervision-tab-item-text-container {
    padding: 1.6vw;
}

/* PRINCIPALES =============================================== */

.principales-section {
    padding-bottom: 2vw;
}

.principales-section-title {
    font-family: "Exo 2";
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2.1vw;
    text-align: center;
    margin-bottom: 0.8vw;
}

.principales-section-title-text {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.3vw;
    text-align: center;
    width: 37vw;
    margin: 0 auto;
    margin-bottom: 2vw;
}

.principales-list {
    display: flex;
    gap: 0.7vw;
}

.principales-item {
    border-radius: 0.6vw;
    padding: 2vw;
    flex-basis: calc((100% - 3 * 0.7vw) / 4);
}

.principales-item:nth-child(even) {
    background-color: var(--primary-blue-bg);
}

.principales-item:nth-child(even) .principles-item-img-wrapper {
    background-color: var(--primary-yellow);
}

.principales-item:nth-child(even) {
    background-color: rgba(255, 224, 0, 0.1);
}

.principales-item:nth-child(odd) {
    background-color: rgba(235, 238, 255, 1);
}

.principales-item:nth-child(odd) .principles-item-img-wrapper {
    background-color: var(--primary-color);
}

.principles-item-img-wrapper {
    width: 4.1vw;
    height: 4.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
    margin-bottom: 1.6vw;
}

.principales-item svg {
    width: 2.1vw;
    height: 2.1vw;
}

.principales-item-title {
    font-family: "Manrope";
    font-size: 1vw;
    font-weight: 700;
    line-height: 1.4vw;
    text-align: left;
    margin-bottom: 0.8vw;
}

.principales-item-text {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
}

/* FORM SECTIO b2b =============================== */

.b2b-form-section {
    background-color: #f2f3f7;
    padding-top: 4vw;
    padding-bottom: 5vw;
}

.b2b-form-container {
    width: 100%;
}

.b2b-checkbox-form-container {
    display: flex;
    background-color: #ffffff;
    padding: 3.1vw;
    border-radius: 0.8vw;
    width: 100%;
    gap: 2.5vw;
}

.form-container-title {
    font-family: "Exo 2";
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2.2vw;
    margin-bottom: 0.8vw;
}

.form-container-text {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
    margin-bottom: 1.2vw;
    width: 27vw;
    opacity: 0.7;
}

.b2b-form {}

.b2b-form label {
    display: flex;
    flex-direction: column;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1vw;
    text-align: left;
    gap: 0.6vw;
    flex-basis: calc((100% - 0.8vw) / 2);
}

.b2b-form label:not(:last-child) {
    margin-bottom: 0.8vw;
}

.b2b-form input {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
    padding: 1vw;
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
}

.b2b-form input::placeholder {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
}

.form-btn-2b2 {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 0.8vw;
    text-align: left;
    border: none;
    background-color: var(--primary-color);
    width: 100%;
    padding: 1.2vw 0;
    color: #ffffff;
    text-align: center;
    border-radius: 0.4vw;
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;

    transition: 0.3s;
}

.b2b-form button:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.b2b-bottom-tetxt p {
    font-family: "Manrope";
    font-size: 0.6vw;
    font-weight: 500;
    line-height: 0.8vw;
    text-align: left;
    opacity: 0.7;
}

.b2b-bottom-tetxt {
    display: flex;
    gap: 0.3vw;
}

.b2b-bottom-tetxt a {
    font-family: "Manrope";
    font-weight: 900;
    text-align: left;
    font-size: 0.6vw;
    line-height: 0.8vw;
}

.b2b-form-image-wrapper {
    border-radius: 1vw;
    overflow: hidden;
    width: 37vw;
    flex-shrink: 0;
}

.b2b-form-section .container {
    display: flex;
    align-items: center;
    gap: 0.4vw;
}

.b2b-checkbox-container label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b2b-checkbox-container label p {
    font-family: "Manrope";
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 0.9vw;
    text-align: left;
    opacity: 0.5;
}

.b2b-checkbox-container label:not(:last-child) {
    margin-bottom: 0.8vw;
}

.b2b-question-form-labels {
    display: flex;
    gap: 0.8vw;
}

/* VACATION SECTION ================================================ */
.vacation-section {
    padding: 4vw 0;
}

.vacation-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7vw;
    margin-bottom: 2vw;
}

.vacation-item {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 15.5vw;
    justify-content: space-between;
    border-radius: 0.8vw;
    padding: 1.6vw;
    flex-basis: calc((100% - 3 * 0.7vw) / 4);
    transition: 0.3s;
    cursor: pointer;
}

.vacation-title {
    font-family: "Exo 2";
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.2vw;
    margin-bottom: 0.8vw;
}

.vacation-desc p {
    font-family: "Manrope";
    font-size: 0.7vw;
    font-weight: 500;
    line-height: 1.1vw;
    margin-bottom: 0.8vw;
}

.vacation-location {
    display: flex;
    gap: 0.4vw;
    align-items: center;
}

.vacation-location img {
    width: 1vw;
}

.vacation-location p {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 0.8vw;
}

.vacation-link {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1vw;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    opacity: 0.4;
    transition: 0.3s;
}

.vacation-link svg {
    width: 0.8vw;
    height: 0.8vw;
    stroke: black;
}

.vacation-item:hover {
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
}

.vacation-item:hover .vacation-link {
    opacity: 1;
    gap: 0.8vw;
}

.no-vacation {
    padding: 8vw 0;
}

.no-vacation img {
    width: 4vw;
    margin: 0 auto;
    margin-bottom: 1.2vw;
}

.no-vacation h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.4vw;
    text-align: center;
    color: #000;
    width: 20vw;
    margin: 0 auto;
}

.no-vacation p {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: center;
    width: 27vw;
    margin: 0 auto;
    margin-top: 0.8vw;
}

.no-vacation a {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 0.8vw;
    background-color: var(--primary-color);
    border-radius: 0.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 1.2vw 3.3vw;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 2vw;
    transition: 0.3s;
}

.no-vacation a:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

@media (max-width: 1024px) {
    .no-vacation {
        padding: 25vw 0 32vw 0;
    }

    .no-vacation img {
        width: 22vw;
        margin-bottom: 6.4vw;
    }

    .no-vacation h2 {
        font-size: 6.4vw;
        width: 60vw;
        margin: 0 auto;
    }

    .no-vacation p {
        font-size: 3.8vw;
        line-height: 5.2vw;
        width: 83vw;
        margin-top: 2.8vw;
    }

    .no-vacation a {
        font-size: 3.8vw;
        line-height: 2.8vw;
        border-radius: 1.4vw;
        padding: 6.2vw 10.3vw;
        margin-top: 5vw;
    }

    .articles-section.in-sweet-tv.in-article .tariff-navigation-list {
        margin-bottom: 5vw;
    }

    .articles-section.in-sweet-tv.in-article {
        padding-top: 0;
    }
}

/* COATING PAGE ================================================== */

.map-container {}

.map-form-container {
    display: flex;
    gap: 3.3vw;
    width: 60vw;
    background-color: rgba(255, 255, 255, 1);
    padding: 2.5vw;
    height: fit-content;
    border-radius: 0.8vw;
    position: relative;
    z-index: 99;
}

.map-form-title-container {}

.map-form-title {
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.6vw;
    margin-bottom: 1.2vw;
    width: fit-content;
}

.location-point {
    display: flex;
    align-items: center;
    gap: 0.4vw;
}

.location-point svg {
    width: 1.2vw;
    height: 1.2vw;
    fill: var(--primary-color);
}

.location-point p {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 0.8vw;
    color: var(--primary-color);
}

.form-step-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 1.2vw;
}

.form-step-tabs div {
    position: relative;
    cursor: pointer;
}

.form-step-tabs div:not(:last-child) {
    margin-right: -0.3vw;
}

.form-step-tabs div p {
    position: relative;
    z-index: 2;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 1.1vw;
    text-align: center;
    opacity: 0.3;
    padding: 0.6vw 2.9vw;
    white-space: nowrap;
    background-color: transparent;
}

.form-step-tabs div.active p {
    color: var(--primary-color) !important;
    opacity: 1;
}

.form-step-tabs div svg {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: -webkit-fill-available;
    fill: #F2F3F7;
}

.form-step-tabs .active svg {
    fill: #EEF6E9;
}

.form-step-tabs div:not(:last-child) {}

.locality-input {
    display: none;
}

.locality-input.active {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.steps-form label {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1.1vw;
    margin-bottom: 0.6vw;
}

.step-form-btn {
    background-color: var(--primary-color);
    border: none;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 0.8vw;
    color: #ffffff;
    background-color: var(--primary-color);
    width: 13vw;
    border-radius: 0.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
    padding: 1.2vw 0;
}

.step-form-btn:hover {
    opacity: 1;
}

.steps-form {
    display: flex;
}

.step-form-btn-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0.5vw;
}

.steps-form input {
    width: 100%;
    height: 100%;
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
    padding-left: 3vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    transition: 0.3s;
    line-height: 1.2vw;
    color: black;
}

.steps-form input:hover {
    border: 0.07vw solid black;
}

.steps-form input:focus {
    border: 0.07vw solid #000;
}

.steps-form input::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;

    line-height: 1.2vw;
    color: #9a9aa2;
}

.input-container {
    width: 100%;
}

.steps-form .inner-form-arrow-icon {
    transform: translateY(-50%);
}

.map-order-backdrop-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-order-container {
    width: 21.5vw;
    padding: 1.6vw;
    background-color: #ffffff;
    border-radius: 0.8vw;
    height: fit-content;
    position: relative;
    z-index: 9;
}

.map-container {
    display: flex;
    justify-content: space-between;
}

.map-order-back-drop-btn {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 2vw;
    height: 2vw;
}

.map-order-back-drop-btn:hover {
    background-color: #dddddd;
}

.map-order-info-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
    margin-bottom: 0.6vw;
}

.map-order0info-block-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    background: #f2f3f7;
    padding: 0.4vw 0.6vw;
    width: fit-content;
    border-radius: 0.2vw;
}

.map-order-info-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4vw;
}

.map-order-energy-list svg {
    width: 1.6vw;
    height: 1.6vw;
    fill: var(--primary-color);
}

.map-order-energy-list {
    display: flex;
    gap: 0.4vw;
    flex-wrap: wrap;
}

.map-order-energy-item {
    flex-basis: calc((100% - 0.4vw) / 2);
    display: flex;
    align-items: center;
    gap: 0.6vw;
    background: #EEF6E9;
    padding: 0.4vw 0.8vw;
    height: 2.9vw;
    border-radius: 0.2vw;
}

.leaflet-interactive {
    fill: #51AA26 !important;
    stroke: #51AA26 !important;
}

.map-order-energy-item p,
.map-order-info-container {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;

    line-height: 100%;
    color: var(--primary-color);
}

.map-order-energy-item span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.6vw;
    line-height: 0.6vw;
    color: var(--primary-color);
}

.map-order-info-block {
    margin-bottom: 1.6vw;
}

.map-order-btn {
    background-color: var(--primary-color);
    border: none;
    border-radius: 0.4vw;
    width: 100%;
    padding: 1.2vw 0;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    transition: 0.3s;
    line-height: 0.8vw;
    color: #fff;
    margin-top: 1vw;
}

.map-order-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.map-section {
    background-position: 0 4vw;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 2vw;
    height: 40vw;
    position: relative;
}

.maps_wrap {
    position: absolute;
    top: 5vw;
    left: 0px;
    width: 100%;
    height: calc(100% - 5vw) !important;
    z-index: 8;
}

.map-section.private .map-form-container {
    flex-direction: column;
    gap: 1.2vw;
    width: 28vw;
    padding: 2.5vw;
    height: fit-content;
}

.map-section.private .map-form-title {
    margin-bottom: 0;
}

.principales-section.coating {
    padding-top: 4vw;
}

.map-section {
    display: none;
}

.map-section.active {
    display: block;
}

.map-section.private .steps-form input {
    height: 3.3vw;
}

/* FOOTER ADDAPTIVE ================================================== */

@media (max-width: 1024px) {
    .b2b-form-section.vacation {
        padding: 10vw 0;
    }

    .main-footer-container {
        display: flex;
        flex-direction: column;
    }

    .footer-number {
        font-size: 5.3vw;
        line-height: 5.3vw;
        gap: 2.1vw;
        padding: 4.2vw;
        border-radius: 2.1vw;
        margin-bottom: 6.4vw;
    }

    .footer-number-backdrop-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    .footer-question-title {
        font-size: 3.7vw;
        color: #9a9aa2;
        margin-bottom: 2.1vw;
    }

    .footer-email-address {
        gap: 2.1vw;
        font-size: 4.2vw;
        margin-bottom: 6.4vw;
    }

    .copy-icon {
        width: 5.3vw;
        height: 5.3vw;
    }

    .footer-info-container {
        font-size: 3.7vw;
        width: 70vw;
        gap: 4vw;
        margin-bottom: 8.5vw;
    }

    .location-icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .footer-nav-container {
        flex-direction: column;
        gap: 5.2vw;
        justify-content: space-between;
    }

    .footer-question-title.nav {
        color: black;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 4.2vw;
        font-weight: 600;
    }

    .footer-nav-block {
        max-height: 0vw;
        overflow: hidden;
        transition: 0.5s;
    }

    .footer-nav-block.active {
        height: max-content;
        max-height: 1000px;
        overflow: hidden;
        margin-top: 3vw;
    }

    .footer-nav-link-item {
        display: block;
        font-size: 3.3vw;
        line-height: 3.3vw;
    }

    .footer-nav-link-item {
        margin-bottom: 3vw;
    }

    .footer-backdrop-container {
        border-bottom: 0.2vw solid rgba(242, 243, 247, 1);
        padding-bottom: 2vw;
    }

    .footer-question-title.nav svg {
        width: 3.2vw;
        height: 3.2vw;
    }

    .footer-line {
        display: none;
    }

    .footer-social-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

    .footer-line.mobile {
        display: block;
        width: 100%;
        margin-top: 12.8vw;
        margin-bottom: 8.5vw;
    }

    .footer-logo {
        width: 24vw;
        height: 10.6vw;
    }

    .footer-bottom-info {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom-text {
        font-size: 3.2vw;
        color: #9a9aa2;
        width: auto;
    }

    .footer-bottom-text:nth-child(2) {
        width: 100%;
    }

    .footer-line.mobile.second {
        margin-top: 8.5vw;
        margin-bottom: 8.5vw;
    }

    footer {
        background-color: #ffffff;
        padding: 9vw 0;
    }
}

@media (min-width: 1024px) {
    .footer-question-title.nav svg {
        display: none;
    }

    .footer-line.mobile {
        display: none;
    }
}

/* АДАПТИВ ЗАГАЛЬНИХ СТОРІНОК===================================== */

@media (max-width: 1024px) {
    .online-payment .container {
        display: grid;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .online-payment-form-container {
        width: 100%;
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .online-payment-form-container .payment-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 8.5vw;
        width: auto;
    }

    .online-payment-form label {
        font-size: 3.7vw;
        line-height: 5.3vw;
        margin-bottom: 2.1vw;
    }

    .online-payment-form input {
        font-size: 3.7vw;
        line-height: 5.6vw;
        border: 0.4vw solid #f2f2f2;
        border-radius: 1.6vw;
        padding: 4.2vw;
    }

    .online-payment-form input::placeholder {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .online-payment-form-container .tariff-btn {
        margin-top: 8.5vw;
        margin-bottom: 0;
    }

    #option1 {
        margin-bottom: 4.2vw;
    }

    .online-payment {
        padding-top: 8.5vw;
    }

    .online-payment-instruction-container {
        width: 100%;
        gap: 6.3vw;
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .online-payment .container {
        gap: 4.2vw;
    }

    .payment-instruction-icon-container {
        width: 17vw;
        height: 17vw;
        border-radius: 2.1vw;
        margin-bottom: 4.2vw;
    }

    .payment-instruction-icon-container img {
        width: 8.5vw;
        height: 8.5vw;
    }

    .online-payment .instructions-item .we-can-item-text {
        width: auto;
    }

    .online-payment-system-images {
        gap: 6.4vw;
    }

    .online-payment-system-images:nth-child(1) {
        margin-bottom: 6.4vw;
    }

    .payment-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 8.5vw;
    }

    .privat-img {
        width: 16.5vw;
        height: 16.5vw;
    }

    .easy-img {
        width: 29vw;
        height: 14.5vw;
    }

    .city-img {
        width: 16.5vw;
        height: 16.5vw;
    }

    .ibox-img {
        width: 29vw;
        height: 9.6vw;
    }

    .tyme-img {
        width: 12.5vw;
        height: 16.5vw;
    }

    .cash-terminal-list {
        flex-wrap: wrap;
        gap: 2.6vw;
    }

    .cash-terminal-item {
        padding: 6.6vw;
    }

    .cash-terminal-item:nth-child(5) {
        flex-basis: 100%;
    }

    .cash-terminal-item:nth-child(2),
    .cash-terminal-item:nth-child(4) {
        flex-basis: 57.6%;
    }

    .cash-container {
        background-color: #ffffff;
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .cash-payment {
        padding-top: 8.5vw;
        padding-bottom: 0;
    }

    .payment-text {
        font-size: 3.8vw;
        line-height: 4.8vw;
        margin-bottom: 8.5vw;
    }

    .mob-app-payment .payment-title {
        margin-bottom: 3.2vw;
    }

    .mob-app-item {
        flex-basis: calc((100% - 2 * 2.6vw) / 3);
    }

    .mob-app-list {
        gap: 2.6vw;
    }

    .mob-app-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .portmone-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .portmone-logo {
        margin-bottom: 3.2vw;
    }

    .portmone .payment-text {
        margin-bottom: 8.5vw;
    }

    .portmone-container .instructions-item .we-can-item-text {
        margin-bottom: 0;
    }

    .portmone {
        padding-top: 8.5vw;
    }

    .tariff-section-title.payment {
        font-size: 8.5vw;
        margin-top: 2vw;
    }

    .page-title {
        font-size: 8.5vw;
        line-height: 8.5vw;
        margin-bottom: 8.5vw;
    }

    .document-flex-container {
        flex-direction: column;
        gap: 0.8vw;
    }

    .documenet-backdrop-title {
        font-size: 5.8vw;
        line-height: 6.4vw;
    }

    .document-list-icon {
        width: 5.3vw;
        height: 5.3vw;
        min-width: 5.3vw;
        margin-right: 2.1vw;
    }

    .document-list-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        transition: 0.3s;
    }

    .download-text {
        display: none;
    }

    .document-download-icon {
        width: 4.2vw;
        height: 4.2vw;
        margin-right: 0;
    }

    .document-list-item:not(:last-child) {
        margin-bottom: 6.4vw;
    }

    .document-item-flex-container {
        display: flex;
        align-items: flex-start;
    }

    .document-backdrop-container-JS.is-active {
        margin-top: 8.5vw;
    }

    .documents-backdrop-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
        flex-basis: calc((100% - 0.8vw) / 2);
    }

    /* CONTACTS -=================================================== */
    .contact-container {
        display: flex;
        flex-direction: column;
        gap: 4.2vw;
    }

    .contact-support-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .contact-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 3.2vw;
        width: 45vw;
    }

    .contact-text {
        font-size: 4.2vw;
        line-height: 6.4vw;
        margin-bottom: 8.5vw;
        width: auto;
    }

    .contact-number-item {
        gap: 4.2vw;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-number {
        font-size: 6.4vw;
        line-height: 6.4vw;
        text-align: left;
    }

    .number-item-text {
        font-size: 3.7vw;
        color: #9a9aa2;
    }

    .contact-number-item:not(:last-child) {
        margin-bottom: 5.3vw;
    }

    .contact-support-number-container {
        margin-bottom: 8.5vw;
    }

    .tg-text {
        font-size: 4.2vw;
    }

    .tg-icon {
        width: 5.3vw;
        height: 5.3vw;
    }

    .tg-container {
        gap: 2.6vw;
        margin-bottom: 8.5vw;
    }

    .team-viewer-container {
        padding: 3.2vw 4.2vw;
        border-radius: 1.6vw;
        margin-bottom: 8.5vw;
        gap: 4.2vw;
    }

    .team-viewer-icon {
        margin-right: 0;
        width: 33vw;
    }

    .social-link-title {
        font-size: 3.7vw;
        margin-bottom: 4.2vw;
    }

    .contact-title.second {
        width: 100%;
    }

    .contact-form label {
        font-size: 3.7vw;
        line-height: 5.3vw;
        margin-bottom: 2.1vw;
    }

    .contact-form-input-line {
        flex-direction: column;
    }

    .contact-label-container input,
    .contact-label-container textarea {
        font-size: 3.7vw;
        line-height: 5.6vw;
        padding: 4.2vw;
        border: 0.04vw solid #f2f2f2;
        border-radius: 1.6vw;
    }

    .contact-label-container {
        margin-bottom: 4.2vw;
    }

    .contact-label-container textarea {
        resize: none;
        height: 40.8vw;
    }

    .contact-form-btn {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 6.4vw;
        border-radius: 2.1vw;
        margin-top: 8.5vw;
    }

    .contact-form-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
    }

    .question-container.in-page {
        width: 100%;
    }

    .question-search-form input {
        width: 100%;
        margin-bottom: 0vw;
        font-size: 5.6vw;
        line-height: 5.6vw;
        padding: 4.2vw;
        border: 0.4vw solid #cdcdd1;
        border-radius: 1.6vw;
    }

    .question-search-form input::placeholder {
        font-size: 5.6vw;
        line-height: 5.6vw;
    }

    .search-input-container {
        width: 100%;
    }

    .question-search-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    .question-search-icon-container {
        position: absolute;
        top: 50%;
        right: 4.2vw;
        transform: translateY(-50%);
    }

    .catalog-equipment-container .catalog-item {
        flex-basis: calc((100% - 0.8vw) / 2);
        padding: 3.2vw 4.2vw;
        box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
    }

    .catalog-equipment-container .tariff-marker-container {
        position: absolute;
        left: 0;
        top: -2.5vw;
        margin-left: 0;
        left: 2.1vw;
    }

    .catalog-equipment-container .catalog-current-price {
        font-size: 8.5vw;
        line-height: 8.5vw;
    }

    .catalog-equipment-container .catalog-old-price {
        font-size: 5.3vw;
        line-height: 5.3vw;
    }

    .catalog-equipment-container {
        row-gap: 6.4vw;
        margin-bottom: 8.5vw;
        margin-top: 11.7vw;
        display: grid;
        grid-template-columns: 1fr;
    }

    /* ABOUUT PAGE =========================================================== */

    .about-hero-text-container {
        position: static;
        border-radius: 3vw;
        padding: 4.2vw;
        width: 100%;
    }

    .about-hero-section .internet-tv-hero-text {
        margin-bottom: 2vw;
    }

    .about-hero-image-container {
        width: 100%;
        border-radius: 3.2vw;
        overflow: hidden;
        height: auto;
        margin-left: auto;
    }

    .about-hero-container {
        position: static;
        display: flex;
        flex-direction: column-reverse;
        gap: 1.4vw;
    }

    .about-hero-section {
        padding-top: 5.3vw;
        padding-bottom: 5.3vw;
    }

    .characteristics-item {
        flex-basis: calc((100% - 1vw) / 2);
        padding: 6.4vw;
        border-radius: 0.8vw;
        min-height: 35vw;
    }

    .characterisctics-list {
        display: flex;
        flex-wrap: wrap;
        gap: 1vw;
    }

    .characteristic-qty {
        font-size: 8.5vw;
        line-height: 8.5vw;
        text-align: left;
    }

    .characteristic-text {
        font-size: 3.7vw;
        line-height: 3.7vw;
        text-align: left;
        width: 20vw;
    }

    .characterictics-section {
        padding-top: 15vw;
    }

    .internet-tv-hero-image-container.about {
        width: 100%;
    }

    .internet-tv-hero-image-container.about .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #8b8b8b;
        transition: 0.3s;
    }

    .internet-tv-hero-image-container.about .swiper-pagination-bullet-active {
        width: 10.6vw !important;
        background-color: #000;
    }

    .internet-tv-hero-image-container.about {
        padding-bottom: 5vw;
    }

    .internet-tv-hero-image-container.about img {
        border-radius: 3.2vw;
    }

    .about-swiper-next {
        display: none;
    }

    .about-swiper-prev {
        display: none;
    }

    .swiper-license-container {
        width: 100%;
    }

    .license-section-title {
        margin-bottom: 8.5vw;
        font-size: 6.4vw;
        line-height: 6.4vw;
        text-align: left;
    }

    .swiper-license-container {
        position: relative;
        padding-bottom: 9.6vw;
    }

    .swiper-license-container .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5.3vw;
        height: 1vw;
        background: #8b8b8b;
        transition: 0.3s;
    }

    .swiper-license-container .swiper-pagination-bullet-active {
        width: 10.6vw !important;
        background-color: #000;
    }

    .license-section {
        padding-bottom: 15vw;
    }

    .about-swiper-relative-container {
        position: relative;
        width: 100%;
    }

    .video-link-container {
        gap: 3.2vw;
        margin-bottom: 6.4vw;
    }

    .video-link-container svg {
        width: 6.4vw;
        height: 6.4vw;
    }

    .video-link-container p {
        font-size: 4.2vw;
        line-height: 5vw;
    }

    .mission-text {
        font-size: 5.8vw;
        line-height: 6vw;
        width: auto;
    }

    .mission-text a {
        font-size: 5.8vw;
        line-height: 9vw;
        border-bottom: 1.06vw dashed var(--primary-color);
        white-space: nowrap;
    }

    .mission-text svg {
        width: 5.8vw;
        height: 5.8vw;
        margin-right: 0.5vw;
    }

    .misiion-title {
        font-size: 3.7vw;
        line-height: 5vw;
        margin-bottom: 4.2vw;
        margin-left: 0;
    }

    .mission-container {
        padding: 0;
        margin-bottom: 15vw;
        gap: 4vw;
        flex-direction: column;
    }

    .mission-text-container {
        width: auto;
    }

    .mission-section .characteristics-item {
        flex-basis: calc((100% - 1vw) / 2);
        height: auto;
        border-radius: 3vw;
    }

    .misiion-text-container:nth-child(1) {
        margin-bottom: 3vw;
    }

    .mission-section .characterisctics-list {
        width: 100%;
        gap: 1vw;
    }

    .supervision-tab-list.mission .supervision-tab-item-text-container {
        padding: 4.2vw;
    }

    .supervision-tab-list.mission .supervision-tab-item {
        border-radius: 3.2vw;
    }

    .supervision-tab-list.mission .supervision-tab-item-img {
        margin-bottom: 6.4vw;
    }

    .supervision-tab-list.mission {
        gap: 3.2vw;
    }

    .mission-section {
        padding-top: 10vw;
    }

    /* reviews-principales-section ============================================= */

    .reviews-container {
        flex-direction: column-reverse;
        gap: 10.6vw;
    }

    .principales-section-title {
        font-size: 6.4vw;
        line-height: 7.4vw;
        text-align: left;
        margin-bottom: 3.2vw;
    }

    .principales-section-title-text {
        font-size: 4.2vw;
        line-height: 6.6vw;
        text-align: left;
        width: auto;
        margin: 0 0;
        margin-bottom: 6.4vw;
    }

    .principales-list {
        flex-wrap: wrap;
        gap: 3.2vw;
    }

    .principales-item {
        border-radius: 3.2vw;
        padding: 5.3vw;
        flex-basis: 100%;
    }

    .principles-item-img-wrapper {
        width: 17vw;
        height: 17vw;
        border-radius: 2.1vw;
        margin-bottom: 5.3vw;
    }

    .principales-item svg {
        width: 8.5vw;
        height: 8.5vw;
    }

    .principales-item-title {
        font-size: 4.8vw;
        line-height: 6.4vw;
        text-align: left;
        margin-bottom: 2.1vw;
    }

    .principales-item-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .principales-section {
        padding-bottom: 7.5vw;
    }

    .reviews-section-title {
        font-size: 6.4vw;
        line-height: 7.4vw;
        margin-bottom: 6.4vw;
    }

    .reviews-coment-item {
        border-radius: 4.2vw;
        padding: 4.2vw;
    }

    .author-image-wrapper {
        width: 12.2vw;
    }

    .author-info-container h4 {
        font-size: 4.2vw;
    }

    .author-info-container span {
        display: none;
    }

    .comment-author-container {
        margin-bottom: 1.2vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 3.2vw;
    }

    .coment-rating-icons-container {
        width: 29.8vw;
        height: 4.2vw;
    }

    .comment-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 5.3vw;
    }

    .comment button span {
        font-size: 3.7vw;
    }

    .btnIcon {
        width: 3.7vw;
        height: 3.7vw;
    }

    .comment button {
        gap: 2.1vw;
    }

    .reviews-coment-item:not(:last-child) {
        margin-bottom: 2.1vw;
    }

    .reviews-section .question-link {
        margin-top: 6.4vw;
    }

    .reviews-info-container {
        width: auto;
        flex-shrink: 0;
    }

    .reviews-info-item {
        border-radius: 3.2vw;
        padding: 6.9vw 4.2vw;
    }

    .reviews-icon-wrapper {
        width: 17vw;
        height: 17vw;
        border-radius: 2.1vw;
        margin-bottom: 8.5vw;
    }

    .reviews-icon-wrapper svg {
        width: 8.5vw;
        height: 8.5vw;
    }

    .reviews-info-title {
        font-size: 5.8vw;
        line-height: 6.4vw;
        margin-bottom: 4.2vw;
    }

    .reviews-info-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 4.2vw;
    }

    .reviews-info-item:nth-child(1) {
        margin-bottom: 2.1vw;
    }

    .reviews-info-btn {
        border-radius: 2.4vw;
        padding: 5.3vw 0;
        font-size: 3.7vw;
        line-height: 3.7vw;
    }

    .reviews-section {
        padding-top: 7.5vw;
        padding-bottom: 15vw;
    }

    .b2b-form-image-wrapper {
        display: none;
    }

    .b2b-form-container {
        border-right: none;
        padding-right: 0;
    }

    .b2b-checkbox-form-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
        gap: 2.5vw;
        flex-direction: column;
    }

    .form-container-title {
        font-size: 6.4vw;
        line-height: 6.9vw;
        margin-bottom: 3.2vw;
    }

    .form-container-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 8.5vw;
        width: auto;
    }

    .b2b-form label {
        font-size: 3.7vw;
        line-height: 5.3vw;
        gap: 0.6vw;
    }

    .b2b-form input::placeholder {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .b2b-form input {
        font-size: 3.7vw;
        line-height: 5.6vw;
        padding: 4.2vw;
        border: 0.4vw solid #f2f2f2;
        border-radius: 1.6vw;
    }

    .b2b-form label:not(:last-child) {
        margin-bottom: 4.2vw;
    }

    .form-btn-2b2 {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 6.4vw 0;
        border-radius: 2.1vw;
        margin-top: 1.2vw;
        margin-bottom: 4.2vw;
    }

    .b2b-bottom-tetxt {
        flex-direction: column;
        gap: 0;
    }

    .b2b-bottom-tetxt p {
        font-size: 3.2vw;
        line-height: 5vw;
    }

    .b2b-bottom-tetxt a {
        font-size: 3.2vw;
        line-height: 5vw;
    }

    .b2b-question-form-labels {
        flex-direction: column;
        gap: 0.8vw;
    }

    .form-btn-2b2.question {
        margin-top: 8.5vw;
    }

    /* VACATION =============================================== */

    .vacation-item {
        flex-basis: 100%;
        padding: 8.5vw;
        border-radius: 4.2vw;
        min-height: 68.2vw;
    }

    .vacation-title {
        font-size: 5.3vw;
        line-height: 6.4vw;
        margin-bottom: 4.2vw;
    }

    .vacation-desc p {
        font-size: 3.7vw;
        line-height: 5.8vw;
        margin-bottom: 4.2vw;
    }

    .vacation-location img {
        width: 5.3vw;
    }

    .vacation-location p {
        font-size: 4.2vw;
        line-height: 4.2vw;
    }

    .vacation-location {
        gap: 2.1vw;
    }

    .vacation-link {
        font-size: 3.7vw;
        line-height: 5vw;
        gap: 2.1vw;
    }

    .vacation-link svg {
        width: 3.7vw;
        height: 3.7vw;
    }

    .vacation-section {
        padding: 8.5vw 0;
        padding-bottom: 15vw;
    }

    .vacation-list {
        gap: 3.2vw;
        margin-bottom: 8.5vw;
    }

    .akuvox-section.in-video .swiper-pagination {
        display: block;
    }

    .supervision-tab-item-img img {
        width: 100%;
    }
}

.b2b-company-section.residential .b2b-company-item img {
    filter: grayscale(0);
    opacity: 1;
}

.b2b-company-section.residential {
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4vw;
    overflow: hidden;
}

.b2b-company-section.residential .swiper-btn-next {
    right: 6.5vw;
    top: 53%;
}

.company-swiper-container-residential {
    overflow: hidden;
}

.equipment-option-section.outsource {
    padding-bottom: 0;
}

.b2b-section-title {
    font-family: "Exo 2";
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2.2vw;
    text-align: left;
    margin-bottom: 2vw;
}

.b2b-company-section {
    padding-bottom: 4vw;
}

/* .b2b-company-list {
  display: flex;
  gap: 0.8vw;
} */

.b2b-company-item {
    position: relative;
    text-align: center;
    height: 8vw;
    background-color: #ffffff;
    border-radius: 0.6vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14vw;
    overflow: hidden;
    /* Додаємо overflow: hidden, щоб сховати вихід за межі елемента */
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.b2b-company-item img {
    transform: scale(0.7);
    transition: 0.5s;
}

@media (min-width: 1024px) {
    .b2b-company-item img {
        transform: scale(0.7);
        filter: grayscale(100%);
        opacity: 0.4;
        transition: 0.5s;
    }

    .b2b-company-item:hover img {
        filter: grayscale(0);
        opacity: 1;
    }
}

.b2b-company-item:hover {
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.08);
}

.swiper-btn-next {
    position: absolute;
    width: 2.9vw;
    height: 2.9vw;
    border-radius: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1.5vw;
    top: 35%;
    z-index: 1;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.swiper-btn-next svg {
    stroke: black;
    width: 1.4vw;
    height: 1.4vw;
}

.relative-descision-container-for-btn {
    position: relative;
}

@media (max-width: 1024px) {
    .b2b-company-item {
        height: 31vw;
    }

    .swiper-btn-next {
        display: none;
    }

    .b2b-section-title {
        font-size: 6.4vw;
        line-height: 7.4vw;
        margin-bottom: 6.4vw;
    }

    .b2b-company-section.residential {
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
}

.order-backdrop-JS {
    max-height: 0;
    overflow: auto;
    transition: 0.5s;
}

.order-backdrop-JS.active {
    max-height: 27vw;
    height: max-content;
    margin-top: 1.6vw;
}

@media (max-width: 1024px) {
    .order-backdrop-JS.active {
        max-height: none;
        height: max-content;
        margin-top: 1.6vw;
    }

    .map-section {
        background-image: url(/star-group/images/coating/map-section-bg.jpg);
        background-position: 0 4vw;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 2vw;
        height: auto;
    }

    .map-container {
        flex-direction: column;
        gap: 2.1vw;
    }

    .map-form-container {
        flex-direction: column;
        gap: 0vw;
        width: 100%;
        padding: 5.3vw;
        border-radius: 3.2vw;
    }

    .form-step-tabs {
        display: none;
    }

    .step-form-btn-container {
        display: flex;
        width: 100%;
        gap: 6.4vw;
        flex-direction: column;
    }

    .map-form-container .location-point {
        display: none;
    }

    .map-form-title {
        font-size: 4.8vw;
        line-height: 5.8vw;
        margin-bottom: 6.4vw;
    }

    .steps-form label {
        font-size: 3.7vw;
        line-height: 5.3vw;
        margin-bottom: 2.1vw;
    }

    .steps-form input {
        height: 14vw;
        border: 0.07vw solid #f2f2f2;
        border-radius: 0.3vw;
        padding-left: 10vw;
        font-size: 3.7vw;
        line-height: 5.6vw;
        border: 0.4vw solid #f2f2f2;
        border-radius: 1.6vw;
    }

    .steps-form input::placeholder {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .jk-icon {
        width: 5.3vw;
        left: 3vw;
    }

    .map-section {
        height: 230vw;
        margin-top: 6.4vw;
    }

    .inner-form-arrow-icon {
        right: 5vw;
        top: 45%;
        width: 4.2vw;
        height: 4.2vw;
    }

    .step-form-btn {
        font-size: 3.7vw;
        line-height: 3.7vw;
        width: 100%;
        border-radius: 2.4vw;
        padding: 5.3vw 0;
    }

    .map-order-container {
        width: 100%;
        padding: 5.3vw;
        border-radius: 3.2vw;
    }

    .location-point svg {
        width: 5.3vw;
        height: 5.3vw;
        fill: var(--primary-color);
    }

    .location-point p {
        font-size: 4.2vw;
        line-height: 4.2vw;
    }

    .location-point {
        gap: 2.1vw;
    }

    .map-order-back-drop-btn svg {
        min-width: 4.2vw;
        min-height: 4.2vw;
    }

    .map-order-back-drop-btn {
        width: 6vw;
        height: 6vw;
    }

    .map-order-info-title {
        font-size: 4.2vw;
        line-height: 5.6vw;
        margin-bottom: 3.2vw;
    }

    .order-backdrop-JS.active {
        height: auto;
        margin-top: 6.4vw;
    }

    .map-order0info-block-text {
        font-size: 3.7vw;
        line-height: 5.3vw;
        padding: 1.6vw 2.1vw;
        border-radius: 1vw;
    }

    .map-order-info-block-list {
        gap: 2.1vw;
    }

    .map-order-info-block {
        margin-bottom: 6.4vw;
    }

    .map-order-energy-list svg {
        width: 7.4vw;
        height: 7.4vw;
        fill: var(--primary-color);
    }

    .map-order-energy-item {
        flex-basis: calc((100% - 1.3vw) / 2);
        gap: 0.6vw;
        padding: 2.1vw 3.2vw;
        height: 12vw;
        border-radius: 1vw;
        justify-content: space-between;
    }

    .map-order-energy-item p {
        font-size: 3.2vw;
        line-height: 3.7vw;
    }

    .map-order-energy-list {
        gap: 1.3vw;
    }

    .map-order-energy-item span {
        font-size: 2.6vw;
        line-height: 2.6vw;
    }

    .map-order-btn {
        border-radius: 3.2vw;
        padding: 5.3vw 0;
        font-size: 3.7vw;
        line-height: 3.7vw;
        margin-top: 1vw;
    }

    .principales-section.coating {
        padding-top: 15vw;
    }
}

/* COATING SECTION ======================================== */

.coating-section {
    padding: 4vw 0;
}

.coating-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #222;
}

.coating-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 1.7vw;
    color: #000;
    margin-bottom: 0.8vw;
}

.coating-heading-text {
    margin-bottom: 0.8vw;
    width: 37vw;
}

@media (max-width: 1024px) {
    .coating-section {
        padding: 15vw 0;
    }

    .container {}

    .coating-title {
        font-size: 6.4vw;
        line-height: 9vw;
        margin-bottom: 4.2vw;
    }

    .coating-text {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .coating-heading-text {
        width: 100%;
        margin-bottom: 6vw;
    }

    .map-section.private .map-form-container {
        gap: 6.4vw;
        width: 100%;
        padding: 5.3vw;
        height: fit-content;
    }

    .map-section.private .steps-form input {
        height: 14vw;
    }
}

/* ADDITIOANL WHY SECTION PAGE ================================== */
.why-section.additioanal .we-can-list {
    gap: 0.7vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.why-section.additioanal .we-can-item-container {
    flex-direction: column;
    min-height: 18vw;
    justify-content: space-between;
    flex-basis: calc((100% - 3 * 0.7vw) / 4);
}

.why-section.additioanal .we-can-icon-container {
    margin-bottom: 0.8vw;
}

.why-section.additioanal {}

.why-section.additioanal {
    padding-top: 2vw;
}

@media (max-width: 1024px) {
    .why-section.additioanal .we-can-list {
        gap: 3.2vw;
        margin-top: 1vw;
        margin-bottom: 8.5vw;
        flex-wrap: wrap;
    }

    .why-section.additioanal .we-can-item-container {
        flex-direction: column;
        min-height: none;
        justify-content: space-between;
        flex-basis: 100%;
    }

    .why-section.additioanal .we-can-icon-container {
        margin-bottom: 5.3vw;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 2.5vw;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 0.8vw;
    /* min-width: 30vw; */
    width: fit-content;
}

.close {
    font-weight: 700;
    position: absolute;
    right: 2.5vw;
    font-size: 2.5vw;
    line-height: 1vw;
    cursor: pointer;
    opacity: 0.3;
    transition: 0.3s;
}

.close:hover {
    opacity: 1;
}

.popup-title-container {
    display: flex;
    margin-bottom: 0.6vw;
    align-items: flex-end;
}

.popup-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.1vw;
    color: #000;
    margin-right: 0.4vw;
}

.popup-title-sufix {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 0.8vw;
    color: #000;
    margin-right: 0.8vw;
}

.popup-title-xpon {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    color: var(--primary-color);
    align-self: center;
    background-color: var(--primary-blue-bg);
    padding: 0.4vw;
    border-radius: 0.2vw;
}

.popup-form-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 1.6vw;
    color: black;
    margin-bottom: 0.8vw;
}

.popup-form-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    max-width: 22vw;
    opacity: 0.6;
}

.popup-alarm-text p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.7vw;
    color: var(--primary-color);
}

.popup-alarm-text {
    background-color: var(--primary-blue-bg);
    padding: 0.4vw;
    border-radius: 0.2vw;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    width: fit-content;
    margin-bottom: 0.8vw;
}

.popup-form-text {
    margin-bottom: 0.8vw;
}

.classpopup-bold-text {
    margin-bottom: 0.8vw;
    font-family: "Exo 2";
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.2vw;
    max-width: 25vw;
}

.popup form {
    position: relative;
    z-index: 9;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

#thanksPopup img {
    width: 6.4vw;
    margin-bottom: 1.2vw;
}

#thanksPopup svg {
    width: 3.7vw;
    height: 1.6vw;
}

.popup input {
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
    color: black;
    width: 100%;
    transition: 0.3s;
}

.popup input:hover {
    border: 0.07vw solid black;
}

.popup input:focus {
    border: 0.07vw solid black;
}

.popup input::placeholder {
    color: #9a9aa2;
    opacity: 1;
}

.popup label {
    color: black;
    width: 100%;
}

.popup .blue-form-bottom-text {
    color: rgba(0, 0, 0, 0.5);
}

.popup .blue-form-bottom-text a {
    color: black;
}

.popup button {
    width: 100%;
    margin-bottom: 0;
}

.popup .steps-form {
    flex-direction: row;
    gap: 0.8vw;
}

#form-no-address input {
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
    color: #9a9aa2;
    width: 100%;
    transition: 0.3s;
}

#form-no-address input:hover {
    border: 0.07vw solid black;
}

#form-no-address input:focus {
    border: 0.07vw solid black;
}

#form-no-address input::placeholder {
    color: #9a9aa2;
    opacity: 1;
}

#form-no-address label {
    color: black;
    width: 100%;
}

.mb1em {
    margin-bottom: 0.6em;
    margin-top: 1em;
}

.popup .steps-form .locality-input.short {
    width: 20vw;
}

.popup .steps-form input {
    height: 3.3vw;
}

#personalOfficePopup svg {
    width: 3.75vw;
    height: 1.67vw;
}

#personalOfficePopup .popup-content {
    width: 30vw;
}

.password-forgot-link {
    display: block;
    font-family: "Manrope";
    font-weight: 700;
    line-height: 0.8vw;
    font-size: 0.8vw;
    text-align: center;
    text-decoration: underline;
    transition: 0.3s;
    color: black;
}

.password-forgot-link:hover {
    color: var(--primary-color);
}

@media (max-width: 1024px) {
    .popup-content {
        width: 91vw;
        border-radius: 3.2vw;
        padding: 6.4vw;
    }

    .close {
        right: 6.6vw;
        top: 6.6vw;
        font-size: 12vw;
        line-height: 7vw;
    }

    .popup-form-title {
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
    }

    .popup-form-text {
        font-size: 3.4vw;
        line-height: 4.8vw;
        max-width: none;
        margin-bottom: 5.3vw;
    }

    .popup form {
        gap: 4.8vw;
    }

    .popup-content .tariff-btn {
        margin-bottom: 0;
        font-size: 3.7vw;
        line-height: 3.7vw;
    }

    .popup-content .blue-form-bottom-text {
        width: auto;
    }

    #gigabitPopup .popup-form-title {
        margin-top: 8.5vw;
    }

    .popup-title {
        font-size: 5.8vw;
        margin-right: 2.1vw;
    }

    .popup-title-sufix {
        font-size: 4.2vw;
        margin-right: 4.2vw;
    }

    .popup-title-container {
        margin-bottom: 3.2vw;
        flex-wrap: wrap;
        row-gap: 2vw;
    }

    .classpopup-bold-text {
        margin-bottom: 3.2vw;
        font-size: 4.2vw;
        line-height: 5vw;
        max-width: none;
    }

    #thanksPopup img {
        width: 24.8vw;
        margin-bottom: 3.2vw;
    }

    #thanksPopup svg {
        width: 14.4vw;
        height: 6.4vw;
    }

    .popup input {
        border-radius: 1.6vw;
    }

    #personalOfficePopup .popup-content {
        width: 91vw;
    }

    .password-forgot-link {
        line-height: 3.7vw;
        font-size: 3.7vw;
        margin-top: 5.3vw;
    }

    #personalOfficePopup svg {
        width: 14.4vw;
        height: 6.4vw;
    }

    .popup-title-xpon {
        font-size: 3.7vw;
        padding: 1.6vw;
        border-radius: 1vw;
    }

    .custom-select-trigger {
        display: flex;
        align-items: center;
        background: #f2f3f7;
        border: none;
        border-bottom: 1px solid #f2f3f7;
        padding: 2.6vw;
        border-radius: 1vw;
        transition-duration: 0.3s;
    }

    .popup-alarm-text {
        padding: 2.1vw;
        border-radius: 1vw;
        gap: 1vw;
        margin-bottom: 2.1vw;
    }

    .popup-alarm-text p {
        font-size: 3.2vw;
        line-height: 3.2vw;
    }

    .popup-alarm-text svg {
        width: 3.7vw;
        height: 3.7vw;
    }

    .loyalty-swiper-container .swiper-pagination {
        height: 8vw;
    }
}

footer .header-tel-numbers-container .address-icon {
    width: 1.2vw;
    height: 1.2vw;
    fill: var(--primary-color);
}

footer .header-tel-numbers-container .address-tel-number {
    font-size: 1.4vw;
    width: fit-content;
    padding: 0.8vw;
    background-color: var(--primary-blue-bg);
    border-radius: 0.4vw;
}

footer .header-tel-numbers-container .address-tel-number a {
    color: var(--primary-color);
}

footer .header-tel-numbers-container .header-backdrop-arrow {
    width: 0.8vw;
    height: 0.8vw;
    stroke: var(--primary-color);
}

footer .header-tel-numbers-container {
    width: fit-content;
    margin-bottom: 1.2vw;
}

footer .header-tel-numbers-container .tel-number-backdrop-link img {
    width: 1.2vw;
}

footer .header-tel-numbers-container .tel-number-backdrop-link span {
    font-size: 1.2vw;
}

.instructions-item:nth-child(3) .we-can-item-text {
    width: 15vw !important;
}

@media (max-width: 1024px) {
    footer .header-tel-numbers-container .address-icon {
        width: 4.2vw;
        height: 4.2vw;
    }

    footer .header-tel-numbers-container .address-tel-number {
        font-size: 5.3vw;
        padding: 4.2vw;
        border-radius: 1.6vw;
    }

    footer .header-tel-numbers-container .header-backdrop-arrow {
        width: 3.7vw;
        height: 3.7vw;
    }

    footer .header-tel-numbers-container {
        width: fit-content;
        padding: 1.4vw;
        border-radius: 1.6vw !important;
        margin-bottom: 6.4vw;
    }

    footer .header-tel-numbers-container .tel-number-backdrop-link img {
        width: 5.3vw;
    }

    footer .header-tel-numbers-container .tel-number-backdrop-link span {
        font-size: 4.8vw;
        line-height: 4.8vw;
    }

    footer .header-tel-numbers-container .tel-number-backdrop-link {
        gap: 2.1vw;
        padding: 2.1vw 4.2vw;
    }

    .instructions-item:nth-child(3) .we-can-item-text {
        width: auto !important;
    }
}

.loyalty-hero-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45.5vw;
}

@media (max-width: 1024px) {
    .tariff-section .hero-swiper-nav-container {
        display: none;
    }

    .loyalty-hero-bg {
        position: static;
        margin: 0 auto;
        width: 80vw;
        margin-top: 8.5vw;
    }

    .loyalty-container {
        padding-bottom: 0;
    }

    .loyalty-hero-section .special-form-btn svg {
        width: 6.4vw;
        height: 6.4vw;
    }

    .loyalty-hero-section .special-form-btn {
        gap: 3.2vw;
    }
}

/* HEADER menu  HOVER */

.top-header .menu-item>a:hover {
    background-color: var(--primary-header-current);
}

.online-payment-form #option1 {
    margin-bottom: 0.6vw;
}

.top-header-right-nav-list li {
    position: relative;
}

.top-header-right-nav-list li ul {
    position: absolute;
    bottom: 0;
    transform: translateY(101%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    background-color: #ffffff;
    padding: 1.2vw;
    display: none;
    transition: 1s;
    width: max-content;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
    min-width: 100%;
}

.top-header-right-nav-list li ul a {
    color: black;
    padding: 0;
    height: fit-content !important;
    max-height: none;
    min-height: auto;
    white-space: nowrap;
}

.top-header-right-nav-list li ul a:hover {
    background-color: transparent !important;
    color: var(--primary-color);
}

@media (min-width: 1024px) {
    .top-header-right-nav-list li:hover ul {
        display: flex;
    }
}

.header-top-section {
    overflow: visible;
}

.top-header-right-nav-list .menu-item-has-children>a {
    padding-right: 2vw !important;
}

.top-header-right-nav-list .menu-item-has-children>a::after {
    position: absolute;
    right: 1vw;
    content: "";
    background-image: url(../img/Down.svg);
    background-position: center;
    background-size: 0.7vw 0.7vw;
    background-repeat: no-repeat;
    width: 0.7vw;
    height: 0.7vw;
}

.we-can-list.opacity .we-can-item-text {
    opacity: 0.7;
}

.we-can-list.opacity {
    gap: 0.8vw;
}

.we-can-list.opacity .we-can-item-container {
    flex-basis: calc((100% - 2 * 0.8vw) / 3);
}

/* PRODUCT PAGE ================================================== */

.product-section {
    padding: 1vw 0 2vw 0;
}

.container {}

.product-container {
    display: flex;
    gap: 0.8vw;
    align-items: flex-start;
}

.product-image-wrapper {
    width: 32vw;
    height: 32vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.product-image-wrapper img {
    width: 32vw;
}

.product-image-wrapper,
.product-info-container {
    background: rgba(255, 255, 255, 1);
    border-radius: 1vw;
}

.product-info-container {
    padding: 2.6vw;
    width: -webkit-fill-available;
}

.product-availability-marker {
    font-family: "Manrope";
    font-size: 0.7vw;
    font-weight: 700;
    line-height: 0.7vw;
    background-color: rgba(221, 248, 219, 1);
    color: rgba(35, 156, 2, 1);
    width: fit-content;
    padding: 0.4vw;
    border-radius: 0.24vw;
    margin-bottom: 0.8vw;
}

.product-availability-marker.out-of-stock {
    background: rgba(255, 0, 0, 0.1) !important;
    color: #ff0000 !important;
}

.product-title-name {
    font-family: "Manrope";
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.7vw;
    width: 31vw;
    margin-bottom: 2vw;
}

.product-order-price-container {
    display: flex;
    gap: 3.3vw;
    margin-bottom: 2vw;
}

.product-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3vw;
}

.old-price {
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.2vw;
    opacity: 0.5;
    width: fit-content;
}

.old-price-underline-container {
    position: relative;
    width: fit-content;
}

.old-price-underline-container::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-100%);
    content: "";
    width: 100%;
    height: 0.1vw;
    background-color: #ff0000;
}

.old-price span {
    font-family: "Manrope";
    font-size: 0.9vw;
    font-weight: 700;
    line-height: 1vw;
    margin-left: 0.2vw;
}

.current-price {
    font-family: "Exo 2";
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.6vw;
}

.current-price span {
    font-family: "Manrope";
    font-size: 1vw;
    font-weight: 700;
    line-height: 1.4vw;
    margin-left: 0.2vw;
}

.product-order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #fff;
    background-color: var(--primary-color);
    width: 9.3vw;
    border-radius: 0.4vw;
    transition: 0.3s;
    height: 3vw;
}

.product-order-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.product-description-container {
    margin-bottom: 1.2vw;
}

/* .product-description-container ul{
  list-style-type: circle;
} */

.product-desc-title {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    margin-bottom: 0.6vw;
}

.product-desc {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: black;
    width: 31vw;
    margin-bottom: 0.6vw;
}

/* Стилі для скороченого тексту */
.product-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Виводить тільки 5 рядків */
    -webkit-box-orient: vertical;
}

/* Стилі для розширеного тексту */
.expanded {
    -webkit-line-clamp: unset;
    /* Виводить весь текст */
}

.product-all-desc,
.product-all-atributes {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    line-height: 1vw;
    color: var(--primary-color);
    cursor: pointer;
}

.product-description-container ul {
    list-style: auto;
    padding-left: 1vw;
}

.product-desc * {
    margin-bottom: 0.3vw;
}

.product-desc p {
    margin-bottom: 0.6vw;
}

.more-text {
    display: none;
    /* Спочатку приховуємо додатковий текст */
}

.product-all-desc:hover {
    text-decoration: none;
}

.product-characteristics-container {
    width: 31vw;
}

.characteristic-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6vw;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7vw;
    line-height: 0.7vw;
    color: #9a9aa2;
}

.characteristic-item.hidden-attribute {
    display: none;
}

.label {
    flex-basis: auto;
}

.dots {
    flex-grow: 1;
    border-bottom: 1px dotted #9a9aa2;
    margin: 0 0.2vw;
}

.value {
    flex-basis: auto;
    text-align: right;
}

.additional-characteristics {
    display: none;
    /* Спочатку приховано */
}

#toggleCharacteristics {
    margin-top: 0.6vw;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 0.7vw;
    line-height: 1vw;
    color: var(--primary-color);
    cursor: pointer;
}

.product-characteristics-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 0.8vw;
    color: #000;
    margin-bottom: 0.6vw;
}

.option-item {
    display: flex;
    /* align-items: center; */
    gap: 0.8vw;
}

.option-item:not(:last-child) {
    margin-bottom: 1.2vw;
}

.option-item svg {
    width: 1.2vw;
    height: 1.2vw;
}

.option-item p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.3vw;
    color: black;
    max-width: 20vw;
}

.option-item p span {
    font-weight: 700;
}

.options-list {
    margin-bottom: 2vw;
}

.equipment-option-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    line-height: 2.2vw;
    color: black;
    margin-bottom: 1.2vw;
    width: 30vw;
}

.partners-block-list {
    display: flex;
    width: 37.2vw;
    gap: 0.6vw;
    flex-wrap: wrap;
}

.partnner-item-image-wrapper {
    flex-basis: calc((100% - 0.6vw) / 2);
}

.partners-block-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.8vw;
    padding: 2.6vw;
    justify-content: space-between;
}

.equipment-option-section {
    padding: 4vw 0;
}

.question-section.b2b {
    padding-top: 4vw;
}

@media (max-width: 1024px) {
    .product-container {
        flex-direction: column;
        gap: 2.6vw;
        align-items: unset;
    }

    .product-image-wrapper {
        width: 100%;
        height: 40vh;
    }

    .product-image-wrapper img {
        width: 75vw;
    }

    .product-availability-marker {
        font-size: 3.7vw;
        line-height: 3.7vw;
        padding: 2.1vw;
        border-radius: 1vw;
        margin-bottom: 4.2vw;
    }

    .product-title-name {
        font-size: 4.8vw;
        line-height: 5.8vw;
        width: auto;
        margin-bottom: 8.5vw;
    }

    .product-price {
        flex-direction: row;
        gap: 4.2vw;
    }

    .old-price {
        font-size: 6.4vw;
        line-height: 6.4vw;
    }

    .old-price span {
        font-size: 4.8vw;
        margin-left: 1vw;
    }

    .current-price {
        font-size: 7.4vw;
        line-height: 7.4vw;
    }

    .current-price span {
        font-size: 4.8vw;
        margin-left: 1vw;
    }

    .old-price-underline-container::after {
        height: 0.5vw;
    }

    .product-order-price-container {
        flex-direction: column;
        gap: 6.4vw;
        margin-bottom: 8.5vw;
    }

    .product-order-btn {
        font-size: 3.7vw;
        line-height: 3.7vw;
        width: 100%;
        height: 14.4vw;
        border-radius: 2.4vw;
    }

    .product-desc-title {
        font-size: 4.2vw;
        line-height: 6.4vw;
        margin-bottom: 2.1vw;
    }

    .product-desc {
        font-size: 3.7vw;
        line-height: 5.6vw;
        width: auto;
        margin-bottom: 2.1vw;
    }

    .product-all-desc {
        font-size: 3.7vw;
        line-height: 5.3vw;
    }

    .product-description-container {
        margin-bottom: 6.4vw;
    }

    .product-characteristics-title {
        font-size: 4.2vw;
        line-height: 4.2vw;
        margin-bottom: 3vw;
    }

    .characteristic-item {
        margin-bottom: 3.2vw;
        font-size: 3.7vw;
        line-height: 3.7vw;
    }

    .product-characteristics-container {
        width: auto;
    }

    .dots {
        border-bottom: 2px dotted #9a9aa2;
        margin: 0 1vw;
    }

    #toggleCharacteristics {
        margin-top: 2.1vw;
        font-size: 3.7vw;
        line-height: 5.3vw;
    }

    .product-section {
        padding: 8.5vw 0 15vw 0;
    }

    .product-info-container {
        padding: 4.2vw;
    }

    .product-image-wrapper,
    .product-info-container {
        background: rgba(255, 255, 255, 1);
        border-radius: 5.3vw;
    }

    .equipment-option-section {
        padding: 15vw 0;
    }

    .partners-block-container {
        display: flex;
        border-radius: 3.2vw;
        padding: 6.4vw;
        flex-direction: column;
        align-items: flex-start;
    }

    .equipment-option-title {
        font-size: 6.4vw;
        line-height: 7.4vw;
        margin-bottom: 6.4vw;
        width: auto;
    }

    .partners-block-list {
        display: flex;
        width: auto;
        gap: 1.3vw;
        flex-wrap: wrap;
        margin-bottom: 6.4vw;
    }

    .partnner-item-image-wrapper {
        flex-basis: calc((100% - 1.3vw) / 2);
        border-radius: 2.1vw;
        overflow: hidden;
    }

    .option-item svg {
        min-width: 6.4vw;
        min-height: 6.4vw;
    }

    .option-item p {
        font-size: 3.7vw;
        line-height: 5.6vw;
        max-width: none;
    }

    .option-item {
        display: flex;
        align-items: center;
        gap: 4.2vw;
    }

    .option-item:not(:last-child) {
        margin-bottom: 3.2vw;
    }

    .options-list {
        margin-bottom: 8.5vw;
    }
}

@media (min-width: 1024px) {
    .bottom-header-right .tariff-btn {
        display: none;
    }

    .finding-marker {
        display: none;
    }

    .main-page-marker-mob {
        display: none;
    }
}

.header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item {
    background-color: var(--primary-blue-bg);
    padding: 0.6vw !important;
    width: 19vw;
    border-radius: 0.4vw;
}

.header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a {
    gap: 0.8vw;
    width: 100%;
}

.header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a>div p {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1vw;
    margin-bottom: 0.4vw;
}

.header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a>div span {
    font-family: "Manrope";
    font-size: 0.7vw;
    font-weight: 500;
    line-height: 0.8vw;
    opacity: 0.7;
}

.header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a img {
    width: 5.2vw;
}

.header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a .svg {
    width: 0.9vw;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item {
        background-color: var(--primary-blue-bg);
        padding: 3.2vw !important;
        width: 100%;
        border-radius: 2.3vw;
    }

    .header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a {
        gap: 3.3vw;
        width: 100%;
    }

    .header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a>div p {
        font-family: "Manrope";
        font-size: 4.2vw;
        font-weight: 600;
        line-height: 3.2vw;
        margin-bottom: 2.4vw;
    }

    .header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a>div span {
        font-family: "Manrope";
        font-size: 3.8vw;
        font-weight: 500;
        line-height: 4vw;
        opacity: 0.7;
    }

    .header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a img {
        width: 26.66vw;
    }

    .header-bottom-nav-container .header-botttom-nav-list li .loyalty-link-item a .svg {
        width: 4.8vw;
        margin-left: auto;
    }
}

.tariff-title-swiper-container {
    position: relative;
    width: 100%;
    height: fit-content;
    overflow: hidden;
    border-radius: 1vw;
}

.tariff-title-swiper-container .swiper-pagination {
    bottom: 1.2vw !important;
}

.tariff-title-swiper-container .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);

    width: 1.2vw;
    height: 0.3vw;
    border-radius: 0.8vw;
    transition: 0.3s;
}

.tariff-title-swiper-container .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);

    width: 2.5vw;
    height: 0.3vw;
    border-radius: 0.8vw;
}

.tariff-wiper-wrapper-slider {
    position: relative;
    width: 22vw;
    overflow: hidden;
    border-radius: 1vw;
    height: fit-content;
}

.tariff-wiper-wrapper-slider .swiper-pagination {
    bottom: 1.2vw !important;
}

.tariff-wiper-wrapper-slider .swiper-pagination-bullet {
    border-radius: 0.8vw;
    width: 1.2vw;
    height: 0.3vw;
    background: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

.tariff-wiper-wrapper-slider .swiper-pagination-bullet-active {
    width: 2.4vw;
    height: 0.3vw;
    background: rgba(255, 255, 255, 1);
}

.container.crumbs {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bread-crumbs {
    display: flex;
    gap: 0.4vw;
    margin-top: 2vw;
}

.bread-crumbs a {
    margin-right: 0.4vw;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1vw;
    color: rgba(136, 136, 136, 1);
}

.bread-crumbs a img {
    width: 0.8vw;
}

.bread-crumbs-link,
.bread-crumbs-current-item {
    display: flex;
    flex-shrink: 0;
}

.bread-crumbs-current-item {
    margin-right: 0.4vw;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1vw;
    color: black;
}

.question-item-acardeon-text-JS>p {
    margin-bottom: 0.7vw;
}

.question-item-acardeon-text-JS ul {
    list-style: auto;
    padding-left: 1.5vw;
}

.question-item-acardeon-text-JS ul li:not(:last-child) {
    margin-bottom: 0.5vw;
}

@media (max-width: 1024px) {
    .bread-crumbs {
        gap: 2.1vw;
        margin-top: 8.5vw;
        margin-bottom: 8.5vw;
    }

    .bread-crumbs a {
        margin-right: 2.1vw;
        font-size: 3.2vw;
        line-height: 4vw;
        white-space: nowrap;
    }

    .bread-crumbs a img {
        width: 4.2vw;
    }

    .bread-crumbs-current-item {
        margin-right: 2.1vw;
        font-size: 3.2vw;
        line-height: 4vw;
        white-space: nowrap;
    }

    .question-item-acardeon-text-JS ul {
        list-style: auto;
        padding-left: 4.5vw;
    }

    .question-item-acardeon-text-JS>p {
        margin-bottom: 2vw;
    }

    .header-bottom-section {
        display: flex;
        flex-direction: column;
    }

    .moved-nav-list {
        order: 0;
    }

    .header-bottom-section .container.second {
        order: 1;
    }
}

.site-header {
    position: relative;
}

@media (min-width: 1024px) {
    .header-mob-address-container {
        display: none;
    }

    .mobile_menu_nav {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header-bottom-section {
        display: flex;
        flex-direction: column;
        overflow: hidden !important;
        max-height: 0px;
        position: absolute;
        bottom: 100%;
        transition-duration: 0.3s;
        z-index: 999;
        width: 100vw;
        top: 100%;
    }

    .header-bottom-section.action {
        display: flex;
        flex-direction: column;
        overflow: auto !important;
        max-height: calc(100vh - 12vw);
        position: absolute;
        bottom: 100%;
        transition-duration: 0.3s;
        height: calc(100vh - 16vw);
        padding-bottom: 5em;
    }

    .moved-nav-list .current-menu-item {
        display: none;
    }
}

.main-tariff-swiper-container {
    position: relative;
    padding-bottom: 3vw;
    overflow: hidden;
}

.main-tariff-swiper-container .swiper-pagination-bullet {
    border-radius: 0.8vw;
    width: 1.2vw;
    height: 0.3vw;
    background: #8d8d8d;
    transition: 0.3s;
}

.main-tariff-swiper-container .swiper-pagination-bullet-active {
    width: 2.4vw;
    height: 0.3vw;
    background: black;
}

@media (max-width: 1024px) {
    .main-tariff-swiper-container {
        padding-bottom: 10vw;
    }

    .main-tariff-swiper-container .swiper-pagination-bullet {
        border-radius: 4.2vw;
        width: 5vw;
        height: 1vw;
    }

    .main-tariff-swiper-container .swiper-pagination-bullet-active {
        width: 10vw;
        height: 1vw;
    }

    .moved-nav-list span {
        color: black !important;
        font-family: "Manrope" !important;
        font-size: 4.2vw !important;
        font-weight: 700 !important;
        line-height: 4.2vw !important;
    }

    .moved-nav-list li a {
        padding: 8.4vw 5.3vw;
        gap: 2.1vw;
    }
}

.portmone.payment-tab .payment-text a {
    font-weight: 700;
    color: black;
    transition: 0.3s;
}

.portmone.payment-tab .payment-text a:hover {
    font-weight: 700;
    color: var(--primary-color);
}

.main-number {
    color: black;
    transition: 0.3s;
}

.address-tel-number:hover .main-number {
    color: var(--primary-color);
}

.cash-terminal-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

.cash-terminal-item:hover .tooltip {
    opacity: 1;
}

.mob-app-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

.mob-app-item:hover .tooltip {
    opacity: 1;
}

.main-tariff-swiper-container {
    position: relative;
    padding-bottom: 3vw;
    overflow: visible;
    clip-path: inset(-10px -10px -10px -10px);
}

.inner-tariff-container {
    /* position: absolute; */
    padding: 1.6vw;
    background-color: #ffffff;
    width: 100%;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    height: calc((100% - 0.7vw));
    top: 0.7vw;
    z-index: 1;
    margin-top: -0.7vw;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.tariff-info-container-list {
    margin-bottom: auto;
}

.view-telekanal {
    cursor: pointer;
}

.tv-list-text,
.tv-icon {
    pointer-events: none;
}

.tariff-item {
    position: relative;
    height: auto;
}

button[aria-disabled="true"] {
    background-color: #ccc;
    /* Стилізуємо кнопку, коли вона "вимкнена" */
    cursor: not-allowed;
    /* Міняємо курсор */
    opacity: 0.6;
    /* Зменшуємо прозорість */
}

.tariff-section.main .hero-swiper-nav-container div[aria-disabled="true"] {
    display: none;
}

.swiper-button-disabled {
    display: none;
}

@media (min-width: 1024px) {
    .menu-image-hover-wrapper img.hovered-image {
        display: none;
    }
}

@media (max-width: 1024px) {

    .moved-nav-list .menu-image.menu-image-title-after {
        display: none;
    }

    .header-top-section .hovered-image {
        display: none;
    }

    .header-top-section {
        height: 17vw;
        display: flex;
        align-items: center;
    }

    .header-top-section .addition-header-btn {
        display: none;
    }
}

.menu-image-hover-wrapper img.hovered-image,
.menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
}

.chanel-list-container {
    display: grid;
    grid-template-columns: repeat(11, minmax(10px, 1fr));
    gap: 0.4vw;
    width: 70vw;
    max-height: 26vw;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 1.6vw;
}

.chanel-list-item {
    flex-basis: calc((100% - 10 * 0.4vw) / 11);
    padding: 0 0.4vw;
}

.chanel-list-item img {
    margin-bottom: 0.4vw;
    width: 5vw;
}

.chanel-list-item p {
    padding: 1vw 0;
    font-family: "Manrope";
    font-size: 0.7vw;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    opacity: 0.5;
}

.menu-item:hover .menu-image .menu-image-title-after {
    display: block !important;
}

#chanel-list .popup-title-container {
    margin-bottom: 1.6vw;
}

.chanel-list-container {
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #b3b3b3 #f0f0f0;
    /* Firefox */
}

.chanel-list-container::-webkit-scrollbar {
    width: 0.4vw;
}

.chanel-list-container::-webkit-scrollbar-track {
    border-radius: 0.6vw;

    background: rgba(241, 241, 241, 1);
}

.chanel-list-container::-webkit-scrollbar-thumb {
    background: rgba(193, 193, 193, 1);

    border-radius: 0.6vw;
    height: 11.4vw;
}

.chanel-list-container::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

/* Для WebKit-браузерів (Chrome, Safari) */
.chanel-list-container::-webkit-scrollbar-button {
    display: none;
}

.item-loyalty,
.special-list.in-loyalty .special-item {
    flex-basis: calc((100% - 0.8vw) / 2);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4vw;
}

.special-img {
    transition: 0.3s;
}

.special-img-wrapper {
    overflow: hidden;
}

@media (max-width: 1024px) {
    #chanel-list .close.dn {
        /* display: none; */
    }

    #chanel-list .popup-title {
        text-align: center;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    #chanel-list .popup-title-container {
        margin-bottom: 4.2vw;
    }

    #chanel-list button {
        margin-bottom: 0;
    }

    .chanel-list-container {
        grid-template-columns: repeat(4, minmax(10px, 1fr));
        gap: 2.1vw;
        width: auto;
        padding-right: 0;
        max-height: 130vw;
        margin-bottom: 6.4vw;
    }

    .chanel-list-container::-webkit-scrollbar {
        display: none;
    }

    .chanel-list-container::-webkit-scrollbar-track {
        display: none;
    }

    .chanel-list-container::-webkit-scrollbar-thumb {
        display: none;
    }

    .chanel-list-container::-webkit-scrollbar-thumb:hover {
        display: none;
    }

    /* Для WebKit-браузерів (Chrome, Safari) */
    .chanel-list-container::-webkit-scrollbar-button {
        display: none;
    }

    .chanel-list-item {
        flex-basis: calc((100% - 3 * 2.1vw) / 4);
        padding: 0 0.4vw;
    }

    .chanel-list-item img {
        margin-bottom: 2.1vw;
        width: 17vw;
    }

    .chanel-list-item p {
        font-size: 3.2vw;
        white-space: wrap;
        line-height: 4vw;
    }

    .tariff-btn.connect-btn.chanels.close {
        position: static;
        opacity: 1;
    }

    .hero-swiper-btn-next,
    .hero-swiper-btn-prev {
        position: static;
    }

    .hero-swiper-nav-container {
        gap: 0;
        bottom: 0.4vw;
        right: 11.4vw;
    }

    .product-description-container ul {
        list-style: auto;
        padding-left: 4vw;
    }

    .product-desc * {
        margin-bottom: 2vw;
    }

    .product-desc p {
        margin-bottom: 3vw;
    }

    .we-can-list.opacity .we-can-item-container {
        flex-basis: auto;
    }

    .product-all-desc,
    .product-all-atributes {
        font-size: 3.7vw;
        line-height: 5vw;
    }
}






@media (min-width: 1024px) {
    .tariff-btn.connect-btn.chanels {
        display: none;
    }
}

.online-payment #contract {
    margin-bottom: 0.6vw;
}

.loyalty-hero-section {
    padding-top: 2vw;
}

.tariff-section-title.payment {
    margin-top: 2vw;
}

.header-botttom-nav-list li .sub-menu li a {
    /* font-weight: 900; */
}

@media (max-width: 1024px) {
    .online-payment #contract {
        margin-bottom: 3.6vw;
    }

    .inner-tariff-container {
        padding: 8.5vw 6.4vw;
        border-radius: 3.2vw;
        margin-top: -3.2vw;
        width: 82vw;
    }

    .main-tariff-swiper-container {
        padding-bottom: 15vw;
    }

    .tariff-ckeckbox-container {
        margin-top: 6.4vw;
    }

    .special-section .question-link {
        margin-top: 8.5vw;
    }

    .special-list.in-loyalty.in-loyalty_grid {
        margin-top: 8.5vw;
    }

    .item-loyalty,
    .special-list.in-loyalty .special-item {
        flex-basis: calc((100% - 0.8vw) / 1);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.4vw;
        display: block;
    }

    .footer-nav-block li a {
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        font-size: 3.9vw;
        line-height: 10.9vw;
        color: #030317;
        transition: 0.3s;
        width: 100%;
        display: block;
    }

    .navigation-item span {
        font-size: 3.8vw;
        line-height: 2.8vw;
        margin-left: 1.4vw;
    }
}

.services-item .services-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.services-item .services-btn:hover svg {
    stroke: var(--primary-color);
}

#singlePopupConnectClick {
    margin-bottom: 3em;
    width: max-content;
    padding: 1.5em;
}

.header-button-connect {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    padding: 0.8vw 1vw !important;
    border-radius: 0.4vw;
    border: none;
    background-color: #fff;
    color: var(--primary-color) !important;
    transition: 0.3s;
}

.header-button-connect:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color) !important;
}

.header-botttom-nav-list .sub-menu li.current-menu-parent {
    background: transparent !important;
}

.document-item-flex-container.download a {
    display: flex;
    align-items: center;
}

.vacation-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4vw;
    max-width: 41vw;
    margin-bottom: 1.6vw;
}

.vacation-tag {
    /* flex-basis: calc((100% - 3 * 0.4vw) / 4); */
    color: var(--primary-color);
    background-color: var(--primary-blue-bg);
    text-align: center;
    border-radius: 8.6vw;
    padding: 0.4vw 0.8vw;
}

.article-text-container ul {
    list-style: inside;
    padding-left: 1vw;
}

.vacation-form-container {
    background-color: #ffffff;
    border-radius: 0.8vw;
    padding: 2.5vw;
}

/* Стиль для кастомної кнопки завантаження файлу */
.vacation-form-container .custom-file-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    height: 100%;
    background-color: #f5f5f5;
    font-size: 0.8vw;
    cursor: pointer;
    color: rgba(104, 104, 116, 1);
    border-radius: 4px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.vacation-form-container button {
    margin-bottom: 1vw;
}

.vacation-form-container textarea {
    height: 5.7vw;
}

.vacation-form-container .contact-form-input-line {
    margin-bottom: 1vw;
}

.vacation-form-container .contact-form>.contact-label-container {
    margin-top: 0;
}

.vacation-form-container h3 {
    font-family: "Exo 2";
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2.2vw;
    margin-bottom: 0.8vw;
}

.vacation-form-container .text {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
    max-width: 22vw;
    opacity: 0.7;
}

.vacation-form-container .contact-label-container.first {
    margin-bottom: 1vw;
}

.vacation-link a {
    color: black;
}

#resume-file {
    display: none;
}

#file-status {
    background: var(--primary-blue-bg-hover);
    color: var(--primary-color);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

@media (max-width: 1024px) {


    .vacation-tags {
        max-width: 100%;
    }

    .vacation-tag {
        line-height: 5.8vw;
        font-size: 3.7vw;
        padding: 2.1vw 3.2vw;
    }

    .article-text-container li,
    .article-text-container ul {
        font-size: 3.8vw;
        line-height: 5vw;
        padding-left: 2vw;
    }

    .vacation-form-container {
        border-radius: 4.2vw;
        padding: 8.5vw 5.3vw;
    }

    .vacation-form-container h3 {
        font-size: 6.4vw;
        line-height: 7.4vw;
        margin-bottom: 5.3vw;
    }

    .vacation-form-container .text {
        font-size: 3.7vw;
        line-height: 5.6vw;
        max-width: 100%;
        margin-bottom: 5vw;
    }

    .vacation-form-container .custom-file-upload {
        gap: 2.6vw;
        height: 17vw;
        font-size: 4.2vw;
        border-radius: 1.6vw;
        margin-bottom: 0;
    }

    .vacation-form-container button {
        margin-bottom: 5.3vw;
    }

    .vacation-form-container textarea {
        height: 32vw;
    }
}

/* ERROR PAGE ========================================== */
.error-image-container {
    background-color: #ffffff;
    border-radius: 1vw;
    padding: 3.3vw 6.1vw;
    width: fit-content;
}

.error-image-container img {
    width: 38.5vw;
}

.error-info {
    font-family: "Manrope";
    font-size: 0.8vw;
    line-height: 1.2vw;
    font-weight: 500;
    color: rgba(3, 3, 23, 0.6);
    margin-bottom: 2.5vw;
}

.error-info span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1vw;
}

.error-info span::before {
    position: absolute;
    content: "";
    left: 0.4vw;
    width: 0.2vw;
    height: 0.2vw;
    background-color: rgba(3, 3, 23, 0.6);
    border-radius: 100%;
}

.error-404 {
    padding: 2vw 0 7.2vw 0;
}

.error-404 .container {
    display: flex;
    justify-content: space-between;
    gap: 0.8vw;
}

.error-info-container {
    background-color: #ffffff;
    border-radius: 1vw;
    padding: 3.3vw 2.5vw;
    width: fit-content;
}

.error-info-container h1 {
    margin-bottom: 0.8vw;
    width: 28vw;
}

.error-back-link {
    display: block;
    width: 100%;
    border-radius: 0.4vw;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 1.2vw 0;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 0.8vw;
    text-align: center;
    transition: 0.3s;
}

.error-back-link:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

@media (max-width: 1024px) {
    .error-404 {
        padding: 8.5vw 0 15vw 0;
    }

    .error-404 .container {
        flex-direction: column;
        gap: 2.1vw;
    }

    .error-image-container {
        border-radius: 5.3vw;
        padding: 8.5vw 5.3vw;
        width: 100%;
    }

    .error-image-container img {
        width: 78vw;
    }

    .error-info-container {
        background-color: #ffffff;
        border-radius: 5.3vw;
        padding: 8.5vw 5.3vw;
        width: 100%;
    }

    .error-info-container h1 {
        margin-bottom: 4.2vw;
        width: 100%;
    }

    .error-info {
        font-size: 3.4vw;
        margin-bottom: 12.8vw;
        line-height: 5vw;
    }

    .error-info span {
        padding-left: 5vw;
    }

    .error-info span::before {
        left: 0.7vw;
        width: 1vw;
        height: 1vw;
    }

    .error-back-link {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 6.4vw 0;
        border-radius: 2.1vw;
    }
}

.payment-page {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-container {
    position: relative;
    background-color: #ffffff;
    border-top-left-radius: 0.6vw;
    border-top-right-radius: 0.6vw;
    padding: 2.5vw;
    width: fit-content;
    margin: 0 auto;
}

.payment-page svg {
    width: 3.7vw;
    margin-bottom: 0.6vw;
}

.payment-page h1 {
    font-family: "Exo 2";
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.9vw;
    margin-bottom: 0.6vw;
}

.payment-page .payment-title-text {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
    margin-bottom: 1.6vw;
    max-width: 20vw;
    color: rgba(104, 104, 116, 1);
}

.payment-info-container {
    margin-bottom: 0.8vw;
}

.payment-info-container {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
    color: rgba(154, 154, 162, 1);
    margin-bottom: 0.8vw;
}

.payment-info-container span {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1.2vw;
    text-align: left;
    color: black;
}

.payment-price-container p {
    margin-bottom: 0;
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    text-align: left;
    color: rgba(154, 154, 162, 1);
}

.payment-price-container {
    margin-bottom: 1.6vw;
}

.payment-price-container span {
    font-family: "Manrope";
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.8vw;
    text-align: left;
}

.payment-btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6vw;
}

.payment-back-btn {
    background-color: rgba(242, 243, 247, 1);
    color: rgba(154, 154, 162, 1);
    border-radius: 0.4vw;
    padding: 1.2vw 0;
    text-align: center;
    transition: 0.3s;
    font-weight: 700;
}

.payment-back-btn:hover {
    background-color: var(--primary-blue-bg);
    color: var(--primary-color);
}

.payment-pay-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 0.4vw;
    padding: 1.2vw 0;
    text-align: center;
    transition: 0.3s;
    font-weight: 700;
    border: none !important;
}

.payment-pay-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--primary-color);
}

.payment-container::after {
    position: absolute;
    bottom: -3.3vw;
    left: 0;
    content: "";
    width: 100%;
    height: 3.3vw;
    background-image: url("../img/Subtract.png");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    .payment-page svg {
        width: 14.4vw;
        margin-bottom: 3.2vw;
    }

    .payment-page h1 {
        font-size: 6.4vw;
        line-height: 7.4vw;
        margin-bottom: 3.2vw;
    }

    .payment-page .payment-title-text {
        font-size: 3.4vw;
        line-height: 5vw;
        margin-bottom: 8.5vw;
        max-width: 100%;
    }

    .payment-info-container {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 4.2vw;
    }

    .payment-info-container span {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .payment-price-container p {
        font-size: 3.7vw;
        line-height: 5.6vw;
    }

    .payment-price-container span {
        font-size: 5.3vw;
        line-height: 8vw;
    }

    .payment-price-container {
        margin-bottom: 8.5vw;
    }

    .payment-back-btn {
        border-radius: 2.1vw;
        padding: 5.3vw 0;
    }

    .payment-pay-btn {
        border-radius: 2.1vw;
        padding: 5.3vw 0;
    }

    .payment-btn-container {
        gap: 3.2vw;
    }

    .payment-container {
        border-top-left-radius: 3.2vw;
        border-top-right-radius: 3.2vw;
        padding: 6.4vw;
    }

    .payment-container::after {
        bottom: -15.3vw;
        height: 15.3vw;
    }
}

.wrap-front-tariff {
    height: 100%;
}

.wrap-back-tariff {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .mob-table-catergories-title {
        font-size: 0.8vw;
        line-height: 1vw;
        margin: 0;
        margin-bottom: 1vw;
        margin-top: 0;
    }

    .table-checkpoint-icon {
        width: 1.2vw;
        height: 1.2vw;
    }

    .checkpoint-info-text {
        font-size: 0.7vw;
        margin-bottom: 1vw;
        line-height: 1vw;
        margin-bottom: 0.2vw;
    }

    .table-checkpoint-container span {
        font-size: 1.2vw;
        line-height: 1.2vw;
    }

    .table-checkpoint-container {
        gap: 0.8vw;
    }

    .table-checkpoint-container:not(:last-child) {
        margin-bottom: 0.8vw;
    }

    .tariff-link {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 0.8vw;
        line-height: 0.8vw;
        color: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5vw;
        transition: 0.3s;
        margin-bottom: 0;
    }
}

/* Стилі для анімації перевороту */
.swiper-wrapper .tariff-item,
.wrap-front-tariff,
.wrap-back-tariff {
    perspective: 1000px;
    /* Додаємо перспективу для 3D ефекту */
    /*min-height: 35vw;*/
}

.wrap-front-tariff,
.wrap-back-tariff {
    width: 100%;
    height: 100%;
    transition-duration: 0.6s;
    backface-visibility: hidden;
    /* Ховаємо задню сторону, коли вона не активна */
    position: absolute;
    top: 0;
    left: 0;
}

.wrap-front-tariff {
    position: relative;
}

.wrap-front-tariff {
    z-index: 2;
}

.wrap-back-tariff {
    transform: rotateY(180deg);
    /* Початкова ротація задньої сторони */
    background-color: #ffffff;
    border-radius: 1vw;
    padding: 1.6vw;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    height: calc(100% - 0.8vw);
    margin-top: 0.8vw;
    opacity: 0 !important;
}

.tariff-item.flipped .wrap-front-tariff {
    transform: rotateY(180deg);
    /* Повертаємо передню сторону */
}

.tariff-item.flipped .wrap-back-tariff {
    transform: rotateY(0deg);
    /* Показуємо задню сторону */
    opacity: 1 !important;
    z-index: 999;
}

.wrap-back-tariff .tariff-link-icon {
    transform: rotate(180deg);
}

.tariff-link-wrap-front {
    margin-top: 1.5em;
}

.tariff-marker-container {
    transition: 0.3s;
}

.tariff-item.flipped .tariff-marker-container {
    opacity: 0;
}

.desc-tariff-wrap {
    overflow-y: auto;
    /* Дозволяємо вертикальну прокрутку */
    -webkit-overflow-scrolling: touch;
    will-change: transform, scroll-position;
    padding-right: 15px;
    /* Додаємо відступ для зручної прокрутки */
    box-sizing: border-box;
    /* Коректний підрахунок розмірів */
    display: flex;
    gap: 1.2em;
    flex-direction: column;
}

.wrap-back-tariff .tariff-btn {
    margin-bottom: 1.3vw;
}

.wrap-back-tariff .tariff-info-container {
    margin-bottom: 1.3vw;
}

.desc-tariff-wrap {
    margin-top: 1.3vw;
    margin-bottom: auto;
}

/* Стилі для смуги прокрутки */
.desc-tariff-wrap::-webkit-scrollbar {
    width: 8px;
    /* Ширина смуги прокрутки */
}

/* Стилі для доріжки смуги прокрутки */
.desc-tariff-wrap::-webkit-scrollbar-track {
    background: transparent;
    /* Прозора доріжка */
}

/* Стилі для бігунка (scroll thumb) */
.desc-tariff-wrap::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    /* Колір бігунка */
    border-radius: 10px;
    /* Заокруглені краї бігунка */
}

/* Змінюється колір бігунка під час ховера */
.desc-tariff-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #c0c0c0;
    /* Трохи темніший відтінок при наведенні */
}

@media (max-width: 1024px) {

    .tariff-item,
    .wrap-front-tariff,
    .wrap-back-tariff,
    .inner-tariff-container {
        min-height: 160vw;
    }

    .wrap-back-tariff {
        margin-top: 4vw;
        height: calc(100% - 4vw);
        padding: 6.4vw 8.5vw;
        border-radius: 5.3vw;
    }

    .wrap-back-tariff .tariff-btn-container {
        margin-bottom: 6.4vw;
    }

    .wrap-back-tariff .tariff-info-container {
        margin-bottom: 6.4vw;
    }
}

.header-botttom-nav-list li:hover .sub-menu .flex-sub-menu {
    display: block;
}

.header-botttom-nav-list li:hover .sub-menu .flex-sub-menu .menu-item {
    display: block;
}

.header-botttom-nav-list li:hover .sub-menu .flex-sub-menu .menu-item:not(:last-child) {
    margin-bottom: 0.8vw;
}

.header-botttom-nav-list li:hover .sub-menu {
    flex-direction: column;
}

.firsr-labels .range-input::after,
.firsr-labels .range-input::before {
    display: none !important;
}

.host-name-title.hidden {
    opacity: 0;
}

.firsr-labels input {
    pointer-events: none;
}


.container-connect-internet {
    /** height: 6.65vw; **/
}

@media (max-width: 1024px) {
    .container-connect-internet {
        /** height: 32.5vw; **/
    }
}

.lower-table-info-item .tariff-title {
    display: flex;
    height: 0px;
    max-height: 0px;
    overflow: hidden;
}

.video-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 28px;
    max-height: 90vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

#youtube-video {
    width: 60vw;
    height: 32vw;
}

#uploaded-video {
    width: 26vw;
}

@media (max-width: 1024px) {
    #youtube-video {
        width: 100%;
        height: 42vw;
    }

    #uploaded-video {
        width: 100%;
    }

    .video-popup .popup-content {
        padding: 0px;
        background: transparent;
        border-radius: 0px !important;
    }

    .video-popup .close {
        display: none;
    }

    .reviews-qty-container {
        display: none;
    }
}

.popup-form-container {
    display: flex;
    width: 100%;
    gap: 0.8vw;
}

.popup-form-container label {
    flex: 1;
}

.popup form .tariff-ckeckbox-container {
    margin-top: 0;
}

.popup form .tariff-ckeckbox-container label {
    font-family: "Manrope";
    font-size: 0.7vw;
    font-weight: 500;
    line-height: 1vw;
    gap: 0;
}

.popup form .tariff-ckeckbox-container label a {
    font-weight: 700;
    color: black;
}

.tariff-ckeckbox-container label a {
    transition: 0.3s;
}

.tariff-ckeckbox-container label a:hover {
    text-decoration: underline;
}

.star {
    position: relative;
    width: fit-content;
}

.star::after {
    position: absolute;
    content: "*";
    right: -0.5vw;
    color: var(--primary-color);
}

@media (max-width: 1024px) {
    .popup-form-container {
        flex-direction: column;
        gap: 4.8vw;
    }

    .popup form .tariff-ckeckbox-container label {
        font-size: 3.2vw;
        line-height: 4vw;
        gap: 0;
        flex-wrap: wrap;
    }

    .popup form .tariff-ckeckbox-container label a {
        font-weight: 700;
        color: black;
        text-decoration: underline;
    }

    .star::after {
        right: -1.5vw;
    }

    .footer-nav-block li {
        padding-left: 2vw;
    }
}

.wrap-option-input {
    position: absolute;
    top: calc(100% + 0.2em);
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    border: 0.07vw solid #fff;
    border-radius: 0.3vw;
    font-size: 0.8vw;
    transition: 0.3s;
    line-height: 1.2vw;
    color: black;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
}

.wrap-option-input.active {
    border: 0.07vw solid #f2f2f2;
    border-radius: 0.3vw;
    padding: 0;
    height: auto;
    overflow: auto;
    opacity: 1;
}

.wrap-option-input.active div {
    cursor: pointer;
    font-weight: 600;
    padding: 1em 1.2em;
    line-height: 100% !important;
}

@media (max-width: 1024px) {
    .wrap-option-input {
        position: absolute;
        top: calc(100% + 0.2em);
        width: 100%;
        max-height: 300px;
        background-color: #fff;
        border: 2.07vw solid #fff;
        border-radius: 2.3vw;
        font-size: 2.8vw;
        transition: 0.3s;
        line-height: 3vw;
        color: black;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        z-index: 999;
    }

    .wrap-option-input.active {
        border: 0.07vw solid #f2f2f2;
        padding: 0;
        height: auto;
        overflow: auto;
        opacity: 1;
    }

    .wrap-option-input.active div {
        cursor: pointer;
        font-weight: 600;
        padding: 1.5em 2em;
        line-height: 100% !important;
    }
}

#form-no-address {
    display: none;
}

.map-order-container.noAddress #form-no-address {
    display: block;
}

.map-order-container.noAddress .map-order-back-drop-btn {
    opacity: 0;
}

button.disabled {
    pointer-events: none;
    opacity: 0.8;
}

@media (min-width: 1024px) {
    .nonDesctop {
        display: none !important;
    }
}

@media (max-width: 1024px) {


    .header-button-connect {
        display: none;
    }

    .nonMobile {
        display: none !important;
    }

    .menu-golovne-menyu-poslug-container .header-botttom-nav-list .sub-menu {
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        z-index: 99999;
        display: flex;
        flex-direction: column;
        gap: 1.2vw;
        background-color: #ffffff;
        padding: 1.2vw;
        display: none;
        transition: 1s;
        box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.1);
        border-top: 0.07vw solid #f2f3f7;
        min-width: 100%;
        width: max-content;
        flex-wrap: wrap;
        column-gap: 2.6vw;
    }

    .header-botttom-nav-list li {
        position: static;
    }

    .header-bottom-section {
        position: relative;
    }

    ul .sub-menu {
        position: absolute !important;
        top: 0px !important;
        bottom: auto !important;
        left: 0px !important;
        width: 100vw !important;
        height: 100% !important;
        transform: translate(0) !important;
        max-height: 0px !important;
        gap: 8.63vw !important;
    }


    .header-botttom-nav-list li:hover .sub-menu .flex-sub-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8.63vw !important;
    }


    ul .sub-menu.active {
        position: absolute !important;
        top: 0px !important;
        bottom: auto !important;
        left: 0px !important;
        width: 100vw !important;
        height: 200vh !important;
        display: flex !important;
        max-height: none !important;
        padding: 0 4vw !important;
        padding-top: 6.4vw !important;
    }

    .header-botttom-nav-list li .sub-menu li a {
        font-size: 4.2vw;
        line-height: 4.2vw;
        padding: 0;
        color: black;
        text-transform: unset;
    }

    .top-sub-menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .top-sub-menu a:before {
        display: none;
    }

    .icon-back {
        width: 5.33vw;
    }

    .back-menu {
        display: flex;
        align-items: center;
        gap: 2.13vw;
        font-size: 3.73vw;
        font-weight: 600;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .title-sub-menu {
        margin: 0 auto !important;
        padding-left: 10px !important;
        text-align: center;
        font-size: 4.26vw !important;
        font-weight: 700 !important;
        display: flex !important;
        width: max-content !important;
    }

    .sub-menu a:before {
        display: none;
    }

    .insheNone {
        display: none;
    }

    .in-sweet-tv {
        padding-bottom: 0em;
    }

    .step-item-form.step-item-flex.last-step.active {
        display: flex !important;
        gap: 1.2vw;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
    }
}

body.hidden {
    overflow: hidden;
}

.tariffs-tv .inner-tariff-container {
    width: 100%;
}

.tariffs-tv {
    margin-bottom: 2em;
}

.header-menu-container {
    background-image: url(../img/menu-burger\ 2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.3vw 5.3vw;
}

.header-menu-container.close_menu {
    background-image: url(../img/close\ 1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.3vw 5.3vw;
}

.b2c-main-bottom-info {
    padding-bottom: 4vw;
}

.b2c-main-bottom-info h2 {
    font-family: "Exo 2";
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 2vw;
    margin-bottom: 0.8vw;
}

.b2c-main-bottom-info p {
    font-family: "Manrope";
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.2vw;
    margin-bottom: 0.8vw;
    max-width: 59vw;
}

.why-section .we-can-swiper-container {
    margin-bottom: 1.2vw;
}

@media (max-width: 1024px) {
    .b2c-main-bottom-info {
        padding-bottom: 15vw;
    }

    .b2c-main-bottom-info h2 {
        font-size: 5.3vw;
        line-height: 7.4vw;
        margin-bottom: 3.2vw;
    }

    .b2c-main-bottom-info p {
        font-size: 3.7vw;
        line-height: 5.6vw;
        margin-bottom: 3.2vw;
        max-width: none;
    }

    .why-section .we-can-swiper-container {
        margin-bottom: 6.4vw;
    }
}

:focus-visible {
    outline: none !important;
}

.blue-form-section .tariff-ckeckbox-container .checkmark {
    background-color: white;
}

.blue-form-section .tariff-ckeckbox-container input[type="checkbox"]:checked+.checkmark {
    background-color: white;
}
.my-share{
    margin-bottom: 5vh;
}
.we-can-icon{
    width: 2.81vw;
}