.h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #273648;
    margin-bottom: 60px;
}

.h2 span {
    color: #476D8B;
}

.suit__card-btn-5 svg{
    width: 25px;
    height: 25px;
}

.about-block__text ul{
	padding-left:20px;
}

@media (max-width: 768px) {
    .h2 {
        font-size: 32px;
        line-height: 110.00000000000001%;
        letter-spacing: -1%;

    }

    .container {
        padding: 0 20px;
    }
}

/* ====== HERO (общий фон и для шапки) ====== */
.hero {
    background: url('../assets/img/hero.jpg') no-repeat center/cover;
    color: #000;
    position: relative;
    background-position-y: 30%;
    padding-bottom: 100px;
    background-color: #ddddd1;

}
svg{
    fill:#87AFCE;
}


.btn {
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
/* ==========================
   HEADER
   ========================== */
.header {
    background: transparent;
    display: flex;
    align-items: center;
    border: none;
    color: #000;
    position: relative;
    z-index: 10;
	justify-content:center;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header__left {
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    padding: 15px 30px;
    border-radius: 40px;
}

.header__logo {
    height: 40px;
    width: auto;
}



.header__phone {
    color: var(--soft-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
}

.header__mail {
    color: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 99%;
    opacity: 0.9;
    text-decoration: none;
}

.header__link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__link .btn {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header__contacts {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    border-left: 1px solid var(--soft-blue);
    padding-left: 15px;
}

/* ==========================
   NAVIGATION
   ========================== */
.nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: var(--soft-blue);
}

/* ==========================
   BUTTON
   ========================== */
.btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid var(--soft-blue);
    backdrop-filter: blur(15px);
    color: var(--soft-blue);
    padding: 18px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s ease;
}



.btn:hover {
    background: var(--soft-blue);
    color: var(--white);
}


.btn-footer {
    display: inline-block;
    background: transparent;
    border: none;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 42px;
    line-height: 110.00000000000001%;
    text-align: right;
    vertical-align: middle;

    transition: color 0.5s ease;
}

.btn-footer:hover {
	color:var(--dark-blue);
}

/* .btn--small {
    padding: 10px 20px;
    font-size: 14px;
} */

/* ==========================
   HERO CONTENT
   ========================== */
.hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-height: 750px;
}

.suit__card-btn-5{
	padding: 20px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    display: flex;
    border-radius: 40px;
    width: max-content;
    height: auto;
    background-color: var(--soft-blue);
    gap: 10px;
    align-items: center;
}
.hero__content {
    max-width: 450px;
    color: #000;
    grid-row: 2 / 3;
}

.hero__content h1 {
    font-weight: 600;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: var(--dark-blue);
    margin-bottom: 30px;
}


.where-start-svg-3{
    display: none;
}

.invisible-svg{
    display: none;
}

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

.hero__form input {
    padding: 14px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
}

.btn-hero {
    background-color: var(--soft-blue);
    color: #fff;
    padding: 25px 30px ;
    border-radius: 40px;
    font-size: 18px;
}

#uslyga-review{
	font-weight:600;
}

#usluga-faq{
	font-weight:600;
}

#usluga-where{
	font-weight:600;
	max-width: 460px;
	width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* ==========================
   STATS
   ========================== */
.hero__stats {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    background: rgba(71, 109, 139, 0.5);
    backdrop-filter: blur(30px);
    padding: 15px 30px;
    border-radius: 20px;
    color: #fff;
    grid-column: 2 / 3;
    margin-top: auto;
    margin-left: auto;
    width: fit-content;
    height: min-content;

    grid-row: 3 / 4;
    backdrop-filter: blur(15px);
}

.stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    gap: 15px;
}

.stat__number {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    display: block;
    color: #fff;
}

.stat__label {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    white-space: pre-line;
    vertical-align: middle;

}




.header__call {
    display: none;
}

.header__burger {
    display: none;
}


/* Page two */

.header__inner-about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    position: relative;
    padding: 0px 20px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 8px 28px rgba(39, 54, 72, 0.08);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    backdrop-filter: blur(18px) saturate(120%);
}
.header__left-about{
    display: flex;
    align-items: center;
    gap: 30px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
    padding: 15px 30px;
    border-radius: 40px;
    justify-content: center;
}

.hero-2{
    position: fixed;
    z-index: 99;
    color: #000;
    height: 100px;
    /* position: relative; */
    width: 100%;
    background-position-y: 30%;
    padding-bottom: 20px;
    background-color: transparent;
}

.container-page-two {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    background-color: var(--soft-white);
}
    /* Хлебные крошки */
.breadcrumbs {
    font-size: 14px;
    padding-bottom: 40px;
    color: #666;
}

.breadcrumbs a{
	color: #666;
}

.breadcrumbs-main{
	color:black;
}

.breadcrumbs-other{
    color: #A9A9A9;
    text-decoration: none;
}

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

.mission-block__card-title{
	font-weight:bold;
}

.mission-block__text {
	
	font-size: 20px;
	line-height: 1.45;
	color: #263443;
}

.mission-block__text--before {
	margin: 0 0 36px;
}

.mission-block__text--after {
	margin: 36px 0 0;
}

.mission-block__text p {
	margin: 0 0 16px;
}

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

.breadcrumbs span {
    margin: 0 5px;
    color: #000;
}

.breadcrumbs span a{
    color: #000;
}

.breadcrumb_last {
    color: #A9A9A9 !important;
}

.advantages-2{
    padding-bottom: 40px;
    padding-top: 20px;
}

.suit__card-btn-2{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    padding: 15px 30px;
    display: block;
    border-radius: 40px;
    width: 176px;
    height: 52px;
    background-color: var(--soft-blue);
    text-align: center;
}

.suit__card-btn-3{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: flex;
    border-radius: 40px;
    width: 186px;
    height: 52px;
    background-color: var(--soft-blue); 
    gap: 10px;
    align-items: center;
}

.suit__card-btn-3 svg{
    width: 40px;
}

/* Боковая панель фильтров */
.sidebar {
    background: white;
    height: 700px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px var(--shadow);
}

.filter-title {

    font-size: 18px;
    margin-bottom: 15px;
    color: var(--primary);
    font-weight: 600;
}


#specialist__text-with{
	display:flex;
}

#specialist__text-with-text{
	width:230px;
}

#specialist__text-metod{
		display:flex;
}

#specialist__text-metod-text{
		width:220px;
}

@media(max-width:600px){
	#specialist__text-with{
	display:unset;
}

#specialist__text-with-text{
	width:unset;
}

#specialist__text-metod{
		display:unset;
}

#specialist__text-metod-text{
		width:300px;
}
}

.filter-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text);
}

.filter-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-checkbox input[type="checkbox"] {
  accent-color: var(--primary);
  width: 20px;
  height: 20px;
}

.dove-checkbox-text{
	width:200px;
}

/* Верхняя панель поиска и сортировки */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.search-box {
    padding-left: 10px;
    display: flex;
    flex: 1;
    align-items: center;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
}

.search-box input {
    border: none;
    width: 100%;
    padding: 20px 5px;
    font-size: 14px;
    outline: none;
    border-radius: 10px;
    transition: border-color 0.2s;
}




.sort-box {
  background: white;
  padding: 14px 15px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}




#specialist__text-flex{
	display:flex;
}

/* Принудительно применяем стили ко ВСЕМ спискам внутри блока */
.specialist__text-card ul {
    list-style-type: none !important;
    margin: 10px 0 15px 0 !important;
    padding-left:20px;
}

.specialist__text-card ul li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 8px !important;
    list-style-type: none !important;
}

.specialist__text-card ul li:before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
}


/* Карточки специалистов */
.specialist-card {
    display: flex;
    background: var(--soft-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    max-width: 1069px;
    width: 100%;
    margin-bottom: 20px;
}

.photo-section {
    position: relative;
    border-radius: 16px;
    width: 428px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.photo-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tags {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tag {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--soft-blue);
}

.rating {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--soft-blue);
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-tag{
    color: var(--soft-blue);
    font-size: 16px;
    padding-top: 20px;
    padding-left: 300px;
    line-height: 3;
}

.filter-tag-a{
    color: var(--soft-blue);
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid var(--soft-blue);
    background-color: white;
    padding: 12px 15px;
}

.rating span {
    color: var(--soft-blue);
    font-size: 16px;
}

.info-section {
    border-radius: 16px;
    background-color: #fff;
    padding: 24px;
    width: 641px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title__link{
	color:#273648;
}

.name {
    font-size: 24px;
    font-weight: 600;
    color: var(--soft-blue);
}

.description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--dark-blue);
}

.directions-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.directions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.direction {
    background: #f0f0f0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--soft-blue);
}

.price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-label {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.price {
    font-size: 24px;
    font-weight: 600;
    color: var(--soft-blue);
}

.price-unit {
    font-size: 14px;
    color: var(--soft-blue);
    font-weight: 300;
    margin-left: 4px;
}

.buttons {
    display: flex;
    gap: 12px;
}



.btn-outline {
    border: 2px solid #3498db;
    background: transparent;
    color: #3498db;
}

.btn-outline:hover {
    background: #3498db;
    color: white;
}

.btn-primary {
    background: #3498db;
    color: white;
    border: none;
}

.btn-primary:hover {
    background: #2980b9;
}

.arrow {
    width: 16px;
    height: 16px;
    fill: currentColor;
}


/* Пагинация */
.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

.pagination a{
    background-color: white;
    color: var(--soft-blue);
    border-radius: 5px;
    padding: 8px 12px;
    border: 1px solid var(--soft-blue);

}

.pagination a:hover {
    background-color:  var(--soft-blue);
    color: white;
}

.pagination .active {
    color: white;
    background-color: var(--soft-blue);
}

.seo-text-main{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.seo-span{
    color:#224065;
}

.seo-text-h2{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    color:var(--dark-blue);
    width: 268px;
    display: grid;
}

.seo-text-p{
    width: 590px;
    color: var(--dark-blue);
    display: grid;
}


.where-start-svg-2{
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
}



/* ==========================
   ADAPTIVE STYLES
   ========================== */

/* --- До 1200px (планшет) --- */
@media (max-width: 1200px) {
    .hero__content h1 {
        font-size: 72px;
    }
    .where-start-svg-2{
        display: none;
    }
    .hero__inner {
        grid-template-columns: 1fr 1fr;
        gap: 60px;

    }

    .sidebar{
        display: none;
    }

    .nav ul {
        gap: 20px;
    }
    .where-start-svg-1 {
        display: none;
        position: absolute;
        top: 375%;
        left: 385px;
    }

}

/* --- До 992px (бургер) --- */
@media (max-width: 992px) {


    .hero {
        color: #000;
        position: relative;
        background-position-y: 30%;
        background-size: 168%;
        background-position: 68% 107%;
        background-color: #ddddd1;
        padding-bottom: 20px;
        padding-top: 120px;

    }

    @media (max-width: 992px) {
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, #ddddd1 0%, rgba(221, 221, 209, -0.2) 50%, rgba(221, 221, 209, -0.6) 27%, transparent 44%);
            z-index: -1;
        }
    }

    .hero__content h1 {
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -3%;
    }

    .hero__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-top: 40px;
        gap: 300px;
        position: relative;
        z-index: 1;

    }

    .hero__content {
        max-width: 100%;
        width: 100%;
    }

    .hero__stats {
        align-self: flex-end;
        margin-top: 0;
    }

    .header__left {
        background-color: transparent;
        backdrop-filter: none;
    }

    .header__contacts,
    .nav,
    .header__link {
        display: none;
    }

    /* BURGER ICON */
    .header__burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 28px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        left: 20px;
    }

    .header__burger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .header__burger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .header__burger.active span:nth-child(2) {
        opacity: 0;
    }

    .header__burger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .header__inner {
        margin: 10px;
        justify-content: center;
        position: relative;
        padding: 20px;
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(15px);
        padding: 0px 30px;
        border-radius: 40px;
    }

    /* LOGO CENTERED */
    .header__logo {
        margin: 0 auto;
    }

    /* CALL ICON RIGHT */
    .header__call {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 20px;
    }


}

/* --- До 768px (мобильная версия) --- */
@media (max-width: 768px) {
	
.filter-title {
	padding-top:50px;
   
}
	
    .hero__content h1 {
        font-family: "Gilroy", sans-serif;
        font-weight: 600;
        font-size: 34px;
        line-height: 100%;
        letter-spacing: -3%;
        vertical-align: middle;
        margin-bottom: 30px;
    }

    .hero__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-top: 30px;
        gap: 300px;
    }

    .hero__content {
        max-width: 100%;
        width: 100%;
    }

    .btn-hero {
        max-width: min-content;
        margin: 0;
        font-size: 14px;
    }

    .hero__stats {
        align-self: flex-end;
        padding: 20px;
        border-radius: 15px;
        max-width: 280px;
        margin-top: 0;
    }

    .stat {
        text-align: left;
        width: 100%;
    }

    .stat__number {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }

    .stat__label {
        font-size: 14px;
        line-height: 130%;
    }
}

/* --- До 480px (маленькие мобильные) --- */
@media (max-width: 480px) {
    .hero__content h1 {
        font-size: 34px;
        line-height: 110%;
        letter-spacing: -2%;
        margin-bottom: 30px;
        max-width: 80%;
    }

    .where-start-svg-3{
        display: flex;
        position: absolute;
        top: 2730px;
        left: 80px;
    }
	.where-start-svg-3 svg{
		height:1280px;
	}
    .hero__inner {
        padding-top: 20px;
        gap: 300px;
    }

    .btn-hero {
        padding: 20px;
        white-space: nowrap;
    }

    .hero__stats {
        max-width: 100%;
        padding: 15px;
        margin-left: 0;
    }

    .stat__number {
        font-size: 16px;
    }

    .stat__label {
        font-size: 13px;
    }
    .invisible-svg{
        display: flex;
    }
}

/* --- До 375px (очень маленькие экраны) --- */
@media (max-width: 375px) {
    .hero__content h1 {
        line-height: 115%;
        margin-bottom: 20px;
    }
    .where-start-svg-2{
        display: none;
    }
    .hero__inner {
        gap: 20px;
    }

    .btn-hero {
        padding: 14px 18px;
        font-size: 15px;
    }

    .hero__stats {
        padding: 12px;
    }

    .stat__number {
        font-size: 15px;
    }

    .stat__label {
        font-size: 12px;
    }
    .where-start__btn{
        gap: 20px;
    }

    .advantages__card{
        gap: 0px;
		
    }
    
    .sidebar{
        display: none;
    }

    .specialist-card{
        display: block;
        width: 350px;
    }

    .photo-section{
        width: 350px;
    }
    
    .price-section{
        display: block;
    }


    .suit__card-btn-2{
        font-size: 14px;
        width: 155px;
        height: 52px;
        padding: 10px 10px 10px 20px;
    }

    .suit__card-btn-3{
        font-size: 14px;
        width: 155px;
        height: 52px;
    }
    
    .info-section{
        width: 350px;
    }

    .pagination{
        display: none;
    }

    .filter-tag{
        padding-left: 0px;
        font-size: 14px;
        width: 350px;
    }

    .filter-tag-a{
        font-size: 14px;
    }

    .seo-text-main{
        display: block;
        font-size: 14px;
        width: 350px;
    }
    .seo-text-p{
        font-size: 14px;
        width: 350px;
    }
    .p-invis{
        display: none;
    }


}

/* ==========================
   BURGER MENU OVERLAY
   ========================== */
.header__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    /* <-- чтобы меню не прокручивалось */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header__menu.active {
    opacity: 1;
    visibility: visible;
}

/* Ссылки */
.header__menu a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header__menu a:hover {
    color: var(--white);
}

/* Кнопка закрытия */
.header__menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.3s ease;
}

.header__menu-close:hover {
    color: var(--soft-blue);
    transform: rotate(90deg);
}

/* Блокировка прокрутки основного контента */
body.no-scroll {
    overflow: hidden;
}


/* Suit Section */

.suit__card {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.suit__card .h2 {
    text-align: center;
}

.suit__card-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -1%;
    text-align: center;

}


/* === Основной заголовок === */
.h2-uslugi {
  font-weight: 500;
  font-size: 64px;
  line-height: 110.00000000000001%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #273648;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .h2-uslugi {
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
  }
}

/* === Блок услуг === */
.suit__card-uslugi {
  padding: 140px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.suit__card-uslugi .h2-uslugi {
  text-align: center;
}

/* === Список === */
.suit__card-list-uslugi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 40px;
}

/* === Элемент списка === */
.suit__card-list-item-uslugi {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  height: 415px;
  transition: all 0.4s ease;
}

.suit__card-list-item_number-uslugi svg path {
  transition: all 0.4s ease;
}

/* === Контент внутри карточки === */
.suit__card-list-item_content-title-uslugi {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -3%;
  vertical-align: middle;
  margin-bottom: 30px;
}
.suit__card-list-item_content-description-uslugi {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 30px;
  color: var(--dark-blue);
}

/* === Кнопка "Подробнее" === */
.suit__card-btn-uslugi {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -3%;
  padding: 15px 30px;
  display: block;
  border-radius: 40px;
  width: fit-content;
  background-color: var(--soft-blue);
}
.suit__card-btn-uslugi:hover {
  background-color: var(--dark-blue);
}

/* === Hover-эффекты === */
.suit__card-list-item-uslugi:hover {
  background-color: var(--soft-blue);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.suit__card-list-item-uslugi:hover svg path {
  fill: #fff;
}
.suit__card-list-item-uslugi:hover .suit__card-list-item_content-title-uslugi,
.suit__card-list-item-uslugi:hover .suit__card-list-item_content-description-uslugi {
  color: #fff;
}
.suit__card-list-item-uslugi:hover .suit__card-btn-uslugi {
  background-color: #fff;
  color: var(--dark-blue);
}

/* === Адаптив === */
@media (max-width: 768px) {
  .suit__card-uslugi {
    padding: 80px 0;
  }
  .suit__card-list-uslugi {
    grid-template-columns: 1fr;
  }
  .h2-uslugi,
  .suit__card-list-item_content-title-uslugi {
    text-align: center;
  }
}

.suit__card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-top: 40px;
}

.suit__card-list-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    height: 415px;
    transition: all 0.4s ease;
}
/* 
.suit__card-list-item:nth-child(2) {
    margin-top: 50px;
} */

.suit__card-list-item_number {
    color: rgba(239, 127, 26, 0.5);
}

/* .suit__card-list-item_content  */

.suit__card-list-item_content-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

    margin-bottom: 30px;
}

.suit__card-list-item_content-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 30px;
    color: var(--dark-blue);
}

.suit__card-btn {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    padding: 15px 30px;
    display: block;
    border-radius: 40px;
    width: fit-content;
    background-color: var(--soft-blue);
}

.suit__card-btn:hover {
    background-color: var(--dark-blue);
}

.suit__card-list-item svg path {
    transition: all 0.4s ease;
}

.suit__card-list-item_content-title,
.suit__card-list-item_content-description,
.suit__card-btn {
    transition: all 0.4s ease;
}

/* === HOVER-СОСТОЯНИЕ === */
.suit__card-list-item:hover {
    background-color: var(--soft-blue);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* SVG — внутренняя заливка становится белой */
.suit__card-list-item:hover svg path {
    fill: #fff;
}

/* Тексты — белые */
.suit__card-list-item:hover .suit__card-list-item_content-title,
.suit__card-list-item:hover .suit__card-list-item_content-description {
    color: #fff;
}

/* Кнопка — фон белый, текст тёмный */
.suit__card-list-item:hover .suit__card-btn {
    background-color: #fff;
    color: var(--dark-blue);
}

@media (max-width: 768px) {
    .suit__card-description {
        padding-bottom: 60px;
    }

    .suit__card {
        padding: 80px 0;
    }
}

/* Services Section */

.services {
    padding: 80px 0 120px;
    background-color: #F0ECE8;

}



.services__main-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
}

.services__main-block::before {
    content: "";
    height: 104%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30px;
    right: -87px;
    background-color: #6A635D;
}

.services__main-block-content {
    background-image: url('../assets/img/services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.services__background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services__blur-overlay {
    position: absolute;
    left: -45%;
    top: -22%;
    width: 69%;
    height: 140%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 50%;
    transform: rotate(37deg);

}


.services__main-block-content .h2 {
    white-space: pre-line;
    color: #fff;
    position: relative;
    z-index: 3;
}

.services__main-block-description {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 3px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    vertical-align: middle;
    width: 60%;
    align-self: flex-end;
    position: relative;
    z-index: 3;
}

.services__right_container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 60px;
    z-index: 2;
}



/* .services__right-list-block  */
.services__right-title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #fff;
}

.services__right-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.services__right_item {
    position: relative;
    background-color: rgba(255, 254, 252, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 110px;
    padding: 15px 10px;
    transition:
        background-color 0.5s ease,
        background-image 0.5s ease,
        transform 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services__right_item:nth-child(5) {
    grid-column: 1/3;
}

/* Заголовок */
.services_-right_item-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1%;
    margin-bottom: 30px;
    transition: color 0.4s ease;
    z-index: 1;
    position: relative;
}

/* Кнопка */
.services__right_item-btn {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 10px;
    width: fit-content;
    transition: background-color 0.4s ease, transform 0.3s ease;
    z-index: 1;
    position: relative;
    align-self: flex-end;
}

/* Стрелка внутри кнопки */
.services__right_item-btn svg {
    transition: transform 0.4s ease, stroke 0.4s ease;
}

/* ===== АНИМАЦИИ ПРИ НАВЕДЕНИИ ===== */

.services__right_item:hover {
    background-color: #fff;

    background-image: url('../assets/img/service-card.svg');
}

.services__right_item:hover .services_-right_item-title {
    color: var(--soft-blue);
}

.services__right_item:hover .services__right_item-btn {
    background-color: var(--soft-blue);
    fill: #fff;
}

.services__right_item:hover .services__right_item-btn svg {
    transform: rotate(45deg);
    stroke: #fff;
}


/* для самой стрелки */
.services__right_item:hover .services__right_item-btn svg path {
    fill: #fff;
    stroke: #fff;
}

/* Services Section - Адаптив */

@media (max-width: 1200px) {
    .services__right-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .services__right_item:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 992px) {
    .services {
        padding: 60px 0 80px;
    }
    
    .services__main-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .services__main-block::before {
        display: none;
    }
    
    .services__right_container {
        padding: 40px 0;
        gap: 40px;
    }
    
    .services__right-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Новый дизайн карточек */
    .services__right_item {
        display: grid;
        grid-template-columns: 80px 1fr auto;
        align-items: center;
        gap: 20px;
        min-height: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .services__right_item-image {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .services__right_item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .services_-right_item-title {
        color: var(--dark-blue);
        font-size: 18px;
        margin-bottom: 0;
        line-height: 130%;
    }
    
    .services__right_item-btn {
        background-color: var(--soft-blue);
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    
    .services__right_item-btn svg {
        stroke: #fff;
    }
    
    .services__right_item-btn svg path {
        fill: #fff;
        stroke: #fff;
    }
    
    /* Убираем старые hover эффекты */
    .services__right_item:hover {
        background-color: #fff;
        background-image: none;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }
    
    .services__right_item:hover .services_-right_item-title {
        color: var(--dark-blue);
    }
    
    .services__right_item:hover .services__right_item-btn {
        background-color: #EF7F1A;
        transform: rotate(45deg);
    }
}

@media (max-width: 768px) {
    .services {
        padding: 40px 0 60px;
    }
    
    .services__main-block-content {
        padding: 20px;
    }
    
    .services__main-block-content .h2 {
        margin-bottom: 150px;
    }
    
    .services__main-block-description {
        width: 100%;
        font-size: 14px;
        padding: 12px;
    }
    
    .services__right_container {
        padding: 30px 0;
        gap: 30px;
    }
    
    .services__right-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .services__right_item {
        grid-template-columns: 60px 1fr auto;
        gap: 15px;
        padding: 15px;
    }
    
    .services__right_item-image {
        width: 60px;
        height: 60px;
    }
    
    .services_-right_item-title {
        font-size: 16px;
    }
    
    .services__right_item-btn {
        width: 45px;
        height: 45px;
    }
    
    .services__right_item-btn svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .services {
        padding: 30px 0 40px;
    }
    
    .services__main-block-content {
        padding: 15px;
    }
    
    .services__main-block-content .h2 {
        margin-bottom: 120px;
        font-size: 24px;
    }
    
    .services__right_container {
        padding: 20px 0;
        gap: 25px;
    }
    
    .services__right_item {
        grid-template-columns: 50px 1fr auto;
        gap: 12px;
        padding: 12px;
    }
    
    .services__right_item-image {
        width: 50px;
        height: 50px;
    }
    
    .services_-right_item-title {
        font-size: 14px;
    }
    
    .services__right_item-btn {
        width: 40px;
        height: 40px;
    }
    
    .services__right_item-btn svg {
        width: 14px;
        height: 14px;
    }
}

/* Дополнительные стили для очень маленьких экранов */
@media (max-width: 360px) {
    .services__right_item {
        grid-template-columns: 40px 1fr auto;
        gap: 10px;
        padding: 10px;
    }
    
    .services__right_item-image {
        width: 40px;
        height: 40px;
    }
    
    .services_-right_item-title {
        font-size: 13px;
    }
    
    .services__right_item-btn {
        width: 35px;
        height: 35px;
    }
}
/* Tariff Section */

.tariff {
    padding: 120px 0;
    background: linear-gradient(to top, #E2DBD5 40%, #F0ECE8 30%);
}


.tariff .h2 {
    text-align: center;
}

.tariff__list {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.tariff__list-item {
    background-color: #6A635D;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    min-height: 492px;
    max-width: 350px;
}


.tariff__item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 30px 0 15px;
}

.tariff__item-cost {
    font-weight: 400;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.tariff__item-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tariff__item-description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #fff;

}

@media (max-width: 768px) {
    .tariff__list {
        display: flex;
        flex-direction: column;
    }

    .tariff {
        padding: 80px 0;
    }

    .tariff__list-item {
        min-height: auto;
        max-width: 100%;
        padding: 20px 10px 10px;
        gap: 40px;
    }

    .tariff__item-title {
        font-size: 20px;
        line-height: 120%;
    }

    .tariff__item-description-text {
        font-size: 14px;
        line-height: 120%;
    }

    .tariff__item-hero_content .line {
        margin: 15px 0;
    }
}

/* Client Suet Section */

/* ==== Clients Suit Section ==== */

.clients-suit {
    background-color: #E2DBD5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
}

.clients-suit__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.clients-suit__info {
    flex: 0 0 33%;
}

.clients-suit__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1a1a1a;
    margin-top: 25px;
}

.clients-suit__slider {
    flex: 1;
}

.clients-suit__card {
    background: rgba(255, 255, 255, 0.8);
    min-height: 410px;
    padding: 25px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 2px;
    user-select: none;
    justify-content: space-between;
}



.clients-suit__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

    margin-bottom: 30px;
}

.clients-suit__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #848484;
}

.clients-suit__arrows {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.clients-suit__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--soft-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.clients-suit__arrow:hover {
    background-color: var(--dark-blue);
    transform: scale(1.05);
}

.clients-suit__arrow svg {
    rotate: 45deg;
}

.clients-suit__arrow--prev svg {
    rotate: -135deg;
}

.clients-suit__arrow svg path {
    pointer-events: none;
    fill: #fff;
    stroke: #fff;

}




/* ==== Адаптивная верстка Clients Suit ==== */

/* Планшеты */
@media (max-width: 1024px) {
    .clients-suit {
        padding: 100px 0;
    }
    .advantages__header-block-svg{
        display: none;
    }
    .clients-suit__container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .clients-suit__info {
        flex: none;
        max-width: 600px;
        text-align: center;
    }

    .clients-suit__description {
        font-size: 16px;
    }

    .clients-suit__arrows {
        justify-content: center;
        margin-top: 30px;
    }

    .clients-suit__slider {
        width: 100%;
    }

    .clients-suit__card {
        gap: 50px;
        min-height: 360px;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .clients-suit {
        padding: 80px 0;
    }

    .clients-suit__title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .clients-suit__text {
        font-size: 14px;
    }

    .clients-suit__description {
        font-size: 15px;
        text-align: left;
    }

    .clients-suit__arrow {
        width: 40px;
        height: 40px;
    }

    .clients-suit__card {
        min-height: 340px;
        padding: 20px;
    }

    .clients-suit__info .h2 {
        text-align: left;
        margin-bottom: 15px;
    }

    .clients-suit__arrows {
        display: none;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .clients-suit {
        padding: 60px 0;
    }

    .clients-suit__description {
        font-size: 14px;
    }

    .clients-suit__title {
        font-size: 18px;
    }

    .clients-suit__arrows {
        gap: 12px;
    }

    .clients-suit__arrow {
        width: 36px;
        height: 36px;
    }
}

/* Specialist Section */

.specialists {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.specialists__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.specialists__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.specialists__header .h2 {
    white-space: pre-line;
    margin-bottom: 0;
}

.specialists__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1a1a1a;
    margin-top: 25px;
}

.specialists__slider {
    width: 100%;
}

.specialists__card {
    display: grid !important;
    min-height: 410px;
    grid-template-columns: 1fr 1fr;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
}

.specialists__card[data-profile-url] {
    cursor: pointer;
}

.specialists__image {
    flex: 0 0 50%;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialists__tab {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    color: var(--soft-blue);

    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0%;

}

.specialists__tab--left {
    top: 20px;
    left: 20px;
}

.specialists__tab--left:nth-child(2) {
    top: 70px;
}

.specialists__tab--right {
    top: 20px;
    right: 20px;
}

.specialists__content {
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    background-color: #FFFFFF;
}

.specialists__text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.specialists__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-blue);
}

.specialists__directions-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
}

.specialists__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.specialists__tag {
    background-color: #EAECEC;
    color: var(--soft-blue);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
}

.specialists__card-btn {
    display: inline-block;
    background-color: var(--soft-blue);
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.specialists__card-btn:hover {
    background-color: var(--dark-blue);
}

.specialists__arrows {
    display: flex;
    gap: 16px;
}

.specialists__arrow {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: var(--soft-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.specialists__arrow:hover {
    background-color: var(--dark-blue);
    transform: scale(1.05);
}

.specialists__arrow svg {
    rotate: 45deg;
}

.specialists__arrow--prev svg {
    rotate: -135deg;
}

.specialists__arrow svg path {
    pointer-events: none;
    fill: #fff;
    stroke: #fff;
}

.specialist__image {
    object-position: 50% 25%;
    object-fit: cover;
	object-position:top;
    width: 100%;
    border-radius: 20px;
    max-height: 515px;
    width: 100%;
}

/* ==== Адаптивная верстка Specialists ==== */

/* Планшеты */
@media (max-width: 1024px) {
    .specialists {
        padding: 100px 0;
    }

    .specialists__tab {
        max-width: 220px;
    }

    .specialist__image {
        max-height: 320px;
    }

    .specialists__container {
        gap: 40px;
    }

    .specialists__card {
        min-height: 360px;
    }

    .hero-btn {
        text-align: justify;
        max-width: fit-content;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .specialists {
        padding: 80px 0;
    }

    .specialists__header {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }

.specialists__arrows {
    align-self: flex-end;
}

    .specialists__card {
        display: flex !important;
        flex-direction: column;
        min-height: auto;
    }

    .specialists__image {
        flex: 0 0 200px;
    }

    .specialists__content {
        flex: 1;
        gap: 20px;
    }

    .specialists__text {
        font-size: 14px;
    }

    .specialists__arrow {
        width: 40px;
        height: 40px;
    }

    .suit__card-btn {
font-size: 14px;
line-height: 130%;
letter-spacing: -3%;
vertical-align: middle;
width: 100%;
text-align: center;
    }

    .suit__card-btn svg {
        width: 32px ;
        height: 32px;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .specialists {
        padding: 60px 0;
    }

    .specialists__content {
        padding: 20px;
    }

    .specialists__tags {
        gap: 8px;
    }

    .specialists__tag {
        font-size: 12px;
        padding: 6px 12px;
    }

    .specialists__arrow {
        width: 36px;
        height: 36px;
    }
}

/* ==== Where Start Section ==== */

.where-start {
    padding: 100px 0;
}

.where-start__container {
    background-color: var(--soft-blue);
    padding: 80px 40px 20px 40px;
    border-radius: 20px;
    position: relative;
}

.where-start__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    align-items: start;
}

.where-start--usluga .where-start__grid {
    grid-template-columns: minmax(0, 460px) repeat(3, minmax(0, 1fr));
}

/* Заголовок */
.where-start__header {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.where-start__header .h2 {
    color: white;
}

/* Карточки */
.where-start__card {
    background: rgba(108, 138, 162, 1);
    border: 1px solid rgba(71, 109, 139, 0.2);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 370px;
    justify-content: space-between;
}

/* Позиционирование карточек в сетке */
.where-start__card:nth-child(2) {
    position: relative;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.where-start__card:nth-child(3) {
    position: relative;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.where-start__card:nth-child(6) {
    position: relative;
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.where-start__card:nth-child(7) {
    position: relative;
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

/* Заглушка для иконки */
.where-start__icon {
    width:  56px;
    height: 56px;
    background-color: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--soft-blue);
    font-weight: bold;
}

.where-start__content-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.where-start__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #FFFFFF;
}

.where-start__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}

/* Кнопка */
.where-start__button-block {
    display: flex;
    align-items: center;
    align-self: flex-end;
}

.where-start__btn-specialists{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--soft-blue);
    gap: 50px;
    color: #fff;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-size: 18px;
}

.where-start__btn-specialists:hover {
    background-color: var(--dark-blue);
}

.where-start__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    gap: 50px;
    color: var(--soft-blue);
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    width: max-content;
}

.where-start__btn:hover {
    background-color: #87AFCE;
    color: #fff;
}

/* Пустые области */
.where-start__empty {
    /* Пустые ячейки сетки */
}

.where-start__empty:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.where-start__empty:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.where-start__button-block-mob {
    display: none;
}

.where-start-svg-1{
    padding-top: 20px;
    padding-left: 150px;
}


/* ==== Адаптивная верстка Where Start ==== */

/* Планшеты */
@media (max-width: 1024px) {
    .where-start {
        padding: 100px 0;
    }

.where-start__button-block-mob {
    display: block;
    margin-top: 60px;
    width: 70%;
}
    
.where-start__btn path {
    fill: #fff;
    stroke: #fff;
}

.where-start__container {
    padding: 30px 20px;
}

    .where-start__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 0px;
    }

    .where-start--usluga .where-start__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .where-start__header {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        text-align: left;
        margin-bottom: 0px;
    }

    .where-start__button-block {
        display: none;
    }

    .where-start__header .h2 {
        margin-bottom: 20px;
    }

    .where-start__card:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .where-start__card:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .where-start__button-block {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        justify-content: center;
        margin-top: 20px;
    }

    .where-start__card:nth-child(6) {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    .where-start__card:nth-child(7) {

        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }

    .where-start__empty {
        display: none;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .where-start {
        padding: 80px 0;
    }

    .where-start__grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        gap: 30px;
    }

    .where-start--usluga .where-start__grid {
        grid-template-columns: 1fr;
    }

    .where-start__header {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .where-start__card:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .where-start__card:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .where-start__button-block {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
        margin: 10px 0;
    }

    .where-start__card:nth-child(6) {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }

    .where-start__card:nth-child(7) {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }

    .where-start__card {
        padding: 20px;
        min-height: 300px;
    }

    .where-start__header .h2 {
        font-size: 28px;
    }

.where-start__btn svg {
        width: 32px ;
        height: 32px;
    }

    .where-start__btn-specialists{
        font-size: 16px;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .where-start {
        padding: 60px 0;
    }

 
    .where-start__title {
        font-size: 22px;
    }

    .where-start__text {
        font-size: 13px;
    }

    .where-start__btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}


/* ==== About Section ==== */

.about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
}


.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

/* Левая часть - контент */
.about__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
    height: 100%;
    background-color: #FFFFFF;
    /* Белый фон */
    border-radius: 20px;
    padding: 40px;
}

.about__button-block .suit__card-btn {
    height: 70px;
    display: flex;
    align-items: center;
    gap: 70px;
    padding-inline: 30px 10px;
}

.about__content .h2 {
    white-space: pre-line;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 62px;
    line-height: 80%;
    letter-spacing: -4%;
    vertical-align: middle;

}

.about__text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.about__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-blue);
    margin: 0;
}

.about__button-block {
    margin-top: auto;
}

/* Правая часть - изображение с текстом поверх */
.about__image-section {
    display: flex;
    border-radius: 20px;
    background-position: 20% 30%;
    height: 100%;
    flex-direction: column;
    background-size: cover;
    background-image: url(/assets/img/specialist.jpg);
}

.about__image-wrapper {
    position: relative;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__image {
    object-position: 50% 25%;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    max-height: 515px;
    height: auto;
}

/* Текст поверх изображения */
.about__overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    text-align: left;
    /* Выровнен слева */
    margin: 0 15px 20px 15px;
    border-radius: 15px;
    backdrop-filter: blur(30px)
}

.about__caption-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.about__caption {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    margin: 0;
}

.about-block__quote {
  background-color: #EAECEC;
  border-left: 2px solid var(--soft-blue);
  padding: 20px;
  color: #62768D;
  line-height: 120%;
}
/* ==== Адаптивная верстка About ==== */

/* Планшеты */
@media (max-width: 1024px) {

    .about__image-section {
        height: 300px;
    }
    .about {
        padding: 100px 0;
    }

   .about-block__quote {
    font-size: .875rem;
  }

    .about__content {
        gap: 30px;
        padding: 30px;
    }

 
}

/* Мобильные */
@media (max-width: 768px) {
    .about {
        padding: 80px 0;
    }

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

    .about__content {
        gap: 25px;
        padding: 25px;
    }

    .about__content .h2 {
        font-size: 42px;
    }

    .about__text {
        font-size: 14px;
    }

    .about__overlay-text {
        padding: 15px;
        margin: 0 10px 15px 10px;
    }

    .about__caption {
        font-size: 16px;
    }

    .about__button-block .suit__card-btn {
        height: 70px;
        gap: 50px;
        padding-inline: 25px 8px;
        width: fit-content;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .about {
        padding: 60px 0;
    }

    .about__content {
        gap: 20px;
        padding: 20px;
    }

    .about__content .h2 {
        font-size: 32px;
    }

    .about__overlay-text {
        padding: 12px;
        margin: 0 8px 12px 8px;
    }

    .about__caption {
        font-size: 14px;
    }

    .about__caption-title {
        font-size: 18px;
    }

    .about__button-block .suit__card-btn {
        height: 64px;
        gap: 30px;
        padding-inline: 20px 20px;
        font-size: 14px;
    }
}



/* /* ==== Advantages Section ==== */

.advantages {
    padding: 100px 0;
}


.advantages__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    min-height: 600px;
}

/* Первый блок - декоративный с заголовком */
.advantages__header-block {
    background-color: var(--soft-blue);
    border-radius: 20px;
    display: block;
    padding: 0px 30px;
    padding-top: 80px;
}

.advantages__header-block-svg{
    padding-top: 0px;
    height: 100%;
}

.advantages__title {
    color: white;
    font-weight: 600;
    font-size: 62px;
    line-height: 80%;
    letter-spacing: -4%;
    vertical-align: middle;

    margin: 0;
}

.advantages__title span {
    color: #87AFCE;
}

/* Второй блок - карточки */
.advantages__cards-block {
    background-color: #EAECEC;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
}

.advantages__cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

/* Карточки */
.advantages__card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 220px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantages__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantages__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.advantages__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.advantages__card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1%;
    color: var(--dark-blue);
    margin: 0;
}

.advantages__card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #666;
    margin: 0;
}

/* ==== Адаптивная верстка Advantages ==== */

/* Планшеты */
@media (max-width: 1024px) {
    .advantages__grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .advantages__header-block {
        border-radius: 20px;
        padding: 30px;
        white-space: pre-line;
        line-height: 100%;
        letter-spacing: -4%;
        vertical-align: middle;

    }

    .advantages__cards-block {
        border-radius: 0 0 20px 20px;
        padding: 30px;
    }

    .advantages__cards-grid {
        gap: 20px;
    }

    .advantages__card {
        padding: 25px;
        min-height: 200px;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .advantages {
        padding: 80px 0;
    }

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

    .advantages__header-block {
        padding: 25px;
        line-height: 100%;
letter-spacing: -4%;
vertical-align: middle;
    }

    .advantages__cards-block {
        padding: 60px 25px;
    }

    .advantages__card {
        padding: 20px;
        min-height: 180px;
    }

    .advantages__title {
        font-size: 28px;
    }

    .advantages__card-title {
        font-size: 18px;
    }

    .advantages__card-text {
        font-size: 14px;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .advantages {
        padding: 60px 0;
    }

    .advantages__header-block {
        padding: 20px;
        display: flex;
    }

  
    .advantages__card {
        padding: 15px;
        gap: 75px;
        min-height: 160px;
		z-index:1;
    }

    .advantages__icon {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .advantages__title {
        font-size: 32px;
    }

    .advantages__card-title {
        font-size: 22px;
    }

    .advantages__card-text {
        font-size: 14px;
    }
}




/* Promo Section */

.promo {
    padding: 100px 0;
}


.promo_block {
    background-color: var(--soft-blue);
    border-radius: 20px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.promo-h2 {
    color: #87AFCE;
    font-weight: 600;
    font-size: 62px;
    line-height: 80%;
    letter-spacing: -4%;
    vertical-align: middle;
    margin: 0;
    white-space: pre-line;
}

.promo-h2 span {
    color: #fff;
}

.promo-text {
    align-self: center;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    white-space: pre-line;

}

.promo_block .where-start__button-block {
    align-self: flex-start;
}

/* === Адаптивная верстка Promo === */

/* Планшеты (<=1024px) */
@media (max-width: 1024px) {
    .promo {
        padding: 80px 0;
    }

    

    .promo_block {
        padding: 40px;
        gap: 25px;
    }

    .promo-h2 {
        font-size: 48px;
        line-height: 85%;
        white-space: nowrap;
    }

    .promo-text {
        font-size: 16px;
    }

    .promo_block .where-start__button-block {
        align-self: center;
        display: flex;
        justify-content: center;
    }
}

/* Средние планшеты (<=768px) */
@media (max-width: 768px) {
    .promo {
        padding: 60px 0;
    }

    .promo_block {
        flex-direction: column;
        text-align: center;
        padding: 50px 60px;
        gap: 30px;
    }

    .promo-h2 {
        font-size: 40px;
        line-height: 90%;
        order: 1;
    }

    .promo-text {
        font-size: 16px;
        order: 2;
    }

    .promo_block .where-start__button-block {
        align-self: center;
        order: 3;
        margin-top: 10px;
    }
}

/* Мобильные (<=480px) */
@media (max-width: 480px) {
    .promo {
        padding: 40px 0;
    }

 

    .promo-h2 {
        font-size: 32px;
        line-height: 95%;
        letter-spacing: -3%;
    }

    .promo-text {
        font-size: 15px;
        line-height: 130%;
    }

    .promo_block .where-start__button-block {
        width: 100%;
    }

    .promo_block .where-start__button-block .suit__card-btn {
        width: fit-content;
        justify-content: center;
    }
}

/* Маленькие мобильные (<=375px) */
@media (max-width: 375px) {
	
	 .where-start-svg-3{
        display: flex;
        position: absolute;
        top: 2850px;
        left: 80px;
    }
	.where-start-svg-3 svg{
		height:1380px;
	}
    .promo {
        padding: 30px 0;
    }

    .promo_block {
        padding: 20px 15px;
        gap: 20px;
    }

    .promo-h2 {
        font-size: 28px;
    }

    .promo-text {
        font-size: 14px;
    }
}


/* Очень большие экраны (>=1440px) */
@media (min-width: 1440px) {
    .promo_block {
        padding: 60px;
    }

    .promo-h2 {
        font-size: 72px;
    }

    .promo-text {
        font-size: 20px;
    }


}
/* Очень большие экраны (>=1600px) */
@media (min-width: 1600px) {

}

/* Очень большие экраны (>=1920px) */
@media (min-width: 1920px) {

}


/* .suit__card-btn 

.where-start__btn   */
/* ==== Review Section ==== */

.review {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.review__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.review__header .h2 {
    white-space: pre-line;
}

.review__header .h2 span {
    color: rgba(34, 64, 101, 0.7);
}

.review__header-content {
    flex: 1;
}

.review__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1a1a1a;
    margin-top: 25px;
    margin-bottom: 0;
}

.review__arrows {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-self: center;
}

.review__arrow {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--soft-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.review__arrow:hover {
    background-color: var(--dark-blue);
    transform: scale(1.05);
}

.review__arrow svg {
    rotate: 45deg;
}

.review__arrow--prev svg {
    rotate: -135deg;
}

.review__arrow svg path {
    pointer-events: none;
    fill: #fff;
    stroke: #fff;
}

/* Слайдер */
.review__slider {
    width: 100%;
}
.review__read-more {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 500;
    color: #476D8B;          /* основной цвет текста */
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease, transform 0.2s ease;
}

.review__read-more:hover {
    color: #1e4a6b;           /* чуть темнее при наведении */
    transform: translateY(-2px); /* легкий эффект приподнятия */
}

.review__read-more:focus {
    outline: none;            /* убираем стандартное обводку при фокусе */
}
.review__card {
    background: rgba(255, 255, 255, 0.8);
    min-height: 280px;
    padding: 25px;
    border-radius: 20px;
    display: flex !important;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
}

.review__card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.review__client-info {
    flex: 1;
}

.review__client-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;

    color: var(--dark-blue);
    margin: 0 0 20px 0;
}

.review__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

    color: var(--dark-blue);
    margin: 0;
}

.review__stars {
    font-size: 15px;
    color: var(--soft-blue);
    flex-shrink: 0;
}

.review__text {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-blue);
    margin-top: auto;
}

.review__container .about__button-block {
    margin-left: auto;
    margin-top: 40px;
}

/* ==== Адаптивная верстка Review ==== */

/* Планшеты */
@media (max-width: 1024px) {

    .review__header .h2 {
    margin: 0;
}
    .review {
        padding: 100px 0;
    }

    .review__container {
        gap: 40px;
    }

    .review__header {
        flex-direction: row;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .review__description {
        font-size: 16px;
    }

    .review__card {
        min-height: 220px;
        padding: 20px;
    }

    .review__arrows {
        align-self: flex-end;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .review {
        padding: 80px 0;
    }

    .review__header {
        align-items: flex-start;
        text-align: left;
    }

    .review__description {
        font-size: 15px;
    }

    .review__arrow {
        width: 40px;
        height: 40px;
    }

    .review__card-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 80px;
    }

    .review__stars {
        order: -1;
        align-self: flex-start;
    }
.review__container .about__button-block {
    margin-top: 20px;
}

}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .review {
        padding: 60px 0;
    }

    .review__description {
        font-size: 14px;
    }

    .review__client-name {
        font-size: 20px;
    }

    .review__text {
        font-size: 14px;
    }

    .review__arrow {
        width: 36px;
        height: 36px;
    }
    .where-start-svg-1{
        display: none;
        padding-top: 20px;
        padding-left: 150px;
    }

    .advantages__header-block-svg{
        display: none;
    }
}

/* ==== Article Section ==== */

.article {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.article__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.article__header .h2 {
    white-space: pre-line;
}

.article__header .h2 span {
    color: rgba(34, 64, 101, 0.7);
}

.article__arrows {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-self: center;
}

.article__arrow {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--soft-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.article__arrow:hover {
    background-color: var(--dark-blue);
    transform: scale(1.05);
}

.article__arrow svg {
    rotate: 45deg;
}

.article__arrow--prev svg {
    rotate: -135deg;
}

.article__arrow svg path {
    pointer-events: none;
    fill: #fff;
    stroke: #fff;
}

/* Слайдер */
.article__slider {
    width: 100%;
}

/* Equal card heights in the homepage blog slider */
.home .article__slider .swiper-wrapper {
    align-items: stretch;
}

.home .article__slider .swiper-slide {
    height: auto;
    display: flex;
}

.home .article__slider .swiper-slide .article__card {
    width: 100%;
    height: 100%;
}

.article__card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    user-select: none;
    min-height: 480px;
	border:1px solid #476D8B33;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.article__image {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.article__tab {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(30px);

    padding: 8px 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    color: var(--soft-blue);
    z-index: 2;
}

.article__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article__card:hover .article__img {
    transform: scale(1.05);
}

.article__content {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.article__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

    color: var(--dark-blue);
    margin: 0;
}

.home .article__title {
    min-height: calc(1.3em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--dark-blue);
    margin: 0;
}

.home .article__description {
    min-height: calc(1.2em * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article__container .about__button-block {
    margin-left: auto;
    margin-top: 40px;
}

/* ==== Адаптивная верстка Article ==== */

/* Планшеты */
@media (max-width: 1024px) {
    .article {
        padding: 100px 0;
    }

    .article__container {
        gap: 40px;
    }

    .article__container .about__button-block {
        margin-top: 20px;
    }

    .article__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .article__image {
        height: 180px;
    }

    .article__content {
        padding: 20px;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .article {
        padding: 80px 0;
    }

    .article__header .h2 {
        margin-bottom: 0;
    }

    .article__header {
        align-items: flex-start;
        text-align: left;
        flex-direction: row;
    }

    .article__arrow {
        width: 40px;
        height: 40px;
    }

    .article__image {
        height: 160px;
    }

    .article__title {
        font-size: 18px;
    }

    .article__description {
        font-size: 14px;
    }

    .article__arrows {
        align-self: flex-end;
    }

    .article__card {
        min-height: 300px;
    }
}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .article {
        padding: 60px 0;
    }

    .article__image {
        height: 140px;
    }

    .article__content {
        padding: 15px;
    }

    .article__title {
        font-size: 16px;
    }

    .article__description {
        font-size: 13px;
    }

    .article__arrow {
        width: 36px;
        height: 36px;
    }
}

.faq {
    padding: 120px 20px;
}

.faq .h2 {
    white-space: pre-line;
}


/* Grid контейнер для двух колонок */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

/* FAQ Item */
.faq-item {
    background: #EAECEC;
    /* Фон вопросов */
    border-radius: 20px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    height: min-content;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Вопрос */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 15px;
}

.question-text {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -1%;
    color: var(--dark-blue);
    flex: 1;
}

/* Кнопка плюс/крестик */
.faq-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--soft-blue);
    /* Белый фон кнопки */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
    border: none;
}

.faq-toggle::before,
.faq-toggle::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #fff;
    /* Синий цвет линий */
    transition: all 0.3s;
}

.faq-toggle::before {
    transform: rotate(0deg);
}

.faq-toggle::after {
    transform: rotate(90deg);
}

.faq-toggle.active::before {
    transform: rotate(45deg);
    background-color: var(--soft-blue);
}

.faq-toggle.active::after {
    transform: rotate(-45deg);
    background-color: var(--soft-blue);
}

.faq-toggle.active {
    background-color: #fff;
    /* Остается белым при активном состоянии */
    border-color: var(--soft-blue);
}

/* Ответ — плавное раскрытие */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.4s ease, margin 0.4s ease;
    margin: 0;
    padding: 0;
}

.faq-answer.open {
    max-height: 500px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D1D5DB;
}

.faq-answer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -1%;
    color: #666;
    margin: 0;
}

/* === Планшеты (<=1200px) === */
@media (max-width: 1200px) {
    .faq {
        padding: 80px 0;
    }

    .faq .h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .faq-grid {
        gap: 20px;
    }

    .faq-item {
        padding: 20px;
    }

    .question-text {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 15px;
    }

}

/* === Мобильные (<=768px) === */
@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }

    .faq .h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        /* Одна колонка на мобильных */
        gap: 15px;
    }

    .faq-item {
        padding: 20px;
    }

    .question-text {
        font-size: 16px;
    }

    .faq-toggle {
        width: 35px;
        height: 35px;
    }

    .faq-toggle::before,
    .faq-toggle::after {
        width: 14px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-answer.open {
        margin-top: 12px;
        padding-top: 12px;
    }

}

/* === Маленькие мобильные (<=480px) === */
@media (max-width: 480px) {
    .faq {
        padding: 40px 0;
    }

    .faq .h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .faq-item {
        padding: 15px;
    }

    .question-text {
        font-size: 15px;
    }

    .faq-toggle {
        width: 30px;
        height: 30px;
    }

    .faq-toggle::before,
    .faq-toggle::after {
        width: 12px;
    }

}

/* Footer Section */
.footer-bg{
    background-color: var(--soft-white);
}

.footer {
    background-color: var(--soft-blue);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 60px 0 30px 0;
}

.footer__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Основной блок - 3 колонки */
.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* 1-я часть - логотип */
.footer__logo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__logo {
    max-width: 200px;
    width: 100%;
}

.footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* 2-я часть - меню */
.footer__menu-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.footer__nav-item {
    font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    -o-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.footer__nav li a {
    font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer__nav li a:hover,
.footer__nav li a:focus {
    opacity: 0.7;
    outline: none;
}

.footer__nav li {
    list-style: none;
}


/* 3-я часть - контакты */
.footer__contacts-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__question {
    font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    text-align: right;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.footer__social-link {
    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;
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    text-decoration: none;
}

.footer__social-link:hover,
.footer__social-link:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    outline: none;
}

.footer__social-link img {
    width: 100%;
    height: auto;
    display: block;
}

/* Разделительная линия */
.footer__divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
}

/* Нижний блок */
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copyright {
    font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.footer__link {
    font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, text-decoration 0.3s ease;
    -o-transition: color 0.3s ease, text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer__link:hover,
.footer__link:focus {
    color: var(--soft-white);
    text-decoration: underline;
    outline: none;
}

.mob_links {
    display: none;
}

/* === Адаптивная верстка === */

/* Планшеты */
@media (max-width: 1024px) {
    .footer {
        padding: 50px 0 25px;
    }

    .footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__logo {
        max-width: 180px;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .footer__nav-item {
        font-size: 15px;
    }

    .footer__question {
        font-size: 16px;
    }

    .footer__contacts-section {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer__links {
        display: none;
    }

    .mob_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        text-align: right;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer__container {
        gap: 30px;
    }

    .footer__main {
        gap: 30px;
        text-align: left;
    }

    .footer__logo-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .footer__menu-section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 50%;
    }

    .footer__question {
        text-align: left;
        font-size: 28px;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        text-align: left;
    }

    .footer__links {
        gap: 20px;
    }

    .header__left-about{
        padding: 15px 69px;
        width: 100%;
    }

    .header__inner-about {
        padding: 0px;
    }
    .btn-footer {
        font-size: 28px;
    }

}

/* Маленькие мобильные */
@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px;
    }

    .footer__container {
        gap: 25px;
    }

    .footer__main {
        gap: 25px;
    }

    .footer__logo {
        max-width: 150px;
    }

    .footer__nav {
        gap: 20px;
    }

    .footer__nav-item {
        font-size: 16px;
    }

    .footer__social {
        gap: 12px;
    }

    .footer__social-link {
        width: 35px;
        height: 35px;
    }

    .footer__copyright {
        font-size: 13px;
    }

    .footer__links {
        gap: 15px;
    }

    .footer__link {
        font-size: 13px;
    }
}

/* Поддержка старых браузеров */
@supports not (gap: 40px) {
    .footer__main {
        margin: -20px;
    }
    
    .footer__main > * {
        margin: 20px;
    }
    
    .footer__nav {
        margin-bottom: -15px;
    }
    
    .footer__nav-item {
        margin-bottom: 15px;
    }
    
    .footer__social {
        margin-right: -15px;
    }
    
    .footer__social-link {
        margin-right: 15px;
    }
    
    .footer__links {
        margin-right: -30px;
    }
    
    .footer__link {
        margin-right: 30px;
    }
}






/* Оверлей */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

/* Активное состояние */
.popup-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

/* Сам попап */
.popup {
    position: relative;
    max-width: 480px;
    width: 100%;
    background: #EAECEC;
    border-radius: 12px;
    padding: 40px 40px 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transform: translateY(20px) scale(0.97);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Анимация появления */
.popup-overlay.is-open .popup {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Крестик */
.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #273648;
}

/* Заголовок */
.popup__title {
    margin: 0 0 24px;
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 49px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #273648;
}

/* Поля */
.popup__field {
    margin-bottom: 12px;
}

.popup__field input {
    width: 100%;
    border-radius: 24px;
    border: none;
    padding: 14px 18px;
    font-size: 16px;
    outline: none;
}

/* Кнопка */
.popup__btn {
    display: block;
    width: 100%;
    margin: 16px 0 16px;
    padding: 14px 18px;
    border-radius: 24px;
    border: none;
    background: #476D8B;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Чекбокс */
.popup__agree {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.4;
    color: #273648;
}

.popup__agree input {
    margin-right: 8px;
    margin-top: 2px;
}

.popup__agree a {
    color: #476D8B;
    text-decoration: underline;
}

/* Сообщения */
.popup__error {
    margin-top: 8px;
    color: #c0392b;
    font-size: 13px;
}

.popup__content--thanks {
    text-align: center;
}

.popup__text {
    margin-top: 12px;
    font-size: 16px;
    color: #273648;
}

/* Адаптив */
@media (max-width: 576px) {
    .popup {
        margin: 0 16px;
        padding: 28px 20px 24px;
    }

    .popup__title {
        font-size: 32px;
    }
}

@media (max-width: 400px) {
    .where-start-svg-3{
        display: flex;
        position: absolute;
        top: 2810px;
        left: 80px;
    }
	.where-start-svg-3 svg{
		height:1380px;
	}
}
