@charset "UTF-8";

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --white: #fcfeff;
    --blue: #0781fc;
    --blue-hover: #1940b0;
    --black: #060115;
    --grey-1: #F2F2F2;
    --grey-2: #E6E6E6;
    --grey-3: #737373;
    --font-family: 'Raleway', Arial, sans-serif;
    --second-family: 'Raleway', Arial, sans-serif;
    --header-height: 0px;
}
html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
}

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

body {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(7 8 9 / var(--tw-bg-opacity));
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
body.home.page-template .fixed-bg {
    opacity: 1;
    display: block;
}
body.single .fixed-bg,
body.page-template .fixed-bg,
body.archive.category .fixed-bg {
    opacity: 0;
    display: none;
}
body:has(.sitenavigation.is-tapped) {
    overflow: hidden;
}

body:has(#wpadminbar) .header-mobile {
    top: 45.5px;
}
body:has(#wpadminbar) .header-mobile .mobile-menu {
    top: calc(80px + 45px);
    height: 100vh;
}
body:has(#wpadminbar) .header-mobile .mobile-menu .mobile-header-menu {
    height: calc(100vh - 145px);
}
/* 
// Отступ для фиксированного заголовка, когда активна админ-панель 
body.admin-bar .main_header {
    top: 32px;
}
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1940b0;
}

button:hover {
    cursor: pointer;
}
.dnone {
    display: none;
}
.hidden_area {
    display: none !important;
}

.main_wrapper {
    position: relative;
    width: 100%;
}

@media (max-height: 100vh) {
    .main_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        min-height: 100vh;
    }
}

.container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 100%;
}

@media (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

h1 {
    font-family: var(--font-family);
    font-style: normal;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 20px;
}

h2 {
    font-family: var(--font-family););
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .main_wrapper:has(#wpadminbar) .header_mobile {
        margin-top: 45px;
    }
}

@media (max-width: 768px) {
    h2 br {
        display: none;
    }
}

h3 {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #415076;
}
.entry-content p {
    margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

h4 {
    font-family: var(--second-family);
    color: var(--grey-text);
    font-size: 20px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #415076;
}

h5 {
    font-family: var(--second-family);
    color: var(--grey-text);
    font-size: 16px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #415076;
}

::-webkit-input-placeholder {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

:-ms-input-placeholder {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

::-ms-input-placeholder {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
}

::placeholder {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: var(--white);
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    ::-webkit-input-placeholder {
        font-size: 14px;
    }
    :-ms-input-placeholder {
        font-size: 14px;
    }
    ::-ms-input-placeholder {
        font-size: 14px;
    }
    ::placeholder {
        font-size: 14px;
    }
}
.lock {
    overflow: hidden;
}
.form-wrap__input-wrap input::-webkit-input-placeholder {
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
.form-wrap__input-wrap input:-ms-input-placeholder {
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
.form-wrap__input-wrap input::-ms-input-placeholder {
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
.form-wrap__input-wrap input::placeholder {
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
/* Базовые стили для бургер-меню и мобильного меню */
.header-mobile {
    display: none;
}
.burger-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.burger-icon {
    width: 30px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.burger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    transition: all 0.3s ease;
}
/* Стили для анимации иконки бургер-меню */
.burger-menu.active .burger-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
}
.burger-menu.active .burger-icon span:nth-child(2) {
    opacity: 0;
}
.burger-menu.active .burger-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
}
/* Стили для мобильного меню */
.mobile-menu {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 100px);
    right: calc(-100% - 15px);
    padding: 0;
    overflow: auto;
    transition: 0.3s;
    padding: 0px;
    top: 80px;
}
.mobile-menu.active {
    display: block;
    height: calc(100vh - 100px);
    right: 0;
    top: 80px;
}
.mobile-header-menu {
    padding: 15px;
    max-width: 100%;
    background-color: hsla(0, 0%, 100%, .15);
    backdrop-filter: blur(24px);
    width: calc(100% - 30px);
    height: calc(100vh - 100px);
    margin: 0 auto;
    border-radius: 20px;
}
.mobile-header-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: normal;
    padding: 5px 0px;
    position: relative;
    color: var(--black);
}

.mobile-header-menu li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--grey-2);
}

/* Стили для попапа и кнопки */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 33, 34, 0.75);
    z-index: 9999;
    overflow-y: auto;
}
.popup.open {
    display: flex;
}
.general-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 16px;
    padding: 35px 30px 10px 30px;
    width: 100%;
    max-width: 370px;
    background: linear-gradient(to top right, #111029, #23106f);
    box-shadow: rgb(8, 9, 11) 0px 4.124px 14.435px 0px;
    margin: 0 auto;
    margin-top: 3%;
}
.select2-container .select2-dropdown {
    z-index: 99999999999!important;
}
.general-content h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: transparent;
    width: 100%;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.acf-fields > .acf-field {
    border: none!important;
    /* padding: 10px 5px!important; */
}
.acf-hidden {
    display: none!important;
    opacity: 0;
}
.acf-field[data-name="rating-registration"] input,
.acf-field[data-name="rating-terms"] input,
.acf-field[data-name="rating-price"] input,
.acf-field[data-name="rating-payments"] input,
.acf-field[data-name="rating-support"] input {
    display: none;
    opacity: 0;
}
.star-rating {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 5px;
    cursor: pointer;
}
.star-rating span {
    font-size: 22px;
    line-height: 22px;
    color: darkgrey;
    transition: color 0.3s ease;
}
.star-rating span.active {
    color: #ffd700;
}
.acf-field[data-name="rating-registration"],
.acf-field[data-name="rating-terms"],
.acf-field[data-name="rating-price"],
.acf-field[data-name="rating-payments"],
.acf-field[data-name="rating-support"] {
    display: flex;
    align-items: baseline;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
}
.acf-field[data-name="rating-registration"] .af-label.acf-label,
.acf-field[data-name="rating-terms"] .af-label.acf-label,
.acf-field[data-name="rating-price"] .af-label.acf-label,
.acf-field[data-name="rating-payments"] .af-label.acf-label,
.acf-field[data-name="rating-support"] .af-label.acf-label {
    margin: 0!important;
}
.form-input.input-name.af-field.acf-field {
    margin-right: calc(50% - 48%);
}
.form-input.input-city.af-field.acf-field {
    margin-left: calc(50% - 48%);
}
.acf-input-wrap input, .acf-input-wrap select {
    box-shadow: unset!important;
    background: var(--white)!important;
    border: 1.5px solid #272727!important;
    padding: 12px 16px!important;
    height: 40px!important;
    width: 100%!important;
    border-radius: 8px!important;
}
.acf-input-wrap input::-webkit-input-placeholder,
.acf-field textarea::-webkit-input-placeholder {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.acf-input-wrap input:-ms-input-placeholder,
.acf-field textarea:-ms-input-placeholder {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.acf-input-wrap input::-ms-input-placeholder,
.acf-field textarea::-ms-input-placeholder {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.acf-input-wrap input::-webkit-input-placeholder, .acf-field textarea::-webkit-input-placeholder {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.acf-input-wrap input:-ms-input-placeholder, .acf-field textarea:-ms-input-placeholder {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.acf-input-wrap input::-ms-input-placeholder, .acf-field textarea::-ms-input-placeholder {
    font-weight: 400!important;
    font-size: 15px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.acf-input-wrap input::placeholder,
.acf-field textarea::placeholder {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
.af-submit {
    padding: 15px 5px!important;
}
.acf-field .acf-label label {
    margin: 0px!important;
    font-size: 15px;
    font-weight: 400!important;
}
.form-rating.af-field.acf-field {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
}
.form-rating.af-field.acf-field .acf-label label {
    font-size: 15px;
}
.form-input.af-field.acf-field {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}
.select2-results__option[aria-selected] {
    color: #151b25;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
}
.select2-container .select2-selection--single {
    height: 40px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #44536e!important;
    border-radius: 8px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
    right: 4px!important;
}
.select2-dropdown {
    border: 1px solid #44536e!important;
}
.select2-container.-acf .select2-selection {
    border-color: #44536e !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #44536e!important;
}
.select2-search--dropdown {
    padding: 4px 4px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue)!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400!important;
    font-size: 15px!important;
    line-height: 155%!important;
    letter-spacing: 0.02em!important;
    color: #667085!important;
}
:focus-visible {
    outline: none!important;
}
.af-form.acf-form {
    /* margin-left: -5px!important; */
    /* margin-right: -5px!important; */
}
.acf-field .acf-label {
    margin: 0 0 0px!important;
}
.acf-field textarea {
    padding: 12px 16px!important;
    border-radius: 8px!important;
    border: 1px solid #44536e!important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05)!important;
    width: 100%!important;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 12px;
    overflow: hidden;
    padding: 40px;
    width: 350px;
    background: var(--bg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form_title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--grey-text);
}
.form_title span {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #0c509f;
}
.popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 24px;
    height: 24px;
    background: none;
    cursor: pointer;
    color: #FFF;
    z-index: 2;
    margin-top: 10px;
    margin-right: 10px;
}
.popup-close:hover {
    transition: all 0.3s ease;
    color: #0781fc;
    background: transparent;
}
.relative {
    position: relative;
}
.lang_dropdown {
    position: relative;
}
.langdropdown-toggle {
    line-height: 20px;
    width: auto;
    padding: 0px;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 0px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    color: var(--white);
    outline: none;
}
.langdropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 8px 0px 0px;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 60;
    border: 1px solid var(--bg);
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 1px 3px rgb(0 0 0 / 29%);
}
.grecaptcha-badge {
    display: none!important;
}
.langdropdown-menu.active {
    display: block;
}
.langdropdown-menu a {
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    color: #2B2828;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    font-weight: 400;
}
.arrow-icon {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-left: 8px;
}
.langdropdown-toggle.active .arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.block-header::after {
    content: "";
    background: linear-gradient(to top, #06080a, transparent); /* Градиент от черного к прозрачному */
    position: absolute;
    height: 100px;
    z-index: 3;
    width: 100%;
    bottom: 0;
    left: 0;
}
header.main_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
@media (min-width: 1200px) {
    .header-container-s1:not(.container) {
        padding: 5px 35px;
    }
}
@media (min-width: 1024px) {
    .header-container-s1:not(.container) {
        padding: 0px 15px;
        max-width: calc(100% - 120px);
        margin: 0 auto;
    }
}
.header-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 10px 0px 15px;
    border-radius: 20px;
    gap: 34px;
}
.header-navbar.header-navbar-s1 {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0px;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    width: 100%;
    gap: 15px;
    flex-direction: column;
    justify-content: stretch;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    height: 60px;
}
#crypto-container {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 24px;
}
.crypto-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.crypto-row:nth-child(1)::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/bitcoin-btc-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.crypto-row:nth-child(2)::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/ethereum-eth-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFF;
}
.crypto-name {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    margin-left: 4px;
}
.crypto-price {
    /* flex: 1; */
    text-align: center;
}
.crypto-change {
    flex: 1;
    text-align: right;
    font-weight: bold;
}
.percent-increase {
    color: green;
}
.percent-decrease {
    color: var(--blue);
}
.crypto-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 32px;
    padding: 5px 10px;
    border: 1px solid var(--white);
    border-radius: 24px;
    background: transparent;
    width: 165px;
    line-height: 100%;
    font-weight: 500;
    font-size: 15px;
    backdrop-filter: blur(16px);
}
.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header-top {
    height: 81px;
    max-height: 81px;
    padding: 10px 0px;
}
.header-menu {
    height: 59px;
    max-height: 59px;
    border-bottom: 1px solid #383b3e;
    border-top: 1px solid #383b3e;);
    background: #1f2122;
    background-color: #1f2122;
    background-image: url(/wp-content/uploads/2024/11/bg_mini_square.svg);
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
}
.header-menu .container {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header-main-menu {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.header-main-menu li {
    line-height: normal;
}
.header-main-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: 32px;
    line-height: 1;
    color: var(--white);
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-size: 16px;
    border-radius: 24px;
}
.header-main-menu li a:hover {
    color: var(--white);
    background-color: rgba(48,213,241,.25);
}
.main_footer {
    padding: 35px 30px 15px;
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    /* background-image: linear-gradient(to right, #1940b0 0%, #122272 100%) !important; */
    background-image: linear-gradient(180deg, hsl(238.56deg 100% 67.9% / 8%), hsl(216.45deg 75.13% 26.21% / 0%));
    position: relative;
    z-index: 1;
}
.footer_copy {
    text-align: center;
    padding: 0;
    color: #B9BBBF;
}
a.dmca-link {
    color: #B9BBBF;
    opacity: 0.75;
}
.footer-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.footer-top a.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-main-menu {
    display: -ms-grid;
    display: grid;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 10px;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
}
.footer-main-menu > li > a {
    position: relative;
}
.footer-main-menu .caret {
    opacity: 0;
    display: none;
}
.footer-main-menu li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 18px;
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--white);
}
.post-thumbnail img {
    display: block;
    max-height: 320px;
    object-fit: contain;
}

.post-meta-item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0;
    --tw-text-opacity: 1;
    color: rgb(171 171 171 / var(--tw-text-opacity));
}
.post-meta {
    padding: 15px 0px;
    border-top: 1px solid var(--grey-2);
    border-bottom: 1px solid var(--grey-2);
    margin-bottom: 20px;
}
.post-thumbnail {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px 0px #00000066;
    border: 1px solid #ffffff34;
}
.single-post-wrapper .article-wrapper {
    width: 100%;
    padding-top: 50px;
}
.single-post-wrapper aside {
    padding-left: 25px;
    width: 28%;
}
.post-content {
    text-align: justify;
}
.single-post-sidebar-content {
    border: 1px solid var(--grey-2);
    width: 100%;
    padding: 24px;
    border-radius: 15px;
    background: #FFF;
}
.post-related-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.post-related {
    padding: 24px;
    margin: 30px 0px;
    border-radius: 24px;
    border: 1px solid #44536e;
    background: #ffffff18;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.post-related-item-left {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.post-related-item-right-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.post-related-btn {
    padding: 9px 9px 9px 18px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    backdrop-filter: blur(16px);
    background: linear-gradient(to right, #8B55FF 0%, #491eba 50%, #8B55FF 100%);
    background-size: 200% auto;
    cursor: pointer;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
}
.post-related-btn:hover,
.post-related-btn:focus {
    background-position: right center;
}
a.post-related-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-decoration: none;
    color: #FFF;
    display: block;
}
.post-related-item-right {
    width: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}
.post-related-item-left img {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-content .post-content a {
    color: var(--black);
    text-decoration: underline;
}
.entry-content .post-content a:hover {
    transition: color 0.3s ease;
    color: var(--blue);
}
.post-banner {
    margin: 30px 0px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-sidebar {
    position: sticky;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s ease;
    gap: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    height: calc(100vh - 160px);
    top: 45px;
}
.post-date-info {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 3px;
}
/* Базовый стиль для кнопки */
.accordion {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 24px;
    background: #ffffff18;
    color: #FFF;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: normal;
    transition: background-color 0.3s ease;
    font-family: var(--font-family);
    font-weight: 500;
}
.entry-toc {
    border: 1px solid #44536e;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
}
.accordion.active {
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
}
.accordion:hover {
    color: #FFF;
    background-position: right center;
}
.accordion .arrow-icon path {
    stroke: #FFF;
}
.accordion:hover .arrow-icon path {
    stroke: #FFF;
    transition: all 0.3s;
}
/* Стиль для SVG-иконки */
.accordion .arrow-icon {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Анимация поворота */
}

/* Когда аккордеон открыт, поворачиваем стрелку вверх */
.accordion.active .arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
/* Содержимое аккордеона */
.accordion-content {
    padding: 20px 20px 20px 73px;
    display: none;
    overflow: hidden;
    border-top: 1px solid #44536e;
    background: #ffffff18;
}
.accordion-content p a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #ffffffde;
    transition: color .3s ease;
    text-decoration: none;
}
.accordion-content p a:hover {
    color: var(--blue);
    transition: color 0.3s ease;
}
.banner-content p:last-of-type {
    margin-bottom: 0px;
}
.block-header-top {
    padding-top: calc(var(--header-height) + 80px);
    display: block;
    min-height: 100%;
}
.banner-content p img {
    background: #13252d;
    vertical-align: middle;
    display: inline-block;
}
.banner-info {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 24px;
    border-radius: 24px;
    background-color: transparent;
    border: 1px solid #44536e;
    backdrop-filter: blur(32px);
}
.banner-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 2;
}
.banner-picture img {
    display: inline-block;
    max-width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}
.block_one {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    /* flex-wrap: wrap; */
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100%;
}
#banner-heading {
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    color: #FFF;
    margin-bottom: 20px;
}
.banner-content p {
    color: #FFF;
    opacity: 0.75;
    margin-bottom: 15px;
}
#banner-heading span {
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: bold;
    background: linear-gradient(to bottom right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
}
.news-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.news-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.hnb-item:last-of-type {
    border-bottom: unset;
}
/* Адаптация: если баннера нет */
.block_one-right:not(:has(.promo-banner)) .news-row {
    align-items: stretch;
    min-height: 100%;
}
.block_one-right:not(:has(.promo-banner)) .news-column {
    flex-grow: 1;
}
/* Стиль вкладок */
.news-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    gap: 0px;
}
.hnb-title {
    flex: 1;
    text-align: center;
    padding: 13px 13px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    background: #dce0e3;
    color: #68696d;
    transition: color 0.3s, border-color 0.3s;
    height: 50px;
}
.hnb-title.active {
    color: var(--white);
    background: var(--blue);
    font-weight: 500;
}
.news-tabs-content .hnb-content {
    display: none;
}
.news-tabs-content .hnb-content.active {
    display: block;
}
.hnb-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 10px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 30px;
    min-height: 36px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: var(--black);
    padding: 10px 0px;
    border-bottom: 1px solid var(--grey-2);
    align-items: flex-start;
}
.news-tabs {
    display: flex;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.news-tabs-content {
    padding: 12px 24px 24px;
}
.hnb-item-info {
    font-weight: 400;
    color: var(--grey-3);
    line-height: normal;
}
.hnb-item:hover .hnb-item-title {
    color: var(--blue);
    transition: color 0.3s ease;
}
.block_one-left {
    padding: 32px 0px;
}
#crypto-heading {
    min-height: 132px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    letter-spacing: .02em;
    word-break: break-word;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.sub-title {
    line-height: 15px;
    font-weight: 500;
    letter-spacing: .02em;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.one-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.one-btns a {
    padding: 1px;
    height: 40px;
    border-radius: 44px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    color: #122272 !important;
    border-color: #fff;
    background: #fff;
    font-weight: 500;
}
.one-btns a:hover {
    background: var(--blue);
    transition: all 0.3s ease;
    color: var(--white);
}
.page-block {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.exchanges-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    /* border-radius: 15px; */
    /* border: 1px solid var(--grey-2); */
    /* overflow: hidden; */
}
.exchanges-item-desc p {
    line-height: normal;
}
.exchanges-item {
    flex: 1;
    border-radius: 0px;
    padding: 12px 24px;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    border-bottom: 1px solid var(--grey-2);
}
.exchanges-item-top {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
}
.exchanges-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
}
.exchanges-item-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.exchanges-item:last-of-type {
    border-bottom: unset;
}
.exchanges-item-desc {
    flex: 1;
    margin-bottom: 0px;
    /* border-left: 1px solid var(--grey-2); */
    /* border-right: 1px solid var(--grey-2); */
    /* padding: 0 30px; */
}
.exchanges-item-links a {
    text-align: center;
    height: 34px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}
a.btn-grey {
    background: var(--grey-1);
    color: var(--black);
    border: 1px solid var(--grey-2);
}
a.btn-blue {
    background: #0781fc;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    min-height: 34px;
}
a.btn-grey:hover {
    background: var(--black);
    color: var(--white);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
a.btn-blue:hover {
    background: var(--blue-hover);
    transition: background 0.3s ease;
}
.exchanges-item-top img {
    display: inline-block;
}
.page-block h2 span {
    color: var(--blue);
}
.exchanges-box {
    border-radius: 15px;
    border: 1px solid var(--grey-2);
    overflow: hidden;
}
.post-content ol {
    list-style: auto;
    padding-left: 30px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.post-content ol li {
    margin-bottom: 10px;
}
.post-content blockquote {
    border-left: 5px solid var(--blue);
    padding-left: 20px;
    font-style: italic;
}
.post-content img {
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}
.header-meta {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.post-author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 20px 1fr;
    grid-template-columns: 40px 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.author-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px;
}
.post-author-bottom a {
    color: var(--blue);
    font-weight: 700;
    text-decoration: underline;
    font-size: 15px;
}
.author-reg {
    display: block;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(171 171 171 / var(--tw-text-opacity));
}
.header-navbar-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 34px;
    padding: 0 10px;
}
.header-navbar-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.post-author-bottom a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}
.exchanges-box h2 {
    padding: 24px 24px;
    margin: 0px;
    color: var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    font-weight: 400;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    background: #122272;
    background-color: #122272;
    padding: 30px;
}
a.btn-blue,
a.btn-grey {
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 1.6;
    min-width: 160px;
    height: 35px;
}
.exchanges-item:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}
.exchanges-item:nth-child(even) a.btn-grey {
    background: #FFF;
}
.block_three .sub-title {
    color: var(--grey-3);
    font-size: 18px;
}
.page-block h2 {
    margin-top: 0px;
    position: relative;
}
.block_three.page-block h2 {
    margin-bottom: 10px;
}
.block_five .post-content {
    padding: 24px 24px 24px;
    background: #FFF;
    border-radius: 15px;
    border: 1px solid var(--grey-2);
}
.related-articles-list {
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    gap: 24px;
}
.related-article-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    background: #ffffff00;
    border-radius: 16px;
    border: 1px solid #44536e;
    --tw-bg-opacity: 1;
    background-color: rgb(40 42 55 / var(--tw-bg-opacity));
    background-image: linear-gradient(to bottom right, #455571, #0a1223);
    gap: 1rem;
}
.related-article-thumbnail {
    display: inline-block;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.related-article-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.related-article-content {
    border-radius: 0px 0px 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 1rem 1rem;
}
.related-post-author {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
}
.related-post-author .author-thumbnail {
    width: 28px;
    height: 28px;
}
.related-article-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    flex: 1;
}
.related-post-author a {
    color: var(--blue);
    text-decoration: underline;
}
.related-article-date {
    color: var(--grey-3);
}
.related-article-title {
    display: -webkit-box; /* Используем flexbox для ограничения строк */
    -webkit-box-orient: vertical; /* Устанавливаем вертикальную ориентацию */
    overflow: hidden; /* Скрываем текст, выходящий за пределы блока */
    text-overflow: ellipsis; /* Добавляем троеточие */
    -webkit-line-clamp: 2; /* Ограничиваем текст двумя строками */
     /* Высота строки (можно настроить по необходимости) */
    max-height: calc(1.5em * 2); /* Высота блока для двух строк */
    color: #FFF;
    font-weight: 600;
    line-height: normal;
}
.related-articles h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FFF;
    margin-bottom: 25px;
}
.stars-info {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.stars-info span {
    margin-right: 5px;
}
.post-rating-stars > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-rating-stars {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 8px;
    border: 1px solid #44536e;
    background: #151b25;
}
.post-rating-stars .stars {
    display: flex;
    align-items: center;
}
.related-articles {
    margin-top: 35px;
}
.block_three .related-article-title {
    font-size: 20px;
}
.block_three .related-article-item {
    padding: 24px;
}
.page-block .related-articles-list.has-banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.page-block .related-articles-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.related-articles .promo-banner a {
    background: #FFF;
    padding: 0px;
    border-radius: 8px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}
.page-block .related-articles-list.has-banner .related-article-item {
    padding: 12px;
}
.related-articles .promo-banner {
    padding: 10px;
    background: #FFF;
    border: 1px solid var(--grey-2);
    border-radius: 15px;
    overflow: hidden;
}
.related-articles .promo-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.main-news-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.main-news-list .related-article-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 24px 1fr;
    grid-template-columns: 250px 1fr;
    padding: 12px;
    border: 1px solid var(--grey-2);
    border-radius: 15px;
    background: #FFF;
    gap: 24px;
}
.main-news-list .related-article-content {
    justify-content: space-between;
}
.main-news-list .related-article-content .related-article-content-bottom {
    flex: initial;
}
.main-news-list .related-article-content .related-article-title {
    font-size: 20px;
    -webkit-line-clamp: 4;
    max-height: calc(1.5em* 4);
}
.block_six {
    background: radial-gradient(76.29% 76.29% at 50% 50%,#f8f9fa 0%,#e8f2fc 100%),#f8f9fa;
    padding: 3.5rem 0px;
    margin: 0px;
}
.author-title {
    font-weight: 600;
    color: #15a8f0;
    text-decoration: underline;
}
.author-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 24px 1fr;
    grid-template-columns: 250px 1fr;
    gap: 48px;
    margin-bottom: 24px;
    align-items: center;
}
.author-photo img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-photo {
    border-radius: 15px;
    overflow: hidden;
}
.author-info-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.author-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.author-block-title {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    color: transparent;
    width: 100%;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #1189ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.author-block-about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.author-block-about span {
    font-size: 20px;
    position: relative;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: 600;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
}
.author-block-about p {
    /* font-size: 15px; */
    /* line-height: 145%; */
}
.author-articles-title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}
.author-articles-title:after {
    content: "";
    background: var(--blue);
    width: 76%;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
}
.author-articles-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    row-gap: 5px;
}
.author-article-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 0px 1fr;
    grid-template-columns: 80px 1fr;
    align-items: self-start;
    gap: 10px;
    border-radius: 0;
    border-bottom: 1px solid var(--grey-2);
    padding: 5px 0px;
}
.author-article-item .author-article-title {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
}
.author-article-date {
    color: var(--grey-3);
}
.author-article-meta-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    font-size: 14px;
}
.author-article-time {
    color: var(--grey-3);
}
.author-article-item .author-article-title:hover {
    color: var(--blue);
    transition: color 0.3s ease;
}
.footer-main-menu li a:hover {
    color: var(--blue);
    transition: color 0.3s ease;
}
.single-block-author .container {
    display: block;
}
.single-block-author {
    background: #ffffff00;
    padding: 3.5rem 0px;
    margin: 0px;
    margin-top: 3.5rem;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs span a {
    color: #15a8f0;
}
span.breadcrumb_last strong {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--blue);
}
.sidebar-block-title {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 5px;
    margin-bottom: 20px;
}
.sidebar-block-title span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .04em;
}
.sidebar-block-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.archive-header-top {
    background: transparent;
    padding: 150px 0px 35px;
}
.archive-header-desc p {
    margin-bottom: 15px;
}
.archive-header-desc {
    margin-bottom: 35px;
}
.archive-header-btns {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 24px;
}
.archive-header-top .container {
    z-index: 2;
    position: relative;
}
.breadcrumbs span {
    color: var(--white);
}
h1.archive-title {
    color: #FFF;
    font-size: 42px;
    font-weight: 900;
}
.archive-header-desc {
    color: #b9d2f4;
}
.archive-header-btns a {
    padding: 9px 18px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    backdrop-filter: blur(16px);
    background: linear-gradient(to right, #8B55FF 0%, #491eba 50%, #8B55FF 100%);
    background-size: 200% auto;
    cursor: pointer;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
}
.archive-header-btns a:hover {
    background-position: right center;
}
.archive-header-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.archive-header-banner img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 120px;
}
.container.flex-cont {
    display: flex;
}
.archive-page-wrapper {margin-top: 50px;}
aside {
    padding-left: 25px;
    width: 28%;
    padding-top: 35px;
}
.archive-item {
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 16px;
    border: 1px solid #44536e;
    --tw-bg-opacity: 1;
    background-color: rgb(40 42 55 / var(--tw-bg-opacity));
    background-image: linear-gradient(to bottom right, #455571, #0a1223);
    gap: 1rem;
}
.archive-article-thumbnail {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.archive-content-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0,1fr) 1.25rem minmax(0,1fr) 1.25rem minmax(0,1fr);
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.25rem;
}
.archive-article-title,
.archive-article-title h2
 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: calc(1.5em* 2);
    color: #FFF;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
}
.first-content a {
    color: var(--blue);
    text-decoration: underline;
}
.first-content a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}
.archive-article-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.archive-post-author {
    display: -ms-grid;
    display: grid;
    align-items: center;
    gap: 10px;
    -ms-grid-columns: 28px 10px 1fr;
    grid-template-columns: 28px 1fr;
}
.archive-post-author .author-thumbnail {
    width: 100%;
    height: 100%;
}
.archive-article-date {
    color: var(--grey-3);
}
.archive-post-author a {
    color: var(--blue);
    text-decoration: underline;
}
.archive-article-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.archive-article-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
    padding: 0 1rem 1rem;
    flex: 1;
}
.breadcrumbs.single-b {
    position: relative;
    z-index: 2;
    padding: 5px 0px;
    margin: 0px;
    background: #ffffff18;
    border-top: 0.5px solid #ffffff34;
    border-bottom: 0.5px solid #ffffff34;
}
/* Общий стиль для пагинации */
.pagination {
    margin-bottom: 30px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 10px; /* Расстояние между элементами */
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #44536e;
    border-radius: 8px;
    margin: 2px;
    background: #ffffff0a;
}
/* Элементы с номером страницы (неактивные) */
span.pages {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 40px;
    padding: 3px 15px;
    --tw-text-opacity: 1;
    color: rgb(145 143 160 / var(--tw-text-opacity));
}
/* Ссылки на страницы (активные) */
a.page {
    width: 40px;
    height: 40px;
    display: inline-flex;
    padding: 3px 3px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--grey-3);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease; /* Плавный переход для hover */
    cursor: pointer;
}
/* Кнопки "Далее" и "Назад" */
a.nextpostslink,
a.prevpostslink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 40px;
    padding: 3px 15px;
    border-radius: 4px;
    color: var(--grey-3);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
/* Контейнер для пагинации */
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
/* Текущая страница */
.wp-pagenavi span.current {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: none;
    background-color: var(--blue);
    color: #fff;
    pointer-events: none;
    font-weight: 500;
}
/* Состояние при наведении */
a.page:hover,
a.nextpostslink:hover,
a.prevpostslink:hover {
    background-color: var(--blue);
    color: #fff;
    border-color: transparent;
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .pagination {
        margin: 20px auto;
        gap: 5px;
    }
    a.page,
    a.nextpostslink,
    a.prevpostslink,
    span.pages {
        min-width: 30px;
        height: 30px;
        padding: 3px 10px;
        font-size: 12px;
    }
}
.archive-page-seo {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 24px;
    background: #FFF;
    border-radius: 15px;
    border: 1px solid var(--grey-2);
}
.archive-post-author-title {
    color: var(--blue);
    text-decoration: underline;
}
/* Основные стили для попапа */
.popupmini-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    background: #1e1e1e9c;
}
.popupmini-content {
    display: none;
    position: relative;
    margin-top: 5%;
    max-width: 750px;
    padding: 0px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background: var(--white);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    overflow: auto;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}
.popupmini-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Стили для баннера на десктопной версии */
.popup-banner-desctop {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.popup-banner-desctop img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Стили для баннера на мобильной версии */
.popup-banner-mobile {
    display: none;
}
.popup-banner-mobile img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
@media (max-width: 768px) {
    /* Убираем баннер для десктопа на мобильных устройствах */
    .popup-banner-desctop {
        display: none;
    }
    /* Показываем баннер для мобильных устройств */
    .popup-banner-mobile {
        display: block;
    }
}
.popupmini-content.show {
    display: inline-block;
}
.popup-banner-desctop a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-banner-desctop a img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_found_box {
    padding: 50px 0px;
}
.not_found_content {
    padding-bottom: 50px;
    text-align: center;
}
.not_found_text {
    display: inline-block;
    font-weight: 400;
    font-size: 50px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 35px;
}
.not_found_btn_text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_found_btn_text a {
    background: var(--blue);
    color: var(--white);
    padding: 7px 30px;
    border-radius: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: normal;
}
.not_found_btn_text a:hover {
    background: var(--blue-hover);
    transition: background 0.3s ease;
}
.not_found_img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50rem;
    margin: 0 auto;
}
.footer-socials {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 15px;
}
.footer-social {
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.footer-bottom {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social:hover {
    border: 1px solid var(--white);
    background: #FFF;
    transition: all 0.3s ease;
}
.footer-social:hover svg path {
    fill: #1940b0;
    transition: fill 0.3s ease;
}
.post-exchanges-four {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 35px;
}
.post-exchanges-four .pef-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--grey-2);
    border-radius: 15px;
    gap: 15px;
    background: #122272;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.post-exchanges-four .exchanges-item-links {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
}
.post-exchanges-four .exchanges-item-top {
    gap: 15px;
    justify-content: center;
    background: #FFF;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.post-exchanges-four .exchanges-item-title {
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    font-size: 15px;
    margin-bottom: 0px;
}
.post-exchanges-four .exchanges-item-top img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.post-exchanges-four .exchanges-item-desc {
    color: var(--white);
    line-height: 125%;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.post-exchanges-four a.btn-grey {
    background: var(--white);
    border: 1px solid var(--white);
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.post-exchanges-four a.btn-grey:hover {
    color: var(--white);
    background: var(--black);
    border: 1px solid var(--white);
}
.post-exchanges-four a.btn-red {
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.seo-text {
    max-height: 250px; /* Высота блока в свернутом состоянии */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}
.seo-text.expanded {
    max-height: 5500px;
    transition: max-height 0.5s ease-in-out;
}
.toggle-seo-text {
    padding: 9px 18px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    backdrop-filter: blur(16px);
    background: linear-gradient(to right, #8B55FF 0%, #491eba 50%, #8B55FF 100%);
    background-size: 200% auto;
    cursor: pointer;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
    border: none;
    margin-top: 20px;
}
.toggle-seo-text:hover {
    background-position: right center;
}
/* Полупрозрачный градиент, перекрывающий нижнюю часть текста */
.seo-text:after {
    content: ''; /* Пустой контент для псевдоэлемента */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; /* Высота градиента */
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(16 20 26) 100%);
    pointer-events: none; /* Чтобы градиент не перекрывал взаимодействие с текстом */
    transition: opacity 0.3s ease-in-out;
}
.seo-text.expanded:after {
    opacity: 0;
}
.post-view {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 3px;
}
.vert-line {
    position: relative;
    height: 34px;
    display: inline-block;
    padding-left: 15px;
    margin-right: 15px;
}
.vert-line::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px; /* Ширина границы */
    background: linear-gradient(180deg, transparent 10%, #b2b2b2 50%, transparent 90%);
}
.like-button {
    border: none;
    background: no-repeat;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 152%;
    color: var(--black);
    outline: none;
    display: flex;
    align-items: center;
    gap: 3px;
}
.post-likes {
    display: flex;
    align-items: center;
    gap: 3px;
}
.like-button:hover svg path {
    fill: var(--blue);
    transition: fill 0.3s ease;
}
.post-content img.alignleft {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}
.post-content img.alignright {
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}
article .post-content {
    margin: 30px auto;
    padding: 45px;
    border-radius: 24px;
    border: 1px solid #44536e;
    background: #ffffff18;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.post-content ul {
    text-align: left;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 25px;
    margin-top: 20px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
}
.post-content ul li {
    line-height: 1.6;
    margin-bottom: 15px;
}
.post-content ul li::marker {
    color: var(--blue);
}
.post-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 2rem 0;
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 20px 40px 0px #00000066;
    background: linear-gradient(180deg, rgba(18, 27, 113, 0) 0%, #0E1A88 60.24%, #121E85 100%);
}
.post-content table tr:nth-child(even) {
    /* background-color: #0f1b89; */
}
.post-content table tr {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border-bottom: 1px solid hsla(0,0%,100%,.05););
    padding: 0 1.5rem;
    transition: 0.1s linear;
    transition-property: color, background;
}
.post-content table td {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: normal;
    padding: 1rem;
}
.post-content table tbody tr:first-of-type {
    padding: 0 1.5rem;
    background-color: var(--blue);
    border-color: hsla(0,0%,100%,.05);
    border-radius: 16px 16px 0px 0px;
}
.post-content table tbody tr:first-of-type td {
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    text-align: left;
}
.popupmini-overlay {
    display: none!important;
}
.share-container {
    position: relative;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -.01em;
    color: #7a7c82;
    min-height: 24px;
}
.share-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.share-buttons {
    display: flex;
    gap: 10px;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0;
}
.share-buttons.active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background: none;
}
/* Цвет по умолчанию для иконки */
.share-toggle.active svg path {
    fill: var(--black);
    transition: fill 0.3s ease;
}
/* Цвет при наведении */
.share-toggle svg path,
.share-toggle:hover svg path,
.share-toggle.active:hover svg path {
    fill: #15a8f0;
}
.post-meta-center {
    display: flex;
    align-items: center;
}
.post-meta-center-bottom {
    display: flex;
    align-items: center;
}
.single-post-wrapper .post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-block-related-post .post-meta-item {
    gap: 5px;
    align-items: flex-start;
}
.single-block-related-post svg path {
    fill: #15a8f0;
}
.faq-item {
    background-color: white;
    background: #151b25;
    position: relative;
    );
    border-radius: 24px;
    box-shadow: 0 2px 4px rgba(9, 49, 142, .08), 0 0 10px rgba(9, 49, 142, .04), 0 4px 5px rgba(9, 49, 142, .04), 0 -4px 4px rgba(9, 49, 142, .04);
    z-index: 1;
    overflow: hidden;
}
.question {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 70px 15px 25px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--white);
}
.question .accordion-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question.active .accordion-icon {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.faq-item-gradient {
    position: relative;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    border-radius: 24px;
    padding: 1px;
    margin: 30px 0px;
}
.answer.post-content {
    padding: 20px 25px 20px;
    background: #ffffff18;
    border-radius: unset;
    border: unset;
    line-height: 145%;
    margin: 0px;
    box-shadow: unset;
}
.faq-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 24px;
    /* border-left: 6px solid var(--blue); */
    z-index: 0;
}
.single-post-wrapper .related-articles-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.question .accordion-icon svg path {
    stroke: var(--white);
}
.sidebar-block-title-main {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    color: var(--black);
    font-weight: 700;
    line-height: normal;
    font-size: 25px;
}
.sidebar-block-title-main:before {
    content: "";
    border-left: 3px solid var(--blue);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
}
.single-service-filter__item__new a {
    color: var(--black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    transition: color .3s ease, border .3s ease;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
}
.single-service-filter__item__new {
    margin-bottom: 5px;
}
.custom-seo-description .entry-content.post-content {
    padding: 25px;
    border-radius: 24px;
    --tw-bg-opacity: 1;
    border: 1px solid #44536e;
    background: #ffffff18;
}
.custom-seo-description {
    margin: 25px 0px 50px;
}
.single-service-filter__item__new a:hover, .single-service-filter__item__new.current a {
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
}
.archive-header-btns a.current {
    background: var(--blue);
    color: #FFF;
    transition: background 0.3s ease, color 0.3s ease;
}
.sidebar-category {
    border: 1px solid var(--grey-2);
    width: 100%;
    padding: 24px;
    border-radius: 15px;
    background: #FFF;
}
.desktop-only {
    display: block;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    color: var(--black);
    font-weight: 700;
    line-height: normal;
    font-size: 25px;
}
.desktop-only:before {
    content: "";
    border-left: 3px solid var(--blue);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
}
.mobile-only {
    display: none;
}
.single-author-page .container {
    flex-direction: column;
}
.single-author-page {
    background: radial-gradient(76.29% 76.29% at 50% 50%, #f8f9fa 0%, #e8f2fc 100%), #f8f9fa;
    padding: 3.5rem 0px;
    margin: 0px;
}
.entry-content p:last-of-type {
    margin-bottom: 0px;
}
.post-content h2:first-of-type {
    margin-top: 0px;
}
.post-content table td ul {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
    padding: 0;
    margin: 00px;
}
img.hidden {
    display: none;
}
.particles-container {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0 !important
}
.block-header {
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
}
.nk-df-content, .nk-ovm:before, .nk-ovm:after {
    content: "";
}
.nk-df-around, .nk-ovm, .nk-ovm:before, .nk-ovm:after, .bg-image, .bg-video, .bg-video-cover, .overlay:after, .nk-ovm .nk-svgs, .accordion-icon:before, .accordion-icon:after {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.nk-ovm {
    z-index: 1;
}
.nk-ovm:before {
    z-index: 1;
}
.nk-ovm:before, .nk-ovm:after {
    bottom: -1px;
    left: -1px;
}
.mask-contain-bottom:before {
    background-size: contain;
    background-position: 50% 100%;
}
.mask-b:before {
    background-repeat: no-repeat;
    /* background-image: url(/wp-content/uploads/2024/12/mask-b.svg); */
}
a.logo {
    /* margin-bottom: 15px; */
}
.footer-social svg path {
    fill: var(--black);
}
.ui-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
}
.ui-shape:after, .ui-shape:before {
    position: absolute;
    content: '';
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all .4s;
}
.ui-shape:before {
    top: 5%;
    left: 5%;
    width: 200px;
    background-image: url(/wp-content/uploads/2024/12/ui-shape-light-a.svg);
}
.ui-shape-light:before {
    background-image: url(/wp-content/uploads/2024/12/ui-shape-light-a.svg);
}
.ui-shape:after {
    bottom: 5%;
    right: 5%;
    width: 200px;
    background-image: url(/wp-content/uploads/2024/12/ui-shape-light-b.svg);
}
.ui-shape-light:after {
    background-image: url(/wp-content/uploads/2024/12/ui-shape-light-b.svg);
}
.header-social a {
    color: #fff;
    background: #FFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.header-social a:hover {
    background: #000;
    transition: background 0.3s ease;
}
.header-social .footer-social svg {
    width: 18px;
    height: 18px;
}
.header-social a:hover svg path {
    fill: #FFF;
    transition: fill 0.3s ease;
}
.header-social .footer-social:hover {
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}
.sidebar-ads-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.adv-disadv-content {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #44536e;
    background: #ffffff18;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.quote-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.fancy-blockquote {
    position: relative;
    padding: 45px 60px;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    border-radius: 16px;
    margin: 2px;
    border: 1px solid #44536e;
    background: #ffffff18;
    box-shadow: 0px 20px 40px 0px #00000066;
}
/* Верхний левый угол */
.fancy-blockquote::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    border-top: 3px solid var(--red);
    border-left: 3px solid var(--red);
    border-top-left-radius: 16px;
}
/* Верхний правый угол */
.fancy-blockquote::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 40px;
    height: 40px;
    border-top: 3px solid var(--red);
    border-right: 3px solid var(--red);
    border-top-right-radius: 16px;
}
/* Нижний левый угол */
.fancy-blockquote .bottom-left {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    border-bottom: 3px solid var(--red);
    border-left: 3px solid var(--red);
    border-bottom-left-radius: 16px;
}
/* Нижний правый угол */
.fancy-blockquote .bottom-right {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 40px;
    height: 40px;
    border-bottom: 3px solid var(--red);
    border-right: 3px solid var(--red);
    border-bottom-right-radius: 16px;
}
.blockquote-icon-top {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 0;
    opacity: 0.5;
}
.blockquote-icon-bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 0;
    opacity: 0.5;
}
.blockquote-inner {
    position: relative;
    z-index: 1;
}
.literature-content ol {
    counter-reset: li;
    list-style: none;
    padding-left: 17px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.literature-content ol li {
    position: relative;
    display: block;
    padding: 4px 10px 4px 25px;
    margin: .5em 0;
    color: #FFF;
    text-decoration: none;
    transition: .3s ease-out;
    backdrop-filter: blur(10px);
    width: inherit;
    height: inherit;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #44536e;
    background: #ffffff18;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.literature-content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--red);
    height: 30px;
    width: 30px;
    border: .1em solid #ffffff24;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    box-shadow: 0px 2px 4px #ffffff59;
    background: #15a8f0;
}
.literature-content ol li a {
    color: var(--red);
}
span.like-count {
    --tw-text-opacity: 1;
    color: rgb(171 171 171 / var(--tw-text-opacity));
}
.post-author-bottom {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.disadv-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 20px;
    border-radius: 16px;
    background: #ea446394;
}
.adv-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.advdis-title {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 5px;
    /* color: #FFF; */
}
.adv-item, .disadv-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 5px;
}
.adv-item .advdis-title:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/plus-green-64.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.adv-item p, .disadv-item p {
    margin: 0px;
    font-size: 15px;
    line-height: 1.45;
}
.advdis-desc {
    padding-left: 27px;
}
.disadv-item .advdis-title:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/minus-64.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.highlighted-text {
    position: relative;
}
article .post-content h2 span {
    position: relative;
    text-decoration: none!important;
}
.literature-content {
    margin-bottom: 30px;
    margin-top: 30px;
}
.author-block-social {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
}
.author-block-social a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-editor {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 10px 1fr;
    grid-template-columns: 40px 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.form-wrap__input-wrap input {
    width: 100%;
    border: 1px solid #ffffff4f;
    height: 40px;
    background: #ffffff12;
    padding: 9px 18px;
    outline: none!important;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: normal;
    border-radius: 24px;
    color: #FFF;
}
.form-wrap__input-wrap p {
    margin: 0;
    padding: 10px 0px;
}
.wpcf7-submit.btn-red {
    text-align: center;
    height: 34px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.25), 0 1px 64px rgba(255, 255, 255, 0.05);
    width: 100%;
    border: none;
    background: var(--red);
    color: #FFF;
    font-family: 'Play';
    outline: none!important;
    cursor: pointer;
}
.wpcf7-submit.btn-red:hover {
    background: var(--red-hover);
    transition: background 0.3s ease;
}
.wpcf7-spinner {
    display: none;
}
.btn_submit_wrapper p {
    margin: 0px;
}
.form-wrap__input-wrap textarea {
    width: 100%;
    background: #ffffff12;
    padding: 9px 18px;
    border: 1px solid #ffffff4f;
    height: 120px;
    outline: none!important;
    font-family: var(--second-family)!important;
    font-weight: 400 !important;
    font-size: 13px !important;
    border-radius: 16px;
}
input.wpcf7-form-control.wpcf7-submit.btn-blue {
    padding: 9px 18px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    backdrop-filter: blur(16px);
    background: linear-gradient(to right, #8B55FF 0%, #491eba 50%, #8B55FF 100%);
    background-size: 200% auto;
    cursor: pointer;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
    border: unset;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.btn-blue:hover,
input.wpcf7-form-control.wpcf7-submit.btn-blue:active {
    background-position: right center;
}
.fo_form_top {
    padding-bottom: 20px;
}
.vesta-form textarea {
    height: 120px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 125%;
    text-shadow: none;
    position: relative;
    display: block;
    background: #FAFAFA;
    color: #ff0000;
    border-color: #ff0000;
    border-left: #ff0000 solid 3px;
    padding: 3px 12px;
    border-radius: 16px;
}
.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0px 0px;
    font-size: 12px;
    line-height: 125%;
}
.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    display: block;
    background: #FAFAFA;
    color: #ff0000;
    border-color: #ff0000;
    border: none;
    border-left: #ff0000 solid 3px;
    padding: 3px 12px;
    border-radius: 16px;
}
.contact-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #ffffff34;
    background: #00000000;
    box-shadow: 0px 20px 40px 0px #00000066;
    color: #FFF;
}
.single-page-wrapper {
    padding: 150px 0px 50px;
    position: relative;
}
.contact-form-title {
    text-align: center;
    --tw-text-opacity: 1;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    color: transparent;
    font-weight: 600;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    /* margin: 24px 0; */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px 0px;
    contain-intrinsic-block-size: auto 100px;
    background: #151b25;
}
.custom-table td, 
.custom-table th {
    border-right: 1px solid #2f384b;
    padding: 10px 10px;
}
.custom-table td:last-of-type, 
.custom-table th:last-of-type {
    border-right: none;
}
.custom-row {
    border-bottom: 1px solid #1d2330;
}
.custom-row:last-of-type {
    border-bottom: none;
}
.custom-cell-empty {
    color: #999;
    font-style: italic;
}
.no-data-message {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
.custom-row {
    transition: 0.1s linear;
    transition-property: color, background;
    background: #151b25;
}
thead .custom-row {
    color: #FFF;
    text-transform: uppercase;
    background: #151b25;
    background-color: #151b25;
    background-repeat: repeat;
    background-size: initial;
    background-position: center center;
    border-radius: 16px 16px 0px 0px; /* Скругляем только верхние углы */
    overflow: hidden;
}
thead .custom-row td:first-child {
    border-radius: 16px 0 0 0; /* Верхний левый угол */
}
thead .custom-row td:last-child {
    border-radius: 0 16px 0 0; /* Верхний правый угол */
}
tbody .custom-row:last-of-type td:first-child {
    border-radius: 0 0 0 16px; /* Нижний левый угол */
}
tbody .custom-row:last-of-type td:last-child {
    border-radius: 0 0 0 0; /* Нижний правый угол */
}
td.custom-cell.btn-cell {
    padding: 10px 10px;
}
.custom-cell.btn-cell a.btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    min-height: 34px;
}
.block-header:before {
    content: "";
    background: #06080a66;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    pointer-events: none;
}
.block_two-content {
    border-radius: 40px;
    background: transparent;
}
.mini-desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(147 193 255 / var(--tw-text-opacity));
}
.block_two h2 {
    text-align: center;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pre-list-title {
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: 600;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.block_two {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}
.list-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 35px;
    background: linear-gradient(180deg, #8055FF 0%, #4D19E0 100%);
    padding: 45px;
    border-radius: 24px;
    margin-bottom: 50px;
}
.list-item {
    padding: 0px;
    display: -ms-grid;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.list-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-item-desc {
    text-align: left;
    font-size: 16px;
    line-height: 1.45;
    color: #FFF;
    opacity: 0.75;
}
.list-item-top {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
}
.list-item-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}
.fixed-bg {
    background-image: url(/wp-content/uploads/2024/12/stars.webp);
    background-repeat: repeat;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    background-position: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}
.header-navbar-top-content {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 34px;
}
.list-item-icon {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adv-title {
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    color: transparent;
    font-weight: 600;
    background: linear-gradient(to bottom, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.adv-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: stretch;
    justify-content: stretch;
    text-align: left;
}
.adv-list-item {
    backdrop-filter: blur(4px);
    background-color: #121824;
    border-radius: 16px;
    padding: .625rem;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.adv-item-num {
    width: 54px;
    height: 54px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-border-opacity: 1;
    border: 1px solid rgb(141 151 183 / var(--tw-border-opacity));
    border-radius: 50%;
}
.adv-item-title {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}
.adv-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.gradient-list-item {
    position: relative;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    border-radius: 16px;
    padding: 1px;
}
.adv-item-desc {
    --tw-text-opacity: 1;
    color: rgb(141 151 183 / var(--tw-text-opacity));
}
.block-three h2 {
    text-align: center;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-three {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}
.bt-list {
    padding: 45px;
    border-radius: 24px;
    background-color: #151b25;
    border: 1px solid #44536e;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 1.25rem;
}
.block-three .pre-list-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.bt-item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
}
.bt-item-desc {
    --tw-text-opacity: 1;
    color: rgb(147 193 255 / var(--tw-text-opacity));
}
.block-three .mini-desc {
    text-align: center;
}
.bt-list-content {
    position: relative;
}
.snow-bg {
    position: absolute;
    top: -2rem;
    right: 1.25rem;
}
.blue-btn {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 24px;
    backdrop-filter: blur(16px);
    background: linear-gradient(to right, #8B55FF 0%, #491eba 50%, #8B55FF 100%);
    background-size: 200% auto;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
}
.bt-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.block-four {
    padding: 50px 0px;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 29 / var(--tw-bg-opacity));
    z-index: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, backdrop-filter, -webkit-transform, -webkit-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
}
.bf-abs-1 {
    background: linear-gradient(90.01deg, rgb(108 32 219) 18.62%, rgb(11, 19, 92) 81.47%);
    border-radius: 50% 50% 0px 0px;
    width: 3061px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.bf-abs-2 {
    border-radius: 50% 50% 0px 0px;
    height: calc(100% - 60px);
    display: flow-root;
    width: 2300px;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.bf-abs-3 {
    border-radius: 50% 50% 0px 0px;
    height: calc(100% - 120px);
    display: flow-root;
    width: 2000px;
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.bf-abs-4 {
    border-radius: 50% 50% 0px 0px;
    height: calc(100% - 180px);
    display: flow-root;
    width: 1700px;
    position: absolute;
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.bf-abs-full {
    background: linear-gradient(rgba(18, 27, 113, 0) 0%, rgb(14, 26, 136) 60.24%, rgb(18, 30, 133) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bf-content {
    position: relative;
    z-index: 1;
}
.bf-content h2 {
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
}
.bf-content .mini-desc {
    --tw-text-opacity: 1;
    color: rgb(147 193 255 / var(--tw-text-opacity));
}
tbody .custom-row:nth-child(odd) {
    background: #1d2330;
}
thead {
    background: #151b25;
    background-color: #151b25;
}
thead th.custom-cell {
    font-size: 15px;
    line-height: 1.35;
    text-transform: none;
    padding: 15px 10px;
    text-align: center;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
tbody td.custom-cell {
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}
.bf-content .mini-desc {
    text-align: center;
}
.bf-content h2 span {
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: bold;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
}
.bf-banner-inner {
    background-color: #151b25;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    padding: 45px;
}
.bf-banner {
    height: auto;
    background: linear-gradient(62deg, rgba(0,8,200), #c557ff, rgb(19, 219, 255));

    -webkit-animation: gradient 5s ease infinite;
            animation: gradient 5s ease infinite;
    background-size: 400% 400%;
    border-radius: 24px;
    padding: 1px;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bf-banner-title {
    text-align: left;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: bold;
    background: linear-gradient(to right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bf-banner-desc {
    font-size: 18px;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 25px;
    --tw-text-opacity: 1;
    color: rgb(147 193 255 / var(--tw-text-opacity));
}
.block-four {
    margin-bottom: 50px;
}
.btn-white {
    background: transparent;
    border: 1px solid #FFF;
    padding: 9px 9px 9px 18px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    min-height: 34px;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    gap: 10px;
}
.btn-white:hover {
    background: var(--black);
    color: var(--white);
    border: 1px solid #FFF;
    transition: all 0.3s ease;
}
.bf-content .container {
    max-width: calc(100% - 120px);
}
.block-six-content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 50px;
    background: linear-gradient(131deg, transparent 1.71%, rgba(37, 71, 251, .5) 94.89%), linear-gradient(311deg, #000 2.09%, #000 47.91%, #2e0b5b 98.71%);
    padding: 45px;
    border-radius: 24px;
}
.block-six {
    padding: 50px 0px;
}
.block-six h2 {
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-six .adv-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.bs-bottom-desc {
    font-size: 20px;
    position: relative;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: 600;
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.bs-bottom-desc a {
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: 600;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
}
.snow-left {
    right: unset;
    left: -1.25rem;
    width: 15%;
}
.block-seven {
    padding: 50px 0px;
}
.block-seven h2 {
    text-align: center;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-seven .mini-desc {
    text-align: center;
 .single-post-sidebarottom: 100px;
}
.advice-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0,1fr))[5];
    grid-template-columns: repeat(5,minmax(0,1fr));
    margin-top: -42px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.advice-number-line {
    --tw-bg-opacity: 1;
    background-color: rgb(18 24 36);
    height: 14px;
    width: 100%;
    max-width: calc(100% - 150px);
    margin: 0 auto;
    border-radius: 35px;
}
.advice-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
}
.advice-num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 1.406px 5.875px 0px rgba(77, 77, 77, 0.41);
    color: #18CCCC;
    padding: 13px 26px;
    border-radius: 13px;
    background: #121824;
    border-top: 1.5px solid #344569;
}
.advice-item-bottom-content {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    position: relative;
}
.advice-item-bottom {
    border-color: hsla(0, 0%, 100%, .06);
    border-radius: 24px;
    border-width: 1.5px;
    background: #121824;
    min-height: auto;
    padding: 2rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    gap: 20px;
    flex: 1;
    border: 1.5px solid #272727;
}
.advice-desc {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(171 171 171 / var(--tw-text-opacity));
    text-align: center;
}
.block-seven-content{
    margin-top: 40px;
}
@media (max-width: 768px) {
    .block-seven-content{
        margin-top: 0px;
    }
}
.block-seven-content .container {
    max-width: calc(100% - 120px);
}
.advice-item svg {
    margin-top: .75rem;
    display: inline-block;
}
.advice-title {
    min-height: 50px;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.advice-item-bottom-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, #b2b2b2 50%, transparent 90%);
    z-index: 1;
}
.advice-item:nth-child(1) .advice-num span {
    color: #18CCCC;
}
.advice-item:nth-child(2) .advice-num span {
    color: #FF7870;
}
.advice-item:nth-child(3) .advice-num span {
    color: #18CCCC;
}
.advice-item:nth-child(4) .advice-num span {
    color: #1AED87;
}
.advice-item:nth-child(5) .advice-num span {
    color: #CD63FF;
}

.advice-item:nth-child(1) svg defs linearGradient stop {
    stop-color: #18CCCC;
}
.advice-item:nth-child(2) svg defs linearGradient stop {
    stop-color: #FF7870!important;
}
.advice-item:nth-child(3) svg defs linearGradient stop {
    stop-color: #18CCCC;
}
.advice-item:nth-child(4) svg defs linearGradient stop {
    stop-color: #1AED87;
}
.advice-item:nth-child(5) svg defs linearGradient stop {
    stop-color: #CD63FF;
}
.block-eight h2 {
    text-align: center;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.seo-text h2 {
    text-align: left;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #1189ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.seo-text h1 {
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post-content ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/verified.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
    margin-bottom: 3px;
}
.seo-text {
    background: linear-gradient(to bottom right, rgb(29 35 48 / 80%), rgb(29 35 48 / 80%));
    padding: 45px;
    border-radius: 24px;
    border: 1px solid #44536e;
}
.post-content table tr:last-of-type {
    border-radius: 0px 0px 16px 16px;
}
.acf-button.af-submit-button {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    border-radius: 24px;
    backdrop-filter: blur(16px);
    background: linear-gradient(90deg, #8B55FF -0.15%, #4D19E0 99.85%);
    color: #FFF;
    font-weight: 500;
    border: none;
    width: 100%;
}
.main-title {
    color: #FFF;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 0px;
}
.tab-captions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    padding: .25rem;
    margin: 0 auto;
    gap: 50px;
    margin-bottom: 40px;
}
button.btn {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    border-radius: 24px;
    backdrop-filter: blur(16px);
    background: linear-gradient(90deg, #8B55FF -0.15%, #4D19E0 99.85%);
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    border: transparent;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.single-full {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.tab-content {
    display: none;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ffffff34;
    background: #29253c54;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.tab-content.active {
    display: block;
}
.filters form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.filter-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--blue);
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.filter-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.filter-input input:checked ~ .checkbox__checkmark {
    background-color: var(--blue);
}
.filter-input input:checked ~ .checkbox__checkmark:after {
    left: 21px;
    background-color: #FFF;
}
.filter-input:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}
.filter-input:hover input:checked ~ .checkbox__checkmark {
    background-color: var(--blue-hover);
}
.filter-input .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 40px;
    background-color: var(--grey-1);
    transition: background-color 0.25s ease;
    border-radius: 11px;
}
.filter-input .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: var(--blue);
    border-radius: 50%;
    transition: left 0.25s ease;
}
.filter-input .checkbox__body {
    position: relative;
    color: #FFF;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    transition: 0.3s ease;
}
.filter-input input:checked ~ .checkbox__body {
    color: var(--indigo);
    font-weight: 500;
}
.review-content-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.loading {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
    padding: 0 15px;
}
.hidden-posts {
    display: none;
}
.hidden {
    display: none;
}
.archive-content-reviews {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    row-gap: 30px;
}
.review-content-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.top-topcont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}
.rev_name {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}
.single-page {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.rev-propcompany {
    display: inline-block;
}
.rating-label {
    color: #FFF;
    font-weight: 400;
}
.acf-field.rev-star {
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 2px 10px;
    background: #393c6a82;
    font-size: 14px;
}
.acf-field.rev-star .star-rating span {
    font-size: 14px;
    line-height: 14px;
}
.rev-propcompany a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
}
.rev_textreview {
    color: #FFF;
    height: 125px;
    overflow: auto;
}
.rev_date {
    color: #AAAFC5;
    font-size: 12px;
    line-height: normal;
}
.review-content {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--indigo-light);
    border-radius: 20px;
    padding: 20px;
    justify-content: space-between;
    background: radial-gradient(244.14% 100% at 50% 0%,#3d4177 0%,#1d1d32 60%);
}
.archive-reviews-top {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.filters-content {
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ffffff34;
    background: #29253c54;
    box-shadow: 0px 20px 40px 0px #00000066;
}
.filters-title {
    text-align: center;
    --tw-text-opacity: 1;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    color: transparent;
    font-weight: 600;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.btn-modal-icon svg {
    width: 26px;
    height: 26px;
}
.btn_modal {
    padding: 9px 9px 9px 18px;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    backdrop-filter: blur(16px);
    background: linear-gradient(to right, #8B55FF 0%, #491eba 50%, #8B55FF 100%);
    background-size: 200% auto;
    cursor: pointer;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
}
.btn_modal:hover, .blue-btn:hover {
    background-position: right center;
}
.btn-modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-white:hover {
    background: #5225c4;
}
.btn-modal-icon svg {
    transition: all 0.3s ease-in-out; 
}
.btn_modal:hover .btn-modal-icon svg,
.blue-btn:hover .btn-modal-icon svg,
.btn-white:hover .btn-modal-icon svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
span.btn-modal-text {
    display: inline-block;
}
hr.rev_line {
    border-color: #333348;
    height: 1px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}
.rev_line {
    width: 100%;
    height: 1px;
    position: relative;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.af-field-form-name, .af-field-form-city {
    float: left;
}
.bn-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.block-eight {
    padding: 50px 0px;
}
.faq-item-gradient:last-of-type {
    margin-bottom: 0px;
}
.block-nine {
    padding: 50px 0px;
}
.block-nine h2 {
    text-align: center;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swiper.reviewsSwiper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.navigations {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.swiper-button-next.reviewsSwiper-next,
.swiper-button-prev.reviewsSwiper-prev,
.swiper-button-next.resultsSwiper-next,
.swiper-button-prev.resultsSwiper-prev {
    width: 45px;
    height: 45px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    background: linear-gradient(to right, #8B55FF 0%, #491eba 100%);
    border-radius: 50%;
    box-shadow: 0px 20px 40px 0px #00000066;
    transition: background-position 0.5s ease;
    backdrop-filter: blur(16px);
    background-size: 200% auto;
    border: 1px solid #ffffff82;
    min-width: 45px;
}
.swiper-button-next.reviewsSwiper-next:after,
.swiper-button-prev.reviewsSwiper-prev:after,
.swiper-button-next.resultsSwiper-next:after,
.swiper-button-prev.resultsSwiper-prev:after {
    display: none;
    opacity: 0;
}
.swiper-button-next.reviewsSwiper-next:hover,
.swiper-button-prev.reviewsSwiper-prev:hover,
.swiper-button-next.resultsSwiper-next:hover,
.swiper-button-prev.resultsSwiper-prev:hover {
    background-position: right center;
}
.result-slide img {
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    border: unset;
}
.result-slide-img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}
.result-slide-prop-comp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 18px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    border-radius: 16px 0px 16px 0px;
    z-index: 1;
}
.result-slide {
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    border-radius: 16px;
    overflow: hidden;
    padding: 1px;
}
a.result-slide-prop-comp:hover {
    text-decoration: underline;
    transition: -webkit-text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease;
    transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.block-ten h2 {
    text-align: center;
    color: transparent;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swiper.resultsSwiper {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}
.bt-bottom-text p {
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    /* margin-bottom: 25px; */
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: 600;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
}
.archive-header {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-post-wrapper {
    position: relative;
    padding: 150px 0px 50px;
    /* background-color: rgb(4 4 29 / var(--tw-bg-opacity)); */
}
.last-modified-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 18px;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    border-radius: 0px 16px 0px 16px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
}
.post-content h2 {
    text-align: left;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post-content h3,
.seo-text h3 {
    text-align: left;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: bold;
    background: linear-gradient(to right, #FFF 0%, #93c1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post-content h4,
.seo-text h4 {
    text-align: left;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: bold;
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.post-content {
    color: #ffffffde;
}
.post-content strong {
    color: #FFF;
}
.adv-disadv-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/*Преимущества только*/

.advantages-only-block .adv-disadv-block 
{
	grid-template-columns: auto;
}



.disadv-list:nth-child(1) {
    background: #0080009e;
}
.faqs-content {
    margin: 30px auto;
}
.single-block-table .table-content {
    margin: 30px auto;
}
.single-post-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
article h2 {
    text-align: left;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 42px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: bold;
    background: linear-gradient(to bottom right, #FFF 0%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
article h2 span {
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-weight: bold;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
}
.single-fixed-bg {
    background-image: url(/wp-content/uploads/2024/12/hero-bg.avif);
    background-repeat: repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    background-position: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: rgb(4 4 29 / var(--tw-bg-opacity));
    opacity: 0.6;
}
.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.post-related-btn svg {
    transition: all 0.3s ease-in-out; 
}
.post-related-btn:hover .btn-modal-icon svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.single-block-faqs .faq-item-gradient {
    margin: 20px auto;
}
.sp-block {
    margin: 35px auto;
}
.single-block-table thead th.custom-cell {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding: 19px 10px;
}
.single-block-table tbody td.custom-cell {
    font-size: 15px;
    line-height: normal;
    padding: 19px 10px;
}
.entry-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 30px;
}
.entry-header-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff40;
    border-radius: 12px;
}
.propcomp-header-rating {
    position: absolute;
    top: -12px;
    left: -34px;
    background: #383b6c;
    border: 1px solid #44536e;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 24px;
    box-shadow: 0px 20px 40px 0px #00000066;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
span.single-star {
    color: #ffd700;
    font-size: 18px;
}
.entry-header-right img {
    height: 128px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}
.entry-header-left {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
.swiper.resultsSwiper .swiper-slide {
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 50px;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    border-radius: 10px;
    max-width: 50%;
}
.block-nine.sp-block {
    padding: 0px;
}
.fulltable .container {
    max-width: calc(100% - 120px);
}
.fulltable h2 {
    text-align: center;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.fulltable .mini-desc {
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
td.custom-cell.btn-cell .blue-btn {
    min-width: 120px;
}
.post-meta-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-pagination.reviewsSwiper-pagination,
.swiper-pagination.resultsSwiper-pagination {
    position: relative;
    bottom: unset;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.swiper.reviewsSwiper,
.swiper.reviewsSwiper {
    margin-bottom: 15px;
}
.swiper-pagination.reviewsSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.resultsSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--blue);
    width: 12px;
    height: 12px;
}
.swiper-pagination.reviewsSwiper-pagination .swiper-pagination-bullet,
.swiper-pagination.resultsSwiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
}
.menu-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    font-size: 10px;
    padding: 2px 7px;
    line-height: 10px;
    border-radius: 8px;
    font-weight: 500;
}
li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0;
    position: relative;
    cursor: pointer;
}
.caret {
    width: 20px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    order: 1;
}
.caret svg {
    width: 14px;
    height: 16px;
    display: block;
}
.caret.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.sub-menu {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0px;
    min-height: 100%;
    margin-top: 8px;
    min-width: 280px;
    background-color: transparent;
    backdrop-filter: blur(24px);
    padding: 5px 10px;
    border: 1px solid #44536e;
    border-radius: 8px;
    z-index: 11;
}
.sub-menu.menu-open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    overflow: visible;
}
.sub-menu > li > a {
    justify-content: flex-start;
    margin: 3px 0px;
    font-size: 15px;
}
.archive-content-list.child-categories {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.child-category-image {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
a.child-category-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.child-category-post-count {
    font-weight: 600;
    color: var(--blue);
}
.myTable{
    overflow: overlay;
}
.myTable > thead tr > *:first-child, .myTable > tbody > tr > td:first-child{
    z-index: 99;
    position: sticky;
    left: 0;
    
}
.myTable > thead tr > *:last-child, .myTable > tbody > tr > td:last-child{
    z-index: 99;
    position: sticky;
    right: 0px;

}
@media (max-width: 900px) {
    .myTable > tbody > tr > td:first-child{
        word-break: break-all;
        max-width: 100px;
        width: 100px;
        min-width: 100px;
    }
    .myTable > thead tr > *:first-child, .myTable > tbody > tr > td:first-child{
        max-width: 100px;
    }
    .myTable > thead tr > *:last-child, .myTable > tbody > tr > td:last-child{
        max-width: 80px;
    }
    .myTable > thead tr > *:last-child, .myTable > tbody > tr > td:last-child, .myTable > thead tr > *:first-child, .myTable > tbody > tr > td:first-child{
        padding: 5px;
    }
    .myTable > tbody > tr > td:last-child .blue-btn{
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 23C9.10457 23 10 22.1046 10 21C10 19.8954 9.10457 19 8 19C6.89543 19 6 19.8954 6 21C6 22.1046 6.89543 23 8 23Z" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20 23C21.1046 23 22 22.1046 22 21C22 19.8954 21.1046 19 20 19C18.8954 19 18 19.8954 18 21C18 22.1046 18.8954 23 20 23Z" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.67 6H23L21.32 14.39C21.1313 15.3402 20.2886 16.0186 19.32 16H8.75C7.73948 16.0086 6.88134 15.262 6.75 14.26L5.23 2.74C5.09962 1.7456 4.25291 1.00152 3.25 1H1" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><script xmlns=""/></svg>');  
    }
    thead .custom-row th:last-child span{
        font-size: 12px !important;
    }
}

tbody .custom-row td:first-child, tbody .custom-row td:last-child{
    background: #151b25;
}
tbody .custom-row:nth-child(odd) td:first-child, tbody .custom-row:nth-child(odd) td:last-child{
    background: #1d2330;
}
.myTable thead .custom-row th:first-child span,.myTable thead .custom-row th:last-child span{
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    line-height: 1.35;
    text-transform: none;
    padding: 15px 10px;
    text-align: center;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.myTable thead .custom-row th:first-child::after,.myTable thead .custom-row th:last-child::after{
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #151b25;
}
@media (min-width: 900px) {
    .box-posts{
        display: grid;
        grid-template-columns: 1fr 300px;
        gap: 20px;
    }
    .box-posts .header-meta{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .box-posts .post-meta-left{
        gap: 20px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .box-posts .post-meta-left .vert-line, .box-posts .header-meta > .vert-line{
        display: none;
    }
    .box-posts.education .entry-header .header-meta{
        display: none;
    }
    .education-sidebar{
        padding-top: 100px;
    }
}
@media (max-width: 900px){
    .education-list{
        margin-top: 30px;
    }
    .education-sidebar .header-meta{
        display: none !important;
    }
    .box-posts.education .entry-header .header-meta{
        display: grid;
    }
}
.education-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.education-list > *{
    display: flex;
    border-radius: 16px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 24px;
    background: #ffffff18;
    color: #FFF;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: normal;
    transition: background-color 0.3s ease;
    font-family: var(--font-family);
    font-weight: 500;
}
.education-list > div{
    pointer-events: none;
}
.education-list > *:hover, .education-list > div{
    background: linear-gradient(to right, #30d5f1 0%, #a855f7 100%);
    color: #FFF;
    background-position: right center;
}

.single-post-sidebar {
    padding-top: 0;
    position: sticky;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s ease;
    gap: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    height: fit-content;
    top: 45px;
}
.archive-page-wrapper-my{
    width: 72%;
    padding-right: 25px;
}
.mySidebarBox{
    display: flex;
}
.custom-table-box {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    border-radius: 16px;
}

@media (max-width: 1024px) {
    .mySidebarBox{
        flex-direction: column;
    }    
    .single-post-sidebar {
        padding-left: 0px;
        width: 100%;
    }
    .archive-page-wrapper-my {
        width: 100%;
        padding-right: 0px;
    }
}

.single-post-sidebar-content{
    border: 1px solid #44536e;
    background: #ffffff18;
    box-shadow: 0px 20px 40px 0px #00000066;
}

.youtube-block .lazyframe {
    border-radius: 24px;
    overflow: hidden;
}