@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
    font-display: block;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
    font-display: block;
}
@font-face {
    font-family: 'Montserrat-Bold-Italic';
    src: url(../fonts/Montserrat-BoldItalic.ttf);
    font-display: block;
}

*{
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #1e2126;
    height: 3px;
}
::-webkit-scrollbar-thumb {
    background: #5395ff;
    border-radius: 5px;
}


body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: #1E2126;
    color: #fff;
    font-family: 'Montserrat';
    overflow-x: hidden;
}
body.fix{
    overflow: hidden;
}
a{
    text-decoration: none;
    color: #fff;
}

header{
    background-color: #2F3C50A6;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    justify-content: space-between;
    z-index: 50;
    position: relative;
}
a.spanbug {
	transform: skew(37deg);
}
.server {
    display: none;
}

select {
    width: 100%;
}
.h-content{
    display: flex;
}
.flex.rds{
    justify-content: center;
    gap: 50px;
    margin: 50px auto;
}
.h-item{
    width: 180px;
    height: 50px;
    background: #121518;
    transform: skew(-37deg);
    color: #6B727D;
    transition: .3s;
}
.h-item span{
    transform: skew(37deg);
}
.h-item:before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(35.28% 39% at 54.89% 94%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(86deg, #0A55CC 8.98%, #5395FF 100.22%);
    opacity: 0;
    transition: .3s; 
}
.h-item:nth-child(1):before{
    border-radius: 5px 0 0 15px;
}
.h-item:nth-child(3):before{
    border-radius: 0 15px 5px 0;
}
.h-item:hover{
    color: #fff;
}
.h-item:hover::before{
    opacity: 1;
}
.h-item:nth-child(1){
    border-radius: 5px 0 0 15px;
}
.h-item:nth-child(3){
    border-radius: 0 15px 5px 0;
}
.h-item.active{
    background: radial-gradient(35.28% 39% at 54.89% 94%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(86deg, #0A55CC 8.98%, #5395FF 100.22%);
    color: #fff;
}
.h-side{
    display: flex;
    align-items: center;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold-Italic';
    font-weight: bold;
}
.h-vk-btn{
    width: 200px;
    height: 50px;
    background-color: #3f4854;
    transform: skew(-37deg);
    border-radius: 5px 15px;
    cursor: pointer;
    transition: .3s;
}
.h-vk-btn span, .h-vk-btn svg{
    transform: skew(37deg);
    margin-right: 10px;
}
.h-vk-btn:hover{
    background-color: rgba(83, 149, 255, 0.10);
    color: #5395FF;
}
path{
    transition: .3s;
}
.h-vk-btn:hover path{
    fill: #5395FF;
}
.h-start-btn{
    background: radial-gradient(36.79% 43% at 46.95% 100%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(87deg, #C71111 13.64%, #FF3880 100.21%);
    transform: skew(-37deg);
    border-radius: 5px 15px;
    width: 200px;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    margin-left: 50px;
}
.h-start-btn span, .h-start-btn img{
    transform: skew(37deg);
}
.h-start-btn img{
    position: absolute;
    left: -20px;
}
.h-start-btn span{
    margin-left: 25px;
}
.h-start-btn:hover{
    filter: drop-shadow(1px 2px 0px #77171E) drop-shadow(0px 0px 5px rgba(255, 56, 128, 0.50));
}


.app{
    width: 1280px;
    margin: 2% auto;
}
.flex{
    display: flex;
    align-items: center;
}
.s-blue-line{
    width: 40px;
    height: 2px;
    background-color: #5395FF;
}
.s-yellow-line{
    width: 50px;
    height: 2px;
    background-color: #FFEC3F;
}
.s-yellow-line.b{
    background-color: #5395FF !important;
}
.s-yellow-line ~ h3{
    margin-left: 20px;
}
.section-1{
    background-color: #2F3C50A6;
    border-radius: 25px;
    padding: 35px;
    padding-top: 20px;
    margin-top: 170px;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: 2s;
}
.section-1.active{
    opacity: 1;
}
.section-2{
    margin-top: 80px;

    background-color: #2F3C50A6;
    border-radius: 25px;
    padding: 35px;
}
.section-3{
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
}
.section-4{
    margin-top: 150px;
}
h1, h2, h3, h4{
    margin: 0;
}
h1{
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold-Italic';
}
h2{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold-Italic';
}
h3{
    font-weight: 400;
    font-size: 16px;
}
.bold{
    font-weight: bold;
}

.s-blue-line ~ h3{
    max-width: 370px;
    margin-left: 15px;
}
.s-yellow-line ~ h3{
    max-width: 370px;
    margin-left: 15px;
}
.l-blue-line{
    width: 150px;
    height: 2px;
    background-color: #5395FF;
}

.blue{
    color: #5395FF;
}
.yellow{
    color: #FFEC3F;
}
.main-image{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sc-2-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.sc-2-images{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.sc-2-images img{
    position: absolute;

}
.schest{
    right: -40px;
    top: -100px;
    width: 150px;
    z-index: 2;
}
.stnt{
    right: 25px;
    bottom: -100px;
    width: 130px;
}
.sbook{
    left: 0;
    bottom: -95px;
    z-index: 0;
    width: 100px;
}
.sdiamb{
    left: 15%;
    top: -85px;
    z-index: 2;
    width: 120px;
}
.sdiam{
    left: -60px;
    top: -80px;
    z-index: 2;
    width: 70px;
}
.smetal{
    left: 50%;
    bottom: -75px;
    z-index: 2;
    width: 80px;
}


.sc-2{
    margin-top: 670px;
}
.sc-1{
    position: relative;
    width: 100%;
}
.online_container{
    margin: 0 auto;
}
.online-content{
    background-color: #1E2126;
    padding: 25px 15px;
    border-radius: 25px;
    gap: 25px;
    margin-top: 30px;
}
.online-content .po{
    gap: 25px;
}
.ip{
    background-color: #3f4854;
    border-radius: 5px 15px;
    padding: 10px 20px;
    transform: skew(-37deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}
.ip div{
    transform: skew(37deg);
}
.ip img{
    transform: skew(37deg);
    margin-right: 5px;
}

.render-2{
    position: absolute;
    margin-right: 30px;
    left: calc(50% - 10px);
    transform: translate(-50%, -50%);
    margin-top: 15px;
    width: 400px;
}
.main-donate{
    background-color: #293341;
    border-radius: 25px;
    padding: 0px 50px;
    width: 58%;
    position: relative;
}
.main-donate form{
    margin-top: 90px;
}

.input{
    position: relative;
}
.input img{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 1;
}
.main-donate input[type="text" i] {
    width: 100%;
    padding: 25px 0;
    padding-left: 50px;
    background-color: #1E2126;
    font-size: 20px;
    border-radius: 15px;
    color: #6B727D;
    outline: none;
    border-width: 0;
}
.main-donate input[type="text" i]:focus{
    color: #eaeaea;
}
option:unvis{
    display: none;
}
.checkbox-rules{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 35px;
}
.checkbox-rules h3{
    font-size: 14px;
    color: #c5c5c5;

}



  
.checkbox-rules h3 a{
    text-decoration: underline;
}
.buy-btn{
    width: 100%;
    background: radial-gradient(35.28% 39% at 54.89% 94%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(86deg, #0A55CC 8.98%, #5395FF 100.22%);
    border-radius: 15px;
    height: 50px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.buy-btn:hover{
    filter: drop-shadow(1px 2px 0px #906800) drop-shadow(0px 0px 5px rgba(255, 236, 63, 0.35));
}
.buy-btn img{
    position: absolute;
    left: -40px;
    top: -35px;
}
.last-donate{
    width: 40%;
    background-color: #293341;
    border-radius: 25px;
    padding: 40px 25px 0px;
}
.last-header{
    text-align: center;
}
.last-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #464D59;
    padding: 20px 0;
}
.last-item:last-child{
    border-width: 0;
}
.nickname-content{
    margin-left: 20px;
}
.product{
    background-color: #3f4854;
    border-radius: 5px 15px;
    padding: 10px 20px;
    font-size: 14px;
    transform: skew(-37deg);
}
.product div{
    transform: skew(37deg);
}
.nickname{
    font-size: 20px;
    margin-bottom: 8px;
}
.time-content{
    display: flex;
    align-items: center;
    gap: 5px;
}
.last-header{
    margin-bottom: 15px;
}
.team_container{
    display: flex;
    flex-direction: column;
}
.team_container img{
    margin: 0 auto;
}
.team-header{
    text-align: center;
    margin: 25px auto;
}
.team-content{
    display: flex;
    justify-content: space-between;
}
.team-go-btn{
    width: 140px;
    height: 38px;
    transform: skew(-37deg);
    border-radius: 5px 15px;
    transition: .3s;
}
.team-go-btn:hover{
    opacity: 0.7;
}
.team-item:nth-child(1) .team-go-btn{
    background: linear-gradient(267deg, #5395FF -57.16%, #0A55CC 86.37%);
}
.team-item:nth-child(2) .team-go-btn{
    background: linear-gradient(267deg, #FF3880 -57.16%, #B90043 86.37%);
}
.team-item:nth-child(3) .team-go-btn{
    background: linear-gradient(267deg, #9CFF38 -57.16%, #458900 86.37%);
}
.team-go-btn span{
    transform: skew(37deg);
}
.team-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border-radius: 25px;
    width: 30%;
    cursor: pointer;
}
.team-item.bl{
    background-color: #293341;
}
.team-item.rd{
    background-color: rgba(209, 19, 87, 0.25);
}
.team-item.gr{
    background-color: rgba(156, 255, 56, 0.25);
}
.team-item h3{
    font-size: 24px;
    font-family: 'Montserrat-Bold-Italic';
}

footer{
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6B727D;
}
.foo-item{
    display: flex;
}
.foo-ul{
    font-size: 14px;
    list-style-type: none;
}
a.foo-li{
    display: list-item;
    padding: 10px 0;
    color: #6B727D;
}
a.foo-li:hover{
    color: #9a9ea4;
}
svg text{
    text-anchor: middle;
    fill: white;
    alignment-baseline: middle;
}
.google-play img{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: skew(15deg) !important;
}


.shop-header{
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-server-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6B727D;
    width: 190px;
    height: 50px;
    cursor: pointer;
    color: #6B727D;
    transition: .3s;
}
.shop-server-item.active{
    border: 1px solid #FFEC3F;
    background: linear-gradient(264deg, rgba(255, 236, 63, 0.50) 0%, rgba(255, 236, 63, 0.10) 100%);
    color: #fff;
}
.shop-server-item:hover{
    color: #fff;
    border: 1px solid #FFEC3F;
    background: linear-gradient(264deg, rgba(255, 236, 63, 0.50) 0%, rgba(255, 236, 63, 0.10) 100%);
}
.shop-server-item:nth-child(1){
    border-radius: 50px 0 0 50px;
}
.shop-server-item:nth-child(3){
    border-radius: 0 50px 50px 0;
}

.shop-h-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6B727D;
    width: 150px;
    height: 50px;
    cursor: pointer;
    color: #6B727D;
    transition: .3s;
}
.shop-h-item.active{
    border: 1px solid #FFEC3F;
    background: linear-gradient(264deg, rgba(255, 236, 63, 0.50) 0%, rgba(255, 236, 63, 0.10) 100%);
    color: #fff;
}
.shop-h-item:hover{
    color: #fff;
    border: 1px solid #FFEC3F;
    background: linear-gradient(264deg, rgba(255, 236, 63, 0.50) 0%, rgba(255, 236, 63, 0.10) 100%);
}
.shop-h-item:nth-child(1){
    border-radius: 50px 0 0 50px;
}
.shop-h-item:nth-child(3){
    border-radius: 0 50px 50px 0;
}
.shop_container{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    display: none;
    min-height: 500px;
}
.shop_container.active{
    display: flex;
}
.section-shop{
    margin-top: 100px;
}
.shop-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
    scroll-snap-type: x mandatory;
}
.desc-blank{
    margin: 20px 0;
}
.cmd-list p{
    white-space: pre-line;
    color: rgba(255, 255, 255, 0.7);
}
.shop-item{
    border-radius: 25px;
    border: 1px solid #6B727D;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap: 15px;
    cursor: pointer;
    transition: .3s;
    background: none;
    scroll-snap-align: center;
}
.shop-item:hover{
    border: 1px solid #FFEC3F;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 236, 63, 0.00) 0%, rgba(255, 236, 63, 0.10) 100%);
}
.shop-item.pressed{
    border: 1px solid #FFEC3F;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 236, 63, 0.00) 0%, rgba(255, 236, 63, 0.35) 100%);
}
.shop-item img{
    margin: 0 auto;
}
.product-desc{
    display: flex;
    justify-content: space-between;
}
.shop-desc{
    background-color: #293341;
    border-radius: 25px;
    padding: 25px;
    width: 45%;
    height: 500px;
    display: none;
}
.shop-desc.active{
    display: block;
}
ul.cmd{
    padding: 0;
    list-style-type: none;
}
li.cmd{
    padding: 10px 0;
}
ul.advanced-list{
    padding: 0;
    list-style-type: none;
}
ul.advanced-list li{
    padding: 10px 0;
}
.cmd-list{
    overflow-y: auto;
    height: 400px;
}
.privileges{
    width: 300px;
    height: 65px;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #6B727D;
    background: rgba(47, 60, 80, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.privileges span{
    font-size: 20px;
    text-transform: uppercase;
}
.back-btn{
    background: radial-gradient(30.18% 43% at 38.52% 100%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(87deg, #0A55CC 11.3%, #5395FF 83.05%);
    width: 270px;
    height: 50px;
    border-radius: 5px 15px;
    margin: 50px auto;
    cursor: pointer;
    transform: skew(-37deg);
    transition: .3s;
}
.back-btn span{
    transform: skew(37deg);
}
.back-btn:hover{
    filter: drop-shadow(1px 3px 0px #123E85) drop-shadow(0px 0px 5px rgba(83, 149, 255, 0.35));
}
.add-ip{
    display: flex;
    align-items: center;
    font-size: 12px;
    position: absolute;
    bottom: -50px;
    left: 15px;
    background-color: #2F3C50;
    border-radius: 10px;
    padding: 10px 15px;
    gap: 2px;
    width: 100%;

    transform: translateY(-150%) skew(20deg);
    opacity: 0;
    z-index: -5;
    transition: .3s;
}
.add-ip.active{
    z-index: 1;
    transform: translateY(0%) skew(20deg);
    opacity: 1;
    left: 35px;
}
.ip .add-ip.active{
    z-index: 1;
    transform: translateY(0%) skew(37deg);
    opacity: 1;
}
.add-ip img{
    transform: skew(0deg) !important;
}

.rules-item{
    background-color: #293341;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    font-size: 20px;
    color: #6B727D;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 15px;
}
.rules-item.open{
    color: #fff;
    border-radius: 15px 15px 0 0;
}
.rules-item img{
    transition: .4s;
}
.rules-item img.open{
    transform: rotate(180deg);
    filter: brightness(10);
}
.rules-content{
    width: 1000px;
    margin: 25px auto;
}
.rules-desc{
    height: 0;
    overflow: hidden;
    background-color: #293341;
    transition: .3s;
    padding: 0 25px;
}
.rules{
    color: #6B727D;
}
.version{
    background: linear-gradient(268deg, rgba(255, 255, 255, 0.10) 0.07%, rgba(255, 255, 255, 0.05) 100.05%);
    width: 180px;
    height: 35px;
    transform: skew(-37deg);
    border-radius: 5px 15px;
    font-size: 12px;
}
.version ~ h1{
    margin: 20px 0;
}
.version span{
    transform: skew(37deg);
}
.b-start-btn{
    background: radial-gradient(35.28% 39% at 54.89% 94%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(86deg, #0A55CC 8.98%, #5395FF 100.22%);
    transform: skew(-37deg);
    border-radius: 5px 15px;
    width: 200px;
    height: 50px;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
    transition: .3s;
}
.b-start-btn span, .b-start-btn img{
    transform: skew(37deg);
}
.b-start-btn img{
    position: absolute;
    left: -50px;
}
.b-start-btn span{
    margin-left: 15px;
}
.b-start-btn:hover{
    filter: drop-shadow(1px 2px 0px #123E85) drop-shadow(0px 0px 5px rgba(83, 149, 255, 0.35));
}
.flex.start{
    margin-top: 50px;
}
.player-d{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.play-d{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) skew(10deg) !important;
    width: 15px;
}
.img-play{
    width: 58px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: skew(20deg) !important;
}

.player{
    position: relative;
    cursor: pointer;
}
.player:hover .play{
    width: 30px;
}
.play{
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    width: 25px;
}
form select{
    width: 100%;
    padding: 25px 0;
    padding-left: 50px;
    font-size: 20px;
    border-radius: 15px;
    margin: 35px auto;
    color: #6B727D;
    outline: none;
    border-width: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../content/rules/down-arrow.svg) 97%/30px no-repeat #1E2126;
    cursor: pointer;
}
form select:before{
    
}
form select:focus{

}
.buy-header{
    margin-bottom: 30px;
    text-align: center;
}
input[type="checkbox" i] {
    background-color: #121518;
}

.y-polygon{
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}
.chest{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.brick{
    position: absolute;
    left: 60px;
    z-index: -1;
    top: -25px;
}
.workbench{
    position: absolute;
    right: -80px;
    z-index: 1;
    top: 150px;
}
.table{
    position: absolute;
    left: 40px;
    z-index: 1;
    bottom: -30px;
}
.b-polygon{
    position: relative;
    width: 200px;
} 
.bb-polygon{
    position: relative;
    width: 200px;
}
.b-polygon .b-polygon-img{
    position: absolute;
    left: -90px;
    top: -190px;
}
.burger{
    background: radial-gradient(34.45% 35.33% at 41.6% 95.33%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(82deg, #0A55CC 13.62%, #5395FF 151.97%);
    width: 70px;
    height: 45px;
    position: relative;
    transform: skew(-30deg);
    border-radius: 5px 15px;
    margin-left: 20px;
    cursor: pointer;
    display: none;
    transition: .3s;
}
.burger img{
    position: absolute;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(30deg);
    transition: .3s;
}
.burger img.open{
    transform: translate(-50%, -50%) skew(30deg) rotate(45deg);
}
.mob-header{
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    transition: .3s;
    transform: translateY(-120%);
}
.mob-header.open{
    transform: translateY(0);
}
.mh-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.mh-item{
    width: 210px;
    height: 50px;
    background-color: #212937;
    transform: skew(-37deg);
    border-radius: 5px 15px;
    margin: 15px 0;
    font-size: 14px;
}
.mh-item span{
    transform: skew(37deg);
}
.start-modal{
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    transition: .3s;
    transform: translateY(-150%);
}
.start-modal.open{
    transform: translateY(0);
}
.start-contact{
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    transition: .3s;
    transform: translateY(-150%);
}
.start-contact.open{
    transform: translateY(0);
}
.start-steps{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start ;
    overflow-y: auto;
    overflow-x: hidden;

}
.start-steps h2{
    font-size: 22px;
}
.step-mob{
    display: flex;
    gap: 100px;
    padding-bottom: 70px;
}
.start-step{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
    position: relative;
    width: 83%;
}
.start-step h2{
    margin-bottom: 20px;
}
.start-step .da{
    width: 50px;
    margin: 30px 0;
}
.start-step1{
    width: 350px;
    border: 1px solid #6B727D;
    padding: 35px;
    transform: skew(-15deg);
    border-radius: 5px 15px;
    position: relative;
    margin-top: 40px;
}
.start-step1 h2, .start-step1 h3, .start-step1 .playform-content{
    transform: skew(15deg);
}
.start-step1 h2{
    line-height: 100%;
    margin-left: 40px;
}
.start-step1 h3{
    margin: 30px 0;
}
.start-step1 img{
    transform: skew(15deg);
    position: absolute;
    top: 25px;
    left: -60px;
}
.google-play{
    width: 180px;
    height: 40px;
    color: #fff;
    transform: skew(-20deg);
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 5px 15px;
    cursor: pointer;
    gap: 10px;
    font-size: 14px;
}
.google-play img{
    width: 20px;
}
.google-play span{
    transform: skew(20deg);
}
.close{
    filter: invert(1);
    width: 60px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 1px #000 solid;
    border-radius: 50%;
    padding: 7px;
    opacity: 0.7;
}

.apple-store{
    width: 180px;
    height: 40px;
    color: #fff;
    transform: skew(-20deg);
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 5px 15px;
    cursor: pointer;
    gap: 10px;
}
.apple-store img{
    transform: skew(15deg);
    position: relative !important;
    left: unset !important;
    top: unset !important;
    width: 20px;
}
.apple-store span{
    transform: skew(20deg);
}
.platform-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transform: skew(15deg);
}

.start-step2{
    width: 350px;
    border: 1px solid #6B727D;
    padding: 35px;
    transform: skew(-15deg);
    border-radius: 5px 15px;
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.start-step2 h2{
    line-height: 100%;
    margin-left: 40px;
    transform: skew(15deg);
}
.start-step2 h3{
    margin: 30px 0;
    transform: skew(15deg);
}
.start-step2 img{
    transform: skew(10deg);
    position: absolute;
    top: 25px;
    left: -60px;
}
.ip-s{
    background: linear-gradient(268deg, rgba(255, 255, 255, 0.10) 0.06%, rgba(255, 255, 255, 0.05) 91.33%); 
    border-radius: 5px 15px;
    padding: 10px 20px;
    transform: skew(-10deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 230px;
    z-index: 1;
}
.ip-s div, .ip-s img{
    transform: skew(20deg);
}
.screen{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    margin-top: 20px;
    transform: skew(15deg) !important;

}
.ip-s img{
    left: unset !important;
    top: unset !important;
    position: relative !important;
    margin-right: 5px;
}

.start-step3{
    width: 350px;
    border: 1px solid #FFEC3F;
    padding: 35px;
    transform: skew(-15deg);
    border-radius: 5px 15px;
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 236, 63, 0.25) 0%, rgba(255, 236, 63, 0.00) 100%);
}
.start-step3 h2{
    line-height: 100%;
    margin-left: 40px;
    transform: skew(15deg);
}
.start-step3 h3{
    margin: 30px 0;
    transform: skew(15deg);
}
.start-step3 img{
    transform: skew(10deg);
    position: absolute;
    top: 25px;
    left: -60px;
}
.triggers{
    position: absolute;
    top: -100%;
    left: -100%;
    opacity: 0;
}
.blue-cir{
    width: 5px;
    height: 5px;
    background-color: #5395FF;
    transform: skew(37deg);
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse 2s infinite;
}

.main-points{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 40px;
}
.point{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}
.point.active{
    background-color: #5395FF;
}
.flex.ipl{
    gap: 7px;
    position: relative;
}
.btn-play{
    background: linear-gradient(268deg, rgba(255, 255, 255, 0.10) 0.06%, rgba(255, 255, 255, 0.05) 91.33%);
    border-radius: 5px 15px;
    padding: 10px 20px;
    transform: skew(-10deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 200px;
}

.registrator{
    border-radius: 15px;
    background: #25292e;
    padding: 10px 20px;
    color: #fff;
    line-height: 150%;
    text-align: right;
    margin: 25px 0;
    width: fit-content;
    float: right;
}





@keyframes pulse {
    0% {
        box-shadow: 0 0 1px 1px rgb(83 149 255);
    }
    70% {
        box-shadow: 0 0 5px 1px rgb(83 149 255);
    }
    100% {
        box-shadow: 0 0 1px 1px rgb(83 149 255);
    }
  }


@media (min-width: 451px) {
	.col-white {
		color: #FFF;
		font-size: 24px;
    	font-weight: bold;
	}
	.col-blue {
		color: #5395FF;
		font-size: 24px;
    	font-weight: bold;
	}
}

@media (max-width: 450px) {
	.col-white {
		color: #FFF;
		font-size: 16px;
    	font-weight: bold;
	}
	.col-blue {
		color: #5395FF;
		font-size: 16px;
    	font-weight: bold;
	}
}

@media (max-width: 1450px){
    .h-item{
        font-size: 13px;
    }
    .app{
        width: 1150px;
    }
    .h-logo img{
        width: 120px;
    }
    .h-item{
        width: 150px;
    }
    .h-vk-btn{
        font-size: 13px;
        width: 180px;
    }
    .h-start-btn{
        width: 180px;
        font-size: 13px;
    }
    .team-item h3{
        font-size: 22px;
    }
    .shop-item{
        width: 175px;
        height: 175px;
    }
    .team-item h3{
        font-size: 18px;
    }
    .shop-item{
        padding: 10px;
    }
    .step-mob{
        gap: unset;
        flex-direction: column;
    }
}
@media (max-width: 1350px){
    .version ~ h1{
        font-size: 40px;
    }
    .app{
        width: 1050px;
    }
    .h-item{
        width: 140px;
        font-size: 12px;
    }
    .l-blue-line{
        display: none;
    }
    .main-sc{
        width: 500px;
    }
    .brick{
        width: 125px;
        top: -10px;
    }
    .workbench{
        width: 140px;
        right: -60px;
    }
    .table{
        width: 160px;
        left: 45px;
        bottom: -25px;
    }
    .shop-item{
        width: 155px;
        height: 155px;
    }
    .shop-item img {
        width: 75px;
    }
    .product-desc {
        font-size: 14px;
    }
    footer{
        flex-direction: column;
        align-items: flex-start;
    }
    .foo-ul{
        width: 300px;
        margin-top: 50px;
    }
    .team-item h3{
        font-size: 14px;
    }
    .team-go-btn{
        font-size: 14px;
        width: 115px;
        height: 33px;
    }
    
}
@media (max-width: 1220px){
    .sc-2{
        margin-top: 600px;
    }
    .app{
        width: 950px;
    }
    .h-content{
        display: none;
    }
    .h-start-btn{
        margin-left: 30px;
    }
    .burger{
        display: block;
    }
    .main-sc{
        width: 450px;
    }
    .brick{
        width: 100px;
        top: 0;
    }
    .workbench {
        width: 120px;
        right: -48px;
    }
    .table {
        width: 145px;
    }
    h2{
        font-size: 26px;
    }
    .player img:not(.play){
        width: 80px;
    }
    h1{
        font-size: 40px;
    }
    h3{
        font-size: 15px;
    }
    .section-1{
        margin-top: 120px;
    }
    .section-2 {
        margin-top: 20px;
    }
    .rules-content{
        width: 900px;
    }
    .shop-item{
        width: 140px;
        height: 150px;
        padding: 20px 24px;
    }
    .product-desc {
        font-size: 13px;
    }
    .shop-item img{
        width: 90px;
    }
    .team-item h3{
        font-size: 13px;
    }
    .team-go-btn{
        font-size: 13px;
        width: 100px;
        height: 30px;
    }
    .shop-item{
        width: 145px;
        padding: 20px 12px;
    }
    .render-2{
        left: calc(50% - 25px);
        width: 360px;

    }
}
@media (max-width: 1100px){
    .sc-2{
        margin-top: 700px;
    }
    .b-polygon .b-polygon-img{
        top: 0;
    }
    .online_container{
        text-align: center;
    }
    .app {
        width: 850px;
    }
    .main-sc{
        width: 430px;
    }
    .brick{
        top: -5px;
    }
    .version ~ h1{
        font-size: 35px;
    }
    h1 {
        font-size: 35px;
    }
    .sc-2-content{
        flex-direction: column;
    }
    .sc-2-content .dl{
        flex-direction: column;
    }
    .b-polygon {
        height: 125px;
    }
    .render-2 {
        left: calc(50%);
        top: -30%;
        transform: translate(-50%, -50%);
        width: 320px;
    }
    .section-3{
        flex-direction: column;
        margin-top: 160px;
    }
    .main-donate{
        width: 100%;
    }
    .last-donate{
        width: 100%;
        margin-top: 70px;
    }
    .rules-content {
        width: 800px;
    }
    .shop_container{
        flex-direction: column;
    }
    .privileges{
        margin: 0 auto;
    }
    .shop-grid{
        display: flex;
        width: 100%;
        padding: 25px 0;
        overflow-x: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .shop-desc{
        width: 100%;
    }
    .privileges{
        cursor: pointer;
    }
    .shop-item {
        width: 200px;
        padding: 47px 54px;
        height: 200px;
    }
    .product-desc{
        gap: 40px;
        margin-left: -20px;
    }
    .flex.dl{
        display: none;
    }
    .stnt {
        right: unset;
        left: -100px;
        bottom: 35%;
        width: 110px;
    }
    .sbook{
        left: unset;
        right: 0;
        width: 90px;
    }
    .sdiamb{
        width: 105px;
        left: -50px;
    }
    .sdiam {
        left: 50%;
        top: -145px;
    }
    .smetal{
        left: 0;
    }



}
@media (max-width: 950px){
    .app{
        width: 88%;
        margin: 2% 6%;
    }
    .team-content{
        flex-direction: column;
    }
    .team-item{
        width: 100%;
    }
    .team-item.rd{
        margin: 15px 0;
    }
    .version ~ h1{
        font-size: 28px;
    }
    h1{
        font-size: 28px;
    }
    .rules-content {
        width: 100%;
    }
    .team-go-btn{
        width: 120px;
        height: 35px;
    }
    .team-item h3 {
        font-size: 18px;
    }
    .s-blue-line ~ h3 {
        max-width: 305px;
        font-size: 14px;
    }

}
@media (max-width: 900px){
    .section-1{
        background-color: unset;
    }
    .main-sc{
        width: 350px;
    }
    .main-image{
        top: 40%;
    }
    .brick {
        top: -17px;
        width: 95px;
        left: 45px
    }
    .workbench{
        width: 100px;
        right: -35px;
    }
    .table {
        width: 130px;
        bottom: -25px;
    }
    .flex.rds{
        flex-direction: column;
        gap: 25px;
    }
    .rules-ds{
        position: relative;

    }
    .rules-ds img{
        width: 300px;
    }
    .rules-main h1{
        text-align: center;
        font-size: 40px;
    }
    .donate-main h1{
        text-align: center;
        font-size: 40px;
    }
    .flex.start{
        margin-top: 30px;
    }
    .sc-2{
        margin-top: 650px;
    }
    .render-2 {
        width: 300px;
    }

}
@media (max-width: 800px){
    .main-sc{
        width: 310px;
    }
    .flex.sb{
        font-size: 12px;
        max-width: 352px;
    }
    .workbench{
        width: 90px;
        right: -25px;
    }
    .brick{
        width: 85px;
    }
    .table {
        width: 115px;
        bottom: -20px;
    }

    
}

@media (max-width: 760px){
    .h-vk-btn{
        display: none;
    }
    .version{
        width: 290px;
        height: 45px;
    }
    .version ~ h1{
        width: 200px;
    }
    .s-blue-line ~ h3{
        width: 180px;
    }
    .version ~ h1{
        font-size: 42px;
        line-height: 100%;
    }


}
@media (max-width: 700px){
    .rules-item{
        font-size: 18px;
    }
    .foo-item{
        width: 100%;
    }
    .foo-ul{
        width: 50%;
    }
    .foo-item.cs{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .foo-item.cs h3{
        margin: unset !important;
        margin-top: 10px !important;
    }
    .version{
        width: 175px;
    }
    .main-sc{
        width: 260px;
    }
    .brick {
        width: 75px;
    }
    .workbench {
        width: 75px;
        right: -21px;
        top: 130px;
    }
    .table {
        width: 90px;
        bottom: -10px;
    }
    .version ~ h1{
        font-size: 35px;
    }
    .s-blue-line ~ h3{
        margin-left: 10px;
        font-size: 12px;
        max-width: 185px;
    }
    .btn{
        font-size: 12px;
    }
    .b-start-btn{
        width: 170px;
        height: 40px;

    }
    .b-start-btn img{
        left: -45px;
        width: 75px;
    }
    .s-blue-line{
        width: 25px;
    }
    .s-yellow-line{
        width: 25px;
    }

}
@media (max-width: 600px){
    .rules-item{
        font-size: 16px;
    }
    .buy-btn{
        font-size: 12px !important;
    }
    .mh-item{
        font-size: 12px !important;
    }
    .h-start-btn{
        font-size: 11px;
        width: 130px;
        height: 35px;
    }
    .h-start-btn img{
        width: 55px;
    }
    .burger{
        width: 55px;
        height: 35px;
    }
    .burger img{
        width: 20px;
    }
    .h-logo img{
        width: 100px;
    }
    .main-donate{
        padding: 30px;
    }
    .h-start-btn span{
        margin-left: 12px;
    }
    .h-start-btn img{
        left: -30px;
    }
    .s-blue-line ~ h3{
        font-size: 10px;
        margin-left: 7px;
    }
    .version ~ h1{
        font-size: 30px;
    }
    .version{
        width: 145px;
        font-size: 11px;
        height: 35px;
    }
    .donate-main h1{
        font-size: 35px;
    }
    .s-yellow-line ~ h3{
        font-size: 14px;
    }
    .shop-h-item{
        font-size: 14px;
        width: 135px;
    }
    .privileges span {
        font-size: 16px;
    }
    .privileges{
        width: 270px;
        height: 56px;
        gap: 10px;
        font-size: 14px;
    }
    .rules-desc{
        padding: 0 15px;
    }
    .rules-item{
        padding: 0 15px;
    }
    .b-start-btn{
        display: none;
    }
    .sc-2{
        margin-top: 600px;
    }
    .b-polygon {
        height: 100px;
    }
    .render-2 {
        width: 250px;
    }
    .close{
        width: 45px;
    }
    .start-step{
        margin-top: 130px;
    }
    .sdiam{
        width: 57px;
    }
    .sdiamb {
        width: 75px;
        left: -48px;
        top: -120px;
    }
    .schest{
        right: -35px;
        top: -75px;
        width: 105px;
    }
    .stnt{
        left: -60px;
        width: 65px;
    }
    .sbook{
        bottom: -80px;
        width: 70px;
    }
    .smetal{
        width: 65px;
    }

    
}
@media (max-width: 550px){
    .team_container img{
        width: 300px;
    }
    .workbench{
        right: -7px;
    }
    .rules-item{
        font-size: 15px;
    }
    .main-sc{
        width: 200px;
    }
    .brick{
        width: 60px;
        left: 30px;
    }
    .workbench {
        width: 70px;
        top: 90px;
    }
    .table{
        width: 80px;
        left: 25px;
    }
    .version ~ h1 {
        font-size: 25px;
        margin: 15px 0;
    }
    .s-blue-line {
        width: 15px;
    }
    .s-blue-line ~ h3{
        font-size: 9px;
    }
    .btn {
        font-size: 10px;
    }
    .b-start-btn{
        width: 140px;
        height: 35px;
        margin-left: 35px;
    }
    .flex.start {
        margin-top: 20px;
    }
    .b-start-btn img {
        left: -41px;
        width: 65px;
    }
    .step h2{
        font-size: 20px;
    }
    .step{
        width: 300px;
    }
    .sc-2-content{
        margin-top: 0px;
    }
    .online-content {
        width: 100%;
        flex-direction: column;
    }
    .online_container{
        width: 100%;
    }
    .render-2{
        width: 225px;
        margin-right: unset;
    }
    .online_container h2{
        margin: -10px 0;
    }
    .online h2{
        margin: unset !important;
    }
    .sc-2{
        margin-top: 520px;
    }
    .start-step{
        width: 85%;
    }

}

@media (max-width: 500px){
    .rules-item{
        font-size: 14px;
    }
    .rules-main h1{
        font-size: 30px;
    }
    .donate-main h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
    .product{
        font-size: 11px;
    }
    .nickname{
        font-size: 16px;
    }
    .time{
        font-size: 14px;
    }
    .last-donate{
        padding: 40px 15px;
    }
    .nickname-content{
        margin-left: 15px;
    }
    .app {
        width: 94%;
        margin: 2% 3%;
    }
    .section-1{
        padding: 10px;
    }
    .s-yellow-line ~ h3{
        font-size: 12px;
        max-width: 280px;
        margin-left: 10px;
    }
    .shop-h-item {
        font-size: 13px;
        width: 115px;
        height: 45px;
    }
    .privileges span {
        font-size: 14px;
    }
    .privileges{
        width: 250px;
        height: 50px;
        font-size: 12px;
    }
    .privileges img{
        width: 25px;
    }
    .step {
        width: 250px;
    }
    .step h2 {
        font-size: 15px;
    }
    .step h3 {
        font-size: 13px;
    }
    .step img{
        left: -35px;
        width: 70px;
    }
    .play-d{
        width: 15px !important;
    }
    .img-play{
        width: 50px !important;
    }
    .ip-s{
        width: 180px;
    }
    .screen{
        width: 150px !important;
    }
    .google-play img{
        width: 20px !important;
    }
    .apple-store img{
        width: 20px !important;
    }
    .foo-item.cs h3{
        font-size: 14px;
    }
    .foo-ul{
        font-size: 13px;
    }
    .registrator{
        font-size: 13px;
    }
    .online_container h2{
        font-size: 24px !important;
    }
    .start-step{
        width: 85%;
    }
    .close{
        left: unset !important;
        width: 45px !important;
    }
    .render4{
        width: 150px !important;
    }

}
@media (max-width: 420px){
    header{
        padding: 15px;
    }
    .h-logo img{
        width: 85px;
    }
    .btn {
        font-size: 9px;
    }
    .h-start-btn{
        width: 115px;
        height: 35px;
    }
    .donate-main h1{
        font-size: 28px;
    }
}
@media (max-width: 400px){
    .product{
        font-size: 10px;
        padding: 8px 15px;
    }
    .last-item .flex img{
        width: 35px;
    }
    h2{
        font-size: 18px;
    }
    .donate-main h1 {
        font-size: 26px;
    }
    
    
}

@media (max-width: 380px){
    .section-1 {
        padding: 5px;
    }
    .main-sc {
        width: 180px;
    }
    .brick {
        width: 56px;
        left: 25px;
    }
    .workbench {
        width: 65px;
        top: 85px;
    }
    .table {
        width: 75px;
        bottom: -20px;
    }
    .flex.sb {
        max-width: 150px;
    }
    .version ~ h1{
        font-size: 23px;
    }
    .btn {
        font-size: 9px;
    }
    .version {
        width: 120px;
        height: 30px;
    }
    .h-start-btn span {
        margin-left: 6px;
    }
    .h-start-btn img {
        left: -35px;
    }
    .h-start-btn {
        width: 100px;
        height: 35px;
    }
    .h-logo img{
        width: 70px;
    }
    .shop-h-item {
        font-size: 11px;
        width: 100px;
        height: 40px;
    }
}