@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



body {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


header {
    position: relative;
    z-index: 30;
}

.header-top {
    background: var(--black-bg);
    color: #fff;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container {
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}


.header-top__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-top__menu ul li a{
        padding: 10px 20px;

}

.header-top__menu > ul li:not(:last-child) {
    margin-right: 40px;
}
.header-top__menu .menu-item-has-children {
    position: relative;
    padding-right: 19px;
}
.header-top__menu > ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.header-top__calc a {
    display: flex;
    align-items: center;

}

.header-top__calc a span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.2s;
}


.header-main {
    padding: 20px 0;
    background: #fff;
}
.header-main__block {
    display: flex;
    align-items: center;
    gap: 20px;
}
.burger, .mobile-block {
    display: none;
}

.header-main__logo {
    display: flex;
}
.header-main__logo svg {
    transition: all 0.2s;
    max-width: 177px;
}

.header-main__catalog {
    margin-left: 28px;
}
.header-main__catalog a.btn-border {
    padding: 12px 34px 11px;
}
.btn-border {
    background: transparent;
    color: var(--blue-color);
}



.header-main__catalog a.btn-border {
    padding: 12px 34px 11px;
}
.btn-border {
    background: transparent;
    color: var(--blue-color);
}


.header-main__catalog a.btn-border {
    padding: 12px 34px 11px;
}
.btn-border {
    background: transparent;
    color: #1757ff;
}
.btn-w {
	text-decoration: none;        /* Убирает подчеркивание */
    padding: 16px 34px;
    display: flex;
    align-items: center;
	justify-content: center; 
    border-radius: 6px;
    color: #EE1C25;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    border: 2px solid #EE1C25;
    outline: none;
    box-shadow: none;
}
.btn {
    padding: 16px 34px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #EE1C25;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border: 2px solid #EE1C25;
    outline: none;
    box-shadow: none;
}
.header-main__catalog a.btn-border {
    text-decoration: none;
}
.not-mobile {
    display: flex;
}
.header-main__block {
    display: flex;
    align-items: center;
}


.header-main__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-main .strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #000;
    text-decoration: none;
}
.header-main .small {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--blue-color);
}

.header-main__column:not(:first-child) {
    margin-left: 34px;
}

.header-main__social {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.section-banner__content p {
    line-height: 24px;
    font-size: 16px;
}
.header-main__social li {
    display: flex;
}

.header-main__social li a {
    display: flex;
}

.btn.modal-open-button {
    background: #EE1C25;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top {
    background: #423d3d;
    color: #fff;
}

.header-top__menu ul li a {
    padding: 16px 0;
    display: block;
}

.section-banner {
    padding: 0px 0;
}

.section-banner__wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.section-banner__content {
    flex: 0 0 45%;
}

.section-banner__images {
    flex: 0 0 55%;
    display: flex;
    gap: 20px;

}

.section-banner__images_column {
    width: 50%;
    overflow: hidden;
}

.section-banner .swiper {
    height: 500px;
}

.section-banner .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.section-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.section-banner .swiper-slide {
    margin-bottom: 10px;
}

.header-top__menu ul li a {
    color: #fff;
    text-decoration: none;
}







.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
}

.services-grid .service-item {
  padding: 40px 25px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.services-grid .service-item:nth-child(4n) {
  border-right: none;
}

.services-grid .service-item img {
  max-width: 170px;
  display: block;
  margin: 0 auto 25px;
}

.services-grid h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.services-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-grid ul li {
  margin-bottom: 8px;
}

.services-grid ul li a {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  transition: 0.2s;
}

.services-grid ul li a:hover {
  text-decoration: none;
  color: #ff0033;
}

.about__section {
    padding: 80px 0 120px;
    background: #F5F5F5;
}

.aboutt  {
    display: flex;
    gap: 20px;
}
.about__section-left {
    width: 657px;
}

.first-part {
    border-radius: 45px 45px 0 0;
    background: rgb(232 232 232 / 47%);
    padding: 50px 0 30px 50px;
    box-sizing: border-box;
}

.about__section-left h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 19px;
}
.about__section-left p {
    color: rgb(94, 94, 94);
    font-size: 16 px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
}

.second-part {
    border-radius: 0px 0px 45px 45px;
    background: #fff;
    padding: 30px 50px 45px 50px;
    box-sizing: border-box;
}



.about__section_right {
    flex: 1;
    border-radius: 0 0 45px 45px;
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    min-height: 570px;
}


.contacts-section {
    background: #fff;
    padding: 60px 0 90px;
}

.contacts-title {
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px;
}

.contacts-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.contact-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
}

.contact-card h3 {
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-card p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

.contact-phone {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.contact-links a {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

/* Нижний блок */
.contacts-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.map-card {
    background: #fff;
    overflow: hidden;
}

.map-card iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.info-card {
    background: #F5F5F5;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-logo {
    width: 120px;
    margin-bottom: 10px;
}

.info-block strong {
    font-size: 18px;
    font-weight: 700;
}

.info-block p {
    margin-top: 5px;
    font-size: 16px;
}

.btn-blue {
    margin-top: 20px;
    background: #EE1C25;
    color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}








.faq-section {
    padding: 80px 0;
}

.faq-title {
    text-align: left;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-item {
    background: #cccccc4d;
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 22px 24px;
    font-size: 20px;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.faq-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: translateY(-50%) rotate(-135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    padding: 15px 0 20px;
    font-size: 17px;
    color: #444;
    line-height: 1.5;
}

.site-footer {
  background: #111;
  color: #fff;
  padding: 60px 0 30px;
  font-family: "Gilroy", sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footer-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.8;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links,
.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  display: block;
  margin-bottom: 8px;
  transition: 0.2s;
}

.footer-links li a:hover {
  opacity: 1;
}

.footer-contacts li {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  opacity: 0.9;
}

.footer-contacts a {
  color: #fff;
  text-decoration: none;
}

.footer-socials a {
  margin-right: 12px;
  display: inline-block;
  opacity: 0.8;
  transition: 0.2s;
}

.footer-socials a:hover {
  opacity: 1;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
}
.footer-bottom a {
    color: #fff;
}
/* Адаптация */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}






/* адаптив */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid .service-item:nth-child(4n),
  .services-grid .service-item:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid .service-item {
    border-right: none;
  }
}


.section-banner__content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-top: 0;
}

.service__section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-banner {
    padding: 0 0;
    background: #f4f4f49c;
}

.service__section h2 ,
.about__section-left h2,
.why-us h2{
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}
.why-us h2 {

    align-items: baseline;
}
.about-full .btn {

    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
}

.service__section h2 svg path,
 .about__section-left h2 svg path ,
 .why-us h2 svg path {
    stroke: #EE1C25; /* Новый цвет */
}

.service__icon img {
    width: 60px;
}





.ogo {
    padding: 70px 0;
}

.why-us h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;

}

.why-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 100px; /* вертикальные и горизонтальные отступы */
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-icon {
   width: 80px;
    height: 50px;
    background: url('red-corner.svg') no-repeat right bottom;
    position: relative;
}

.why-icon img {
	width: 85px;
    height: 85px;
    object-fit: contain; /* или cover, смотря что нужно */
    display: block;
}

.why-item p {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    margin-top: 0;
}



/* Контейнер */
.works {
    padding: 50px 0;
    background: #F5F5F5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}


/* Сетка */
.works-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}


/* Карточка */
.work-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.work-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* Название */
.work-name {
    font-size: 26px;
    font-weight: 700;
    padding: 20px 20px 10px;
}

/* Инфо */
.work-info {
    padding: 0 20px 20px;
    font-size: 16px;
}

.work-info p {
    margin: 4px 0;
    color: #555;
}

.work-info span {
    font-weight: 700;
    color: #000;
}

/* Кнопка */
.callback {
    margin-top: 40px;
}

.callback-inner {
     background: linear-gradient(135deg, #423d3d, #8f8f8f);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: relative;
}

/* Левая часть */
.callback-left {
    width: 60%;
}

.callback-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.callback-form {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.callback-form input {
    height: 48px;
    padding: 0 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    width: 200px;
}

.send-btn {
    background: #EE1C25;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.send-btn:hover {
}

/* Чекбокс */
.checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.checkbox input {
    margin-right: 8px;
}

/* Ссылки */
.callback-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}

.link img {
    width: 26px;
    height: 26px;
}

.link:hover {
    opacity: 0.8;
}

/* Правая часть — картинка */
.callback-right img {
    height: 405px;
    /* object-fit: contain; */
    position: absolute;
    right: 0;
    top: -48px;
    z-index: 99999;
}
.team {
    padding: 60px 0;
}

.team-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
}

/* Сетка */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Карточка */
.team-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px 30px;
    text-align: center;
    transition: 0.3s;
    cursor: default;
}

.team-card:hover {
    transform: translateY(-5px);
}

/* Фото */
.team-photo {
 
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.team-photo {
    width: 100% !important;
    height:  100% !important;
}
/* Имя */
.team-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Должность */
.team-role {
    font-size: 15px;
    color: #666;
}

.team-swiper {
    width: 100%;
    padding: 20px 0;
}

.team-card {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.team-photo {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}





.stats{
    margin-top: 50px;
}
.stats-container {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stat-item {
    padding: 20px 0;
}

.stat-number {
    font-size: 50px;
    font-weight: 800;
}

.stat-line {
    margin: 15px 0px;
    width: 90px;
    height: 6px;
    background: #d90000;
}

.stat-text {
    margin-top: 7px;
    font-size: 18px;
}


.calc-banner {
    background: url('../images/background1.jpg') center/cover no-repeat; /* фон, подставь свой */
    padding: 40px 0;
    position: relative;
}

.calc-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55); /* затемнение как на картинке */
}

.calc-container {
    position: relative;
    z-index: 2;
    text-align: left; /* как на картинке — слева */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.calc-title {
    font-weight: 800;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 0;
}

.subtitle {
    font-weight: 800;
    font-size: 50px;
    line-height: 48px;
    color: #ee1c25;
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 0;
}

.calc-btn {
    display: inline-block;
    background: #EE1C25;
    color: #fff;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.calc-btn:hover {
}

.clients {
    padding: 60px 0;
    background: #F5F5F5;
}

.clients-top {

    padding: 0 20px;

}

.clients-title {
    font-size: 42px;
    font-weight: 700;
}

.clients-btn {
    background: #2D66FF;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.clients-btn:hover {
    background: #1f4bd3;
}

.clients-swiper {
    padding: 20px 0;
}

.clients-top .swiper-slide {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;

}

.swiper-slide img {
    max-width: 100%;
}



.ssstitle {
        font-size: 35px;
    margin-bottom: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ssstitle svg path {
    stroke: #EE1C25; /* Новый цвет */
}



.work-info .btn {
    padding: 16px 34px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #EE1C25;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border: 2px solid #EE1C25;
    outline: none;
    box-shadow: none;
    background: transparent;
    margin-top: 26px;
    width: 100%;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.work-info div{
    display: flex;
    gap: 20px;
}


.modal-window {
    padding: 20px;
    width: 100%;
    max-width: 420px;
}

#modal-form input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#modal-form button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}



/* Делаем позиционирование только для тех li, у которых есть submenu */
.header-top__menu .menu-item-has-children {
    position: relative !important;
}

/* Скрытое подменю */
.header-top__menu .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--black-bg);
    padding: 10px 0;
    min-width: 200px;
    display: none;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border-radius: 6px;
    background: #fff;
    z-index: 100000;
    margin-top: 0;
}

.sub-menu li{
    margin-right: 0 !important;
    text-align: left;

    width: 100%;
}

/* Пункты подменю */
.header-top__menu .sub-menu li {
    margin: 0;
}

.header-top__menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    transition: 0.2s;
}

.header-top__menu .sub-menu a:hover {
    background: rgba(255,255,255,0.15);
}

/* Показ подменю на hover */
.header-top__menu .menu-item-has-children:hover > .sub-menu {
    display: flex !important;
}




.header-top__menu .sub-menu a {
    padding: 5px 20px;
 


}





.main-site-header {
    transition: all 0.4s ease;
    position: relative; /* обычное положение */
}

.main-site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

    background: rgba(255, 255, 255, 0.95); /* немного прозрачности */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-top: 0px;

    transform: translateY(0);
}

.main-site-header.sticky .header-main__logo img  {
    width: 55px;
}

.main-site-header.sticky .header-main {
    padding: 5px 0;
    background: #fff;
}

.main-site-header.sticky  .header-top__menu ul li a {
    padding: 10px 0;
    display: block;
}

.main-site-header.sticky .header-main .strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #000;
    text-decoration: none;
}
.main-site-header.sticky .btn {
    padding: 16px 34px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #EE1C25;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border: 2px solid #EE1C25;
    outline: none;
    box-shadow: none;
}
.main-site-header.sticky .header-top__menu ul li a {

    font-size: 15px;
}


.header-main__logo {
    margin-top: 9px;
}
.callback-form form {
    display: block !important;
    gap: 26px;
}
.callback-right img {
    height: 405px;
    /* object-fit: contain; */
    position: absolute;
    right: 0;
    bottom: 0;
    top: initial;
    z-index: 999;
}
/* Адаптив */
@media (max-width: 900px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
}

@media (max-width: 550px) {
    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 60px;
    }
}








/* Адаптив */
@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}


/* Адаптив */
@media (max-width: 900px) {
    .callback-inner {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .callback-left {
        width: 100%;
    }

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

    .callback-form input,
    .send-btn {
        width: 100%;
        max-width: 350px;
    }

    .callback-right img {
        margin-top: 20px;
        height: 220px;
    }
}


/* Адаптив */
@media (max-width: 768px) {
    .works-grid {
        grid-template-columns: 1fr;
    }

    .work-img {
        height: 260px;
    }
}




@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1000px;

    }
    .header-main__block {

            gap: 5px;
    }

    .header-main .strong {
        font-size: 18px;
    }


}




@media only screen and (max-width: 1080px) {

   .container {
        max-width: 800px;

    }
    .header-main__column {
        display: none;
    }

    .callback-right img {
        display: none;
    }
}

.tgl {
    display: none;
}


@media only screen and (max-width: 880px) {

      .container {
        max-width: 100%;
        padding: 15px;
        box-sizing: border-box;

    }
    .section-banner__images {
        flex: 0 0 40%;

    }

.section-banner__content h1 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
}

.section-banner .swiper-slide img {
}

    .section-banner__wrapper {
        display: flex;
        gap: 40px;
        align-items: center;
        padding-top: 20px;
        flex-direction: column-reverse;
    }

.section-banner__content {
    padding-bottom: 20px;

}

.aziz {
    min-height: 500px !important;

}

.why-grid {
    display: block;

}
.header-top {
    display: none;
}


.btn {
    padding: 12px 34px;

    font-size: 14px;

}
.section-banner .swiper-slide img {
    height: 74%;
}

.header-main__catalog a.btn-border {
    padding: 9px 11px 7px;
}
.header-main__logo img{
    width: 70px;
}
.about__section-left {
    width: 100%;
}
.first-part {
    border-radius: 45px 45px 0 0;
    background: rgb(232 232 232 / 47%);
    padding: 20px 0 18px 4px;
    box-sizing: border-box;
}

.service__section h2, .about__section-left h2, .why-us h2 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 30px;
}
.second-part {
    border-radius: 0px 0px 45px 45px;
    background: #fff;
    padding: 30px 15px 45px 15px;
    box-sizing: border-box;
}

.aboutt {
    display: flex;
    gap: 0;
}
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 5px;
    }
    .stat-number {
        font-size: 39px;
    }

.stat-text {
    margin-top: 7px;
    font-size: 14px;
}

    .service__section h2, .about__section-left h2, .why-us h2 {
        font-size: 20px;
    }
    
.ssstitle {
    font-size: 25px;
}
.callback-form form {
    display: block;
    gap: 26px;
}
.callback-form {
    display: block;
    gap: 15px;
    margin-bottom: 15px;
}
.callback-form form {
    display: block !important;
    gap: 26px;
}
.callback-form input, .send-btn {
        width: 100%;
        max-width: 100%  !important;
    }
    .callback-form input, .send-btn {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

.callback-left h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
}

.calc-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}
.faq-question {
    width: 100%;
    text-align: left;
    padding: 22px 24px;
    font-size: 14px;
}
.faq-question {
    width: 100%;
    text-align: left;
    padding: 22px 24px;
    font-size: 14px;

}
.info-card .btn-blue {
    width: 70% !important;
   
}
.contacts-bottom {
    display: block;
    grid-template-columns: 1fr 1fr;
}
    .service__section h2, .about__section-left h2, .why-us h2 {
        margin-bottom: 0px;

    }
.header-top {
        display: block;
    }
.header-top__menu {
    display: none;
}

.tgl {
    display: block;
    width: 40px;
    margin: 0px auto;
}


.tgl div {
    background-color: #fff;
    padding: 1.5px;
    margin: 4px;
}
    .header-top__menu {
        display: block;
    }

.header-top .container {
    display: block;
}
.header-top__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
    text-align: center;
}
.header-top__menu > ul li:not(:last-child) {
    margin-right: 0;
    text-align: center;
}
.header-top__menu ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.header-top__menu .menu-item-has-children {
    padding-right: 0;
}

.header-top__menu .menu-item-has-children > .sub-menu {
    position: static;
   
    width: 100% !important;
}

.header-top__menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
    transition: 0.2s;
}

.header-top__menu ul li a {
    padding: 8px 0;
    display: block;
}

#menu-menu {
    display: none;
}

    .service__section h2, .about__section-left h2, .why-us h2 {
        margin-bottom: 20px;
    }

.service__section {
    padding-top: 52px;
    padding-bottom: 100px;
}


.aziz {
    min-height: 200px !important;
}


.team-swiper .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.team-swiper {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


.header-top__menu.active {
    display: block !important;
}
.header-top__menu.active ul{
    display: block !important;
}
    .header-top__menu .menu-item-has-children > .sub-menu {
        
        display: none !important;
    }


}

.section-banner .swiper-slide img {
    width: 100%;
    height: auto !important; /* не растягиваем по высоте */
    object-fit: cover;       /* по желанию: обрезать, но не мять */
}
/* Отступ снизу между слайдами */
.section-banner .swiper-slide {
    height: auto !important;
    margin-bottom: 20px; /* здесь задаём нужный зазор */
}

/* Картинка остаётся «нормальной» */
.section-banner .swiper-slide img {
    width: 100%;
    height: auto !important;
    display: block;         /* чтобы не было лишних пробелов */
    border-radius: 10px;
}
.about__section_right {
    position: relative;
    overflow: hidden;
    border-radius: 40px;     /* под твой дизайн */
    min-height: 400px;       /* чтобы блок имел высоту */
}

.about__section_right .swiper-about-right,
.about__section_right .swiper-wrapper,
.about__section_right .swiper-slide {
    width: 100%;
    height: 100%;
}

.about__section_right .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-top__menu .sub-menu li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* Отступ под фиксированной шапкой (высоту задаст JS) */
body.has-sticky-header{
  padding-top: var(--header-h, 0px);
}
/* Отступ баннера от меню */
.section-banner{
  padding-top: 25px; /* подбери 15–40px как нужно */
}

/* На мобилке можно меньше */
@media (max-width: 880px){
  .section-banner{
    padding-top: 15px;
  }
}