html{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before{
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #242121;
  letter-spacing: 0.6px;
}

body.active{
  overflow: hidden;
  padding-right: 15px;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #242121;
  letter-spacing: 0.6px;
}

.title{
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.6px;
  padding-bottom: 26px;
  color: #01353E;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.title::after{
  content: "/";
  position: absolute;
  color: #00B2A0;
  width: 9px;
  height: 60px;
  bottom: 2px;
  letter-spacing: 0.6px;
}
.header{
  background-image: url(../images/header-bg.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.container{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.header-top{
  background-image: url(../images/top-inner.png);
  background-repeat: repeat;
  background-size: contain;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  /* min-height: 50%; */
}

.header-top__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;

}

.logo__link{
  margin-right: 185px;
}

.menu{
  margin-right: auto;
}

.menu__items{
  display: flex;
  padding-bottom: 10px;
}

.menu li + li{
  margin-left: 45px;
}

.menu__item-link{
  text-decoration: none;
  padding-bottom: 5px;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.6px;
  transition: all 0.3s;
}

.menu__item-link:hover{
  border-bottom: 1px solid #00B2A0;
  padding-top: 10px;
}

.menu__btn{
  display: none;
}

.header__content{
  padding-top: 10px;
}

.header__inner{
  margin-top: 243px; 
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: calc(100vh - 233px);
}

.header__inner-title{
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 200px;
  line-height: 235px;
  letter-spacing: 0.6px;
  color: #0D302C;
}

.header__inner-description{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: auto;
}

.header__inner-icon{
  display: block;
  margin-bottom: 92px;
}

.about{
  padding: 243px 0 92px;
}

.about__inner h2{
  max-width: 939px;
}

.about__inner-title{
  margin-bottom: 64px;
}

.about__items{
  display: flex;
  justify-content: flex-start;
}

.about__item p{
  max-width: 480px;
  height: 87px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.about__item{
  width: 50%;
}

.school{
  padding: 200px 0 200px;
  background: #F8F8F8;
}

.school-top__title{
  margin-bottom: 101px;
}

.school-top__title h2{
  max-width: 656px;
}

.school__items{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.school__item{
  width: 350px;
  height: 137px;
}

.school__item-title--live{
  width: 215px;
  padding-bottom: 14px;
}

.school__item-title--fly{
  width: 180px;
}

.school__item-title--learn{
  width: 200px;
}

.school__item-iner{
  text-align: center;
  font-weight: normal;
  padding-left: 60px;
  font-size: 24px;
  line-height: 28px;
  margin: 0 auto 10px;
  position: relative;
}

.school__item-iner::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}

.school__item-title--live::before{
  background-image: url(../images/live-icon.svg);
}
.school__item-title--fly::before{
  background-image: url(../images/fly-icon.svg);
}
.school__item-title--learn::before{
  background-image: url(../images/learn-icon.svg);
}

.school__item p{
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.school__item-text-live{
  margin-top: 22px;
}

.school__inners{
  padding: 178px 0;
  display: flex;
  flex: none;
}

.school__inner{
  width: 600px;
}

.school__inners p{
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;  
  margin-bottom: 30px;
}

.school__inner span{
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
}

.school-inner-rulers{
  width: 350px;
  position: relative;
}

.school-inner-rulers span{
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
}

.learn{
  background-image: url('../images/wawe.jpg');
  background-size: 50%;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 100px;
}

.learn__inner{
  max-width: 600px;
  padding-bottom: 247px;  
}

.learn__inner h2{
  text-align: start;
  padding-top: 200px;
  margin-bottom: 70px;
}

.learn__inner p{
  padding-top: 30px;
  padding-bottom: 347;
  max-width: 507px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.pop-up{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); 
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
  z-index: 10;
}

.pop-up.active{
  display: flex;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}

.pop-up__img{
  position: absolute;
  display: block;
  min-height: 50%;
  object-fit: cover;
  top: 50%;
  left: 50%;   
  border: 5px solid #035d54;
  transform: translate(-50%, -50%);
}

.galery__inner{
  margin-bottom: 150px;
  min-height: 977px;
}

.galery__inner h2{
  text-align: center;
  margin-bottom: 212px;
}

.galery__list{
  margin-bottom: 50px;
}

.galery__btn{
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  margin-right: 20px;
  transition: all, .3s;
  cursor: pointer;
}

.galery__btn.active{
  color: #00B2A0;
}

.galery__btn:hover{
  transition: all, .3s;
  color: #00B2A0;
}

.galery__btn-link{
}

.galery__item.tourist{
  display: none;
}

.galery__item.tourist.active{
  display: flex;
  justify-content: start;
  gap: 25px;
}

.galery__item.profi{
  display: none;
}

.galery__item.profi.active{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.galery__item.nation{
  display: none;
}

.galery__item.nation.active{
  display: flex;
  justify-content: start;
  gap: 25px;
}

.galery__item-wramper{
  display: none;
}
.galery__item-wramper.active{
  display: block;
  margin-bottom: 25px;
}

.galery__btn-add{
  display: none;
}

.galery__btn-add.active{
  display: block;
  transition: all, .3s;
  background-color: transparent;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  line-height: 18px;
  border: 1px solid #C4C4C4;
  padding: 24px 91px 23px;
}

.galery__btn-add:hover{
  cursor: pointer;
  transition: all, .3s;
  color: #00B2A0;
}

.galery__content{
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  min-height: 345px;
}

.galery__item{
  margin-bottom: 40px;
}

.galery__item-wramper{
  position: relative;
  cursor: pointer;
}

.galery__item-wramper.active:hover .galery-item-link{
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  transition: all, 1s;
}

.blockquote{
  padding: 80px 200px;
  background: #F8F8F8;
}

.blockquote-text{
  text-align: center;
  margin: 166px 0;
  font-style: italic;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
}

.blockquote-author{
  display: block;
  text-align: right;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.galery__video{
  background-image: url(../images/video-bg.jpg);
  min-height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 200px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galery__video-link{
  cursor: pointer;
  padding: 15px;
}

.video{
}

.galery__video-popup{
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); 
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
  z-index: 10;
}

.galery__video-popup.active{
  display: flex;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}

.galery__video-popup video{
  width: 70%;
  border: 2px solid #00B2A0;
}

.galery__figures{
  display: flex;
  justify-content: center;
}

.galery__figure{
  text-align: center;
  margin-right: 100px;
  margin-bottom: 10px;  
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  letter-spacing: 0.6px;
  color: #01353E;
  margin-bottom: 198px;
}

.galery__figures span{
  display: block;
  font-family: Roboto Condensed;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #242121;
}

.blog{
  position: relative;
  overflow: hidden;
}

.blog__items{
  position: relative;
  margin-bottom: 100px;
  display: flex;
  transition: all 0.5s;
  user-select: none;
  touch-action: pan-y;
  transform: translate3d(0, 0, 0);
}

.blog__inner-title{
  text-align: center;
  margin-bottom: 229px;
}

.blog__item{
  height: 800px;
  min-width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog__item::before{
  content:"";
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog__inner{
  display: block;
  position: absolute;
  left: -50%;
}

.blog__item-title{
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  color: #fff; 
  max-width: 600px;
  margin-top: 314px;
  margin-left: auto;
}

.blog__item-decrip{
  font-weight: 300;
  font-size: 14px;
  line-height: 18px; 
  color: #fff; 
  margin-bottom: 259px;
  max-width: 410px;
  margin-left: auto;
  margin-right: 192px;
}

.slick-dots{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: 144px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dot{
  font-size: 0;
  outline: none;
  padding: 0;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: relative;
}

.slick-dot span{
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  cursor: pointer;
}

.slick-dots li + li{
  margin-left: 15px;
}

.slick-dots .active{
  width: 15px;
  height: 15px;
  background-color:  #00B2A0;
  border: none;
}

.team{
  padding-bottom: 204px;
  text-align: center;  
}

.team-title{
  margin-bottom: 212px;
}

.team__inner{
  display: flex;
  justify-content: space-around;
}

.team__item img{
  margin-bottom: 25px;
}

.team-name{
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

.team-decrip{
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.pricing{
  padding: 200px 0;
  background-color: #F8F8F8;
}

.pricing__title{
  text-align: center;
  margin-bottom: 183px;
}

.pricing-items{
  display: flex;
  justify-content: space-around;
}

.pricing-item{
  background-color: #fff;
  width: 360px;
  
}

.pricing-item .pricing-item-list{
  margin: 45px auto;
  display: block;
  max-width: 300px;
}

.pricing-item-list li{
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.pricing-item-list .pricing-item-name{
  text-align: center;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 58px;
  color: #01353E;
  letter-spacing: 0;
}

.pricing-item-list .pricing-item-num{
  display: block;
  align-items: flex-end;
  margin-top: 61px;
  text-align: center;
  padding-right: 14px;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  color: #01353E;
}

.pricing-item-list sup{
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #01353E;
  vertical-align: 4px;
}

.map{
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map__inner{
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.connection{
  padding-bottom: 200px;
}

.connection h2{
  margin-bottom: 243px;
}

.connection__items{
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}

.form{
  max-width: 570px;
}

.form input{
  width: 100%;
  font-weight: normal;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border: none;
  border-bottom: 2px solid #DADADA;
  letter-spacing: 0.6px;
}

.form textarea{
  width: 100%;
  border: none;
  border-bottom: 2px solid #DADADA;
  letter-spacing: 0.6px;
  margin: 21px 0 72px;
  min-height: 156px;
  resize: none;
}

.form input::placeholder,
.form textarea::placeholder{
  max-width: 260px;
  color: #00B2A0;

}

.form button{
  display: inline-block;
  padding: 24px 111px 23px;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.connection__address{
  max-width: 50%;
  margin-left: auto;
  background-color: #F8F8F8;
}

.connection__address-inner{
  margin: 49px 221px 6px 52px;
}

.connection__address p,
.connection__address address{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-style: normal;  
  margin-bottom: 65px;
}

.connection__social{
  display: flex;
  justify-content: center;
}

.connection__social a{
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.3s;  
}

.connection__social li + li{
  padding-left: 10px;
}

.connection__social a:hover{
  color: #00B2A0;
}

.footer{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 100px 0;
  background-color: #00B2A0;
}
.footer__logo{
  width: 60px;
  height: 63px;
}

@media (max-width: 1700px){
  body.active{
    padding-right: 0;
  }
  .learn__inner h2{
    padding-top: 75px;
  }
  .learn__inner p{
    max-width: 100%;
    margin-right: 10px;
  }
  .pricing{
    margin: 0 20px;
  }
}

@media (max-width: 1300px){
  .school{
    padding: 75px 0 0;
  }
  .school__inners{
    padding: 75px 0;
  }  
  .learn{
    background-image: none;
  }
  .learn__inner{
    max-width: 100%;
    padding-bottom: 150px;
  }
  .galery__inner h2{
    margin-bottom: 100px;
  }
  .galery__content{
    column-gap: 20px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .galery__item{
    margin-bottom: 20px;
  }

  .galery__content img{
    object-fit: cover;
    height: 100%;
    background-position: center center;
  }
  .connection h2{
    margin-bottom: 75px;
  }
  .connection__items{
    display: block;
  }
  .form{
    max-width: 100%;
    margin-left: 50px;
  }
  .connection__address,
  .connection__address-inner{
    margin: 10px 10px;
    max-width: 100%;
  }
  .form{
    margin-left: 0;
  }
  .form button{
    display: block;
    margin: 10px auto 50px;
  }

}

@media (max-width: 1200px){
  .about,
  .school,
  .school__inners{
    padding: 75px 0;
  }
  .about__about__item{
    flex-direction: column;
    width: 100%;
  }
  .about__item-text{
    width: 100%;
  }
  .about__item-text p{
    margin: 0 10px 15px;
    max-width: 100%;
    height: 100%;
  }
  .title{
    font-size: 32px;
    line-height: 48px;
  }
  .about__inner-title{
    margin: 0 20px;
  }
  .blockquote{
    padding: 80px 40px;
  }
  .blockquote-text{
    margin: 75px 20px;
  }
  .blog__inner-title,
  .team-title{
    margin-bottom: 75px;
  }
  .blog__item-title{
    padding-right: 80px;
  }
  .pricing-item{
    padding: 0 20px;
  }
}

@media (max-width: 1100px){
  .team__inner{
    flex-wrap: wrap;
  }
  .team__item{
    width: 100%;
  }
  .team__item img{
    margin: 20px auto;
  }
  .pricing{
    padding: 75px 0;
  }
  .pricing__title{
    margin-bottom: 75px;
  }
  .pricing-items{
     flex-wrap: wrap;
  }
  .pricing-item{
    width: 100%;
    margin-bottom: 15px;
  }  
  .pricing-item-list{
    width: 100%;
  }
  .form button {
    max-width: 570px;
  }
}

@media (max-width: 990px){
  .logo__link{
    position: relative;
    z-index: 2;
  }
  .about__items{
    display: block;
  }
  .about__item{
    width: 100%;
  }
  .about__item p{
    max-width: 100%;
    padding-right: 20px;
    height: auto;
  }
  .about__item-text{
    max-width: 100%;
    height: auto;
  }
  .menu__items{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #00B2A0;;
    text-align: center;
    transform: translateY(-200%);
    transition: all 0.3s;    
  }
  .menu__items.active{
    transform: translateY(0%);
    transition: all 0.3s;  
    padding: 20px 0;
  }
  .menu__btn{
    display: block;
    margin-right: 40px;
    margin-top: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 2;
  }
  .header-top__inner.header-top__inner--active .menu__items{
    transform: translateY(0%);
    padding: 20px 0;
  }
  ul.menu-inner{
    padding: 95px 0 15px;
  }
  .menu__items{
    padding: 15px 0;
  }
  .menu__item + .menu__item{
    margin-left: 0px;
    margin-top: 15px;
  }
  .header__title{
    margin-top: 100px;  
    font-size: 180px;
    line-height: 210px;
  }
  .header__description {
    font-size: 22px;
    line-height: 22px;
  }
  .header__inner-title{
    font-size: 160px;
  }
  .school__items,
  .school__inners{
    display: block;
    width: 100%;
    justify-content: center;
  }
  .school{
    padding: 50px 0 0;
  }
  .school__head-title{
    margin-bottom: 40px;
  }
  .school__item{
    width: 100%;
    margin: 10px 0;
  }
  .school__item p,
  .school__inner p{
    margin: 0 10px 15px;
    height: 100%;
  }
  .school__inners{
    padding: 30px 0;
  }
  .school__inner{
    width: 100%;
    margin-top: 20px;
  }
  .school-inner-rulers{
    width: 100%;
    margin: 0 10px;
  }
  .school__inner span{
    position: absolute;
    right: 40px;
    top: 50px;
  }
  .school-inner-rulers{
    margin-bottom: 20px;
  }
  .galery__video{
    margin: 75px 0;
  }
  .galery__figures{
    flex-wrap: wrap;
    padding-bottom: 75px;
  }
  .galery__figure{
    width: 45%;
    margin: 15px 15px;
  }
}
@media (max-width: 840px){
  .blog__inner{
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .blog__item-title{
    padding-right: 0;
  }
  .about{
    padding: 40px 0;
  }
  .school-top__title{
    margin-bottom: 40px;
  }
  .learn__inner h2{
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .learn__inner{
    padding-bottom: 40px;
  }
  .galery__inner h2{
    margin-bottom: 10px;
  }
  .galery__btn-link{
    margin: 0 auto 40px;
  }
  .blog__items{
    margin-bottom: 60px;
  }
  .team{
    padding-bottom: 40px;
  }
  .team-title{
    margin-bottom: 0;
  }
  .connection{
    padding-bottom: 40px;
  }
  .connection__items{
    margin-bottom: 40px;
  }
  .footer{
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media (max-width: 580px){
  .header,
  .school,
  .about{
    width: 100%;
  }
  .header__title{
    font-size: 120px;
    line-height: 160px;
    margin-top: 120px; 
  }
  .header__inner-title{
    font-size: 100px;
  }
  .header__inner-description{
    padding: 0 20px;
  }
  .header__content{
    text-align: center;
  }  
  .header__description {
    font-size: 20px;
    line-height: 20px;
  }
  .about__inner-text p{
    margin: 0 10px 25px;
  }
  .school__inner span{
    top: 40px;
  }
  .school__head-title {
    padding: 0 20px;
  }
  .galery__inner h2{
    margin-bottom: 40px;
  }
  .galery__list{
    margin-bottom: 40px;
  }
  .galery__btn{
    display: block;
    margin: 0 auto 20px;
  }
  .galery__content{
    margin: 15 auto;
  }
  .galery__item{
    margin: 15px auto;
  }
  galery__btn-add{
    max-width: 200px;
  }
  .galery__btn-link{
    padding: 20px 10px 20px;
    margin-bottom: 75px;
  }
  .connection{
    padding-bottom: 75px;
  }
  .connection h2{
    margin: 0 20px;
  }
  .connection__items{
    margin-bottom: 75px;
  }
  .connection__social{
    display: block;
    text-align: center;
    margin: 20px 10px;
  }
  .connection__social li{
    margin-bottom: 15px;
  }
}

@media (max-width: 420px){
  .header__top{
    background-size: cover;
 }
}
@media (max-width: 395px){
  .header-top{
    background-size: cover;
  }
} 

@media (max-width: 380px){
  .header__title{
    font-size: 80px;
    line-height: 100px;
  }
  .school__inner span{
    top: 30px;
  }
  .blog__item-title{
    margin-top: 200px;
  }
  .form button {
    padding: 24px 33%;
    }
}

