body, html {
    height: 100%;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

body::-webkit-scrollbar {
    display: none;
}

p, a, input, button, h1, h2, h3, h4, h5, h6 {
    font-family: Onest;
    font-weight: normal;
}

*::selection {
    background: none;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/OnestBlack-hint.woff') format('woff'),
        url('../fonts/OnestBlack-hint.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/OnestBold-hint.woff') format('woff'),
        url('../fonts/OnestBold-hint.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/OnestMedium-hint.ttf') format('woff'),
        url('../fonts/OnestMedium-hint.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/OnestRegular-hint.ttf') format('woff'),
        url('../fonts/OnestRegular-hint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuinqueFive';
    src: url('../fonts/QuinqueFive.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.intojik-navbar {
    border-bottom: 2px solid #180505;
    background-color: rgb(255 98 98 / 1%) !important;
    backdrop-filter: blur(5.5px) !important;
}

.no-hover:hover, .no-hover:focus {
    background: none !important;
}

.fullheight-section {
    background-image: url('/images/bgg.png');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: right;
    max-width: 100%;
    height: 50vh;
}

.fullheight-section .container {
    padding-bottom: 0;
    margin-bottom: 50px;
    padding-top: -200px; /* Поднять надпись выше */
}

.fullheight-section .pt-6 {
    padding-top: 0.5rem;
}

#why {
    margin-top: -100px; /* Увеличить расстояние между #why и верхним элементом */
    padding-top: 2px;
}

.is-cubic-font {
    font-family: 'QuinqueFive' !important;
    font-weight: normal !important;
}

.is-gray {
    color: #434343 !important;
}

.is-dark-purple {
    color: #551417;
    transition: color .1s linear;
}

.is-dark-purple:hover {
    color: #ff8b8b;
}

.why-column {
    border-radius: 0.4rem;
    border: 1px solid #551417;
    padding: 1rem;
    margin-right: 0.5rem;
}

.why-column:hover {
    background: linear-gradient(180deg, #0b0303 0%, #010102 100%);
}

.card-text > p {
    color: #5C5C5C !important;
}

.tariff-container {
    overflow-x: auto;
    overflow-y: clip;
    max-width: 100%;
    white-space: nowrap;
}

.tariff-container::-webkit-scrollbar {
    height: 10px;
}

.tariff-container::-webkit-scrollbar-track {
    padding: 25px 0;
    border: 5px solid transparent;
}

.tariff-container::-webkit-scrollbar-thumb {
    background-color: #7f1e22;
    border-radius: 10px;
    border: 1px solid #000;
}

.tariff-container::before {
    content: "";
    display: block;
    height: 20px;
}

.tariff {
    border-radius: 0.5rem;
    border: 1px solid #7f1e22;
    align-items: center;
    justify-content: center;
    min-width: 20rem;
}

.is-blue-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(21, 20, 56, 0.41) 100%);
}

.is-purple-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgb(149 0 16 / 41%) 100%);
}

.is-lightblue-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgb(163 0 0 / 41%) 100%);
}

.is-red-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(128,0,0, 0.41) 100%);
}

.is-green-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(101,0,16, 0.41) 100%);
}

.is-yellow-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(92,0,0, 0.41) 100%);
}

.is-orange-background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(107,16,0, 0.41) 100%);
}

.is-light-gray {
    color: #858585 !important;
}

.blue-marker {
    color: #551417;
}

.statistic-counter {
    background: linear-gradient(180deg, #FFF 0%, #551417 25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.has-darkred-dropshadow {
    text-shadow: 0px 0px 77px rgb(255 20 31 / 70%);
}

.has-blue-dropshadow {
    text-shadow: 0px 0px 77px rgb(249 56 56 / 40%);
}

.has-lightblue-dropshadow {
    text-shadow: 0px 0px 77px rgb(0 86 255 / 70%);
}

.intojik-footer {
    border-top: 1px solid #111;
    background: #040404;
}

.footer-nav-head {
    color: #3E3E3E !important;
}

.footer-nav-content {
    color: #A8A8A8 !important;
}

.intojik-button {
    border-radius: 0.4rem;
    border: 1px solid #000576;
    padding: 10px 20px !important;
    max-width: 165px !important;
    display: inline-block;
}

.intojik-row {
    display: flex;
    flex-direction: row;
}

.statistics {
    display: flex;
    flex-direction: row;
}

.desktop-ml-6 {
    margin-left: 3rem !important;
}

.footer-support {
    text-align: right;
}

#footer-supp {
    align-items: end;
}

.navbar-menu > .is-active {
    background-color: black !important;
}

.comparison-table {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 1rem;
}

/* Заголовки столбцов */
.comparison-header {
    border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    text-align: center;
    min-height: 2rem;
}

.turbo-header {
    background: linear-gradient(90deg, #551417, #7a1f22);
}

.base-header {
    background: linear-gradient(90deg, #333, #555);
}

/* Стили для строк таблицы */
.comparison-row {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

/* Стили для полосы прогресса */
.progress-bar {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 8px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 5px;
}

.turbo-fill {
    background: linear-gradient(90deg, #551417, #7a1f22);
}

.base-fill {
    background: linear-gradient(90deg, #666, #888);
}

/* Стиль для процентов в скобках */
.percentage-text {
    color: #551417;
}

/* Медиа-запрос для мобильных устройств */
@media screen and (max-width: 768px) {
    .fullheight-section {
        background-size: 100% auto;
        background-position: center;
    }

    .fullheight-section .container {
        margin-bottom: 0px;
    }

    #why {
        margin-top: 10px;
        padding-top: 10px;
    }

    .footer-contents {
        display: flex;
        flex-direction: column !important;
    }
}

@media screen and (max-width: 1023px) {
    .intojik-row {
        display: flex;
        flex-direction: column !important;
    }
  
    .desktop-ml-6 {
        margin-left: 0;
    }
  
    .card-content {
        width: 100% !important;
    }
  
    .statistics {
        flex-direction: column !important;
        text-align: center;
    }
    
    .statistic-counter {
        background: linear-gradient(#FFF 0%, #551417 18%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
  
    .touch-mt-2 {
        margin-top: 2rem !important;
    }
  
    .intojik-footer > #footer {
        display: flex;
        flex-direction: column !important;
    }
  
    .footer-contents {
        display: flex;
        flex-direction: column !important;
    }
  
    .touch-has-text-right {
        text-align: right;
    }
  
    .footer-support {
        text-align: left;
    }
}