* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

body::-webkit-scrollbar {
    width: 15px; /* Ширина всего элемента навигации */
}
  
body::-webkit-scrollbar-track {
    background: #fff; /* Цвет дорожки */
}

#perKabBut {
    z-index: 100;
    margin-top: -1rem;
    display: block;
    position: absolute;
    width: 16rem;
    margin-left: -17rem;
    margin-top: -1.5rem;
    padding: 0.8rem 0.1rem;
    text-align: center;
}

#gibplan{
    text-align: center;
}

#zametka_free {
    color: #53b5c5;
    font-family: 'Nunito';
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: -0.8rem;
    margin-bottom: 1.3rem;
}

#zametka_unik {
    color: #40b688;
    font-family: 'Nunito';
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: -0.8rem;
    margin-bottom: 1.3rem;
}

#zametka_pro {
    color: #ff6fa6;
    font-family: 'Nunito';
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: -0.8rem;
    margin-bottom: 1.3rem;
}

#zametka_spec {
    color: #e9715a;
    font-family: 'Nunito';
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: -0.8rem;
    margin-bottom: 1.3rem;
}

#glavTYK a{
    color: #FFF145;
}
  
body::-webkit-scrollbar-thumb {
    background-color: #53B5C5; /* Цвет бегунка */
    border-radius: 20px; /* Округление бегунка */
    border: 0.1px solid #4fadbc; /* Оформление границ бегунка */
}

#specVorona {
    right: 0rem;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 12rem;
    z-index: 10;
    width: 15rem;
}

#kurs2star {
    position: absolute;
    margin-top: 12rem;
    z-index: 10;
    left: 8rem;
    transform: translateY(-50%);
}

#kurslittle2star {
    right: 12rem;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 18rem;
    z-index: 10;
}

#kursvorona {
    position: absolute;
    margin-top: 20rem;
    z-index: 10;
    left: 0rem;
    transform: translateY(-50%);
}

#speckurs {
    right: 30rem;
    transform: translateY(-50%);
    position: absolute;
    margin-top: -3.15rem;
    z-index: 10;
    background-color: #F91155;
    color: #fff;
    font-weight: 800;
    border-radius: 2rem;
    padding: 0.6rem 1.3rem;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    position: fixed;
    z-index: 900;
    width: 100%;
}

.logo img {
    height: 60px;
    margin-left: 20px;
    margin-bottom: -15px;
}
header nav {
    display: flex;
    width: 60vw;
    justify-content: flex-end;
    margin-right: 10rem;
}
header nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 20px;
}
header nav li{
    box-sizing: border-box;
}
header nav a {
    text-decoration: none;
    /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); */
    color: #474747;
    font-weight: 900;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 0.6rem;
    font-size: 1.2rem;
}
header nav li:hover a {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
header nav li > a.menugames:after{
    content: " ";  
    background: url(img/oui_arrow-up_black.png) no-repeat center center;
    width: 1rem;
    height: 1rem;
    display: block;
    
}

header nav li:hover{
    /*border: 5px;
    border-color: #53B5C5;
    background-color: #E5F4F7;
    border-radius: 5px;*/
}

header nav img {
    margin-left: 10px;
}

.register-btn {
    background-color: #FFF145;
    border: none;
    color: #474747;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    padding: 13px 60px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 20px;
    font-size: 1.15rem;
    margin-top: -1px;
    text-decoration: none;
}

.register-btn:hover {
    background-color: #FFDA18;
}

.dropdown {
    float: left;
    overflow: hidden;
  }

.dropdown .dropbtn {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); */
    color: #474747;
    font-size: 1.2rem;
    font-weight: 900;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 1px;
    border: none;
    /* font-size: 1rem; */
    background-color: #fff;
}
  
  
.dropdown:hover .dropbtn {
    /* border: 2px solid #53B5C5; */
    display: flex;
    /* border-radius: 0.5rem; */
    /* background: #E5F4F7; */
    box-sizing: border-box;
    /* padding: calc(1rem - 4px); */
    gap: 1px;
    font-size: 1.2rem;
}

#dropdown-content-ssulkaup {
    background-color: #fff;
    color: #373737;
    border: none;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkadown{
    background-color: #fff;
    color: #373737;
    border: none;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#dropdown-content-ssulkaup:hover{
    display: block;
    background-color: #E5F4F6;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkadown:hover{
    display: block;
    background-color: #E5F4F6;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkabet{
    background-color: #fff;
    color: #373737;
    border: none;
    border-radius: 5rem;
    font-weight: 800;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#dropdown-content-ssulkabet:hover{
    display: block;
    background-color: #E5F4F6;
    border-radius: 0rem 0rem 0rem 0rem;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* border: 2px solid #53B5C5; */
    border-radius: 0.5rem;
    font-size: 1.2rem;
}
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-shadow: none;
    text-align: left;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  
  .dropdown-content a:hover {
    background-color: #E5F4F6;
    font-size: 1.2rem;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Стили для кнопки-гамбургера */
.hamburger {
    display: none; /* по умолчанию скрыта */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #474747;
    margin: 4px 0;
}

@media (max-width: 1490px) {
    
    header nav {
        display: flex;
        width: 55vw;
        justify-content: center;
        margin-right: 1rem;
        /* margin-left: 18rem; */
    }

}

@media (max-width: 1330px) {
    
.packages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.package {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    border: 3px solid #53B5C5;
    margin-bottom: 1rem;
    width: 70%;
}

}

@media (max-width: 1167px) {
  /* Стили для гамбургера остаются, добавляем позиционирование и z-index */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 30px;
    position: relative; /* или fixed, если нужно */
    z-index: 1100;      /* значение выше, чем у меню */
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #474747;
    margin: 3px 0;
  }
  
  /* Меню задаем фиксированное позиционирование с меньшим z-index */
  header > nav {
    order: 2;
    display: none;  /* по умолчанию скрыто */
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;       /* ширина бокового меню */
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    padding-top: 70px;  /* отступ сверху, чтобы не перекрывать header */
    z-index: 1000;      /* ниже, чем у гамбургера */
  }
  
  /* Остальные стили остаются */
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  header > .hamburger { order: 0; }
  header > .logo { order: 1; }
  header > form { order: 3; }
  
  .logo img {
    height: 60px;
    margin-left: 90px;
    margin-bottom: 8px;
    margin-top: -45px;
    z-index: 1100;
  }
  
  .dropdown:hover .dropdown-content {
        display: block;
        width: 100%;
        margin-left: -31px;
    }

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 10px 12px 46px;
        text-decoration: none;
        display: block;
        text-shadow: none;
        text-align: left;
        font-size: 1.2rem;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }
}
 


/* Скрытие радио-кнопок */
input[type="radio"] {
    display: none;
}

/* Центрирование табов */
.tab-container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.tab {
    display: block;
    text-align: center;
}

/* Общий стиль для кнопок */
#month {
    padding: 0.9rem 2rem;
    display: inline-block;
    border-radius: 2rem 0rem 0rem 2rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #474747;
    border: 2px solid #53B5C5;
    /* margin: 0 1rem; */
    margin-bottom: 1.5rem;
}

#year {
    padding: 0.9rem 2rem;
    display: inline-block;
    border-radius: 0rem 2rem 2rem 0rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #474747;
    border: 2px solid #53B5C5;
    /* margin: 0 1rem; */
    margin-bottom: 1.5rem;
    margin-left: -1.7rem;
}

/* Активное состояние для "Месяц" */
#tab-btn-1:checked + .firstlabel #month {
    background-color: #53B5C5;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 1rem 2rem;
    position: relative;
    z-index: 100;
}

/* Активное состояние для "Год" */
#tab-btn-2:checked + .secondlabel #year {
    background-color: #53B5C5;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 1rem 2rem;
}

/* Контент */
.content-container {
    text-align: center;
    margin-top: 2rem;
}

.content {
    display: none;
    font-size: 1.5rem;
    color: #000;
}

/* Отображение контента для таба 1 */
#tab-btn-1:checked ~ .content-container #content-1 {
    display: block;
}

/* Отображение контента для таба 2 */
#tab-btn-2:checked ~ .content-container #content-2 {
    display: block;
}

/* Скрытие контента */
.hidden {
    display: none;
}




  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-shadow: none;
    text-align: left;
    background-color: #53B5C5;
  }
  
  .dropdown-content a:hover {
    background-color: #E5F4F6;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .mainTarif {
    display: flex;
    flex-direction: column;
    text-align: inherit;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
main {
    width: 100%;
}

.special-packages-jdo{
    margin-bottom: 40px;

}

.plans-section, .special-packages {
    margin-bottom: 40px;
    margin-top: 8rem;
}

.plans-section h1, .special-packages h2 {
    text-align: center;
    display: block;
    margin-bottom: 2rem;
    color: #000;
    font-weight: 900;
    font-size: 2rem;
    margin-top: 1.5rem;
}

.plans-section p, .special-packages p {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
}


.plans-section h1 {
    text-align: center;
    display: block;
    margin-bottom: 2rem;
    color: #474747;
    font-weight: 900;
    font-size: 2rem;
    margin-top: 1.5rem;
}

.special-packages-jdo h2 {
    text-align: center;
    display: block;
    margin-bottom: 6rem;
    color: #474747;
    font-weight: 900;
    font-size: 2rem;
    margin-top: 10rem;
}

.plans-section p, .special-packages-jdo p {
    text-align: left;
    /* margin-bottom: 5rem; */
    /* font-weight: 700; */
    color: #474747;
    margin-left: 0.5rem;
}



.toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3rem;
}

.toggle button {
    background-color: #5bc6ff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    color: white;
}

.toggle button.active {
    background-color: #ffde59;
}

.plans {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.plan {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}

#blue-plan{
    border: 1px solid #53B5C5;
    border-top-width: 5px;
}
#green-plan{
    border: 1px solid #40B688;
    border-top-width: 5px;
}
#pink-plan{
    border: 1px solid #FF6FA6;
    border-top-width: 5px;
}
#orange-plan{
    border: 1px solid #F5775E;
    border-top-width: 5px;
}

.plan h2 {
    color: #474747;
    margin-bottom: 10px;
    font-weight: 900;
    margin-top: 1rem;
}

.plan .price {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 900;
}

#blue-plan .price {
    color: #53B5C5;
    
}

#ekonom {
    background-color: #F91155;
    color: #fff;
    font-family: 'Nunito';
    padding: 0.5rem 1.2rem;
    border-radius: 1rem;
    font-weight: 750;
    margin-bottom: 1rem;
}

#price-1
 {
    font-size: 1rem;
    display: block;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
    font-size: 1.6rem;
}
#green-plan .price{
    color: #40B688;
}
#pink-plan .price{
    color: #FF6FA6;
}
#orange-plan .price{
    color: #F5775E;
}

.priceDIV{
    display: flex;
}



.plan button {
    background-color: #FFF145;
    border: none;
    font-family: 'Nunito', sans-serif;
    padding: 10px 80px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #474747;
}

.plan button:hover {
    background-color: #FFDA18;
    color: #474747;
}

.line-color {
    display: block;
    height: 0.1rem;
    width: 15rem;
    background-color: #5BA9D2;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

.start-but {
    width: 15rem;
}

.plan ul {
    list-style-type: none;
    text-align: left;
    font-weight: 700;
}

.plan ul li {
    margin-bottom: 10px;
}

.special-packages h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 2rem;
    margin-top: 5rem;
}

.special-packages p {
    text-align: start;
    margin-bottom: 2rem;
    font-size: 1rem;
    margin-top: 0.2rem;
}

.packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.package {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    border: 3px solid #53B5C5;
    margin-bottom: 1rem;
}

.package:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#special-packages-text {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
    color: #474747;
}

.blocks-tarif {
    display: flex;
    gap: 6.5rem;
}

.package .tag {
    background-color: #FFF145;
    padding: 7px 25px;
    border-radius: 1rem;
    margin-bottom: 10px;
    font-weight: 900;
    color: #474747;
    font-family: 'Nunito';
}

.package .age {
    background-color: #53B5C5;
    padding: 0.4rem 1.5rem;
    border-radius: 1rem;
    color: white;
    margin-bottom: 10px;
    font-weight: 800;
}

.package img {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 0.5rem;
}

 /* затемнение и размытие фона */
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* само окно */
  .modal {
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    animation: fadeIn 0.3s ease;
  }

  /* крестик */
  .modal .close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: none;
  }

  @keyframes fadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }

#pok2 {
    margin-top: 0.1rem;
    font-size: 0.88rem;
    margin-bottom: 2.5rem;
    margin-left: 0rem;
    font-weight: 700;
}

#pok1 {
    margin-top: 1.5rem;
    font-size: 0.88rem;
    margin-bottom: 2.5rem;
    margin-left: 0rem;
    font-weight: 700;
}

.package h3 {
    color: #474747;
    margin-top: 1rem;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 900;
    font-size: 1.1rem;
}

.package ul {
    list-style-type: none;
    text-align: left;
    margin-bottom: 20px;
}

.package ul li {
    margin-bottom: 10px;
}

.package .details-btn {
    background-color: #fff;
    border: 1px solid #53B5C5;
    padding: 10px 20px;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 3rem;
    margin-bottom: 10px;
    font-weight: 900;
    color: #53B5C5;
}

.package .details-btn:hover {
    border: 1px solid #177E8F;
    color: #177E8F;
}

.package .buy-btn {
    background-color: #FFF145;
    border: 0px solid #53B5C5;
    padding: 10px 30px;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 3rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #474747;
}

.package .buy-btn:hover {
    background-color: #FFDA18;
}

.fot-but {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 6.5rem;
}

.arrows-foot {
    display: flex;
    gap: 1rem;
    justify-content: end;
}

footer {
    background-color: #53B5C5;
    color: #fff;
    padding: 1rem 1rem 2rem 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: -10px;
    width: 100%;
    /* margin-bottom: 2rem; */
}

.cloud-footer-content{
    background-color: #fff;
}

.cloud-footer-content img {
    width: 100%;
    margin-top: 50px;
}

.footer-logo img {
    display: block;
    text-align: left;
    margin-left: 60px;
    margin-top: 35px;
}

footer nav ul {
    padding: 20px;
    display: flex;
    justify-content: right;
    gap: 2rem;
    list-style: none;
    margin-right: 60px;
    margin-top: -70px;
}

footer nav a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.3rem;
}

.video-logo {
    display: block;
    background-color: #53B5C5;
    color: #fff;
    width: 25%;
    font-size: 2rem;
    font-weight: 900;
    padding: 0.5rem 2.3rem;
    border-radius: 1rem 1rem 0rem 0rem;
}

footer nav li:hover a{
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    color: #fff580;
}

footer nav li > a.menugames:after{
    content: " ";  
    background: url(img/oui_arrow-up_black.png) no-repeat center center;
    width: 1rem;
    height: 1rem;
    display: block;
    
}

footer p {
    margin-top: 3rem;
    color: #fff;
    text-align: center;
}

.arrow-footer img {
    display: flex;
    margin-left: 4.5rem;
    margin-top: -16px;
    margin-bottom: 30px;
}

.arrows-foot button {
    cursor: pointer;
    background-color: #fff;
    border: solid 2px #53B5C5;
    border-radius: 5rem;
    color: #53B5C5;
    padding: 0.55rem 1.05rem;
    font-size: 1.2rem;
}

.arrows-foot button:hover {
    background-color: rgba(83,181,197);
    color: #fff;
}

.txt-plan-tarif{
    display: flex;
}

.txt-plan-tarif img {
    max-width: 1;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.2rem;
}

#txt-plan-p {
    text-align: left;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
}

.txt-packages-tarif{
    display: flex;
}

.txt-packages-tarif img {
    width: 1rem;
    height: 0.9rem;
    margin-top: 0.45rem;
}

#txt-packages-p {
    text-align: left;
    margin-left: 0.5rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
}


@media (max-width: 1450px) {
   #kursvorona {
    margin-top: 16rem;
    width: 10rem;
}

#kurs2star {
    width: 4rem;
}

#kurslittle2star {
    width: 4rem;
}

#specVorona {

    width: 15rem;
}

}


@media (max-width: 1450px) {

    #specVorona {
        width: 12rem;
        margin-top: 11rem;
    }

}


@media (max-width: 1300px) {
   .menu-toggle {
        display: inline-block; /* Показать бутерброд-меню */
        position: absolute;
        top: 10px;
        left: 10px;
    }

    nav {
        display: none;
    }
    
    #navfoot{
        display: block;
    }

}

@media (max-width: 1200px) {
    .plans {
        grid-template-columns: repeat(2, 1fr);
        width: 50rem;
        margin: 0 auto;
    }
    

    .packages {
        grid-template-columns: repeat(2, 1fr);
        width: 80%;
        margin: 0 auto;
    }
    
    .package {
        width: 100%;
    }
}

@media (max-width: 1170px) {
    .plans {
        grid-template-columns: repeat(2, 1fr);
        width: 50rem;
        margin: 0 auto;
    }
    
    #month {
    margin-bottom: 2rem;
    }
    
    #kurslittle2star {
    right: 5rem;
    }
    
    .start-but {
    width: 22rem;
    }
    
    #speckurs {
    right: 19rem;
    margin-top: -3.6rem;
    }
    
    .plan button {
    padding: 15px 80px;
    font-size: 18px;
    }

    .txt-plan-tarif img {
        margin-left: 0.8rem;
    }

    .line-color {
        width: 22rem;
    }

    .packages {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media (max-width: 1050px) {
    #kursvorona {
        margin-top: 16rem;
        width: 8rem;
    }
    
        #kurs2star {
        width: 3rem;
        margin-top: 11rem;
        left: 4rem;
    }
        #kurslittle2star {
        width: 3rem;
        margin-top: 19rem;
    }
        .packages {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        margin: 0 auto;
    }
    
}


@media (max-width: 925px) {

    footer nav a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.1rem;
}
} 

@media (max-width: 860px) {
    .plans {
        grid-template-columns: 1fr;
        width: 25rem;
        margin: 0 auto;
    }
    
        #kursvorona {
        margin-top: 20.5rem;
        width: 6rem;
    }
    
        #kurslittle2star {
        width: 2.5rem;
        margin-top: 21rem;
    }
    
        #kurs2star {
        width: 2.4rem;
        margin-top: 8rem;
        left: 4rem;
    }

    .packages {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        margin: 0 auto;
    }
    .plan {
    width: 25rem;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media (max-width: 835px) {
    
    #log_logo {
    color: #fff580;
    margin-top: 6rem;
    font-size: 4rem;
    margin-bottom: 2rem;
}
    
    footer nav ul {
    padding: 20px;
    display: flex;
    justify-content: right;
    align-items: end;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    /* margin-right: 60px; */
    margin-top: -70px;
}

    footer nav a {
        color: #ffffff;
        font-weight: 800;
        text-decoration: none;
        font-size: 1.3rem;
    }
    
        .packages {
        grid-template-columns: repeat(1, 1fr);
        width: 50%;
        margin: 0 auto;
    }
} 




@media (max-width: 695px) {
    
    .packages {
        grid-template-columns: repeat(1, 1fr);
        width: 60%;
        margin: 0 auto;
    }
    

}

@media (max-width: 665px) {
    
        #log_logo {
        color: #fff580;
        margin-top: -10rem;
        font-size: 4.5rem;
        margin-bottom: 2rem;
    }
    

}


@media (max-width: 610px) {
.register-btn {
    background-color: #FFF145;
    border: none;
    color: #474747;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    padding: 13px 20px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 20px;
    font-size: 1.15rem;
}
    #specVorona {
        width: 0rem;
        margin-top: 11rem;
    }

    #kursvorona {
        margin-top: 25rem;
        width: 5rem;
    }
        #kurslittle2star {
        width: 2.4rem;
        margin-top: 25rem;
        margin-right: -3rem;
    }
        .packages {
        grid-template-columns: repeat(1, 1fr);
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {


    .register-btn, .access-btn-hero, .access-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

