/* -Шалом- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}


:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webcit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none; color: #c7c7c7;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

textarea {
resize: none;
}

/* - Шрифты - */

@font-face {
    font-family: 'AvenirNextCyr';
    src:url('./fonts/avenirnextcyr-bold.woff2') format('woff2');
    font-weight: 600;
    line-height: 120%;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('./fonts/avenirnextcyr-medium.woff2') format('woff2');
    font-weight: 500;
    line-height: 120%;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('./fonts/avenirnextcyr-regular.woff2') format('woff2');
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
}


/* - end Шрифты - */


body{
font-family: 'AvenirNextCyr', sans-serif;
background: #141414;
color: #eaeaea;
}


a{
    font-weight: 500;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
    transform: all 1s;
}

a:hover{
    color: #2B4B54;
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #eaeaea;
font-family: 'AvenirNextCyr', sans-serif;
line-height: 130%;  
}

h1{
font-size: 48px;
font-weight: 600;
}

h2{
font-size: 36px;
font-weight: 600;
margin-bottom: 20px;
}

h3{
font-size: 24px;
}


h4{
font-size: 20px;
}

h5{
font-size: 14px;  
}

p{
font-size: 16px; 
}



::-webkit-scrollbar{
    height: 4px;
    width: 9px;
}

::-webkit-scrollbar-track{
background: #f0f0f0;
border-radius: 0px;
}
::-webkit-scrollbar-track piece{
    background: #e3e3e3;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
    border-radius: 0px;
}

.container {
    width: 1000px;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: border-box;
    position: relative;
}

.main_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 888px;
    margin-top: 77px;
    margin-bottom: 44px;
    align-items: center;
    opacity: 1;
    /*background:
        linear-gradient(to bottom, #141414 0, rgba(20,20,20,0) 520px),
        linear-gradient(to top,    #141414 0, rgba(20,20,20,0) 520px),
        linear-gradient(to right,  #141414 0, rgba(20,20,20,0) 520px),
        linear-gradient(to left,   #141414 0, rgba(20,20,20,0) 520px),
        url(./img/main.webp);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, cover;
}

.main_block h2{
    text-align: center;
    line-height: 140%;
}

.main_block h2 span{
    text-align: center;
    line-height: 140%;
    font-size: 36px;
    font-weight: 600;
}

.main_block h4 {
    text-align: center;
    font-size: 18px;
    max-width: 450px;
}

.main_off p{
    margin-bottom: 33px;
    text-align: center;
}

.bsr{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 31px;
    margin-bottom: 31px;
    justify-content: center;
}

.bsr a{
    color: #f8f8f8;
    opacity: 0.8;
}

.point{
    background: #f8f8f8;
    border-radius: 50%;
    flex-shrink: 0;
    height: 4px;
    margin: auto 0;
    width: 4px;
}

.promocode_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.link_block {
    width: 100%;
    max-width: 720px;
    height: 320px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-bottom: 44px;
    box-shadow: 5px 4px 20px #33313f;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.link_block a{
    width: 100%;
    height: 100%;
}


.promo_block{
    width: 100%;
    max-width: 720px;
    height: 320px;
    background: #212121;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 44px;
    box-shadow: 5px 4px 20px #33313f;
}

.promo_block p{
    margin-bottom: 10px;
    text-align: left;
}

.pr_img{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 2px dashed #474747;
}

.pr_img img{
    width: 110px;
    height: 110px;
    margin-bottom: 31px;
}

.promo_ir{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
}

.promo_ir p span {
    color: #72d79b;
    font-weight: 500;
}

.promo_head{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.promo_head p{
    opacity: 0.7;
}

.promo_ver{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promo_ver img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.promo_check{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    opacity: 0.7;
}

.promo_check .promo_ver img{
    width: 16px;
    height: 16px;
}

.promo_check .promo_ver{
    font-size: 12px;
    margin-right: 10px;
}

.promo_user{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    opacity: 0.7;
    margin-top: 16px;
}

.promo_user img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.promo_block .btn {
    width: 100%;
    min-width: 200px;
    height: 50px;
    border-radius: 7px;
    background: #126df7;
    color: #f8f8f8;
    font-size: 18px;
    opacity: 1;
    transition: opacity 1s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo_ir .mbr{
    justify-content: flex-start;
    margin-top: 31px;
    margin-bottom: 0px;
    display: flex;
    width: 100%;
}

.promo_ir .mbr .btn{
    max-width: 250px;
}

.promo_ir .mbr .btn img{
    margin-right: 0px;
    margin-left: 7px;
    width: 25px;
    height: 25px;
}

.logo_row{
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.logo_row img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.logo_row h4{
    font-size: 20px;
    font-weight: 600;
}

.line{
    width: 100%;
    border-bottom: 1px solid #443c44;
    margin-bottom: 33px;
}

.art_row{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: #f8f8f8;
    border-radius: 30px;
    margin-bottom: 33px;
    box-sizing: border-box;
    padding: 33px 22px;
}

.art_row h1,
.art_row h2,
.art_row h3,
.art_row h4,
.art_row h5,
.art_row p {
    color: #141414;
}

.art_row h3{
    font-weight: 600;
    margin-bottom: 10px;
}

.art_row p{
    margin-bottom: 20px;
    line-height: 150%;
}

.art_row p b{
    font-weight: 500;
}

.art_row h4{
    font-weight: 500;
    margin: 10px 0px;
}

.art_row h5{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}

.art_row img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


footer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 50px;
    justify-content: space-between;
}

.ft_info{
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.ft_info h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.ft_info h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ft_info h5{
    opacity: 0.7;
    max-width: 240px;
}

.ft_info p{
    font-size: 13px;
    opacity: 0.7;
}

.ft_info a{
    font-size: 14px;
    max-width: 160px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.ft_info a:hover{
    opacity: 1;
}

.ft_mess{
    display: flex;
    flex-direction: row;
    width: 50%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ft_mess .btn{
    width: 100px;
    min-width: 100px;
    height: 40px;
    font-size: 14px;
    margin-right: 15px;
    color: #f8f8f8;
}

.wh{
    background: #3a9f93;
}

.tg{
    background: #0088cc;
}

.mx{
    background: linear-gradient(88.21deg, #630eff 0.86%, #3a89fb 97.76%);
}

.ft_info .logo_row{
    margin-bottom: 20px;
}

.ft_info .logo_row h4{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}

.bg_gr {
    background: linear-gradient(93.23deg, #f778ba 2.35%, #79c0ff 76.99%);
    min-height: 550px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    filter: blur(166px);
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1200px){

.container{
width: 938px;
margin: 0px auto;
padding: 0px 15px;

}





@media (max-width: 990px){

.container{
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}

.black{
    display: none;
}    





@media (max-width: 550px){

.container {
    width: 100%;
    padding: 0px 10px;
}


.card_row {
    justify-content: center;
}

.card_block {
    width: 100%;
    max-width: 300px;
    height: 340px;
}

.card_block img {
    width: 110px;
    height: 37px;
    margin-bottom: 10px;
}

#vbucks {
    width: 240px;
    height: auto;
    margin-top: 20px;
}

.main_off p{
    text-align: center;
}

.bg_gr{
    opacity: 0.5;
}

.promo_block{
    flex-direction: column;
    height: auto;
    border: 2px dashed #524856;
    padding: 35px 25px;
}

.pr_img{
    width: 100%;
    border-right: none;
    border-bottom: 2px dashed #524856;
    padding-bottom: 20px;
}

.promo_ir{
    width: 100%;
    margin-left: 0px;
    margin-top: 31px;
    align-items: center;
}

.promo_ver img{
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.promo_ir .mbr{
    justify-content: center;
}

.mbr .btn{
    max-width: 300px;
}

.promo_ir .mbr .btn {
    max-width: 300px;
}




}











































