@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

html, body {
	min-width: 375px;
	min-height: 800px;
}

html{
	/*height: 100%;*/
	width: 100%;
	background-color: #171717;
    background-image: linear-gradient(#171717, #66212A);
}

body
{
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	width: auto !important;
	height: auto !important;
	position: relative;
	line-height: 1.2;
}
body.donate
{
    /*align-items: center;*/
    justify-content: center;
	height: 100vh !important;
	min-height: 1000px;
    background-image: url(../assets/bg_donate.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

td, th {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	padding: 0px 0px 0px 0px;
}
a {
	color: #EF334C;
	text-decoration: none;
	outline: none;
}
a, button {
	transition: 0.5s;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a.active {
	color: #EF334C;
}
a.blocked {
	color: #EEEEEE;
}
a.blocked:hover {
	text-decoration: none;
	color: #EEEEEE;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;
}
img {
	border-width: 0px;
}

h1, h2, h3, h4 {
	color: #EF334C;
	font-weight: 800;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	text-transform: none;
	line-height: 1.2;
	/*letter-spacing: 0.05em;*/
}
h1 {
	font-size: 160px;
	margin: 55px 0px 0px 0px;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 36px;
	margin: 30px 0px 20px 0px;
}
h3 {
	font-size: 30px;
	margin: 25px 0px 15px 0px;
}
h4 {
	font-size: 24px;
	margin: 20px 0px 10px 0px;
}

.content h1 {
	font-size: 50px;
	margin: 50px 0px 0px 0px;
	letter-spacing: 0;
	text-transform: none;
}

.block-wrapper {
	/*margin: 0px auto;*/
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1600px;
}

body > header {
	position: absolute;
	display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 40px 30px 30px;
    z-index: 500;
}
body > header .min-age {
	display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 18px;
	font-weight: 700;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
}
body > header .langs {
	display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    text-transform: uppercase;
}
body > header .langs > .sep {
	display: block;
    opacity: 0.3;
    margin: 0 10px;
}

body > footer {
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
body > footer .copyrights {
    transform: rotate(-90deg); 
    position: absolute;
    bottom: 170px;
    left: 0;
    margin-left: -115px;
    font-size: 12px;
    color: #895259;
}
body > footer .copyrights.ru {
    margin-left: -127px;
}

body > main {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 726px);
    height: 100dvh;
	padding: 0 40px;
}

.block-clip {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 726px;
	height: 905px;
	margin-top: -450px;
	max-height: calc(100% - 40px);
	background-image: url(../assets/bg_clip.png);
	background-size: 806px auto;
	background-position: top right -80px;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.block-clip .clip-wrapper {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 77px;
	right: 119px;
	width: 318px;
	height: 563px;
}
.block-clip .clip-wrapper > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 0;
}
.block-clip .clip-wrapper > .btn-play {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../assets/btn_play.svg);
	background-size: 80px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

body > main > .logo, .main-text .logo {
	display: block;
    width: 78px;
    height: 88px;
	background-image: url(../assets/logo.svg);
	background-size: 78px auto;
	background-position: center center;
	background-repeat: no-repeat;
}
body > main > p, .main-text > p {
	text-align: center;
}
body > main > form {
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-top: 25px;
	width: 100%;
}

.btn-donate, .btn-donate-abs {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}
.btn-donate-abs {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 10px 20px;
	border: 1px solid #EF334C;
	border-radius: 0 0 5px 5px;
    transform: rotate(-90deg); 
    margin-top: -100px;
    margin-left: -36px;
}
.btn-donate-abs.ru {
    margin-left: -105px;
}
.btn-donate {
	padding: 15px 30px;
	border: 1px solid #EF334C;
	border-radius: 5px;
    margin-top: 40px;
}

.btn-close-donate {
	position: absolute;
	display: block;
	top: 40px;
	right: 40px;
	width: 48px;
	height: 48px;
	background-image: url(../assets/btn_close_donate.svg);
	/*background-size: 78px auto;*/
	background-position: center center;
	background-repeat: no-repeat;
}

.donate-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 930px;
	margin-left: 50px;
}
.donate-block {
	width: 830px;
}
.donate-block > h1 {
	font-size: 100px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}
.donate-block > p {
	font-size: 18px;
}
.donate-block .payment-items {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.donate-block .payment-items > .item {
	border: 1px solid #FFFFFF;
	border-radius: 5px;
    width: calc(50% - 15px);
	padding: 20px;
	font-size: 14px;
}
.donate-block .payment-items > .item.full {
	width: 100%;
}
.donate-block .payment-items > .item > h4 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}
.donate-block .payment-items > .item > h4 > span, 
.title {
	font-weight: 400;
	color: #FFFFFF80;
	font-size: 14px;
}

.columns-block {
	display: flex;
}
.columns-block > .column {
	margin-right: 50px;
}
.columns-block > .title {
	width: 140px;
}

.row {
	margin-top: 15px;
}
div.value {
	margin-top: 5px;
	overflow-wrap: break-word;
}


input {
	height: 42px;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	color: #737373;
	text-align: center;
	border-width: 0;
}
input.error {
    background-color: #ffcccc;
    color: #EF334C;
}
input.success {
    background-color: #ccffcc;
}
body > main > form input {
	width: 78%;
	max-width: 400px;
}

button {
	width: auto;
	height: 42px;
	padding: 0 30px;
	border-radius: 5px;
	background-color: #EF334C;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	border-width: 0;
	cursor: pointer;
	text-transform: uppercase;
}
body > main > form button {
	margin-top: 20px;
}

body > main > form .msg {
	margin-top: 20px;
}
body > main > form .msg.error {
    color: #EF334C;
}

.market-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.market-icons > a {
	display: block;
	height: 55px;
	background-size: auto 55px;
	background-position: center center;
	background-repeat: no-repeat;
}
.market-icons > a.ico-apple {
	width: 171px;
	background-image: url(../assets/market_apple.svg);
}
.market-icons > a.ico-google {
	width: 186px;
	background-image: url(../assets/market_google.svg);
}

.social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	margin-top: 30px;
}
.social-icons > a {
	display: block;
	width: 40px;
	height: 40px;
	/*background-size: 78px auto;*/
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.social-icons > a.ico-discord {
	background-image: url(../assets/social_discord.svg);
}
.social-icons > a.ico-ig {
	background-image: url(../assets/social_ig.svg);
}
.social-icons > a.ico-tiktok {
	background-image: url(../assets/social_tiktok.svg);
}
.social-icons > a.ico-fb {
	background-image: url(../assets/social_fb.svg);
}
.social-icons > a.ico-tg {
	background-image: url(../assets/social_tg.svg);
}
.social-icons > a:hover {
	background-size: 40px auto;
}

.hidden {
	display: none !important;
}

.tablet {
	display:  none;
}