:root {
    --main-color: #027cd3;
}

.container {
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

/******STYLING WHATSAPP START**********/
.fixed-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #1292d1;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite wpAnim;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}

.fixed-whatsapp:hover a {
    color: #fff;
}

@keyframes wpAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 15, 30, 0.363)
    }
}
/*****STYLING SECTION-TOP-STATIC START media 1200, 991.98,*****/
.section-top-static {
    background: #f1f1f1;
    padding: 165px 0 45px 0
}

/*****STYLING BREADCUMB START media 1200, 991.98, 768*****/
.breadcumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.static-a {
    font-size: 18px;
}

.breadcumb a {
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
}

.breadcumb a {
    color: #000;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.breadcumb a.active {
    color: #fff;
    background: var(--main-color)
}

.breadcumb a:hover {
    background-color: #025ea0;
    color: #fff
}


/*****PRICE-FORM START*****/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form .modal-body {
    padding: 15px 40px 40px 40px
}

#price-form .modal-title {
    font-size: 18px !important
}

#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid var(--main-color);
}

#price-form .modal-title {
    font-weight: 700;
    color: #000
}

#price-form input.effect,
#price-form .custom-form select.effect {
    height: 50px
}

#price-form .effect,
.projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop {
    opacity: .8 !important
}

#price-form .btn-close:focus {
    box-shadow: none !important
}

#price-form .submit-btn:hover .projects-full-story__form .submit-btn:hover {
    background-color: #742220;
}

#price-form .submit-btn,
.projects-full-story__form .submit-btn {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

#price-form .submit-btn,
.projects-full-story__form .submit-btn:hover {
    background-color: var(--main-color);
}

/* Общий стиль для футера */
.footer {
    background-color: #f9f9f9;
    padding: 20px 0;
    font-family: sans-serif;
    border-top: 1px solid #ddd;
    /* при желании можно убрать */
}



/* Основной контейнер меню в футере */
.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* чтобы при узком экране элементы переносились */
    gap: 10px;
    /* промежуток между блоками при переносе */
}

/* Левая, центральная и правая часть футера */
.footer-left,
.footer-center,
.footer-right {
    display: flex;
    gap: 15px;
    /* расстояние между ссылками */
    flex-direction: column;
}

.footer-right a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-right i {
    display: inline-block;
    font-size: 22px;
}

/* Если нужно, чтобы центральные ссылки были визуально по центру */
.footer-center {
    justify-content: center;
}

/* Если нужно выровнять правый блок по правому краю */
.footer-right {
    justify-content: flex-end;
}

/* Стили для ссылок в футере */
.footer-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

/* При наведении можно слегка изменить цвет */
.footer-menu a:hover {
    opacity: .6;
}

/* Блок с дисклеймером внизу */
.footer-disclaimer {
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    padding-bottom: 20px;
    color: #666;
}

.apply-buttons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.apply-buttons .btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Стиль для кнопки Telegram */
.telegram-btn {
    background-color: #0088cc;
}

.telegram-btn:hover {
    background-color: #007bb3;
}

/* Стиль для кнопки Email */
.email-btn {
    background-color: #f44336;
}

.email-btn:hover {
    background-color: #e03e2f;
}

/* Отступ иконки */
.btn i {
    margin-left: 5px;
}


.vacancies {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.vacancies .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.vacancies h2 {
    text-align: center;
    color: #027cd3;
    font-size: 3em;
    margin-bottom: 30px;
}

.job-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.job-card h3 {
    margin: 0;
    color: #027cd3;
    font-size: 1.5em;
}

.salary {
    margin: 10px 0;
    font-weight: bold;
    color: #333;
}

.description {
    color: #555;
    font-size: 0.95em;
}

/*****STYLING HEADER START*****/
header {
    background: rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(37px);
    position: fixed;
    width: 100%;
    z-index: 100;
}

header.active {
    background: #fff;
    box-shadow: 10px -6px 15px black
}

header.active .menu-item a {
    color: #000
}

header.active .nav-decor {
    color: #000
}

header.active .menu-toggle span {
    background: #000
}

header.active .btn-consultation span {
    background-color: var(--main-color) !important;
    color: white !important
}

header.active .btn-consultation span:hover {
    background-color: #01518a !important;
    color: white !important
}

.logo-mobile {
    display: none
}

.overlay {
    background-image: linear-gradient(67.33deg, #000000b8 0%, rgba(22, 44, 76, 0) 80%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

nav {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-mobile {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #090909;
    flex-direction: column;
    transition: 0.4s all;
    display: flex;
    visibility: hidden;
    padding: 10px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 80px);
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
}

.menu-mobile .dropdown-content {
    display: none;
    list-style: disc;
    color: #fff;
    padding-left: 35px;
}

.menu-mobile.active {
    visibility: visible;
    opacity: 1
}

.menu-mobile .menu-list li {
    padding: 10px 0;
    width: 100%
}

.menu-mobile .menu-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.menu-mobile .lang {
    display: flex;
    gap: 15px
}

.menu-mobile .lang li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.menu-mobile .btn-price {
    display: inline-block;
    background: #fff;
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
}

.menu-mobile .btn-price a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}

.menu-mobile .btn-price i {
    right: 50px
}

.menu-mobile .btn-price:hover a {
    color: #000 !important
}

.menu-item {
    white-space: nowrap;
    position: relative;
    margin-left: 30px;
    padding: 20px 0;
}

.lang-item {
    margin-left: 10px !important
}

.menu-item:hover .menu-drop {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.menu-drop {
    list-style: disc
}

.menu-drop li a {
    font-size: 15px !important
}

.menu-item a {
    transition: .3s
}

.menu-item>a {
    text-transform: uppercase;
}

.menu-item a:hover {
    color: var(--main-color) !important
}

.menu-mobile .btn-consultation span {
    margin-left: 0 !important
}

.menu-mobile .btn-consultation {
    margin-top: 20px
}

.menu-drop {
    position: absolute;
    visibility: hidden;
    padding: 15px 30px;
    background: #fff;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.4s;
    min-width: 175px;
    border-radius: 10px;
    opacity: 0;
}

.menu-drop li a {
    display: inline-block !important;
    padding: 9px 0 !important;
    color: #000 !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 200px
}

.menu-item.sosial i {
    font-size: 30px;
}

nav .nav-decor {
    transition: all 0.3s ease;
    color: #fff
}

.menu li a {
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}



.btn-consultation span {
    color: #0a0c0e !important;
    background-color: #FFF !important;
    border-radius: 5px !important;
    padding: 9px 12px !important;
    letter-spacing: .3px !important;
    transition: all .2s ease !important;
    font-weight: 500 !important;
    margin-left: 30px;
    cursor: pointer;
    display: block;
}

.btn-consultation span:hover {
    background-color: var(--main-color) !important;
    color: white !important;
}

#entryform {
    padding-block: 10rem;
}

/*.btn-price {
    background-color: #df4847;
    border-color: #df4847;
    color: white!important;
    font-weight: 600;
    padding-left: 0!important;
    padding: 12px 40px 12px 30px;
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    margin-left: 30px;
    cursor: pointer;
}

.btn-price i {
    font-size: 12px;
    top: 49%;
    right: 25px;
    transform: translate(0, -50%);
    position: absolute;
    transition: all 0.3s ease;
}

.btn-price:hover  { border-radius: 6px }
.btn-price:hover a { color: #fff!important }
.btn-price:hover i { right: 22px }/*


/**(menu-toggle)**/
.menu-toggle {
    display: none;
    cursor: pointer
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px;
    background: #fff;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0
}


/*****STYLING SLIDER START*****/
.slider {
    height: 100vh;
    position: relative
}

.swiper-header {
    height: 100%
}

.swiper-header .swiper-slide {
    display: flex;
    padding-top: 85px
}

.swiper-header .slide-1 {
    background: url(https://webpulse.imgsmail.ru/imgpreview?mb=webpulse&key=pulse_cabinet-image-aaa73760-af19-4ed9-8a54-fdd5a05e9d3c) top/cover
}

.swiper-header .slide-2 {
    background: url(https://avatars.mds.yandex.net/i?id=8acea6196831b557453ccb3ebbab3412_l-5246350-images-thumbs&n=13) center/cover
}

.swiper-header .slide-3 {
    background: url(https://avatars.mds.yandex.net/i?id=a4e980df76ceb93e797ae48144a43aed_l-4642926-images-thumbs&n=13) top/cover
}

.swiper-header .swiper-header-btns {
    position: absolute;
    bottom: 10%;
    z-index: 9;
    display: flex;
    gap: 10px;
    right: 40px;
}

.swiper-header .swiper-header-btns div {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper-header .swiper-header-btns div i {
    font-size: 12px;
    color: var(--main-color);
    transition: all 0.3s ease;
}

.swiper-header .button-prev:hover i {
    color: #fff
}

.swiper-header .button-prev:hover {
    background: var(--main-color)
}

.swiper-header .button-next:hover i {
    color: #fff
}

.swiper-header .button-next:hover {
    background: var(--main-color)
}

.swiper-header .swiper-text {
    position: relative;
    z-index: 9;
    max-width: 850px;
    width: 100%;
}

.swiper-header .swiper-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.swiper-header .swiper-text p {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
}

.swiper-header .slide-btns {
    display: flex;
    gap: 12px;
}

.swiper-header .swiper-slide__btn {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 12px 35px 12px 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.swiper-header .swiper-slide__btn-1 {
    width: 192px
}

.swiper-header .swiper-slide__btn span::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-bottom: -2px !important;
    margin-left: 5px !important;
    display: inline-block;
    clip-path: polygon(56.4% 50%, 26.4% 19.9%, 35% 11.3%, 73.6% 50%, 35% 88.7%, 26.4% 80.1%, 56.4% 50%);
    background-color: #000;
    transition: all 0.3s ease;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translate(0, -50%);
}

.swiper-header .swiper-slide__btn-1 span::after {
    right: 35px !important
}

.swiper-header .swiper-slide__btn-2 {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(37px);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.swiper-header .swiper-slide__btn-2 span::after {
    background-color: #fff
}

.swiper-header .swiper-slide__btn:hover span::after {
    clip-path: polygon(74.1% 44.2%, 43.1% 13.2%, 51.3% 5%, 96.3% 50%, 51.3% 95%, 43.1% 86.8%, 74.1% 55.8%, 3.7% 55.8%, 3.7% 44.2%, 74.1% 44.2%)
}

.swiper-header .swiper-slide__btn:hover {
    border-radius: 15px
}

.swiper-header .swiper-slide__btn:hover span::after {
    right: 17px
}

.swiper-header .swiper-slide__btn-1:hover span::after {
    right: 30px !important
}

.overlay {
    background-image: linear-gradient(67.33deg, #000000b8 0%, rgba(22, 44, 76, 0.2) 80%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about {
    margin-top: 100px;
    margin-bottom: 80px
}

.about__turned {
    background-color: transparent;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 65px;
    font-weight: 700;
    opacity: .5
}

.about__video {
    position: relative;
    width: 100%;
    background-color: #5f5f5f;
    transition-duration: .5s;
    height: 400px;
    border-radius: 40px;
    display: block
}

.about__video img {
    width: 100%;
    height: 100%;
    opacity: .4;
    border-radius: 40px;
    object-fit: cover
}

.play-button__wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.about .right-side {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3
}

.about .right-side img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain
}

.about__text {
    width: 100%;
    position: relative;
    left: -50px;
    background-color: #fafafa;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
    text-align: left;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.about .right-side a {
    text-decoration: underline;
    font-size: 14px;
    margin-top: 22px;
    position: unset;
    color: #413c3c
}

/*****STYLING FEEDBACK START*****/
#feedback {
    padding: 40px 0;
}

.feedback-title {
    margin-bottom: 40px;
}

.feedback-title h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--white);
}

.feedback_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
}

.left-feedback {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 12px;
    background: url('https://avatars.mds.yandex.net/i?id=0f1c1f27aa954e87719a2acfa616bc08_l-12718967-images-thumbs&n=13') center/cover;
    position: relative;
}

.left-feedback__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: .5;
}

.left_feedback_content {
    padding: 25px;
    border-radius: 4px;
    background-color: var(--feedback-content);
}

.feedback_contact-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
    position: relative;
    z-index: 10;
}

.feedback_contact-info h3 {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 14px;
}

.feedback_contact-info a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    width: fit-content;
    position: relative;
    color: #fff;
    transition: .3s ease-in-out;
}

.feedback_contact-info p {
    display: block;
    font-size: 16px;
    width: fit-content;
    position: relative;
    color: #fff;
    transition: .3s ease-in-out;
}

.feedback_contact-info a:after,
.feedback_line:after {
    width: 100%;
    bottom: -8px;
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    border-radius: 2px;
    background: #fff;
    transition: .3s ease-in-out;
}

.feedback_contact-info a:hover::after {
    width: 0;
}

.right-feedback {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 12px;
}

.right-feedback-wrapper-title {
    margin-bottom: 20px;
}

.right-feedback-wrapper-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
}

.right-feedback-wrapper {
    padding: 20px;
}

.right-feedback-wrapper .row {
    row-gap: 20px;
}

.form-feedback-wrapper {
    position: relative;
}

.form-feedback-wrapper-textarea {
    transition: all .3s ease;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #bab9ba;
    font-size: 14px !important;
    background: transparent;
    outline: none;
    border-radius: 0;
    height: 150px;
    max-height: 200px;
    line-height: 44px;
    resize: vertical;
}

.form-feedback-wrapper-input:focus,
.form-feedback-wrapper-input:valid {
    border-color: var(--white);
}

.form-feedback-wrapper-textarea:focus+.form-feedback-wrapper-label,
.form-feedback-wrapper-textarea:valid+.form-feedback-wrapper-label {
    top: 0px;
    left: 0;
}

.form-feedback-wrapper-input:focus+.form-feedback-wrapper-label,
.form-feedback-wrapper-input:valid+.form-feedback-wrapper-label {
    top: -15px;
    left: 0;
}

.form-feedback-wrapper-input {
    transition: all .3s ease;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bab9ba;
    font-size: 14px !important;
    outline: none;
    background: transparent;
    padding: 10px;
    border-radius: 0;
    height: 44px;
    line-height: 44px;
}

.form-feedback-wrapper-label {
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 10;
    transition: all .3s ease;
}

.btn-feedback-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-feedback-wrapper button {
    margin-top: 20px;
    cursor: pointer;
    background: #24923a;
    color: #fff;
    border-radius: 8px;
    font-weight: 400;
    height: 56px;
    line-height: 56px;
    transition: 0.3s ease-in-out;
    padding: 0 70px;
    font-size: 15px;
    animation: inf-pulse 1.1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 18px transparent;
    font-weight: 500;
    border: none;
}

@keyframes inf-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #24923a;
        -moz-box-shadow: 0 0 0 0 #24923a;
        -o-box-shadow: 0 0 0 0 #24923a;
        box-shadow: 0 0 0 0 #24923a;
    }
}

#map {
    height: 400px;
}

.btn-feedback-wrapper button:hover {
    box-shadow: none
}

.products-static {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

/*about-static*/
.about-static {
    padding: 60px 0;
}

.about-static__subtitle {
    color: #000
}

.about-static__title,
.about-static__subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.12;
    padding-bottom: 20px;
}

.about-static__text {
    color: grey;
    font-size: 17px;
}

@media only screen and (max-width: 992px) {
    .section-top-static {
        padding: 145px 0 35px 0;
    }

    .section-top-static__inner {
        padding-left: 0;
    }

    .static-a {
        font-size: 12px;
    }

    .breadcumb div {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .breadcumb a {
        font-size: 10px;
    }

    .about {
        margin-top: 50px;
    }

    .footer-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-menu a {
        justify-content: center;
    }

    .about__turned {
        writing-mode: horizontal-tb;
        font-size: 35px;
    }

    .about .right-side {
        margin-top: 20px;
    }

    .about .right-side img {
        max-width: 200px;
    }

    .about__text {
        font-size: 14px;
        padding: 15px;
        border-radius: 10px;
        left: 0;
    }

    .about__video {
        height: 300px;
    }

    .vacancies .row {
        grid-template-columns: 1fr;
    }

    .apply-buttons {
        flex-direction: column;
    }

    /*****RESPONSIVE HEADER*****/
    .swiper-header .swiper-text h2 {
        font-size: 28px;
    }

    .swiper-header .swiper-text p {
        font-size: 16px;
    }

    .swiper-header .swiper-slide__btn-2 {
        margin-top: 10px;
    }

    .swiper-header .slide-btns a {
        width: 100%;
        font-size: 13px;
    }

    .swiper-header .swiper-header-btns {
        bottom: 8px;
        left: 10px;
    }

    .logo img {
        max-width: 150px;
    }

    .btn-consultation span,
    .menu-item {
        margin-left: 15px
    }

    .menu li a {
        font-size: 13px
    }

    .btn-consultation span {
        padding: 5px 10px !important;
        font-size: 15px !important
    }

    .menu,
    .btn-price {
        display: none
    }

    .menu-toggle {
        display: block
    }



    .logo-mobile {
        display: block
    }

    .logo-header {
        display: none
    }

    /*****RESPONSIVE FOOTER*****/
    .footer__top ul li {
        font-size: 14px
    }

    .footer__top .contact .number,
    .contact .email {
        font-size: 14px
    }

    .footer__top .contact {
        padding-top: 12px;
    }

    .copyright {
        font-size: 14px
    }

    .preferences-btn {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}