@font-face {
    font-family: Golos;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/Golos-Text_Regular.b1395e91e001884eee01.woff);
    src: local("Golos-Text"), local("Golos-Text_Regular"),
    url(/fonts/Golos-Text_Regular.ae582e244fd754e381e0.woff2) format("woff2");
}
@font-face {
    font-family: Golos;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts/Golos-Text_Black.17b95b7c508b0429f63d.woff);
    src: local("Golos-Text"), local("Golos-Text_Black"),
    url(/fonts/Golos-Text_Black.0edc07b81d93a7efd521.woff2) format("woff2");
}
@font-face {
    font-family: Golos;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/Golos-Text_Bold.ee4278a57fc4ea9c5733.woff);
    src: local("Golos-Text"), local("Golos-Text_Bold"),
    url(/fonts/Golos-Text_Bold.e214a16e8ae6b4697669.woff2) format("woff2");
}
@font-face {
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/Golos-Text_DemiBold.888b4bed37bbb263737e.woff);
    src: local("Golos-Text"), local("Golos-Text_DemiBold"),
    url(/fonts/Golos-Text_DemiBold.df1ca88b09db868af09b.woff2) format("woff2");
}
@font-face {
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/Golos-Text_Medium.4907ba017df6078151bb.woff);
    src: local("Golos-Text"), local("Golos-Text_Medium"),
    url(/fonts/Golos-Text_Medium.4076af3347fdf5c7ae52.woff2) format("woff2");
}
:root {
    
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --thm-font: "Golos", sans-serif;
    --heading-font: "Golos", sans-serif;
    --thm-global-bg: radial-gradient(circle, #ffffff 0%, #e5e5e5 100%);

    --thm-base: var(--thm-primary);
    --thm-text: #252525;
    --thm-header: var(--thm-primary);
    --thm-primary: #181818;
    --thm-light: #fdfdfd;
    --thm-dark: #222;
    --thm-red: #fbbac7;
    --bs-btn-bg:var(--thm-dark);
    --bs-btn-color:var(--thm-light);
    --bs-btn-border-radius: 5px;
    --bs-btn-padding-y: 3px;
    --bs-btn-padding-x: 3px;
    --thm-background-image: linear-gradient(135deg, #ffffff 0%, #f4f4f4 50%, #eaeaea 100%);

    --thm-bg-nav: rgb(247 247 255 / 80%);
    --thm-bg-gradien: linear-gradient(90deg, #ffffff, #e9e9e9);
    --thm-block-gradien: linear-gradient(145deg, #ffffff, #f3f3f3, #e0e0e0);
    --thm-logo: url(/images/logo_light.png);
    --white: #fff;
    --black: #000;
    --red-500: #ef4444;
    --red-700: #b91c1c;
    --gray-50: #060606;
    --gray-100: #131313;
    --gray-200: #1c1c1c;
    --gray-300: #323232;
    --gray-400: #4b4b4b;
    --gray-500: #646464;
    --gray-600: #989898;
    --gray-700: #bdbdbd;
    --gray-750: #d0d0d0;
    --gray-800: #dedede;
    --gray-900: #e8e8e8;
    --gray-950: #f2f2f2;
    --brand-purple: #ab68ff;
    /* ======= СВЕТЛАЯ ТЕМА (по умолчанию) ======= */
    
    /* Глобальные цвета */
    --text-color: #000000; /* Чёрный текст на светлом фоне */
    --background-color: #ffffff; /* Фон светлой темы */
    
    /* Hero Gradient (светлый, без красного) */
    --hero-gradient-start: #fbe4f4; /* светло-розовый с фиолетовым подтоном */
    --hero-gradient-end: #d6e4ff;  /* нежно-синий */
    
    /* CTA 1 (Основная кнопка) */
    --cta-gradient-start: #dcdcdc; /* Светлый серый */
    --cta-gradient-end: #bdbdbd; /* Чуть темнее для эффекта глубины */
    
    /* CTA 2 (Дополнительная кнопка) */
    --cta-two-gradient-start: #e3e3e3; /* Нежно-серый */
    --cta-two-gradient-end: #c2c2c2; /* Средний серый */
}
[data-theme="dark"] {
    --thm-bg-nav: rgba(22, 22, 23, .8);
    --thm-global-bg: radial-gradient(circle, #1a1a1a 0%, #0f0f0f 100%);

    --white: #000;
    --black: #fff;
    --bs-table-color: var(--gray-50);
    --bs-table-bg: var(--gray-900);
    --gray-50: #f9f9f9;
    --gray-100: #ececec;
    --gray-200: #e3e3e3;
    --gray-300: #cdcdcd;
    --gray-400: #b4b4b4;
    --gray-500: #9b9b9b;
    --gray-600: #676767;
    --gray-700: #424242;
    --gray-750: #2f2f2f;
    --gray-800: #212121;
    --gray-900: #171717;
    --gray-950: #0d0d0d;
    --thm-font: "Golos", sans-serif;
    --heading-font: "Golos", sans-serif;
    --thm-base: var(--thm-primary);
    --thm-text: #e3e3e3;
    --thm-header: var(--thm-red);
    --thm-base-rgb: 255, 188, 69;
    --thm-red: #a80500;
    --thm-primary: #f8f1f1;
    --thm-light: #111;
    --thm-dark: #eee;
    --thm-logo: url(/images/logo_dark.png);
    --thm-background-image: linear-gradient(135deg, #121212 0%, #1e1e1e 50%, #2a2a2a 100%);

    --thm-primary-rgb: 255, 89, 89;
    --thm-black: #f5f5f5;
    --thm-black-rgb: 22, 47, 98;
    --thm-bg-gradien: linear-gradient(90deg, #09090c, var(--gray-800));
    
    --thm-block-gradien: linear-gradient(145deg, var(--gray-700), #2e2e30);
    /* ======= Ð¢ÐÐœÐÐÐ¯ Ð¢Ð•ÐœÐ ======= */
    --hero-gradient-start: #4b0f39;
    --hero-gradient-end: #1c2e4a;
    
    
    --cta-gradient-start: #FF6B6B;    /* Ð¢Ñ‘Ð¿Ð»Ñ‹Ð¹ ÐºÐ¾Ñ€Ð°Ð»Ð»Ð¾Ð²Ñ‹Ð¹ */
    --cta-gradient-end: #D90429;      /* Ð“Ð»ÑƒÐ±Ð¾ÐºÐ¸Ð¹ Ñ€ÑƒÐ±Ð¸Ð½Ð¾Ð²Ð¾-ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ */
    
    --cta-two-gradient-start: #FF3C00;  /* Ð¯Ñ€ÐºÐ¾-Ð¾Ñ€Ð°Ð½Ð¶ÐµÐ²Ð¾-ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ */
    --cta-two-gradient-end: #B00020;   /* Ð‘Ð¾Ñ€Ð´Ð¾Ð²Ñ‹Ð¹, Ð³Ð»ÑƒÐ±Ð¾ÐºÐ¸Ð¹ ÐºÑ€Ð°ÑÐ½Ñ‹Ð¹ */
    
    /* Ð“Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ðµ Ñ†Ð²ÐµÑ‚Ð° */
    --text-color: #000000; /* Ð§ÐµÑ€Ð½Ñ‹Ð¹ Ñ‚ÐµÐºÑÑ‚ Ð½Ð° ÑÐ²ÐµÑ‚Ð»Ð¾Ð¼ Ñ„Ð¾Ð½Ðµ */
    --background-color: #ffffff; /* Ð¤Ð¾Ð½ ÑÐ²ÐµÑ‚Ð»Ð¾Ð¹ Ñ‚ÐµÐ¼Ñ‹ */
    
    
    
}



body:before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: var(--thm-global-bg);
    background-size: cover;
    z-index: -1;
}

body {
    font-family: "Golos", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    min-height: 100vh;
    background-color: var(--gray-800);
    background-image: var(--thm-light);
    background-size: initial;
    color: var(--thm-text);
    transition: background-color 0.3s ease, color 0.3s ease;
}


.logo{background-image:var(--thm-logo);background-size:contain;background-repeat:no-repeat;width:150px;height:32px;display: block;background-position:center}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ */
h1, h2, h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

/* ÐŸÐ°Ñ€Ð°Ð³Ñ€Ð°Ñ„Ñ‹ */
p {
    margin-bottom: 1rem;
}

/* Ð¡ÑÑ‹Ð»ÐºÐ¸ */

a {
    color: inherit;
    text-decoration: none;
    background-color: #fff0;
    font-weight:500;
}
a:hover {
    text-decoration: underline;
}

/* Ð¡Ð¿Ð¸ÑÐºÐ¸ */
ul, ol {
    padding-left: 20px;
}

/* Ð¦Ð¸Ñ‚Ð°Ñ‚Ñ‹ */
blockquote {
    font-style: italic;
    border-left: 4px solid var(--thm-base);
    background-color: var(--gray-950);
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
    color: var(--thm-text);
    font-size: 1.1em;
}



/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    .container {
        padding: 15px;
    }
}


[dir="rtl"] .thm__owl-carousel {
    direction: ltr;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: var(--heading-font);
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
table{
    --bs-table-color: var(--thm-color);
    --bs-table-bg:  var(--gray-900);
}

.faq .accordion-button {
    font-weight: bold;
}
.thm-btn {
    background-color: var(--bs-btn-bg);
    background: linear-gradient(90deg, #38bdf8, #6366f1, #ec4899);
    
    color: var(--bs-btn-color);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: bold;
    border: 2px solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
    
    
}


.thm-btn .active {
    background: linear-gradient(125deg, #5376ff, #0072ff);
}
.thm-btn:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
    transition: all 0.3s ease;
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}


.form-select, .form-control {
    border-radius: 10px;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #db4dff;
}
    
.instagram {
    background: linear-gradient(45deg, #F58529, #D229B0) !important; /* Instagram Gradient */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.vkontakte {
    background: linear-gradient(45deg, #0077FF, #0057B8) !important; /* VK Blue */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.telegram {
    background: linear-gradient(45deg, #229ED9, #0088CC) !important; /* Telegram Blue */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.youtube {
    background: linear-gradient(45deg, #FF0000, #CC0000) !important; /* YouTube Red */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.tiktok {
    background: linear-gradient(45deg, #69C9D0, #EE1D52) !important; /* TikTok Gradient */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.facebook {
    background: linear-gradient(45deg, #1877F2, #0E52A5) !important; /* Facebook Blue */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.twitter {
    background: linear-gradient(45deg, #1DA1F2, #0077B5) !important; /* Twitter Blue */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.twitch {
    background: linear-gradient(45deg, #9146FF, #6A24CC) !important; /* Twitch Purple */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.yandex {
    background: linear-gradient(45deg, #FC3F1D, #D32700) !important; /* Yandex Red */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.likee {
    background: linear-gradient(45deg, #FF0066, #FFCC00) !important; /* Likee Gradient */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.other {
    background: linear-gradient(45deg, #888888, #666666) !important; /* Neutral Gray */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.traffic {
    background: linear-gradient(45deg, #FFC107, #FF9800) !important; /* Traffic Gradient */
    color: black !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.rutube {
    background: linear-gradient(45deg, #202020, #404040) !important; /* RuTube Gray */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.discord {
    background: linear-gradient(45deg, #7289DA, #5A6FB0) !important; /* Discord Purple */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.soundcloud {
    background: linear-gradient(45deg, #FF5500, #FF8800) !important; /* SoundCloud Orange */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.spotify {
    background: linear-gradient(45deg, #1DB954, #1A8747) !important; /* Spotify Green */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.okru {
    background: linear-gradient(45deg, #EE8208, #CC6600) !important; /* OK.ru Orange */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.threads {
    background: linear-gradient(45deg, #121212, #333333) !important; /* Threads Gray */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.reddit {
    background: linear-gradient(45deg, #FF4500, #D32F00) !important; /* Reddit Orange */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.pinterest {
    background: linear-gradient(45deg, #E60023, #B8001B) !important; /* Pinterest Red */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

.shazam {
    background: linear-gradient(45deg, #0088FF, #0055CC) !important; /* Shazam Blue */
    color: white !important;
    padding: 0.5vw;
    border-radius: var(--bs-border-radius) !important;
}

/* === Hover-ÑÑ„Ñ„ÐµÐºÑ‚ (ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ ÑÑ€ÐºÐ¾ÑÑ‚Ð¸) === */
.fa:hover {
    filter: brightness(1.2);
}


.glass-bg {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--thm-primary);
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 990;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
}
@media (max-width: 480px) {
    .scroll-to-top {
        width: 40px;
        height: 40px;
    }
}
.scroll-to-top i {
    font-size: 14px;
    line-height: 50px;
    color: var(--thm-red);
    position: relative;
    z-index: 10;
    transition: all 0.4s ease;
}
@media (max-width: 480px) {
    .scroll-to-top i {
        font-size: 14px;
        line-height: 40px;
    }
}
.scroll-to-top:hover {
    background-color: var(--thm-black);
}
.scroll-to-top:hover i {
    color: #fff;
}
.post-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-pagination a {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgb(67 131 99 / 0.2);
}
.post-pagination a.active,
.post-pagination a:hover {
    color: #fff;
    background-color: var(--thm-base);
    border-color: var(--thm-base);
}
.post-pagination a + a {
    margin-left: 10px;
}
.post-pagination a.active {
    cursor: auto;
}
.datepicker-dropdown {
    min-width: 300px;
}
.datepicker-dropdown table {
    width: 100%;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: var(--thm-black);
    background-image: none;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: var(--thm-base);
    background-image: none;
}


/* Класс для скрытия прелоадера */
.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid var(--thm-base);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

[class*="section__bg-shape-"] {
    position: absolute;
}
.section__bg-shape-1 {
    top: 19%;
    left: 49%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.section__bg-shape-2 {
    left: 10%;
    bottom: -10%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform 0.4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}
.section__bg-shape-3 {
    top: 49%;
    right: 15%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform 0.4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}
[class*="section__bubble-"] {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    -webkit-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}
.section__bubble-1 {
    width: 12px;
    height: 12px;
    border: 3px solid #f3c14a;
    top: 30%;
    left: 10%;
}
.section__bubble-2 {
    width: 8px;
    height: 8px;
    background-color: #9b6dfc;
    top: 60%;
    left: 20%;
}
.section__bubble-3 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    left: 10%;
}
.section__bubble-4 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    left: 20%;
}
.section__bubble-5 {
    width: 12px;
    height: 12px;
    border: 3px solid #ff5b59;
    top: 30%;
    right: 10%;
}
.section__bubble-6 {
    width: 8px;
    height: 8px;
    background-color: #437efa;
    top: 60%;
    right: 20%;
}
.section__bubble-7 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    right: 10%;
}
.section__bubble-8 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    right: 20%;
}
@-webkit-keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@-webkit-keyframes slideBgImage {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}
@keyframes slideBgImage {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}
@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -30%;
    }
}
@keyframes animateBubble {
    0% {
        margin-top: 20%;
    }
    100% {
        margin-top: -30%;
    }
}
@-webkit-keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 25px;
    }
}
@keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 25px;
    }
}
@-webkit-keyframes shapeMover {
    0%,
    100% {
        transform: perspective(600px) translateY(0) rotate(0deg) translateZ(0)
        translateX(0);
    }
    50% {
        transform: perspective(600px) rotate(-10deg) translateZ(50px) translateY(50px)
        translateX(50px);
    }
}
@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(600px) translateY(0) rotate(0deg) translateZ(0)
        translateX(0);
    }
    50% {
        transform: perspective(600px) rotate(-10deg) translateZ(50px) translateY(50px)
        translateX(50px);
    }
}
@-webkit-keyframes globeRotate {
    8% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        transform: perspective(200px) rotateY(360deg);
    }
}
@keyframes globeRotate {
    8% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        transform: perspective(200px) rotateY(360deg);
    }
}
@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0) translateX(0) rotate(0);
    }
    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }
    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }
    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: center center;
    }
}
@keyframes bubbleMover {
    0% {
        transform: translateY(0) translateX(0) rotate(0);
    }
    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }
    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }
    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        transform-origin: center center;
    }
}
@-webkit-keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}
@keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 10deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}
@-webkit-keyframes service_hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes service_hexagon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-100px);
    }
}
@keyframes float-bob-x {
    0% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-100px);
    }
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
    0% {
        transform: translateX(-430px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-430px);
    }
}
@keyframes float-bob {
    0% {
        transform: translateX(-430px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-430px);
    }
}
@-webkit-keyframes banner4Shake {
    0% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 2deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
}
@keyframes banner4Shake {
    0% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
    30% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    60% {
        transform: rotate3d(1, 0, 0, 2deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 2deg);
    }
}
.brand-one {
    padding-top: 170px;
    padding-bottom: 170px;
}
.brand-one__pricing-page {
    padding-top: 130px;
}
.brand-one__home-three,
.brand-one__service-page {
    padding-top: 0;
}
.error-404 {
    padding-top: 123px;
    position: relative;
}
[class*="error-404__bg-shape-"] {
    position: absolute;
}
.error-404__bg-shape-1 {
    top: 19%;
    left: 49%;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.error-404__bg-shape-2 {
    left: 10%;
    bottom: -10%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform 0.4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}
.error-404__bg-shape-3 {
    top: 49%;
    right: 15%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: transform 0.4s ease;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}
[class*="error-404__bubble-"] {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    -webkit-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}
.error-404__bubble-1 {
    width: 12px;
    height: 12px;
    border: 3px solid #f3c14a;
    top: 30%;
    left: 10%;
}
.error-404__bubble-2 {
    width: 8px;
    height: 8px;
    background-color: #9b6dfc;
    top: 60%;
    left: 20%;
}
.error-404__bubble-3 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    left: 10%;
}
.error-404__bubble-4 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    left: 20%;
}
.error-404__bubble-5 {
    width: 12px;
    height: 12px;
    border: 3px solid #ff5b59;
    top: 30%;
    right: 10%;
}
.error-404__bubble-6 {
    width: 8px;
    height: 8px;
    background-color: #437efa;
    top: 60%;
    right: 20%;
}
.error-404__bubble-7 {
    width: 12px;
    height: 12px;
    border: 3px solid #00cedc;
    top: 90%;
    right: 10%;
}
.error-404__bubble-8 {
    width: 8px;
    height: 8px;
    background-color: #ff7878;
    top: 100%;
    right: 20%;
}
.error-404 h3 {
    margin: 0;
    line-height: 1em;
    color: var(--thm-black);
    font-size: 200px;
    font-weight: 700;
}
.error-404 h4 {
    font-size: 40px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 50px;
    margin-top: 5px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}
.block-title {
    margin-bottom: 56px;
}
.block-title p {
    margin: 0;
    margin-bottom: 28px;
}
.block-title p span {
    display: inline-block;
    border-radius: 17.5px;
    border-bottom-left-radius: 0;
    box-shadow: 0 10px 30px 0 rgb(255 32 32 / 15%);
    padding: 1.5px 29px;
    background-image: linear-gradient(90deg, var(--thm-primary) 0%, #5c5c5c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--heading-font);
}
.block-title p.color-2 span {
    background-image: linear-gradient(90deg, #5c5c5c 0%, #6168ff 100%);
}
.block-title h3 {
    margin: 0;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    transition: color 0.3s ease;
}
.block-title h3:hover {
    color: var(--thm-base);
}

.block-title h3 span {
    font-weight: 500;
}
#timer {
    font-size: 24px;
    font-weight: bold;
    color: #ff5722;
}
#status {
    margin-top: 10px;
    font-size: 18px;
}
#bonus-form {
    display: none;
    margin-top: 20px;
}

.text-muted {
    color:  #8c8c8c !important
}