
/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,prox,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
 
 


/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
.mod:after,
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mod,
.section {
	zoom: 1;
}


/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a, * {
     -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;
}

a {
    color: #222;
}
*{outline:none
}

.box, div, header, footer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
footer {
display: none
}

html {
	width:100%;
	height:100%;
	min-height:100%;
    background: #222;
    font-size: 10px;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/cyr.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/cyr2.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/lat.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/lat2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




body {
background: #222;
    color:#ebebeb;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;

    font-size: 1.6rem;
    overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {

    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}


* {


}

a {
    text-decoration: none;
    color:#ebebeb;
		/*transition: 0.3s ease-out;
	-webkit-transition: 0.4s ease-out;*/
}

a:hover {	
		
}

* {

}

p {
    margin-top: 3.8rem;
    line-height: 120%;
text-align: left;

}
.anons {

}
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0 1em 0;
}
.gap-8 {
    margin-top: 0.8rem;
}
.gap-16 {
    margin-top: 1.6rem;
}
.gap-24 {
    margin-top: 2.4rem;
}
.gap-32 {
    margin-top: 3.2rem;
}

#main {
    width: 100%;
    height: 100%;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: absolute;
    align-items: center;


}
#content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10rem;
}
#logo {
    width: 100%;
    height: auto;
    text-align: center;
}
.shot {
    width: 100%;
    height: auto;
    border-radius: 1.8rem;
    overflow: hidden;
    position: relative;
    border-top: 0.4rem solid #111;
    border-bottom: 0.4rem solid #111;
    border-left: 0.8rem solid #111;
    border-right: 0.8rem solid #111;
    -webkit-box-shadow: -.1rem 1.1rem 4.4rem 0px rgba(18, 18, 24, 1);
    -moz-box-shadow: -.1rem 1.1rem 4.4rem 0px rgba(18, 18, 24, 1);
    box-shadow: -.1rem 1.1rem 4.4rem 0rem rgba(18, 18, 24, 1);
    max-width: 800px;
}

#logo img{
    width: 70%;
    height: auto;
    max-width: 250px;
}

.grid-4 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.grid-4 .shot {
    width: 100%;
}
#download-icon {
    width: 6.8rem;
    height: 6.8rem;
}
#download-icon img {
    width: 100%;
    height: 100%;
}
#download {
    display: flex;
    gap: 1.6rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

#google-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;

}
#google, #rustore{
    width: 292px;
    height: 75px;





}
#google img ,  #rustore img{
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, .5);
    box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, .5);

}
.support-text {
    border: 2px solid #2AC7F9;
    padding: .8rem;
    border-radius: 0.8rem;
    font-size: .85em;


}

.divider {
    position: relative;
    padding-top: 1.6rem;
}
.divider:after {
    position: absolute;
    content: "";
    width: 50%;
    left: 25%;
    height: 3px;
    background-color: #999;
    top: 0;

}
.p-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}.p-holder p {
    max-width: 700px;
 }

li {
    list-style: disc;
    margin-left: 2rem;
    margin-top: 1rem;
    line-height: 120%;
}
.maxw-1 {
    max-width: 600px;
    text-align: center;
}
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#donation {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 5rem;

}
.don-item {
    display: flex;
    flex: 0 1 28%;
    flex-direction: column;
    max-width: 140px;
    gap: 10px;
}
.don-qr img {
    width: 100%;
    height: auto;
}

.don-text {
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    hyphens: auto; /* автоматические переносы если поддерживается */
    position: relative;
}

.don-text:hover:before {
    background-color: rgba(255,255,255, 0.1);
    border: 1px solid rgba(0,0,0,0.2);
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    height:  calc(100% + 16px);
    width:  calc(100% + 16px);
    border-radius: .8rem;
    z-index: -2;
}
.don-text span {
    font-size: 1.5rem;
    line-height: 100%;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-style: normal;
    font-weight: normal;

}

.don-icon {
    width: 14px;
    height: 14px;
    background: url("/img/copy-icon.svg") 50% 50% no-repeat;
    background-size: contain;
    flex: 0 0 14px;
}

.don-copy{
    display: flex;
    flex-direction: row;
    gap: 4px;
    font-size: 1.1rem;
    color: #999;

    justify-content: center;
}

#copyr {
    font-size: 1.2rem;
    color: #999;
}