/*Banner*/
.banner {
    padding: 209px 0 158px;
    background: linear-gradient(180deg, #053ADD 0.01%, #000000 63.61%);
}

.banner .container {
    display: flex;
}

.banner .left {
    max-width: 635px;
    width: 100%;
}

.banner h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner h1 {
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    margin-bottom: 20px;
}

.banner h1 span {
    font-family: inherit;
    font-size: inherit;
    opacity: .3;
}

.banner p.desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #ACAFB9;
    margin-bottom: 50px;
}

.banner .list {
    display: flex;
    flex-wrap: wrap;
}

.banner .list .item {
    width: 33.3%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.banner .item i {
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.banner .item i.icon-steamVr {
    background: url('../assets/img/gates01/icons/icon-steamVr.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-hyper {
    background: url('../assets/img/gates01/icons/icon-hyper.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-omnidirectional {
    background: url('../assets/img/gates01/icons/icon-omnidirectional.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-vest {
    background: url('../assets/img/gates01/icons/icon-vest.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-gloves {
    background: url('../assets/img/gates01/icons/icon-gloves.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-motion {
    background: url('../assets/img/gates01/icons/icon-motion.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-headset {
    background: url('../assets/img/gates01/icons/icon-headset.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item i.icon-effective {
    background: url('../assets/img/gates01/icons/icon-effective.svg') no-repeat 0 0;
    background-size: contain;
}

.banner .item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #ACAFB9;
}

.banner .right {
    position: absolute;
    left: 635px;
    bottom: -158px;
    max-width: 705px;
    width: 100%;
    z-index: -1;
}

.banner .right img {
    width: 100%;
}
/*endsection*/

@media (max-width: 480px) {
    /*Banner*/
    .banner {
        background: none;
        padding: 114px 0 0;
        margin-bottom: 70px;
    }

    .banner .container {
        flex-direction: column;
        padding: 0;
    }

    .banner .left {
        max-width: 100%;
        padding: 0 20px;
    }

    .banner h2 {
        text-align: center;
    }

    .banner h1 {
        font-size: 36px;
        line-height: 150%;
        text-align: center;
        margin-bottom: 40px;
    }

    .banner p.desc {
        text-align: center;
        padding-bottom: 470px;
    }

    .banner .list {
        justify-content: space-between;
    }

    .banner .list .item {
        width: 48%;
    }

    .banner .item span {
        font-size: 14px;
        line-height: 22px;
        width: calc(100% - 34px);
    }

    .banner .list .item span br {
        display: none;
    }

    .banner .right {
        position: absolute;
        left: calc((100% - 481px)/2);
        bottom: unset;
        width: 481px;
        height: 958px;
        background: linear-gradient(180deg, #053ADD 0.01%, #000000 63.61%);
        display: flex;
        align-items: flex-end;
        top: -114px;
    }
    /*endsection*/
}

@media (max-width: 375px) {
    /*Banner*/
    .banner .list .item {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .banner .item i {
        width: 32px;
        height: 32px;
        margin: 0 0 10px 0;
    }

    .banner .item span {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .banner .right {
        height: 982px;
    }
    /*endsection*/
}
