@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

.bg-img {
    background-image: url(../img/02.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.logo img {
    width: 40px;
    margin-right: 10px;
}

.logo h2 {
    color: #121212;
    font-size: 18px;
}

.logo span {
    font-weight: 700;
    color: #FED036;
}

.header__contact {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
            text-align: right;
}

.header__contact img {
    width: 25px;
    margin-right: 10px;
}

.header__contact h2 {
    font-size: 16px;
}

.header__contact a {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.dynamic-phone{
    margin-right: 10px;
    white-space: nowrap;
}
.header__contact a:hover {
    color: #FED036;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__contact p {
    font-size: 12px;
    color: #7F8BFA;
}

.pulse {
    width: 7px;
    height: 7px;
    background-color: #7F8BFA;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
    -webkit-animation: animate 1.5s linear infinite;
            animation: animate 1.5s linear infinite
}
@-webkit-keyframes animate {0% {-webkit-box-shadow: 0 0 0 0 #7F8BFA, 0 0 0 0 #7F8BFA;box-shadow: 0 0 0 0 #7F8BFA, 0 0 0 0 #7F8BFA }40% {-webkit-box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 #7F8BFA;box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 #7F8BFA }}@keyframes animate {0% {-webkit-box-shadow: 0 0 0 0 #7F8BFA, 0 0 0 0 #7F8BFA;box-shadow: 0 0 0 0 #7F8BFA, 0 0 0 0 #7F8BFA }40% {-webkit-box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 #7F8BFA;box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 #7F8BFA }}


.about__content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about__content > * {
    margin-bottom: 10px;
}

.about__content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #7F8BFA;
}

.about__content h1 {
    font-size: 35px;
    font-weight: 700;
}

.about__content img {
    width: 30px;
    margin-right: 10px;
}

.about__content p {
    font-size: 16px;
}

.callback-form {
    margin-top: 50px;
}

.callback-form input[type=tel] {
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    height: 45px;
    padding-left: 50px;
    margin-left: 10px;
    margin-right: 0;
    background-image: url(../img/clarity_phone-handset-solid.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.custom-button {
    position: relative;
    color: #000;
    background: #FED036;
    padding: 9px 0;
    border: none;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

.phone-button {
    display: block;
    width: fit-content !important;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 15px 60px;
    margin-top: 40px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.custom-button:hover {
    color: #fff;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.custom-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
  
.custom-button::after {
    content: '';
    width: 10px; height: 10px;
    border-radius: 100%;
    border: 3px solid #FED036;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: wave 1.5s infinite;
            animation: wave 1.5s infinite;
}
  
.custom-button:hover::after {
    -webkit-animation: none;
            animation: none;
    display: none;
}
@-webkit-keyframes wave {0% {width: 30px;height: 30px;opacity: 1;}100% {width: 200px;height: 200px;opacity: 0;}}@keyframes wave {0% {width: 30px;height: 30px;opacity: 1;}100% {width: 200px;height: 200px;opacity: 0;}}

.about__content_blocks div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
}

.about__content_blocks h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.about__content_blocks p {
    font-size: 16px;
}

.about__content_blocks_center {
    border-left: 2px solid #A4A4A4;
    border-right: 2px solid #A4A4A4;
}

.about-cards__blocks {
    background-color: #fff;
    box-shadow: 0px 4px 75px rgba(32, 78, 119, 0.07);
    border-radius: 5px;
    margin-top: -60px;
}

.about-cards__blocks > div {
    padding: 30px 50px;
}

.about-cards__blocks h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-cards__blocks p {
    font-size: 18px;
}

.about-cards__blocks img {
    width: 2px;
    height: 80px;
}

.section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-1__card {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(14, 0, 70, 0.05);
    border-radius: 10px;
    transition: .3s;
}

.section-1__card:hover {
    box-shadow: 0px 4px 60px rgba(14, 0, 70, 0.25);
}

.section-1__card h3 {
    font-size: 22px;
}

.section-1__card_content {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.section-1__card_content p {
    font-size: 16px;
}

.section-1__card_content p span {
    font-size: 25px;
    font-weight: 700;
    color: #FED036;
}

.section-1__card_content h4 {
    font-size: 16px;
    color: #7F8BFA;
}

.section-1__card a {
    width: 100% !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000 !important;
    border-radius: 50px;
}

.section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-2__card {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(14, 0, 70, 0.05);
    border-radius: 10px;
    padding: 30px;
    min-height: 300px;
    transition: .3s;
}

.section-2__card:hover {
    box-shadow: 0px 4px 60px rgba(14, 0, 70, 0.25);
}

.bottom-block {
    padding-top: 50px;
}

.bottom-block h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}

.bottom-block_row {

}

.bottom-block_column {
    align-items: center;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 50px;
}

.bottom-block_column img {
    width: 20px;
    margin-right: 10px;
}

.bottom-block_column p span {
    font-weight: 700;
}

.text-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-block h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.text-block p {
    font-size: 18px;
    line-height: 1.3em;
    text-indent: 20px;
}
.footer {
    background-color: #000;
}

.footer_logo h2 {
    color: #fff;
}
.footer__copy {
    font-size: 14px;
    color: #fff;
}
.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  }
  
  .floating-button {
    width: 70px;
    height: 70px;
    background-color: #ffc107;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    animation: pulse 1.5s infinite;
    transition: transform 0.3s;
  }
  
  .floating-button img {
    width: 60%;
    height: 60%;
    filter: brightness(0) invert(1); 
  }
  
  .floating-button:hover {
    transform: scale(1.1);
  }
  
  @keyframes pulse {
    0%, 100% {
      box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
    }
    50% {
      box-shadow: 0 0 30px rgba(255, 193, 7, 1);
    }
  }
  
  .call-button {
    background-color: #ffc107;
  }
  
  .whatsapp-button {
    background-color: #ffc107;
  }
  
  .telegram-button {
    background-color: #ffc107;
  }
  
  .location-button {
    background-color: #ffc107;
  }
  .contact-form {
    padding: 40px 0;
    background-color: #f8f9fa;
  }
  
  .contact-form .container {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    background-color: #ffc107;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .btn:hover {
    background-color: #e0a800;
  }
  
.language-switcher {
    position: relative;
  }
  
  .language-toggle {
    background-color: #ffc107; 
    color: #333;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .language-toggle:hover {
    background-color: #e0a800;
  }
  
  .language-list {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
  }
  
  .language-list li {
    margin: 0;
  }
  
  .language-list li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.3s;
  }
  
  .language-list li a:hover {
    background-color: #f8f9fa; 
  }
  
  .language-switcher:hover .language-list {
    display: block;
  }
  .language-switcher {
    position: relative;
  }
  
  .language-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
  .language-list li {
    padding: 10px;
  }
  
  .language-list li a {
    text-decoration: none;
    color: black;
    display: block;
  }
  
  .language-list li:hover {
    background-color: #f0f0f0;
  }
  
  .language-switcher.active .language-list {
    display: block; 
  }
  .advantages {
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  
  .advantages-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
  }
  
  .advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(25% - 20px); 
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  
  .advantage-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
  }
  
  .advantage-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
  }
  
  @media (max-width: 768px) {
    .advantage-item {
      width: calc(50% - 20px); 
    }
  }
  
  @media (max-width: 480px) {
    .advantage-item {
      width: 100%;
    }
  }
  .features {
    background-color: #f8f9fa;
    padding: 60px 0;
  }
  
  .feature-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
  }
  
  .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  
  .feature-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .feature-icon {
    background-color: #ffc109; 
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .feature-icon i {
    font-size: 32px;
  }
  
  .feature-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .feature-box p {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
  }
  
  @media (max-width: 768px) {
    .feature-box {
      margin-bottom: 30px;
    }
  }
  .map-section {
    position: relative;
  }
  
  .map-container {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  
  .map-container iframe {
    width: 100%;
    height: 100%;
  }
  
  /* Опционально: добавьте стили для информационного блока поверх карты */
  .map-info {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    max-width: 350px;
    z-index: 10;
  }
  
  .map-info h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .map-info p {
    margin-bottom: 10px;
  }
  
  /* Медиа-запрос для мобильных устройств */
  @media (max-width: 768px) {
    .map-info {
      position: static;
      transform: none;
      margin: 20px auto;
      max-width: 90%;
    }
    
    .map-container {
      height: 350px;
    }
  }


  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }
  
  .logo img {
    width: 60px;
    height: auto;
    margin-right: 15px;
  }
  
  .company-descriptor {
    font-size: 14px;
    color: #666;
    margin-top: -5px;
  }
  
  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .main-menu li {
    list-style: none;
    margin: 0 15px;
  }
  
  .main-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
  }
  
  .main-menu li a:hover {
    color: #FED036;
  }
  
  .main-menu li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FED036;
    transition: width 0.3s ease;
  }
  
  .main-menu li a:hover:after {
    width: 100%;
  }
  
  /* Call button styles */
  .call-button {
    background-color: #FED036;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .call-button i {
    margin-right: 8px;
  }
  
  .call-button:hover {
    transform: scale(1.05);
    background-color: #F9C500;
  }
  
  .language-toggle {
    font-size: 14px;
    padding: 5px 10px;
  }
  
  .about-company {
    padding: 60px 0;
    background-color: #f9f9f9;
  }
  
  .about-company h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .about-company p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .about-company-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .about-company-image img {
    width: 100%;
    height: auto;
  }
  
  /* Google reviews styles */
  .google-reviews {
    padding: 60px 0;
    background-color: #fff;
  }
  
  .google-reviews h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
  }
  
  .google-review-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }
  
  .google-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  
  .google-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .google-review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
  }
  
  .google-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .google-review-info h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
  }
  
  .google-review-date {
    font-size: 14px;
    color: #777;
  }
  
  .google-review-stars {
    color: #FFC107;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .google-review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }
  
  /* Portfolio gallery styles */
  .portfolio-gallery {
    padding: 60px 0;
    background-color: #f9f9f9;
  }
  
  .portfolio-gallery h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
  }
  
  .portfolio-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
  }
  
  .portfolio-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .portfolio-item:hover img {
    transform: scale(1.05);
  }
  
  .portfolio-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
  }
  
  .portfolio-item-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
  
  /* Footer styles */
  footer {
    background-color: #222;
    color: #fff;
    padding: 50px 0 20px;
  }
  
  footer h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  footer p, footer a {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  footer a:hover {
    color: #FED036;
    text-decoration: none;
  }
  
  .footer-contact i {
    margin-right: 10px;
    color: #FED036;
  }
  
  .footer-social {
    display: flex;
    margin-top: 20px;
  }
  
  .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
  }
  
  .footer-social a:hover {
    background-color: #FED036;
    color: #222;
  }
  
  .footer-logo img {
    width: 80px;
    margin-bottom: 20px;
  }
  
  .footer-copyright {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #888;
  }
  
  .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-menu li {
    margin-bottom: 10px;
  }
  
  .footer-menu li a {
    color: #ccc;
    transition: color 0.3s ease;
  }
  
  .footer-menu li a:hover {
    color: #FED036;
  }
  
  .mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  @media (max-width: 992px) {
    .main-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #eee;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
      flex-direction: column;
      padding: 10px 0;
      z-index: 1001;
    }
    
    .main-menu.active {
      display: flex;
    }
    
    .main-menu li {
      margin: 10px 0;
    }
    
    .mobile-menu-toggle {
      display: block;
    }
  }

.section-1__card {
  height: 100%; 
  display: flex;
  flex-direction: column;
}

.section-1__card img {
  width: 100%;      
  height: 220px;  
  object-fit: cover; 
  border-radius: 10px 10px 0 0; 
}

.section-1__card .p-4 {
  flex-grow: 1;    
  display: flex;
  flex-direction: column;
}

.section-1__card .section-1__card_content {
  margin-top: auto;  
  margin-bottom: auto;
}

.section-1__card h3 {
  min-height: 80px;  
  display: flex;
  align-items: center;
}
/* Стили для мобильного меню */
@media (max-width: 992px) {
  .mobile-menu-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 1002;
  }
  
  .main-menu {
    display: none;
    position: fixed;
    top: 90px; /* Высота хедера */
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    flex-direction: column;
    padding: 20px 15px;
    z-index: 1001;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
  
  .main-menu.active {
    display: flex;
  }
  
  .main-menu li {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  
  .main-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
  }
  
  .mobile-menu-item {
    margin-top: 15px !important;
  }
  
  .mobile-menu-item:first-of-type {
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  
  .call-button {
    justify-content: center;
    margin: 0 auto;
 
  }
  
  /* Стили для мобильного переключателя языков */
  .language-switcher-mobile {
    width: 80%;
    margin: 10px auto;
  }
  
  .language-toggle-mobile {
    width: 100%;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }
  
  .mobile-language-options {
    display: none;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .mobile-language-options.active {
    display: block;
  }
  
  .mobile-language-options a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
  }
  
  .mobile-language-options a:last-child {
    border-bottom: none;
  }
  
  .mobile-language-options a:hover {
    background-color: #f8f9fa;
  }
}
.desktop-nav-buttons{
  align-items: center;
}
.about{
margin-top: 75px;
}