* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.number {
    color: #4985FF;
}

/* Container */
.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100px;
    text-align: center;
    border-bottom: 1px solid #A1A1A1;
}

.header.fixed {
    position: fixed;
    background-color: #000;
    border: 0;
    height: 70px;
}

.header__menu {
    position: absolute;
    left: 50%;
    top: 40%;
}

.nav__link{
    margin-left: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.nav__link.mobile {
    display: none;
}

.nav__link.active {
    color: #999;
}

.burger {
    display: none;
    color: #fff;
    font-size: 22px;
    padding-left: 100%;
}


/* Main */
.main {
    position: relative;
    background: url("../images/bg.jpg") center no-repeat;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main__inner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 820px;
}

.main__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main__title {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 50px;
}

.main__button {
    width: 200px;
    height: 45px;
    border-radius: 20px;
    border-color: transparent;
    background-color: #4985FF;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(111, 111, 111, 0.25);
    margin-bottom: 60px;
}

.main__button:hover {
    cursor: pointer;
}

/* Services */
.services {
    width: 100%;
    min-height: 700px;
}

.services__inner {
    margin: 0 auto;
    text-align: center;
    padding-top: 110px;
}

.services__text {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 740px;
}

.services__title {
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 50px;
}

.services__subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin-bottom: 70px;
}

.services__items {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.item__inner {
    display: flex;
}

.item__img {
    width: 110px;
    height: 110px;
    margin-right: 15px;
}

.item__text {
    padding-top: 40px;
    text-align: left;
    width: 100%;
    max-width: 225px;
}

.item__title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.item__subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

/* Info */
.info {
    width: 100%;
    min-height: 800px;
    background-color: #F6F6F8;
}

.info__inner {
    display: flex;
    padding-top: 80px;
    justify-content: space-between;
    margin-bottom: 90px;
}

.info__text {
    max-width: 490px;
}

.info__title {
    margin-bottom: 40px;
    color: #323232;
    font-weight: bold;
    font-size: 36px;
}

.info__subtitle {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.intro__link {
    color: #4985FF;
}

.stat {
    border-top: 1px #E0E0E0 solid;
}

.stat__item {
    padding-top: 80px;
    margin-right: 100px;
}

.stat__inner {
    display: flex;
    padding-left: 150px;
}

.stat__item__inner {
    display: flex;
    margin-bottom: 17px;
}

.stat__img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.stat__item__title {
    color: #000;
    font-size: 36px;
    font-weight: normal;
}

.stat__item__text {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}


/* Works */
.works--purple {
    width: 100%;
    background: linear-gradient(to right, #504DC2, #5F12D0) ;
    max-height: 480px;
}

.works--white {
    width: 100%;
    min-height: 480px;
}

.works__inner {
    position: relative;
    top: 84px;
}

.works__text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.works__title {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    max-width: 540px;
}

.works__items {
 display: flex;
 justify-content: space-between;
 padding-bottom: 85px;

 border-bottom: 1px solid #E0E0E0;
}

.work__item {
    margin-right: 30px;
}

.work__item__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.work__item__text {
    max-width: 350px;
    font-weight: normal;
    font-size: 16px;
    color: #999;
    line-height: 25px;
    margin-bottom: 30px;
}

.work__img {
    margin-bottom: 30px;
}

.work__item__link {
    color: #4985FF;
}


/* Projects */
.projects {
    width: 100%;
    height: 100%;
    min-height: 800px;
    background-color: #F6F6F8;
}

.projects__inner {
    padding-top: 100px;
}

.projects__text {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 740px;
}

.project__title {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    margin-bottom: 50px;
}

.projects__subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin-bottom: 70px;
}

.projects__items {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.projects__img {
    width: 100%;
    margin-right: 30px;
}

.projects__button {
    width: 200px;
    height: 45px;
    border-radius: 20px;
    border-color: transparent;
    background-color: #4985FF;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(111, 111, 111, 0.25);
    position: relative;
    left: 40.5%;
}

.projects__button:hover {
    cursor: pointer;
}

/* Video */
.video {
    width: 100%;
    height: 100%;
    min-height: 1080px;
    position: relative;

    margin: 0 auto;
    text-align: center;
}

.video--bg {
    width: 100%;
    height: 100%;
    min-height: 570px;
    background: url("../images/video/video-bg.jpg") center no-repeat;
    background-size: cover;
}

.video--white {
    width: 100%;
    height: 100%;
}

.video__inner {
    position: absolute;

    left: 24%;

    padding-top: 70px;
}

.video__text {
    margin-bottom: 70px;
}

.video__title {
    font-weight: bold;
    font-size: 36px;
    color: #fff;

    margin-bottom: 30px;
}

.video__subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.video__block {
    position: relative;

    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 70px;

    margin-bottom: 60px;
}

.video__video {
    width: 100%;
}

.video__play {
    color: #5F12D0;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 46%;
    z-index: 1;

    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
    cursor: pointer;
    transition: .2s ease;
    transition-property: opacity, visibility;
}

.video__play:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 26px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-color: #fff;
    border-right-width: 0;
    transition: transform .2s ease;
}


/* mail */
.mail {
    width: 100%;
    height: 100%;
    min-height: 150px;
}

.mail__title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.mail__subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
}

.mail__button {
    width: 490px;
    height: 45px;
    margin-bottom: 35px;
}

.mail__text {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}

/* Footer */
.footer {
    width: 100%;
    height: 100%;
    min-height: 420px;
    background-color: #F6F6F8;
}

.footer__inner {
    padding-top: 70px;
}

.footer__items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;

    border-bottom: 1px #E0E0E0 solid;
}

.footer__item {
    margin-right: 40px;
}

.item__title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 35px;
}

.item__inner {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.footer__text {
    margin-left: 15px;
}

.footer__links {
    display: flex;
    flex-direction: column;
}

.footer__link {
    text-decoration: none;
    color: #999;
    margin-bottom: 30px;
}

.footer__link:before {
    content: ">";
    margin-right: 12px;
}

.footer__link:hover {
    text-decoration:underline;
}

.copyright {
    font-weight: normal;
    font-size: 13px;
    color: #999;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}


@media (max-width: 1280px) {
    /* Header */
    .header__menu {
        left: 25%;
    }

    /* Main */
    .main__title {
        font-size: 42px;
    }

    /* Stat */
    .stat__item {
    flex: none;
    width: 33.33333%;
    margin-right: 0;
    }

    .stat__inner {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 90px;
        padding-bottom: 50px;
    }

    /* Works */
    .works--purple {
        max-height: 1000px;
        height: 590px;
    }

    .works--white {
        height: 940px;
    }

    .works__text {
        justify-content: center;
        padding: 0 5%;
    }

    .works__items {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 10%;
        padding-bottom: 35px;
    }

    .work__item {
        width: 49%;
        flex: none;
        margin: 0;
        margin-bottom: 30px;
    }

    /* Projects */
    .projects__items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .projets__item {
        width: 34%;
        margin: 15px;
    }

    .projects__button {
        margin-bottom: 40px;
    }

    /* video */
    .video__inner {
        left: 9%;
        padding-top: 40px;
    }
}


@media (max-width: 990px) {
    /* Header */
    .header__menu {
        left: 12%;
    }

    /* Main */
    .main__title {
        font-size: 35px;
    }
    
    /* Services */
    .services__items {
        flex-wrap: wrap;
    }

    .services__title {
        font-size: 34px;
        margin-bottom: 36px;
    }

    .services__subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .services__inner {
        padding-top: 50px;
    }

    /* Info */
    .info__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .info__text {
        margin-bottom: 50px;
        text-align: center;
    }

    /* Works */
    .works--purple {
        max-height: 1000px;
        height: 590px;
    }

    .works--white {
        height: 1450px;
    }

    .works__items {
        padding-left: 28%;
        padding-bottom: 35px;
        border: 0;
    }

    .work__item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    /* Projects */
    .projects__inner {
        padding-top: 50px;
    }
    
    .project__title {
        margin-bottom: 40px;
    }

    .projects__subtitle {
        margin-bottom: 50px;
    }

    .projects__items {
        padding-bottom: 10px;
    }

    .projects__button {
        left: 36.5%;
    }

    /* video */
    .video__inner {
        left: 4%;
    }

    .video__video {
        width: 75%;
    }

    .video__play {
        top: 29%;
        left: 44%;
    }

    .video__block {
        border: 0;
        margin-bottom: 120px;
    }
}

@media (max-width: 770px) {
    /* Container */
    .container {
        padding: 0;
    }

    /* Header */
    .header__menu {
        left: 0;
    }

    .nav__link {
        margin-left: 25px;
    }

    /* Main */
    .main__title {
        font-size: 24px;
    }

    .main__subtitle {
        font-size: 14px;
    }

    /* Services */
    .services__items {
        flex-wrap: wrap;
    }

    .services__title {
        font-size: 28px;
    }

    .services__subtitle {
        font-size: 11px;
    }

    /* Info */
    .info__title {
        font-size: 33px;
    }

    .info__subtitle {
        font-size: 14px;
    }

    /* Stat */
    .stat__inner {
        padding-left: 60px;
    }

    /* Works */
    .works__text {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .works__title {
        margin-bottom: 45px;
        font-size: 32px;
    }

    .works--white {
        height: 1577px;
    }

    .works__items {
        padding-left: 23%;
    }

    /* Projects */
    .project__title {
        font-size: 32px;
    }

    .projects__subtitle {
        font-size: ;
    }

    .projects__button {
        left: 33.5%;
    }

    /* Video */
    .video__inner {
        left: 0%;
    }

    .video__block {
        margin-bottom: 20%;
    }

    /* footer */
    .footer__items {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 20px;
    }

    .footer__item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px;
    }

}

@media (max-width: 575px) {
    /* Header */
    .nav {
        display: none;
    }

    .nav.active {
        display: block;
        position: absolute;
        top: 120%;
        background-color: #000;
        padding: 10px 0;
        width: 100%;
    }

    .nav__link {
        margin: 0 5px;
    }
    
    .burger {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        padding-left: 0;
    }

    .header {
        height: 65px;
    }

    .header.fixed {
        height: 55px;
    }

    .header__menu {
        top: 35%;
        width: 100%;
    }


    /* Main */
    .main__title {
        font-size: 18px;
    }

    /* Info */

    .info__inner {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .info__title {
        font-size: 30px;
    }

    .info__subtitle {
        font-size: 13px;
        padding-right:20px;
    }

    .info__img {
        width: 350px;
        height: 270px;
    }

    /* Stat */
    .stat__inner {
        padding-left: 35%;
    }

    .stat__item{
        width: 100%;
    }

    /* Works */
    .works--white {
        height: 1610px;
    }

    .works__text {
        margin-bottom: 0;
    }

    .works__items {
        padding-left: 12%;
    }
    
    .work__img {
        width: 80%;
    }

    /* Projects */
    .projects__button {
        left: 27.5%;
    }

    .projects {
        min-height: 735px;
    }

    /* video */
    .video {
        min-height: 660px;
    }

    .video__inner {
        position: relative;
        padding-bottom: 40px;
    }

    .video__block {
        padding-bottom: 0;
        margin-bottom: 6%;
    }

    .mail__button {
        width: 80%;
    }

    .mail__title {
        color: #fff;
    }

    .mail__subtitle {
        color: #fff;
    }

    .mail__text {
        color: #fff;
    }

    .video--white {
        display: none;
    }

    /* footer */
    .footer__item {
        width: 100%;
    }

    .footer__items {
        padding-bottom: 13px;
    }
}

@media (max-width: 420px) {
    /* Info */
    .info__img {
        width: 310px;
    }
    
    /* Works */
    .works--white {
        height: 1375px;
    }

    .works__title {
        font-size: 25px;
    }

    /* Projects */
    .projects__button {
        left: 20.5%;
    }
    
    .projects {
        min-height: 686px;
    }
}











