@font-face {
	font-family: 'TildaSansExtraBold';
	src: url('/fonts/TildaSans-ExtraBold.eot');
	src:
	     url('/fonts/TildaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/TildaSans-ExtraBold.woff2') format('woff2'),
	     url('/fonts/TildaSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSansBold';
	src: url('/fonts/TildaSans-Bold.eot');
	src:
	     url('/fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/TildaSans-Bold.woff2') format('woff2'),
	     url('/fonts/TildaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSansRegular';
	src: url('/fonts/TildaSans-Regular.eot');
	src:
	     url('/fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/TildaSans-Regular.woff2') format('woff2'),
	     url('/fonts/TildaSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSansLight';
	src: url('/fonts/TildaSans-Light.eot');
	src:
	     url('/fonts/TildaSans-Light.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/TildaSans-Light.woff2') format('woff2'),
	     url('/fonts/TildaSans-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
    box-sizing: border-box;
}
body {
    background: #000;
    font-family: 'TildaSansRegular';
    color: #fff;
    margin: 0;
}
img {
    width: 100%;
    height: 100%;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.intro {
    height: 740px;
    background-image: linear-gradient(0.53turn, rgba(65, 0, 16, 1) 0%, rgba(22, 0, 67, 1) 59%, rgba(0, 0, 0, 1) 76%);
}
.header-mob {
    display: none;
}
.desc {
    background: #2c2c2ceb;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.head-top {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 0;
}
.logo-desc a img {
    width: 40px;
    height: 40px;
}
.logo-desc {
    width: 25%;
}
.menu-desc {
    width: 50%;
}
.soc-desc {
    width: 18%;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}
.lang {
    width: 7%;
    display: flex;
    justify-content: flex-end;
}
.lang a img {
    width: 28px;
    height: 28px;
}
.menu-sp {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.menu-sp a li {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
}
a {
    text-decoration: none;
}
.soc-img {
    width: 25px;
    height: 25px;
}
.intro-block {
    display: flex;
    flex-direction: row;
    padding-top: 200px;
}
.title-h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 62px;
    margin: 10px 0;
    font-family: 'TildaSansExtraBold';
    text-transform: uppercase;
}
.intro-title {
    font-size: 24px;
    line-height: 29px;
    color: #fbead0;
    font-weight: 400;
    margin: 0;
}
.intro-right {
    width: 40%;
}
.intro-img {
    height: 50px;
    width: 175px;
}
.intro-img-mob {
    display: none;
}
.intro-left {
    width: 60%;
}
.intro-left u {
    color: #1eb3bf;
    text-decoration: none;
    font-weight: 900;
}
.intro-left p {
    font-size: 24px;
    line-height: 29px;
    color: #fbead0;
    margin: 0;
}
.intro-right img {
    transform: rotate(14deg);
    width: 100%;
    height: 100%;
}
.club-block {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    padding-top: 130px;
}
.club-left, .club-item-r {
    width: 27%;
    padding-top: 100px;
}
.club-block-c-1 {
    width: 46%;
}
.club-item-l {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.cil-i img {
    width: 50px;
}
.club {
    height: 960px;
    background-image: radial-gradient(circle at center, rgba(154, 10, 0, 1) 14%, rgba(0, 0, 0, 1) 43%);
}
.tit {
    font-size: 26px;
    color: #fbead0;
    line-height: 31px;
    font-weight: 400;
    text-transform: uppercase;
}
.txt-c {
    font-size: 20px;
    color: #e2e2e2;
    line-height: 27px;
    margin: 5px 0;
}
.club-left {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: flex-end;
}
.club-item-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
}
.club-left .cil-t {
    text-align: right;
}
.why-block {
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
}
.why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.why-1, .why-2, .why-3 {
    width: 33%;
}
.why-item img {
    width: 58px;
}
.why-tit {
    font-size: 22px;
    line-height: 29px;
    color: #fbead0;
    font-weight: 400;
    margin: 0;
}
.why-txt {
    font-size: 20px;
    line-height: 26px;
    color: #b0b0b0;
    text-align: center;
    margin: 0;
    width: 370px;
}
.footer-desc {
    padding: 140px 0 30px 0;
}
.footer-menu {
    display: flex;
    flex-direction: row;
    gap: 100px;
}
.f-menu {
    font-size: 14px;
    line-height: 1;
    color: #dfdfdf;
    text-transform: uppercase;
}
.copy {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end;
    padding-top: 30px;
}
.copy-2, .copy-1 {
    font-size: 14px;
    line-height: 1;
    color: #cccccc;
    font-weight: 400;
    margin: 0;
}
.forma {
    background-image: url(/img/main.png);
    height: 740px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.forma-block {
    width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    z-index: 11111;
    position: relative;
}
.gaem-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}
.gaem {
    background-image: radial-gradient(circle at center, rgba(154, 8, 8, 1) 0%, rgba(0, 0, 0, 1) 38%);
    height: 690px;
    padding-top: 60px;
}
.gaem-item {
    border-width: 3px;
    border-radius: 10px 10px 10px 10px;
    background-image: linear-gradient(0.125turn, rgb(73 73 73 / 69%) 1%, rgb(0 0 0 / 78%) 100%, rgb(0 0 0 / 63%) 100%);
    border-color: #333333;
    border-style: solid;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}
.app {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 40px;
    gap: 30px;
}
.pr-block img {
    width: 28px;
    height: auto;
}
.pr-block {
    display: flex;
    align-items: center;
    gap: 10px;
    border-width: 1px;
    border-radius: 6px 6px 6px 6px;
    background-color: #000000;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 2px 2px 2px 1px rgba(208, 208, 208, 0.4);
    height: 50px;
    width: 180px;
    padding: 0 10px;
}
.f-t {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
}
.in-txt {
    display: flex;
    flex-direction: column;
}
.s-t {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}
.intro-cons {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    border-width: 0px;
    border-radius: 6px 6px 6px 6px;
    background-image: linear-gradient(0.164turn, rgba(139, 37, 126, 1) 2%, rgba(2, 97, 128, 1) 99%);
    border-color: #d5d5d5;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 2px 2px 3px 1px rgba(88, 88, 88, 0.5);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 50px;
    text-align: center;
}
.down {
    display: flex;
    justify-content: center;
    width: 32px;
    margin: 0 auto;
}
.button-club {
    color: #ffffff;
    font-size: 12px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    border-width: 1px;
    border-radius: 6px 6px 6px 6px;
    background-image: linear-gradient(0.164turn, rgba(158, 44, 143, 1) 0%, rgba(2, 122, 161, 0.98) 100%);
    border-color: #3e0039;
    border-style: solid;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    box-shadow: 0px 0px 4px 1px rgba(104, 103, 103, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 44px;
    margin: 0 auto;
}
.club2 {
    height: 960px;
    background-image: radial-gradient(circle at center, rgba(101, 0, 218, 1) 14%, rgba(0, 0, 0, 1) 49%);
}
.club3 {
    height: 960px;
    background-image: radial-gradient(circle at center, rgba(0, 36, 174, 1) 13%, rgba(0, 0, 0, 1) 49%);
}
.why {
    height: 860px;
    background-image: radial-gradient(circle at center, rgba(87, 0, 114, 1) 0%, rgba(0, 0, 0, 1) 39%, rgba(0, 0, 0, 1) 100%);
    margin-top: 60px;
    padding-top: 40px;
}
.title-h2 {
    font-size: 41px;
    font-weight: 400;
    text-align: right;
    line-height: 53px;
    color: #ffffff;
    margin: 0;
}
.why-1, .why-3 {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 120px;
}
.why-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gaem-tit {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    width: 1100px;
    margin: 0 auto;
}
.gaem-sub {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    margin: 5px 0;
    text-transform: uppercase;
    color: #fbead0;
    width: 1100px;
    margin: 0 auto;
}
.gaem-item img {
    height: 167px;
    padding: 5px;
}
.gi-t {
    font-size: 20px;
    font-weight: 400;
    color: #fbead0;
    margin: 0;
    padding: 0 25px;
}
.gi-txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    color: #ffffff;
    padding: 0 25px;
    margin: 0;
    padding-top: 10px;
}
.forma::before {
    content: "";
    height: 738px;
    background-color: rgb(41, 34, 28);
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.forma-tit {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.23;
    margin: 0;
}
.forma-txt {
    font-size: 24px;
    font-weight: 400;
    color: #fbead0;
    text-align: center;
    margin: 40px 0;
    line-height: 1.55;
}
.first-f {
    display: flex;
    flex-direction: column;
    width: 560px;
    gap: 20px;
}
.form-n {
    background: #ffffff;
    height: 60px;
    border-radius: 6px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'TildaSansRegular';
}
.form-t {
    background: #ffffff;
    height: 170px;
    border-radius: 6px;
    border: none;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'TildaSansRegular';
}
.forma-ot {
    background-image: linear-gradient(0.164turn, rgba(158, 44, 143, 1) 0%, rgba(0, 93, 123, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    height: 60px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);
    font-family: 'TildaSansBold';
    cursor: pointer;
}
.button-club:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.forma-ot:hover {
    background-image: linear-gradient(0.164turn, rgb(106 28 96) 0%, rgb(0 64 84) 100%);
    transition: 0.3s;
}
.apple-but:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
.intro-cons:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
.club-mob, .club-mob2, .club-mob3 {
    display: none;
}
.form-m {
    width: 560px;
}



.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.validate-input-at.w50,
.no-validate-input-at.w50 {
    width: 100%;
    display: inline-block;
}
.validate-input-at.w50:first-child,
.no-validate-input-at.w50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 60px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: none;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
    border-radius: 8px;
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #337AB7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;    
    border-radius: 8px;
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: #fff;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}













@media (max-width: 767px) {
    .desc {
    display: none;
}
.gaem-block {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
}
.forma-block {
    width: 100%;
    padding: 30px 0;
}
.gaem-tit {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
}
.gaem-sub {
    font-size: 20px;
    line-height: 34px;
    width: 100%;
}
.container {
    padding: 0px 20px;
}
.intro {
    height: 100%;
    margin-bottom: 50px;
    margin-top: -40px;
    background-image: linear-gradient(0.482turn, rgba(52, 0, 0, 1) 7%, rgba(25, 0, 87, 1) 50%, rgba(0, 0, 0, 1) 97%);
}
.title-h1 {
    font-size: 31px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 10px;
}
.intro-left {
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app {
    flex-direction: column;
    gap: 20px;
    padding-top: 140px;
}
.intro-left p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.intro-right {
    width: 100%;
    position: absolute;
    opacity: 0.5;
    bottom: 79px;
    right: 0;
    display: flex;
    justify-content: center;
}
.intro-right img {
    transform: rotate(336deg);
    width: 75%;
    height: 75%;
}
.intro-block {
    flex-direction: column;
    padding-top: 150px;
}
.first-f {
    width: 100%;
}
.forma {
    height: 100%;
}
.why {
    height: 100%;
}
.club2, .club3 {
    height: 100%;
}
.gaem {
    height: 100%;
    padding-bottom: 30px;
}
.club {
    height: 100%;
}
.title-h2 {
    font-size: 26px;
    text-align: center;
    line-height: 28px;
}
.why-block {
    flex-direction: column;
    gap: 20px;
}
.why-1, .why-2, .why-3 {
    width: 100%;
}
.why-1, .why-3 {
    gap: 30px;
    padding-top: 30px;
}
.why-2 img {
    display: none;
}
.why-2 .why-item img {
    display: block;
}
.why-tit {
    font-size: 20px;
    line-height: 28px;
}
.why-txt {
    font-size: 18px;
    line-height: 23px;
    width: 100%;
}
.gaem-item img {
    height: 100%;
}
.forma-tit {
    font-size: 32px;
    text-align: center;
}
.forma-txt {
    margin: 20px 0;
}
.form-m {
    width: 100%;
}
.footer-menu {
    gap: 20px;
}
.f-menu {
    font-size: 12px;
}
.copy {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-top: 20px;
}
.footer-desc {
    padding: 80px 0 30px 0;
}
.forma::before {
    height: 100%;
}
.club, .club2, .club3 {
    display: none;
}
.club-block-mob {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.club-mob {
    background-image: radial-gradient(circle at center, rgba(181, 2, 15, 1) 0%, rgba(0, 0, 0, 1) 74%);
}
.club-mob2 {
    background-image: radial-gradient(circle at center, rgba(73, 0, 159, 1) 16%, rgba(0, 0, 0, 1) 74%);
}
.club-mob3 {
    background-image: radial-gradient(circle at center, rgba(0, 39, 160, 1) 14%, rgba(0, 0, 0, 1) 74%);
}
.club-mob, .club-mob2, .club-mob3 {
    display: block;
    margin-bottom: 50px;
}
.club-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.club-item-l {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
}
.tit {
    font-size: 14px;
    line-height: 14px;
}
.txt-c {
    font-size: 12px;
    color: #e2e2e2;
    line-height: 12px;
    margin: 2px 0;
}
.club-left, .club-item-r {
    width: 33%;
    padding-top: 15px;
}
.club-block-c-1-mob {
    width: 66%;
}
.button-club {
    width: 80%;
    height: 35px;
}
.down {
    display: none;
}
.header-mob {
    display: block;
}
.menu-triger {
background-image: url(/img/menu-mob.png);
        display: block;
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
}	
.menu-close {
	background: url(/img/close.png) 0 0 repeat;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
background: #292929;
        display: none;
        position: fixed;
        right: -110%;
        top: 0;
        width: 200px;
        box-sizing: border-box;
        z-index: 9999;
        padding: 42px 25px 25px;
        height: 100vh;
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
font-size: 20px;
        line-height: 1.4;
        text-decoration: none;
        color: #ffffff;
}
.body_pointer * {
	cursor: pointer;
}
.trig {
    position: fixed;
    width: 58px;
    height: 58px;
    background: #6f6f6f;
    right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    z-index: 99999;
}
.lang {
    width: 7%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 15px;
    left: 40px;
}
.logo-h {
    width: 45px;
    height: 45px;
}
.t-sociallinks__wrapper {
    display: flex;
    gap: 4px;
}
.intro-cons {
    font-size: 15px;
    font-weight: 400;
}
.intro-img {
    display: none;
}
.intro-img-mob {
    display: block;
    width: 50px;
}
.intro-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.pr-block {
    background-color: #2c2c2c;
}





}