.panel-adaptive {
    position: fixed;
    top: 62px;
    right: 0;
    left: 100%;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    overflow-y: auto;
    background: #fff;
    display: none;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53), -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53),-webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}
.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition-duration: .63s;
            transition-duration: .63s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition-timing-function: cubic-bezier(.23,1,.32,1); 
}
.panel-adaptive ul li {
    list-style: none;
    margin-bottom: 20px;
}
.panel-adaptive ul li a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #646467;
}

.burger-menu {
    display: none;
    position: relative;
    border-radius: 100px;
    padding: 8px;
    width: 52px;
    height: 44px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    border: 1px solid #fff;
}

.burger-menu span {
    position: absolute;
    display: block;
    width: 16px;
    height: 2px; 
    background: #fff;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.burger-menu span:nth-child(1) {
    top: 17px; /* Изменил с 13px на 15px - линии ближе к центру */
}

.burger-menu span:nth-child(2) {
    top: 24px; /* Изменил с 22px на 20px - уменьшил расстояние между линиями */
}

/* Активное состояние (крестик) */
.burger-menu.active span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}


@media (max-width: 1200px) {
    .hero__img img {
        width: 1000px;
    }
    .hero__text-block {
        font-size: 16px;
    }
    .front_hero .hero__title {
        font-size: 46px;
    }
    .hero__content {
        height: 650px;
    }
}

.burger-menu {
    border-color: #1c35e8;
}
.burger-menu span {
    background: #1c35e8;
}

/* 33524 */

@media (max-width: 991px) {
    .col-1 {
        margin-bottom: 20px;
    }
    .tabs__in {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    .sub-menu {
        margin-top: 20px;
    }
    .panel-adaptive > ul > li > a {
        color: #222;
        font-weight: 500;
    }
    .col-1 {
        width: 50%;
    }
    .panel-adaptive .btn-ghost {
        color: #fff;
    }
    .contacts__info {
        gap: 20px;
    }
    .contacts__info {
        padding-left: 0;
    }
    .contacts__item-val, .contacts__item-val a {
        font-size: 23px;
    }
    .contacts__item-val.contacts__item-address {
        font-size: 18px;
    }
    .contacts__map {
        margin-top: 20px;
    }
    .contacts__map iframe {
        height: 226px;
    }
    .breadcrumb {
        margin: 24px 0 12px;
    }
    h1 {
        font-weight: 500;
        font-size: 26px;
        margin-bottom: 24px;
    }
    .content {
        padding-top: 63px;
    }
    .footer__top {
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer__fond {
        text-align: center;
        font-weight: 400;
        font-size: 15px;
    }
    .footer__fond br {
        display: none;
    }
    .footer__contacts {
        text-align: left;
    }
    .footer__address {
        font-size: 15px;
    }
    .footer__rec {
        font-size: 15px;
    }
    .header__social {
        display: none;
    }
    .swiper-scrollbar {
        display: block;
    }
    .cta__header h2 {
        margin-bottom: 20px;
    }
    .cta__in {
        display: block;
    }
    .cta__header {
        padding-right: 0;
    }
    .cta__sub br {
        display: none;
    }
    .cta__sub {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .cta__social {
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .social__list {
        justify-content: center;
    }
    .cta-social__title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cta__form {
        width: 100%;
    }
    h2 br {
        display: none;
    }
    .hero__content {
        height: auto;
    }
    .panel-adaptive {
        display: block;
    }
    .burger-menu {
        margin-left: auto;
        display: block;
    }
    .header__lead,
    .header__nav {
        display: none;
    }
    .hero__button-sub .btn {
        width: 100%;
    }
    .hero__text br {
        display: none;
    }
    .panel-adaptive .header__lead {
        display: block;
        margin-top: 60px;
    }
    .panel-adaptive .btn-ghost {
        color: #fff;
        border: 1px solid #1c35e8;
        min-width: 200px;
        text-align: center;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .request__sub-text.row.m-2 {
        margin-bottom: 20px;
    } 
    .request__list {
        margin-bottom: 20px;
    }
    
}

/* Mobile Adaptation for 991px and below */
@media (max-width: 991px) {
    .footer__bottom {
        flex-direction: column;
        gap: 12px;
    }
    header {
        position: fixed;
    }
    .container {
        max-width: 600px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    body {
        font-size: 14px;
    }
    
    /* Header */
    .header__in {
        height: 76px;
    }
    
    .header__logo img {
        max-width: 200px;
    }
    
    .header__nav {
        margin-left: 0;
        order: 2;
    }
    
    .header__nav > ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .header__nav > ul > li > a {
        font-size: 14px;
    }
    
    .header__lead {
        margin-left: 0;
        order: 1;
    }
    
    .hero__sub {
        font-size: 16px;
        padding: 6px 12px;
        margin: 0 auto 15px;
        width: fit-content;
    }
    
    .front_hero .hero__title {
        text-align: center;
        font-size: 36px;
        margin: 0 0 8px;
    }
    
    .hero__text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    
    .hero__button-sub {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .hero__button-text {
        font-size: 13px;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    
    .hero__img {
        position: relative;
        top: 0;
        left: 0;
        right: inherit;
        bottom: inherit;
        text-align: center;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    
    .hero__img img {
        width: 100%;
        max-width: 600px;
    }
    
    .hero__bottom {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        margin-top: 0;
        flex-direction: column;
        gap: 12px;
    }
    
    .hero__text-block {
        text-align: left;
        font-size: 16px;
        padding: 10px 25px;
        width: 100%;
    }
    
    /* Buttons */
    .btn {
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    
    .btn-ghost {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
    }
    
    /* Typography */
    h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .request__sub-text {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    /* Request List */
    .request__list li {
        font-size: 15px;
        margin-bottom: 12px;
        align-items: center;
    }
    
    /* Categories */
    .title-header {
        margin-bottom: 25px;
    }
    .title-btns {
        display: none;
    }
    
    .cat-item {
        padding: 4px 4px 10px 4px;
    }
    
    .cat-item__img {
        height: 140px;
    }
    
    .cat-item__title {
        font-size: 16px;
        margin-top: 10px;
    }
    
    /* Report Items */
    .report-item {
        padding: 6px 6px 15px 6px;
    }
    
    .report-item__image {
        height: 300px;
        margin-bottom: 15px;
    }
    
    .report-item__content {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .report-item__title {
        font-size: 18px;
    }
    
    .report-item__text {
        font-size: 16px;
    }
    
    /* Line Section */
    .line__in {
        margin: 0 auto;
        max-width: 400px;
        height: 475px;
        border-radius: 20px;
    }
    
    .line__in h2 {
        bottom: 40px;
    }
    
    .line-review__author {
        font-size: 16px;
    }
    
    .line-review__text {
        font-size: 15px;
    }
    .line__in {
        background: url(/img/map-adaptive.jpg);
        background-size: cover;
        background-position: top;
    }

    .line-review {
        width: 220px;
        padding: 16px;
    }
    
    .line-review_1 {
        top: 20px;
        bottom: inherit;
        left: 20px;
    }
    
    .line-review_2 {
        width: 260px;
        bottom: 120px;
        right: 20px;
    }
    
    /* Help Section */
    .h2__sub {
        padding: 6px 12px;
        margin: -20px auto 25px;
        font-size: 18px;
    }
    
    .help-item {
        padding: 20px;
    }
    
    .help-item__icon {
        margin-bottom: 30px;
    }
    
    .help-item__title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .help-item__sub {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .help-item__list-title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .help-item__list li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .help-item__action a {
        font-size: 14px;
        padding: 0 20px;
        height: 40px;
        line-height: 38px;
    }
    
    .help-item__rec {
        font-size: 16px;
    }
    
    .help__action {
        margin: 25px auto 0;
    }
    
    /* Reviews */
    .review-item__text {
        width: 250px;
        height: 160px;
        padding: 18px;
    }
    
    .review-text__text {
        font-size: 18px;
    }
    
    .review-text__author {
        font-size: 16px;
    }
    
    .review-item {
        gap: 15px;
        flex-direction: column;
    }
    
    .review-item__video {
        width: 100%;
        height: 200px;
    }
    
    .review-item__video-big.review-item__video {
        width: 100%;
    }
    
    /* Request Section */
    .req__list li {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .req__in {
        flex-direction: column;
        gap: 30px;
        padding: 15px;
        border-radius: 20px;
    }
    
    .req__left {
        width: 100%;
        padding: 20px;
    }
    .req__left {
        order: 1;
    }
    
    .req-left__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .req__table {
        margin-bottom: 20px;
    }
    
    .req__row {
        padding: 10px 0;
        flex-direction: column;
        gap: 5px;
        text-align: left;
    }
    
    .req__label {
        font-size: 16px;
    }
    
    .req__value {
        font-size: 16px;
        text-align: left;
    }
    
    .req-left__sub {
        font-size: 14px;
    }
    
    .req__right {
        padding-right: 0;
    }
    
    .req__right-sub {
        font-size: 16px;
        margin-bottom: 60px;
    }
    
    /* Footer */
    footer {
        padding: 40px 0;
    }
    
    .footer__in {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer__col.footer__col-main {
        text-align: left;
        gap: 12px;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer__col.footer__col-rec {
        align-items: left;

    }
    .footer__nav-in {
        max-width: 160px;
    }
    
    .footer__nav li {
        margin-bottom: 12px;
    }
    
    .footer__nav li a {
        font-size: 16px;
    }
    
    .footer__bottom-links {
        margin-bottom: 10px;
    }
    
    .footer__rec a {
        font-size: 14px;
        padding: 0 20px;
        height: 40px;
        line-height: 38px;
    }
    
    .footer__bottom-links a {
        font-size: 14px;
    }
    
    .footer__copy {
        font-size: 14px;
    }
    
    .footer__phone a {
        font-size: 18px;
    }
    
    .footer__email a {
        font-size: 16px;
    }
    
    /* FAQ */
    .faq-question {
        padding: 18px 40px 18px 18px;
        font-size: 20px;
    }
    
    .faq-item__arrow {
        top: 24px;
        right: 24px;
    }
    
    .faq-answer {
        font-size: 16px;
    }
    
    .faq-answer__in {
        margin: 0 15px 25px;
    }
    
    /* Text Content */
    .content {
        min-height: auto;
        padding-bottom: 40px;
    }
    
    .text-block {
        font-size: 16px;
    }
    
    .text-block h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .text-block h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }
    
    .text-block p + h3,
    .text-block ol + h3,
    .text-block ul + h3 {
        margin-top: 30px;
    }
    
    .text-block p {
        margin-bottom: 8px;
    }
    
    .text-block ol li {
        margin-bottom: 6px;
    }
    
    .text-block ul li {
        padding-left: 15px;
        margin-bottom: 6px;
    }
    
    .text-block ul, .text-block ol {
        padding-left: 15px;
        margin-bottom: 15px;
    }
    
    .blue-bold, .blue-bold-sm {
        font-size: 20px;
        line-height: 25px;
    }
    
    /* Modal */
    .modal {
        padding: 15px;
    }
    
    .modal-content {
        width: 100%;
        max-width: 400px;
        padding: 25px;
        border-radius: 15px;
    }
    
    .modal-sub {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .modal-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .modal .form__terms {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .modal .form input[type="text"],
    .modal .form input[type="email"] {
        height: 50px;
        padding: 0 18px;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .header-mobile__actions {
        gap: 6px;
        margin: 12px 10px 18px;
    }
    
    /* Margins */
    .m-100 {
        margin: 0 0 60px;
    }
}

/* Mobile Adaptation for 768px and below */
@media (max-width: 768px) {
    
    
    /* Hero */
    .hero__content {
        padding-top: 0;
        height: auto;
    }
    
    .front_hero .hero__title {
        font-size: 28px;
    }
    
    .hero__text {
        font-size: 15px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .hero__sub {
        font-size: 14px;
        padding: 5px 10px;
        margin-bottom: 12px;
    }

    
    .hero__text-block {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    /* Buttons */
    .btn {
        padding: 0 20px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    
    .btn-ghost {
        font-size: 13px;
        height: 36px;
        line-height: 34px;
        padding: 0 16px;
    }
    
    /* Typography */
    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .request__sub-text {
        margin-bottom: 25px;
        font-size: 14px;
    }
    
    .request__list li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    /* Categories */
    .title-header {
        margin-bottom: 20px;
    }
    
    .cat-item__img {
        height: 120px;
    }
    
    .cat-item__title {
        font-size: 14px;
        margin-top: 8px;
    }
    
    /* Report Items */
    .report-item__image {
        height: 300px;
        margin-bottom: 12px;
    }
    
    .report-item__title {
        font-size: 16px;
    }
    
    .report-item__text {
        font-size: 14px;
    }
    
    /* Line Section */
    
    .line__in h2 {
        bottom: 30px;
        font-size: 28px;
    }
    
    .line-review__author {
        font-size: 14px;
    }
    
    /* Help Section */
    .h2__sub {
        padding: 5px 10px;
        margin: -16px auto 20px;
        font-size: 16px;
    }
    
    .help-item {
        padding: 16px;
    }
    
    .help-item__icon {
        margin-bottom: 25px;
    }
    
    .help-item__title {
        font-size: 20px;
    }
    
    .help-item__sub {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .help-item__list-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .help-item__list li {
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 12px;
    }
    
    .help-item__action a {
        font-size: 13px;
        padding: 0 16px;
        height: 36px;
        line-height: 34px;
    }
    
    .help-item__rec {
        font-size: 14px;
    }
    
    .help__action {
        margin: 20px auto 0;
    }
    
    /* Reviews */
    .review-item__text {
        width: 100%;
        height: 140px;
        padding: 15px;
    }
    
    .review-text__text {
        font-size: 16px;
    }
    
    .review-text__author {
        font-size: 14px;
    }
    
    .review-item {
        gap: 12px;
    }
    
    .review-item__video {
        height: 180px;
    }
    
    .req__in {
        gap: 25px;
        padding: 32px 24px;
        border-radius: 16px;
    }
    
    .req__left {
        padding: 16px;
    }
    
    .req-left__title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .req__table {
        margin-bottom: 16px;
    }
    
    .req__row {
        padding: 8px 0;
    }
    
    .req__label {
        font-size: 14px;
    }
    
    .req__value {
        font-size: 14px;
    }
    
    .req-left__sub {
        font-size: 13px;
    }
    
    .req__right-sub {
        font-size: 14px;
        margin-bottom: 40px;
    }
    
    /* Footer */
    footer {
        padding: 30px 0;
    }
    
    .footer__in {
        gap: 25px;
    }
    
    .footer__col {
        align-items: center;
        text-align: center;
    }

    .footer__col.footer__col-main {
        gap: 40px;
        justify-content: center;
    }
    .footer__bottom-links a {
        text-align: center;
    }
    .footer__rec {
        margin-bottom: 24px;
    }
    .footer__rec a {
        width: 100%;
        text-align: center;
    }
    
    .footer__nav li {
        margin-bottom: 10px;
    }
    
    .footer__nav li a {
        font-size: 14px;
    }
    
    .footer__bottom-links {
        margin-bottom: 8px;
    }
    
    .footer__rec a {
        font-size: 13px;
        padding: 0 16px;
        height: 36px;
        line-height: 34px;
    }
    
    .footer__bottom-links a {
        font-size: 13px;
    }
    
    .footer__copy {
        font-size: 13px;
    }
    
    .footer__phone a {
        font-size: 16px;
    }
    
    .footer__email a {
        font-size: 14px;
    }
    
    /* FAQ */
    .faq-question {
        padding: 15px 35px 15px 15px;
        font-size: 18px;
    }
    
    .faq-item__arrow {
        top: 20px;
        right: 20px;
    }
    
    .faq-answer {
        font-size: 14px;
    }
    
    .faq-answer__in {
        margin: 0 12px 20px;
    }
    
    /* Text Content */
    .content {
        padding-bottom: 30px;
    }
    
    .text-block {
        font-size: 14px;
    }
    
    .text-block h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .text-block h3 {
        font-size: 16px;
        margin: 0 0 6px;
    }
    
    .text-block p + h3,
    .text-block ol + h3,
    .text-block ul + h3 {
        margin-top: 25px;
    }
    
    .text-block p {
        margin-bottom: 6px;
    }
    
    .text-block ol li {
        margin-bottom: 5px;
    }
    
    .text-block ul li {
        padding-left: 12px;
        margin-bottom: 5px;
    }
    
    .text-block ul, .text-block ol {
        padding-left: 12px;
        margin-bottom: 12px;
    }
    
    .blue-bold, .blue-bold-sm {
        font-size: 18px;
        line-height: 22px;
    }
    
    /* Modal */
    .modal {
        padding: 10px;
    }
    
    .modal-content {
        max-width: 350px;
        padding: 20px;
        border-radius: 12px;
    }
    
    .modal-sub {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .modal-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .modal .form__terms {
        font-size: 13px;
        margin-top: 16px;
    }
    
    .modal .form input[type="text"],
    .modal .form input[type="email"] {
        height: 45px;
        padding: 0 15px;
    }
    
    .form-group {
        margin-bottom: 10px;
    }
    
    .header-mobile__actions {
        gap: 5px;
        margin: 10px 8px 15px;
    }
    
}
/* 33524 */
