* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Плавные эффекты для кнопки и блока рекомендаций */
.fade {
  opacity: 1;
  transition: opacity 0.4s ease;
}

#tarifvubor {
    font-family: 'Nunito';
    font-size: 1.4rem;
    font-weight: 800;
    color: #53b5c5;
    padding: 0.4rem 1rem 0rem 0rem;
    margin-left: 1rem;
}

#yearmonthvubor{
    font-family: 'Nunito';
    font-size: 1.4rem;
    font-weight: 800;
    color: #53b5c5;
    padding: 0.4rem 1rem 0rem 0rem;
}

.yearmonthvuborSelect option{
    
}

select {
  appearance: none;         /* убираем стандартную стрелку */
  -webkit-appearance: none; /* для Safari */
  -moz-appearance: none;    /* для Firefox */
  background: #eaf7f9 url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center;
  background-size: 16px;
  padding-right: 40px; /* добавляем место под стрелку */
  border: none; /* если нужно убрать рамку */
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.rekvizits {
    display: block;
    text-align: left;
    margin-top: 3rem;
    margin-left: 6rem;
    width: 30rem;
}

.dopInfaFooter{
    display: flex;
}

.dogovor {
    display: flex;
    width: 15rem;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
    margin-left: 6rem;
    text-align: left;
}

.menuFromBottom {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin-top: 3rem;
    margin-left: 7rem;
}


footer nav a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.6rem;
}

footer nav li{
    display: block;
    margin-bottom: 1rem;
}

footer nav ul {
    list-style: none;
}

.dogovor h1 {
    margin-bottom: 2rem;
}

.dogovor a {
    text-decoration: none;
    color: #fff;
}

.dogovor a:hover {
    text-decoration: none;
    color: #fff580;
}

.rekvizits h1{
    display: block;
    text-align: left;
}

.rekvizits p{
    display: block;
    text-align: left;
}

.alfa_foot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 20px;
    margin-top: 6rem;
}

.alfa_foot img {
  max-width: 100px;          /* максимальная ширина картинки */
  height: auto;              /* сохраняем пропорции */
  transition: all 0.3s ease; /* плавное изменение при масштабировании */
}

.fade.hidden {
  opacity: 0;
  pointer-events: none;
}

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

#password-strength{
    margin-bottom: 1rem;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px; /* место для глазика */
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

#genPassword {
    background-color: #53B5C5;
    border: none;
    padding: 0.7rem 2rem;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-weight: 800;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 95%;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.tarif_p {
    color: #53b5c5;
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.tarif_ch {
    display: flex;
    margin-top: 1rem;
}

.choose_tarif {
    background-color: #fdf57c;
    font-size: 1rem;
    font-weight: 800;
    padding: 0.6rem;
    border-radius: 2rem;
    margin-left: 12.3rem;
    margin-top: -0.3rem;
    margin-bottom: 0.7rem;
    color: #474747;
}

.tarif_ch a {
    text-decoration: none;
    color: #000;
}

.choose_tarif:hover {
    background-color: #fde85c;
}

option {
    display: block !important;
    font-family: 'Nunito', sans-serif;
    background-color: #e9f6f8;
    height: 5rem;
    font-weight: 600;
}

body::-webkit-scrollbar {
    width: 15px; /* Ширина всего элемента навигации */
}
  
body::-webkit-scrollbar-track {
    background: #fff; /* Цвет дорожки */
}
  
body::-webkit-scrollbar-thumb {
    background-color: #53B5C5; /* Цвет бегунка */
    border-radius: 20px; /* Округление бегунка */
    border: 0.1px solid #4fadbc; /* Оформление границ бегунка */
}

.sovy{
    position: relative; /* Создает контекст позиционирования для вложенных элементов */
    width: 100%;
}

#star1 {
    position: absolute;
    margin-top: 12rem;
    z-index: 10;
    left: 23rem;
    transform: translateY(-50%);
}

#star2 {
    right: 23rem;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 38rem;
    z-index: 10;
}

#bird1 {
    position: absolute;
    margin-top: 30rem;
    z-index: 10;
    left: 0;
    transform: translateY(-50%);
}

#bird2 {
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 18rem;
    z-index: 10;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 97.6px;          /* фиксированная высота */
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  position: fixed;
  top: 0;                 /* фиксируем у верхнего края */
  left: 0;
  width: 100%;

  z-index: 900;
  flex-wrap: wrap;
  margin: 0;              /* убираем отрицательный margin */
}

.logo img {
    height: 60px;
    margin-left: 20px;
    margin-bottom: -15px;
}
header nav {
    display: flex;
    width: 60vw;
    justify-content: flex-end;
}
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;
    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: 1099px) {
  /* Стили для гамбургера остаются, добавляем позиционирование и 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);
    }
}
 


main {
    width: 100%;
    margin-top: 10px;
}

.mainRegist {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 450px;
    margin: 2rem auto;
}



.registration-form {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
    align-items: center;
}



.registration-form h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #53B5C5;
    font-weight: 900;
}

.registration-form label {
    margin-bottom: 0px;
    font-size: 14px;
}

.registration-form input {
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    background-color: #E9F6F8;
    border: 0px solid;
    border-radius: 5px;
    width: 100%;
}

.registration-form input:focus {
    outline-color: #53B5C5;
}


.registration-form select {
    margin-bottom: 15px;
    padding: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    background-color: #E9F6F8;
    border: 0px solid;
    border-radius: 5px;
    color: #474747;
    width: 15rem;
}

.registration-form select:focus{
    outline-color: #53B5C5;
}

.password {
    width: 100%;
    position: relative;
  }
#password-input {
width: 100%;
padding: 5px 5px;
line-height: 40px;
text-indent: 10px;
margin: 0 0 15px 0;
border-radius: 5px;
border: none;
font-size: 1rem;
}
.password-control {
position: absolute;
top: 0.6rem;
right: 6px;
display: inline-block;
width: 2.5rem;
height: 2rem;
background: url(img/eyes.png) 0 0 no-repeat;
}
.password-control.view {
top: 0.3rem;
right: 0.8rem;
background: url(img/eyes_close.png) 0 0 no-repeat;
}

.registration-form button[type="submit"] {
    background-color: #53B5C5;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color: white;
    font-weight: 800;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.existing-account {
    text-align: center;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: #474747;
}

.existing-account a {
    color: #53B5C5;
    text-decoration: none;
}

.existing-account a:hover {
    color: #004066;
}


.fast-register {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    margin-top: 2rem;
    color: #474747;
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 0.5rem;
}

footer {
    background-color: #53B5C5;
    color: #fff;
    padding: 1rem 1rem 2rem 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: -10px;
    width: 100%;
}

.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;
}



.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;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    margin: 15% auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

#openPaymentModal {
    border: none;
    padding: 0.9rem 6.7rem;
    font-family: 'Nunito';
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    background-color: #53b5c5;
    border-radius: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.modal-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#goToPayment {
    background: #FFF145;
    color: #111;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 1rem;
    border-radius: 1rem;
}

#closeModal {
    background: #53B5C5;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 1rem;
    border-radius: 1rem;
}

@media (max-width: 1446px) {
            .footer-logo img {
                margin-left: 30px;
            }
            
            .rekvizits {
                margin-left: 5rem;
            }
            
            .dogovor {
                margin-left: 5rem;
            }
            
            .menuFromBottom {
                margin-left: 5rem;
            }
        }

@media (max-width: 1430px) {
    #star1 {
        position: absolute;
        margin-top: 12rem;
        z-index: 10;
        left: 18rem;
        transform: translateY(-50%);
    }


}

@media (max-width: 1344px) {
            .footer-logo img {
                margin-left: 20px;
            }
            
            .rekvizits {
                margin-left: 4rem;
            }
            
            .dogovor {
                margin-left: 4rem;
            }
            
            .menuFromBottom {
                margin-left: 4rem;
            }
        }


@media (max-width: 1300px) {
   .menu-toggle {
        display: inline-block; /* Показать бутерброд-меню */
        position: absolute;
        top: 10px;
        left: 10px;
    }

    nav {
        display: none;
    }
    
    #navfoot{
        display: block;
    }

}

@media (max-width: 1283px) {
            .footer-logo img {
                margin-left: 10px;
            }
            
            .rekvizits {
                margin-left: 3rem;
            }
            
            .dogovor {
                margin-left: 3rem;
            }
            
            .menuFromBottom {
                margin-left: 3rem;
            }
        }

@media (max-width: 1260px) {
    #star1 {
        position: absolute;
        margin-top: 12rem;
        z-index: 10;
        left: 14rem;
        transform: translateY(-50%);
    }
    #star2 {
    right: 18rem;
    transform: translateY(-50%);
    position: absolute;
    margin-top: 38rem;
    z-index: 10;
}


}

@media (max-width: 1222px) {
            .footer-logo img {
                margin-left: 10px;
            }
            
            .rekvizits {
                margin-left: 3rem;
                width: 20rem;
            }
            
            .dogovor {
                margin-left: 3rem;
            }
            
            .menuFromBottom {
                margin-left: 2rem;
            }
            
            footer nav a {
                font-size: 1.3rem;
            }
            
            .rekvizits h1 {
                font-size: 1.7rem;
            }
            
            .dogovor h1 {
                font-size: 1.7rem;
            }
        }
        
@media (max-width: 1130px) {
    #star1 {
        position: absolute;
        margin-top: 12rem;
        z-index: 10;
        left: 10rem;
        transform: translateY(-50%);
    }
    #star2 {
        right: 12rem;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 38rem;
        z-index: 10;
    }


}

@media (max-width: 1000px) {
    #star1 {
        position: absolute;
        margin-top: 12rem;
        z-index: 10;
        left: 6rem;
        transform: translateY(-50%);
    }
    #bird1 {
        position: absolute;
        margin-top: 30rem;
        z-index: 10;
        left: 0;
        transform: translateY(-50%);
        width: 13rem;
    }
    #bird2 {
        right: 0;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 18rem;
        z-index: 10;
        width: 11rem;
    }
    #star2 {
        right: 6rem;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 38rem;
        z-index: 10;
    }
}

}

@media (max-width: 982px) {
            .footer-logo img {
                margin-left: 25rem;
                height: 3.5rem;
            }
            
            .rekvizits {
                margin-left: -25rem;
                width: 20rem;
                margin-top: 8rem;
            }
            
            .dogovor {
                margin-left: 3rem;
                margin-top: 8rem;
            }
            
            .menuFromBottom {
                margin-left: 2rem;
                margin-top: 8rem;
            }
            
            footer nav a {
                font-size: 1.3rem;
            }
            
            .rekvizits h1 {
                font-size: 1.7rem;
            }
            
            .dogovor h1 {
                font-size: 1.7rem;
            }
        }


@media (max-width: 925px) {
    footer nav a {
        color: #ffffff;
        font-weight: 800;
        text-decoration: none;
        font-size: 1.1rem;
    }
} 


@media (max-width: 904px) {

            .rekvizits {
                margin-left: -27rem;
                width: 20rem;
                margin-top: 8rem;
            }
           
        }


@media (max-width: 868px) {
            .footer-logo img {
                margin-left: 25rem;
                height: 3.5rem;
            }
            
            .rekvizits {
                margin-left: -27rem;
                width: 16rem;
                margin-top: 8rem;
                font-size: 0.8rem;
            }
            
            .dogovor {
                margin-left: 3rem;
                margin-top: 8rem;
                font-size: 0.8rem;
                width: 10rem;
            }
            
            .menuFromBottom {
                margin-left: 4rem;
                margin-top: 8rem;
            }
            
            footer nav a {
                font-size: 1rem;
            }
            
            .rekvizits h1 {
                font-size: 1.3rem;
            }

            .dogovor h1 {
                font-size: 1.3rem;
            }
        }

@media (max-width: 835px) {
    
    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;
    }
    
        #star1 {
        position: absolute;
        margin-top: 12rem;
        z-index: 10;
        left: 2rem;
        transform: translateY(-50%);
        width: 5rem;
    }
        #bird1 {
        position: absolute;
        margin-top: 30rem;
        z-index: 10;
        left: 0;
        transform: translateY(-50%);
        width: 9rem;
    }
        #bird2 {
        right: 0;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 18rem;
        z-index: 10;
        width: 8rem;
    }
        #star2 {
        right: 6rem;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 38rem;
        z-index: 10;
        width: 2rem;
    }

    
} 


@media (max-width: 780px) {
            .footer-logo img {
                margin-left: 22rem;
                height: 3.5rem;
            }
            
            .rekvizits {
                margin-left: -25rem;
                width: 16rem;
                margin-top: 8rem;
                font-size: 0.8rem;
            }
            
            .dogovor {
                margin-left: 3rem;
                margin-top: 8rem;
                font-size: 0.8rem;
                width: 10rem;
            }
            
            .menuFromBottom {
                margin-left: 4rem;
                margin-top: 8rem;
            }
            
            footer nav a {
                font-size: 1rem;
            }
            
            .rekvizits h1 {
                font-size: 1.3rem;
            }

            .dogovor h1 {
                font-size: 1.3rem;
            }
        }
        
@media (max-width: 690px) {
            .dopInfaFooter {
                display: flex;
                flex-direction: column;
            }
    
            .footer-logo img {
                margin-left: 3rem;
                height: 3.5rem;
            }
            
            .rekvizits {
                margin-left: 3rem;
                width: 16rem;
                margin-top: 3rem;
                font-size: 0.8rem;
            }
            
            .dogovor {
                margin-left: 3rem;
                margin-top: 3rem;
                font-size: 0.8rem;
                width: 10rem;
            }
            
            .menuFromBottom {
                margin-left: 3rem;
                margin-top: 3rem;
            }
            
            footer nav a {
                font-size: 1rem;
            }
            
            .rekvizits h1 {
                font-size: 1.3rem;
            }

            .dogovor h1 {
                font-size: 1.3rem;
            }
        }

@media (max-width: 664px) {
        #star1 {
        position: absolute;
        margin-top: 9rem;
        z-index: 10;
        left: 2rem;
        transform: translateY(-50%);
        width: 3rem;
    }
        #bird1 {
        width: 0rem;
    }
        #bird2 {
        width: 0rem;
    }
        #star2 {
        right: 2rem;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 45rem;
        z-index: 10;
        width: 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;
    }
}



@media (max-width: 600px) {
    nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .filters {
        flex-direction: column;
    }

    .filter {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .filter:last-child {
        margin-bottom: 0;
    }
    
        .registration-form {
        padding: 10px;
    }

        #star2 {
        right: 2rem;
        transform: translateY(-50%);
        position: absolute;
        margin-top: 49rem;
        z-index: 10;
        width: 2rem;
    }
    .choose_tarif {
    background-color: #fdf57c;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.6rem 0.3rem;
    border-radius: 2rem;
    margin-left: 12.3rem;
    margin-top: -0.3rem;
    margin-bottom: 0.7rem;
    color: #474747;
}
}

@media (max-width: 480px) {
        .register-btn {
        font-size: 0.8rem;
    }
    #genPassword {
        width: 90%;
    }
    
    #star2 {
        right: 3rem;
        margin-top: 54rem;
    }
}



  
