body{
    font-family: "Prosto One", system-ui;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    width: 100vw;
}

html{
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Полное отключение горизонтального скролла */
    width: 100vw; /* Устанавливаем ширину документа на весь видимый экран */
}

#banner{
    width: 70%;
    margin-top: 10px;
}

a{
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    color: #FFFFFF;
}

button{
    border: none;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
    font-size: 22px;
    color: #00375B;
    z-index: 2;
}

.header p{
    font-family: "Prosto One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 55, 91, 1);
    font-size: 18px;
}

.menu-icon {
    width: 50px;
    height: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin: 20px;
}

.menu-icon span {
    display: block;
    height: 2px !important;
    width: 100%;
    
    background-color: #003d5b; /* цвет линий */
    transition: 0.3s ease; /* плавная анимация */
}

/* Анимация при наведении */
.menu-icon:hover span:nth-child(1) {
    transform: translateY(-6px); /* перемещение верхней линии */
}

.menu-icon:hover span:nth-child(3) {
    transform: translateY(6px); /* перемещение нижней линии */
}

.burger-menu {
    position: fixed;
    top: 0;
    right: -250px; /* Меню спрятано за экраном */
    width: 250px;
    height: 80%;
    background-color: rgba(229, 245, 255, 1);
    transition: right 0.5s ease; /* Плавное выдвижение */
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.burger-menu h1{
    color: rgba(0, 55, 91, 1);
    font-size: 18px;
    padding-bottom: 20px;
}

.header-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    height: 100%;
}

.burger-menu a{
    margin: 10px 0;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgba(17, 17, 17, 1);
}

/* Класс, который активирует выезд меню */
.burger-menu.open {
    right: 0; /* Позиция меню на экране */
}

.footer{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #00375b;
    margin: 0;
    width: 100%;
    color: rgba(229, 245, 255, 1);
    z-index: 2; 
}

.header-container img{
    height: 32px;
    width: 32px;
    margin-left: auto;
    margin-bottom: 20%; 
    margin-top: 20%;  
}

.footer-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    flex-direction: column;
}

.footer-list{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.footer h1{
    margin: 5%;
    font-size: 24px;
    color: rgba(229, 245, 255, 1);
}

.footer a{
    margin: 10px 5%;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgba(204, 215, 222, 1);
    white-space: nowrap;
}

.icons{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.icons a{
    margin: 5px;
}

.line{
    width: 90%;
    background-color: rgba(153, 214, 255, 1);
    height: 2px;
    margin: 5%;
    margin-bottom:  10px;
}


.under-line{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 5%;
    margin-top: 0;
    margin-bottom: 10px;
}

.under-line p{
    color: rgba(153, 175, 190, 1);
    font-size: 12px;
}

.under-line a{
    color: rgba(153, 175, 190, 1);
    font-size: 12px;
    margin: 5px 15px;
}

.background-container{
    position: absolute;
    width: 60vw;
    height: 70vh;
    top: 0;
    right: 0;
    background-color: #E5F5FF;
    z-index: -1;
}

.content{
    display: flex;
    height: auto;
    margin: 5%;
    margin-top: 32px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
}

.content-box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; 
}

.price-list{
    display: flex;
    height: auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #e5f5ff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.sertificate{
    display: flex;
    height: auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #e5f5ff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.work-with{
    display: flex;
    height: auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #00375b;
    padding-top: 64px;
    padding-bottom: 64px;
}

.reviews{
    display: flex;
    height: auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #00375b;
    padding-top: 64px;
    padding-bottom: 64px; 
}

.terms{
    display: flex;
    height: auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    padding-top: 64px;
    padding-bottom: 64px;
}

.terms-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.contact-me{
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e5f5ff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.contact-me h1{
    color: #00375B;
    font-size: 32px;
    font-weight: 400;
    width: 60%;
    text-align: center;
}

.content h1{
    color: #00375B;
    font-size: 32px;
    font-weight: 400;
    margin: 20px 0;
}

.price-list h1{
    color: #00375B;
    font-size: 32px;
    font-weight: 400;
    margin: 10px 10%;
}

.sertificate h1{
    color: #00375B;
    font-size: 32px;
    font-weight: 400;
    margin: 30px;
}

.work-with h1{
    color: rgba(251, 253, 255, 1);
    font-size: 32px;
    font-weight: 400;
    margin: 40px;
    margin-top: 0; 
}

.terms h1{
    color: #00375B;
    font-size: 32px;
    font-weight: 400;
    margin: 40px; 
}

.reviews h1{
    color: rgba(251, 253, 255, 1);
    font-size: 32px;
    font-weight: 400;
    margin: 40px auto;
    margin-bottom: 30px;   
}

.content h2{

    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 16px;

}

.contact{
    display: flex;
    background-color: #00375B;
    font-size: 18px;
    padding: 18px 36px;
    border-radius: 10px;
    margin: 20px 40px;
    align-items: center;
    justify-content: center;
    
}

.contact:hover{
    background-color: #66879d;
}


.content h3{
    font-family: "Prosto One", system-ui;
    text-align: center;
    margin: auto;
    font-size: 24px;
    font-weight: 400;
    color: #00375B;
}

.content p{
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 100%;
}

.content img{
    margin: 64px 0;
    width:70%;
}

.swiper-container {
    width: 100%;
    max-width: 500px; /* или другой размер по вашему выбору */
    height: auto; /* можно задать фиксированную высоту, если нужно */
    margin: auto; /* для центрирования */
    position: relative;
}

.swiper-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-pagination-dip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    width: auto !important;
}

.swiper-pagination-bullet {
    background-color: #ccebff !important;
    width: 10px;
    height: 10px;
    opacity: 1 !important;
    transition: background-color 0.3s;
}

/* Цвет активной точки */
.swiper-pagination-bullet-active {
    background-color: #00375B !important;
}

.swiper-button-next-dip,
.swiper-button-prev-dip {
  color: white; /* Установим белый цвет для кнопок */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next-dip::after,
.swiper-button-prev-dip::after {
  font-size: 20px;
}

.swiper-button-next-dip {
  right: 10px; /* Позиционируем справа */
}

.swiper-button-prev-dip {
  left: 10px; 
}

.card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 70%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 25px auto;
    height: fit-content;
}
.card h2 {
    color: #1b3250;
    margin-bottom: 5px;
    font-weight: 400 !important;
}
.card .time {
    font-size: 12px;
    color: rgba(65, 65, 65, 1);
    margin-bottom: 5px;
}
.card .frequency {
    font-size: 12px;
    color: rgba(65, 65, 65, 1);
    margin-bottom: 20px;
}
.card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.card ul::before{
    content: '';
    position: absolute;
    top: -10px; /* Позиционирование сверху */
    left: 10%; /* Смещение на 10% от левого края */
    width: 80%; /* Линия будет занимать 80% от ширины элемента */
    height: 1px; /* Толщина линии */
    background-color: rgba(160, 160, 160, 1); 
}

.card ul li {
    display: flex;
    align-items: center;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(65, 65, 65, 1);
    font-size: 13px;
    margin-bottom: 10px;
}
.card ul li::before {
    content: '✔';
    color: rgba(102, 194, 255, 1);
    margin-right: 10px;
    font-size: 13px;
}
.card .price {
    font-size: 24px;
    color: #1b3250;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.card .price .lesson-price {
    font-size: 18px;
    color: gray;
}
.card .highlight {
    color: #0099ff;
    font-size: 24px;
}

.free{
    font-family: "Prosto One", system-ui;
    color: #0099ff;
    font-size: 29px;
}


.work-with ul {
    list-style-type: none;
    padding: 0;
    margin: 40px;
    width: 300px;
}
.work-with li {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid #4b7a9e;
    color: rgba(229, 245, 255, 1);
    margin-bottom: 10px;
}


.dropdown {
    margin: 15px 0;
    border-bottom: 1px solid #dfe1e5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.dropdown h3{
    text-align: left;
    margin: 0;
    font-size: 18px;
}

.dropdown-button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    outline: none;
    transition: color 0.3s;
}

.dropdown-button:hover {
    color: #1a73e8; /* Цвет при наведении */
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    color: #5f6368;
    line-height: 1.5;
    transition: max-height 0.5s ease;
}

.dropdown-content.open {
    
    max-height: 500px;
}

.arrow {
    font-size: 24px;
    color: #1a73e8;
    transition: transform 0.3s ease;
}

.arrow img{
    width: 32px;
}

.arrow.open {
    transform: rotate(180deg);
}

.highlight {
    color: #1a73e8; /* Синий цвет для выделенного текста */
}

.dropdown-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
.dropdown-content ul li {
    display: flex;
    align-items: center;
    color: rgba(65, 65, 65, 1);
    margin-bottom: 10px;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 16px;
}
.dropdown-content ul li::before {
    content: '✔';
    color: #00a2ff;
    margin-right: 10px;
}

.stats-container {
    background-color: transparent;
    margin: 30px;
    border-radius: 10px;
}

.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-number {
    font-size: 40px;
    color: rgba(0, 153, 255, 1); /* Синий цвет */
    margin-right: 15px;
    min-width: 150px;
}

.stat-text {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #00375b;
    line-height: 1.2;
}

/* Обёртка и слайд остаются стандартными для Swiper */
.swiper-container-testimonial {
    width: 100%;
    margin: auto;
    background-color: #00375b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }
  
  
  /* Кастомизация содержимого слайда */
  .testimonial {
    color: white;
    margin: auto;
  }
  
  .testimonial p {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: rgba(229, 235, 239, 1);
    width: 90%;
    margin: auto;
  }
  
  .testimonial span {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    display: block;
    margin-top: 30px;
    text-align: center;
    color: rgba(229, 235, 239, 1);
  }
  

.pag-and-but{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.swiper-pagination-testimonial{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.reviews .swiper-pagination-bullet{
    background-color: rgba(51, 95, 124, 1) !important;
}

.reviews .swiper-pagination-bullet-active{
    background-color: rgba(229, 235, 239, 1) !important;
    opacity: 1 !important;
}

.swiper-button-next-testimonial,
.swiper-button-prev-testimonial {
  color: white; /* Установим белый цвет для кнопок */
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next-testimonial::after,
.swiper-button-prev-testimonial::after {
  font-size: 20px;
}

.swiper-button-next-testimonial {
  right: 10px; /* Позиционируем справа */
}

.swiper-button-prev-testimonial {
  left: 10px; 
}

.terms img{
    width: 70%;
    margin: 5%;
    margin-left: auto;
    border-radius: 15px;
}





h3 {
    margin: 0 0 10px; /* Отступы для заголовка */
    color: rgba(0, 55, 91, 1); /* Цвет заголовка */
}

p {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0; /* Убрать отступы у параграфа */
    color: rgba(65, 65, 65, 1); /* Цвет текста */
}


.item {
    display: flex;
    width: 80%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 10%;
}

.item h3{
    color: rgba(0, 55, 91, 1);
    font-size: 18px;
}

.short {
    display: block;
    color: rgba(65, 65, 65, 1);
    padding-left: 10px;
}

.full {
    max-height: 0;
    overflow: hidden; /* Изначально скрытый список */
    list-style-type: disc; /* Отображение маркеров для списка */
    padding-left: 20px; /* Отступ слева для маркеров */
    transition: max-height 0.5s ease;
}

.full.show {
    max-height: 1000px; /* Достаточно большая высота для раскрытия содержимого */
    padding-bottom: 10px; /* Отступ снизу */
}

.full li{
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(65, 65, 65, 1);
    margin: 0;
}

.toggle-btn {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    background: none;
    border: none;
    color: rgba(112, 112, 112, 1);
    cursor: pointer;
    text-decoration: none;
    margin-left: auto;
    position: relative;
}

.toggle-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(112, 112, 112, 1);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.toggle-btn:hover::after {
    width: 30%; /* Задайте желаемую ширину линии при наведении */
}





.materials{
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(229, 245, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    border-radius: 10px;
}

.materials img{
    width: 100%;
    border-radius: 15px;
    margin:  0 !important;
}

.materials h2{
    font-family: "Prosto One", system-ui;
    width: 100%;
    color: #00375B;
    font-size: 18px;
    font-weight: 400;
}

/* Стили для кнопки прокрутки вверх */
.scroll-to-top {
    position: fixed;
    bottom: 40px; /* Расстояние от нижнего края экрана */
    right: 40px; /* Расстояние от правого края экрана */
    display: none; /* Скрыто по умолчанию */
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 1000; /* Поверх всех элементов */
    
}




.contact-me div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
}

.contact-me a{
    color: rgba(0, 55, 91, 1);
    margin: 5px;
    position: relative;
    display: inline-block;
}

.contact-me a:hover{
    color: #66879d;
}

.contact-me span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00375b;
    margin: 5px;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact-me a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #00375b;
}

.stack {
    position: relative;
    width: 303px; /* ширина изображений */
    height: 217px; /* высота изображений */
    cursor: pointer;
    margin: 80px auto;
}

.restore-button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
    margin-right: auto;
    background-color: transparent;
    color: rgba(51, 95, 124, 1);
    font-family: "Prosto One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.restore-button img{
    height: 40px;
}

.stack-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.stack-img:nth-child(1) {
  transform: rotate(-10deg);
}

.stack-img:nth-child(2) {
  transform: rotate(-15deg);
}

.stack-img:nth-child(3) {
  transform: rotate(-20deg);
}

.stack-img:nth-child(4) {
  transform: rotate(-15deg);
}

.stack-img:nth-child(5) {
  transform: rotate(-10deg);
}

.stack-img:nth-child(6) {
  transform: rotate(-5deg);
}

.stack-img:nth-child(7) {
    transform: rotate(0deg);
}

.stack-img.removed {
    transform: translateY(20px); /* Сначала опускаем изображение вниз */
    opacity: 1; /* Снижаем прозрачность до 1 для первого этапа */
    animation: slideOut 0.7s ease-in-out forwards;
    
  }
  
  /* Анимация сдвига вверх */
  @keyframes slideOut {
    0% {
      transform: translateY(20px); /* Начинаем с опущенного положения */
      opacity: 1; /* Полная видимость */
    }
    100% {
      transform: translateY(-100%); /* Перемещаем за пределы экрана вверх */
      opacity: 0; /* Снижаем прозрачность до 0 */
    }
  }

.header-logo{
    display: none;
}


@media (min-width: 1024px){
    .header{
        flex-direction: row-reverse;
    }

    .background-container{
        height: 75%;
    }
    .content{
        flex-direction: row;
        margin-bottom: 0;
    }

    .column{
        flex-direction: column !important;
    }

    .column-v1{
        display: flex;
        justify-content: space-around; /* Распределение элементов с промежутками */
        align-items: flex-start; /* Выровнять элементы по верхнему краю */
        flex-wrap: wrap; /* Перенос элементов на следующую строку при нехватке места */
        gap: 20px;
        margin-top: 0 !important; 
        margin-bottom: 0 !important;
    }

    .dropdown{
        width: 35%;
    }

    .content h1{
        font-size: 56px;
    }

    .content h2{
        font-size: 18px;
    }

    .content h3{
        font-size: 24px;
    }

    .content-box{
        margin: auto 0;
        margin-right: 5%;
        margin-top: 10%;
    }

    .content img{
        width: 30%;
        margin-left: 5%;
    }

    .desktop-content{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5%;
    }

    .desktop-content-reverse{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        margin: 5%;
    }

    .swiper-slide img{
        height: 340px;
        width: auto;
    }


    .sertificate h1{
        margin-left: 10%;
    }
    

    .desktop-content p, .desktop-content-reverse p {
        width: 30%;
        margin: 5%;
    }

    .cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; /* или space-between для равномерного распределения */
        gap: 20px;
        margin: 10%;
        margin-top: 5%;
        margin-bottom: 0;
    }

    .work-with {
        padding-left: 10%;
        
    }

    .work-with-content{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

    .arrow img{
        width: 32px;
    }
    
    .work-with h1{
        margin-bottom: 0;
    }

    .card{
        width: 315px;
        margin: 0;
    }

    .stats-container{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .testimonial p{
        width: 50%;
    }

    .stack{
        width: 420px;
        height: 300px;
    }

    .stat-item{
        margin: auto;
    }

    .terms img{
        width: 40%;

    }

    .terms h1{
        margin-left: 10% !important;
        margin-bottom: 0;
        width: 15%;
        margin-top: 0;
    }

    .materials{
        width: 25%;
    }

    .materials img{
        width: 100% !important;
        margin:  0 !important;
    }

    .materials-content{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-me-content{
        flex-direction: row !important;
    }

    .terms-content{
        flex-direction: row;
    }

    .header{
        margin: 5%;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .footer-content{
        flex-direction: row;
    }

    .header-logo{
        display: block;
        margin: 20px;
    }

    .burger-menu{
        left: -327px;
        width: 327px;
        transition: left 0.5s ease;
        height: 800px;
    }

    #banner{
        width: 30%;
        margin-top: 0;
    }

    .burger-menu.open {
        left: 0; /* Позиция меню на экране */
    }

    .item{
        margin-left: 0 !important;
    }
}