/* ========== RESET & GLOBAL ========== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Twemoji Country Flags','Inter', system-ui, -apple-system, 'Bebas Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--bg-page);
    color: var(--text-primary);
    overflow-x: hidden;
}

/* ========== ШРИФТЫ ========== */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

a{
    text-decoration: none;
}

/* ========== ГЛОБАЛЬНЫЕ ПЕРЕМЕННЫЕ (ЦВЕТА ИЗ МАКЕТА) ========== */
:root {
    /* Фоны */
    --bg-page: #FFFFFF;
    --bg-secondary: #F6F6F7;
    
    /* Акцентные элементы (кнопки, иконки, некоторые заголовки) */
    --accent: #FF4500;
    
    /* Цвета шрифтов */
    --text-primary: #000000;      /* основной цвет шрифта контента */
    --text-secondary: #FFFFFF;    /* второстепенный (заголовки на темном фоне) */
    --text-tertiary: #222222;     /* третий цвет (пояснения, сноски, примечания) */
    --text-label: #6C6C6C;
}

/* ========== КОНТЕЙНЕР ========== */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

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

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

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

/* ========== HEADER  ========== */

.hero {
    background-image: url('../img/hero-background1920.webp');
	max-width:1920px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin-bottom: 44px;
}

.hero__logo-img img {
    width: 100px;
    height: 63px;
}

.hero__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    background-color: var(--accent);
    border-radius: 8px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: var(--text-secondary);
    text-decoration: none;
}

.hero__tagline {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 33px;
}

.hero__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}
.hero__title-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.hero__title {
    display: flex;
    flex-direction: column;

    margin: 0;

    font-family: 'Bebas Neue', sans-serif;
    line-height: 0.9;
}

.hero__title-text {
    display: block;

    font-size: 118px;
    color: #FFFFFF;
}

.hero__title-accent {
    display: block;

    font-size: 118px;
    color: var(--accent);
}

/* Гласс-плашка */

.hero__glass-block {
    position: absolute;
    left: 380px;
    top: 120px;
    width: 520px;
    padding: 18px 28px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.2),
        0 8px 24px rgba(0,0,0,.25);
}

.hero__subtitle {
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

/* Описание */
.hero__description {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-secondary);
    max-width: 585px;
    margin-bottom: 40px;
}

/* Кнопки */
.hero__buttons {
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.btn--primary,
.btn--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px 50px;
    border-radius: 8px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
}

.btn--primary {
    background-color: var(--accent);
    color: var(--text-secondary);
}

.btn--primary:hover {
    background-color: #e03e00;
    transform: translateY(-2px);
}

.btn--secondary {
    background-color: transparent;
    border: 2px solid var(--accent);
    color: var(--text-secondary);
}

.btn--secondary:hover {
    background-color: rgba(255, 69, 0, 0.1);
    transform: translateY(-2px);
}

.partners__list-wrapper {
    width: 100%;
    overflow-x: auto;
}

.partners__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 74px;
}

.partner__item {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    white-space: nowrap;
    transition: all 0.2s;
}

.partner__item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hero__partners {
    width: 100%;
    margin-top: 40px;
}

.partners__label {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.marquee-container {
  overflow: hidden; /* Скрываем части за границей экрана */
  white-space: nowrap; /* Запрещаем перенос текста */
}

.marquee-track {
  display: inline-block;
  animation: scroll 60s linear infinite; 
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%); 
  }
}

/* ========== СТАТИСТИКА ========== */
.stats {
    max-width: 1107px;
    height: 102px;       
    margin: 60px 86px 60px 86px;      
    display: flex;
    justify-content: space-between;
    align-items: center;   
    gap: 20px;             
    flex-wrap: wrap;
}

.stats__item {
    flex: 1;
    min-width: 150px;
    text-align: left;
}

.stats__number {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--accent);
    margin-bottom: 8px;
}

.stats__label {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--text-tertiary);
}

.decorative-pattern {
    width: 100%;
    height: 30px;
    background-image: url('../img/dcpattern.svg');
    background-repeat: repeat;
    background-size: auto;
}

.info {
    margin-top: 70px;
    margin-bottom: 60px;
}

.info__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 343px;
}

/* Левая колонка с текстом */
.info__content {
    flex: 1;
}

.info__image {
    flex: 1;
    text-align: center;
}

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

.info__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--accent); 
    margin-bottom: 20px;  
}

.info__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--text-primary);
    margin-bottom: 10px; 
}

.info__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-primary);
}

.compare {
    align-items: center;
    margin-bottom: 100px;
}

.compare__grid {
    display: flex;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap;
}

.compare__card {
    width: 522px;
    height: 621px;
    background: var(--bg-secondary);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: var(--bg-secondary); 
    border-radius: 10px;
    padding: 40px; 
    box-sizing: border-box;
    overflow-y: auto;
}

.compare__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-primary);
    margin-bottom: 10px; 
}

.compare__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-primary);
    margin-top: 0;
    margin-bottom: 24px; 
}

.compare__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-primary);
}

.compare__text strong {
    color: var(--accent); 
}

.compare__text p {
    margin-bottom: 16px; 
}

.compare__text p:last-child {
    margin-bottom: 0;
}

.compare__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;              
    margin-top: auto;      
}

.tag {
    display: inline-flex;
    justify-content: center;
    background-color: #3C3C3C;
    border-radius: 50px;
    padding: 6px 10px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;    
    font-size: 14px;        
    line-height: 100%;
    color: var(--text-secondary);
    white-space: nowrap;
}

/* Блок "Опыт работы" */
.experience {
    background-color: #222222;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;

}

.experience__container {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    max-width: 990px;
}

.experience__image {
    flex-shrink: 0;
}

.experience__img {
    width: 100px;
    height: 100px;
    display: block;
}

.experience__text {
    flex: 1;
}

.experience__text-bold {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-secondary); 
    margin-bottom: 8px; 
}

.experience__text-regular {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-secondary);
}

.invite-section {
    background-color: var(--bg-secondary);
    height: 533px;                        
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;         
}

.invite-grid {
    display: grid;
    grid-template-columns: minmax(0, 630px) minmax(0, 630px);       
    gap: 20px;                            
    align-items: center;                 
}

.invite-text__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: 0;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.invite-text__title span {
    color: var(--accent); 
}

.invite-text__description {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-primary); 
    max-width: 522px;
}

.invite-card {
    max-width: 630px;
    height: 373px;        
    background-color: var(--bg-page);
    border-radius: 8px;
    overflow: hidden;                
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); 
}

.invite-card__content {
    padding: 30px 38px 40px 50px;
}

.invite-card__title {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.invite-card__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.invite-card__details {
    display: flex;
    flex-direction: column;
}

.invite-card__row {
    display: flex;
    justify-content: space-between;
}

.invite-card__label {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-label);
}

.invite-card__value {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-primary);
}

.invite-card__value--bold {
    font-weight: 700;
    color: var(--accent);
}

/* Блок Почему приглашение + Код 95 работают вместе */

.why-common {
    padding: 100px 0;
}

.why-common__grid {
    display: grid;
    grid-template-columns: minmax(0, 630px) minmax(0, 630px);
    gap: 20px;
}

.why-common__left {
    align-self: center;
}
.why-common__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 20px;
}

.why-common__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.why-common__item {
    width: 610px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.why-common__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.why-common__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-primary);
}


.why-common__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-common__card {
    display: flex;
    gap: 30px;
    background-color: var(--bg-secondary);
    border-radius: 10px;
    padding: 30px;
    align-items: center;
    height: 180px;
}

.why-common__card-icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
}

.why-common__card-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.why-common__card-text {
    width: 457px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

/* гридыы с шагами */

.steps {
    padding: 100px 0;
    background-color: var(--bg-secondary); 
}

.steps__header {
    text-align: center;
    max-width: 675px;
    margin: 0 auto 60px;
}

.steps__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: var(--accent);
    margin-bottom: 20px;
}

.steps__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 10px;
}

.steps__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-primary);
    margin-bottom: 30px;
}

.steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 406px);
    gap: 30px;
}

.step-card {
    background-color: var(--bg-page);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-card__header {
    display: flex;
    align-items: center;
    gap: 10px;      
    margin-bottom: 10px;
}

.step-card__number {
    width: 50px;
    height: 50px;
    background-color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: var(--text-secondary);
    flex-shrink: 0;
}

.step-card__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: var(--text-primary);
    margin: 0;
}

.step-card__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 4px;
    padding: 4px 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.step-card__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-tertiary);
}

/* Блок "Итог" */
.result {
    background-color: var(--bg-page);
    height: 588px;
    display: flex;
    align-items: center;
    margin:45px 0;
}

.result__container {
    width: 100%;
}

.result__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}


.result__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    height: 100%;
}


.result__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.result__salary {
    color: var(--accent);
}


.result__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-tertiary);
    margin-bottom: 30px;
    max-width: 500px;
}

.result__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 70px;
    background-color: var(--accent); 
    border-radius: 8px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;       
    letter-spacing: 0;
    color: var(--text-secondary); 
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.result__btn:hover {
    opacity: 0.9;
}

.result__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.result__image img {
    max-width: 100%;
    display: block;
}

/* Блок с видео */
.video-block {
    height: 820px;              
    display: flex;
    align-items: center;        
    background-color: var(--bg-page); 
}

.video-block__container {
    text-align: center;
}

.video-block__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 20px;
}

.video-block__title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.video-block__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-tertiary);
    margin: 0 auto 40px;
}

.video-block__wrapper {
    max-width: 846px;
    width: 100%;
    margin: 0 auto;
}

.video-block__iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 846 / 471;   
    border-radius: 8px;         
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


/* Блок отзывов — слайдер */
.reviews {
    background-color: var(--bg-secondary); 
    padding: 100px 0;
    overflow: hidden; 
}

.reviews__header {
    text-align: center;
    max-width: 846px;
    margin: 0 auto 60px;
}

.reviews__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 20px;
}

.reviews__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 10px;
}

.reviews__description {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-tertiary);
}


.reviews__slider-container {
    overflow: hidden;   
    width: 100%;
}

/* Лента слайдера */
.reviews__slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* Карточка отзыва */
.review-card {
    flex: 0 0 auto;
    width: 413px;
    background-color: var(--bg-page);
    border-radius: 8px;
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.12);
    padding: 30px;
    box-sizing: border-box;
    overflow-y: visible;
}

.review-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.review-card__avatar {
    width: 50px;
    height: 50px;
    background-color: #FFD8C9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--accent);
    flex-shrink: 0;
}

.review-card__name {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-primary);
    margin: 0;
}

.review-card__location {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.review-card__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: var(--text-tertiary);
    margin: 0;
}

.review-card__text strong {
    color: var(--text-primary);
    font-weight: 700;
}

.reviews__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    height: 20px;        
    width: 100%;
    position: relative;
}

.dot {
    background-color: #D4D4DD;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.dot:not(.active) {
    width: 8px;
    height: 8px;
}

.dot.active {
    width: 14px;
    height: 14px;
    background-color: var(--accent);
}

/* Блок партнёров */
.partners {
    padding: 100px 0;         
    background-color: var(--bg-page);
}

.partners__header {
    text-align: center;
    margin-bottom: 30px;
}

.partners__title {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.partners__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 20px;
}

.partners__grid {
    display: grid;
    grid-template-columns: repeat(4, 305px);
    gap: 20px;
    margin-bottom: 30px;
}

.partner-card {
    background-color: var(--bg-secondary);
    border-radius: 8px;
    padding: 30px 15px;
    text-align: center;
    transition: transform 0.2s;
}

.partner-card__logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    background-color: #E5E5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partner-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: var(--accent);
    color: var(--text-secondary);
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    padding: 3px 6px;
    border-radius: 34px;
    margin-bottom: 4px;
}

.partner-card__tag svg {
    flex-shrink: 0;
}

.partner-card__name {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: var(--text-primary);
}

.partner-card__description {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-primary);
    margin: 0;
}

.partners__button {
    text-align: center;
}

/* ========== БЛОК ТАРИФЫ ========== */
.pricing {
    height: 1320px;
    background-image: url('../img/tarifsbg.png'); /* замените на свой путь */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: var(--text-secondary);
}
.pricing__header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 20px;
}

.pricing__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.pricing__grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pricing-card {
    background-color: var(--bg-page);
    color: var(--text-primary);
    border-radius: 20px;
    width: 453px;
    padding: 40px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.pricing-card--premium {
    background-color: var(--accent);
    color: var(--text-secondary);
}

.pricing-card--premium .pricing-card__list li::before {
    color: var(--text-secondary);
}

.pricing-card__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    text-align: center;
}

.pricing-card__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}

.pricing-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.pricing-card__list li {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 30px;
    position: relative;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  min-height: 20px;
}

.icon-orange::before,
.icon-silver::before,
.icon-black::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;                
  height: 20px;                
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-orange::before {
  background-image: url('../img/checklist.png');
}

.icon-silver::before {
  background-image: url('../img/checklistsilver.png');
}

.icon-black::before {
  background-image: url('../img/checklistblack.png');
}


.pricing-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 158px;
}

.pricing-card__price-old {
    display: flex;
    flex-direction: column;   /* старая цена над скидкой */
    gap: 2px;
}

.old-price {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px;
    text-decoration: line-through;
    color: #A0A0A0;
}

.discount-badge {
    background-color: #FF0000;
    width: 100%;
    border-radius: 2px;
    padding: 2px 8px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.pricing-card__price-current {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: var(--accent);
}

/* Для карточки Премиум (если нужны белые элементы) */
.pricing-card--premium .pricing-card__price-current {
    color: #FFFFFF;
}
.pricing-card--premium .discount-badge {
    background-color: #000000;
}

.pricing-card__btn {
    display: block;
    margin: 0 auto;
    width: 270px;
    background-color: var(--accent);
    color: var(--text-secondary);
    text-align: center;
    padding: 24px 65px;
    border-radius: 8px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.pricing-card--premium .pricing-card__btn {
    background-color: var(--text-primary);
}

.pricing-card__btn:hover {
    opacity: 0.9;
}

.pricing__footer-text {
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 935px;
    margin: 0 auto;
}

/* ========== ВИЗЫ И СТРАНЫ ========== */
.visa {
    background-color: var(--bg-secondary);
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.visa__header {
    text-align: center;
    margin-bottom: 40px;
}

.visa__badge {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 20px;
}

.visa__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.visa__description {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-tertiary);
    max-width: 846px;
    margin: 0 auto;
}

.visa__grid {
    display: grid;
    grid-template-columns: repeat(4, 305px);
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.visa-card {
    width: 305px;
    height: 162px;
    background-color: var(--bg-page);
    border-radius: 8px;
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.08);
    padding: 30px 34px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visa-card__flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.visa-card__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px;
    line-height: 120%;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.visa-card__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-tertiary);
}

.visa__footnote {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-primary);
    text-align: center;
    margin: 0 auto;
}

/* ========== БЛОК FAQ ========== */
.faq {
    padding: 100px 0;
    background-color: var(--bg-page);
}

.faq__wrapper {
    max-width: 846px;
    margin: 0 auto;
    width: 100%;
}

.faq__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-primary);
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq__item {
    border-bottom: 1px solid #D4D4DD;
    background-color: transparent;
}

.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-primary);
}

.faq__icon {
    width: 40px;
    height: 40px;
    background-color: #222222;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: background-color 0.2s;
}

.faq__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}

.faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s;
}

.faq__item.open .faq__icon::after {
    opacity: 0;
}

.faq__item.open .faq__icon {
    background-color: #FF4500;
}

.faq__answer {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-tertiary);
    padding-right: 40px;
    overflow: hidden;
    max-height: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}

.faq__item.open .faq__answer {
    display: block;
    max-height: 400px;
    padding-bottom: 20px;
}

.faq__answer {
    display: block;
}

/* ========== ПРЕДПОСЛЕДНИЙ БЛОК (CTA) ========== */
.cta {
    height: 450px;
    background-color: #222222;
    background-image: url('../img/truck-feullbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
}

.cta__container {
    width: 100%;
}

.cta__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    line-height: 110%;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.cta__description {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.cta__btn {
    display: inline-block;
}

/* ========== ФУТЕР ========== */
.footer {
    background-color: var(--bg-page);
}

.footer__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__col {
    flex: 1;
    min-width: 150px;
}

.footer__logo-img img{
    max-width: 133px;
    height: auto;
}

.footer__label {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.footer__phone {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    color: var(--text-tertiary);
    text-decoration: none;
    display: block;
    margin-bottom: 7px;
}

.footer__phone:hover {
    text-decoration: underline;
}

.footer__socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer__social img {
    width: 28px;
    height: 28px;
    display: block;
    transition: opacity 0.2s;
}

.footer__social:hover img {
    opacity: 0.8;
}

.footer__address {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    color: var(--text-tertiary);
    font-style: normal;
    line-height: 1.4;
    width: 185px;
}

.footer__link {
    display: block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    color: var(--text-tertiary);
    text-decoration: none;
    margin-bottom: 7px;
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__bottom {
    background-color: var(--bg-secondary);
    padding: 10px 0;
}

.footer__copyright {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-tertiary);
    text-align: center;
    margin: 0;
}

.footer__copyright-separator {
    margin: 0 8px;
}

/* ========== ВСПОМОГАТЕЛЬНЫЕ СТИЛИ ========== */
.hr-white{
    border: none;
    height: 1px;
    background-color: #D8D8D8;
    margin-bottom: 20px;

}

.hr-orange{
    border: none;
    height: 1px;
    background-color: #FF7541;
    margin-bottom: 20px;

}

.col-133{
    max-width: 133px;
}

.col-136{
    max-width: 136px;
}

.col-185{
    max-width: 185px;
}

.col-335{
    max-width: 335px;
}


.wdth-736{
    max-width: 736px;
}

.h-wgd{
    min-width: 233px;
}

.mrgbtm-1{
    margin-bottom: 1px;
}

.why-common__title .plus {
    font-family: 'Helvetica Neue', sans-serif;
}

.why-common__title .plus {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    transform: translateY(-9px);
}

/* ========== ПОПАП ========== */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.popup-overlay.active {
    display: flex;
}

.popup {
    position: relative;
    width: 532px;
    max-width: 100%;
    height: 507px;
    max-height: 100%;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    overflow-y: auto;
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

/* Заголовок формы */
.b24-form-header-title {
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: 700 !important;
    font-size: 56px !important;
    line-height: 1.1 !important;
    color: #222222 !important;
    text-transform: uppercase !important;
}

/* Описание формы */
.b24-form-header-description {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: var(--text-primary) !important;
}

/* Кнопка отправки */
.b24-form-btn {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    background-color: var(--accent) !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 32px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.b24-form-btn:hover {
    background-color: #e03e00 !important;
    transform: translateY(-2px) !important;
}

/* Чекбокс согласия */
.b24-form-field-agreement label {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 14px !important;
    color: #6C6C6C !important;
}

.b24-form-field-agreement a {
    color: var(--accent) !important;
    text-decoration: underline !important;
}


.popup__close:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.popup__close svg {
    width: 24px;
    height: 24px;
}

.popup__content {
    width: 100%;
    height: 100%;
}

a:not([href]) {
    cursor: pointer;
}

/* Адаптив для мобилок */
@media (max-width: 600px) {
    .popup {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        padding: 40px 20px;
    }

    .popup__close {
        top: 12px;
        right: 12px;
    }
}

/* ========== Адаптивы под все экраны ========== */

@media (min-width: 1921px) {
	.hero{
		background-image: url('../img/hero-background.webp');
		max-width:100%;
	}
}

@media (max-width: 1366px){

    .hero__title-text,
    .hero__title-accent{
        font-size: 96px;
    }

    .hero__glass-block{
        left: 320px;
        top: 95px;
        width: 460px;
    }

    .stats{
        margin:60px auto;
    }

    .info__title,
    .invite-text__title,
    .why-common__title,
    .steps__title,
    .result__title,
    .video-block__title,
    .reviews__title,
    .partners__title,
    .pricing__title,
    .visa__title,
    .faq__title,
    .cta__title{
        font-size:48px;
    }

    .why-common__grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .partners__grid{
        grid-template-columns:repeat(2,1fr);
        gap: 20px;
    }


    .steps__grid{
        grid-template-columns:repeat(2,1fr);
    }

    .step-card{
        width:auto;
    }
	.why-common__right{
		gap:10px;
	}
	.why-common__card{
		gap:20px;
		padding:10px;
	}
}

@media (max-width: 1280px) {

    /* Контейнер */
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* Hero */

    .hero__title-text,
    .hero__title-accent {
        font-size: 88px;
    }

    .hero__glass-block {
        left: 290px;
        top: 90px;
        width: 460px;
    }

    .hero__description {
        max-width: 650px;
    }

    /* Статистика */

    .stats {
        margin: 60px auto;
        max-width: 100%;
    }

    /* Compare */

    .compare__grid {
        gap: 20px;
    }

    .compare__card {
        width: calc(50% - 10px);
    }

    /* Invite */

    .invite-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .invite-card {
        max-width: 100%;
    }

    /* Why Common */

    .why-common__grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .why-common__item {
        width: 100%;
    }

    .why-common__card-text {
        width: auto;
    }

    /* Steps */

    .steps__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Reviews */

    .review-card {
        width: 380px;
    }

    /* Partners */

    .partners__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Pricing */

    .pricing-card {
        width: 390px;
        padding: 30px;
    }

    .pricing-card__title {
        font-size: 48px;
    }

    /* Visa */

    .visa__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .visa-card {
        width: 100%;
    }

    /* Result */

    .result__grid {
        gap: 30px;
    }

    /* Footer */

    .footer__container {
        gap: 30px;
    }
}

@media (max-width:1200px){

    .hero__title-text,
    .hero__title-accent{
        font-size:80px;
    }

    .hero__glass-block{
        left:260px;
        top:82px;
        width:420px;
    }

    .hero__description{
        max-width:700px;
    }

    .compare__grid{
        flex-direction:column;
        align-items:center;
    }

    .compare__card{
        width:100%;
        max-width:900px;
        height:auto;
    }

    .invite-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .invite-card{
        max-width:none;
    }

    .why-common__grid{
        grid-template-columns:1fr;
    }

    .why-common__item{
        width:100%;
    }

    .why-common__card-text{
        width:auto;
    }

    .result__grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .pricing-card{
        width:380px;
    }
}

@media (max-width:1024px){

    .hero__title-text,
    .hero__title-accent{
        font-size:64px;
    }

    .hero__glass-block{
        position:static;
        width:100%;
        max-width:500px;
        margin-top:20px;
    }

    .hero__title-wrapper{
        display:flex;
        flex-direction:column;
    }

    .hero__buttons{
        flex-direction:column;
        align-items:flex-start;
    }

    .btn--primary,
    .btn--secondary{
        width:320px;
    }

    .stats{
        justify-content:center;
        height:auto;
    }

    .stats__item{
        flex:0 0 calc(50% - 20px);
    }

    .steps__grid{
        grid-template-columns:1fr;
    }

    .partners__grid{
        grid-template-columns:1fr 1fr;
    }

    .visa__grid{
        grid-template-columns:1fr 1fr;
    }

    .pricing__grid{
        flex-direction:column;
        align-items:center;
    }

    .pricing-card{
        width:100%;
        max-width:600px;
    }
}

/* ========== АДАПТИВ ПОПАПА ДЛЯ МОБИЛЬНЫХ (≤ 400px) ========== */
@media (max-width: 400px) {
    /* Затемнение */
    .popup-overlay {
        padding: 10px;
        padding-top: 40px;
    }

    /* Попап */
    .popup {
        width: 100%;
        height: auto;
        max-height: 95vh;
        border-radius: 16px;
        padding: 40px 20px 30px;
        overflow-y: auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    }

    /* Кнопка закрытия */
    .popup__close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }

    .popup__close svg {
        width: 20px;
        height: 20px;
    }

    /* Заголовок формы */
    .popup .b24-form-header-title {
        font-size: 28px !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }

    /* Описание формы */
    .popup .b24-form-header-description {
        font-size: 15px !important;
        text-align: center !important;
        margin-bottom: 24px !important;
    }

    /* Кнопка отправки */
    .popup .b24-form-btn {
        font-size: 16px !important;
        padding: 16px !important;
        width: 100% !important;
        border-radius: 8px !important;
        margin-top: 8px !important;
    }

    /* Чекбокс */
    .popup .b24-form-field-agreement label {
        font-size: 12px !important;
        line-height: 1.4 !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .popup .b24-form-field-agreement input[type="checkbox"] {
        flex-shrink: 0 !important;
        margin-top: 2px !important;
    }

    /* Галочка */
    .popup .b24-form-field-agreement {
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    /* Кнопка на всю ширину */
    .popup .b24-form-btn-container {
        padding: 0 !important;
    }

    .popup .b24-form-btn-block {
        width: 100% !important;
    }

    /* Отступ снизу для контента */
    .popup__content {
        display: flex;
        flex-direction: column;
    }

    /* Стилизация скролла внутри попапа */
    .popup::-webkit-scrollbar {
        width: 4px;
    }

    .popup::-webkit-scrollbar-track {
        background: transparent;
    }

    .popup::-webkit-scrollbar-thumb {
        background: #D4D4DD;
        border-radius: 10px;
    }

    /* Сообщения об ошибках */
    .popup .b24-form-control-alert-message {
        font-size: 12px !important;
        padding-top: 4px !important;
    }
}

/* ======================================
   MOBILE 375px
====================================== */

@media (max-width: 480px) {
	
	.hero__bgmodile{
    background-image: url(../img/hero-background1920.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 525px;
    margin-top: -120px;
    margin-bottom: -40px;
    margin-left: -310px;
	}
	
	.hero {
    background-image: none;
    background-color: #010101;
	}
    .container{
        padding: 0 15px;
    }

    /* HERO */

    .hero__header{
        gap: 40px;
        margin-bottom: 30px;
    }

    .hero__cta-btn{
        width: 100%;
    }

    .hero__title-text,
    .hero__title-accent{
        font-size: 52px;
        line-height: .9;
    }

    .hero__title{
        align-items: center;
    }

    .hero__glass-block{
        position: static;
        width: 100%;
        max-width: none;
        margin-top: 15px;
        padding: 14px 18px;
        border-radius: 50px;
    }

    .hero__subtitle{
        font-size: 16px;
        text-align: center;
    }

    .hero__description,
    .hero__tagline{
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .hero__buttons{
        flex-direction: column;
        gap: 15px;
    }

    .btn--primary,
    .btn--secondary{
        width: 100%;
        padding: 18px;
    }

    .partners__list{
        margin-bottom: 40px;
    }

    .partners__label {
    text-align: center;
}

    /* STATS */

    .stats{
        margin: 40px 0;
        gap: 25px;
    }

    .stats__item{
        flex: 0 0 100%;
        text-align: center;
    }

    .stats__number{
        font-size: 38px;
    }

    .stats__label{
        font-size: 16px;
    }

    /* TITLES */

    .info__title,
    .invite-text__title,
    .why-common__title,
    .steps__title,
    .result__title,
    .video-block__title,
    .reviews__title,
    .partners__title,
    .pricing__title,
    .visa__title,
    .faq__title,
    .cta__title{
        font-size: 34px;
        line-height: 1;
    }

    /* INFO */

    .info{
        margin: 50px 0;
    }

    .info__container{
        flex-direction: column;
        height: auto;
        gap: 30px;
    }

    .info__text{
        font-size: 16px;
        text-align: center;
    }

    .experience__img{
        width: 50px;
        height: 50px;
    }

    /* COMPARE */

    .compare__card{
        padding: 25px;
    }

    .compare__title{
        font-size: 30px;
    }

    .compare__subtitle,
    .compare__text{
        font-size: 16px;
    }

    /* EXPERIENCE */

    .experience{
        height: auto;
        padding: 20px 0;
    }

    .experience__container{
        flex-direction: column;
        text-align: center;
    }

    /* INVITE */

    .invite-section{
        height: auto;
        padding: 60px 0;
    }

    .invite-card{
        height: auto;
    }

    .invite-card__content{
        padding: 20px;
    }

    .invite-card__title, 
    .invite-card__subtitle,
    .invite-card__label,
    .invite-card__value{
        font-size: 13px;
    }

    .invite-text{
        text-align: center;
    }

    /* WHY COMMON */

    .why-common{
        padding: 60px 0;
    }

    .why-common__title{
        text-align: center;
        font-size: 40px;
    }

    .why-common__card{
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 25px;
    }

    /* STEPS */

    .steps{
        padding: 60px 0;
    }

    .steps__grid{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .step-card{
        padding: 25px;
    }

    .step-card__text{
        font-size: 16px;
    }

    .steps__title{
        font-size: 42px;
    }

    /* RESULT */

    .result{
        height: auto;
        padding: 60px 0;
    }

    .result__grid{
        grid-template-columns: 1fr;
    }

    .result__btn{
        width: 100%;
    }

    .result__title{
        font-size: 42px;
    }

    /* VIDEO */

    .video-block{
        height: auto;
        padding: 60px 0;
    }

    .video-block__title{
        font-size: 42px;
    }

    /* REVIEWS */

    .reviews{
        padding: 60px 0;
    }

    .review-card{
        width: 320px;
    }

    .reviews__title{
        font-size: 42px;
    }

    /* PARTNERS */

    .partners{
        padding: 60px 0;
    }

    .partners__grid{
        grid-template-columns: 1fr 1fr;
    }

    .partner-card{
        padding: 25px 15px;
    }

    .partner-card__name{
        font-size: 16px;
    }

    .partner-card__logo{
        height: 60px;
        width: 60px;
    }

    .partner-card__description{
        font-size: 16px;
    }

    /* PRICING */

    .pricing{
        height: auto;
        padding: 60px 0;
    }

    .pricing-card{
        width: 100%;
        padding: 25px;
    }

    .pricing-card__title{
        font-size: 42px;
    }

    .pricing-card__btn{
        width: 100%;
        padding: 18px;
    }

    /* VISA */

    .visa{
        padding: 5px 20;
    }

    .visa__title{
        font-size: 42px;
    }

    .visa__grid{
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .visa-card{
        width: 100%;
        padding: 20px 5px;
    }

    .visa-card__title{
        font-size: 24px;
    }

    .visa-card__text{
        font-size: 14px;
    }

    /* FAQ */

    .faq{
        padding: 60px 0;
    }

    .faq__question{
        font-size: 16px;
        gap: 15px;
    }

    .faq__answer{
        font-size: 16px;
        padding-right: 0;
    }

    /* CTA */

    .cta{
        height: auto;
        padding: 60px 0;
    }


    .cta__container{
        padding: 20px;
    }

    /* FOOTER */

    .footer{
        margin-top: 30px;
    }

    .footer__container{
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        grid-template-rows: repeat(3, 1fr);  
        gap: 25px;
    }

    .footer__address{
        max-width: 150px;
    }

    .box1{
        grid-column: span 2 / span 2;
    }

    .box2{
        grid-row-start: 2;
    }

    .box3{
        grid-row-start: 2;
    }

    .box4{
        grid-column: span 2 / span 2;
        grid-row-start: 3;
        margin-top: 20px;
    }

}
