/* xs */
@media screen and (min-width: 1px) {

    #page-header::before{
        height: 85px;
    }

    .h1{
        font-size: 20px;
        line-height: 25px;
    }

    .parallax-title {
        font-size: 80px;
    }
    .intro-logo{
        width: 160px;
    }

    .contacts-list {
        margin-bottom: 40px;
    }

    .contacts-list li {
        margin-bottom: 15px;
    }

    .btn--video {
        padding: 20px 30px 20px 0;
    }

    .btn--video .btn--caption{
        font-size: 16px;
    }

    .video--image {
        height: 100%;
        position: absolute;
        width: 100%;
        background: no-repeat center/cover;
    }

    .social-list li {
        padding-left: 30px;
    }

    .result--number {
        font-size: 50px;
    }

    .result--caption {
        font-size: 16px;
        font-weight: 700;
    }

    .result--description p{
        font-size: 14px;
    }

    .widget{
        margin-top: 60px;
    }

    .widget:first-child{
        margin-top: 0;
    }

    .widget-primary-title + .widget,
    .widget-secondary-title + .widget{
        margin-top: 25px;
    }

    .widget-video--frame iframe{
        position: absolute;
    }

    .widget-secondary-title{
        font-size: 25px;
        line-height: 30px;
    }

    .widget-footnote{
        margin-top: 25px;
    }
}
/* sm */
@media screen and (min-width: 767px){

    .h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .small-logo {
        width: 75px;
        top: 50px;
    }

    .intro-title--wrapper {
        width: 100%;
    }

    .video--title span {
        font-size: 25px;
        padding: 8px;
    }

    .video--subtitle span{
        font-size: 25px;
        padding: 8px;
    }

    .team-member--title span {
        font-size: 15px;
        padding: 6px;
    }

    .team-member--subtitle span {
        font-size: 15px;
        padding: 6px;
    }

    .parallax-title {
        font-size: 100px;
    }

    .achievement {
        width: 140px;
        height: 140px;
        margin: 30px;
    }

    .vrtgo-label.--right {
        width: 250px;
        top: 30px;
        right: 0;
        transform: translateY(-50%);
    }

    .vrtgo-label.--left {
        width: 250px;
        top: 50px;
        left: 0;
        transform: translateY(-50%);
    }

    .result--number {
        font-size: 36px;
    }

    .result--caption {
        font-size: 18px;
    }

    .widget{
        margin-top: 60px;
    }

    .widget:first-child{
        margin-top: 0;
    }

    .widget-primary-title + .widget,
    .widget-secondary-title + .widget{
        margin-top: 25px;
    }

    .widget-video--frame iframe{
        position: absolute;
    }

    .widget-secondary-title{
        font-size: 25px;
        line-height: 30px;
    }

    .widget-footnote{
        margin-top: 25px;
    }


}

/*md*/
@media screen and (min-width: 1023px){

    .intro-small-logo{
        width: 90px;
        top: 75px;
    }

    .achievement{
        width: 220px;
        height: 200px;
        margin-bottom: 60px;
    }

    .widget{
        margin-top: 60px;
    }

    .widget:first-child{
        margin-top: 0;
    }

    .widget-primary-title + .widget,
    .widget-secondary-title + .widget{
        margin-top: 25px;
    }

    .widget-video--frame iframe{
        position: absolute;
    }

    .widget-secondary-title{
        font-size: 25px;
        line-height: 30px;
    }

    .widget-footnote{
        margin-top: 25px;
    }

}

/* bg */
@media screen and (min-width: 1200px){

    .parallax-title {
        font-size: 140px;
    }

    .small-logo {
        width: 90px;
        top: 48px;
    }

    .intro-logo{
        width: 300px;
    }

    .intro-title--wrapper.--left{
        padding-right: 100px;
    }

    .intro-title--wrapper.--right{
        padding-left: 100px;
    }

    .video--title span {
        font-size: 25px;
        padding: 8px;
    }

    .video--subtitle span{
        font-size: 15px;
        padding: 6px;
    }

    .team-member--title span {
        font-size: 25px;
        padding: 8px;
    }

    .team-member--subtitle span {
        font-size: 20px;
        padding: 6px;
    }

    .contacts-bg {
        max-width: 290px;
    }

    .map--wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .btn--showreel {
        padding: 35px 40px 35px 0;
    }

    .btn--showreel .btn--caption{
        font-size: 28px;
    }

    .btn--showreel:hover{
        transform: translate(-50%,-50%) scale(0.9)
    }

    .menu--images {
        width: 600px;
        height: 600px;
        right: 50px;
    }

    .about--image{
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 0;
    }

    .video--image
    {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .contacts-list {
        margin-bottom: 75px;
    }

    .social-list li {
        padding-left: 40px;
    }

    .vrtgo-label.--right {
        width: 200px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .vrtgo-label.--left {
        width: 200px;
        top: 100px;
        left: 0;
        transform: translateY(-50%);
    }

    .achievement {
        width: 220px;
        height: 200px;
        margin-bottom: 60px;
    }

    .result--number {
        font-size: 50px;
    }

    .result--caption {
        font-size: 20px;
    }

    .result--description p{
        font-size: 16px;
    }

    .widget{
        margin-top: 60px;
    }

    .widget:first-child{
        margin-top: 0;
    }

    .widget-primary-title + .widget,
    .widget-secondary-title + .widget{
        margin-top: 50px;
    }

    .widget-video--frame iframe{
        position: absolute;
    }

    .widget-secondary-title{
        font-size: 25px;
        line-height: 30px;
    }

    .widget-footnote{
        margin-top: 50px;
    }

}
/* lg */
@media screen and (min-width: 1364px) {

    .about--image {
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
        z-index: 0;
    }

    .widget{
        margin-top: 60px;
    }

    .widget:first-child{
        margin-top: 0;
    }

    .widget-primary-title + .widget,
    .widget-secondary-title + .widget{
        margin-top: 50px;
    }

    .widget-video--frame iframe{
        position: absolute;
    }

    .widget-secondary-title{
        font-size: 25px;
        line-height: 30px;
    }

    .widget-footnote{
        margin-top: 50px;
    }


}
@media screen and (min-width: 1599px){

    .parallax-title {
        font-size: 170px;
    }

    .primary-title{
        font-size: 50px;
    }

    .h1{
        font-size: 50px;
        line-height: 60px;
    }


    .about--content--text{
        font-size: 20px;
    }

    .about--content--text p{
        margin-bottom: 20px;
    }

    .intro-small-logo{
        width: 120px;
        top: 100px;
    }

    .intro-logo{
        width: 400px;
    }

    .intro-title--wrapper.--left{
        padding-right: 130px;
    }

    .intro-title--wrapper.--right{
        padding-left: 130px;
    }

    .about--wrapper{
        max-width: 1200px;
    }

    .video--title span{
    }

    .video--subtitle span{
    }

    .team-member--title span{
        font-size: 20px;
        padding: 8px;
    }

    .team-member--subtitle span{
        font-size: 20px;
        padding: 8px;
    }

    .map--wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn--showreel {
        padding: 50px 50px 50px 0;
    }

    .btn--showreel .btn--caption{
        font-size: 45px;
    }

    .video--image {
        margin-bottom: 30px;
    }

    .social-list li {
        padding-left: 50px;
    }

    .vrtgo-label.--right {
        width: 360px;
    }

    .vrtgo-label.--left {
        width: 360px;
        top: 470px;
        left: 0;
        transform: translateY(-50%);
    }

    .achievement{
        width: 200px;
        height: 200px;
        margin: 40px;
    }


    .accent-text,
    .quotation-text{
        font-size: 26px;
        line-height: 150%;
    }

    .quotation-author{
        font-size: 20px;
    }

    .result--number {
    }

    .result--caption {
        font-size: 25px;
    }

    .result--description p{
        font-size: 20px;
    }

    .widget{
        margin-top: 60px;
    }

    .widget:first-child{
        margin-top: 0;
    }

    .widget-primary-title + .widget,
    .widget-secondary-title + .widget{
        margin-top: 50px;
    }

    .widget-video--frame iframe{
        position: absolute;
    }

    .widget-secondary-title{
        font-size: 25px;
        line-height: 30px;
    }

    .widget-footnote{
        margin-top: 50px;
    }

}
