

body {
        overflow-x: hidden;
}




.font--montserrat {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.title--bold {
    font-weight: 700;
}

h1.title--extra {
    text-transform: uppercase;
}


@media (min-width: 1300px) {
    .title--extra {
        font-size: 48px;
    }
    
    .mainscreen .title--extra {
        font-size: 60px;
        text-transform: uppercase;
    }
}


@media (min-width: 768px) {
    .title--extra {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .mainscreen .text--medium {
        font-size: 1.3em;
        line-height: 1.2em;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .button-one.is-large:not(.is-uppercase) {
        font-size: 1.2em;
        font-weight: 600;
        margin-top: 20px;
        padding: 7px 35px;
        max-width: 350px;
        font-family: "Montserrat", sans-serif;
    }
}


#showcase .text--medium {
     
    max-width: 1000px!important;
    
}

#showcase .title {
        max-width: 1000px;
}


#showcase .card-four:hover {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    filter: saturate(0.5);
    transform: 0.7s;
}


#advantages .title--big {
    padding-bottom: 30px;
}

#advantages .item-one__icon .icon-set {
    width: 60px;
    height: 60px;
    fill: #2196F3;
}

#vigod2 .item-one__icon .icon-set {
/*
    width: 60px;
    height: 60px;
*/
    fill: #2196F3;
}


#faq .faq-one.is-active {
    background-color: rgba(33, 150, 243, 0.2);
    color: #262626;
    
}

#faq .faq-one.is-active, #faq .faq-one:hover {
    border-color: #2196F3;
/*    box-shadow: 0 0 1px 1px #2196F3;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}



#faq .faq-one.is-active .faq-one__icon {
    transform: rotate(-45deg);
    /* color: #262626; */
    filter: invert(1);
}

@media (min-width: 768px) {
    #faq .frame__center {
        max-width: 70%;
    }
}



.header-six__phone-number {font-size:24px;font-weight: 800;}

.logo__image, .logo__svg {max-height: 40px!important;}
.address-one {
    display: none;
    align-items: center;
    cursor: pointer;
}


.header-fixed-one__info-dropdown {
    display: none;
}

.header-fixed-one__phone>.icon-more  {
    display: none;
}


.navigation-one__item {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}
.navigation-one__item>a {color:#262626;}




.cta__wrapper.is-primary {
    background-color: rgba(153, 204, 221, .3);
}

#cta .cta__column {
/*    overflow: hidden;*/
}

#cta .buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    justify-content: flex-start;
    flex-direction: row;
}


@media (min-width: 768px) {
   
    #cta .basik1 {
        
    
 }
    
    #cta .fotka__wrap {
        max-width: fit-content;
        overflow: hidden;
    }
   

}

@media (max-width: 575.98px) {
    #cta .fotka__wrap {
      display: none;
    }
}


.footer-one.is-primary .button-one svg {
        
    fill: #fff;
/*    padding-right: 5px;*/
    margin-right: 5px;
}



.button-one.is-wide.is-medium {
    width: 100px;
}

.footer-one .button-one__container {
    display: flex;
    gap: 20px;
}


.footer-one__email {
    color:#fff;
}


@media (min-width: 1200px) {
    .footer-one__columns.is-one {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}


.buttons .pl-3 {
    padding-left: 20px;
}

@media (max-width: 575.98px) {
   .buttons .pl-3 {
    padding-left: 0px;
  }
}


.swiper3 .swiper-wrapper {
    position: relative;
    
}

.swiper3 .swiper-wrapper .swiper-slide {
    position: relative;
    width: 42%;
}



@media (max-width: 575.98px) {
   .swiper3 .swiper-wrapper .swiper-slide {
    position: relative;
    width: 90%;
   }
}


.swiper3 .card-four {
    padding: 1em;
}

#manager {
        position: relative;
    overflow: hidden;
    margin-bottom: -80px;
}

#manager .img {
    position: relative;
    bottom: -10px;
    z-index: -1;
}


/* Анимированный фон */
.callback-section {
  position: relative;
  padding: 60px 20px;
  background: linear-gradient(-45deg, #d0f0ff, #a4dfff, #72caff, #4fbaff);
  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
  display: flex;
  justify-content: center;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.callback-inner {
  display: flex;
  max-width: 1000px;
  width: 100%;
  background: rgba(255,255,255,0.9);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
/* Левая часть с фото */
.callback-photo {
    flex: 1;
    background: url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1') center center/cover no-repeat;
    min-height: 400px;
}

/* Правая часть с формой */
.callback-form {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cf__title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #22294e;
}

.cf__row {
    margin-bottom: 15px;
}

.cf__label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.cf__input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
}

.cf__input:focus {
    border-color: #4fbaff;
    box-shadow: 0 0 0 3px rgba(79, 186, 255, 0.3);
    outline: none;
}

.cf__hint {
    font-size: 12px;
    color: #666;
}

.cf__checkbox {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #444;
}

.cf__checkbox input {
    margin-right: 8px;
}

.cf__btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #3855fa;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.cf__btn:hover {
    background: #3855fa;
}

.cf__hp {
    display: none;
}

/* Адаптив */
@media (max-width: 768px) {
    .callback-inner {
        flex-direction: column;
    }

    .callback-photo {
        min-height: 250px;
    }
}


/* Анимированный фон */
.callback-section {
    position: relative;
    padding: 60px 20px;
    background: linear-gradient(-45deg, #d0f0ff, #a4dfff, #72caff, #4fbaff);
    background-size: 400% 400%;
    animation: gradientMove 12s ease infinite;
    display: flex;
    justify-content: center;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.callback-inner {
    display: flex;
    max-width: 1000px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Левая часть с фото */
.callback-photo {
    flex: 1;
    background: url('/images/manager5.jpg') center center/cover no-repeat;
    min-height: 400px;
}

/* Правая часть с формой */
.callback-form {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cf__title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #22294e;
}

.cf__row {
    margin-bottom: 15px;
}

.cf__label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.cf__input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
}

.cf__input:focus {
    border-color: #4fbaff;
    box-shadow: 0 0 0 3px rgba(79, 186, 255, 0.3);
    outline: none;
}

.cf__hint {
    font-size: 12px;
    color: #666;
}

.cf__checkbox {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #444;
}

.cf__checkbox input {
    margin-right: 8px;
}

.cf__btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #3855fa;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.cf__btn:hover {
    background: #3855fa;
}

.cf__hp {
    display: none;
}

/* Адаптив */
@media (max-width: 768px) {
    .callback-inner {
        flex-direction: column;
    }

    .callback-photo {
        min-height: 250px;
    }
}



/* CONTACT FORM STYLES */
.cf {
    --gap: 14px;
    --radius: 12px;
    --accent: #3855fa;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
}

.cf.cf--full {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.cf__row {
    margin-bottom: var(--gap);
}

.cf__label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.cf__input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dcdde3;
    border-radius: var(--radius);
    padding: 12px 14px;
    font-size: 16px;
    outline: none;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}

.cf__input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(56, 85, 250, .12);
}

.cf__hint {
    display: block;
    margin-top: 6px;
    color: #777;
    font-size: 12px;
}

.cf__agree {
    margin-top: 10px;
}

.cf__checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.cf__checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cf__checkbox > span:first-of-type {
    width: 18px;
    height: 18px;
    border: 1px solid #c8c9d0;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
}

.cf__checkbox input:checked + span:first-of-type {
    background: var(--accent);
    border-color: var(--accent);
}

.cf__checkbox input:checked + span:first-of-type::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 6px;
    height: 11px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.cf__checkbox a {
    color: var(--accent);
    text-decoration: underline;
}

.cf__btn {
    display: inline-block;
    border: none;
    background: var(--accent);
    color: #fff;
    padding: 14px 22px;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .05s ease, opacity .2s, box-shadow .2s;
    margin: 18px 0;
    box-shadow: 0 6px 16px rgba(56, 85, 250, .18);
}

.cf__btn:hover {
    opacity: .95;
}

.cf__btn:active {
    transform: translateY(1px);
}

.cf__btn:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.cf__status {
    margin-top: 8px;
    font-size: 14px;
    min-height: 1.2em;
}

.cf__status--ok {
    color: #2a7a2a;
}

.cf__status--err {
    color: #c62828;
}

.cf__hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

@media (max-width:768px) {
    .cf {
        padding: 14px;
    }
}

@media (max-width:480px) {
    .cf {
        padding: 10px;
    }

    .cf__btn {
        width: 100%;
    }
}





.step-one__counter { background-color:#3855fa;}




.services-block {
  padding: 80px 20px;
     background-color: rgba(153, 204, 221, .3);
}
.services-block .heading-section {
  max-width: 800px;
  margin: 0 auto 50px;
}
.services-block .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.services-block .grid-item {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
  text-align: center;
}
.services-block .grid-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.services-block .icon {
  font-size: 40px;
  color: #0c7ec4;
  margin-bottom: 15px;
}
.services-block h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.services-block p {
  font-size: 15px;
  color: #555;
}





.problems-section {
  padding: 80px 20px;
     background-color: rgba(153, 204, 221, .3);
}
.problems-section .heading {
  max-width: 700px;
  margin: 0 auto 50px;
}
.problems-section .heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0c2c44;
}
.problems-section .heading p {
  font-size: 16px;
  color: #555;
}
.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.problem-item {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  transition: all .3s ease;
}
.problem-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.problem-item .icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.problem-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
.problem-item p {
  font-size: 15px;
  color: #555;
}



.projects-hammam {
  padding: 80px 20px;
   background-color: rgba(153, 204, 221, .3);
}
.projects-hammam .heading {
  max-width: 700px;
  margin: 0 auto 50px;
}
.projects-hammam .heading h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0c2c44;
}
.projects-hammam .heading p {
  font-size: 16px;
  color: #555;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.project-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.project-card .img-style img {
  width: 100%;
  height: auto;
  display: block;
}
.project-card .content {
  padding: 20px;
  text-align: center;
}
.project-card .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}
.project-card .infor {
  font-size: 14px;
  color: #777;
}
@media (max-width: 768px) {
  .projects-hammam {
    padding: 50px 15px;
  }
  .projects-hammam .heading h3 {
    font-size: 24px;
  }
  .project-card .name {
    font-size: 16px;
  }
}




/* Общая обертка */
.delivery-page {
  padding: 40px 15px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

/* Заголовки */
.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: left;
  color: #22294E; /* брендовый цвет */
}

/* Грид для доставки и оплаты */
.delivery-grid,
.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

/* Карточки */
.delivery-block,
.payment-block {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delivery-block:hover,
.payment-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Заголовки внутри блоков */
.delivery-block__title,
.payment-block__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #3855fa; /* акцентный зеленый */
}

.delivery-block__description,
.payment-block__description {
  font-size: 16px;
  line-height: 1.5;
}

/* Списки */
.delivery-block__description ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.delivery-block__description li {
  margin-bottom: 8px;
}

/* Карта */
.map-section {
  margin-top: 60px;
}

.map-section p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}

/* Адаптив */
@media (max-width: 992px) {
  .delivery-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    text-align: center;
    font-size: 24px;
  }
  
  .delivery-block,
  .payment-block {
    padding: 20px;
  }
}



.contacts-page {
  padding: 40px 20px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

.page-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #22294E; /* брендовый */
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.contact-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3855fa;
}

.contact-address {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

.contact-phone a {
  font-size: 18px;
  font-weight: 600;
  color: #22294E;
  text-decoration: none;
}

.contact-phone a:hover {
  color: #3855fa;
}

.contacts-map {
  margin: 40px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contacts-legal {
  text-align: center;
  font-size: 15px;
  color: #666;
}

.contacts-legal h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #22294E;
}


/* Общий блок */
.contacts-common {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  margin-top: 20px;
        margin-bottom: 40px;
}

.contacts-common h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #22294E;
  margin-bottom: 20px;
}

.contacts-common-phone a,
.contacts-common-mail a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #262626;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.contacts-common-phone a:hover,
.contacts-common-mail a:hover {
  color: #0c7ae0;
}

/* Соцсети */
.social-one__wrapper {
  margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.social-one__wrapper h4 {
  font-size: 1.6rem;

  font-weight: 600;
  color: #555;
  display: flex;
    align-items: center;  
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-one__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-one__item svg {
  width: 22px;
  height: 22px;
}

.social-one__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.social-one__item.is-youtube:hover {
  background: #E60000;
}

.social-one__item.is-youtube:hover svg {
  fill: #fff;
}

.social-one__item.is-vk:hover {
  background: #4169E1;
}

.social-one__item.is-vk:hover svg {
  fill: #fff;
}

/* Адаптив */
@media (max-width: 768px) {
  .contacts-common {
    padding: 25px 15px;
  }

  .contacts-common h3 {
    font-size: 1.4rem;
  }

  .contacts-common-phone a,
  .contacts-common-mail a {
    font-size: 1rem;
  }

  .social-one__item {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}







/* Адаптив */
@media (max-width: 992px) {
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 26px;
  }
}




/* --- FEATURES --- */
.features {
  padding: 80px 20px;
  background: var(--surface);
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #555;
}
.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.card i {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 15px;
}
.card h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.card p {
  font-size: 0.95rem;
  color: #555;
}

.service-block {
  padding: 80px 20px;
  background: var(--surface);
}
.service-block__heading {
  text-align: center;
  margin-bottom: 50px;
}
.service-block__heading h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-block__heading p {
  font-size: 1.1rem;
  color: #555;
}

.service-block__grid {
  display: grid;
  gap: 30px;
/*  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
    grid-template-columns: repeat(3, 1fr);
    margin: auto 5%;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.service-card__icon {
  width: 60px;
  height: 60px;
/*  background: var(--accent);*/
/*  background:   #0c7ae0;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #0c7ae0;
}
.service-card__content h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--brand);
}
.service-card__content p {
  font-size: 0.95rem;
  color: #555;
}


.header-mobile-two__burger {
    height: 22px;
    width: 32px;
}




@media (max-width:768px) {
    
    h1.title--extra {
        font-size: 24px;
        line-height: 32px;
    }
    
    .service-block__grid {
  display: grid;
  gap: 10px;
/*  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
    grid-template-columns: repeat(1, 1fr);
    margin: auto 5%;
}
   
    .service-card {
        margin-bottom: 10px;
    }
    
    .info__description {
        overflow-x: hidden;
    }
    
}

@media (max-width:480px) {
   
     h1.title--extra {
        font-size: 24px;
           line-height: 32px;
    }
    
}

.section-info .info-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.section-info .info-image img {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}




/* Info grid */
.info-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.info-image img {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}

/* Warning */
.section-warning {
  background: #fff6f6;
  border-top: 2px solid #ffb2b2;
  padding: 20px;    
    
}

.warning-content {
  text-align: center;
    padding: 50px;
    line-height: 2em;
}

.warning-image img {
  margin-top: 30px;
  max-width: 600px;
  border-radius: 10px;
}


.section-solution {
    margin: 30px 0px; 
    padding: 50px 0px;
}

.solution-header h2 {
    padding-bottom: 20px;
}

/* Solution grid */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.solution-grid h3 {
    font-size: 20px; 
    font-weight: 600; 
    line-height: 30px;
}

.solution-item p {
    font-size: 16px; 
    font-weight: 400; 
    line-height: 20px;
}


.solution-item {
  background: #f5f8fb;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.solution-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

/* Steps */

.section-steps {
    padding: 40px 0px 60px 0px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.step-item {
  background: #fdfdfd;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.step-item h3 {
    font-size: 1em;
    font-weight: 600;
    padding: 0.5rem 0px;
        font-family: "Montserrat", sans-serif;
}


.step-number {
  display: inline-block;
  background: #0072ce;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  margin-bottom: 10px;
}

/* CTA */
.section-cta {
  background: linear-gradient(135deg, #0072ce, #00a2e2);
  color: #fff;
  padding: 100px 20px;
  border-radius: 12px;
}

.section-cta h2 {
  color: #fff;
}

.section-cta p {
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .info-grid {
    flex-direction: column;
  }
    
    .warning-content {
  text-align: center;
    padding: 20px 10px;
    line-height: 1.2em;
 }
    
}





#products {
    
}

#products .products__list .stocks__wrapper {
    display: none;
}

.section-two-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-column {
  flex: 1 1 45%;
  min-width: 320px;
}

.teaser-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Адаптив под мобильные устройства */
@media (max-width: 768px) {
  .section-two-columns {
    flex-direction: column;
    gap: 30px;
    padding: 30px 15px;
  }

  .section-column {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .content-column {
    text-align: center;
  }

  .content-column h1,
  .content-column p {
    text-align: center !important;
  }
}


