html {
    scroll-behavior: smooth !important;
}


::-webkit-scrollbar {
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    background: #03b5aa !important;


}

::-webkit-scrollbar-track {
    background: #fff;
}



.pre-loaded .header-content h1 {
    opacity: 1;
    /* -webkit-animation: slideInLeft 1.5s; */
    /* animation: slideInLeft 1.5s; */
    /* -webkit-animation-delay: .3s; */
    animation-delay: .1s;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}


.mix_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 90px;
    margin-top: 135px;
}

.mix_btn {

    color: #fff;
    background: linear-gradient(113deg, #03b5aa, #06bcaf);
    box-shadow: inset 0px 0px 16px #0000005c;
}

.header-content span {
    color: #f2a900;
}

/* ******************** */

.ref_rev {

    flex-direction: row-reverse;

}

.about_mix {
    max-width: 730px;
    justify-content: end;
}

.shape_mix {
    max-width: 100%;
    filter: drop-shadow(-11px 15px 0px #d69603);
}

.about_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 45%;
    display: flex;
    justify-content: flex-end;
}

#about .xs-plans__head {
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 15px;
}

.xs-plans__container {
    position: relative;
    z-index: 1;
    padding: 0;
}

.xs-plans__head {
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.aff-block .xs-plans__head {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.xs-plans__head h2 {
    font: 700 56px/100% "Oswald", system-ui;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.xs-plans__head span {
    font: 300 42px/138% "Oswald";
    text-transform: uppercase;
    color: #f2a900;
}

.xs-plans__head p {
    margin: 0;
    color: #fff;
    font: 300 13px;
}

.xs-plans__track {
  display: flex;
  gap: 16px;
  padding-bottom: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.xs-plans__track::-webkit-scrollbar {
    height: 8px;
}

.xs-plans__track::-webkit-scrollbar-thumb {
    background: rgba(90, 140, 255, .25);
    border-radius: 8px;
}

@media (max-width:980px) {
    .xs-plans__track {
        grid-auto-flow: column;
        grid-template-columns: repeat(4, 80%);
    }
}

@media (max-width:560px) {
    .xs-plans__track {
        grid-template-columns: repeat(4, 92%);
    }
}

.xs-radio {
    display: none;
}

.tp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 40px 35px;
    scroll-snap-align: center;
    width: 32%;
    border: 1px #f2a900 solid;
    background: rgba(22,22,28,0.85);
    box-shadow: 0 0 10px rgba(242,169,0,0.7);
    border-radius: 34px;
    font-family: "Inter", sans-serif;
}

.tp-card:hover {
    transform: translateY(-4px);

}

.tp-card--hot {
    border-color: rgba(140, 190, 255, .45);
}

.tp-ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    font: 700 10px/1 "Roboto";
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #0b1434;
    background: linear-gradient(90deg, #67a2ff, #b8d2ff);
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(120, 170, 255, .35);
}

.tp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-badge {
    font: 800 25px/1 "Roboto";
    color: #ffffff;
    letter-spacing: .3px;
    text-transform: uppercase;
}


.tp-icon img {
    width: 42px;
    height: 42px;
}

.tp-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.tp-divider {
    height: 1px;
    margin: 16px 0;
    background: linear-gradient(90deg,transparent,#f2a900,transparent);
}

.tp-amount {
    font: 800 40px/1 "Roboto";
    padding: 6px 14px;
    background: linear-gradient(90deg,#f2a900,#ffdf85);
    color: #000;
    border-radius: 10px;
}

.tp-meta {
    font: 600 22px/1 "Roboto";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.tp-list {
    list-style: none;
    margin: 6px 0 8px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.tp-list li {
    font: 500 15px/1.5 "Roboto";
    color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.tp-list b {
    padding: 2px 7px;
    background: linear-gradient(90deg,#f2a900,#ffdf85);
    color: #000;
    border-radius: 10px;
}

.tp-cta {
    margin-top: auto;
    padding: 12px 14px;
    border: none;
    border-radius: 12px;
    cursor: poRoboto;
    background: linear-gradient(90deg, #3a86ff, #7bb0ff);
    color: #0b1434;
    font: 800 14px/1 "Roboto";
    letter-spacing: .2px;
    box-shadow: 0 8px 24px rgba(58, 134, 255, .35), inset 0 0 22px rgba(255, 255, 255, .2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.tp-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(58, 134, 255, .45), inset 0 0 26px rgba(255, 255, 255, .25);
}

.xs-wave {
    position: absolute;
    z-index: 0;
    width: 600px;
    height: 360px;
    poRoboto-events: none;
    opacity: .85;
    filter: blur(6px) drop-shadow(0 0 30px rgba(46, 111, 255, .35));
    transform: translate3d(-9999px, -9999px, 0) scale(.9);
    transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}




.xs-nav--prev {
    left: 14px;
}

.xs-nav--next {
    right: 14px;
}

@media (max-width:980px) {
    .xs-nav {
        display: block;
    }
}

#plan-starter:checked+label,
#plan-growth:checked+label,
#plan-pro:checked+label,
#plan-titan:checked+label {
    border-color: rgba(140, 190, 255, .55);
    box-shadow: inset 0 0 46px rgba(70, 140, 255, .14), 0 14px 36px rgba(17, 64, 255, .28);
    transform: translateY(-3px);
}

.navbar-brand {
    max-width: 240px;
    height: auto;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}


/* reff */



@media (min-width:992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.d-flex {
    display: flex !important;
}

.aff-block {
    padding: 10px 0px;
}

.aff-block p {
    /* font-size: 18px; */
    line-height: 173%;
}

.aff-percent {
    /* border: 2px solid #f6c252; */
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    background: #101010b3;
    color: #fff;
    background: linear-gradient(113deg, #000000, #222222);
    box-shadow: inset 0px 0px 16px #0000005c;
}

.aff-percent img {
    max-height: 60px;
    margin-left: 10px;
    margin-top: 10px;
    filter: grayscale(1);
}

.aff-percent p {
    padding-left: 20px;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.aff-percent h2 {
    font-size: 72px;
    font-weight: 800;
    color: #f2a900;
}

.aff-percent h2 span {
    font-size: 48px;
}


.aff-block h2 b {
    color: #f2a900;
    font-weight: 700;
    font-family: 'Oswald';
}


.header-content h1 {
    font-size: clamp(26px, 4vw, 45px);
    margin: 10px 0 15px 0;
}

.ps_row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
    background: rgb(18, 20, 26);
    color: #fff;
    box-shadow: inset 0px 0px 16px #0000005c;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.06);
}

.ps_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.ps_box a img {
    background: rgba(242,169,0,0.08);
    border-radius: 10px;
    max-width: 46px;
    width: 100%;
    padding: 8px;
    outline: 1px solid rgb(242, 169, 0);
}

.ps_row h2 {
    width: 100%;
    font-size: 33px;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

/* footer */

.logo_f {
    max-width: 200px;
}

.logo_f img {
    width: 100%;
}

.site-footer {
    background: rgb(18, 20, 26);
    color: #fff;
    padding: 34px 0;
    font-size: 14px;
    position: relative;
    box-shadow: inset 0px 0px 16px #0000005c;
    border-radius: 10px;
    border-right: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    border-left: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 20px;
    border-top: 8px #f2a900 solid;
}

.footer-container {
    padding: 20px 50px 0px;
}

/* --- 1. Блок с логотипом и соцсетями --- */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Отступ между лого, рейтингом и иконками */
}

.footer-brand .logo {
    /* Здесь должна быть ваша картинка логотипа */
    width: 120px;
    /* Для примера используем текст */
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
}

.footer-brand .logo-text {
    color: #f2a900;
    /* Желтый акцент */
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.rating .stars {
    color: #f2a900;
    /* Желтый цвет для звезд */
    font-size: 20px;
}

.rating .reviews {
    font-size: 14px;
    color: #888;
}

.social-icons {
    display: flex;
    gap: 15px;
    /* Пространство между иконками */
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 26px;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #f2a900;
    border-radius: 10px;
    font-weight: 700;
    color: #f2a900;
    background: rgba(242,169,0,0.08);
}

.social-icons a:hover {
    background: #f2a900;
    color: #000;
}


.footer-nav {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.footer-nav a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #eda500;
    text-decoration: underline;
}

/* --- 3. Блок с контактами и кнопкой --- */
.footer-contact {
    text-align: right;
    /* Выравнивание по правому краю */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* Все элементы прижаты вправо */
    gap: 20px;
}

.footer-contact .phone-number {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.footer-contact .phone-number:hover {
    color: #f2a900;
}

.footer-nav ul li {
    background: #00000026;
    padding: 5px 30px;
    border-radius: 10px;
}

.callback-btn {
    background-color: #f2a900;
    color: #212121;
    border: none;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 70% 100%, 13% 100%, 0 72%, 0% 30%);
}

.callback-btn:hover {
    background-color: #f2a900;
}

/* Копируем стили иконок соцсетей для мессенджеров */
.messenger-icons {
    display: flex;
    gap: 15px;
}

.messenger-icons a {
    color: #d0d0d0;
    background-color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}

.messenger-icons a:hover {
    background-color: #f2a900;
    color: #212121;
}

/* --- Адаптивность --- */
@media (max-width: 1024px) {
    .footer-container {
        flex-direction: column;
        /* Ставим блоки друг под другом */
        align-items: flex-start;
        /* Выравниваем все по левому краю */
    }

    .footer-contact {
        align-items: flex-start;
        /* Контактный блок тоже по левому краю */
        text-align: left;
    }
}

.container_foot {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
}

.content {
    flex-grow: 1;
    /* Разрешаем этому блоку занять всё доступное пространство */
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #171717;
    color: #e8e8e8;
    position: relative;
    overflow-x: hidden;
}



.tp-line-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0px;
    margin: auto;
    width: calc(100% - 400px);
    z-index: -1;
    transform: translateX(-50%);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-line-wrapper {
        width: calc(100% - 200px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-line-wrapper {
        width: calc(100% - 80px);
    }
}
@media (max-width: 768px) {
    .tp-line-wrapper {
        width: calc(100% - 40px);
    }
}
.tp-line-wrapper::before {
    width: 1px;
    right: 0;
    content: "";
    height: 100px;
    position: absolute;
    background-image: linear-gradient(0deg, #f2a900, transparent);
    animation: line_anim_2 15s ease-out infinite alternate;
    z-index: 1;
}
.tp-line-item {
    width: 12.5%;
    float: left;
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(242,169,0,0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-line-item {
        width: 20.5%;
    }
}
.tp-line-item::before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    background-image: linear-gradient(0deg, #f2a900, transparent);
}
.tp-line-item:nth-child(even)::before {
    animation: line_anim 15s ease-out infinite alternate;
    background-image: linear-gradient(0deg, #f2a900, transparent);
}
.tp-line-item:nth-child(odd)::before {
    animation: line_anim_2 15s ease-out infinite;
}
@-webkit-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}
@-moz-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}
@-ms-keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }
        50% {
        top: 50%;
    }
        90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}
@keyframes line_anim {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}
@-webkit-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}
@-moz-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}
@-ms-keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}
@keyframes line_anim_2 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    90% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}



*,
::after,
::before {
    box-sizing: inherit;
}

img {
    border-style: none;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.faq-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .faq-wrap {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.faq-wrap .tab_content {
    width: 100%;
}

.faq-tab__item .accordion {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 70px;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion {
        padding-left: 0;
    }
}

.faq-tab__item .accordion__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
    border-radius: 10px;
}

.faq-tab__item .accordion__item:hover .accordion__head {
    color: #f2a900;
}

.faq-tab__item .accordion__item:hover .accordion__head:after {
    border-left: 9px solid #f2a900;
}

.faq-tab__item .accordion__item:hover .accordion__head-icon {
    background-color: #f2a900;
}

.faq-tab__item .accordion__head {
    height: 70px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 800;
    color: #e8e8e8;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    padding: 0 110px 0 40px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(113deg, #12141a, #222);
}

.faq-tab__item .accordion__item.active .accordion__head {
    border-radius: 10px 10px 0 0;
    color: #f2a900;
}

@media (max-width: 1199px) {
    .faq-tab__item .accordion__head {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head {
        padding: 0 45px 0 20px;
        font-size: 14px;
    }
}

.faq-tab__item .accordion__head:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-left: 9px solid #e7c568;
    border-bottom: 6px solid transparent;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head:after {
        display: none;
    }
}

.faq-tab__item .accordion__head-icon {
    left: -70px;
    top: 0;
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: -10;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: linear-gradient(90deg,#f2a900,#ffdf85);
    color: #000;
    box-shadow: inset 0px 0px 16px #0000005c;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head-icon {
        display: none;
    }
}

.faq-tab__item .accordion__head-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #f2a900;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head-arrow {
        width: 30px;
        border-left: none;
    }
}

.faq-tab__item .accordion__body {
    display: none;
    padding: 5px 40px 35px 40px;
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 400;
    line-height: 1.7;
    background: linear-gradient(113deg, #12141a, #222);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__body {
        padding: 5px 20px 35px 20px;
        font-size: 12px;
    }
}

.faq-tab__item .accordion__head-icon img {
    position: absolute;
    top: 50%;
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
    width: 35pc;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    filter: grayscale(1) brightness(3.5) contrast(2.5);
}

.faq-tab__item .accordion__item.active .accordion__head-arrow img {
    transform: translate(-50%, -50%) rotate(180deg) !important;
}

.faq-tab__item .accordion__head-arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    fill: #f2a900;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.faq_mr {
    margin-top: 135px;
}

.sidebar_nav .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 0;
}
.sidebar_nav .navbar-nav a {
    color: #fff;
}
.sidebar_nav .navbar-nav a:hover {
    color: #f2a900;
}

.section-title.section-title-lg {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-title h2 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.4;
    font-family: "Oswald";
    text-transform: uppercase;
}

@media screen and (max-width: 995.98px) {
    .section-title.section-title-lg {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-title h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 16px;
        position: relative;
        line-height: 1.2;
        font-family: "Oswald";
        text-transform: uppercase;
    }
    .logo_w {
        max-width: 165px;
    }
    .mobile-nav {
        background: rgb(18, 20, 26);
        color: #fff;
        box-shadow: inset 0px 0px 16px #0000005c;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.06);
        padding: 15px 30px;
    }
    .faq-tab__item .accordion__head-arrow {
        width: 48px;
        border-left: none;
    }
    #faq {
        padding: 0;
    }
    .xs-plans__head span {
        font: 300 26px/138% "Oswald";
        text-transform: uppercase;
        color: #f2a900;
    }
    .scroll-top-inner {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        color: #fff;
        background: #f2a900;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 50%;
    }
    .footer-brand {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: center;
    }
    .footer-contact {
        align-items: center;
        text-align: left;
    }
    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
    .btn_min {
        min-width: 125px;
    }
    .mix_box {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 0;
        flex-wrap: wrap;
    }
    .mobile-brand {
        max-width: 240px;
        height: auto;
    }
    .mobile-brand img {
        width: 50%;
        height: auto;
    }
    .xs-plans__head {
        text-align: center;
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .p-tb-100 {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .xs-plans__head h2 {
        font: 700 31px/100% "Oswald", system-ui;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
    }
    .xs-plans__track {
        grid-template-columns: repeat(4, 100%);
        scroll-snap-type: x mandatory;
        overflow-x: auto;
    }
    .tp-card {
        box-shadow: none;
        width: 100%;
    }
    .tp-amount {
        font: 800 32px/1 "Roboto";
    }
    .tp-meta {
        font: 600 14px/1 "Roboto";
    }
    .header-image-shape img {
        max-width: 850px;
        border-radius: 10px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 14px 15px 5px 15px;
    }
    .about_row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        flex-wrap: wrap;
        gap: 46px;
    }
    .aff-block p {
        line-height: 173%;
        padding: 10px;
    }
    .ref_in {
        margin: -28px 0 0 0;
    }
    .ps_row {
        padding: 10px 15px;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
    .ps_row h2 {
        width: 100%;
        font-size: 33px;
        font-family: 'Oswald';
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .ps_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }
    .ps_box a img {
        max-width: 40px;
    }
    .rating .reviews {
        text-align: center;
    }
}