* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #fff;
    color: #333;
}

body::-webkit-scrollbar {
    width: 15px; /* Ширина всего элемента навигации */
}

.final-message {
  max-width: 650px;
  max-height: 400px; /* ограничим по высоте */
  overflow-y: auto;  /* включим прокрутку */
  margin: 10px 0;
  padding-right: 10px;
  line-height: 1.6;
  text-align: left;
}

#play{
    display: block;
    z-index: 1000;
}

.final-message p {
  margin-bottom: 1em;
}

.final-message .attention {
  color: #e75480; /* розовый */
  font-weight: bold;
}
  
#closeSurveyModal {
    text-align: end;
    display: block;
    font-size: 1.5rem;
}  
  
body::-webkit-scrollbar-track {
    background: #fff; /* Цвет дорожки */
}
  
body::-webkit-scrollbar-thumb {
    background-color: #53B5C5; /* Цвет бегунка */
    border-radius: 20px; /* Округление бегунка */
    border: 0.1px solid #4fadbc; /* Оформление границ бегунка */
}

#closeUserModal {
    display: block;
    text-align: end;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 1.65rem;
}

#log_logo {
    color: #fff580;
    margin-top: 5rem;
    font-size: 4rem;
    margin-bottom: 2rem;
}

.video-sectionMV a {
    padding: 4rem;
    background-repeat: no-repeat;
    background-image: url(img/button_video.svg);
    text-decoration: none;
    color: #53b5c5;
    z-index: 2;
}

#form-container p {
    color: #f7b0c0;
    font-family: 'Nunito';
    font-size: 1.4rem;
    font-weight: 800;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    border-radius: 1rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
    background: white;
    padding: 40px;
    max-width: 650px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    height: 600px;
    max-height: 800px;
}

#goToTariffBtn{
    background-color: #FFF145;
    padding: 1rem 6rem;
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Nunito';
    border: none;
    border-radius: 2rem;
    margin-top: 1rem;
}

#goToTariffBtn{
    background-color: #eade44;
}

.modal-content p {
    text-align: left;
    font-size: 1rem;
    padding: 0.5rem 0rem 0.5rem 0rem;
    font-weight: 600;
    color: #3f4449;
}

.modal-content h3 {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
}

.quiz-option {
  margin-bottom: 10px;
  position: relative;
}

.quiz-option input[type="checkbox"] {
  display: none;
}

.quiz-option label {
  display: block;
  padding: 12px 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f8f8f8;
}

.quiz-option input[type="checkbox"]:checked + label {
  background-color: #4CAF50;
  color: white;
  border-color: #4CAF50;
}


.modal_blue {
    background-color: #F2FCFD;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 400px;
    /* text-align: center; */
    margin: 0 auto;
}

#childName {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Nunito';
    border-radius: 0.5rem;
    border: 1.5px solid #53B5C5;
    padding: 0rem 0.5rem;
}

#childSurname{
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Nunito';
    border-radius: 0.5rem;
    border: 1.5px solid #53B5C5;
    padding: 0rem 0.5rem;
}
#childEmail{
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Nunito';
    border-radius: 0.5rem;
    border: 1.5px solid #53B5C5;
    padding: 0rem 0.5rem;
}
#childAge {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 0.5rem;
    border: 1.5px solid #53B5C5;
    font-family: 'Nunito';
    padding: 0rem 0.5rem;
}
#startSurvey {
    width: 85%;
    height: 50px;
    font-size: 1rem;
    background-color: #53B5C5;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
    font-weight: 800;
    font-family: 'Nunito';
    font-size: 1rem;
    margin-top: 1.5rem;
}

#nextBtn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    background-color: #f795c6;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
    font-weight: 800;
    font-family: 'Nunito';
    font-size: 1rem;
    margin-top: 1.5rem;
}

#nextBtn:hover {
    background-color: #d881ad;
}

#answers button{
    width: 100%;
    padding: 0.5rem;
    background-color: #F2FCFD;
    border: 1.6px solid #53B5C5;
    border-radius: 1rem;
    font-weight: 800;
    font-family: 'Nunito';
    margin: 1rem 0rem;
}

.close-button {
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    text-align: end;
    display: block;
}

#answers button:hover{
    background-color: #DCE9EA;
}

#startSurvey:hover {
    background-color: #4ca3b1;
}

#answers {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

#backBtn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    background-color: #53B5C5;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
    font-weight: 800;
    font-family: 'Nunito';
    font-size: 1rem;
    margin-top: 1.5rem;
}

#backBtn:hover {
    background-color: #49a0af;
}

#finishBtn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    background-color: #f795c6;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
    font-weight: 800;
    font-family: 'Nunito';
    font-size: 1rem;
    margin-top: 1.5rem;
}

#finishBtn:hover {
    background-color: #d881ad;
}


#questionText {
    font-weight: 800;
    margin-top: 5rem;
    width: 35rem;
    margin: 0 auto;
}

.modal_content_final{
    background: white;
    padding: 20px;
    max-width: 800px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    height: 80%;
}

.answer-option {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
  color: #333;
}

.answer-option:hover {
  background-color: #e0e0e0;
}






/*
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    width: 25rem;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-icon {
    width: 1.5rem;
}

.modal-content h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #53B5C5;
    font-weight: 800;
}

.modal-content p {
    color: #000;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.modal-content input{
    display: block;
    background-color: #E9F5F7;
    width: 100%;
    height: 3rem;
    padding: 10px;
    margin: 10px 0;
    color: #8393B2;
    font-weight: 800;
    font-family: 'Nunito';
    border: none;
    border-radius: 0.3rem;
    font-size: 14px;
    margin-bottom: 1rem;
}

.modal-content select {
    display: block;
    background-color: #E9F5F7;
    width: 100%;
    height: 3rem;
    padding: 10px;
    margin: 10px 0;
    color: #000;
    font-weight: 800;
    font-family: 'Nunito';
    border: none;
    border-radius: 0.3rem;
    font-size: 14px;
    margin-bottom: 1rem;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}*/

#form-container
 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    gap: 1em;
    align-items: stretch;
    width: 450px;
}

#form-container label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

#form-container input {
    margin-top: 0.5em;
    padding: 0.6em;
    font-size: 1rem;
    border: none;
    border-radius: 0.5em;
    color: #6E856F;
    background-color: #F9EFD0;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 1.4rem;
}

#form-container button {
    padding: 0.8em;
    font-size: 1rem;
    border: none;
    background-color: #F7B0C0;
    color: white;
    border-radius: 0.5em;
    cursor: pointer;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 1.3rem;
}

#form-container button:hover {
    background-color: #e5a3b2;
}



.overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }
        /* Стили для окна */
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
            text-align: center;
            z-index: 1001;
            width: 350px;
        }
        .popup h3 {
            margin: 0;
        }
        .popup p {
            font-size: 14px;
            color: #666;
        }
        .popup button {
            background: #42b3e5;
            color: white;
            border: none;
            padding: 10px 20px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 5px;
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 20px;
            cursor: pointer;
        }

.hidden { display: none; }

.google-btn,
.facebook-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.email-icon-modal {
    display: block;
    background-color: #F8F8F8;
    width: 2.5rem;
    padding: 0.4rem 0.2rem 0.1rem 0.2rem;
    height: 2.3rem;
    border-radius: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.google-btn {
    background-color: #db4437;
    margin-right: 1.5rem;
}

.facebook-btn {
    background-color: #4267B2;
}

.submit-btn {
    background-color: #53B5C5;
    color: #fff;
    padding: 10px 20px;
    margin-top: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    width: 100%;
    font-family: 'Nunito';
}

.submit-btn:hover {
    background-color: #145a8b;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

/* Анимация */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


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;
}
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;
    margin-top: -1px;
}
  
  
.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);
    }
}
 


#oblmainbig {
    margin-left: 26rem;
    position: absolute;
    margin-top: -1rem;
    z-index: 10;
}

#starmain {
    margin-left: -5rem;
    position: absolute;
    margin-top: 1rem;
    z-index: 10;
}

#oblstar {
    margin-left: -32rem;
    position: absolute;
    margin-top: 9rem;
    z-index: 10;
}

#twostar {
    margin-left: 43rem;
    position: absolute;
    margin-top: -1rem;
    /* z-index: 0; */
}

.hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 30px 0px 0px 50px;
    background-color: #53B5C5;
    color: #fff;
}

.hero-text {
    margin-left: 5rem;
    max-width: 90%;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 880;
    text-align: left;
    /* margin-top: 5rem; */
}

.access-btn-hero {
    font-family: 'Nunito', sans-serif;
    background-color: #FFF145;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 800;
    font-size: 1.6rem;
    margin-top: 40px;
    color: #474747;
}

.access-btn-hero:hover{
    background-color: #FFDA18;
}

.hero-image img {
    margin-top: -35px;
    margin-right: 0px;
}

.cloud-footer {
    background-color: #fff;
}

.cloud-footer img {
    width: 100%;
}

.features {
    display: flex;
    justify-content: space-around;
    padding: 60px 0px 30px 80px;
    background-color: #fff;
    font-weight: 1000;
    font-size: 17px;
    margin-bottom: 7rem;
}

.feature {
    display: flex;
    text-align: center;
    /* padding-top: 0px; */
    margin: 10px;
    flex-basis: calc(50% - 20px);
}

.feature p {
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 800;
    font-size: 1.3rem;
    color: #474747;
}

.feature img {
    height: 50px;
    margin-bottom: 10px;
}

.video-sectionMain {
    position: relative;
    width: 70%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/video_start.svg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.video-sectionMain a {
    padding: 4rem;
    background-repeat: no-repeat;
    background-image: url(img/button_video.svg);
    text-decoration: none;
    color: #53b5c5;
}

.video-section {
    position: relative;
    width: 70%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/fon_static.svg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.video-sectionMV {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/fon_static.svg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.video-wrapper {
  position: relative;
  width: 70vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.1); /* можно убрать, если не нужен */
  overflow: hidden;
  border-radius: 16px;
}

.video-logo {
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 10;
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

video {
    display: none;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.choice-buttons {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 30%;
    left: 35%;
    transform: translateX(-50%);
    z-index: 20;
    gap: 20px;
    background-color: rgb(255 255 255 / 69%);
    padding: 3rem;
    border-radius: 2rem;
}

.choice-buttons button {
    padding: 0.7em 6rem;
    font-size: 1.6rem;
    border: none;
    border-radius: 2rem;
    color: #6E856F;
    background-color: #F9EFD0;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Nunito';
    font-weight: 800;
}

.choice-buttons button:hover {
    background-color: #e9e0c4;
}

.faq {
    padding: 90px 60px 0px 60px;
    background-color: #fff;
    min-height: 620px;
}

.faq h2 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #474747;
}

#faq-chacor-1{
    background-color: #D0EBEF;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
    color: #001A34;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
    border-radius: 20px;
}

.faq-question-first{
    font-family: 'Nunito', sans-serif;
    background-color: #FFF68C;
}

.faq-question-right{
    font-family: 'Nunito', sans-serif;
    background-color: #D0EBEF;
}

.faq-answer-first{
    display: none;
    padding: 20px;
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #001A34;
    font-family: 'Nunito', sans-serif;
    background-color: #FFF68C;
}

.faq-answer-right {
    display: none;
    padding: 20px;
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #001A34;
    font-family: 'Nunito', sans-serif;
    background-color: #D0EBEF;
}

.faq-item button:active + .faq-answer-first,
.faq-item button:active + .faq-answer-right {
    display: block;
}

.free-access {
    padding: 0px;
    background-color: #fff;
    color: #001A34;
    text-align: center;
    margin: 5rem 3.5rem;
    position: relative;
}

#oblakoUp {
    margin-left: 5rem;
    position: absolute;
    margin-top: 1rem;
    z-index: 10;
}

#oblakoDown {
    margin-left: 18rem;
    position: absolute;
    margin-top: 11rem;
    z-index: 10;
}

#girl {
    margin-left: 15rem;
    position: absolute;
    margin-top: 8rem;
    z-index: 10;
}

.free-access-img {
    background: url(img/group.svg) no-repeat top center;
    display: block;
    background-size: cover;
    width: 100%;
    padding: 5rem 2rem;
    border-radius: 2rem;
    position: relative;
}

@media (max-width: 1512px) {
    #girl {
    margin-left: 15rem;
    position: absolute;
    margin-top: 3.15rem;
    z-index: 10;
}
}

@media (max-width: 1440px) {
    .free-access-img {
        background-size: cover;
        height: auto;
    }
}
.free-access h2 {
    text-align: left;
    font-weight: 800;
    padding-left: 40px;
    padding-top: 1rem;
    font-size: 2rem;
    display: block;
    width: 50%;
    color: #474747;
}

.free-access p {
    text-align: left;
    font-weight: 800;
    padding-left: 40px;
    padding-top: 15px;
    width: 720px;
    max-width: 64%;
    font-size: 1.2rem;
    color: #474747;
}

.access-btn {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    background-color: #FFF145;
    border: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
    text-align: left;
    margin: 2rem 3rem 1.25rem 2.3rem;
    color: #474747;
}

.access-btn:hover {
    background-color: #FFDA18;
}
.access-arrow {
    position: absolute;
    bottom: 4rem;
    left: 39%;
}

footer {
    background-color: #53B5C5;
    color: #fff;
    padding: 1rem 1rem 2rem 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: -10px;
    /* margin-bottom: 2rem; */
}

.video-logo a {
    text-decoration: none;
    color: #fff;
    padding: 1rem;
    background-image: none;
}

#fotMV{
        background-color: #53B5C5;
    color: #fff;
    padding: 0rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    /* 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: 30%;
    font-size: 2rem;
    font-weight: 900;
    padding: 0.5rem 2.3rem;
    border-radius: 1rem 1rem 0rem 0rem;
    text-align: center;
}

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;
}

.free-access-img a{
    text-decoration: none;
}

#sliderP {
    display: flex;
    overflow: hidden;
}

.slideP {
    display: none; /* Скрыть все слайды по умолчанию */
    flex-shrink: 0;
    width: 100%; /* Или другая ширина, в зависимости от вашего дизайна */
}

#nextBtnP, #prevBtnP {
    /* Ваши стили для кнопок */
}



.acor-container input {
    position: absolute;
    opacity: 0; /* Скрываем чекбоксы, оставляя функционал */
}

.acor-container label {
    display: block;
    padding: 20px 20px;
    background-color: #FFF68C;
    color: #474747;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 1rem;
}

/* Нечетные аккордеоны — голубой цвет */
.acor-container label:nth-of-type(odd) {
    background-color: #ADD8E6; /* Голубой цвет */
}



.acor-container label:before {
    content: '\276F';
    float: right;
    transition: transform 0.3s ease;
}

.acor-container input:checked + label:before {
    transform: rotate(90deg);
}

/* Содержимое аккордеонов */
.acor-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease, color 0.3s ease;
    padding: 0 20px;
    border-radius: 0rem 0rem 1rem 1rem;
    color: #ffffff; /* Текст становится белым при закрытии */
}

.acor-container input:checked + label + .acor-body {
    max-height: 100px;
    padding: 20px;
    color: #474747; /* Текст становится видимым (черным) при открытии */
}

/* Четные аккордеоны — желтый фон содержимого */
.acor-container input:checked + label:nth-of-type(even) + .acor-body {
    background-color: #FFF68C;
    max-height: 600px;
    padding: 20px;
    margin-top: -1.9rem;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* Нечетные аккордеоны — голубой фон содержимого */
.acor-container input:checked + label:nth-of-type(odd) + .acor-body {
    background-color: #ADD8E6;
    max-height: 2000px;
    padding: 20px;
    margin-top: -1.9rem;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}




@media (max-width: 1540px){
    .video-logo {
        font-size: 1.9rem;
        text-align: center;
    }
}

@media (max-width: 1091px){
    .hero-image img {
        margin-top: -33px;
        width: 31rem;
        margin-right: 0px;
    }
    .video-section {
        padding: 40px 60px 0px 12rem;
        background-color: #fff;
    }
}



@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.5rem;
    }

    .register-btn, .access-btn-hero, .access-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 1300px) {
   .menu-toggle {
        display: inline-block; /* Показать бутерброд-меню */
        position: absolute;
        top: 10px;
        left: 10px;
    }

    nav {
        display: none;
    }
    
    #navfoot{
        display: block;
    }

}

@media (max-width: 1490px) {
    .access-btn-hero {
    font-family: 'Nunito', sans-serif;
    background-color: #FFF145;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 800;
    font-size: 1.4rem;
    margin-top: 40px;
    color: #474747;
    }
    .hero-text {
    margin-left: 0.2rem;
    max-width: 90%;
    }
    #starmain {
    margin-left: -2rem;
    position: absolute;
    margin-top: 0rem;
    z-index: 10;}
    
    #oblstar {
    margin-left: -26rem;
    position: absolute;
    margin-top: 9rem;
    z-index: 10;
    }
    .video-logo {
    font-size: 1.6rem;
    }
    #girl {
        margin-left: 14rem;
        position: absolute;
        margin-top: 10rem;
        z-index: 10;
    }
#oblakoDown {
    margin-left: 16rem;
    position: absolute;
    margin-top: 11rem;
    z-index: 10;
}
}

 

@media (max-width: 1433px) {
    .hero-text h1 {
    font-size: 2.1rem;
    font-weight: 880;
    text-align: left;
    /* margin-top: 5rem; */
    }
    #oblmainbig {
    margin-left: 23rem;
    position: absolute;
    margin-top: -1rem;
    z-index: 10;
}
#twostar {
    margin-left: 39rem;
    position: absolute;
    margin-top: -1rem;
    /* z-index: 0; */
}
.video-logo {
    font-size: 1.4rem;
    }
    #girl {
        margin-left: 18rem;
        position: absolute;
        margin-top: 10rem;
        z-index: 10;
    }
        #oblakoDown {
        margin-left: 13rem;
        position: absolute;
        margin-top: 11rem;
        z-index: 10;
    }
    #oblakoUp {
    margin-left: 2rem;
    position: absolute;
    margin-top: 1rem;
    z-index: 10;
}
.access-arrow {
    position: absolute;
    bottom: 4rem;
    left: 43%;
}
}

@media (max-width: 1350px) {
    .hero-text h1 {
    font-size: 1.9rem;
    font-weight: 880;
    text-align: left;
    /* margin-top: 5rem; */
    }
    #oblmainbig {
        margin-left: 19rem;
        position: absolute;
        margin-top: -1rem;
        z-index: 10;
    }
        #twostar {
        margin-left: 35rem;
        position: absolute;
        margin-top: -1rem;
        /* z-index: 0; */
    }
    
            #oblakoUp {
        margin-left: 2rem;
        position: absolute;
        margin-top: 1.7rem;
        z-index: 10;
        width: 11rem;
    }
    #oblakoDown {
        margin-left: 11rem;
        position: absolute;
        margin-top: 11rem;
        z-index: 10;
    }
    #girl {
        margin-left: 18rem;
        position: absolute;
        margin-top: 10rem;
        z-index: 10;
    }
        .access-arrow {
        position: absolute;
        bottom: 4rem;
        left: 48%;
    }
    
} 

@media (max-width: 1300px) {

    .hero-image img {
    margin-top: -35px;
    margin-right: 0px;
    width: 45rem;
}

    .features {
        display: flex;
        justify-content: space-around;
        padding: 60px 0px 30px 15px;
        background-color: #fff;
        font-weight: 1000;
        font-size: 17px;
    }
.video-logo {
    font-size: 1.2rem;
    }
    
     .video-section {
        padding: 40px 40px 0px 220px;
        background-color: #fff;
    }

}

@media (max-width: 1285px) {
    #girl {
        margin-left: 16rem;
        position: absolute;
        margin-top: 10rem;
        z-index: 10;
    }

@media (max-width: 1250px) {

     #oblmainbig {
        margin-left: 18rem;
        position: absolute;
        margin-top: -0.5rem;
        z-index: 10;
        width: 10rem;
    }
        #twostar {
        margin-left: 30rem;
        position: absolute;
        margin-top: -1rem;
        /* z-index: 0; */
    }
        #oblstar {
        margin-left: -22rem;
        position: absolute;
        margin-top: 8rem;
        z-index: 10;
    }
    
    .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 30px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 1.2rem;
        margin-top: 40px;
        color: #474747;
    }
    
        .hero-text h1 {
        font-size: 1.7rem;
        font-weight: 880;
        text-align: left;
        /* margin-top: 5rem; */
    }
    
    .free-access-img {
    background: url(img/group.svg) no-repeat top center;
    display: block;
    background-size: cover;
    width: 100%;
    padding: 5rem 0.1rem;
    border-radius: 2rem;
    position: relative;
}
    #oblakoDown {
        margin-left: 8rem;
        position: absolute;
        margin-top: 14rem;
        z-index: 10;
        width: 20rem;
    }
    #girl {
        margin-left: 6.5rem;
        position: absolute;
        margin-top: 3.3rem;
        z-index: 10;
        width: 25rem;
    }
        .access-arrow {
        position: absolute;
        bottom: 6rem;
        left: 50%;
        width: 6rem;
    }

}

@media (max-width: 1249.9px) {
    #girl {
        margin-left: 6.5rem;
        position: absolute;
        margin-top: 7.7rem;
        z-index: 10;
        width: 25rem;
    }
}
@media (max-width: 1223px) {
    #girl {
        margin-left: 14rem;
        position: absolute;
        margin-top: 11rem;
        z-index: 10;
        width: 12rem;
    }
}

@media (max-width: 1170px) {

     
    
    .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 30px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 1.1rem;
        margin-top: 40px;
        color: #474747;
    }
    
        .hero-text h1 {
        font-size: 1.6rem;
        font-weight: 880;
        text-align: left;
        /* margin-top: 5rem; */
    }
    .video-logo {
    font-size: 1rem;
    }
    #girl {
        margin-left: 12rem;
        position: absolute;
        margin-top: 8rem;
        z-index: 10;
        width: 13rem;
    }
    .free-access h2 {
    text-align: left;
    font-weight: 800;
    padding-left: 40px;
    padding-top: 1rem;
    font-size: 1.8rem;
    display: block;
    width: 50%;
    color: #474747;
}

}

@media (max-width: 1130px) {

     
        #oblmainbig {
        margin-left: 17rem;
        position: absolute;
        margin-top: -0.5rem;
        z-index: 10;
        width: 10rem;
    }
    
        #twostar {
        margin-left: 28rem;
        position: absolute;
        margin-top: -1rem;
        /* z-index: 0; */
    }
        .hero-text h1 {
        font-size: 1.5rem;
        font-weight: 880;
        text-align: left;
        /* margin-top: 5rem; */
    }
        .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 30px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 1rem;
        margin-top: 40px;
        color: #474747;
    }
    
        .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 42rem;
    }
    
        #oblstar {
        margin-left: -19rem;
        position: absolute;
        margin-top: 7.5rem;
        z-index: 10;
        width: 9rem;
    }

}

@media (max-width: 1100px) {
    #oblmainbig {
        margin-left: 15rem;
        position: absolute;
        margin-top: -0.5rem;
        z-index: 10;
        width: 9rem;
    }
        #twostar {
        margin-left: 25rem;
        position: absolute;
        margin-top: -1rem;
        /* z-index: 0; */
    }
    #girl {
        margin-left: 13rem;
        position: absolute;
        margin-top: 10rem;
        z-index: 10;
        width: 12rem;
    }
        #oblakoDown {
        margin-left: 8rem;
        position: absolute;
        margin-top: 17.5rem;
        z-index: 10;
        width: 16rem;
    }
    #oblakoUp {
        margin-left: 11rem;
        position: absolute;
        margin-top: 3rem;
        z-index: 10;
        width: 8rem;
    }
    
        .access-arrow {
        position: absolute;
        bottom: 6rem;
        left: 53%;
        width: 5rem;
    }
    
} 

@media (max-width: 1090px) {
       .hero-text h1 {
        font-size: 1.4rem;
        font-weight: 880;
        text-align: left;
        /* margin-top: 5rem; */
    }
    .feature p {
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 800;
    font-size: 1.1rem;
    color: #474747;
}
        .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 30px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 0.9rem;
        margin-top: 40px;
        color: #474747;
    }
    
      .video-section {
        padding: 40px 40px 0px 180px;
        background-color: #fff;
    }
        .free-access h2 {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 1rem;
        font-size: 1.7rem;
        display: block;
        width: 50%;
        color: #474747;
    }
    .access-btn {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    background-color: #FFF145;
    border: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
    text-align: left;
    margin: 2rem 3rem 1.25rem 2.3rem;
    color: #474747;
}
.free-access p {
    text-align: left;
    font-weight: 800;
    padding-left: 40px;
    padding-top: 15px;
    width: 720px;
    max-width: 64%;
    font-size: 1.1rem;
    color: #474747;
}
    .access-arrow {
        position: absolute;
        bottom: 6rem;
        left: 51%;
        width: 5rem;
    }
#girl {
        margin-left: 11rem;
        position: absolute;
        margin-top: 9rem;
        z-index: 10;
        width: 12rem;
    }
    
}   

@media (max-width: 1045px) {
        .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 40rem;
    }
    
        #twostar {
        margin-left: 25rem;
        position: absolute;
        margin-top: 0.1rem;
        /* z-index: 0; */
        width: 5rem;
    }
    
        #oblmainbig {
        margin-left: 15rem;
        position: absolute;
        margin-top: -0.5rem;
        z-index: 10;
        width: 8rem;
    }
    
}   

@media (max-width: 1015px) {
    .hero-text h1 {
        font-size: 1.3rem;
        font-weight: 880;
        text-align: left;
        /* margin-top: 5rem; */
    }
    .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 25px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 0.9rem;
        margin-top: 40px;
        color: #474747;
    }
     .free-access h2 {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 1rem;
        font-size: 1.6rem;
        display: block;
        width: 70%;
        color: #474747;
    }
        .access-btn {
        display: block;
        font-family: 'Nunito', sans-serif;
        font-weight: 800;
        font-size: 1.3rem;
        background-color: #FFF145;
        border: none;
        padding: 1rem 2rem;
        border-radius: 2rem;
        cursor: pointer;
        text-align: left;
        margin: 2rem 3rem 1.25rem 2.3rem;
        color: #474747;
    }
    #girl {
        margin-left: 11rem;
        position: absolute;
        margin-top: 7rem;
        z-index: 10;
        width: 12rem;
    }
    
} 

@media (max-width: 990px) {
   .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 36rem;
    }
        #oblmainbig {
        margin-left: 15rem;
        position: absolute;
        margin-top: 0.4rem;
        z-index: 10;
        width: 7rem;
    }
        #twostar {
        margin-left: 24rem;
        position: absolute;
        margin-top: 0.5rem;
        /* z-index: 0; */
        width: 4rem;
    }
        #oblstar {
        margin-left: -19rem;
        position: absolute;
        margin-top: 7rem;
        z-index: 10;
        width: 8rem;
    }
    .video-logo {
    font-size: 0.9rem;
    }
        .feature img {
    height: 40px;
    margin-bottom: 10px;
}
    
} 

@media (max-width: 950px) {
   .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 36rem;
    }
        #starmain {
        margin-left: -2rem;
        position: absolute;
        margin-top: 1.5rem;
        z-index: 10;
        width: 3rem;
    }
        #oblmainbig {
        margin-left: 15rem;
        position: absolute;
        margin-top: 0.9rem;
        z-index: 10;
        width: 6rem;
    }
        #twostar {
        margin-left: 23rem;
        position: absolute;
        margin-top: 1.5rem;
        /* z-index: 0; */
        width: 4rem;
    }
        #oblstar {
        margin-left: -18rem;
        position: absolute;
        margin-top: 7rem;
        z-index: 10;
        width: 7rem;
    }

    .access-arrow {
        position: absolute;
        bottom: 6rem;
        left: 54.5%;
        width: 5rem;
    }
    
} 

@media (max-width: 925px) {
       .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 34rem;
    }
    #oblmainbig {
        margin-left: 15rem;
        position: absolute;
        margin-top: 1.7rem;
        z-index: 10;
        width: 5rem;
    }
        #twostar {
        margin-left: 22rem;
        position: absolute;
        margin-top: 2rem;
        /* z-index: 0; */
        width: 4rem;
    }
        #oblstar {
        margin-left: -18.5rem;
        position: absolute;
        margin-top: 6.5rem;
        z-index: 10;
        width: 6rem;
    }
        #girl {
        width: 0rem;
    }
        #oblakoDown {
        width: 0rem;
    }
    .free-access p {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 15px;
        width: 100%;
        max-width: 95%;
        font-size: 1.1rem;
        color: #474747;
    }
    .access-arrow {
        position: absolute;
        bottom: 6rem;
        left: 64%;
        width: 5rem;
    }
    #oblakoUp {
        margin-left: 13rem;
        position: absolute;
        margin-top: 3rem;
        z-index: 10;
        width: 6rem;
    }
    footer nav a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 1.1rem;
}
} 

@media (max-width: 890px) {
        .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 32rem;
    }
    #oblmainbig {
        margin-left: 15rem;
        position: absolute;
        margin-top: 2.5rem;
        z-index: 10;
        width: 4rem;
    }
        #twostar {
        margin-left: 21rem;
        position: absolute;
        margin-top: 3.5rem;
        /* z-index: 0; */
        width: 3rem;
    }
        #starmain {
        margin-left: -2rem;
        position: absolute;
        margin-top: 3rem;
        z-index: 10;
        width: 2rem;
    }
        #oblstar {
        margin-left: -18.5rem;
        position: absolute;
        margin-top: 6.5rem;
        z-index: 10;
        width: 4rem;
    }
    .features {
        padding: 60px 0px 30px 15px;
    }
        .feature img {
        height: 35px;
    }
        .feature p {
        font-size: 1rem;
    }
    
} 

@media (max-width: 865px) {
        .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 30rem;
    }
        #oblmainbig {
        margin-left: 16rem;
        position: absolute;
        margin-top: 3.4rem;
        z-index: 10;
        width: 3rem;
    }
        #twostar {
        margin-left: 20.5rem;
        position: absolute;
        margin-top: 3.5rem;
        /* z-index: 0; */
        width: 2.7rem;
    }
        #starmain {
        margin-left: -2rem;
        position: absolute;
        margin-top: 4rem;
        z-index: 10;
        width: 2rem;
    }
        .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 25px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 0.9rem;
        margin-top: 30px;
        color: #474747;
    }
    
} 

@media (max-width: 835px) {
           .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 28rem;
    }
    
        .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 25px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 0.9rem;
        margin-top: 30px;
        color: #474747;
        margin-bottom: 2rem;
    }
    
    #log_logo {
    color: #fff580;
    margin-top: 6rem;
    font-size: 4rem;
    margin-bottom: 2rem;
}

    #oblmainbig {
        margin-left: 16rem;
        position: absolute;
        margin-top: 4.5rem;
        z-index: 10;
        width: 3rem;
    }
    
        #twostar {
        margin-left: 20.5rem;
        position: absolute;
        margin-top: 5rem;
        /* z-index: 0; */
        width: 2.7rem;
    }
        #starmain {
        margin-left: -2rem;
        position: absolute;
        margin-top: 4.6rem;
        z-index: 10;
        width: 2rem;
    }
        .feature img {
        height: 30px;
    }
       .feature p {
        margin-top: 5px;
        margin-left: 15px;
        font-weight: 800;
        font-size: 0.9rem;
        color: #474747;
    }
    
      .video-section {
        padding: 40px 40px 0px 140px;
        background-color: #fff;
    }
        #oblakoUp {
        margin-left: 9rem;
        position: absolute;
        margin-top: 3rem;
        z-index: 10;
        width: 6rem;
    }
        .access-arrow {
        position: absolute;
        bottom: 5rem;
        left: 69%;
        width: 5rem;
    }
    
    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;
    }
    
} 

@media (max-width: 795px) {
       .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 26rem;
    }
} 

@media (max-width: 765px) {
    .hero-image img {
        margin-top: 40px;
        margin-right: 0px;
        width: 24rem;
    }
        .access-arrow {
        position: absolute;
        bottom: 5rem;
        left: 75%;
        width: 5rem;
    }
        #oblakoUp {
        margin-left: 10rem;
        position: absolute;
        margin-top: 3rem;
        z-index: 10;
        width: 6rem;
    }
} 

@media (max-width: 735px) {
       .hero-image img {
        margin-top: 34px;
        margin-right: 0px;
        width: 22rem;
    }
        .features {
        padding: 60px 0px 30px 10px;
    }
        .feature img {
        height: 25px;
    }
        .feature p {
        margin-top: 5px;
        margin-left: 15px;
        font-weight: 800;
        font-size: 0.8rem;
        color: #474747;
    }
        .free-access h2 {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 1rem;
        font-size: 1.6rem;
        display: block;
        width: 80%;
        color: #474747;
    }
} 

@media (max-width: 700px) {
     .hero-image img {
        margin-top: 8px;
        margin-right: 0px;
        width: 20rem;
    }
        .access-arrow {
        position: absolute;
        bottom: 4.5rem;
        left: 79%;
        width: 3.6rem;
    }
        #oblakoUp {
        margin-left: 9rem;
        position: absolute;
        margin-top: 2.5rem;
        z-index: 10;
        width: 5rem;
    }
} 

@media (max-width: 665px) {
        .hero-image img {
        margin-top: 370px;
        margin-right: 0px;
        width: 20rem;
    }
    
    .features {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 auto;
        background-color: #fff;
        font-weight: 1000;
        font-size: 17px;
    }
    
       .feature img {
        height: 55px;
    }
    
    .feature p {
        margin-top: 12px;
        margin-left: 15px;
        font-weight: 800;
        font-size: 1.5rem;
        color: #474747;
    }
    
    .feature {
    display: flex;
    text-align: center;
    /* padding-top: 0px; */
    margin: 25px;
    flex-basis: calc(50% - 20px);
}
    
        #log_logo {
        color: #fff580;
        margin-top: -10rem;
        font-size: 4.5rem;
        margin-bottom: 2rem;
    }
    
        #starmain {
        margin-left: -2rem;
        position: absolute;
        margin-top: 5.5rem;
        z-index: 10;
        width: 3rem;
    }
    
      #oblmainbig {
        margin-left: 26rem;
        position: absolute;
        margin-top: 5rem;
        z-index: 10;
        width: 8rem;
    }
    
       .hero-text h1 {
        font-size: 1.9rem;
        font-weight: 880;
        text-align: left;
        margin-top: 14rem;
        width: 26rem;
    }
    
      #twostar {
        margin-left: 22rem;
        position: absolute;
        margin-top: 18.5rem;
        /* z-index: 0; */
        width: 4rem;
    }
    
        .hero-image img {
        margin-top: 370px;
        margin-right: 0px;
        width: 0rem;
    }
    
       .access-btn-hero {
        font-family: 'Nunito', sans-serif;
        background-color: #FFF145;
        border: none;
        padding: 15px 30px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 800;
        font-size: 1.2rem;
        margin-top: 30px;
        color: #474747;
        margin-bottom: 6rem;
    }
    
      #oblstar {
        margin-left: -23rem;
        position: absolute;
        margin-top: 7.5rem;
        z-index: 10;
        width: 7rem;
        /* margin-bottom: 1rem; */
    }
    
       .video-section {
        padding: 40px 40px 0px 100px;
        background-color: #fff;
       }
    .free-access h2 {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 1rem;
        font-size: 1.4rem;
        display: block;
        width: 100%;
        color: #474747;
    }
        .free-access p {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 15px;
        width: 100%;
        max-width: 95%;
        font-size: 1rem;
        color: #474747;
    }
        .access-btn {
        display: block;
        font-family: 'Nunito', sans-serif;
        font-weight: 800;
        font-size: 1.2rem;
        background-color: #FFF145;
        border: none;
        padding: 1rem 2rem;
        border-radius: 2rem;
        cursor: pointer;
        text-align: left;
        margin: 2rem 3rem 1.25rem 2.3rem;
        color: #474747;
    }
}


@media (max-width: 630px) {
         #oblmainbig {
        margin-left: 20rem;
        position: absolute;
        margin-top: 5rem;
        z-index: 10;
        width: 5rem;
    }
    
}

@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;
}
    #oblakoUp {
        width: 0rem;
    }
        .access-arrow {
        width: 0rem;
    }
}

@media (max-width: 560px) {
    .access-btn {
        font-size: 1.1rem;
        padding: 1rem 2rem;
    }
}
@media (max-width: 545px) {
    .access-btn {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
        .free-access h2 {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 1rem;
        font-size: 1.3rem;
        display: block;
        width: 90%;
        color: #474747;
    }
        .free-access p {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 15px;
        width: 90%;
        max-width: 95%;
        font-size: 1rem;
        color: #474747;
    }
}
@media (max-width: 510px) {
    .access-btn {
        font-size: 1rem;
        padding: 1rem 1rem;
    }
        .free-access h2 {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 1rem;
        font-size: 1.2rem;
        display: block;
        width: 90%;
        color: #474747;
    }
        .free-access p {
        text-align: left;
        font-weight: 800;
        padding-left: 40px;
        padding-top: 15px;
        width: 90%;
        max-width: 95%;
        font-size: 0.9rem;
        color: #474747;
    }
        .free-access-img {
        background: url(img/group.svg) no-repeat top center;
        display: block;
        background-size: cover;
        width: 100%;
        padding: 3rem 0.1rem;
        border-radius: 2rem;
        position: relative;
    }
}
