body {
    margin: 0;
    background: LightCyan;
    font-family: "Kode Mono", monospace;
    font-size: 16px;
    /* Изменил размер базового шрифта для лучшей читаемости */
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    /* Предотвращаем горизонтальную прокрутку */
}

*,
*:before,
*:after {
    box-sizing: border-box;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Circle Avatar Styles */
.avatar {
    line-height: 0;
    display: inline-block;
    margin: 5px;
    border: 4px solid rgba(200, 200, 200, 0.4);
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    transition: linear 0.25s;
    height: 150px;
    width: 150px;
    overflow: hidden;
    /* Добавляем overflow: hidden для предотвращения выхода изображения за пределы рамки */
}

.avatar img {
    border-radius: 50%;
    width: 100%;
    /* Устанавливаем ширину изображения на 100%, чтобы оно полностью заполняло круглый аватар */
    height: auto;
    /* Автоматически подстраиваем высоту изображения для сохранения пропорций */
}

.avatar:hover {
    transition: ease-out 0.2s;
    border: 4px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: ease-out 0.2s;
}

a.avatar {
    color: transparent;
}


/* IE fix: removes blue border */

.header-text {
    font-size: 24px;
    margin: 0;
}

.description {
    width: 60%;
    text-align: center;
    padding: 20px 0;
    background-color: LightCyan;
    margin: 0 auto;
}

.description div {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    /* Убрал align-items, теперь текст будет выравниваться по левому краю */
}

.description h2 {
    font-size: 20px;
}

.description p {
    font-size: 20px;
    margin: 0;
    width: 100%;
}


h2 {
    font-size: 24px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;

}

h3 {
    text-align: center;
    margin: 0;
    margin-top: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
}

h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;

    span {
        font-size: 18px;
        color: #666666;
    }
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 0px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #45505b;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: green;
    bottom: 0;
    left: calc(50% - 20px);
}

/*контейнер для надписей по первой строке и по центру*/

.containerPALEC {
    width: 90%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

body {
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'Raleway', sans-serif;
    background-color: LightCyan;
}

a:hover {
    color: #067ded;
    text-decoration: none;
}

/*.text-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}*/

.text-container h5 {
    box-sizing: border-box;
    margin-top: 0;
    font-size: 32px;
    color: rgba(225, 225, 225, .01);
    background-image: url("https://i.ibb.co/SVMn6Lh/kit.jpg");
    background-repeat: repeat;
    -webkit-background-clip: text;
    animation: animate 15s ease-in-out infinite;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900%;
}

@keyframes animate {

    0%,
    100% {
        background-position: left top;
    }

    50% {
        background-position: right bottom;
    }

    50% {
        background-position: left bottom;
    }

    75% {
        background-position: right top;
    }
}

.section-title p {
    margin-bottom: 0;
}

.social-media-container {
    text-align: center;
}

.social-media-icons {
    margin-top: 20px;
    display: inline-block;
    /* или flex */
}

.social-media-icons img {
    width: 48px;
    height: 48px;
    margin: 0 10px;
}


.button-container {
    text-align: center;
}

.button2 button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 15px;
    /* Исправил значение радиуса скругления углов */
}

.button2 button:hover {
    background-color: #45a049;
}

.button2 button:focus {
    outline: none;
}

.button2 button:active {
    background-color: #4CAF50;
    box-shadow: 0 5px #666;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.column {
    flex-basis: 100%;
    max-width: 300px;
    padding: 20px;
    background-color: LightCyan;
    border-radius: 15px;
    /* Исправлено для всех углов */
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .column {
        flex-basis: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .column {
        flex-basis: calc(33.33% - 20px);
    }
}

#one {
    border: solid 5px hsla(0, 95%, 35%, 1);
    margin: 20px;
}

#two {
    border: dotted 5px hsla(0, 95%, 35%, 1);
    margin: 20px;
}

#three {
    border: dashed 5px hsla(0, 95%, 35%, 1);
    margin: 20px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9997;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
}

@media (max-width: 991px) {
    #header {
        width: 300px;
        background: #fff;
        border-right: 1px solid #e6e9ec;
        left: -300px;
    }
}

@media (min-width: 991px) {
    #main {
        margin-left: 100px;
    }
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media (min-width: 992px) {
    .mobile-nav-toggle {
        display: none;
        /* Скрываем кнопку переключения на устройствах с шириной экрана 992px и больше */
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
    padding: 0;
    display: block;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
    display: flex;
    align-items: center;
    color: #45505b;
    padding: 10px 18px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 50px;
    background: #f2f3f5;
    height: 56px;
    width: 100%;
    overflow: hidden;
}

.nav-menu a i,
.nav-menu a:focus i {
    font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
    padding: 0 5px 0 7px;
    color: #45505b;
}

@media (min-width: 992px) {

    .nav-menu a,
    .nav-menu a:focus {
        width: 56px;
    }

    .nav-menu a span,
    .nav-menu a:focus span {
        display: none;
        color: #fff;
    }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
    color: #fff;
    background: green;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover > a span {
    color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover > a {
    width: 100%;
    color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover > a span {
    display: block;
}



/**
* Mobile Navigation 
*/
.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active #header {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
    color: #fff !important;
    /* Добавлено !important для обеспечения приоритета */
    background-color: #0563bb !important;
    /* Добавлено !important для обеспечения приоритета */
}

.mobile-nav-toggle i {
    color: #45505b;
}

/* Добавьте правило для .mobile-nav-toggle без класса .mobile-nav-active */
.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
}

/* о сессиях */
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
    overflow-x: hidden;
    /* Заменяем 'auto' на 'hidden' для предотвращения прокрутки */

    .swiper-wrapper {
        padding: 30px 0;
        display: flex;
        /* Используем flex-контейнер для слайдов */
    }

    .swiper-slide {
        flex: 0 0 auto;
        /* Определяем размер слайдов без возможности изменения */
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .swiper-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
        margin-top: 25px;

        .swiper-pagination-bullet {
            position: relative;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            display: inline-block;
            background: #777;
            margin: 0 10px;
        }

        .swiper-pagination-bullet-active {
            box-shadow: none;
            background: green;
            height: 12px;
            width: 12px;
            margin-bottom: -1px;
        }
    }

    .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        padding: 0 10px;
        border-radius: 20px;
        margin: 0 20px;
        /* Уменьшаем отступы для увеличения ширины контейнера */
    }

    .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        box-shadow: 0 8px 20px -4px #d63031;
        width: 100px;
        height: 100px;
    }

    .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    h5 {
        color: green;
        font-size: 21px;
        line-height: 1.2;

        span {
            font-size: 18px;
            color: #666666;
        }
    }

    p {
        font-size: 18px;
        color: #555;
        padding-bottom: -5px;
    }

    .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .center {
        opacity: 1;

        h5 {
            font-size: 24px;

            span {
                font-size: 20px;
            }
        }

        .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }
    }
}

@media only screen and (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }

    .gtco-testimonials .swiper-pagination {
        margin-top: 15px;
    }

    .gtco-testimonials .card {
        margin: 0 10px;
    }

    .gtco-testimonials .card .card-img-top {
        width: 80px;
        height: 80px;
    }

    .gtco-testimonials .card h5 {
        font-size: 18px;
    }

    .gtco-testimonials .card p {
        font-size: 14px;
    }
}

/* низ */

.copyright-area {
    padding: 25px 0;
    /* Отступы сверху и снизу */
}

.copyright-text {
    margin-top: 50px;
    /* Увеличиваем отступ сверху */
}

/* Дополнительные стили */
.copyright-tex p {
    margin: 0;
    /* Убираем внутренние отступы для абзацев */
}

a {
    color: #ff5e14;
}

/* Кнопка вверх */
.btn-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.btn-up img {
    width: 40px;
    height: 40px;
}

.btn-up:hover {
    opacity: 0.7;
}

.btn-up_hide {
    display: none;
}

.bar {
    position: fixed;
    width: 100%;
    height: 6px;
    background: white;
    top: 0;
    z-index: 9999;

    /* Устанавливаем большое значение z-index */
    .progress {
        height: 100%;
        width: 0;
        transition: width 1s;
        background: green;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        /* Добавляем тень */
        overflow: hidden;
    }
}

/* Отзывы */
.reviews-container {
    display: flex;
    justify-content: center;
    /* Выравнивание по центру по горизонтали */
    margin-top: 20px;
    /* Отступ сверху на 20px */
}

.review {
    margin: 0 10px;
    /* Отступ между отзывами */
}
