* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'RoundsBlack';
    src: local('RoundsBlack'), url(/assets/fonts/RoundsBlack.otf) format('opentype');
}

@font-face {
    font-family: 'Balpaq';
    src: local('Balpaq'), url(/assets/fonts/BALPAQ.TTF) format('truetype');
}

header {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 80px;
    display: flex;
    background-color: #AFDDEE;
    
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-active {
    background-color: #3abfe5;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
  
.burger span {
    display: block;
    height: 4px;
    background: #4a3827;
    border-radius: 2px;
}

.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}
  
.burger span {
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.nav-menu ul {
    display: flex;
    list-style: none;
}

.nav-menu ul li {
    margin: 0 20px;
    font-size: 20px;
}

.nav-menu ul li a {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.main-container {
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

main {
    margin-top: -50px;
}

#main-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 940px;
    background-image: url(/assets/img/mainbg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}

#main-screen::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 40px;
    background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 25%,
    rgba(255, 255, 255, 0.8) 55%,
    #ffffff 100%
);
}

.main-screen-h {
    font-family: "Nunito", sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.main-screen-p {
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 40px 0;
    text-align: center;
    color: #000000;
}

.main-screen-p:nth-child(1) {
    font-size: 26px;
}

.in-game-btn {
    font-family: "Nunito", sans-serif;
    background-color: #5B73FF;
    font-size: 43px;
    font-weight: 800;
    padding: 10px 40px;
    border: none;
    border-radius: 35px;
    margin-bottom: 70px;
    color: #FFFFFF;
    text-decoration: none;
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 60px 60px;
}

h2 {
    font-family: "Nunito", sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 85px auto 70px;
    text-align: center;
    text-transform: uppercase;
}

.description-wrap {
    display: flex;
    gap: 22px;
    margin-top: 60px;
}

.description-wrap-left,
.description-wrap-right {
    max-width: 704px;
    width: 100%;
    border-radius: 28px;
}

.description-wrap-left h2 {
    font-family: "Nunito", sans-serif;
    font-size: 42px;
    font-weight: 800;
    text-align: left;
    margin: 0;
    line-height: 1.2;
}

.description-wrap-left p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin-top: 35px;
    line-height: 1.3;
}

.description-wrap-right {
    border-radius: 25px;
}

.description-wrap-left {
    background-color: #AFDDEE;
    padding: 30px 10px 30px 30px;
    position: relative;
}

.description-wrap-left img {
    position: absolute;
    top: -50px;
    left: 67%;
    width: 190px;
}

.description-wrap-right img {
    display: flex;
    width: 100%;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, white 35%,  #AFDDEE 35%);
    padding: 0 30px;
}

.camp-video {
    max-width: 1338px;
    width: 100%;
    border-radius: 15px;
    border: 3px solid white;
}

.about-unique {
    display: flex;
    flex-direction: column;
    align-items: center; 
    position: relative;
}

.bubble-about {
    position: absolute;
    top: 50px;
    left: 30px;
}

.bubble-about,
.bubble-expect {
    max-width: 255px;
}

.about-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 90px;
    margin: 70px 0 80px;
}

.about-cards-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* height: 200px; */
}

.about-svg {
    display: flex;
    height: 120px;
    max-width: 160px;
    width: 100%;
}

.about-cards-element p {
    font-family: 'Balpaq';
    font-size: 27px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.yellow-btn {
    background-color: #fbb900;
}

.expect-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bubble-exp {
    width: 250px;
    position: absolute;
    top: -80px;
    right: 300px;

}

.expect-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1450px;
    gap: 30px;
}

.expect-item-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 365px;
    height: 75px;
    background-color: #FFC74E;
    border: 2px solid white;
    border-radius: 10px;
    margin: 0 auto -35px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.expect-item-header h3 {
    font-family: 'Balpaq';
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.expect {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.expect-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1280px;
    gap: 25px;
    margin: 0 0 80px;
}

.expect-cards-item {
    display: flex;
    max-width: 588px;
    min-height: 200px;
    border-radius: 25px;
}

.sand-card {
    background-color: rgba(255, 196, 48, 0.18);
}

.blue-card {
    background-color: #AFDDEE;
}

.expect-cards-item-descr {
    padding: 20px 20px 20px 0;
}

.expect-cards-item-descr h3 {
    font-family: 'Balpaq';
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 20px;
}

.expect-cards-item-descr p {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #000000;
}

.expect-svg {
    width: 90px;
    height: 90px;
    margin: auto 30px;
}

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, white 60%,  rgba(255, 196, 48, 0.18) 60%);
    padding: 0 30px;
}

.custom-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.gallery-slider {
    max-width: 1480px;
    margin: 0 auto 45px;
}

.slider-reviews,
.speakers-slider {
    max-width: 1470px;
    margin: 0 auto 45px;
}

.speaker-card-pc > .speaker-img-mob {
    display: none;
    margin-bottom: 10px;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.slide {
    box-sizing: border-box;
    flex-shrink: 0;
}



.speakers-slider .slide {
    flex: 0 0 calc((100% - 20px) / 2);
}


.video-slider .slide,
.gallery-slider .slide {
    flex: 0 0 calc((100% - 40px) / 3);
}

.slide video,
.slide img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.slide video {
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    z-index: 2;
    background-color: #dfdfdf
}

/* кнопки поверх фото */
.overlay-buttons .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-buttons .prev {
    left: 15px;
}

.overlay-buttons .next {
    right: 15px;
}

.speakers {
    background: linear-gradient(to bottom, rgba(255, 196, 48, 0.18) 60%,  white 60%);
    position: relative;
    padding: 100px 30px 0;

}

.bubble-speaker {
    position: absolute;
    top: -100px;
    right: 25%;
    width: 250px;
}

.speaker-card {
    background-color: #AFDDEE;
    padding: 22px;
    border-radius: 20px;
    max-width: 660px;
}

.speaker-card-pc {
    display: flex;
}

.speaker-img {
    margin-right: 22px;
    max-width: 231px;
}

.speaker-info h3 {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.speaker-location {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.speaker-p-bold {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
}

.speaker-p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.speaker-p-gray {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #515151;
}

.speaker-card-mobile {
    display: none;
}

.galery {
    padding: 0 30px;
}

.include {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.include-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1450px;
    width: 100%;
    gap: 5px;
    margin-bottom: 120px;
}

.include-item {
    display: flex;
    flex-direction: row;
    max-width: 720px;
    width: 100%;
    gap: 5px;
    margin-bottom: 22px;
}

.include-info,
.include-img {
    max-width: 357px;
    width: 100%;
    border-radius: 10px;
}

.include-info {
    background-color: #AFDDEE;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 5px;
}

.include-info h3 {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

li {
    display: flex;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    list-style: none;
    margin-bottom: 5px;
}

.sun-svg {
    margin-right: 5px;
}

.include-img {
    display: flex;
}

.inc-img-1 {
    background-image: url(/assets/img/inc1.webp);
    background-size: cover;
}

.inc-img-2 {
    background-image: url(/assets/img/inc2.webp);
    background-size: cover;
}

.inc-img-3 {
    background-image: url(/assets/img/inc3.webp);
    background-size: cover;
}

.inc-img-4 {
    background-image: url(/assets/img/inc4.webp);
    background-size: cover;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price h3 {
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}

.price-p {
    font-family: "Nunito", sans-serif;
    font-size: 57px;
    font-weight: 700;
}

.price-p-s {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
}

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.faq-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1335px;
    background-color: #AFDDEE;
    padding: 0 90px 90px;
    border-radius: 10px;
}

.faq_item {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid black;
}

.faq_question {
    font-family: "Nunito", sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.faq_icon {
    font-size: 40px;
    font-weight: 400;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq_item.active .faq_icon {
    transform: rotate(90deg);
}

.faq_answer {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq_answer p {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.faq_item.active .faq_answer {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 15px;
    background-color: white;
    padding: 40px 25px;
    border-radius: 10px;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, white 50%, #AFDDEE 50%);
    margin-top: 55px;
    padding: 0 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    background-color: #F1F1F1;
    padding: 55px 80px;
    border-radius: 20px;
}

.form-input-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1115px;
    gap: 20px;
}

input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid black;
}

input {
    max-width: 48%;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #F1F1F1;
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 2px solid black;
}

label {
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-size: 22px;
    margin: 30px 0 15px;
}

textarea {
    background-color: #DBDBDB;
    border-radius: 5px;
    height: 90px;
    border: 1px solid #BEBEBE;
}

.form-consent {
    margin-top: 20px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
}

.checkbox-label input {
    width: 22px;
    height: 22px;
    margin-top: 3px;
}

.checkbox-label a {
    color: #5B73FF;
    text-decoration: underline;
}

.submit-btn {
    width: 200px;
    padding: 10px;
    border: none;
    background-color: #5B73FF;
    border-radius: 20px;
    margin-top: 40px;
    margin-left: auto;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    color: white;
    box-shadow: 0 0 4px 1px #d4d3d3;
}

.submit_btn.loading {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #999;
  color: #fff;
  box-shadow: none;
}

.submit-btn:hover {
    cursor: pointer;
}

.popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #05889D;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1000;
    font-size: 16px;
  }
  
  .popup.show {
    opacity: 1;
    pointer-events: auto;
  }

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 340px;
    background-color: #AFDDEE;
    padding: 75px 30px 0;
}  

.footer-wrap {
    max-width: 1265px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.footer-contact {
    display: flex;
    flex-direction: column;
}

.footer-contact p {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.56);
}

.mob-link,
.mail-link {
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #000000;
}

.mob-link {
    margin: 25px 0;
}

.mail-link {
    text-transform: uppercase;
}

.social-link {
    margin-left: 30px;
    text-decoration: none;
}

.privacy-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.privacy-popup.show {
    opacity: 1;
    visibility: visible;
}

.privacy-content {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    font-family: "Manrope", sans-serif;
    position: relative;
}

.privacy-content h3 {
    margin-bottom: 15px;
}

.privacy-content p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.privacy-close {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .main-screen-p {
        margin: 15px 0 20px 0;
    }

    .in-game-btn {
        margin-bottom: 70px;
    }

    .video-slider .slide,
    .gallery-slider .slide {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .slider-reviews {
        max-width: 960px;
    }

    .slide video {
        max-width: 400px;
    }

    .include-item {
        max-width: 680px;
    }

    .include-info h3 {
        font-size: 18px;
    }

    li {
        font-size: 18px;
    }

}

@media (max-width: 1400px) {
    .speakers-slider .slide {
        flex: 0 0 100%;
    }

    .bubble-exp {
        width: 200px;
        top: -60px;
    }
    
    .bubble-speaker {
        top: -50px;
        width: 200px;
    }

    .bubble-about {
        width: 200px;
    }

    .about-cards {
        gap: 40px;
    }

    .include-info h3 {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .include-item {
        max-width: 620px;
        min-height: 280px;
    }
}

@media (max-width: 1200px) {
    .description-wrap {
        flex-direction: column;
        align-items: center;
    }

    .main-screen-p {
        margin: 10px 0 20px 0;
    }

    .description-wrap-left {
        padding-bottom: 220px;
    }

    .description-wrap-right img {
        display: flex;
        width: 90%;
        margin: -180px auto;
        position: relative;
        z-index: 2;
        border-radius: 30px;
        border: 4px solid white;
    }

    .about {
        margin-top: 80px;
    }

    .bubble-about {
        display: none;
    }
}

@media (max-width: 1024px) {
    #main-screen {
        padding-bottom: 50px;
        min-height: 940px;
        background-size: cover;
        background-position: center;
    }

  .burger {
    display: flex;
  }

  .header {
    align-items: center;
    justify-content: end;
    padding: 0 30px;
    height: 80px;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    background: #afddee;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .nav-menu.active {
    max-height: 300px;
    padding: 20px 0;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .nav-menu ul li a {
    color: #4a3827;
    font-size: 20px;
  }

  .about-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .description-wrap-left h2 {
    font-size: 36px;
  }

  h2 {
    font-size: 36px;
  }

  .in-game-btn {
    font-size: 34px;
  }


  .speakers-slider .slide {
        flex: 0 0 100%;
    }

    .about-svg {
        height: 100px;
        max-width: 140px;
    }

    .about-cards-element p {
        font-size: 24px;
    }

    .bubble-exp {
        right: 10%;
    }

    .expect-item img {
        max-width: 380px;
        width: 100%;
    }

    .expect-cards-item {
        flex-direction: column;
        align-items: center;
        padding: 20px 15px;
        max-width: 400px;
        min-height: 360px;
    }

    .expect-svg {
        margin: 0;
        width: 80px;
        height: 80px;
    }

    .expect-item-header {
        width: 300px;
        height: 60px;
    }

    .expect-item-header h3 {
        font-size: 22px;
    }

    .include-item {
        max-width: 500px;
    }

    .include-info {
        padding-top: 14px;
        padding-left: 14px;
    }

    .include-item {
        margin-bottom: 2px;
   }

   .include-img,
    .include-info {
        width: 50%;
    }
}

.mob-link, .mail-link {
    font-size: 22px;
}

@media (max-width: 840px) {
    #main-screen {
        padding-bottom: 0px;
        min-height: 740px;
    }

    .main-screen-h {
        font-size: 32px;
    }

    .description {
        padding: 0 20px 60px;
    }

    .big-bubble {
        width: 200px;
        margin: 0 40px;
    }

    .small-bubble {
        width: 130px;
    }

    .gallery_center {
        max-width: 90%;
    }

    .contact p {
        text-align: center;
    }

    .main-screen-p {
        margin: 10px 0 40px 0;
        font-size: 24px;
    }

    .faq_question {
        font-size: 20px;
    }

    .faq_answer p {
        font-size: 18px;
    }

    .faq_item.active .faq_answer {
        padding: 25px 20px;
    }

    .expect-cards-item {
        max-width: 300px;
    }

    .expect-cards {
        gap: 15px;
    }

    .expect-cards-item-descr h3 {
        font-size: 22px;
    }

    .expect-cards-item-descr p {
        font-size: 16px;
    }

    .reviews {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {

    .video-slider .slide,
    .gallery-slider .slide {
        flex: 0 0 100%;
    }

    .slider-reviews {
        max-width: 520px;
    }

    .mob-link, .mail-link {
        font-size: 14px;
    }

    .expect-wrap {
        gap: 10px;
    }

    .expect-item img {
        max-width: 360px;
    }

    .form-input-block {
        flex-direction: column;
    }

    .contact-form {
        padding: 20px;
        width: 100%;
    }

    input {
        max-width: 100%;
    }

    .social-link > img {
        width: 50px;
    }

    .social-link {
        margin-left: 10px;
    }

    footer {
        height: 260px;
    }
}

@media (max-width: 640px) {
    .header {
        height: 60px;
    }

    .nav-menu {
        top: 59px;
    }

    #main-screen {
        background-image: url(/assets/img/mainbgmob.webp);
        padding: 0 5px;
        min-height: 420px;
        margin-top: 50px;
    }

    #main-screen::after {
        height: 20px;
    }

    .main-screen-p {
        margin: 10px 0 15px 0;
    }

    .in-game-btn {
        font-size: 19px;
        margin-bottom: 40px;
    }

    #main-screen > .in-game-btn {
        margin-bottom: 25px;
    }

    .main-screen-h {
        font-size: 24px;
    }

    .main-screen-p {
        font-size: 17px;
    }

    .description {
        padding: 0 5px;
    }

    .description-wrap-left,
    .description-wrap-right {
        width: 100%;
        padding: 20px 10px 80px;
    }

    .description-wrap-left h2 {
        font-size: 22px;
        text-align: center;
    }

    .description-wrap-left p {
        font-size: 14px;
        margin-top: 15px;
    }

    .description-wrap-right img {
        margin: -110px auto;
    }

    h2 {
        font-size: 22px;
        margin: 40px 0;
    }

    .about {
        margin-top: 20px;
        padding: 0 5px;
    }

    .about-cards {
        margin: 0 0 40px;
        gap: 10px;
    }

    .about-cards-element {
        margin-bottom: 15px;
    }

    .about-cards-element p {
        font-size: 14px;
        margin-top: 10px;
    }

    .about-svg {
        height: 50px;
        max-width: 80px;
    }

    .bubble-exp {
        width: 100px;
        top: -30px;
    }

    .in-game-btn {
        font-size: 19px;
        padding: 5px 20px;
        border-radius: 15px;
        font-weight: 600;
    }

    .expect-wrap {
        gap: 5px;
    }

    .expect-in {
        padding: 0 5px;
    }

    .expect-item-header {
        width: 140px;
        height: 32px;
        border-radius: 5px;
        border: 1px solid white;
        margin: 0 auto -17px;
        padding: 0;
    }

    .expect-item-header h3 {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .expect-item img {
        max-width: 170px;
        width: 100%;
    }

    .expect-cards-item-descr {
        padding: 20px 0 0;
    }

    .small-bubble {
        display: none;
    }

    .expect-cards-item-descr h3 {
        font-size: 15px;
    }

    .expect-cards-item-descr p {
        font-size: 13px;
    }

    .expect {
        padding: 0 5px;
    }

    .expect-svg {
        width: 50px;
        height: 50px;
    }

    .expect-cards {
        gap: 5px;
    }

    .expect-cards-item {
        max-width: 170px;
        min-height: 280px;
        padding: 15px 10px 0;
        border-radius: 5px;
    }

    .custom-slider {
        gap: 5px;
    }

    .reviews {
        padding: 0 2px;
    }

    .slider-btn {
        height: 40px;
        padding-bottom: 2px;
    }

    .bubble-speaker {
        top: 20px;
        width: 100px;
        right: 45%;
    }

    .speaker-p-pc {
        display: none;
    }

    .speaker-card-pc > .speaker-img-mob {
        display: block;
    }

    .speakers {
        padding: 100px 2px 0;
    }

    .speaker-img-mob {
        display: block;
    }

    .speaker-card {
        padding: 10px;
    }

    .speaker-card-mobile {
        display: block;
    }

    .speaker-card-mobile h3 {
        font-family: "Nunito", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }

    .speaker-location {
        font-size: 14px;
    }

    .speaker-p-bold,
    .speaker-p,
    .speaker-p-gray {
        font-size: 14px;
    }

    .speaker-card-pc > .speaker-img {
        display: none;
    }

    .galery {
        padding: 0 5px;
    }

    .overlay-buttons .next {
        right: 1px;
        background-color: #ffffff75;
        color: white;
        font-size: 33px;
        width: 40px;
    }

    .overlay-buttons .prev {
        left: 1px;
        background-color: #ffffff75;
        color: white;
        font-size: 33px;
        width: 40px;
    }

    .include-info {
        padding: 5px;
    }

    .include-info h3 {
        font-size: 10px;
    }

    .sun-svg > img {
        width: 15px;
    }

    li {
        font-size: 12px;
    }

    .include-item {
        max-width: 620px;
        min-height: 230px;
        margin: 0;
    }

    .order-2 {
        order: 2;
    }

    .order-4 {
        order: 4;
    }

    .include-img,
    .include-info {
        width: 50%;
    }

    .price h3 {
        font-size: 16px;
    }

    .price-p {
        font-size: 28px;
    }

    .price-p-s {
        font-size: 12px;
    }

    .description-wrap-left img {
        top: -50px;
        left: 57%;
        width: 100px;
    }

    .faq {
        padding: 0 5px;
    }

    .faq-wrap {
        padding: 0 10px 20px;
    }

    .faq_question {
        font-size: 14px;
    }

    .faq_icon {
        font-size: 30px;
    }

    .faq_answer p {
        font-size: 14px;
    }

    .faq_item.active .faq_answer {
        padding: 15px 10px;
    }

    .contact {
        padding: 0 5px;
    }

    .contact-form {
        padding: 10px;
    }

    input {
        font-size: 14px;
        height: 40px;
    }

    .checkbox-text {
        font-size: 12px;
    }

    label {
        font-size: 14px;
    }

    .submit-btn {
        font-size: 18px;
        margin: 30px auto;
    }

    footer {
        height: 200px;
        padding: 50px 5px 0;
    }

    .footer-contact p {
        font-size: 14px;
    }

    .mob-link {
        margin: 10px 0;
    }

    .social-link > img {
        width: 30px;
    }
}

@media (max-width: 410px) {
    .footer-wrap {
        flex-direction: column;
        align-items: center;
    }

    .footer-contact {
        align-items: center;
        margin-bottom: 20px;
    }
}