:root {
    --color-gr: #4D4D4D;
    --color-bl: #0071BC;
}

body{
    font-family: 'Inter', sans-serif;
    margin: 0; /* Убираем внешние отступы */
    padding: 0; /* Убираем внутренние отступы */
}

.cr{
    color: #A0A0A0;
}

.tt22{
    font-size: 22px;
}

.tt16{
    color: #A0A0A0;
}

/* Стили для хедера */
.header {
  background-color: #ffffff; 
  margin: 0;
 
}

.stick {
     position:fixed;
  top:0;
  left:0;
  right:0;
  z-index: 9999999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Легкая тень */
}

/* Верхняя строка с контактами */
.topheader {
  display: flex;
  justify-content: space-between;
  background-color: #F0f0f0;
  padding: 5px 0;
  margin: 0;
  align-items: center;
  width: 100%;
}

.topheader a {
  text-decoration: none;
  color: #666; /* Цвет ссылок */
  font-size: 14px;
}

.topheader a:hover {
  color: #000; /* Цвет при наведении */
}
.contacts {
    display: flex;                /* Включаем Flexbox для контактных элементов */
    justify-content: center;      /* Центрируем контакты по горизонтали */
    align-items: center;          /* Центрируем по вертикали */
    gap: 15px;                    /* Добавляем отступы между контактами */
    width: 100%;                  /* Занимает всю доступную ширину */
}
.btn-group {
        margin-right: 10px;                 /* Убираем отступ слева для кнопки */
    }


/* Основной контейнер (лого, меню и кнопка языка) */
.containerpt-5 {
  display: flex;
  justify-content: space-between; /* Расположение элементов: лого слева, меню по центру, язык справа */
  background-color: #fff; /* Белый фон */
  padding: 20px 20px;
  align-items: center;
}

/* Логотип */
.containerpt-5 img {
  max-width: 300px; /* Ограничиваем ширину логотипа */
}

/* Навигационное меню */
.navbar {
  display: flex;
  justify-content: center; /* Центрируем меню */
  flex-grow: 1; /* Заставляем меню занимать всю оставшуюся ширину */
  align-items: center;
}

.navbar-nav {
     display:flex;
    justify-content: center; /* Центрирует элементы меню */
    width: 100%; /* Занимает всю ширину контейнера */
    padding-right:10%;
}
 

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #333; /* Цвет текста */
  text-decoration: none;
  padding: 5px 10px;
  justify-content: center;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #007bff; /* Цвет при наведении */
}

/* Стили для кнопки выбора языка */
.header-lang .btn-group {
  display: flex;
  justify-content: flex-end;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 992px) {
  /* Контакты */
  .row {
    flex-direction: column; /* Контакты располагаются вертикально на мобильных */
    text-align: center;
  }

  .containerpt-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left; /* Выравнивание текста по левому краю, если нужно */
    flex-wrap: wrap; /* Чтобы элементы не выходили за пределы */
  }
  /* Логотип */
.containerpt-5 img {
  max-width: 150px;
}

  .navbar-nav {
    flex-direction: column; /* Меню будет вертикальным */
    float: left;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px; /* Отступ между пунктами меню */
  }
  .topheader {
        justify-content: center; /* Контакты, почта и кнопка распределяются с промежутками */
    }
    .contacts { margin:0 -40px;
    }
   .btn-group {
        margin-right: 10px;                 /* Убираем отступ слева для кнопки */
    }
  

}

/* Стили для фото команды */
.img-fluid-team{
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 0 10px #29aae1);
    margin-bottom: 20px;}
    
    /* Стили для сертификатов */
    .slide-sertificate{
       background: #29aae1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding:30px;
    }
    
    .slide-sertificate h3{
            color:white;
            }
    
    .slide-sertificate-container {
            position: relative;
            width: 90%;
            max-width: 600px;
            margin: 40px auto;
            overflow: hidden;
            border-radius: 20px;
        }
        
            
        .slide-sertificate-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slide-sertificate-item {
            min-width: 100%;
            user-select: none;
            pointer-events: none;
        }
        .slide-sertificate-item img {
            width: 100%;
            height: auto;
            display: block;
            user-select: none;
            pointer-events: none;
        }
        /* Навигационные кнопки */
        .slide-sertificate-nav {
            display: flex;
            justify-content: space-between;
            width:60%;
        }
        .slide-sertificate-button {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            color:#ffffff;
            cursor: pointer;
        }
        
        
        /* Стили для слайдера лого партнеров */
        .partners-h3{
            display: flex;
            align-items: center;
            background: #ffffff;
            margin-top:30px;
            justify-content:center;
        }
        
        .partners-h3 h3{
            color:#29aae1;
        }
            
        .slider-container {
            width: 100%;
            overflow: hidden;
            background: #ffffff;
            padding: 30px 0;
            position: relative;
            display: flex;
            align-items: center;
        }

        .slider-track {
            display: flex;
            align-items: center;
            gap: 100px;
            width: max-content;
            animation: scroll 20s linear infinite;
            margin:30px 0px;
        }

        .slider-track img {
            height: 60px;
            width: auto;
            flex-shrink: 0;
        }

        @keyframes scroll {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }

/* Стили для кнопки */

.whatsapp-icon {
    position: fixed;
    bottom: 30px; /* Расстояние от нижней части экрана */
    right: 20px;  /* Расстояние от правой части экрана */
    z-index: 999999; /* Обеспечивает отображение кнопки поверх других элементов */
    width: 80px !important;  /* Явный размер иконки */
    height: 80px !important;  /* Явный размер иконки */
    border-radius: 50% !important;  /* Сделаем иконку круглой */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important; /* Тень для иконки */
    transition: transform 0.3s ease !important; /* Плавный переход для анимации */
    background-color: green;
    background-size: cover;
    opacity: 1; /* Полная непрозрачность */
}
.whatsphoto {
    width:100%;
}

.whatsapp-icon:hover {
    transform: scale(1.1) !important; /* Увеличиваем иконку при наведении */
}


.home-title{
    font-size: 3.1rem;
    color: var(--color-bl);
    font-weight: 600;
}

.header {
    padding: 1vw 0;
    position: absolute;
    z-index: 34;
    width: 100%;
    top: 0;
    left: 0;
}

.header-contacts a{
    display: block;
    color: var(--color-gr);
    text-decoration: none;
}

.header .nav-link{
    color: var(--color-gr);
}

.header .form-control{
    background:#ffc107;
    color:#000;
}

.banner {
    position: relative;
    background: url(../images/bg-1.jpg) no-repeat center;
    background-size: auto, auto;
    background-size: cover;
    color: #000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.banner-info h1{
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-gr);
}

.about{
    margin-top: -9rem;
    position: relative;
    z-index: 2;
}

.about-one{
    position: relative;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
}

.about-one::before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: url(../images/logo-02.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.about-two{
    position: relative;
    background: url(../images/bg-2.jpg) no-repeat center;
    background-size: auto, auto;
    background-size: cover;
    color: #fff;
    box-shadow: 0px 15px 28px -10px #29ABE2, inset 0px 4px 4px rgba(255, 255, 255, 0.4);
    border-radius: 0px 0px 20px 20px;
    z-index: 2;
    overflow: hidden;
}

.about-two:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #29ABE2;
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.advantage{
    position: relative;
    padding-top:8rem;
    z-index: 1;
}

.advantage::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    height: 100%;
    background: url(../images/logo-3.jpg) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.desc{
    color: #A0A0A0;
}

@media (max-width:767px) {
    .advantage::before{
        width: 56%;
        height: 240px;
    }
}

.services__item{
    position: relative;
    background: #F5F5F5;
    border-radius: 20px;
    height: 100%;
}

.services__item:hover{
    background: linear-gradient(90deg, #29ABE2 0%, #0071BC 100%);
    box-shadow: 0px 15px 28px -10px #29ABE2, inset 0px 4px 4px rgba(255, 255, 255, 0.4);
    color:#fff;
}

.services .row .col{
        position: relative;
}

.service-number{
    position: absolute;
    top: 0%;
    right: 4%;
    color: #fff;
    font-size: 5rem;
}

@media (max-width:767px) {
    #services{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.teams-nav{
    position: relative;
}
.swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translate(0%, -50%);
    opacity: 1;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.swiper-arrow svg {
    width: 21px;
    height: 21px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.swiper-arrow.slider-button-custom-next {
    right: 1%;
}

.swiper-arrow.slider-button-custom-prev {
    left: 1%;
}

.swiper-pagination{
    transform: translate(0%, 50%);
}

.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.swiper-pagination-bullet-active{
    background: #0071BC;
}

.container-services{
    margin-left: calc(50% - 645px);
    width: calc(50% + 620px);
}


@media (max-width:1400px) {
    .container-services{
        margin-left: calc(50% - 560px);
        width: calc(50% + 545px);
    }
}

@media (max-width:1200px) {
    .container-services{
        margin-left: calc(50% - 469px);
        width: calc(50% + 455px);
    }
}

@media (max-width:767px) {
    .container-services{
        margin-left: 0;
        width: 100%;
    }
}

.teams__block{
    position: relative;
    overflow: hidden;
    background: #29ABE2;
    color:#fff;
}

.teams__block::before {
    content: "";
    width: 34rem;
    height: 23rem;
    background: url(../images/bg-4.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -0;
    z-index: 1;
}

.teams__block .container::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #29ABE2;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
}

.teams__wrap{
    overflow: visible;
    position: relative;
}

.teams__block .item{
    background: #F5F5F5;
    border-radius: 20px;
    height: 400px;
}

.teams__block .item .name{
    color: #4D4D4D;
}

.teams__block .item .posit{
    color: #A0A0A0;
}


.price{
    position: relative;
    z-index:1;
}

.price:before{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:12rem;
    background: #F5F5F5;
    z-index:0;
}

.pric-bg-gr{
    background: #F5F5F5;
}

.pric-bg-gl{
    background: linear-gradient(90deg, #FFCA5E 0%, #FF922E 100%);
    box-shadow: 0px 15px 28px -10px #FFCA5D, inset 0px 4px 4px rgba(255, 255, 255, 0.4);
}

.peculiarities{
    background: #F5F5F5;
}

.peculiarities .card{
    background: transparent;
    border: none;
}

.footer{
    position: relative;
    background: #29ABE2;
    color:#fff;
}
@media only screen and (max-width: 767px) {
    .header-contacts{
        display:none;
    }
    .header .navbar-nav{
        background: #fff;
        padding: 2rem;
    }
    .home-title {
        font-size: 2.1rem;
    }
    .header-lang{
        margin-right: 0rem;
       width: 90px
    }
    .banner-info h1 {
        font-size: 2.3rem;
    }
    .about-one {
       padding-bottom: 10rem!important;
    }
    .about-one::before {
        top: 74%;
        right: 27%;
        width: 67%;
        height: 18%;
    }
    .teams__block{
        padding-top: 13rem!important;
    }
    .teams__block::before {
        content: "";
        width: 15rem;
        height: 13rem;
        background: url(../images/bg-4.jpg) no-repeat center;
        background-size: cover;
        position: absolute;
        top: 0;
        right: -0;
        z-index: 1;
    }
}
@media (max-width: 400px) {.banner {
    position: relative;
    background: url(../images/bg-1.jpg) no-repeat center;
    background-size: auto, auto;
    background-size: cover;
    color: #000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.banner-info h1{
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-gr);
}
}

