nav.navbar a:not(.btn-secondary-header, .btn-primary-header, .login-btn) {
    color: #161616 !important;
}

nav.navbar a:not(.btn-secondary-header, .btn-primary-header, .login-btn):hover {
    color: #565656 !important;
}

nav.navbar a:not(.btn-secondary-header, .btn-primary-header, .login-btn):active {
    color: #ffffff !important;
}

.login-header:active {
    border: 0;
}

#nav-general {
    border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 992px) {
    #mainNav .nav-item {
        border-bottom: 1px solid #CCCCCC;
    }

    #mainNav .dropdown-menu>.nav-link {
        padding: 4px 0px;
    }

    #mainNav .nav-link::after {
        display: none;
    }

    #mainNav .dropdown-menu {
        border: none;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1065px) {
    #mainNav .nav-link {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

    .nav-logo {
        width: 150px;
    }
}

body {
    color: #161616;
}

.container-xl {
    max-width: 1140px;
}

.color-rose {
    color: #FF2194;
}

.text-gray {
    color: #565656;
}

.bg-pink {
    background-color: #FFE9FA;
}

/* headings */
h1,
h2,
h3,
h4,
h5 {
    line-height: 120%;
    letter-spacing: 0%;
}

h1,
h2 {
    font-weight: 700;
}

h3,
h4,
h5 {
    font-weight: 600;
}

h1 {
    font-size: 52px;
    letter-spacing: -2%;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 38px;
        letter-spacing: -0.7%;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

/* fonts */
.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.body-l,
.body-m,
.body-s,
.body-xs {
    font-family: Nunito;
    line-height: 140%;
    letter-spacing: 0%;
}

.body-l {
    font-size: 20px;
}

.body-m {
    font-size: 18px;
}

.body-s {
    font-size: 16px;
}

.body-xs {
    font-size: 14px;
}

@media (max-width: 992px) {
    .body-xs-mobile {
        font-size: 14px;
    }

    .body-s-mobile {
        font-size: 16px;
    }

    .body-m-mobile {
        font-size: 18px;
    }

    .semibold-mobile {
        font-weight: 600;
    }

    .regular-mobile {
        font-weight: 400;
    }
}

.p-32 {
    padding: 32px !important;
}

/* buttons */
.btn-primary,
.btn-primary:focus {
    background-color: #FF2194;
    padding: 16px 32px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 5px;
    line-height: 100%;
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: #FF379F;
    border-color: #FF379F;
}

.btn-primary:active,
.btn-secondary:active {
    background-color: #0A58CA !important;
    border-color: #0A58CA !important;
}

.btn-secondary {
    background-color: transparent;
    color: #FF2194;
    padding: 16px 32px;
    font-size: 22px;
    font-weight: 700;
    border: 1px solid #FF2194;
    border-radius: 5px;
    line-height: 100%;
}

.btn-secondary:focus {
    background-color: #FF219420;
    color: #FF2194;
}

.btn-primary-mobile{
    padding: 12px 32px !important;
    font-size: 18px !important;
}

@media (max-width: 992px) {

    .btn-primary,
    .btn-secondary {
        padding: 12px 32px;
        font-size: 18px;
    }
}

@media (width <= 768px) {
    .btn-primary-mid-mobile{
        padding: 12px 28px !important;
        font-family: Montserrat;
        font-weight: 500;
        font-size: 13px !important;
        line-height: 140%;
        display: block;
    }
}

.btn.btn-pink {
    background: #FF2194 !important;
    color: #fff !important;
    font-family: 'Nunito', sans-serif;
    border-color: #FF2194 !important;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700 !important;
}

.btn.btn-pink:hover {
    background: #e01d84 !important;
    border-color: #e01d84 !important;
}

.btn.btn-pink-empty {
    background: transparent !important;
    font-family: 'Nunito', sans-serif;
    color: #FF2194 !important;
    border: 1px solid #FF2194 !important;
    font-weight: 700 !important;
}

.btn.btn-pink-empty:hover {
    background: #FF2194 !important;
    color: #fff !important;
}

.login-header {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}

.btn-secondary-header {
    font-family: "Montserrat";
    background-color: transparent;
    color: #FF2194 !important;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border: 1px solid #FF2194;
    border-radius: 5px;
}

.btn-primary-header,
.btn-primary-header:focus {
    font-family: "Montserrat";
    background-color: #FF2194;
    color: white !important;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border: 1px solid #FF2194;
    border-radius: 5px;
}

.btn-secondary-header:hover,
.btn-primary-header:hover {
    background-color: #FF379F;
    color: white !important;
}

.btn-secondary-header:active,
.btn-primary-header:active {
    background-color: #0A58CA !important;
    color: white !important;
}

.btn-secondary-header:focus {
    background-color: #FF219420;
}

.login-btn {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 24px;
    color: white !important;
    background-color: #161616;
}

.login-btn:hover {
    background-color: #333333;
}

.login-btn:active {
    background-color: #161D26 !important;
}

.form-check-input:checked {
    background-color: #FF2194;
    border-color: #FF2194;
}

.lang-toggle::after {
    display: none !important;
}

.number-circle {
    background-color: #FF2194;
    color: white;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.border-radius-block {
    border-radius: 16px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

/** Products common styles */
.how-works {
    max-width: 1326px;
    margin: 0 auto;
}

.how-works-title {
    font-size: 48px;
    margin-bottom: 16px;
}

.how-works-left {
    flex: 1;
}

.how-works-sticky-left {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.how-works-left img {
    width: 100%;
    max-width: 676px;
    height: auto;
    margin-top: 45px;
}

/** product features **/
/* Контейнер завжди видимий, але обрізається */
.features-collapse {
    max-height: 420px;          /* preview */
    overflow: hidden;
    transition: max-height .35s ease;
}

/* Розкритий стан */
.features-collapse.is-open {
    max-height: 5000px;         /* просто велике число */
}

.features-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    pointer-events: none;
    opacity: 1;
    transition: opacity .2s ease;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.features-collapse.is-open + .features-fade {
    opacity: 0;
}

/* Steps Component */
.steps-wrapper {
    position: relative;
    padding-left: 170px;
}

.step-item {
    position: relative;
    margin-bottom: 5%;
    padding-left: 40px;
}

/* vertical line */
.step-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #FF2194;
}

/* circle */
.step-item::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 5px solid #FF2194;
    border-radius: 50%;
    background: transparent;
}

.step-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .how-works-sticky-left {
        position: static;
        top: auto;
    }

    .premium-text-block {
        padding-left: 15px;
    }

    .steps-wrapper {
        padding-left: 30px;
    }

    .step-item {
        margin-left: 0;
        padding-left: 28px;
        margin-top: 15px;
    }

    /* vertical line */
    .step-item::before {
        left: 0; /
        width: 1px;
        height: 100%;
        background-color: #FF2194;
    }

    /* circle */
    .step-item::after {
        left: -8px;
        top: 5px;
        width: 16px;
        height: 16px;
        border: 5px solid #FF2194;
        border-radius: 50%;
        background: transparent;
    }

    .step-title {
        font-size: 20px;
    }

    .step-text {
        font-size: 18px;
        line-height: 1.4;
    }
}

/* footer */
.footer-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: white;
}

footer a,
footer p {
    color: #CCCCCC !important;
}

#rating-score {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 32px;
}

#reviews-count {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 14px;
}

.list-rose-circles {
    list-style: none;
    padding-left: 0;
}

.list-rose-circles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.list-rose-circles li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #FF2194;
    border-radius: 50%;
    background-color: transparent;
}

.slider-button {
    width: 40px !important;
    height: 40px !important;
}

.js-partners-prev[disabled] .slider-button,
.js-partners-next[disabled] .slider-button,
.swiper-button-disabled {
    background-color: #F0F0F0 !important;
    pointer-events: none;
}

.js-partners-prev[disabled] .slider-button i,
.js-partners-next[disabled] .slider-button i,
.swiper-button-disabled i {
    color: #CCCCCC !important;
}

.slider-button:hover,
.arrow-btn:hover {
    background-color: #FF379F !important;
}

.slider-button:active,
.arrow-btn:active {
    background-color: #0A58CA !important;
}

.slider-button:focus,
.arrow-btn:focus {
    border: 2px solid #64ADF8 !important;
}

.module-price,
.monthly-price-div h4,
.forever-price-div h4
{
    line-height: 100%;
}
