body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background: 
    50% 10% / 50% 20%  no-repeat  url(../images/Ellipse1.webp),
    100% 35% / 50% 20%  no-repeat  url(../images/Ellipse2.webp),
    50% 65% / 50% 20%  no-repeat  url(../images/Ellipse3.webp),
    0% 85% / 50% 20%  no-repeat  url(../images/Ellipse4.webp),
    #0c0c11;
}

body.modal-open {
    overflow: hidden;
}

.btnClosed {
    border: none;
    background: none;
    color: rgba(255, 255, 255, 1);
}

.logo {
    width: 352px;
    height: 70px;
}

h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 1);
}

p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 1);
}

button {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1.5px;
}

a {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: none;
    /* по желанию */
    color: rgba(255, 255, 255, 1) !important;
    /* по желанию */
}

.red {
    border: 1px solid red;
}

/* =========================ContainerHeader=========================== */

.navbar {
    padding: 80px 0px;
}

/* ========================Section1========================== */

.containerSection1 {
    padding: 0px 0px 80px 0px;
    background: 100% 100% / 50% 100% no-repeat url(../images/section1.webp);
}

.contentSection1 {
    width: 50%;
}

.contentSection1 h1 {
    margin-bottom: 50px;
}

.contentSection1 p {
    margin-bottom: 50px;
}

.btnShowModal {
    background: rgba(40, 87, 255, 1);
    width: 320;
    height: 70;
    gap: 10px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    border: none;
}

/* ===================================containerPartners========================== */

.containerPartners {
    background: rgba(0, 130, 37, 1);
    padding: 40px 0px;
}

/* контейнер для бегущей строки */
.containerPartners {
  overflow: hidden;
  background: rgba(0, 130, 37, 1);
  padding: 40px 0;
}

/* Трек с партнёрами */
.contentPartners {
  display: flex;
  gap: 40px;           /* расстояние между логотипами */
  position: relative;
  will-change: transform;
}

/* на десктопе — обычное выравнивание */
@media (min-width: 769px) {
  .contentPartners {
    justify-content: space-between;
  }
}

/* на мобильных — включаем бегущую строку */
@media (max-width: 768px) {
  .contentPartners {
    justify-content: flex-start;
  }
}


/* =============================containerStep================================ */

.containerStep {
    padding-top: 161px;
}

.headerStep {
    width: 30%;
    margin: 0 auto;
}

.titileStep {
    width: max-content;
    margin: 0 auto;
    background: rgba(0, 130, 37, 1);
    border-radius: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    padding: 12px 16px;
}

.titileStep p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 2px;
}

.scam-types {
    padding: 60px 0;
    color: #fff;
}

.scam-item {
    position: relative;
    padding: 20px;
}

.number {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 100px;
    color: rgba(0, 130, 37, 1);
    position: relative;
    z-index: 1;
}

.dot {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
    z-index: 1;
}

.scam-item h3 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.scam-item p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -2px;
    color: #ccc;
}

/* Линия над элементами */
.rowDot {
    position: relative;
}

.rowDot::before {
    content: "";
    position: absolute;
    top: calc(50% - -10px);
    /* подгон по центру .dot */
    left: 0;
    right: 0;
    border-top: 1px dotted #00FF66;
    z-index: 0;
}


/* =================cisco-support-section================== */

.cisco-support-section {
    /* background-color: #0c0c11; */
    padding: 60px 0;
    border-radius: 40px;
    overflow: hidden;
}

.cisco-image {
    padding: 40px 0px 40px 40px;
    background: rgba(35, 36, 42, 1);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    position: relative;
}

.cisco-image img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cisco-content {
    background-color: rgba(0, 130, 37, 1);
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
}

.support-label {
    font-family: Montserrat Alternates;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.cisco-content h2 {
    font-family: Montserrat Alternates;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;

}

.cisco-content .description {
    font-family: Montserrat Alternates;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.features-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.features-list img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.features-list strong {
    font-weight: 600;
    display: block;
    margin: 0px;
}

.consult-button {
    background: none;
    width: 350;
    height: 72;
    gap: 10px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
}

.neonBlock {
    position: absolute;
    z-index: 1000;
    height: 186px;
    left: -5px;
    top: 97px;
    border-radius: 20px;
    border-left: 10px solid rgba(0, 130, 37, 0.733);
    box-shadow:
        0 0 10px 5px rgba(0, 130, 37, 1),
        0 0 30px rgba(0, 130, 37, 1),
        0 0 40px rgba(0, 130, 37, 1),
        0 0 50px rgba(0, 130, 37, 1);
    ;
    backdrop-filter: blur(50px);

}


/* ===================blockStep2========================== */

.blockStep {
    position: relative;
    width: 100%;
    background: rgba(35, 36, 42, 1);
    padding: 40px 16px 32px 16px;
    border-radius: 24px;
}

.titleBlock {
    width: 100%;
}

.mainBlock h3 {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
}

.mainBlock p {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2px;
}

.blockNeonStep {
    position: absolute;
    z-index: 1000;
    width: 186px;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    border-radius: 20px;
    border-top: 10px solid rgba(0, 130, 37, 0.733);
    box-shadow:
        0 0 10px 5px rgba(0, 130, 37, 1),
        0 0 30px rgba(0, 130, 37, 1),
        0 0 40px rgba(0, 130, 37, 1),
        0 0 50px rgba(0, 130, 37, 1);
    ;
    backdrop-filter: blur(50px);
}

/* =====================tab-content========================= */

.containerStep {
    margin-bottom: 100px;
}

.neonBlockTab {
    position: absolute;
    z-index: 1000;
    height: 84px;
    left: -5px;
    top: 97px;
    border-radius: 20px;
    border-left: 10px solid rgba(0, 130, 37, 0.733);
    box-shadow:
        0 0 10px 5px rgba(0, 130, 37, 1),
        0 0 30px rgba(0, 130, 37, 1),
        0 0 40px rgba(0, 130, 37, 1),
        0 0 50px rgba(0, 130, 37, 1);
    ;
    backdrop-filter: blur(50px);
}

.headerStep {
    margin-bottom: 50px;
}

.nav-pills {
    padding-top: 100px !important;
}

.navTab {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 24px !important;
    padding: 16px 24px;
}

.navTab.active {
    background: rgba(0, 130, 37, 1) !important;
}

.tab-content {
    position: relative;
    color: white !important;
    background: rgba(35, 36, 42, 1);
    padding: 20px;
    border-radius: 40px;
}

.tab-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
}

.person-info {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    padding: 10px 16px;
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.person-icon {
    width: 54px;
    height: 54px;
}

.person-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.person-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 14px;
    width: max-content;
}

.person-header strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
}

.person-header .age {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.person-return {
    font-size: 13px;
    margin-top: 2px;
}

.person-return .amount {
    font-weight: 700;
}

/* =================================Faq====================== */

.accordion-item {
    background: none !important;
    color: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
    border-top: 1px dotted rgba(0, 130, 37, 1) !important;
    border-bottom: 1px dotted rgba(0, 130, 37, 1) !important;
}

.accordion-button {
    background: none !important;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 22px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: none !important;
    box-shadow: none !important;
}

/* =======================================ContainerForm==================================== */

.containerForm {
    margin-bottom: 100px;
}

.headerForm {
    margin-bottom: 50px;
}

.headerForm h1 {
    font-family: Montserrat Alternates;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.headerForm p {
    font-family: Montserrat Alternates;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.form input {
    width: 100%;
    height: 70;
    gap: 32px;
    border-radius: 24px;
    padding: 24px 32px;
    border-width: 1px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 1);
    color: white;
}

.btnForm {
    width: 100%;
    background: rgba(40, 87, 255, 1);
    font-size: 20px;
    text-align: center;
    font-weight: 500px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    padding: 23px 0px;
    border: none;
    border-radius: 24px;
}

/* Общий контейнер */
.iti {
    width: 100%;
    position: relative;
    color: white;
}

/* Стили флага (слева) */
.iti__selected-flag {
    background-color: transparent !important;
    border-radius: 1rem 0 0 1rem;
    padding: 0 12px;
}

/* Сам input */
.iti input,
.iti__tel-input {
    background: none;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 24px 32px;
    border-radius: 1rem;
    /* отступ слева чтобы не наезжать на флаг */
    width: 100%;
    color: white;
    font-size: 1rem;
}

/* Цвет текста placeholder */
.iti input::placeholder {
    color: white;
    opacity: 0.6;
}

/* Стили выпадающего списка */
.iti__country-list {
    background: black;
    color: white;
    z-index: 9999;
    border-radius: 1rem;
    max-height: 200px;
    overflow-y: auto;
}

/* Стрелочка вниз */
.iti__arrow {
    border-top-color: white;
}

/* ===========================ContainerFooter===================== */

.containerFooter {
    padding: 60px 0px;
}

.blockContact p {
    font-size: 20px;
    font-weight: 400;
}

.arrow {
    width: 100%;
}

/* =============================containerModal========================= */


.containerModal {
    display: none;
    position: fixed;
    /* чтобы перекрывало всё */
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(12, 12, 17, 0.7);
    /* или #0c0c119d */
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}

.containerModal.active {
    display: flex;
}

.contentModal {
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border-radius: 40px;
    background:
        url(../images/Ellipse5.webp) no-repeat right top / cover,
        rgba(15, 17, 25, 1);
    color: #fff;
    z-index: 2000;
}