@font-face {
    font-family: 'Bree CYR';
    src: url(../fonts/BreeCYR-Regular.ttf);
}
body {
    font-family: 'Bree CYR';
    margin: 0;
    padding: 0;
    background-color: #000000;;
    color: #FFFFFF;
    overflow-x: hidden;
}
section {
    position: relative;
}
h1 {
    font-weight: 500;
    font-size: 40px;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 35px;
    
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
h2 {
    font-weight: 500;
    font-size: 32px;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 30px;
    
    text-align: left;
    text-transform: uppercase;
}
h5 {
    display: block;
    font-size: 12px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
}
a {
    color: #FFFFFF;
    text-decoration: none;
}


header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 6;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height: 75px;
    transition: .3s;
}
.blank{
    padding-top: 100px;
}
.sc-1{
    background-image: url(../img/main-bg.png);
    background-size: cover;
    background-position: bottom;
}
.sc-2{
    background-image: url(../img/why/bg.svg);
    background-size: cover;
    background-position: center;
    top: -40px;
    z-index: -1;
}
.sc-3{
    background-image: url(../img/gallery/bg.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
    top: -70px;
}
.sc-4{
    background-image: url(../img/why/bg.svg);
    background-size: cover;
    background-position: center;
    top: -100px;
}
.sc-5{
    background-image: url(../img/news/bg.png);
    background-size: cover;
    background-position: center;
    bottom: -17px;
    z-index: 2;
}
.sc-5f{
    top: -145px;
}
.sc-6f{
    top: -40px;
}
.sc-pay{
    background-image: url(../img/shop/main-bg.png);
    background-size: cover;
    background-position: center;
}
.sc-donate{
    background-image: url(../img/shop/bg.png);
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
}

.header_content{
    display: flex;
    position: relative;
}
.h-logo{
    display: flex;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.logo-text_content{
    margin-left: 10px;
}
.logo-text{
    font-weight: 800;
    font-size: 24px;
    line-height: 15px;
    color: #FF1900;
    display: flex;

    text-transform: uppercase;
}
.logo-side-text{
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    margin-top: 2px;
    
    text-transform: uppercase;
}
.header-item-main{
    padding: 15px;
    position: relative;
    width: 25%;
    cursor: pointer;
}
.header-item-donate{
    padding: 15px;
    position: relative;
    width: 25%;
    cursor: pointer;
}
.header-item-forum{
    padding: 15px;
    position: relative;
    width: 25%;
    cursor: pointer;
}
.header-item-play{
    padding: 15px;
    position: relative;
    width: 25%;
    cursor: pointer;
}


.header-text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #555555;
    transition: .4s;
}
.header-text:hover{
    color: #9e7d7d;
}
.hi-active{
    color: #FFFFFF;
}
.red-text{
    color: #FF1900;
}
.red-label{
    background-image: url(../img/rd-top.svg);
    background-size: cover;
    width: 500px;
    height: 70px;
    position: relative;
    left: 38%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.background{
    background: #151515;
    height: 60px;
}
.red-label-b{
    background-image: url(../img/rd-bot.svg);
    background-size: cover;
    width: 250px;
    height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.red-label-b1{
    background-image: url(../img/rd-bot.svg);
    background-size: cover;
    width: 350px;
    height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -10px;
    z-index: -1;
}
.red-label-b2{
    background-image: url(../img/rd-mid.svg);
    background-size: cover;
    width: 450px;
    height: 65px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.red-label-b3{
    background-image: url(../img/rd-top-s.svg);
    background-size: cover;
    width: 165px;
    height: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: -30px;
}
.green-label{
    background-image: url(../img/gd-bot.svg);
    background-size: cover;
    width: 230px;
    height: 40px;
    position: relative;
    left: 26%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.launcher{
    width: 250px;
    margin: 40px 0;
}

.messenger_content{
    display: flex;
}
.messenger-item{
    margin: 0 12.5px;
}

.main_container{
    display: flex;
    padding-top: 100px;
    padding-bottom: 200px;
    margin: 0 10%;
    justify-content: flex-start;
}
.main-text{
    font-weight: 800;
    font-size: 48px;
    line-height: 49px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.main-side-text{
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 150%;
    margin-top: 15px;
}
.main-btn_content{
    display: flex;
    margin-top: 25px;
}
.start-play-btn{
    width: 200px;
    height: 50px;
    font-weight: 800;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #FF1900;
    background-image: url(../img/start-bg.svg);
    background-size: cover;
    background-position: center;
    margin-right: 12.5px;
    transition: .3s;
}
.start-play-btn:hover{
    transform: scale(1.05);
}
.promo-video-btn{
    width: 200px;
    height: 50px;
    font-weight: 800;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-image: url(../img/promo-bg.svg);
    background-size: cover;
    background-position: center;
    margin-left: 12.5px;
    transition: .3s;
}
.promo-video-btn:hover{
    transform: scale(1.05);
}
.why_content{
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.why_content-mid{
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.why-img-mid{
    margin-left: 20px;
    position: relative;
}
.why-car{
    position: absolute;
    top: 30px;
    left: -20px;
    width: 115%;
}
.why-text_content-mid{
    margin-right: 20px;
}
.why-text{
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 15px;
    
    text-transform: uppercase;
}
.why-side-text{
    font-weight: 350;
    font-size: 15px;
    line-height: 150%;
}
.why-img{
    margin-right: 20px;
    position: relative;
}
.why-decal{
    position: absolute;
}
.why-text_content{
    margin-left: 20px;
}


.burger-close {
    margin: 20px;
}
.burger-icon {
    width: 25px;
    height: 25px;
    margin: 10px 10px;
    position: relative;
}
.burger-icon span {
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 3px;
    transition-duration: 500ms;
}
.burger-icon span:nth-child(1) {
    top: 0px;
    left: 0px;
}
.burger-icon span:nth-child(2) {
    top: 11px;
    left: 0px;
    opacity: 1;
}
.burger-icon span:nth-child(3) {
    bottom: 0px;
    left: 0px;
}
.burger-icon.open span {
    background-color: #FF1900;
}
.burger-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}
.burger-icon.open span:nth-child(2) {
    opacity: 0;
}
.burger-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}



.download_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.download-text{
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 25px;
    text-align: center;
}
.download-btn{
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    width: 225px;
    height: 50px;
    background-color: #FF1900;
    background-image: url(../img/start-bg.svg);
    transition: .3s;
}
.download-btn:hover{
    transform: scale(1.05);
}
.servers_container{
    margin: 0 5%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servers-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-online_content{
    display: flex;
    align-items: center;
}
.total-text_content{
    text-transform: uppercase;
    margin-left: 20px;
}
.total-text{
    font-size: 36px;
    line-height: 36px;
}
.total-side-text{
    font-size: 16px;
}
.server-item{
    margin: 0 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    scroll-snap-align: center;
    position: relative;
}
.server-item-content{
    width: 225px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.server-text_conent{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 25px;
}
.server-text{
    font-size: 16px;
}
.server-side-text{
    font-size: 32px;
}
.online_container{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}
.online_content{
    display: flex;
}
.online-bar {
    border-radius: 5px;
    align-items: center;
    position: relative;
    background: #1E0A0A;
    width: 150px;
    height: 5px;
}
.online-bar-value {
    border-radius: 5px;
    background: #fff;
    width: 10%;
    height: 5px
}
.server-list{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    scroll-snap-type: x mandatory;
}

.news_container{
    margin: 0 5%;
    padding-bottom: 100px;
}
.news_content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.news-channels{
    display: flex;
}
.news-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}
.news-text{
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    
    text-transform: uppercase;
}
.news-side-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 15px 0;
}
.group-btn{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 100%;
    width: 100px;
    height: 35px;
    background-color: #FF1900;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/start-bg.svg);
    background-size: cover;
    background-position: center;
    transition: .3s;
}
.group-btn:hover{
    transform: scale(1.05);
}

.blue{
    background-image: url(../img/blue-server.svg);
}
.orange{
    background-image: url(../img/orange-server.svg);
}
.green{
    background-image: url(../img/green-server.svg);
}







footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #131313;
    padding: 50px 0;
    position: absolute;
    width: 100%;
}
.footer-ul{
    list-style-type: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 250%;
    
    color: #8B5B5B;    
}
.ul_content{
    display: flex;
}
.ul_content-mob{
    display: none;
    margin-bottom: 15px;
}
.payments_content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment{
    padding: 0 10px;
}
.pay-input{
    width: 188px;
    height: 50px;
    padding-left: 12px;
    margin-top: 10px;
    background: #ffffff1a;
}
.pay-select{
    width: 200px;
    height: 50px;
    margin-top: 10px;
    background: #ffffff1a;
}
input {
    writing-mode: horizontal-tb !important;
    padding: 0;
    border-style: hidden;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    font-style: bold;
    color: #FFFFFF;
    font-family: 'Bree CYR';
    border: 0;
    outline: 0;
}
input:focus {
    outline: none;
}
select {
    /* Reset */
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    padding: 0 1em 0 1em;
    width: 200px;
    color: white;
    cursor: pointer;
}
select option {
    color: #fff;
    background-color: #838383;
}
select:focus {
    outline: none;
}
select::-ms-expand {
    display: none;
}

input[type="submit" i] {
    margin-top: 20px;
    width: 200px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-style: none;
    background-image: url(../img/shop/btn.svg);
}

.burger-btn{
    background-color: #555555;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.burger-btn.active{
    background-color: rgba(255, 255, 255, 0.1);
}
.burger{
    z-index: 10;
    cursor: pointer;
    display: none;
}
.mob-header{
    height: 100%;
    width: 100%;
    background-color: #000000e7;
    position: fixed;
    z-index: -1;
    display: block;
    transition: .4s;
    opacity: 0
}
.mob-active{
    z-index: 5;
    opacity: 1;
}
.mob-header_content{
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mob-messenger_content{
    display: flex;
    margin-top: 50px;
}
.peoples_content{
    display: none;
}

.media_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 0;
}
.media_content{
    display: flex;
    justify-content: center;
    width: 506px;
    flex-wrap: wrap;
}
.media_content-2{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.yt-item{
    width: 496px;
    height: 300px;
    position: relative;
    margin: 0 5px;
    margin-bottom: 7px;
}
.playpause {
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
    background: url(../img/gallery/player.png) no-repeat 100% 100%;
    cursor: pointer;
    background-size: 100% 100%;
}
.media-item{
    width: 241px;
    height: 145px;
    margin: 0 6px;
    margin-bottom: 9px;
}


.pay_container{
    display: flex;
    flex-direction: column;
    margin: 0 20%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.pay-text{
    text-align: left;
}
.pay-panel{
    margin-top: 15px;
    width: 500px;
    background: rgba(255, 255, 255, 0.1);
}
.pay-input_content{
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.pay-input-item{
    margin: 0 10px;
}
.pay-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
}


.shop_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 75px;
}
.shop_container-mob{
    flex-direction: column;
    display: none;
    padding-top: 50px;
}
.shop-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.shop_content{
    display: flex;
    overflow-y: auto;
}
.shop_content-mob{
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
    height: 500px;
    scroll-snap-type: y mandatory;
}
.shop-item{
    margin-bottom: 30px;
    scroll-snap-align: start;
}
.sh-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 165px;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 5px 10px 5px;
}
.sh-item-last{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 5px 20px 5px;
}
.mes-img{
    
}
.sh-item-text{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
}
.sh-item-side-text{
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.sh-text_content{
    margin-left: 15px;
}
.sh-text{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
}
.cost{
    display: flex;
    font-weight: 800;
    color: #69B64E;
}
.cost-text{
    font-size: 24px;
    text-transform: uppercase;
}

.shop-li{
    margin: 20px 0;
    font-weight: 400;
    font-size: 12px;
}
.silver-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/shop/gr-btn.svg);
    width: 200px;
    height: 40px;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    bottom: -20px;
}
.gold-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/shop/go-btn.svg);
    width: 200px;
    height: 40px;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    bottom: -20px;
}
.platinum-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/shop/pl-btn.svg);
    width: 200px;
    height: 40px;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    bottom: -20px;
}

.currency_container{
    display: flex;
}
.currency_content{
    margin-left: 15px;
}
.exchange_content{
    display: flex;
}
.wallet{
    display: flex;
    font-weight: 800;
    color: #69B64E;
}
.wallet-text{
    text-transform: uppercase;
    font-size: 20px;
}
.wallet-side-text{
    font-size: 14px;
}
.equally{
    margin: 0 5px;
    font-weight: 800;
    font-size: 20px;
    color: #69B64E;
}
.currency-text{
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}
@media (max-width: 1400px){
    .main-text{
        font-size: 40px;
        line-height: 40px;
    }
    .main-side-text{
        font-size: 18px;
    }
    .red-label{
        left: 35%;
    }
}



@media (max-width: 1100px){
    .servers_container{
        align-items: unset;
    }
    .server-list{
        overflow-x: scroll;
        justify-content: flex-start;
    }
}
@media (max-width: 1050px){
    .main_container{
        padding-bottom: 110px;
    }
    .why_content{
        flex-direction: column;
        align-items: center;
    }
    .why_content-mid{
        flex-direction: column-reverse;
        align-items: center;
    }
    .why-text_content{
        text-align: center;
    }
    .why-text_content-mid{
        text-align: center;
        margin: 0;
        margin-top: 100px;
    }
    .why-img{
        margin: 0;
    }
    .why-text_content{
        margin: 0;
    }
    .why-img-mid{
        margin: 0;
    }
    .news-text{
        font-size: 55px;
    }
}
@media (max-width: 1000px){
    .shop_container{display: none;}
    .shop_container-mob{display: flex;}
    .shop-header{margin-left: 3%;margin-right: 3%;}
    .shop_content{margin: 0 3%;
        margin-bottom: 50px;}
    .sc-donate{
        padding-bottom: 125px;
    }
}
@media (max-width: 850px){
    .pay_container{
        align-items: center;
    }
}
@media (max-width: 850px){
    .news-text{
        font-size: 45px;
    }
    footer{
        flex-direction: column;
    }
    .ul_content{
        margin: 25px 0;
    }
    .main-text{
        font-size: 35px;
        line-height: 35px;
    }
    .main-side-text{
        font-size: 16px;
    }
}
@media (max-width: 700px){
    .logo-side-text{
        font-size: 14px;
    }
    .logo-text{
        font-size: 22px;
        line-height: 8px;
    }
    .logo-text_content{
        margin-left: 5px;
    }
    .logo{
        width: 50px;
    }
    .header_content{display: none;}
    .messenger_content{display: none;}
    header{
        justify-content: space-between;
    }
    .burger-btn{
        display: block;
    }
    .news_content{
        flex-direction: column;
    }
    .news-text{
        font-size: 35px;
        text-align: center;
    }
    .news-channels{
        margin-top: 50px;
    }

    .main_container{
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }
    .sc-1{
        background-image: url(../img/mob-bg.svg);
    }
    .peoples_content{
        display: block;
        width: 90%;
    }
    .wh-img{
        width: 320px;
    }
    .why-text{
        font-size: 25px;
    }
    .why-side-text{
        font-size: 10px;
    }
    .yt-item{
        width: 300px;
        height: 175px;
    }
    .download-text{
        font-size: 10px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 18px;
        line-height: 18px;
    }
    .total-text_content{
        margin-left: 10px;
    }
    .total-text{
        font-size: 25px;
        line-height: 20px;
    }
    .total-side-text{
        font-size: 16px;
    }
    .pay-text{
        text-align: center;
    }

    .sc-2{
        background-image: url(../img/why/m-bg.png);
    }
    .sc-4{
        background-image: url(../img/m-download-bg.png);
    }
    footer{
        background-image: url(../img/footer.png);
        background-size: cover;
        background-color: #000000;
    }
    .h-logo{
        margin-left: 3%;
    }
    .burger-btn{
        margin-right: 3%;
    }
    .pay_container {
        padding-top: 115px;
    }
    .why-decal{
        transform: scale(0.7);
    }
    .red-label{
        width: 420px;
        height: 55px;
    }
    .red-label-b{
        width: 220px;
        height: 40px;
    }
    .red-label-b1{
        width: 270px;
        height: 50px;
    }
    .red-label-b2{
        width: 315px;
        height: 45px;
    }
    .red-label-b3{
        width: 110px;
        height: 30px;
        left: -25px;
    }
    .green-label{
        width: 140px;
        height: 25px;
    }
    .ul_content{
        display: none;
    }
    .ul_content-mob{
        display: flex;
    }
}
@media (max-width: 600px){
    .server-list{
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: space-between;
    }
    .server-item{
        margin: 0 10px;
        margin-bottom: 15px;
    }
    .launcher{
        width: 40%;
    }
    .red-label{
        width: 350px;
        height: 50px;
        left: 32%;
    }
    .main-text {
        font-size: 30px;
        line-height: 30px;
    }
    .main-side-text{
        font-size: 14px;
    }
}
@media (max-width: 530px){
    .pay_container{
        align-items: unset;
        margin: 0;
    }
    .pay-panel{
        width: 100%;
    }
}
@media (max-width: 511px){
    .yt-item{
        width: 243px;
        height: 145px;
    }
}
@media (max-width: 450px){
    .main-text{
        font-size: 30px;
        line-height: 30px;
    }
    .main-side-text{
        font-size: 14px;
    }
    .start-play-btn{
        width: 150px;
        height: 35px;
        font-size: 16px;
    }
    .promo-video-btn{
        width: 150px;
        height: 35px;
        font-size: 16px;
    }
    .pay-input_content{
        flex-direction: column;
        margin: 0;
    }
    .pay-input-item{
        margin-bottom: 20px;
    }
    .launcher{
        width: 200px;
    }
    .red-label{
        width: 330px;
        height: 50px;
        left: 137px;
    }
}
@media (max-width: 400px){
    .group-btn{
        width: 90px;
        height: 30px;
    }
    .news-side-text{
        font-size: 15px;
        margin: 5px 0;
    }
    .mes-img{
        width: 125px;
    }
    .why-car{
        top: 50px;
        left: 0px;
        width: 100%;
    }
    h1 {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (max-width: 350px){
    .wh-img{
        width: 280px;
    }
    .main-text{
        font-size: 20px;
        line-height: 20px;
    }
    .news-text{
        font-size: 30px;
    }
    .mes-img{
        width: 105px;
    }
    .news-side-text{
        font-size: 14px;
    }
    .start-play-btn{
        width: 140px;
        height: 30px;
        font-size: 14px;
    }
    .promo-video-btn{
        width: 140px;
        height: 30px;
        font-size: 14px;
    }
    .red-label{
        width: 260px;
        height: 40px;
        left: 92px;
    }
    .total-side-text{
        font-size: 12px;
    }
}
@media (min-width: 1850px){
    section{
        padding: 50px 0;
    }
}