@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');

@font-face {
  font-family: 'BigNoodleTitling';
  src: url('/fonts/BigNoodleTitling.woff2') format('woff2'),
       url('/fonts/BigNoodleTitling.woff') format('woff'),
       url('/fonts/BigNoodleTitling.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BigNoodleTitling', sans-serif;
  font-weight: 700; /* Bold */
  text-transform: uppercase; /* если хочешь, можно убрать */
  letter-spacing: 0.5px; /* слегка разрядить, чтобы выглядел аккуратно */
}



@media (max-width: 1024px) {
  .section-do-item {
    flex: 0 0 100%;
    margin-right: 15px;
    background-color: #F0F1F1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }

  .section-do-item-heading {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #0f205c;
    text-align: center;
  }

  .section-do-icon {
    width: 100%;
  max-width: 280px; /* или любую фиксированную ширину */
  height: 180px;     /* фиксированная высота */
  object-fit: cover; /* сохраняет пропорции, обрезает лишнее */
  border-radius: 5px;
  margin-bottom: 30px;
  }

  .section-do-item-description {
    font-size: 13px;
    font-weight: 500;
    color: #454F55;
    text-align: left;
  }

  .slider-wrapper {
    position: relative;
    overflow: hidden;
  }

  .slider-inner {
    overflow: visible;
    position: relative;
  }

  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }

  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #009a9c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
  }

  .slider-btn:hover {
    background-color: #009a9c;
  }

  .slider-btn.prev {
    left: -25px;
  }

  .slider-btn.next {
    right: -25px;
  }
}



* {
    box-sizing: border-box;
    margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.btn-news {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}



html {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn, .btn-in {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #009a9c;
    border-radius: 40px;
    transition: background-color .3s ease;
    cursor: pointer;
    border: #009a9c 1px solid;
}

.section-hero-btn2 {
    background-color: #fff;
    border: #fff 1px solid;
    color: #000;
}

.btn-serv {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.servise-btn {
    display: flex;
    justify-content: center;
}

.h3col {
    color: #009a9c;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.orange {
    color: #009a9c;
 
}



/* Hero*/

.section-hero {
    background-image: linear-gradient(rgba(0, 122, 181, 0.7), rgba(15, 32, 92, 0.8)),
  url('../img/glavbanner.jpg');

    background-size: cover;
    width: 100%;
}

.hero-container {
    padding-top: 120px;
    padding-bottom: 130px;
}

.hero-content {
    max-width: 60%;
}

.section-mission-heading {
    padding-top: 30px;
}

.section-hero-heading {
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #0f205c;
    padding-top: 30px;
}

.bann {
    color: white;
    font-weight: 800;
}

h3 {
    font-size: 30px;

    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
    color: #02b7c4;
}

.section-hero-action {
    display: inline-block;
}

.section-hero-description {
    margin-bottom: 33px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: white;
}
 


.img-team-item {
    border: none;
    background: none;
    width: 15px;
}



/* Hero 1*/

.about-container-glab {
    background-image: url('../img/IMG_9866.JPG');
}



.slogan {
    line-height: 1;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    color: #454F55;
    padding-left: 50px;
    text-align: left;
    font-size: 40px;
}

.section-about {
        background-image: url('../img/abouts.jpg');
    background-size: cover;
}

.about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;

}



.about-content-news {
    max-width: 100%;
}

.about-content-new img {
    margin-left: 0;
}


.section-about-heading {
    font-size: 26px;
    line-height: 52px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    color: #454F55;
    padding-left: 50px;
}

.section-about-action {
    display: inline-block;
}

.section-about-description {
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 25px;
    padding-left: 50px;
    font-weight: 600px;
    color: #454F55;
    text-align: left;
}

.about-img img{
    width: 100%;
    border-radius:5px;
}

.new-img img {
    width: 100%;
    margin-left: 0px;
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.offer {
    display: flex;

}

.cit img {
    width: 100%;
    border-radius:900px;
} 

.logobg {
    opacity: 10%;
}















.section-do {
    padding: 60px 0;
}

.section-description {
    margin-top: 25px;
    color: #009a9c;
    font-size: 20px;
    font-weight: 600;
}

.section-do-list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: left;
}

.section-do-item {
    flex: 0 0 50%; /* Показываем 2 карточки */
    box-sizing: border-box;
    margin-right: 15px;
    background-color: #F0F1F1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-do-item:last-child {
    margin-right: 0;
  }

.section-do-item-heading {
  font-family: 'BigNoodleTitling', sans-serif;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700; /* Bold */
  color: #0f205c;
  letter-spacing: 0.5px; /* немного разрядки для читаемости */
  text-transform: uppercase; /* опционально, но хорошо подходит этому шрифту */
}

.slider-buttons {
    margin-top: 30px;
    display: flex;
    gap: 10px;
  }
  
  .slider-buttons button {
    padding: 10px 15px;
    border: none;
    background-color: #0f205c;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .slider-buttons button:hover {
    background-color: #003764;
  }


  .section-do-icon {
    max-width: 280px;
    margin-bottom: 30px;
  }

  .section-do-item-description {
    font-size: 14px;
    font-weight: 500;
    color: #454F55;
    text-align: left;
  }

.section-do-item:not(:last-child) {
    margin-right: 30px;
}

.second {
flex: 1 1 25%;
max-width: 370px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f2f7f8;
padding: 30px 30px;
border-radius: 5px;
transition-property: background-color, color;
transition-duration: .3s;
transition-timing-function: ease;
text-align: left; }

.serv {
    width: 30%;
  }


.cont-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }

  .serv {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .slider-wrapper {
    flex: 1;
    position: relative;
    padding: 0; /* убираем лишнее */
    overflow: hidden; /* ограничиваем показ карточек */
  }

  .slider-inner {
    position: relative;
    overflow: visible; /* теперь кнопки не обрезаются */
  }

  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }
  .slider-btn:hover {
    background-color: #009a9c;
  }
  
  .slider-btn.prev {
    left: -25px;
  }
  
  .slider-btn.next {
    right: -25px;
  }

  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #009a9c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    /* добавлено ↓ для полного выхода за пределы карточек */
    transform: translateY(-50%);
  }
  
  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }


.stroke-kont-item {
    display: block;
   
}

.stroke-kont-list {
    margin-right: 20px;
    min-width: 100px;
    margin-top: 20px;
    display: block;
    color: white;

}

.stroke-kont-list a {
    text-decoration: none;
    color: white;
}

.about-bg {
  background-color: #0f205c;
  padding-top: 30px;
  height: 750px;
  
}

.bg {
    color: white;
    justify-content: center;
    padding-top: 30px;
    margin-top: 20px;
}

.ctd {
    color: white;
    width:auto;
}

.center {
    text-align: center;
}



/* What we do */
.section-why {
    padding-bottom: 100px;

}

.benefits .section-why-item  {
    border: none;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}





.section-why-list {
    display: flex;
    margin-top: 50px;
}

.section-why-item {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    align-items: center;
    padding: 20px 20px;
    border: none;
    border-radius: 40px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;

}

.section-why-item-heading {
  font-family: 'BigNoodleTitling', sans-serif;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700; /* Bold */
  color: #0f205c;
  letter-spacing: 0.5px; /* немного пространства между буквами */
  text-transform: uppercase; /* можно убрать, если не нужно всё капсом */
}





.section-why-icon {
    margin-bottom: 30px;
    width: 100px;
}

.section-why-item-description {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    transition: color .3s ease;
}

.section-why-item:not(:last-child) {
    margin-right: 30px;
}


.ab {
    display: flex;
    justify-content: center;
}

.section-why-itemp {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    align-items: center;
    padding: 20px 20px;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
}

footer {
    background: 
    linear-gradient(rgba(37, 36, 36, 0.7), rgba(0, 0, 0, 0.8));
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 30px;
}


.footer-content {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.footer-col {
    width: auto;
}

.footer-col:not(:last-child) {
    margin-right: 50px;
}

.footer-item {
    margin-top: 30px;
}

footer .nav-link {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.forma-forma {
    background: white;
    padding: 20px;
    border-radius: 30px;
    width: auto;
}

.footer-list {
    width: 100px;
}

.kontakty {
    width: 300px;
}

.hdf {
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.fot {
    font-size: 15px;
    font-weight: 700;
}

.edit_form {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: white;
    padding: 20px;
    margin-bottom: 10px;
    border: gray 1px solid;
}

.edit_form:not(:last-child) {
    margin-right: 20px;
}

.btn_form p {
    font-size: 24px;
    margin-left: 20px;
}

.formes {
    margin-top: 20px;
}



.tname {
    font-weight: 600;
    color: white;
    font-size: 15px;
}

.tname {
    font-size: 15px;
}

.cart {
    display: flex;
    justify-content: center;
    margin: 50px;
}





/* Header*/
.header {
    height: 100px;
    border-bottom: 1px solid #e4e4e4;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.nav-list {
    display: flex;
    margin: auto;
}

.nav-item {
    font-size: 20px;
    line-height: 1;

}



.nav-link {
    font-size: 20px;
    line-height: 1;
    color: #0f205c;
    transition: color .3s ease;
}

.nav-link:hover {
    color: #002549;
}

.nav-item.is-active .nav-link{
    color: #002549;
}

.nav-item:not(:last-child) {
    margin-right: 50px;
}

.header-btn {
    margin-left: 40px;
}

.logo-img {
    width: 110px;
}

.nav-link img {
    width:50%;
}


.nav-list1 {
    display: flex;
    margin: auto;
}

.nav-item1 {
    font-size: 20px;
    line-height: 1;

}

.nav-link1 img {
    width:50%;
}



.nav-link1 {
    font-size: 20px;
    line-height: 1;
    color: #0f205c;
    transition: color .3s ease;
}

.cit {
    border-radius: 900px;
}



/* Mission*/

.section-mission1 {
    background-image: url('../img/IMG_0608.JPG')  ;
    background-size: cover;
    width: 100%;
}

.mission-container1 {
    padding-top: 120px;
    padding-bottom: 130px;
}

.mission-content1 {
    max-width: 50%;
}

.section-mission-heading1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

h3 {
    font-size: 30px;

    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
    color: #02b7c4;
}

.section-mission-description1 {
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
}

.bg-mission1 {
    background-color: #03a8ea;
    opacity: 90%;
    padding: 30px;
    border-radius: 4px;
}

.mission-btn1 {
    margin-left: auto;
    margin-top: 30px;
}


.stroke-form {
    display: flex;
}

.map {
  width: 100%;                                   /* на всю ширину */
  height: 100vh;                                /* на всю высоту окна (или задай другую) */
  background-image: url('../img/map.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;                        /* 🔥 полностью покрывает блок */
  margin: 0;
  padding: 0;
  display: block;
}







.services-section {
    padding: 60px 0;
  }
  
  .services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .services-heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #0f205c;
  }
  
  .services-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .services-item {
    display: flex;
    background-color: #F0F1F1;
    padding: 30px;
    border-radius: 8px;
    align-items: flex-start;
    gap: 30px;
  }
  
  .services-icon {
    flex-shrink: 0;
    width: 220px;
    height: auto;
    border-radius: 8px;
  }
  
  .services-content {
    flex: 1;
    text-align: left;
  }
  
  .services-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f205c;
  }
  
 .services-title {
  font-family: 'BigNoodleTitling', sans-serif;
  font-size: 20px;
  font-weight: 700; /* Bold */
  margin-bottom: 15px;
  color: #0f205c;
  letter-spacing: 0.5px; /* немного разрядки — улучшает читаемость */
  text-transform: uppercase; /* по желанию — BigNoodleTitling красиво смотрится капсом */
}

  




.section-heading {
    margin-bottom: 20px;
}



/* Контактная секция */
.contact-section {
    background-color: #f9f9f9;
    padding: 60px 0;
  }
  
  .contact-columns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  /* Колонка формы */
  .form-column {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  
  /* Форма */
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .edit_form {
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    transition: border 0.3s ease;
  }
  
  .edit_form:focus {
    border-color: #0077cc;
    outline: none;
  }
  
  textarea.edit_form {
    resize: vertical;
  }
  
  /* Кнопка */
  .btn-in.button_1 {
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  

  
  /* Колонка карты */
  .map-column {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  
  .map-column iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
  }
  
  /* Адаптив */
  @media screen and (max-width: 768px) {
    .contact-columns {
      flex-direction: column;
    }
  
    .form-column,
    .map-column {
      width: 100%;
    }
  }






.perv {
    background-image: none;
}

.abo {
    display: flex;
    justify-content: center;
}



  .about-section {
    padding: 80px 0;
    background-color: #ffffff;
  }
  
  .about-container {
    margin: 0 auto;
    padding: 0 20px;

  }
  
  .about-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0f205c;
  }
  
  .about-card-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .about-card {
    background-color: #f2f7f8;
    border-radius: 10px;
    padding: 30px;
    max-width: 500px;
    flex: 1 1 45%;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .about-icon {
    max-width: 80px;
    margin-bottom: 20px;
  }
  
.about-title {
  font-family: 'BigNoodleTitling', sans-serif;
  font-size: 20px;
  font-weight: 700; /* Bold */
  color: #0f205c;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.5px; /* чуть разрядить, чтобы текст смотрелся аккуратнее */
  text-transform: uppercase; /* опционально, Big Noodle часто используется в верхнем регистре */
}

  
  .about-description {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    text-align: left;
  }
  
  









  .news-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }
  
  .news-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .news-heading {
    font-size: 32px;
    color: #009a9c;
    margin-bottom: 40px;
  }
  
  .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  
  .news-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.2s;
  }
  
  .news-card:hover {
    transform: translateY(-5px);
  }
  
  .news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .news-content {
    padding: 20px;
  }
  
  .news-date {
    font-size: 14px;
    color: #999;
  }
  
  .news-title {
    font-size: 20px;
    margin: 10px 0;
    color: #000000;
  }
  
  .news-excerpt {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
  }
  
  .news-link {
    color: #009a9c;
    text-decoration: none;
    font-weight: bold;
  }
  




  .custom-slider-section {
    padding: 60px 0;
  }
  
  .custom-slider-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .custom-slider-header {
    flex: 0 0 300px;
  }
  
  .custom-slider-title {
    font-size: 28px;
    font-weight: bold;
    color: #0f205c;
  }
  
  .custom-slider-subtitle {
    color: #009a9c;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }
  
  .custom-slider-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  
  .custom-slider-inner {
    position: relative;
  }
  
  .custom-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .custom-slider-item {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #F0F1F1;
    margin-right: 15px;
    border-radius: 6px;
    text-align: center;
  }
  
  .custom-slider-icon {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  
  .custom-slider-heading {
    font-size: 20px;
    color: #0f205c;
    margin-bottom: 10px;
  }
  
  .custom-slider-description {
    font-size: 14px;
    color: #454F55;
    text-align: left;
  }
  
  .custom-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #009a9c;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
  }
  
  .custom-slider-btn.prev {
    left: -20px;
  }
  
  .custom-slider-btn.next {
    right: -20px;
  }
  
  /* Адаптив для мобильных */
  @media (max-width: 1024px) {
    .custom-slider-item {
      flex: 0 0 100%;
      max-width: 100%;
      margin-right: 20px;
    }
  }

  
  /* Мобильные стили: ширина экрана до 768px */
@media (max-width: 768px) {
  .custom-slider-wrapper {
    overflow: hidden; /* ограничиваем видимую область */
  }

  .custom-slider-track {
    gap: 15px; /* небольшой отступ между карточками */
    padding-left: 15px; /* чтобы карточки не прилипали к краю */
  }

  .custom-slider-item {
    flex: 0 0 90%; /* карточка занимает 90% ширины контейнера */
    max-width: 90%;
    margin-right: 0; /* убираем правый отступ — gap уже есть */
    box-sizing: border-box;
  }

  .custom-slider-icon {
    max-width: 100%; /* иконка адаптируется под размер карточки */
    height: auto;
  }

  .custom-slider-btn.prev {
    left: 5px; /* кнопки ближе к краю */
  }

  .custom-slider-btn.next {
    right: 5px;
  }
  
  .custom-slider-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.contact-offices {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.office-block {
  background-color: #f7f7f7;
  border-left: 5px solid #0f205c;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.office-block h3 {
  font-size: 22px;
  color: #0f205c;
  margin-bottom: 10px;
}

.office-block p {
  margin: 8px 0;
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}

.office-block a {
  color: #0f205c;
  text-decoration: none;
  word-break: break-word;
}

.office-block a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .contact-offices {
    padding: 0 15px;
    gap: 30px;
  }

  .office-block {
    padding: 20px 25px;
  }

  .office-block h3 {
    font-size: 20px;
  }

  .office-block p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-offices {
    margin: 40px auto;
    gap: 25px;
  }

  .office-block {
    padding: 18px 20px;
  }

  .office-block h3 {
    font-size: 18px;
  }

  .office-block p {
    font-size: 13.5px;
  }
}

/* Блок ценностей */
.values-section {
  padding: 80px 20px;
  background-color: #f9fafb;
}

.values-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #003764;
  margin-bottom: 50px;
}

/* Сетка карточек */
.values-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.values-item {
  background: #f0f1f1;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.values-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Номер */
.values-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #009a9c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Заголовок и описание */
.values-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f205c;
  margin-bottom: 15px;
}

.values-description {
  font-size: 14px;
  line-height: 20px;
  color: #454F55;
}

/* Адаптив */
@media (max-width: 1024px) {
  .values-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .values-list {
    grid-template-columns: 1fr;
  }

  .values-heading {
    font-size: 26px;
  }
}





.gradient-section {
  position: relative;
  overflow: hidden;
}

.gradient-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%; /* большее покрытие градиентом */
  height: 100%;
  /* теперь исчезает примерно от середины блока */
  background: linear-gradient(
    to left,
    rgba(0, 200, 200, 0.45) 0%,
    rgba(0, 200, 200, 0.35) 25%,
    rgba(0, 200, 200, 0.2) 50%,
    rgba(0, 200, 200, 0.05) 75%,
    rgba(0, 200, 200, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.gradient-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}

.text-block {
  width: 50%;
  padding: 40px;
  text-align: left;
  color: white;
}

/* Адаптив */
@media (max-width: 992px) {
  .gradient-section::after {
    width: 100%;
    background: linear-gradient(
      to top,
      rgba(0, 200, 200, 0.4) 0%,
      rgba(0, 200, 200, 0.15) 100%,
      rgba(0, 200, 200, 0) 100%
    );
  }

  .gradient-layout {
    justify-content: center;
  }

  .text-block {
    width: 100%;
    text-align: center;
  }
}



.stroke-kont-list strong {
    color: rgb(0, 154, 156);
}









.centered-list span {
  display: inline-block;
  position: relative;
  padding-left: 18px; /* место под точку */
  margin: 8px 0;
  line-height: 1.6;
  text-align: left; /* чтобы переносы строк шли ровно под текстом, а не под точкой */
  max-width: 800px; /* чтобы длинные строки красиво переносились */
}

/* создаём точку в начале каждой строки */
.centered-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* вертикальное выравнивание */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009a9c;
}







/* Общий стиль для голубых точек */
  .custom-bullet {
    position: relative;
    display: block;
    padding-left: 18px;
    margin-bottom: 6px; /* расстояние между пунктами */
    line-height: 1.6;
  }

  .custom-bullet::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #009a9c;
    font-weight: 700;
    font-size: 18px;
    top: 0;
    line-height: 1;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .services-description {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-description span {
  display: block;
  position: relative;
  padding-left: 20px; /* место под кружок */
  margin-bottom: 10px; /* расстояние между пунктами */
  line-height: 1.5;
}

.services-description span::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #009a9c; /* голубой цвет */
  font-weight: bold;
  font-size: 18px;
  top: 0;
  line-height: 1;
}

