/*
Items Name : Ales
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
  padding: 0;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
  line-height: 65px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 20px;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #333;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

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

img {
  width: 100%;
}



/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #abecf5;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #55e7fa;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #087482;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #05424a;
  color: #ffffff;
  border-color: transparent;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 0;
  text-align: center;
  background: #087482;
}
.navbar .container {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #087482;
}
.navbar .navbar-brand {
  text-align: left;
  width: 18%;
}
.navbar .navbar-brand img {
  height: 80px;
  width: auto;
  position: relative;
  top: -4px;
}
.navbar .navbar-brand:hover {
  color: #087482;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar .navbar-nav li a:hover {
  background: #05424a;;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  background: linear-gradient(#087482, #93c5cc);;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding-top: 210px;
  padding-bottom: 0;
}
.intro .content-text {
  position: relative;
  top: -35px;
}
.intro img{
   transition: transform 0.9s ease;
}
.intro img:hover{
   transform: scale(1.1);
}
.intro .entry {
  padding: 0 100px;
}
.intro .entry .button {
  margin-top: 20px;
}
.intro span {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  color: #087482;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
}
.about h2 {
  padding-left: 100px;
  padding-right: 100px;
}
.about .content-left img {
  margin-top: 75px;
   transition: transform 0.9s ease;
}
.about .content-left img:hover {
  transform: scale(1.1);
}
.about .content-right img {
  margin-bottom: 20px;
}
.about .content-right .button {
  margin-top: 20px;
}

/* ------------------------------
gallery
---------------------------------*/
.gallery {
  padding-top: 120px;
}
.gallery h2 {
   color: #000000;
  display: inline-block;
  padding: 25px;
  margin: auto;
  left: 50%;
  position: relative;
  z-index: 1;
  transform: translate(-50%);
}
.gallery .divider {
  height: 5px;
  width: 100%;
  background: #D76F30;
  position: relative;
  top: -84px;
}

/* ------------------------------
  pricing
---------------------------------*/
.pricing {
  padding-top: 140px;
}
.pricing .content {
  border: 2px solid #087482;
  padding: 40px;
}
.pricing .content ul {
  margin-bottom: 30px;
}
.pricing .content ul li {
  padding: 8px 0;
}
.pricing .button {
  padding: 12px 30px;
  background: #087482;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.pricing .button:hover {
  background: #05424a;
  color: #ffffff;
  border-color: transparent;
}
.pricing .content ul li i {
  color: #087482;
  margin-right: 15px;
}
.pricing .img{
  width: 300px;
  height: 150px;
  margin-bottom: 100px;
   transition: transform 0.5s ease;
}
.pricing .img:hover {
    transform: scale(1.1); /* Увеличиваем масштаб при наведении */
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 0px;
}
.contact .icon {
  float: left;
  margin-right: 20px;
}
.contact .text {
  overflow: hidden;
}
.contact .content-map {
  margin-bottom: 40px;
}
.contact i {
  height: 60px;
  width: 60px;
  background: #087482;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
}
.contact i:hover{
 background: #05424a;
}
.contact h5 {
  margin-top: 11px;
}
.contact .content-map iframe {
  width: 100%;
}
.contact .open {
  background: #087482;
  color: #ffffff;
  height: 100%;
  text-align: center;
  border: 25px double #ffffff;
  padding-top: 5%;
}
.contact .open h3 {
  color: #ffffff;
}
.contact .open span {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
}
.contact a{
   font-size: 20px;
}




.contact2 {
  padding-top: 5px;
}
.contact2 .icon {
  float: left;
  margin-right: 20px;
}
.contact2 .text {
  overflow: hidden;
}
.contact2 .content-map {
  margin-bottom: 40px;
}
.contact2 i {
  height: 60px;
  width: 60px;
 
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 20px;
}
.contact2 i:hover{
 background: #05424a;
}
.contact2 h5 {
  margin-top: 11px;
}
.contact2 .content-map iframe {
  width: 100%;
}
.contact2 .open {
  background: #087482;
  color: #ffffff;
  height: 100%;
  text-align: center;
  border: 25px double #ffffff;
  padding-top: 18%;
}
.contact2 .open h3 {
  color: #ffffff;
}
.contact2 .open span {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
}

/* ------------------------------
  testimonial
---------------------------------*/
 .testimonial {
    padding: 100px 0;
}

.testimonial .container {
    background: linear-gradient(#ccf9ff, #93c5cc);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: white;
    width: 1400px;
    box-sizing: border-box;
    overflow: hidden;
}

.testimonial .img2 {
    width: 50%; /* Ширина фото занимает всю ширину родительского блока */
    height: auto; /* Автоматическая высота */
    object-position: center; /* Позиционируем изображение по центру блока */
}

/* Центрируем рамку по центру левого блока */
.content-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.content-right h3 {
  color: #087482;
}
.content-right h6 {
  color: #087482;
}
.content-right {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Равномерное распределение элементов по вертикали */
    align-items: flex-start; /* Выравнивание элементов по левому краю */
    height: 100%; /* Занимает всю доступную высоту */
}

.button {
    margin-top: auto; /* Располагает кнопку внизу блока */
}

/* Дополнительные стили для макета */
.swiper-slide {
    display: flex;
    justify-content: center; /* Центрирование содержимого по горизонтали */
    align-items: center; /* Центрирование содержимого по вертикали */
}



/* ------------------------------
  footer
---------------------------------*/
footer {
  padding: 35px 0 35px;
  font-size: 16px;
  font-weight: 500;
  background:  linear-gradient(#93c5cc, #087482);
  color: #ffffff;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
}
footer ul li a i {
  font-size: 20px;
  color: #ffffff;
}
footer .cp {
  text-align: right;
}

/* ------------------------------
  responsive
---------------------------------*/
/* Медиа-запросы для различных размеров экранов */

/* Экраны меньше 992px (таблетки и мобильные устройства) */
@media (max-width: 991px) {
  .navbar .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .navbar .navbar-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
  
  .navbar .navbar-brand img {
    height: auto;
    width: 50%; /* Изменяем ширину логотипа */
    max-width: 150px; /* Устанавливаем максимальную ширину */
    position: relative;
    top: auto;
    margin-bottom: 5px; /* Уменьшаем отступ снизу */
  }
  
  .navbar .navbar-collapse {
    width: 100%; /* Растягиваем меню на всю ширину экрана */
    left: 0;
  }
  
  .navbar .navbar-nav li {
    padding: 10px 0; /* Увеличиваем вертикальный отступ */
  }
  
  .navbar .navbar-nav li a {
    font-size: 16px; /* Увеличиваем размер шрифта */
  }
  
  .navbar .button-navbar {
    width: 100%; /* Растягиваем кнопки на всю ширину экрана */
    float: none; /* Сбрасываем плавающее значение */
    text-align: center; /* Центрируем текст кнопок */
    margin-top: 0px; /* Увеличиваем верхний отступ */
  }
  
  .navbar .button-navbar li {
    margin-left: 0; /* Убираем отступы между кнопками */
    margin-right: 10px; /* Добавляем правый отступ для разделения кнопок */
  }

  .intro .col-md {
    flex: 100%; /* Растяжение колонки на всю ширину экрана */
  }

  .pricing .col-md-left {
    flex: 100%; /* Растяжение левой колонки в секции с ценами */
  }

  .contact .open {
    padding-top: 33%; /* Увеличение верхнего отступа в блоке контактов */
  }
  .testimonial .container{
     max-width: 100%;
  }
 .testimonial .swiper-slide {
    padding: 0 15px; /* Уменьшаем горизонтальные отступы */
  }

  .testimonial .swiper-slide .content-left,
  .testimonial .swiper-slide .content-right {
    text-align: center; /* Центрируем содержимое */
    margin-bottom: 30px; /* Увеличиваем отступ снизу */
  }

  .testimonial .swiper-slide .content-left .img2 {
    max-width: 250px; /* Уменьшаем ширину изображения */
    height: auto; /* Автоматически подстраиваем высоту */
  }

  .testimonial .swiper-slide .content-right {
    margin-top: 20px; /* Увеличиваем отступ сверху */
  }

  .testimonial .swiper-button-prev,
  .testimonial .swiper-button-next {
    display: none; /* Скрываем стрелки навигации */
  }
}

/* Экраны меньше 768px (мобильные устройства) */
@media (max-width: 767px) {
    .navbar .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .navbar .navbar-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
  
  .navbar .navbar-brand img {
    height: auto;
    width: 50%; /* Изменяем ширину логотипа */
    max-width: 150px; /* Устанавливаем максимальную ширину */
    position: relative;
    top: auto;
    margin-bottom: 0px; /* Уменьшаем отступ снизу */
  }
  
  .navbar .navbar-collapse {
    width: 100%; /* Растягиваем меню на всю ширину экрана */
    left: 0;
  }
  
  .navbar .navbar-nav li {
    padding: 5px 0; /* Увеличиваем вертикальный отступ */
  }
  
  .navbar .navbar-nav li a {
    font-size: 16px; /* Увеличиваем размер шрифта */
  }
  
  .navbar .button-navbar {
    width: 100%; /* Растягиваем кнопки на всю ширину экрана */
    float: none; /* Сбрасываем плавающее значение */
    text-align: center; /* Центрируем текст кнопок */
    margin-top: 0px; /* Увеличиваем верхний отступ */
  }
  
  .navbar .button-navbar li {
    margin-left: 0; /* Убираем отступы между кнопками */
    margin-right: 10px; /* Добавляем правый отступ для разделения кнопок */
  }
  .about h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about .content-left img {
    margin-top: 30px; /* Увеличение отступа сверху для изображения в секции "О нас" */
  }
  .testimonial .container{
     max-width: 100%;
  }

  .testimonial .swiper .content {
    padding: 0 12%; /* Уменьшение отступов внутри содержимого в блоке "Отзывы" */
  }

  .contact h2 {
    margin-top: 30px; /* Увеличение отступа сверху в заголовке секции "Контакты" */
  }

  .contact .open {
    padding-top: 5%; /* Увеличение верхнего отступа в блоке контактов */
  }
  .testimonial .swiper-slide {
    padding: 0 15px; /* Уменьшаем горизонтальные отступы */
  }

  .testimonial .swiper-slide .content-left,
  .testimonial .swiper-slide .content-right {
    text-align: center; /* Центрируем содержимое */
    margin-bottom: 30px; /* Увеличиваем отступ снизу */
  }

  .testimonial .swiper-slide .content-left .img2 {
    max-width: 250px; /* Уменьшаем ширину изображения */
    height: auto; /* Автоматически подстраиваем высоту */
  }

  .testimonial .swiper-slide .content-right {
    margin-top: 20px; /* Увеличиваем отступ сверху */
  }

  .testimonial .swiper-button-prev,
  .testimonial .swiper-button-next {
    display: none; /* Скрываем стрелки навигации */
  }
}

/* Экраны меньше 576px (очень узкие мобильные устройства) */
@media (max-width: 575px) {
  .container {
    padding: 0 25px; /* Уменьшение внутренних отступов для контейнера */
  }

  .navbar .navbar-collapse {
    padding-top: 30px; /* Увеличение верхнего отступа в развернутом меню */
  }

  h1 {
    line-height: 48px; /* Изменение высоты строки для заголовка h1 */
    font-size: 39px; /* Изменение размера шрифта для заголовка h1 */
  }

  .intro .entry {
    padding: 0; /* Удаление внутренних отступов для вступительного блока */
  }

  .gallery .divider {
    display: none; /* Скрытие разделителя в галерее на узких экранах */
  }

  .contact .open {
    padding-top: 8%; /* Увеличение верхнего отступа в блоке контактов */
  }

  footer {
    text-align: center; /* Центрирование текста в подвале */
  }

  footer .cp {
    text-align: center; /* Центрирование текста копирайта в подвале */
    margin-top: 15px; /* Увеличение верхнего отступа для копирайта в подвале */
  }
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start; /* Изменено на flex-start */
}

.price-button {
    margin-top: auto; /* Помещает блок цены и кнопки внизу контейнера */
}

section {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Распределение блоков на две колонки */
    gap: 20px; /* Расстояние между блоками */
    max-width: 1200px; /* Максимальная ширина секции */
    margin: 0 auto; /* Центрирование секции */
}

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

.content {
    padding: 20px; /* Отступы вокруг текстового блока */
}
.why-choose-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.reason {
    width: 265px;
    margin: 20px;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reason:hover{
   background: linear-gradient(#93c5cc, #ffffff);
   color: #ffffff;
}

.reason .icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.reason h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.reason p {
    font-size: 16px;
    color: #666;
}

