*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
}

ol,
ul{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrapper{
    width: 100%;
    min-width: 320px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.container{
    width: 1240px;
    margin: 0 auto;
}


.header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 3;
}

.header--fixed{
    position: fixed;
    top: 0;
    left: 0;
    background: #0E0E0E;
}

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

.header__leng-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 3;
    padding-top: 5px;
}

.header__leng-item{
    font-size: 17px;
    font-weight: 400;
    color: #f9f9f9;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 3px 0;
    border-bottom: 1px solid rgba(249, 249, 249, 0);
    transition: .2s;
    line-height: 1;
}

.header__leng-item--active{
    color: #b5b5b5;
}

.header__leng-item:last-child{
    margin-right: 0;
}

.header__leng-item:hover{
    border-bottom: 1px solid #f9f9f9;
}

.header__leng-item--active:hover{
    border-bottom: 1px solid #b5b5b5;
}

.header__nav-list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__nav-item{
    margin-right: 35px;
}

.header__nav-item:last-child{
    margin-right: 0;
}

.header__nav-link{
    font-size: 17px;
    font-weight: 400;
    color: #f9f9f9;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 0;
    border-bottom: 1px solid rgba(249, 249, 249, 0);
    transition: .2s;
    line-height: 1;
}

.header__nav-link:hover{
    border-bottom: 1px solid #f9f9f9;
}

.header__burger{
    display: none;
}


.hero{
    height: 100vh;
    background: #4e4e4e;
    position: relative;
}

.hero__overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.75);
}

.hero__video{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.hero__container{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero__title-box{
    max-width: 720px;
}

.hero__title{
    color: #ffffff;
    font-size: 85px;
    font-weight: 200;
    margin: 0;
    margin-bottom: 20px;
}

.hero_subtitle{
    color: rgba(250,250,250,0.7);
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.5px;
}


.about{
    padding-top: 100px;

}


.about__container {
    padding: 0 135px;
}


.about__title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}


.about__content{
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.about__content-link{
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #25A0E4;
    text-align: center;
}

.text__last{
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}


.trailer{
    padding-top: 100px;
}

.trailer__container{
    height: 550px;
    padding: 0 135px;
}

.trailer__video{
    width: 100%;
    height: 100%;
}


.workshop{
    padding-top: 100px;
}

.workshop__container{
    padding: 0 135px;
}

.workshop__title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.workshop__content{
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.workshop__content-link{
    font-weight: 400;
    color: #25A0E4;
}

.workshop__link{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #25A0E4;
}


.media{
    padding-top: 100px;
}

.media__title{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #333333;
    margin-bottom: 35px;
}

.media__items-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: -15px;
    margin-bottom: 20px;
}

.media__item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: calc(33.33% - 30px);
    height: 180px;
    margin: 15px;
    padding: 15px;
    position: relative;
}

.media__img{
    position: absolute;
    top: 0;
    left: 0;
}

.media__item-lang{
    display: block;
    padding: 5px 7px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: #00A4E3;
    z-index: 1;
}

.media__item-name{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.media__content{
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 50px;
    padding: 0 135px;
}

.media__link{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #25A0E4;
}


.team{
    padding-top: 100px;
}

.team__container {
    background: url(../img/team2.jpg);
    background-size: cover;
    background-position: center;
}

.team__content-box{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 120px;
    /* background: rgba(255, 255, 255, 0.9);*/
}

.team__title{
    padding-left: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    /*color: #333333;*/
    color: #fff;
    margin-bottom: 25px;
}

.team__item{
    display: block;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 500px;
}

.team__description{
    display: block;
    width: 50%;
    text-align: right;
    font-weight: 300;
    font-size: 22px;
    /*color: #4F4F4F;*/
    color: #fff;
    margin-right: 25px;
}

.team__name{
    display: block;
    width: 50%;
    text-align: right;
    font-weight: 400;
    font-size: 22px;
    color: #25A0E4;
}


.company__name{
    text-align: center;
    display: block;
    width: 50%;
    font-weight: 400;
    font-size: 22px;
    color: #25A0E4;
}

.footer{
    padding-top: 160px;
    padding-bottom: 120px;
}

.footer__content-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__donate{
    width: 30%;
}

.footer__title{
    display: block;
    max-width: 330px;
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 25px;
}

.footer__donate .footer__title{
    margin-bottom: 10px;
}

.footer__donate-link{
    font-size: 22px;
    font-weight: 300;
    color: #25A0E4;
}

.footer__contact{
    width: 25%;
}

.footer__contact-text{
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: #25A0E4;
    margin-bottom: 10px;
}

.footer__contact-text--adress{
    color: #333333;
}

.footer__contact-num{
    font-size: 22px;
    font-weight: 300;
    color: #25A0E4;
}

.footer__contact-text:last-child{
    margin-bottom: 0;
}

.footer__about{
    width: 30%;
}

.footer__about-text{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    color: #333333;
}


@media (max-width: 1440px){

    .wrapper{
        padding: 0 calc(15px + (60 - 15) * ((100vw - 568px) / 872));
    }

    .container{
        width: 100%;
    }


    .header{
        padding: calc(10px + (30 - 10) * ((100vw - 568px) / 872)) calc(15px + (60 - 15) * ((100vw - 568px) / 872));
    }

    .header__leng-item{
        margin-right: calc(10px + (15 - 10) * ((100vw - 568px) / 872));
    }

    .header__nav-item{
        margin-right: calc(20px + (35 - 20) * ((100vw - 568px) / 872));
    }


    .hero__title{
        font-size: calc(45px + (85 - 45) * ((100vw - 568px) / 872));
        margin-bottom: calc(10px + (20 - 10) * ((100vw - 568px) / 872));
    }

    .hero_subtitle{
        font-size: calc(21px + (24 - 21) * ((100vw - 568px) / 872));
        line-height: calc(20px + (29 - 20) * ((100vw - 568px) / 872));
    }


    .about{
        padding-top: calc(60px + (100 - 60) * ((100vw - 568px) / 872));
    }

    .about__container{
        padding: 0 calc(40px + (135 - 40) * ((100vw - 568px) / 872));
    }

    .about__title-box{
        margin-right: calc(15px + (30 - 15) * ((100vw - 568px) / 872));
    }

    .about__title{
        margin-bottom: calc(24px + (30 - 24) * ((100vw - 568px) / 872));
    }

    .about__content-item{
        margin-right: calc(15px + (30 - 15) * ((100vw - 568px) / 872));
    }

    .about__content{
        font-size: calc(18px + (22 - 18) * ((100vw - 568px) / 872));
        margin-bottom: calc(10px + (35 - 10) * ((100vw - 568px) / 872));
    }

    .about__content-link{
        font-size: calc(24px + (26 - 24) * ((100vw - 568px) / 872));
        line-height: calc(20px + (30 - 20) * ((100vw - 568px) / 872));
    }


    .trailer{
        padding-top: calc(60px + (100 - 60) * ((100vw - 568px) / 872));
    }

    .trailer__container{
        height: calc(260px + (580 - 260) * ((100vw - 568px) / 872));
        padding: 0 calc(40px + (135 - 40) * ((100vw - 568px) / 872));
    }


    .workshop{
        padding-top: calc(60px + (100 - 60) * ((100vw - 568px) / 872));
    }

    .workshop__container{
        padding: 0 calc(40px + (135 - 40) * ((100vw - 568px) / 872));
    }

    .workshop__title{
        margin-bottom: calc(24px + (30 - 24) * ((100vw - 568px) / 872));
    }

    .workshop__content{
        font-size: calc(18px + (22 - 18) * ((100vw - 568px) / 872));
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 568px) / 872));
    }

    .workshop__link{
        font-size: calc(24px + (26 - 24) * ((100vw - 568px) / 872));
        line-height: calc(20px + (30 - 20) * ((100vw - 568px) / 872));
    }


    .media{
        padding-top: calc(60px + (100 - 60) * ((100vw - 568px) / 872));
    }

    .media__title{
        margin-bottom: calc(20px + (35 - 20) * ((100vw - 568px) / 872));
    }

    .media__items-box{
        margin-bottom: calc(10px + (20 - 10) * ((100vw - 568px) / 872));
    }

    .media__item{
        height: calc(150px + (180 - 150) * ((100vw - 568px) / 872));
    }

    .media__item-lang{
        font-size: calc(16px + (18 - 16) * ((100vw - 568px) / 872));
    }

    .media__item-name{
        font-size: calc(16px + (18 - 16) * ((100vw - 568px) / 872));
    }

    .media__content{
        font-size: calc(18px + (22 - 18) * ((100vw - 568px) / 872));
        margin-bottom: calc(30px + (50 - 30) * ((100vw - 568px) / 872));
        padding: 0 calc(40px + (135 - 40) * ((100vw - 568px) / 872));
    }

    .media__link{
        font-size: calc(24px + (26 - 24) * ((100vw - 568px) / 872));
        line-height: calc(20px + (30 - 20) * ((100vw - 568px) / 872));
    }


    .team{
        padding: 0;
        padding-top: calc(60px + (100 - 60) * ((100vw - 568px) / 872));
    }

    .team__content-box{
        padding-top: calc(25px + (80 - 25) * ((100vw - 568px) / 872));
        padding-right: calc(10px + (80 - 10) * ((100vw - 568px) / 872));
        padding-left: calc(10px + (80 - 10) * ((100vw - 568px) / 872));
        padding-bottom: calc(25px + (120 - 25) * ((100vw - 568px) / 872));
    }

    .team__content{
        width: 100%;
    }

    .team__title{
        font-size: calc(14px + (16 - 14) * ((100vw - 568px) / 872));
        margin-bottom: calc(20px + (25 - 20) * ((100vw - 568px) / 872));
        padding-left: 70px;
    }

    .team__item{
        margin-bottom: calc(10px + (15 - 10) * ((100vw - 568px) / 872));
        width: 100%;
    }

    .team__description{
        font-size: calc(16px + (18 - 16) * ((100vw - 568px) / 872));
        margin-right: calc(10px + (25 - 10) * ((100vw - 568px) / 872));
        width: 55%;
    }

    .team__name{
        font-size: calc(16px + (18 - 16) * ((100vw - 568px) / 872));
        margin-right: calc(10px + (25 - 10) * ((100vw - 568px) / 872));
        width: 45%;
    }

    .company__name{
        font-size: calc(16px + (18 - 16) * ((100vw - 568px) / 872));
        width: 45%;
    }

    .footer{
        padding-top: calc(70px + (160 - 70) * ((100vw - 568px) / 872));
        padding-bottom: calc(40px + (120 - 40) * ((100vw - 568px) / 872));
    }

    .footer__title{
        font-size: calc(24px + (30 - 24) * ((100vw - 568px) / 872));
        margin-bottom: calc(15px + (25 - 15) * ((100vw - 568px) / 872));
    }

    .footer__donate-link{
        font-size: calc(17px + (18 - 17) * ((100vw - 568px) / 872));
    }

    .footer__contact-text{
        font-size: calc(17px + (18 - 17) * ((100vw - 568px) / 872));
        margin-bottom: calc(5px + (10 - 5) * ((100vw - 568px) / 872));
    }

    .footer__contact-num{
        font-size: calc(17px + (18 - 17) * ((100vw - 568px) / 872));
    }

    .footer__about-text{
        font-size: calc(17px + (18 - 17) * ((100vw - 568px) / 872));
    }

}

@media (max-width: 1279px) and (orientation:portrait){

    .hero{
        height: 70vh;
    }

    .hero__overlay{
        height: 70vh;
    }

    .hero__video{
        height: 70vh;
    }

}

@media (max-width: 1080px){

    .about__title-box{
        width: 35%;
    }

    .about__content-box{
        width: 60%;
        flex-direction: column;
    }

    .about__content-item{
        width: 100%;
        margin-right: 0;
    }

    .about__content-link{
        max-width: 100%;
    }


    .media__items-box{
        margin: -10px;
    }

    .media__items-box{
        margin-bottom: calc(10px + (20 - 10) * ((100vw - 568px) / 872));
    }

    .media__item{
        width: calc(33.33% - 20px);
        margin: 10px;
        padding: 10px;
    }

}

@media (max-width: 823px){

    .hero__title-box{
        max-width: 70%;
    }

    .about__title-box{
        width: 32%;
    }

    .about__content-box{
        width: 68%;
    }


    .media__item{
        width: calc(50% - 20px);
    }

    .team__content-box{
        width: 60%;
    }


    .footer__content-wrap{
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer__donate{
        width: 40%;
    }

    .footer__contact{
        width: 40%;
    }

    .footer__about{
        padding-top: 35px;
        width: 100%;
    }

}

@media (max-width: 767px){

.team__content-box {
    background: rgba(255, 255, 255, 0.9);
}

 .team__title {
    color: #333333;
}

.team__description {
    color: #4F4F4F;
}

.header__nav-list{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    background: #0E0E0E;
    padding: calc(15px + (60 - 15) * ((100vw - 568px) / 872));
    transform: translateX(-110%);
    transition: .2s;
}

.header__nav-list--open{
    transform: translateY(0);
}

.header__nav-item{
    margin-right: 0;
    margin-bottom: 10px;
}

.header__nav-item:last-child{
    margin-bottom: 0;
}

.header__burger{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(25px + (30 - 25) * ((100vw - 568px) / 872));
    height: calc(20px + (20 - 20) * ((100vw - 568px) / 872));
    position: relative;
    z-index: 3;
}

.header__burger-item{
    width: 100%;
    height: 2px;
    background: #fff;
}

}

@media (max-width: 767px) and (orientation:portrait){

    .wrapper{
        padding: 0 calc(15px + (50 - 15) * ((100vw - 320px) / 447));
    }

    .header{
        padding: calc(15px + (25 - 15) * ((100vw - 320px) / 447)) calc(15px + (50 - 15) * ((100vw - 320px) / 447));
    }

    .header__leng-item{
        margin-right: calc(10px + (15 - 10) * ((100vw - 320px) / 447));
    }

    .header__nav-list{
        padding: calc(15px + (50 - 15) * ((100vw - 320px) / 447));
    }

    .header__nav-item{
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }


    .hero{
        height: 100vh;
    }

    .hero__overlay{
        height: 100vh;
    }

    .hero__video{
        height: 100vh;
    }

    .hero__title-box{
        max-width: 80%;
    }

    .hero__title{
        font-size: calc(40px + (65 - 40) * ((100vw - 320px) / 447));
        margin-bottom: calc(15px + (25 - 15) * ((100vw - 320px) / 447));
    }

    .hero_subtitle{
        font-size: 21px;
        line-height: 25px;
    }


    .about{
        padding-top: calc(60px + (100 - 60) * ((100vw - 320px) / 447));
    }

    .about__container{
        padding: 0;
    }

    .about__title-box{
        margin-right: calc(15px + (30 - 15) * ((100vw - 320px) / 447));
    }

    .about__title{
        font-size: 14px;
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }

    .about__content-item{
        margin-right: 0;
    }

    .about__content{
        font-size: 18px;
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }

    .about__content-link{
        font-size: 24px;
        line-height: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }


    .trailer{
        padding-top: calc(60px + (100 - 60) * ((100vw - 320px) / 447));
    }

    .trailer__container{
        height: calc(180px + (380 - 180) * ((100vw - 320px) / 447));
        padding: 0;
    }


    .workshop{
        padding-top: calc(60px + (100 - 60) * ((100vw - 320px) / 447));
    }

    .workshop__container{
        padding: 0;
    }

    .workshop__title{
        font-size: 14px;
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }

    .workshop__content{
        font-size: 18px;
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }

    .workshop__link{
        font-size: 24px;
        line-height: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }


    .media{
        padding-top: calc(60px + (100 - 60) * ((100vw - 320px) / 447));
    }

    .media__title{
        font-size: 14px;
        margin-bottom: calc(20px + (35 - 20) * ((100vw - 320px) / 447));
    }

    .media__items-box{
        margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / 447));
    }

    .media__item{
        height: calc(150px + (180 - 150) * ((100vw - 320px) / 447));
    }

    .media__item-lang{
        font-size: 17px;
    }

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

    .media__content{
        font-size: 18px;
        margin-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / 447));
        padding: 0;
    }

    .media__link{
        font-size: 24px;
        line-height: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }


    .team{
        padding: 0;
        padding-top: calc(60px + (100 - 60) * ((100vw - 320px) / 447));
    }

    .team__content-box{
        width: calc(300px + (500 - 300) * ((100vw - 320px) / 447));
        padding: calc(20px + (40 - 20) * ((100vw - 320px) / 447)) calc(15px + (30 - 15) * ((100vw - 320px) / 447));
        justify-content: center;
    }

    .team__title{
        padding-left: 20px;
        margin-bottom: calc(20px + (25 - 20) * ((100vw - 320px) / 447));
    }

    .team__item{
        margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / 447));
    }

    .team__description{
        font-size: 22px;
        margin-right: calc(10px + (25 - 10) * ((100vw - 320px) / 447));
        width: 50%;
    }

    .team__name{
        font-size: 22px;
        margin-right: calc(10px + (25 - 10) * ((100vw - 320px) / 447));
        width: 50%;
    }

    .company__name{
        font-size: 22px;
        width: 50%;
    }

    .footer{
        padding-top: calc(70px + (160 - 70) * ((100vw - 320px) / 447));
        padding-bottom: calc(40px + (120 - 40) * ((100vw - 320px) / 447));
    }

    .footer__title{
        font-size: 24px;
        margin-bottom: calc(10px + (25 - 10) * ((100vw - 320px) / 447));
    }

    .footer__donate-link{
        font-size: 22px;
    }

    .footer__contact-text{
        font-size: 22px;
        margin-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / 447));
    }

    .footer__contact-num{
        font-size: 22px;
    }

    .footer__about-text{
        font-size: 22px;
    }

}

@media (max-width: 480px) and (orientation:portrait){

    .hero__title-box{
        max-width: 90%;
    }

    .about__container{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .about__title-box{
        width: 75%;
        margin-right: 0;
        margin-bottom: calc(10px + (35 - 10) * ((100vw - 320px) / 447));
    }

    .about__content-box{
        width: 75%;
    }

    .about__content-item{
        width: 100%;
    }


    .media__items-box{
        margin: 0;
        margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / 447));
    }

    .media__item{
        width: 100%;
        margin: 0;
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / 447));
    }

    .team__content-box{
        width: 100%;
    }

    .footer__donate{
        width: 100%;
    }

    .footer__contact{
        padding-top: 35px;
        width: 100%;
    }

}

@media (max-width: 374px) and (orientation:portrait){

    .about__title-box{
        width: 100%;
    }

    .about__content-box{
        width: 100%;
    }

}
