@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&display=swap');
*{
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
}
h1, h2, p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
}
.burger-logo,
.mobile-nav,
.popup,
.main__img,
.mobile__img{
    display: none;
}
.section-title{
    font-size: 50px !important;
}

/* modal */
.modal__img img{
    width:100%;
}
.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 48%);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}
.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal{
    position: absolute !important;
    z-index: 999 !important;
    background: #161925;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 20px;
}
.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}
.overlay .modal .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}
.modal__content{
    height: 500px;
    width: 500px;
    background: #ffffff;
    overflow-y: hidden;
    z-index: 999;
}
.timetable__content,
.contribution__content{
    width: 800px !important;
    height: 800px !important;
}
.timetable-popup-img,
.contribution-popup-img{
    width: 800px;
    height: 800px;
}

@media (max-width: 850px){
    
    .timetable__content,
    .contribution__content{
        width: 700px !important;
        height: 700px !important;
    }
    .timetable-popup-img,
    .contribution-popup-img{
        width: 700px;
        height: 700px;
    }
    
}

@media (max-width: 700px){
    
    .timetable__content,
    .contribution__content{
        width: 600px !important;
        height: 600px !important;
    }
    .timetable-popup-img,
    .contribution-popup-img{
        width: 600px;
        height: 600px;
    }
    
}

@media (max-width: 600px){
    
    .timetable__content,
    .contribution__content{
        width: 400px !important;
        height: 400px !important;
    }
    .timetable-popup-img,
    .contribution-popup-img{
        width: 400px;
        height: 400px !important;
    }
    
}

@media (max-width: 410px){
    
    .timetable__content,
    .contribution__content{
        width: 350px !important;
        height: 350px !important;
    }
    .timetable-popup-img,
    .contribution-popup-img{
        width: 350px;
        height: 350px !important;
    }
    
}

/* main section */

.main__section{
    height: 100vh;
    background: url(img/main-bg.webp) no-repeat;
    background-size: cover;
}
.header{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    padding-bottom: 20px;
}
.top__header{
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 20px;
    align-items: center;
    width: 1300px;
}
.logo{
    width: 100px;
}
.email__container,
.phone__container{
    display: flex;
    align-items: center;
}   
.phone__container{
    margin-top: 10px;
}
.italy,
.online,
.email,
.phone,
.trento,
.garda{
    font-weight: 600;
    font-size: 17px;
    color: black;
}
.trento,
.garda{
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.geo{
    margin-right: 10px;
    width: 15px;
}
.online{
    margin-top: 15px;
}
.contacs-icon{
    width: 30px;
    margin-right: 20px;
}
.line{
    border: 1px solid rgb(99, 99, 99);
    height: 1px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1300px;
}
.nav__container{
    display: flex;
    justify-content: space-between;
    width: 650px;
    margin: 0 auto;
}
.nav-link{
    color: black;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.main__section-body{
    margin-top: 200px;
}
.main-title{
    font-size: 100px;
    font-weight: 700;
    color: #5628DD;
    font-family: 'Irish Grover', cursive;
}
.title-span{
    margin-right: 15px;
}
.main__section-subtitle{
    margin-top: 20px;
    width: 800px;
}
.main-subtitle{
    font-size: 35px;
    font-weight: 500;
}
.main__section-btn{
    margin-top: 50px;
}
.main-btn{
    font-weight: 600;
    padding: 15px 50px;
    font-size: 20px;
    color: white;
    background-color: #5628DD;
    border-radius: 10px;
    border: 2px solid #5628DD;
    transition: all 500ms;
}
.main-btn:hover{
    color: #5628DD;
    transition: all 500ms;
    background: transparent;
}
.btn__subtext{
    margin-top: 40px;
    width: 500px;
}
.btn-subtext{
    color: #5628DD;
    font-weight: 600;
}

/* benefits section */

.benefits__section{
    padding-bottom: 70px;
    padding-top: 50px;
}
.benefits__section-title{
    text-align: center;
}
.benefits-title{
    font-size: 40px;
    font-weight: 700;
}
.benefits__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
}
.benefits__item{
    display: flex;
    align-items: center;
    width: 900px;
    display: flex;
    margin-top: 20px;
    
}
.benefit__name{
    margin-left: 20px;
}
.benefit-name{
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}
.benefit__btn{
    margin-top: 40px;
}
.benefit-btn{
    color: white;
    background: #5628DD;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 30px;
    transition: all 500ms;
}
.benefit-btn:hover{
    background-color: #F7DF6F;
    transition: all 500ms;
}

/* members section */

.members__section{
    padding-bottom: 50px;
    background-color: #F7DF6F;
}
.members__section-title{
    text-align: center;
    padding-top: 50px;
    width: 800px;
    margin: 0 auto;
}
.members-title{
    color: #5628DD;
    font-size: 40px !important;
    font-weight: 600;
}
.members__section-subtitle{
    text-align: center;
    margin-top: 20px;
}
.members-subtitle{
    color: #5628DD;
    font-size: 24px;
    font-weight: 500;
}

/* lessons section */

.lessons__section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #5628DD;
    margin-top: 50px;
}
.lessons__section-title{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.lessons-title{
    color: white;
}
.lessons__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.lessons__item{
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 540px;
}
.lessonts__text{
    margin-left: 20px;
}
.lesson-text{
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.lessons__btn{
    text-align: center;
    margin-top: 40px;
}
.lessons-btn{
    color: #F7DF6F;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 30px;
    transition: all 500ms;
    cursor: pointer;
    border: 2px solid #F7DF6F;
    transition: all 500ms;
}
.lessons-btn:hover{
    background: #F7DF6F;
    color: #5628DD;
    transition: all 500ms;
}

/* directions section */

.directions__section{
    padding-bottom: 70px;
}
.direction__section-title{
    text-align: center;
    padding-top: 50px;
}
.direction-title{
    font-size: 40px;
    font-weight: 700;
}
.direction__items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.direction__item{
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 360px;
    margin-top: 70px;
}
.direction-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.direction__name{
    text-align: center;
}
.direction-name{
    font-size: 25px;
    font-weight: 500;
}
.direction-age{
    font-size: 22px;
    color: #7d7d7d;
}
.direction__btn{
    margin-top: 20px;
}
.direction-btn{
    color: white;
    background: #5628DD;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 30px;
    transition: all 500ms;
    cursor: pointer;
}
.direction-btn:hover{
    background-color: #F7DF6F;
    transition: all 500ms;
}
.directions__btn{
    text-align: center;
    margin-top: 50px;
}

/* timetable section */

.timetable__section{
    padding-bottom: 70px;
}
.timetable__section-title{
    text-align: center;
}
.timetable-title{
    font-weight: 600;
    font-size: 40px;
}
.timetable__section-subtitle{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin-top: 10px;
}
.second__timetable__section-subtitle{
    margin-top: 50px;
}
.timetable-subtitle{
    font-weight: 600;
    color: #5628DD;
    font-size: 35px;
}
.timetable__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 1050px;
}
.timetable__item{
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
.timetable-link{
    color: #5628DD;
    background: #F7DF6F;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all 500ms;
    border: 2px solid #F7DF6F;
    cursor: pointer;
}
.timetable-link:hover{
    background-color: transparent;
    transition: all 500ms;
}
.contributions-link{
    color: #F7DF6F;
    background: #5628DD;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all 500ms;
    border: 2px solid #5628DD;
    cursor: pointer;
}
.contributions-link:hover{
    background-color: transparent;
    transition: all 500ms;
    color: #5628DD;
}

/* ambience section */

.ambience__section{
    padding-bottom: 50px;
}
.ambience__section-title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.ambience__swiper{
    margin-top: 50px;
    text-align: center;
    height: 550px;
}
.ambience-slide{
    box-shadow: none !important;
}
.slider-img{
    width: 500px;
    height: 500px;
}
.ambience-button-next, .ambience-button-prev{
    color: #5628DD;
}
.ambience-button-next{
    margin-right: 610px;
}
.ambience-button-prev{
    margin-left: 610px;
}
.ambience-pagination{
    bottom: 0px !important;
}
.swiper-pagination-bullet-active{
    background-color: #5628DD !important;
}

/* leader section */

.leaders__section{
    padding-bottom: 50px;
}
.leaders__section-title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.leaders__items{
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}
.leader-img{
    width: 200px;
    height: 200px;
    border-radius: 100px;
}
.leader__item{
    width: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.leader__name{
    margin-top: 15px;
    text-align: center;
}
.leader__edu{
    margin-top: 15px;
    text-align: justify;
}
.leader-name{
    font-size: 25px;
    font-weight: 600;
}
.leader-edu{
    font-size: 22px;
}

/* faq section */

.faq__section{
    padding-bottom: 50px;
}
.faq__section-title{
    text-align: center;
}
.faq-title{
    font-size: 40px;
    font-weight: 600;
}
.faq__items{
    margin-top: 20px;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:inline-block;
   padding: .3em .6em .3em 1.5em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
}
summary:before {  
  left: .3em;
  top: .4em;
  color: transparent;
  background: url("img/faq-arrow.svg") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
   padding:0 1em 0 1em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
}
details{
  display:block;
  margin-bottom: .5rem;
}
.faq-question{
    font-size: 24px;
    font-weight: 500;
}
.faq-answer{
  padding-left: 0px !important;
  font-size: 19px;
}
.answer-container{
  padding-left: 35px;
}

/* reviews section */

.reviews__section{
    padding-bottom: 30px;
}
.reviews__section-title{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}
.reviews__swiper{
    height: 620px;
    margin-top: 60px;
    text-align: center;
    width: 1400px;
}
.swiper-slide-next{
    box-shadow: -1px 5px 29px -8px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    height: 440px;
}
.swiper-slide{
    margin-top: 20px;
}
.reviews__slide-logo{
    margin-top: 20px;
}
.reviews-logo{
    width: 150px;
}
.reviews__slide-name{
    margin-top: 20px;
    margin-bottom: 20px;
}
.reviews-name{
    font-weight: 700;
    font-size: 20px;
}
.reviews-body{
    font-size: 17px;
}
.reviews__slide-body{
    width: 380px;
    margin: 0 auto;
}
.reviews-button-prev{
    margin-left: 600px;
}
.reviews-button-next{
    margin-right: 600px;
}
.reviews-button-next, .reviews-button-prev{
    color: #5628DD;
    margin-top: 165px;
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.25);
    padding: 30px;
    border-radius: 15px;
    transition: all 500ms;
}
.reviews-button-next:hover, .reviews-button-prev:hover{
    box-shadow: none;
    padding: 30px;
    border-radius: 15px;
    background-color: #F7DF6F;
    transition: all 500ms;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 25px;
    font-weight: 900;
}

/* feedback section */

.feedback__section{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #F7DF6F;
}
.feedback__section-title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #5628DD;
}
.feedback__form{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 600px;
    margin-top: 20px;
}
.form-input{
    width: 600px;
    height: 50px;
    margin-top: 20px;
    outline: none;
    padding-left: 10px;
    border-radius: 0px;
    border: 1px solid gray;
}
.checkbox{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.checkbox-label{
    margin-left: 10px;
    font-size: 12px;
}
.form-submit{
    margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    height: 50px;
    background-color: #5628DD;
    border: none;
    color: white;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #5628DD;
    transition: all 500ms;
}
.form-submit:hover{
    color: #5628DD;
    background: transparent;
    transition: all 500ms;
}

/* footer */

.footer__section{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #5628DD;
}
.footer__section-title{
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 600;
}
.footer-title{
    font-size: 30px;
}
.italy-title{
    font-size: 23px;
    color: white;
    font-weight: 600;
}
.footer__columns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__trento,
.footer__garda{
    margin-top: 10px;
}
.footer-trento,
.footer-garda{
    color: white;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.footer__social{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.footer__email,
.footer__phone{
    color: white;
    font-size: 20px;
}
.footer__media{
    display: flex;
    justify-content: space-between;
    width: 150px;
}

@media (max-width: 1400px) {
    
    /* main section */

    .main__section{
        height: 100vh;
        background: url(img/main-bg-1400px.webp) no-repeat;
        background-size: cover;
    }

    /* reviews section */

    .reviews__swiper{
        width: 1200px;
    }
    .swiper-slide-next{
        height: 435px;
    }
    .reviews__slide-body{
        width: 320px;
        text-align: justify;
    }
    .reviews-button-prev{
        margin-left: 500px;
    }
    .reviews-button-next{
        margin-right: 500px;
    }
    .reviews-button-next, .reviews-button-prev{
        color: #5628DD;
        margin-top: 210px;
        box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.25);
        padding: 30px;
        border-radius: 15px;
        transition: all 500ms;
    }

}

@media (max-width: 1300px) {
    
    .container,
    .line{
        width: 1150px;
    }

    /* main section */

    .main__section{
        height: 100vh;
        background: url(img/main-bg-1300px.webp) no-repeat;
        background-size: cover;
    }
    .main-title{
        font-size: 85px;
    }
    .main__section-subtitle{
        width: 675px;
    }
    .main-subtitle{
        font-size: 40px;
    }
    .main-btn{
        padding: 10px 25px;
        font-size: 18px;
    }

    /* lessons section */

    .lesson-text{
        font-size: 17px;
    }

    /* direction section */

    .direction__items{
        justify-content: center;
    }

    /* ambience section */

    .ambience__swiper {
        height: 520px;
    }
    .ambience-button-next{
        margin-right: 500px;
        margin-top: 200px;
    }
    .ambience-button-prev{
        margin-left: 500px;
        margin-top: 200px;
    }
    .ambience-pagination{
        bottom: 70px !important;
    }

    /* leaders section */

    .leaders__items{
        flex-direction: column;
        align-items: center;
    }
    .leaders__items{
        margin-top: 0px;
    }
    .leader__item{
        margin-top: 50px;
    }

    /* reviews section */

    .reviews__swiper{
        width: 1100px;
    }
    .reviews-button-prev{
        margin-left: 430px;
    }
    .reviews-button-next{
        margin-right: 430px;
    }
}

@media (max-width: 1150px) {
    
    .container,
    .line{
        max-width: 1000px;
    }
    .section-tite{
        font-size: 33px;
    }

    /* main section */

    .main__section{
        height: unset;
        padding-bottom: 100px;
    }
    .main__section-body{
        margin-top: 100px;
    }

    /* benefits section */

    .benefit-name{
        font-size: 17px;
    }

    /* members section */

    .members-title{
        font-size: 35px;
    }
    .members-subtitle{
        font-size: 22px;
    }

    /* lessons section */

    .lessons__item{
        width: 900px;
    }

    /* timetable section */

    .timetable-subtitle{
        font-size: 25px;
    }
    .timetable__items{
        width: 1000px;
    }

    /* ambience section */

    .ambience-button-next{
        margin-right: 450px;
        margin-top: 200px;
    }
    .ambience-button-prev{
        margin-left: 450px;
        margin-top: 200px;
    }

    /* faq section */

    .faq-question{
        font-size: 19px;
    }
    .faq-answer{
        font-size: 17px;
    }
    
    /* reviews section */

    .reviews__swiper{
        width: 800px;
    }
    .swiper-slide-next {
        box-shadow: none;
    }
    .reviews-button-prev{
        margin-left: 280px;
    }
    .reviews-button-next{
        margin-right: 280px;
    }

}

@media (max-width: 1000px) {
    
    .container{
        max-width: 800px;
    }
    .line{
        display: none;
    }

    /* main section */


    .header{
        display: none;
    }
    .burger-logo,
    .mobile-nav,
    .popup{
        display: inherit;
    }

    .navbar__wrap .menu {
        display: none;
      }
      .hamb {
        display: flex;
        align-items: center;
        padding-top: 30px;
      }
      .hamb__field {
        padding: 10px 20px;
        cursor: pointer;
        position: absolute;
        z-index: 999;
      }
      .bar {
        display: block;
        width: 30px;
        height: 3px;
        margin: 6px auto;
        background-color: #5628DD;
        transition: 0.2s;
      }
      .popup {
        position: fixed;
        top: 75px;
        left: -100%;
        width: 60%;
        height: 100%;
        background-color: white;
        z-index: 100;
        display: flex;
        transition: 0.3s;
      }
      .popup.open {
        left: 0;
        top: 0;
      }
      .popup .menu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 30px;
        justify-content: start;
        padding: 50px 0;
        overflow: auto;
      }
      .popup .menu > li {
        width: 100%;
      }
      .popup .menu > li > a {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0;
        font-size: 20px;
        font-weight: bold;
        color: #3f3f3f;
      }
      .popup .menu > li > a:hover {
        background-color: rgba(122, 82, 179, 0.1);
      }
      .hamb__field.active .bar:nth-child(2) {
        opacity: 0;
      }
      .hamb__field.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }
      .hamb__field.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }
      body.noscroll {
        overflow: hidden;
      }
      .burger-logo{
        width: 200px;
      }
      .burger-link{
        color: #5628DD !important;
        font-size: 20px !important;
        margin-top: 25px;
        font-weight: 700;
        display: flex;
        align-items: center;
      }
      .link-icon{
        margin-right: 7px;
    }
    
    /* benefits section */

    .benefits__items{
        width: 750px;
    }

    /* direction section */

    .direction__item{
        width: 390px;
    }
    
    /* timetable section */

    .timetable__items{
        width: 800px;
    }

    /* ambience section */

    .ambience-button-next{
        margin-right: 350px;
        margin-top: 200px;
    }
    .ambience-button-prev{
        margin-left: 350px;
        margin-top: 200px;
    }

}

@media (max-width: 800px) {
    
    .mobile__img{
        display: none !important;
    }
    .container{
        max-width: 700px;
    }
    .main__section-body{
        margin-top: 50px;
    }
    .section-title{
        font-size: 32px !important;
    }
    .main__img{
        margin-top: 40px;
        text-align: right;
        margin-right: 50px;
        display: inherit;
    }

    /* main section */

    .main__section{
        background: #F7DF6F;
    }

    /* benefits section */

    .benefits__items{
        width: 650px;
    }

    /* members section */

    .members__section-title{
        width: 650px;
    }

    /* lessons section */

    .lessons__item{
        width: 650px;
    }

    /* directions section */

    .direction__item{
        width: 330px;
    }

    /* timetable section */

    .timetable__items{
        width: 650px;
    }

    /* ambience section */

    .ambience-button-next{
        margin-right: 280px;
        margin-top: 200px;
    }
    .ambience-button-prev{
        margin-left: 280px;
        margin-top: 200px;
    }

    /* leader section */

    .leader-edu{
        font-size: 17px;
    }

    /* reviews section */

    .reviews__swiper{
        width: 650px;
    }
    .reviews-button-prev{
        margin-left: 220px;
    }
    .reviews-button-next{
        margin-right: 220px;
    }

    /* footer */

    .footer__columns{
        margin-top: 30px;
    }

}

@media (max-width: 700px) {
    
    .wrapper{
        overflow-x: hidden !important;
    }
    .container{
        max-width: 500px;
    }

    /* benefits section */

    .benefits__items{
        width: 500px;
    }
    .benefit-name{
        font-size: 16px;
    }

    /* members section */

    .members__section-title{
        width: 500px;
    }
    .members-title{
        font-size: 23px !important;
    }
    .members-subtitle{
        font-size: 20px;
    }

    /* lessons section */

    .lessons__item{
        width: 500px;
    }
    .lesson-text{
        font-size: 15px;
    }

    /* timetable section */

    .timetable__items{
        width: 500px;
    }

    /* ambience section */

    .ambience-button-next{
        margin-right: 220px;
        margin-top: 200px;
    }
    .ambience-button-prev{
        margin-left: 220px;
        margin-top: 200px;
    }

    /* leaders section */

    .leader__item{
        width: 500px;
    }

    /* reviews section */

    .reviews__swiper{
        width: 500px;
    }
    .reviews-button-prev{
        margin-left: 120px;
    }
    .reviews-button-next{
        margin-right: 120px;
    }

    /* feedback section */

    .feedback__form{
        width: 500px;
    }
    .form-input{
        width: 500px;
    }

}

@media screen and (max-width: 600px){
    
    .modal__content{
        height: 450px;
        width: 450px;
    }
    .direction-popup-img{
        width: 450px;
    }
    .container{
        max-width: 450px;
    }
    .section-title{
        font-size: 27px !important;
    }

    /* main section */

    .main__section{
        padding-bottom: 50px;
    }
    .popup {
        width: 70%;
      }
    .burger-link{
        font-size: 16px !important;
    }
    .main-title{
        font-size: 60px;
    }
    .main__section-subtitle{
        width: 450px;
    }
    .main-subtitle{
        font-size: 30px;
    }
    .main-btn{
        font-size: 15px;
    }
    .btn__subtext{
        width: 450px;
    }
    .btn-subtext{
        font-size: 15px;
    }
    .main__img{
        text-align: center;
        margin: 0px;
        margin-top: 50px;
    }

    /* benefits section */

    .benefits__items{
        width: 450px;
    }
    .benefit-name{
        font-size: 15px;
    }

    /* members section */

    .members__section-title{
        width: 450px;
    }
    .members-title{
        font-size: 24px !important;
    }
    .members-subtitle{
        font-size: 16px;
    }

    /* lessons section */

    .lessons__item{
        width: 450px;
    }
    .lesson-text{
        font-size: 13px;
    }
    .lessons-btn{
        font-size: 13px;
        padding: 10px 30px;
    }

    /* timetable section */

    .timetable__items{
        width: 450px;
        flex-direction: column;
    }
    .timetable__item{
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
        width: 300px;
    }

    /* ambince section */

    .ambience__swiper{
        height: 520px;
    }
    .ambience-button-next{
        margin-right: 150px;
        margin-top: 200px;
    }
    .ambience-button-prev{
        margin-left: 150px;
        margin-top: 200px;
    }
    .slider-img{
        width: 400px;
        height: 400px;
    }

    /* leaders section */

    .leader__item{
        width: 400px;
    }

    /* faq section */

    .faq-question{
        font-size: 17px;
    }
    .faq-answer{
        font-size: 15px;
    }

    /* reviews section */

    .reviews__swiper{
        width: 400px;
    }
    .reviews-button-prev{
        margin-left: 100px;
        margin-top: 200px;
    }
    .reviews-button-next{
        margin-right: 100px;
        margin-top: 200px;
    }

    /* feedback section */

    .feedback__form{
        width: 350px;
    }
    .form-input{
        width: 350px;
        height: 40px;
    }
    .checkbox-label{
        font-size: 10px;
    }

    /* footer */

    .footer__columns{
        flex-direction: column;
        align-items: flex-start;
        margin-left: 30px;
    }
    .footer__right-column{
        margin-top: 20px;
    }
    .footer__email, .footer__phone{
        font-size: 17px;
    }

}

@media screen and (max-width: 460px){

    .mobile__img{
        display: inherit !important;
    }
    .tablet__img{
        display: none;
    }
    .modal__content{
        height: 330px;
        width: 330px;
    }
    .direction-popup-img{
        width: 330px;
    }
    .container{
        max-width: 330px;
    }
    .section-title{
        font-size: 23px !important;
    }

    /* main section */

    .popup {
        width: 100%;
    }
    .body__left-container{
        text-align: center;
    }
    .mobile__img{
        margin-top: 20px;
    }
    .main-title{
        font-size: 40px;
    }
    .last-title-span{
        margin-right: 0px;
    }
    .main__section-subtitle{
        width: 330px;
    }
    .main-subtitle{
        font-size: 23px;
    }
    .main__section-btn{
        margin-top: 35px;
    }
    .main-btn{
        font-size: 13px;
    }
    .btn__subtext{
        width: 330px;
        margin-top: 20px;
    }
    .btn-subtext{
        font-size: 12px;
    }
    .main-img{
        width: 250px;
    }

    /* benefits section */

    .benefits__items{
        width: 330px;
    }
    .benefit-name{
        font-size: 12px;
    }
    .benefit-btn{
        font-size: 13px;
        padding: 15px 30px;
    }

    /* members section */

    .members__section-title,
    .members__section-subtitle{
        width: 330px;
    }
    .members-title {
        font-size: 22px !important;
    }

    /* direction section */

    .direction-name{
        font-size: 20px;
    }
    .direction-age{
        font-size: 18px;
    }
    .direction-btn{
        font-size: 13px;
        padding: 15px 30px;
    }

    /* timetable section */

    .timetable__items{
        width: 330px;
    }
    .timetable__item{
        width: 250px;
    }

    /* ambience section */

    .slider-img{
        width: 330px;
        height: 330px;
    }
    .ambience-pagination{
        bottom: 45px !important;
    }
    .ambience-button-prev{
        margin-left: 100px;
        margin-top: 170px;
    }
    .ambience-button-next{
        margin-right: 100px;
        margin-top: 170px;
    }

    /* leaders section */

    .leader__item{
        width: 300px;
    }

    /* reviews section */

    .reviews__swiper{
        width: 330px;
    }
    .reviews-name{
        font-size: 18px;
    }
    .reviews-button-prev{
        margin-left: 70px;
        margin-top: 200px;
    }
    .reviews-button-next{
        margin-right: 70px;
        margin-top: 200px;
    }

    /* feedback section */

    .feedback__form{
        width: 300px;
    }
    .form-input{
        width: 300px;
    }

    /* footer */

    .footer-garda,
    .footer-trento,
    .footer__email,
    .footer__phone{
        font-size: 13px;
    }

}

@media (max-height: 650px) and (min-width: 1000px) {
    
    .main__section{
        background: #F7DF6F;
    }
    .main__section-body{
        margin-top: 20px;
    }
    .tablet__img{
        display: inherit;
        text-align: right;
        margin-top: -355px;
        margin-right: 200px;
    }
    .tablet-img{
        width: 350px;
    }

}

@media (min-width: 700px) {
.new11111 {
    display: none;
}
}

@media (max-width: 700px) {
    .new11111 {
    display: block !important;
    margin-left: 20px;
}
}

@media (max-width: 700px) {
.new111111 {
    display: none;
}
}

@media (min-width: 700px) {
    .new111111 {
    display: block !important;
}
}