/*hero*/
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero .video-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero .video-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 94.97%);
    z-index: 0;
}

.hero .video-block video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: -1;
}

.hero .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .text-block h1 {
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero .text-block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero .text-block span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 18px;
    margin-left: 12px;
}

.hero .text-block span.two-dots {
    padding-right: 18px;
}

.hero .text-block span::before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
}

.hero .text-block span.two-dots::after {
    content: '';
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
}
/*endsection*/

/*gif-list*/
.gif-list .item .text span {
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
}

.gif-list .item .text p {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
}
/*endsection*/

/*features*/
.features {
    position: relative;
    margin-bottom: 150px;
}

.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2362px;
    margin: 0 auto;
    background: linear-gradient(180deg, #000000 0%, #0A0630 40.1%, #2A003B 100%);
    z-index: -1;
}

.features .list {
    display: flex;
    justify-content: space-between;
}

.features .item {
    max-width: 393px;
    width: 100%;
}

.features .illustration {
    display: flex;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.features .illustration img {
    display: flex;
    width: 100%;
}

.features .text {
    min-height: 234px;
    height: auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 0px 20px 20px;
}

.features .text p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.features .text span {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ACAFB9;
}
/*endsection*/

/*who-play*/
.who-play {
    margin-bottom: 170px;
}

.who-play .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.who-play .item {
    max-width: 393px;
    width: 100%;
    margin-bottom: 50px;
}

.who-play .item h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    text-transform: uppercase;
}

.who-play .item i {
    display: flex;
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
}

.who-play .item i.icon-team {
    background-image: url('../assets/img/metaverse-expo/icons/icon-team.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.who-play .item i.icon-parties {
    background-image: url('../assets/img/metaverse-expo/icons/icon-parties.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.who-play .item i.icon-couples {
    background-image: url('../assets/img/metaverse-expo/icons/icon-couples.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.who-play .item i.icon-families {
    background-image: url('../assets/img/metaverse-expo/icons/icon-families.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.who-play .item i.icon-fitness {
    background-image: url('../assets/img/metaverse-expo/icons/icon-fitness.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.who-play .item p {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 16px;
}

.who-play .item span {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ACAFB9;
}
/*endsection*/

/*cooperation*/
.cooperation {
    margin-bottom: 246px;
}

.cooperation h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
}

.cooperation p {
    max-width: 605px;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ACAFB9;
    margin: 0 auto 12px auto;
}

.cooperation .line {
    max-width: 1036px;
    width: 100%;
    margin: 0 auto 12px auto;
}

.cooperation .line img {
    display: flex;
    width: 100%;
}

.cooperation .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.cooperation .list .item {
    max-width: 190px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 20px;
}

.cooperation .item i {
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.cooperation .item i.icon-science {
    background-image: url('../assets/img/metaverse-expo/icons/icon-science.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation .item i.icon-sports {
    background-image: url('../assets/img/metaverse-expo/icons/icon-sports.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation .item i.icon-commercial {
    background-image: url('../assets/img/metaverse-expo/icons/icon-commercial.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation .item i.icon-attractions {
    background-image: url('../assets/img/metaverse-expo/icons/icon-attractions.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation .item i.icon-community {
    background-image: url('../assets/img/metaverse-expo/icons/icon-community.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation .item i.icon-parks {
    background-image: url('../assets/img/metaverse-expo/icons/icon-parks.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation .item span {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color: #ACAFB9;
}

.cooperation .illustration img {
    display: flex;
    width: 100%;
}
/*endsection*/

/*features-list*/
.features-list {
    position: relative;
    margin-bottom: 150px;
}

.features-list.bg-gradient::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3202px;
    width: 100%;
    background: linear-gradient(180deg, #2A003B 0%, #100140 59.38%, #16021F 100%);
    z-index: -1;
}

.features-list h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 70px;
}

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

.features-list .item {
    max-width: 216px;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 70px;
}

.features-list .item:nth-child(5),
.features-list .item:nth-child(10) {
    margin-right: 0;
}

.features-list i {
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.features-list .item i.icon-gaming {
    background-image: url('../assets/img/metaverse-expo/icons/icon-gaming.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-launch {
    background-image: url('../assets/img/metaverse-expo/icons/icon-launch.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-sport {
    background-image: url('../assets/img/metaverse-expo/icons/icon-sport.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-virtual {
    background-image: url('../assets/img/metaverse-expo/icons/icon-virtual.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-driving {
    background-image: url('../assets/img/metaverse-expo/icons/icon-driving.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-development {
    background-image: url('../assets/img/metaverse-expo/icons/icon-development.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-studying {
    background-image: url('../assets/img/metaverse-expo/icons/icon-studying.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-traveling {
    background-image: url('../assets/img/metaverse-expo/icons/icon-traveling.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-livestreaming {
    background-image: url('../assets/img/metaverse-expo/icons/icon-livestreaming.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-filming {
    background-image: url('../assets/img/metaverse-expo/icons/icon-filming.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-ticket {
    background-image: url('../assets/img/metaverse-expo/icons/icon-ticket.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-member {
    background-image: url('../assets/img/metaverse-expo/icons/icon-member.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-physical {
    background-image: url('../assets/img/metaverse-expo/icons/icon-physical.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-vr {
    background-image: url('../assets/img/metaverse-expo/icons/icon-vr.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-content {
    background-image: url('../assets/img/metaverse-expo/icons/icon-content.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-charge {
    background-image: url('../assets/img/metaverse-expo/icons/icon-charge.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-brand {
    background-image: url('../assets/img/metaverse-expo/icons/icon-brand.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-nft {
    background-image: url('../assets/img/metaverse-expo/icons/icon-nft.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-technical {
    background-image: url('../assets/img/metaverse-expo/icons/icon-technical.svg');
    background-repeat: no-repeat;
    background-size: contain;
}




.features-list .item i.icon-tested {
    background-image: url('../assets/img/metaverse-expo/icons/icon-tested.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-in-house {
    background-image: url('../assets/img/metaverse-expo/icons/icon-in-house.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-hardware {
    background-image: url('../assets/img/metaverse-expo/icons/icon-hardware.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-professional {
    background-image: url('../assets/img/metaverse-expo/icons/icon-professional.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-warranty {
    background-image: url('../assets/img/metaverse-expo/icons/icon-professional.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-corner {
    background-image: url('../assets/img/metaverse-expo/icons/icon-corner.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-24-support {
    background-image: url('../assets/img/metaverse-expo/icons/icon-24-support.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-extensive {
    background-image: url('../assets/img/metaverse-expo/icons/icon-extensive.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list .item i.icon-on-demand {
    background-image: url('../assets/img/metaverse-expo/icons/icon-on-demand.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.features-list p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.features-list span {
    display: flex;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ACAFB9;
    margin-top: 20px;
}
/*endsection*/

/*.gif-list*/
.gif-list {
    margin-bottom: 150px;
}
/*endsection*/

/*less*/
.less {
    margin-bottom: 150px;
}

.less .container {
    padding: 0;
}

.less h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.less .table {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.13) 100%);
    border-radius: 30px;
    padding: 20px;
}

.less .big-block {
    width: 187px;
    height: 187px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
}

.less .big-block.margin {
    margin-right: 25px;
}

.less .big-block.green {
    background: #AFFF37;
    border-radius: 20px;
    margin-left: 20px;
}

.less .big-block.green p {
    color: #000000;
}

.less .big-block span {
    display: flex;
    width: 28px;
    height: 28px;
    margin-bottom: 18px;
}

.less .big-block span.icon-pen {
    background-image: url('../assets/img/metaverse-expo/icons/icon-pen.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.less .big-block span.icon-send {
    background-image: url('../assets/img/metaverse-expo/icons/icon-send.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.less .big-block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
}

.less .column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 167px;
    height: 187px;
    padding: 0 14px;
}

.less .column.big-column {
    width: 170px;
}

.less .column.small-column {
    width: 111px;
    padding-right: 0;
}

.less .column::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: calc(100% - 10px);
    background: #ACAFB9;
    opacity: .5;
}

.less .column span {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 70%;
    color: rgba(172, 175, 185, .5);
}

.less .column span::before {
    content: '';
    position: absolute;
    left: -19px;
    width: 10px;
    height: 10px;
    background: #ACAFB9;
    opacity: .5;
    border-radius: 50%;
}

.less .column p {
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
}

.less .column p.block {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 20px;
}

.less .column p.block.border {
    color: #AFFF37;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #AFFF37;
    border-radius: 20px;
}
/*endsection*/

/*battle*/
.battle {
    position: relative;
    padding-top: 257px;
    margin-bottom: 100px;
}

.battle::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 625px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.1%, #000000 100%), url('../assets/img/metaverse-expo/bg-battle-2x.jpg'), no-repeat 0 0;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}

.battle .text-block {
    max-width: 985px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.battle i {
    display: flex;
    width: 145px;
    height: 112px;
    background-image: url('../assets/img/metaverse-expo/icons/icon-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.battle h2 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
}
/*endsection*/

/*map*/
.map {
    margin-bottom: 200px;
}

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

.map .left,
.map .right {
    max-width: 605px;
    width: 100%;
}

.map .left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map img {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.map .left p {
    position: relative;
    max-width: 298px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #ACAFB9;
    padding-left: 31px;
}

.map .left p::before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: #FF0000;
    border-radius: 50%;
}

.map h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
}

.map .list {
    display: flex;
    justify-content: space-between;
}

.map .column {
    max-width: 292px;
    width: 100%;
}

.map .item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

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

.map .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.map .item p span {
    font-size: 24px;
    line-height: 150%;
    color: #FF0000;
}
/*endsection*/

/*games*/
.games {
    margin-bottom: 180px;
}

.games span {
    display: inline-block;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.games span.label-big {
    font-size: 16px;
    line-height: 29px;
}

.games span.label-small {
    font-size: 10px;
    line-height: 18px;
}

.games span.blue {
    color: #FFFFFF;
    background: #0033E6;
}

.games span.red {
    color: #FFFFFF;
    background: #FF0000;
}

.games span.yellow {
    color: #000000;
    background: #FFCD29;
}

.games span.violet {
    color: #FFFFFF;
    background: #9747FF;
}

.games span.green {
    color: #FFFFFF;
    background: #01C55D;
}

.games .block-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.games .full-width {
    position: relative;
    width: 100%;
    height: 417px;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.games .full-width.canyon::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 42px;
    width: 729px;
    height: 485px;
    background-image: url('../assets/img/metaverse-expo/canyon-person.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.games .full-width.night-battle::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 73px;
    width: 618px;
    height: 430px;
    background-image: url('../assets/img/metaverse-expo/night-battle-person.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.games .full-width .illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
}

.games .full-width .illustration img {
    display: flex;
    width: 100%;
}

.games .full-width h3 {
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    margin-bottom: 10px;
}

.games .full-width p {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
}

.games .block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.games .block .left,
.games .block .right {
    max-width: 605px;
    width: 100%;
}

.games .half-block {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    height: 518px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.games .half-block.future-battle::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 605px;
    height: 568px;
    background-image: url('../assets/img/metaverse-expo/battle-person.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.games .half-block.jurassic::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 699px;
    height: 465px;
    background-image: url('../assets/img/metaverse-expo/jurassic-person.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.games .block .illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
}

.games .block .illustration img {
    display: flex;
    width: 100%;
}

.games .half-block .text {
    max-width: 312px;
    width: 100%;
    z-index: 1;
}

.games .half-block h3 {
    font-weight: 700;
    font-size: 62px;
    line-height: 120%;
    margin-bottom: 10px;
}

.games .half-block p {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.games .box-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.games .box-list .item {
    position: relative;
    max-width: 288px;
    width: 100%;
    height: 244px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.games .box-list .item:first-child,
.games .box-list .item:nth-child(2) {
    margin-bottom: 30px;
}

.games .box-list .item .illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
}

.games .box-list .item .illustration img {
    display: flex;
    width: 100%;
}

.games .item h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 10px;
}

.games .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.games .block-list {
    margin-bottom: 30px;
}

.games .list {
    display: flex;
    justify-content: space-between;
}

.games .list .item {
    position: relative;
    max-width: 393px;
    width: 100%;
    height: 244px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.games .list .item .illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
}

.games .list .item .illustration img {
    display: flex;
    width: 100%;
}
/*endsection*/

/*battle-section*/
.battle-section {
    position: relative;
    margin-bottom: 150px;
}

.battle-section::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 1958px;
    background: linear-gradient(180deg, #000000 0%, #0C0127 40.85%, #0D0D0D 100%);
    z-index: -1;
}

.battle-section .block {
    display: flex;
    justify-content: space-between;
}

.battle-section .block > div {
    max-width: 393px;
    width: 100%;
}

.battle-section .block .item {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 34px 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.battle-section .block .item:first-child {
    margin-bottom: 30px;
}

.battle-section .item p {
    width: calc((100% - 67px));
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #ACAFB9;
}

.battle-section .left .item p {
    text-align: right;
}

.battle-section .item span {
    display: flex;
    width: 52px;
    height: 52px;
}

.battle-section .left span {
    margin-left: 15px;
}

.battle-section .right span {
    margin-right: 15px;
}

.battle-section span.icon-layout {
    background-image: url('../assets/img/metaverse-expo/icons/icon-layout.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.battle-section span.icon-consulting {
    background-image: url('../assets/img/metaverse-expo/icons/icon-consulting.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.battle-section span.icon-tech-support {
    background-image: url('../assets/img/metaverse-expo/icons/icon-tech-support.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.battle-section span.icon-trainings {
    background-image: url('../assets/img/metaverse-expo/icons/icon-trainings.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.battle-section .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    padding: 40px 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.battle-section .center p {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ACAFB9;
}

.battle-section .center span {
    display: flex;
    width: 145px;
    height: 112px;
    background-image: url('../assets/img/metaverse-expo/icons/icon-battle.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}
/*endsection*/

/*endsection*/
.youtube-video {
    margin-bottom: 150px;
}

.youtube-video .list {
    display: flex;
    justify-content: space-between;
}

.youtube-video .illustration {
    max-width: 605px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 20px;
    overflow: hidden;
}

.youtube-video .illustration img {
    width: 100%;
    display: flex;
}
/*endsection*/

@media (-webkit-min-device-pixel-ratio: 2) {
    /*games*/
    .games .full-width.canyon::before {
        background-image: url('../assets/img/metaverse-expo/canyon-person-2x.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .games .full-width.night-battle::before {
        background-image: url('../assets/img/metaverse-expo/night-battle-person-2x.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .games .half-block.future-battle::before {
        background-image: url('../assets/img/metaverse-expo/battle-person-2x.png');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
    }

    .games .half-block.jurassic::before {
        background-image: url('../assets/img/metaverse-expo/jurassic-person-2x.png');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
    }
    /*endsection*/
}

@media (max-width: 480px) {
    /*hero*/
    .hero {
        margin-bottom: 50px;
    }

    .hero .text-block i {
        width: 181px;
        min-height: 32px;
    }

    .hero .text-block h1 {
        font-size: 29px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .hero .text-block p {
        font-size: 14px;
        line-height: 17px;
        flex-direction: column;
        align-items: center;
    }

    .hero .text-block p span {
        padding: 18px 0;
        margin: 12px 0;
    }

    .hero .text-block span.two-dots {
        padding-right: 0;
    }

    .hero .text-block span::before {
        top: 0px;
        left: calc((100% - 6px)/2);
    }

    .hero .text-block span.two-dots::after {
        bottom: 0;
        left: calc((100% - 6px)/2);
    }
    /*endsection*/

    /*features*/
    .features {
        margin-bottom: 100px;
    }

    .features::before {
        height: 3715px;
        background: linear-gradient(180deg, #000000 0%, #0A0630 40.1%, #2A003B 100%);
    }

    .features .list {
        flex-direction: column;
    }

    .features .item {
        max-width: 100%;
        margin-bottom: 30px;
    }

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

    .features .text {
        min-height: unset;
        padding: 25px;
    }

    .features .text p {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    /*endsection*/

    /*who-play*/
    .who-play {
        margin-bottom: 100px;
    }

    .who-play .item h2 {
        font-size: 39px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .who-play .list {
        flex-direction: column;
    }

    .who-play .item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .who-play .item i {
        width: 60px;
        height: 60px;
    }

    .who-play .item p {
        font-size: 24px;
        text-align: center;
    }

    .who-play .item span {
        text-align: center;
    }
    /*endsection*/

    /*cooperation*/
    .cooperation {
        margin-bottom: 100px;
    }

    .cooperation h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .cooperation .line {
        display: none;
    }

    .cooperation .list {
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .cooperation .list .item {
        max-width: 100%;
        width: calc(50% - 10px);
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    /*endsection*/

    /*features-list*/
    .features-list {
        margin-bottom: 100px;
    }

    .features-list.bg-gradient::before {
        height: 5818px;
        background: linear-gradient(180deg, #2A003B 0%, #100140 59.38%, #16021F 100%);
    }

    .features-list h2 {
        font-size: 32px;
        line-height: 39px;
        text-align: center;
        margin-bottom: 50px;
    }

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

    .features-list .item {
        max-width: 100%;
        width: calc(50% - 30px);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }

    .features-list p {
        font-size: 16px;
        line-height: 100%;
        text-align: center;
    }

    .features-list span {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-top: 10px;
    }
    /*endsection*/

    /*less*/
    .less {
        margin-bottom: 100px;
    }

    .less .container {
        padding: 0 20px;
    }

    .less h2 {
        font-size: 32px;
        line-height: 39px;
        padding: 0;
    }

    .less .table {
        flex-direction: column;
        padding: 40px 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.52%, rgba(255, 255, 255, 0.13) 100%)
    }

    .less .big-block {
        width: 100%;
        height: auto;
        padding: 50px 20px;
        margin-bottom: 30px;
    }

    .less .big-block.margin {
        margin-right: 0;
    }

    .less .big-block.green {
        margin-left: 0;
    }

    .less .big-block p {
        font-size: 20px;
    }

    .less .big-block span {
        margin-bottom: 20px;
    }

    .less .column {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .less .column.big-column {
        width: 100%;
    }

    .less .column.small-column {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .less .column span {
        display: flex;
        margin-bottom: 30px;
    }
    /*endsection*/

    /*battle*/
    .battle {
        padding-top: 217px;
        margin-bottom: 120px;
    }

    .battle::before {
        left: calc((100% - 480px)/2);
        width: 480px;
        height: 625px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.1%, #000000 100%), url('../assets/img/metaverse-expo/bg-battle-mobile.jpg'), no-repeat 0 0;
        background-position: top center;
        background-size: cover;
    }

    .battle h2 {
        font-size: 32px;
        line-height: 39px;
    }
    /*endsection*/

    /*map*/
    .map {
        background: #000000;
        margin-bottom: 100px;
    }

    .map .container {
        flex-direction: column;
    }

    .map .left {
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .map h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .map .list {
        flex-direction: column;
    }

    .map .column {
        max-width: 100%;
    }

    .map .column:first-child {
        margin-bottom: 20px;
    }

    .map .item {
        min-height: 106px;
    }
    /*endsection*/

    /*games*/
    .games {
        margin-bottom: 100px;
    }

    .games .full-width.canyon::before,
    .games .full-width.night-battle::before,
    .games .half-block.future-battle::before,
    .games .half-block.jurassic::before {
        content: unset;
    }

    .games .full-width,
    .games .half-block,
    .games .box-list .item,
    .games .list .item {
        height: 280px;
    }

    .games .full-width,
    .games .half-block {
        padding: 30px 20px;
    }

    .games .full-width {
        align-items: flex-end;
    }

    .games .full-width h3,
    .games .half-block h3 {
        font-size: 32px;
        line-height: 110%;
    }

    .games .full-width .illustration img,
    .games .block .illustration img,
    .games .box-list .item .illustration img,
    .games .list .item .illustration img {
        width: 440px;
        height: 280px;
    }

    .games span.label-big {
        font-size: 10px;
        line-height: 18px;
    }

    .games .full-width p,
    .games .half-block p {
        font-size: 16px;
        line-height: 130%;
    }

    .games .block {
        flex-direction: column;
    }

    .games .half-block {
        margin-bottom: 30px;
    }

    .games .box-list .item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .games .box-list .item:last-child {
        margin-bottom: 0;
    }

    .games .list {
        flex-direction: column;
    }

    .games .list .item {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

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

    .games .half-block.half-block.jurassic {
        margin: 30px 0 0 0;
    }
    /*endsection*/

    /*battle-section*/
    .battle-section {
        position: relative;
        margin-bottom: 100px;
    }

    .battle-section::before {
        content: unset;
    }

    .battle-section .block {
        flex-direction: column;
    }

    .battle-section .block .left .item {
        flex-direction: row-reverse;
        margin-bottom: 30px;
    }

    .battle-section .left .item p {
        text-align: left;
    }

    .battle-section .left span {
        margin: 0 15px 0 0;
    }

    .battle-section .center {
        margin-bottom: 30px;
    }
    /*endsection*/

    /*youtube-video*/
    .youtube-video {
        margin-bottom: 100px;
    }

    .youtube-video .list {
        flex-direction: column;
    }

    .youtube-video .illustration:first-child {
        margin-bottom: 30px;
    }
    /*endsection*/
}
