
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@1,700;1,900&amp;family=Montserrat:ital,wght@1,500&amp;display=swap');

body {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #000 url('../img/bg.jpg') no-repeat top left / cover;
	font-family: 'Exo 2', sans-serif, Helvetica;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}

.general,
.footer {
	max-width: 1070px;
	width: 100%;
	text-align: center;
}

.header {
	max-width: 1020px;
	width: 100%;
	text-align: center;
	padding: 6vh 165px 0;
	position: relative;
}

.header:before,
.header:after {
	content: '';
	position: absolute;
	bottom: 32px;
	width: 74px;
	height: 18px;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.header:before {
	left: 84px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2218%22%20viewBox%3D%220%200%2074%2018%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2212%22%20height%3D%2212%22%20transform%3D%22matrix(-0.707107%20-0.707107%20-0.707107%200.707107%2073.417%209)%22%20fill%3D%22%23EE1853%22%2F%3E%3Cpath%20d%3D%22M64.9316%208.99915H0.931641%22%20stroke%3D%22%23EE1853%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
}

.header:after {
	right: 84px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2273%22%20height%3D%2218%22%20viewBox%3D%220%200%2073%2018%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.0742188%22%20y%3D%229%22%20width%3D%2212%22%20height%3D%2212%22%20transform%3D%22rotate(-45%200.0742188%209)%22%20fill%3D%22%23EE1853%22%2F%3E%3Cpath%20d%3D%22M8.55957%208.99915H72.5596%22%20stroke%3D%22%23EE1853%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
}

.header__logo {
	display: inline-block;
	vertical-align: middle;
	max-height: 80px;
}

.logo__main {
	max-width: 259px;
	padding-right: 90px;
	position: relative;
}

.logo__main:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto;
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%3Crect%20x%3D%225.03268%22%20y%3D%2215%22%20width%3D%2214%22%20height%3D%2214%22%20transform%3D%22rotate(-45%205.03268%2015)%22%20stroke%3D%22%23EE1853%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.logo__fifa {
	max-width: 270px;
}

.general {
	margin: 5vh 0;
}

.general__title {
	font-size: 3.4vw;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3.5px;
	line-height: 1.3;
	background: -o-linear-gradient(180deg, #fff 0%, #fff4b3 51.04%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(51.04%, #fff4b3), to(#fff));
	background: -o-linear-gradient(top, #fff 0%, #fff4b3 51.04%, #fff 100%);
	background: linear-gradient(180deg, #fff 0%, #fff4b3 51.04%, #fff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-filter: drop-shadow(0px 4px 4px #000);
	        filter: drop-shadow(0px 4px 4px #000);
}

.general__title>span {
	display: block;
}

.text-gradient {
	text-shadow: none;
	background: -o-linear-gradient(180deg, #3AF3FF 0%, #2F9E3F 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#3AF3FF), to(#2F9E3F));
	background: -o-linear-gradient(top, #3AF3FF 0%, #2F9E3F 100%);
	background: linear-gradient(180deg, #3AF3FF 0%, #2F9E3F 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.general__button {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.251);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22385%22%20height%3D%22101%22%20viewBox%3D%220%200%20385%20101%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.7028%200.422729H366.794L384.246%2050.4227L366.794%20100.423H17.7028L0.245605%2050.4227L17.7028%200.422729Z%22%20fill%3D%22url(%23paint0_linear_27_712)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_27_712%22%20x1%3D%22364.622%22%20y1%3D%220.422679%22%20x2%3D%2223.5455%22%20y2%3D%22117.43%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231D8878%22%2F%3E%3Cstop%20offset%3D%220.15451%22%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%220.482662%22%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%220.854846%22%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23178E7D%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	min-width: 384px;
	padding: 31px 20px 33px;
	margin-top: 5.2vh;
	position: relative;
}

.general__button:before,
.general__button:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 61px;
	height: 23px;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.general__button:before {
	right: -webkit-calc(100% + 12px);
	right: calc(100% + 12px);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2261%22%20height%3D%2223%22%20viewBox%3D%220%200%2061%2023%22%20fill%3D%22none%22%3E%3Crect%20width%3D%226.40764%22%20height%3D%226.40764%22%20transform%3D%22matrix(0.749396%20-0.662122%200.749396%200.662122%200.245605%2011.4227)%22%20fill%3D%22url(%23paint0_linear_27_708)%22%2F%3E%3Crect%20width%3D%2210.6794%22%20height%3D%2210.6794%22%20transform%3D%22matrix(0.749396%20-0.662122%200.749396%200.662122%2014.3765%2011.4227)%22%20fill%3D%22url(%23paint1_linear_27_708)%22%2F%3E%3Crect%20width%3D%2217.087%22%20height%3D%2217.087%22%20transform%3D%22matrix(0.749396%20-0.662122%200.749396%200.662122%2034.9102%2011.4227)%22%20fill%3D%22url(%23paint2_linear_27_708)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_27_708%22%20x1%3D%225.44452%22%20y1%3D%221.74978%22%20x2%3D%220.000288343%22%20y2%3D%223.85887%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2318907E%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_27_708%22%20x1%3D%229.07421%22%20y1%3D%222.9163%22%20x2%3D%220.000480571%22%20y2%3D%226.43145%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2318907E%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint2_linear_27_708%22%20x1%3D%2214.5187%22%20y1%3D%224.66607%22%20x2%3D%220.000768914%22%20y2%3D%2210.2903%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2318907E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.general__button:after {
	left: -webkit-calc(100% + 12px);
	left: calc(100% + 12px);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2223%22%20viewBox%3D%220%200%2062%2023%22%20fill%3D%22none%22%3E%3Crect%20width%3D%226.40764%22%20height%3D%226.40764%22%20transform%3D%22matrix(-0.749396%200.662122%20-0.749396%20-0.662122%2061.2456%2011.4227)%22%20fill%3D%22url(%23paint0_linear_27_713)%22%2F%3E%3Crect%20width%3D%2210.6794%22%20height%3D%2210.6794%22%20transform%3D%22matrix(-0.749396%200.662122%20-0.749396%20-0.662122%2047.1147%2011.4227)%22%20fill%3D%22url(%23paint1_linear_27_713)%22%2F%3E%3Crect%20width%3D%2217.087%22%20height%3D%2217.087%22%20transform%3D%22matrix(-0.749396%200.662122%20-0.749396%20-0.662122%2026.5811%2011.4227)%22%20fill%3D%22url(%23paint2_linear_27_713)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_27_713%22%20x1%3D%225.44452%22%20y1%3D%221.74978%22%20x2%3D%220.000288343%22%20y2%3D%223.85887%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2318907E%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_27_713%22%20x1%3D%229.07421%22%20y1%3D%222.9163%22%20x2%3D%220.000480571%22%20y2%3D%226.43145%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2318907E%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint2_linear_27_713%22%20x1%3D%2214.5187%22%20y1%3D%224.66607%22%20x2%3D%220.000768914%22%20y2%3D%2210.2903%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2340BFAC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2318907E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.general__button:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.general__link {
	display: block;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	text-decoration: underline;
	margin-top: 2.5vh;
}

.general__link:hover {
	color: #3AF3FF;
}

.img-mob {
	display: none;
}

.footer {
	padding: 5.3vh 0 3vh;
	position: relative;
}

.footer:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	height: 45px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221064%22%20height%3D%2245%22%20viewBox%3D%220%200%201064%2045%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_6_10274)%22%3E%3Crect%20x%3D%220.931641%22%20y%3D%2222.6274%22%20width%3D%2232%22%20height%3D%2232%22%20transform%3D%22rotate(-45%200.931641%2022.6274)%22%20fill%3D%22%23EE1853%22%2F%3E%3Cpath%20d%3D%22M22.4795%2022.3732L1722.48%2022.3733%22%20stroke%3D%22%23EE1853%22%20stroke-width%3D%226%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6_10274%22%3E%3Crect%20width%3D%221317%22%20height%3D%2245%22%20fill%3D%22white%22%20transform%3D%22translate(0.931641)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.footer img {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
