@font-face {
	font-family: "Fira Mono";
	src: url("../fonts/FiraMono-Regular.woff2") format("woff2"), url("../fonts/FiraMono-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Fira Mono";
	src: url("../fonts/FiraMono-Medium.woff2") format("woff2"), url("../fonts/FiraMono-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Fira Mono";
	src: url("../fonts/FiraMono-Bold.woff2") format("woff2"), url("../fonts/FiraMono-Bold.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"),
	url("../fonts/NunitoSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("../fonts/NunitoSans-ExtraBoldItalic.woff2") format("woff2"),
	url("../fonts/NunitoSans-ExtraBoldItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PP Right Gothic Wide";
	src: url("../fonts/PPRightGothic-WideMedium.woff2") format("woff2"),
	url("../fonts/PPRightGothic-WideMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Right Gothic";
	src: url("../fonts/PPRightGothic-TightMedium.woff2") format("woff2"),
	url("../fonts/PPRightGothic-TightMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Right Gothic";
	src: url("../fonts/PPRightGothic-SpatialBlack.woff2") format("woff2"),
	url("../fonts/PPRightGothic-SpatialBlack.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html {
  scroll-behavior: smooth;
}

.body {
	margin: 0;
	padding: 0;
	background-color: #161616;
	color: #ffffff;
	font-family: "Fira Mono", "Arial", sans-serif;
	position: relative;
}
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
	font-family: "PP Right Gothic", "Arial", sans-serif;
	font-weight: 900;
}
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6,
.body p,
.body ul {
	margin: 0;
	padding: 0;
}
.body h2.hidden {
	opacity: 0;
}
.body picture {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.body li {
	list-style: none;
}
.body a {
	text-decoration: none;
}
.body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.body__wrapper {
	overflow: hidden;
	scroll-behavior: smooth;
	position: relative;
}

.body.dark::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #161616;
	opacity: 0.6;
	z-index: 9;
}

.swiper {
	overflow: visible !important;
}

.visually-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

@media (max-width: 1479px) {
	.wrapper {
		max-width: 1190px;
	}
}

@media (max-width: 1189px) {
	.wrapper {
		max-width: 1064px;
	}
}

@media (max-width: 1059px) {
	.wrapper {
		max-width: 768px;
	}
}

@media (max-width: 767px) {
	.wrapper {
		padding: 0 15px;
	}
}

.header {
	padding: 35px 0;
	position: relative;
	z-index: 1;
}
.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__nav li {
	margin-left: 60px;
}
.body__en .header__nav li {
	margin-left: 45px;
}
.header__nav a {
	color: #ffffff;
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.header__nav a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #9046f2;
}
.header__nav a.black {
	color: #161616;
}
.header__nav a.black:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #9046f2;
}
.header__button,
.header__menu {
	display: none;
}
.header__logo {
	cursor: pointer;
}
.header__logo svg,
.header__logo svg path,
.header__logo svg use {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	fill: #ffffff;
}
.header__logo svg:hover path,
.header__logo svg:hover use {
	fill: #feeb1a;
}

@media (max-width: 1479px) {
	.header__nav li {
		margin-left: 50px;
	}
	.body__en .header__nav li {
		margin-left: 35px;
	}
	.header__nav a {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (max-width: 1189px) {
	.header__nav a {
		font-size: 14px;
		line-height: 18px;
	}
	.header__nav li {
		margin-left: 62px;
	}
	.body__en .header__nav li {
		margin-left: 40px;
	}
}

@media (max-width: 1059px) {
	.header {
		padding: 20px 0;
	}
	.body__en .header__nav li {
		margin-left: 10px;
	}
	.header__nav li {
		margin-left: 18px;
	}
}

@media (max-width: 767px) {
	.header {
		padding: 20px 0;
		z-index: 4;
	}
	.header__nav {
		display: none;
	}
	.header__logo {
		position: relative;
		max-width: 60px;
		margin: 0 auto;
		z-index: 6;
	}
	.header__logo img,
	.header__logo svg {
		max-width: 100%;
		height: auto;
	}
	.header__logo.black svg,
	.header__logo.black svg path {
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		fill: black;
	}
	.header__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		z-index: 6;
	}
	.header__button button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 30px;
		height: 30px;
		background-color: #feeb1a;
		border-radius: 100%;
		border: none;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		cursor: pointer;
	}
	.header__button button span {
		width: 16px;
		height: 2px;
		background-color: #161616;
		margin: 1px 0;
		position: relative;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		display: block;
	}
	.header__button button span::before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		background-color: #161616;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.header__button button span:first-of-type::before {
		top: -4px;
	}
	.header__button button span:last-of-type::before {
		bottom: -4px;
	}
	.header__button button:hover {
		background-color: #9046f2;
	}
	.header__button button:hover span {
		background-color: #ffffff;
	}
	.header__button button:hover span::before {
		background-color: #ffffff;
	}
	.header__button.black button {
		background-color: #161616;
	}
	.header__button.black button span {
		display: block;
		position: absolute;
		background-color: #ffffff;
		margin: 0;
	}
	.header__button.black button span::before {
		opacity: 0;
	}
	.header__button.black button span:first-of-type {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header__button.black button span:last-of-type {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header__button.black button:hover {
		background-color: #9046f2;
	}
	.header__menu {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		padding: 100px 20px 40px 20px;
		width: 100%;
		background-color: #feeb1a;
		z-index: 5;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom;
		background-image: url("../img/image-caesar-back.png");
	}
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
(max-width: 767px) and (min-resolution: 144dpi),
(max-width: 767px) and (min-resolution: 1.5dppx) {
	.header__menu {
		background-image: url("../img/image-caesar-back@2x.png");
	}
}

@media (max-width: 767px) {
	.header__menu::after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background-color: #feeb1a;
		opacity: 0.8;
	}
	.header__menu ul li a {
		font-weight: 600;
		font-size: 31px;
		line-height: 42px;
		font-family: "Nunito Sans", "Arial", sans-serif;
		color: #161616;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.header__menu ul li a:hover {
		color: #9046f2;
	}
	.header__menu ul:first-of-type {
		margin-bottom: 140px;
	}
	.header__menu ul:last-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 16px;
	}
	.header__menu ul:last-of-type li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 32px;
	}
	.header__menu ul:last-of-type a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header__menu ul:last-of-type svg,
	.header__menu ul:last-of-type svg path,
	.header__menu ul:last-of-type svg use {
		fill: #161616;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.header__menu ul:last-of-type a:hover {
		cursor: pointer;
	}
	.header__menu ul:last-of-type a:hover svg,
	.header__menu ul:last-of-type a:hover svg path,
	.header__menu ul:last-of-type a:hover svg use {
		fill: #9046f2;
	}
	.header__menu p {
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		color: #9046f2;
	}
	.header__menu p a {
		color: #161616;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.header__menu p a:hover {
		text-decoration: underline;
	}
	.header__menu.opened {
		left: 0;
	}
}

@media (max-width: 450px) {
	.header__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		left: -10px;
	}
}

.top {
	position: relative;
	margin-bottom: -140px;
}
.top__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}
.top__wrapper::before,
.top__wrapper::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	width: 1220px;
	height: 400px;
	background-image: url("../img/icon-violet-big.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.top__wrapper::before {
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	left: -940px;
	top: -160px;
}
.top__wrapper::after {
	-webkit-transform: scale(-1, 1) rotate(-180deg);
	transform: scale(-1, 1) rotate(-180deg);
	right: -320px;
	bottom: 160px;
}
.top__first {
	margin-right: 26px;
	max-width: 730px;
}
.top__first h2 {
	font-weight: 900;
	font-size: 128px;
	line-height: 101px;
	margin-bottom: 18px;
}
.top__first h2 span {
	display: block;
	color: #feeb1a;
}
.top__first p {
	font-weight: 400;
	font-size: 40px;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 120px;
	position: relative;
}
.top__first p::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -45px;
	left: 120px;
	width: 282px;
	height: 32px;
	background-image: url("../img/icon-yellow-small.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top__first p span {
	display: inline-block;
	margin-right: 72px;
	position: relative;
}
.top__first p span.hidden {
	opacity: 0;
}
.top__first p span:nth-of-type(1) {
	color: #9046f2;
	text-decoration: underline;
}
.top__first p span:nth-of-type(3) {
	margin-left: 72px;
}
.top__first p span:nth-of-type(1)::after,
.top__first p span:nth-of-type(3)::after {
	content: "X";
	display: inline-block;
	position: absolute;
	top: 2px;
	right: -55px;
	color: #feeb1a;
	font-size: 30px;
}
.top__second {
	position: relative;
}
.top__second::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -110px;
	top: 0;
	width: 63px;
	height: 124px;
	background-image: url("../img/icon-violet-small.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.top__second div:first-of-type {
	position: relative;
	top: -160px;
}
.top__second div:first-of-type::before {
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #feeb1a;
	opacity: 0.8;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 100%;
}
.top__second div:last-of-type {
	position: absolute;
	bottom: 120px;
	right: 0;
	z-index: 2;
}
.top__second div:last-of-type::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 274px;
	height: 244px;
	background-color: #feeb1a;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	bottom: -20px;
	right: -20px;
}

@media (max-width: 1479px) {
	.top img {
		max-width: 100%;
	}
	.top h2 {
		font-weight: 900;
		font-size: 98px;
		line-height: 77px;
		margin-bottom: 14px;
	}
	.top__first {
		max-width: 560px;
		position: relative;
		top: -100px;
	}
	.top__first p {
		font-weight: 400;
		font-size: 32px;
		line-height: 37px;
		padding-left: 50px;
	}
	.top__second {
		max-width: 452px;
	}
	.body__en .top__second {
		max-width: 470px;
	}
	.top__wrapper::after {
		bottom: 120px;
		right: -362px;
	}
	.body__en .top__second div:last-of-type {
		bottom: 110px;
	}
}

@media (max-width: 1189px) {
	.top h2 {
		font-size: 78px;
		line-height: 58px;
	}
	.top__first {
		max-width: 480px;
	}
	.top__first p span {
		margin-right: 30px;
	}
	.top__first p span:nth-of-type(1)::after,
	.top__first p span:nth-of-type(3)::after {
		right: -35px;
	}
	.top__second {
		max-width: 400px;
	}
	.body__en .top__second {
		max-width: 450px;
	}
	.top__wrapper::after {
		right: -420px;
	}
}

@media (max-width: 1059px) {
	.top {
		margin-bottom: -55px;
	}
	.top h2 {
		font-size: 58px;
		line-height: 38px;
	}
	.top__first {
		max-width: 350px;
	}
	.top__first p {
		font-size: 26px;
		line-height: 32px;
	}
	.top__first p span:nth-of-type(3) {
		margin-left: 0;
	}
	.top__first p::after {
		left: 35px;
	}
	.top__second {
		max-width: 280px;
	}
	.body__en .top__second {
		max-width: 300px;
	}
	.top__second div:first-of-type {
		top: -118px;
	}
	.top__second div:last-of-type {
		bottom: 90px;
	}
	.top__wrapper::before {
		left: -1000px;
		top: -240px;
	}
	.top__wrapper::after {
		right: -580px;
		bottom: 80px;
	}
}

@media (max-width: 767px) {
	.top {
		margin-bottom: 0;
		padding-bottom: 35px;
	}
	.top__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.top__first {
		padding-top: 30px;
		margin-right: 0;
		top: 0;
	}
	.top__first h2 {
		font-size: 48px;
		line-height: 38px;
	}
	.top__first p {
		font-size: 16px;
		line-height: 18px;
		max-width: 300px;
	}
	.top__first p span {
		text-decoration: underline;
		margin-right: 20px;
	}
	.top__first p span:nth-of-type(1)::after,
	.top__first p span:nth-of-type(3)::after {
		font-size: 12px;
		right: -20px;
	}
	.top__first p span:nth-of-type(3) {
		margin-left: 40px;
	}
	.top__first p::after {
		width: 100px;
		height: 12px;
		background-size: cover;
		bottom: -20px;
	}
	.top__second {
		max-width: 400px;
		min-width: 200px;
	}
	.top__second div:first-of-type {
		top: 0;
	}
	.top__second div:first-of-type::before {
		bottom: 3px;
		height: 99.6%;
	}
	.top__second div:last-of-type {
		bottom: 65px;
	}
	.body__en .top__second div:last-of-type {
		bottom: -30px;
	}
}

@media (max-width: 450px) {
	.top__second, .body__en .top__second {
		max-width: 200px;
	}
	.top__second div:first-of-type {
		height: 280px;
		overflow-y: hidden;
	}
	.top__second div:first-of-type img {
		width: 100%;
	}
	.top__second div:first-of-type::before {
		bottom: 0;
		height: 100%;
	}
	.body__en .top__second div:last-of-type,
	.top__second div:last-of-type {
		bottom: -25px;
	}
	.top__second div:last-of-type {
		bottom: -30px;
	}
	.top__second div:last-of-type::after {
		width: 94px;
		height: 94px;
		-webkit-filter: blur(40px);
		filter: blur(40px);
	}
	.top__second::after {
		width: 22px;
		height: 42px;
		right: -40px;
	}
	.top__wrapper::after {
		width: 490px;
		height: 160px;
		right: -120px;
		bottom: 135px;
	}
	.top__wrapper::before {
		width: 462px;
		height: 145px;
		left: -330px;
		top: 0;
	}
}

.banner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 0;
}
.banner__wrapper {
	text-align: center;
}
.banner__wrapper h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 2.365em;
	text-transform: uppercase;
	font-family: "PP Right Gothic Wide", "Arial", sans-serif;
	text-align: center;
}

@media (max-width: 1479px) {
	.banner__wrapper h2 {
		font-size: 28px;
	}
}

@media (max-width: 1189px) {
	.banner {
		padding: 30px 0;
	}
	.banner__wrapper h2 {
		letter-spacing: 1.95em;
	}
}

@media (max-width: 1059px) {
	.banner {
		padding: 20px 0;
	}
	.banner__wrapper h2 {
		letter-spacing: 1.35em;
	}
}

@media (max-width: 767px) {
	.banner {
		padding: 20px 0;
	}
	.banner__wrapper h2 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 1.8em;
	}
}

@media (max-width: 450px) {
	.banner__wrapper h2 {
		text-align: left;
	}
}

.adsbase {
	padding: 55px 0;
}
.adsbase__wrapper {
	position: relative;
}
.adsbase__wrapper::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1450px;
	height: 470px;
	bottom: -120px;
	right: -680px;
	background-image: url(../img/icon-yellow-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: -1;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.adsbase__top {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.adsbase__top img {
	margin-right: 35px;
}
.adsbase__top i {
	font-family: "Nunito Sans", "Arial", sans-serif;
	font-weight: 800;
	font-size: 28px;
	line-height: 32px;
	max-width: 300px;
	display: inline-block;
	color: #feeb1a;
}
.adsbase p {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	padding-left: 100px;
	margin-bottom: 30px;
	position: relative;
}
.adsbase p::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 64px;
	height: 6px;
	background-color: #ffffff;
}
.adsbase__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}
.adsbase__bottom::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1300px;
	height: 725px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/image-dark-map.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.adsbase__bottom::before {
		background-image: url("../img/image-dark-map@2x.png");
	}
}
.adsbase__cups {
	position: relative;
	min-width: 340px;
}
.adsbase__cups::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 120px;
	right: 0;
	background-color: #feeb1a;
	-webkit-filter: blur(130px);
	filter: blur(130px);
}
.adsbase__cups picture:last-of-type img {
	position: relative;
	left: -30px;
	bottom: -10px;
}
.adsbase__cups span {
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.01em;
	position: absolute;
	left: 0;
	top: 0;
	color: #161616;
	z-index: 2;
}
.adsbase__cups span::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 105%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-1.3deg);
	transform: translateX(-50%) rotate(-1.3deg);
	background-color: #feeb1a;
	z-index: -1;
}
.adsbase__cups span:first-of-type {
	top: 200px;
}
.adsbase__cups span:last-of-type {
	top: 320px;
	left: 76px;
}
.adsbase__cups h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: -0.01em;
	font-family: "Fira Mono", "Arial", sans-serif;
	margin-top: 25px;
}
.adsbase ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	left: -100px;
	top: 100px;
}
.adsbase ul li {
	font-weight: 500;
	font-size: 27px;
	line-height: 31px;
	letter-spacing: -0.01em;
	color: #feeb1a;
	max-width: 476px;
	position: relative;
	padding-left: 40px;
	margin-right: 70px;
	margin-bottom: 50px;
}
.adsbase ul li::before,
.adsbase ul li::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 100%;
}
.adsbase ul li::before {
	width: 20px;
	height: 20px;
	border: 1px solid #feeb1a;
}
.adsbase ul li::after {
	top: 6px;
	left: 5px;
	width: 12px;
	height: 12px;
	background-color: #9046f2;
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.adsbase ul li.hidden {
	opacity: 0;
}
.adsbase ul li:nth-of-type(3),
.adsbase ul li:nth-of-type(4) {
	position: relative;
	left: 100px;
}

@media (max-width: 1479px) {
	.adsbase__top img {
		max-width: 490px;
		height: auto;
		margin-right: 28px;
	}
	.adsbase__top i {
		font-size: 24px;
		line-height: 28px;
		max-width: 230px;
	}
	.body__en .adsbase__top i {
		max-width: 240px;
	}
	.adsbase p {
		font-size: 18px;
		line-height: 21px;
		max-width: 1020px;
	}
	.adsbase ul {
		top: 40px;
	}
	.adsbase ul li {
		font-size: 22px;
		line-height: 25px;
		max-width: 420px;
		margin-right: 20px;
	}
	.adsbase ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	.adsbase ul li:nth-of-type(3),
	.adsbase ul li:nth-of-type(4) {
		left: 60px;
	}
	.adsbase ul li:last-of-type {
		max-width: 355px;
	}
	.adsbase ul li:nth-of-type(2) {
		left: 60px;
	}
	.adsbase ul li:nth-of-type(4) {
		left: 120px;
	}
	.adsbase__cups {
		min-width: 290px;
	}
	.adsbase__cups picture:first-of-type img {
		max-width: 125px;
		height: auto;
	}
	.adsbase__cups picture:last-of-type img {
		max-width: 82px;
		height: auto;
	}
	.adsbase__cups h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.adsbase__wrapper::after {
		right: -860px;
	}
}

@media (max-width: 1189px) {
	.adsbase ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.adsbase ul li:nth-of-type(1) {
		left: 20px;
	}
	.adsbase ul li:nth-of-type(2) {
		left: 50px;
	}
	.adsbase ul li:nth-of-type(3) {
		left: 90px;
	}
	.adsbase ul li:nth-of-type(3) {
		left: 110px;
	}
}

@media (max-width: 1059px) {
	.adsbase__top img {
		max-width: 380px;
	}
	.body__en .adsbase__top i,
	.adsbase__top i {
		font-size: 18px;
		line-height: 22px;
		max-width: 190px;
	}
	.adsbase__cups h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.adsbase__wrapper::after {
		bottom: -270px;
	}
	.adsbase p {
		font-size: 16px;
		line-height: 18px;
		max-width: 100%;
	}
	.adsbase ul li {
		font-size: 18px;
		line-height: 22px;
	}
	.adsbase ul li h3 {
		font-size: 60px;
		line-height: 50px;
	}
	.adsbase ul li:nth-of-type(1) {
		left: 0;
	}
	.adsbase ul li:nth-of-type(2) {
		left: 30px;
	}
	.adsbase ul li:nth-of-type(3) {
		left: 90px;
	}
	.adsbase ul li:nth-of-type(4) {
		left: 110px;
	}
}

@media (max-width: 767px) {
	.adsbase {
		padding: 30px 0;
	}
	.adsbase__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.adsbase__top img {
		max-width: 244px;
	}
	.adsbase__top i {
		font-size: 18px;
		line-height: 21px;
	}
	.adsbase p {
		font-size: 14px;
		line-height: 16px;
		padding-left: 70px;
		margin-bottom: 30px;
	}
	.adsbase p::before {
		width: 42px;
		height: 4px;
	}
	.adsbase ul {
		top: 0;
		left: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.adsbase ul li {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 18px;
		padding-left: 30px;
	}
	.adsbase ul li::before {
		width: 16px;
		height: 16px;
		top: 0;
	}
	.adsbase ul li::after {
		width: 9px;
		height: 9px;
		top: 4px;
	}
	.adsbase ul li:nth-of-type(1) li:nth-of-type(2),
	.adsbase ul li:nth-of-type(3),
	.adsbase ul li:nth-of-type(4) {
		left: 0;
		max-width: 100%;
		margin-right: 0;
	}
	.adsbase ul li:nth-of-type(2) {
		left: 0;
	}
	.adsbase__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.adsbase__bottom::before {
		top: -180px;
	}
	.adsbase__cups {
		margin: 0 auto;
	}
	.adsbase__cups::after {
		top: -150px;
	}
}

@media (max-width: 450px) {
	.adsbase {
		padding-bottom: 150px;
	}
	.adsbase__wrapper::after {
		width: 722px;
		height: 235px;
		right: -420px;
		bottom: -240px;
		background-size: contain;
	}
	.body__en .adsbase__top i {
		max-width: 250px;
		margin-top: 5px;
	}
}

.stats {
	padding: 120px 0 55px 0;
	position: relative;
}
.stats::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1200px;
	height: 1200px;
	top: 0;
	right: 10%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/icon-circle.svg");
	z-index: -1;
}
.stats ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stats ul li {
	margin-right: 50px;
	margin-bottom: 75px;
}
.stats ul li h3 {
	font-weight: 900;
	font-size: 128px;
	line-height: 111px;
	text-transform: uppercase;
	color: #9046f2;
}
.stats ul li h3 span {
	color: #feeb1a;
}
.stats ul li p {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.01em;
}
.stats ul li.hidden {
	opacity: 0;
}

@media (max-width: 1479px) {
	.stats {
		padding: 60px 0;
	}
	.stats ul li h3 {
		font-size: 102px;
		line-height: 88px;
	}
	.stats ul li p {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 1189px) {
	.stats ul li h3 {
		font-size: 80px;
		line-height: 70px;
	}
	.stats ul li p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 1059px) {
	.stats ul li {
		margin-bottom: 50px;
	}
	.stats ul li h3 {
		font-size: 70px;
		line-height: 60px;
	}
	.stats ul li p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.stats {
		padding: 30px 0;
	}
	.stats ul li {
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.stats ul li h3 {
		font-size: 54px;
		line-height: 47px;
	}
	.stats ul li p {
		line-height: 16px;
	}
}

@media (max-width: 450px) {
	.stats ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.stats ul li {
		margin-right: 0;
	}
	.stats ul li h3 {
		font-size: 42px;
	}
}

.projects {
	padding: 90px 0 180px 0;
	background-color: #feeb1a;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	color: #161616;
	background-image: url("../img/image-caesar-back.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.projects {
		background-image: url("../img/image-caesar-back@2x.png");
	}
}
.projects::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #feeb1a;
	opacity: 0.8;
}
.projects__wrapper,
.projects__names {
	position: relative;
	z-index: 2;
}
.projects__wrapper {
	margin-bottom: -60px;
}
.projects h2 {
	font-weight: 900;
	font-size: 64px;
	line-height: 1;
	margin-bottom: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.projects h2 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.projects h2 span span {
	width: 40px;
	height: 40px;
	border-left: 10px solid #161616;
	border-bottom: 10px solid #161616;
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
.projects h2 span span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 52%;
	left: 50%;
	width: 42px;
	height: 10px;
	background-color: #161616;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.projects__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.projects__content li {
	min-width: 1220px;
	max-width: 1220px;
	position: relative;
	cursor: -webkit-grab;
	cursor: grab;
	margin-right: 70px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.projects__content li.swiper-slide-active {
	opacity: 1;
}
.projects__content li.swiper-slide-active::after {
	opacity: 1;
}
.projects__content header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 55px;
	min-height: 125px;
}
.projects__content header p {
	margin-left: 50px;
	max-width: 850px;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.01em;
}
.projects__content header a {
	display: block;
	margin-top: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.projects__content header button {
	display: block;
	border: none;
	margin-top: 80px;
	background-color: transparent;
	font-weight: 400;
	font-size: 42px;
	line-height: 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	letter-spacing: -0.01em;
	font-family: "Fira Mono", "Arial", sans-serif;
	position: relative;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.projects__content header button::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-1deg);
	transform: translateX(-50%) rotate(-1deg);
	width: 105%;
	height: 100%;
	background-color: #161616;
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.projects__content header button:hover {
	color: #161616;
}
.projects__content header button:hover::after {
	background-color: #ffffff;
	-webkit-transform: translateX(-50%) rotate(0);
	transform: translateX(-50%) rotate(0);
}
.projects__content header h3 {
	font-weight: 700;
	font-size: 66px;
	line-height: 77px;
	letter-spacing: -0.01em;
	font-family: "Fira Mono", "Arial", sans-serif;
}
.projects__content header + div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: auto;
}
.projects__content header + div a {
	display: inline-block;
	margin-right: 50px;
}
.projects__content header + div a:last-of-type {
	margin-right: 0;
}
.projects__content picture {
	margin-right: 15px;
}
.projects__more {
	position: absolute;
	width: 122px;
	height: 122px;
	border: 3px solid #9046f2;
	border-radius: 100%;
	background-color: transparent;
	color: #161616;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	right: 100px;
	top: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 10;
}
.projects__more::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1px;
	background-color: #161616;
	border-radius: 100%;
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.projects__more:hover {
	border: 3px solid transparent;
	cursor: pointer;
	color: #ffffff;
}
.projects__more:hover::after {
	width: 100%;
	height: 100%;
}
.projects__outer {
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}
.projects__names {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 0;
}
.projects__names li {
	font-family: "PP Right Gothic", "Arial", sans-serif;
	font-weight: 900;
	font-size: 89px;
	line-height: 100px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 2px #161616;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 2s;
	transition: all 2s;
}
.projects__names li.active {
	opacity: 1;
	left: 0;
}
.projects__names li.left {
	left: -100%;
}
.projects__names li.right {
	right: -100%;
}
.projects__arrows {
	position: absolute;
	right: 200px;
	bottom: 150px;
	z-index: 4;
}
.projects__arrows div {
	width: 108px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.projects__arrows div div {
	width: 100%;
	height: 3px;
	background-color: #161616;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.projects__arrows div div:first-of-type::after,
.projects__arrows div div:first-of-type::before,
.projects__arrows div div:last-of-type::after,
.projects__arrows div div:last-of-type::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background-color: #161616;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.projects__arrows div div:first-of-type::after,
.projects__arrows div div:first-of-type::before {
	right: -3px;
}
.projects__arrows div div:first-of-type::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -6px;
}
.projects__arrows div div:first-of-type::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -6px;
}
.projects__arrows div div:last-of-type {
	top: 0;
}
.projects__arrows div div:last-of-type::after,
.projects__arrows div div:last-of-type::before {
	left: -3px;
}
.projects__arrows div div:last-of-type::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}
.projects__arrows div div:last-of-type::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -6px;
}
.projects__arrows div:hover {
	cursor: pointer;
}
.projects__arrows div:hover div {
	background-color: #9046f2;
}
.projects__arrows div:hover div::after,
.projects__arrows div:hover div::before {
	background-color: #9046f2;
}
.projects__arrows div:hover div:hover::after,
.projects__arrows div:hover div:hover::before {
	background-color: #9046f2;
}
.projects__arrows div:first-of-type {
	top: -40px;
	right: -50px;
}
.projects__arrows div:last-of-type {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 1479px) {
	.projects h2 {
		font-size: 54px;
		margin-bottom: 65px;
	}
	.projects__content li {
		min-width: 984px;
		max-width: 984px;
		margin-right: 15px;
	}
	.projects__content li picture img {
		max-width: 314px;
		height: auto;
	}
	.projects__content li header img {
		max-width: 296px;
		height: auto;
	}
	.projects__content li header p {
		font-size: 18px;
		line-height: 21px;
		max-width: 620px;
	}
	.projects__content li.images header + div img {
		max-width: 180px;
	}
	.projects__content li.images header + div a {
		margin-right: 40px;
	}
	.projects__more {
		right: 60px;
		top: 140px;
	}
	.projects__arrows {
		right: 120px;
	}
}

@media (max-width: 1189px) {
	.projects h2 {
		font-size: 44px;
		line-height: 1;
	}
	.projects__more {
		right: 160px;
		top: -40px;
	}
	.projects__content li {
		margin-right: 10px;
	}
	.projects__arrows {
		bottom: -55px;
	}
}

@media (max-width: 1059px) {
	.projects h2 {
		font-size: 34px;
	}
	.projects__content li {
		min-width: 100%;
		max-width: 100%;
	}
	.projects__content li header {
		min-height: 110px;
	}
	.projects__content li header h3 {
		font-size: 40px;
	}
	.projects__content li header img {
		max-width: 200px;
	}
	.projects__content li header p {
		margin-left: 20px;
		max-width: 500px;
		font-size: 14px;
		line-height: 18px;
	}
	.projects__content li header a {
		font-size: 18px;
	}
	.projects__content li header button {
		font-size: 24px;
		line-height: 34px;
	}
	.projects__content li picture img {
		max-width: 220px;
	}
	.projects__content li.images header + div img {
		max-width: 150px;
	}
	.projects__content li.images header + div a {
		margin-right: 20px;
	}
	.projects__arrows {
		right: 90%;
	}
}

@media (max-width: 767px) {
	.projects {
		padding: 30px 0 200px 0;
	}
	.projects h2 {
		font-size: 38px;
		line-height: 30px;
	}
	.projects h2 span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.projects h2 span span {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.projects__content li {
		opacity: 1;
		min-width: 275px;
		margin-right: 15px;
	}
	.projects__content li header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 180px;
		margin-bottom: 30px;
	}
	.projects__content li header p {
		margin-left: 0;
		font-size: 14px;
		line-height: 16px;
	}
	.projects__content li header img {
		max-width: 140px;
		margin-bottom: 12px;
	}
	.projects__content li header h3 {
		margin-bottom: 12px;
		line-height: 1;
		font-size: 20px;
	}
	.projects__content li header a {
		font-size: 14px;
		line-height: 16px;
		margin-top: 15px;
	}
	.projects__content li header button {
		font-size: 20px;
		line-height: 30px;
	}
	.projects__content li header + div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.projects__content li header + div a {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.projects__content li picture {
		display: none;
		margin-right: 0;
	}
	.projects__content li picture img {
		max-width: 100%;
	}
	.projects__content li picture:first-of-type {
		display: block;
	}
	.projects__content li.images header + div img {
		max-width: 170px;
		margin-right: 0;
	}
	.projects__more {
		top: 100%;
		right: 20px;
		width: 88px;
		height: 88px;
		font-size: 14px;
		line-height: 16px;
	}
	.projects__names {
		bottom: -40px;
	}
	.projects__arrows {
		right: 85%;
	}
}

@media (max-width: 450px) {
	.projects h2 span span {
		width: 20px;
		height: 20px;
		border-left: 5px solid #161616;
		border-bottom: 5px solid #161616;
	}
	.projects h2 span span::before {
		width: 21px;
		height: 5px;
	}
	.projects h2 span span:last-of-type {
		margin-bottom: 0;
	}
	.projects__content {
		max-width: 300px;
		margin: 0 auto !important;
	}
	.projects__content li {
		opacity: 0;
		margin-right: 0;
		min-width: 290px;
	}
	.projects__names {
		bottom: -70px;
	}
	.projects__names li {
		font-size: 45px;
		line-height: 52px;
	}
	.projects__names li.active {
		left: 10px;
	}
	.projects__arrows {
		right: 80%;
		bottom: -40px;
	}
	.projects__arrows div {
		width: 80px;
	}
	.projects__arrows div div:first-of-type::after,
	.projects__arrows div div:first-of-type::before,
	.projects__arrows div div:last-of-type::after,
	.projects__arrows div div:last-of-type::before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 12px;
		height: 3px;
		border-radius: 3px;
		background-color: #161616;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.projects__arrows div div:first-of-type::after,
	.projects__arrows div div:first-of-type::before {
		right: -3px;
	}
	.projects__arrows div div:first-of-type::after {
		top: -3px;
	}
	.projects__arrows div div:first-of-type::before {
		bottom: -3px;
	}
	.projects__arrows div div:last-of-type {
		top: 0;
	}
	.projects__arrows div div:last-of-type::after,
	.projects__arrows div div:last-of-type::before {
		left: -3px;
	}
	.projects__arrows div div:last-of-type::after {
		top: -3px;
	}
	.projects__arrows div div:last-of-type::before {
		bottom: -3px;
	}
	.projects__arrows div:first-of-type {
		top: -20px;
		right: -40px;
	}
}

.team {
	padding: 120px 0;
}
.team h2 {
	font-size: 64px;
	line-height: 1;
	margin-bottom: 40px;
}
.team p {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	padding-left: 80px;
	position: relative;
	max-width: 835px;
	margin-bottom: 40px;
}
.team p::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 64px;
	height: 6px;
	background-color: #ffffff;
}
.team p span {
	color: #9046f2;
}
.team a {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	text-decoration: underline;
	color: #feeb1a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-left: 80px;
}
.team a:hover {
	cursor: pointer;
	color: #9046f2;
}
.team__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.team__info {
	position: relative;
}
.team__info::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 274px;
	height: 274px;
	background: #feeb1a;
	-webkit-filter: blur(150px);
	filter: blur(150px);
	top: 140px;
	right: 0;
}
.team__video {
	margin-top: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.team__video a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 100%;
	background: #161616;
	border: 3px solid #ffffff;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #161616;
}
.team__video a svg {
	position: relative;
	right: -3px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__video a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 1px;
	background-color: #feeb1a;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__video a:hover {
	border: 3px solid #161616;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.team__video a:hover::after {
	width: 100%;
	height: 100%;
}
.team__video a:hover svg {
	fill: #161616;
	z-index: 3;
}
.team__video a:hover svg path {
	fill: #161616;
}
.team__video a:hover + span::after {
	-webkit-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
	background-color: #ffffff;
}
.team__video span {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	padding-left: 20px;
	position: relative;
	left: -10px;
	color: #161616;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__video span::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 105%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-1.3deg);
	transform: translateX(-50%) rotate(-1.3deg);
	background-color: #feeb1a;
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__slider {
	position: relative;
	width: 460px;
	height: 518px;
}
.team__slider li {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.team__slider li.swiper-slide {
	opacity: 0 !important;
	z-index: -1;
}
.team__slider li.swiper-slide-active,
.team__slider li.swiper-slide-next,
.team__slider li.swiper-slide-prev {
	opacity: 1 !important;
	z-index: 1;
}
.team__slider li.swiper-slide-next {
	z-index: -3;
	left: 50px;
	top: 30px;
}
.team__slider li.swiper-slide-next img {
	width: auto;
	height: 468px;
}
.team__slider li.swiper-slide-prev {
	z-index: -3;
	left: -50px;
	top: 30px;
}
.team__slider li.swiper-slide-prev img {
	width: auto;
	height: 468px;
}
.team__slider-back {
	position: absolute;
	top: 25px;
	right: -25px;
	z-index: -2;
}
.team__slider-back::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1220px;
	height: 396px;
	background-image: url(../img/icon-violet-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: -800px;
	-webkit-transform: rotate(154.05deg);
	transform: rotate(154.05deg);
}
.team__slider-controls {
	position: absolute;
	bottom: 80px;
	left: -200px;
}
.team__slider-controls div {
	width: 108px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__slider-controls div div {
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__slider-controls div div:first-of-type::after,
.team__slider-controls div div:first-of-type::before,
.team__slider-controls div div:last-of-type::after,
.team__slider-controls div div:last-of-type::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.team__slider-controls div div:first-of-type::after,
.team__slider-controls div div:first-of-type::before {
	right: -3px;
}
.team__slider-controls div div:first-of-type::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -6px;
}
.team__slider-controls div div:first-of-type::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -6px;
}
.team__slider-controls div div:last-of-type::after,
.team__slider-controls div div:last-of-type::before {
	left: -3px;
}
.team__slider-controls div div:last-of-type::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}
.team__slider-controls div div:last-of-type::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -6px;
}
.team__slider-controls div:hover {
	width: 150px;
	cursor: pointer;
}
.team__slider-controls div:hover div {
	background-color: #feeb1a;
}
.team__slider-controls div:hover div::after,
.team__slider-controls div:hover div::before {
	background-color: #feeb1a;
}
.team__slider-controls div:hover div:hover::after,
.team__slider-controls div:hover div:hover::before {
	background-color: #feeb1a;
}
.team__slider-controls .swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.team__slider-controls .swiper-button-prev {
	bottom: -80px;
	left: -60px;
}
.team__slider-controls .swiper-button-prev:hover {
	left: -120px;
}

@media (max-width: 1479px) {
	.team h2 {
		font-size: 54px;
	}
	.team p {
		font-size: 18px;
		line-height: 21px;
		max-width: 620px;
		margin-bottom: 40px;
	}
	.team a {
		font-size: 18px;
		line-height: 21px;
	}
	.team__video a {
		width: 66px;
		height: 66px;
	}
	.team__video span {
		font-size: 18px;
		line-height: 21px;
		max-width: 180px;
	}
	.team__slider {
		width: 382px;
		min-height: 432px;
	}
	.team__slider li picture img {
		width: 382px;
		height: auto;
	}
	.team__slider li.swiper-slide-next {
		top: 20px;
	}
	.team__slider li.swiper-slide-next img {
		height: 390px;
	}
	.team__slider li.swiper-slide-prev {
		top: 20px;
	}
	.team__slider li.swiper-slide-prev img {
		height: 390px;
	}
	.team__slider-controls {
		left: -180px;
	}
	.team__slider-back::after {
		width: 1014px;
		height: 330px;
		left: -710px;
	}
}

@media (max-width: 1189px) {
	.team h2 {
		font-size: 44px;
		line-height: 1;
	}
	.team p {
		font-size: 16px;
		line-height: 18px;
		max-width: 560px;
	}
	.team a {
		font-size: 16px;
		line-height: 18px;
	}
	.team__slider {
		margin-right: 20px;
	}
	.team__slider-controls div:hover {
		width: 120px;
	}
	.team__video span {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 1059px) {
	.team p {
		max-width: 480px;
		font-size: 12px;
		line-height: 14px;
		padding-right: 20px;
		padding-left: 60px;
	}
	.team p::before {
		width: 42px;
		height: 4px;
	}
	.team a {
		margin-left: 60px;
	}
	.team__slider {
		margin-right: 0;
		width: 340px;
		height: auto;
		min-height: 340px;
	}
	.team__slider li {
		height: auto !important;
	}
	.team__slider li picture img {
		width: 300px;
	}
	.team__slider li.swiper-slide-next {
		position: relative;
	}
	.team__slider li.swiper-slide-next img {
		height: 280px;
	}
	.team__slider li.swiper-slide-prev img {
		height: 280px;
	}
	.team__video {
		margin-top: 70px;
	}
	.team__slider-controls {
		left: 30px;
		bottom: -10px;
	}
	.team__info {
		max-width: 380px;
	}
	.team__slider-back::after {
		left: -520px;
	}
}

@media (max-width: 767px) {
	.team {
		padding: 40px 0 80px 0;
	}
	.team h2 {
		font-size: 36px;
		line-height: 28px;
	}
	.team p {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.team a {
		font-size: 14px;
		line-height: 16px;
	}
	.team__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.team__info,
	.team__slider {
		width: 100%;
		max-width: 100%;
	}
	.team__info {
		margin-bottom: 45px;
	}
	.team__info::after {
		top: 50%;
		right: 10%;
	}
	.team__slider {
		max-width: 300px;
		margin: 0 auto;
	}
	.team__slider li {
		max-width: 100%;
	}
	.team__slider li picture img {
		max-width: 100%;
	}
	.team__slider li.swiper-slide-next {
		left: 50px;
	}
	.team__slider li.swiper-slide-prev {
		left: -50px;
	}
	.team__video {
		margin-top: 40px;
	}
	.team__video a {
		width: 50px;
		height: 50px;
	}
	.team__video a svg {
		width: 22px;
		height: 22px;
	}
	.team__video span {
		font-size: 14px;
		line-height: 16px;
		max-width: 150px;
	}
	.team__slider-controls {
		left: 40px;
		bottom: 20px;
	}
	.team__slider-controls div {
		width: 77px;
	}
	.team__slider-controls div div:first-of-type::before,
	.team__slider-controls div div:first-of-type::after,
	.team__slider-controls div div:last-of-type::before,
	.team__slider-controls div div:last-of-type::after {
		width: 12px;
	}
	.team__slider-controls div div:first-of-type::before,
	.team__slider-controls div div:last-of-type::before {
		bottom: -3px;
	}
	.team__slider-controls div div:first-of-type::after,
	.team__slider-controls div div:last-of-type::after {
		top: -3px;
	}
	.team__slider-controls div:hover {
		width: 90px;
	}
	.team__slider-controls .swiper-button-next {
		top: 30px;
	}
	.team__slider-controls .swiper-button-prev {
		left: -40px;
	}
	.team__slider-controls .swiper-button-prev:hover {
		left: -40px;
	}
}

.founders {
	padding: 60px 0;
}
.founders img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.founders h2 {
	font-size: 64px;
	margin-bottom: 35px;
	line-height: 51px;
}
.founders h2 span {
	display: block;
	color: #feeb1a;
}
.founders ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.founders ul li {
	display: flex;
}

.founders ul li:first-of-type h3 {
	top: 50px;
	left: 55px;
}
.founders ul li:first-of-type .founders__back h3 {
	margin-bottom: 60px;
}
.body__en .founders ul li:first-of-type .founders__back h3 {
	margin-bottom: 20px;
}
.founders ul li:last-of-type h3 {
	bottom: 50px;
	left: 55px;
}
.founders ul li:last-of-type .founders__back h3 {
	margin-top: auto;
}
.founders__front,
.founders__back {
	width: 100%;
	max-width: 710px;
	min-height: 690px;
}
.founders__front ul li,
.founders__back ul li {
	border: none;
}
.founders__front {
	position: relative;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	background-color: #1F1F1F;
}
.founders__front h3 {
	position: absolute;
	font-weight: 500;
	font-size: 64px;
	line-height: 1;
	color: #feeb1a;
	font-family: "PP Right Gothic", "Arial", sans-serif;
	z-index: 2;
}
.founders__front picture {
	position: relative;
	bottom: -3px;
	z-index: 2;
}
.founders__front::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 368px;
	height: 368px;
	border-radius: 100%;
	background-color: #feeb1a;
	-webkit-filter: blur(120px);
	filter: blur(120px);
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-35%, -35%);
}
.founders__back {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.founders__back p {
	margin-bottom: 30px;
	font-family: 'Fira Mono';
	font-weight: 400;
	font-size: 24px;
	line-height: 125%;
	color: #FEEB1A;
}
.founders__back ul {
	flex-direction: column;
	padding: 1.2em;
}
.founders__back ul li {
	display: list-item;
	list-style: disc;
	font-size: 21px;
}
.founders__back li:not(:last-child) {
	margin-bottom: 20px;
}
.founders__back picture {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: -1;
}
.founders__back h3 {
	font-weight: 500;
	font-size: 64px;
	line-height: 1;
	color: #feeb1a;
	font-family: "PP Right Gothic", "Arial", sans-serif;
	letter-spacing: 0.32em;
}
.founders__back p,
.founders__back li {
	font-weight: 400;
	font-size: 21px;
	line-height: 26px;
}
.founders__extra {
	display: none;
}
.founders__socials {
	text-align: left;
	margin-top: auto;
}
.founders__socials a svg path,
.founders__socials a svg rect {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.founders__socials a:hover svg path {
	fill: #feeb1a;
}
.founders__socials a:hover svg rect {
	fill: #9046f2;
}

@media (max-width: 1479px) {
	.founders h2 {
		font-size: 54px;
		line-height: 43px;
	}
	.founders__front,
	.founders__back {
		max-width: 566px;
		min-height: 550px;
	}
	.founders__front h3,
	.founders__back h3 {
		z-index: 1;
	}
	.founders__front h3 {
		font-size: 50px;
		line-height: 40px;
	}
	.founders__back {
		padding: 40px 44px;
	}
	.founders__back p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.founders__back li {
		font-size: 16px;
		line-height: 18px;
	}
	.founders__back h3 {
		font-size: 50px;
		line-height: 39px;
	}
}

@media (max-width: 1189px) {
	.founders h2 {
		font-size: 44px;
		line-height: 34px;
	}
	.founders ul li:first-of-type h3 {
		top: 30px;
		left: 35px;
	}
	.founders ul li:first-of-type .founders__back h3 {
		margin-bottom: 30px;
	}
	.founders ul li:last-of-type h3 {
		bottom: 30px;
		left: 35px;
	}
	.founders ul li:hover .founders__back ul li {
		margin-bottom: 5px;
	}
	.founders__front,
	.founders__back {
		max-width: 500px;
		min-height: 500px;
	}
	.founders__front picture {
		bottom: -13px;
	}
	.founders__back h3 {
		font-size: 40px;
		line-height: 1;
	}
	.founders__back p {
		font-size: 14px;
		line-height: 18px;
	}
	.founders__back li {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (max-width: 1059px) {
	.founders .wrapper > ul > li {
		flex-direction: column;
	}
	.founders__front,
	.founders__back {
		max-width: 350px;
		min-height: 350px;
	}
	.founders__front::after {
		width: 300px;
		height: 300px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.founders__front picture {
		bottom: -9px;
	}
	.founders__front h3 {
		font-size: 35px;
		line-height: 35px;
	}
	.founders__back {
		padding: 30px;
	}
	.founders__back h3 {
		font-size: 30px;
	}
	.founders__back p {
		font-size: 12px;
		line-height: 14px;
	}
	.founders__back li {
		font-size: 11px;
		line-height: 1;
	}
	.founders ul li:first-of-type h3 {
		top: 25px;
		left: 25px;
	}
	.founders ul li:first-of-type .founders__back h3 {
		margin-bottom: 20px;
	}
	.founders ul li:hover .founders__back ul {
		padding-left: 0;
	}
	.founders ul li:hover .founders__back p {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.founders {
		padding: 20px 0;
	}
	.founders h2 {
		font-size: 36px;
		line-height: 28px;
	}
	.founders ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.founders ul li {
		margin: 0 auto 40px;
		max-width: 400px;
	}
	.founders ul li:first-of-type h3 {
		top: 20px;
		left: 20px;
	}
	.founders ul li:last-of-type {
		margin: 0 auto;
	}
	.founders__front,
	.founders__back {
		max-width: 400px;
		min-height: auto;
	}
	.founders__front h3 {
		font-size: 26px;
		line-height: 21px;
	}
	.founders__front picture {
		bottom: -9px;
	}
	.founders__back {
		padding: 25px;
	}
	.founders__back ul li {
		margin: 0;
		max-width: 100%;
		min-height: auto;
		aspect-ratio: auto;
	}
	.founders__back ul li:last-of-type {
		margin: 0;
	}
}

@media (max-width: 450px) {
	.founders__front picture {
		bottom: -7px;
	}
}

@media (max-width: 450px) {
	.founders h2 {
		font-size: 34px;
	}
	.founders ul li {
		border: none;
		aspect-ratio: auto;
		margin-bottom: 20px;
	}
	.founders__front {
		border: 1px solid #feeb1a;
		margin-bottom: 20px;
		position: relative;
	}
	.founders__front::after {
		top: 50%;
		left: 60%;
		width: 200px;
		height: 200px;
		-webkit-filter: blur(80px);
		filter: blur(80px);
	}
	.founders__extra {
		display: block;
	}
	.founders__extra ul {
		padding-left: 40px;
	}
	.founders__extra ul li {
		margin: 0;
		aspect-ratio: auto;
		list-style: disc;
		margin-bottom: 10px;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
	}
	.founders__extra ul li:last-of-type {
		margin-bottom: 10px;
	}
	.founders__extra p {
		margin-bottom: 20px;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
}

.contacts {
	padding: 85px 0;
}
.contacts h2 {
	font-size: 64px;
	line-height: 1;
	margin-bottom: 54px;
}
.contacts li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 65px;
}
.contacts li picture {
	margin-right: 30px;
}
.contacts li h3 {
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.01em;
	color: #feeb1a;
	font-family: "Fira Mono", "Arial", sans-serif;
}
.contacts li p {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #ffffff;
	opacity: 0.6;
	margin-bottom: 18px;
}
.contacts li a {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
}
.contacts li a span {
	color: #9046f2;
	display: inline-block;
	margin-right: 10px;
}
.contacts li a:hover {
	cursor: pointer;
	color: #feeb1a;
}
.contacts__row,
.contacts__rows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts__rows {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contacts__rows li {
	width: 100%;
	max-width: 210px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 126px;
}
.contacts__rows li img {
	margin-bottom: 12px;
}
.contacts__rows li h3 {
	margin-bottom: 5px;
}
.contacts__rows li div:last-of-type {
	margin-top: auto;
}
.contacts__rows li a svg path,
.contacts__rows li a svg rect {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.contacts__rows li a:hover svg path {
	fill: #feeb1a;
}
.contacts__rows li a:hover svg rect {
	fill: #9046f2;
}
.contacts__wrapper {
	position: relative;
}
.contacts__wrapper::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1450px;
	height: 470px;
	bottom: -180px;
	right: -800px;
	background-image: url(../img/icon-yellow-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: -1;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

@media (max-width: 1479px) {
	.contacts h2 {
		font-size: 54px;
		line-height: 43px;
		margin-bottom: 34px;
	}
	.contacts li {
		margin-bottom: 52px;
	}
	.contacts li h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.contacts li p {
		font-size: 16px;
		line-height: 20px;
	}
	.contacts li a {
		font-size: 16px;
		line-height: 20px;
	}
	.contacts li picture {
		margin-right: 24px;
	}
	.contacts li picture img {
		width: 74px;
		height: 74px;
	}
}

@media (max-width: 1189px) {
	.contacts h2 {
		font-size: 44px;
		line-height: 1;
	}
	.contacts li {
		margin-bottom: 40px;
	}
	.contacts li h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.contacts li p,
	.contacts li a {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 1059px) {
	.contacts__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts__row li {
		width: 50%;
	}
	.contacts li a {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	.contacts {
		padding: 20px 0;
	}
	.contacts__row li,
	.contacts__rows li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-right: 30px;
	}
	.contacts li {
		margin-bottom: 20px;
	}
	.contacts li picture {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.contacts li picture img {
		width: 48px;
		height: 48px;
		margin-bottom: 0;
	}
	.contacts li h3 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 6px;
	}
	.contacts li p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}
	.contacts li a {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 450px) {
	.contacts {
		padding-bottom: 180px;
	}
	.contacts h2 {
		font-size: 42px;
	}
	.contacts__wrapper::after {
		width: 722px;
		height: 235px;
		right: -400px;
		bottom: -150px;
		background-size: contain;
	}
	.contacts__row li,
	.contacts__rows li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: 130px;
		margin-right: 15px;
	}
	.contacts__row li:nth-of-type(2n),
	.contacts__rows li:nth-of-type(2n) {
		position: relative;
		top: 20px;
	}
}

.news {
	position: relative;
}
.news::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 274px;
	height: 274px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-70%, -50%);
	transform: translate(-70%, -50%);
	z-index: -1;
	background-color: #feeb1a;
	-webkit-filter: blur(130px);
	filter: blur(130px);
}
.news h2 {
	font-size: 64px;
	margin-bottom: 55px;
}
.news ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news li {
	width: 50%;
	margin-bottom: 65px;
}
.news li a {
	max-width: 610px;
	display: inline-block;
}
.news li a:hover h3 {
	text-decoration: underline;
}
.news li span {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.01em;
	color: #ffffff;
	opacity: 0.4;
	margin-bottom: 25px;
}
.news li h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
	color: #feeb1a;
	font-family: "Fira Mono", "Arial", sans-serif;
	padding-right: 20px;
}
.news li p {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #ffffff;
}
.news__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.news__more a {
	display: inline-block;
	margin-top: auto;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #161616;
	margin-left: 50px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.news__more a::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 110%;
	height: 100%;
	background-color: #feeb1a;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-1.3deg);
	transform: translateX(-50%) rotate(-1.3deg);
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.news__more a:hover {
	cursor: pointer;
}
.news__more a:hover::after {
	-webkit-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
	background-color: #ffffff;
}
.news__more div {
	width: 108px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	bottom: 80px;
	left: 200px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.news__more div::before,
.news__more div::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	right: -6px;
}
.news__more div::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -6px;
}
.news__more div::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -6px;
}
.news__more a:hover + div {
	width: 50%;
	background-color: #feeb1a;
}
.news__more a:hover + div::after,
.news__more a:hover + div::before {
	background-color: #feeb1a;
}
.news__popup {
	position: absolute;
	left: 50%;
	/*top: 50%;*/
	/*-webkit-transform: translate(-50%, -50%);*/
	/*transform: translate(-50%, -50%);*/
	width: 100%;
	max-width: 1440px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 120px;
	background-color: #161616;
	z-index: 10;
	overflow: hidden;
	top: 0;
	 -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.news__popup::before,
.news__popup::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 274px;
	height: 274px;
	background-color: #feeb1a;
	-webkit-filter: blur(150px);
	filter: blur(150px);
	z-index: -1;
}
.news__popup::before {
	top: 120px;
	left: 0;
}
.news__popup::after {
	right: -20px;
	bottom: -60px;
}
.news__popup span {
	font-family: "Fira Mono", "Arial", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.01em;
	color: #ffffff;
	opacity: 0.4;
	display: inline-block;
	margin-bottom: 32px;
}
.news__popup h2 {
	font-size: 54px;
	line-height: 43px;
	margin-bottom: 38px;
}
.news__popup p {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.01em;
	margin-bottom: 50px;
}
.news__popup picture {
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.news__popup picture img {
	width: 100%;
	height: auto;
}
.news__popup picture::before,
.news__popup picture::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1218px;
	height: 396px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news__popup picture::before {
	background-image: url("../img/icon-yellow-big.svg");
	left: -50%;
}
.news__popup picture::after {
	background-image: url("../img/icon-violet-big.svg");
	right: -50%;
}
.news__popup button {
	position: absolute;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	right: 90px;
	top: 70px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding: 0;
	margin: 0;
}
.news__popup button::before,
.news__popup button::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.news__popup button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news__popup button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.news__popup button:hover::before,
.news__popup button:hover::after {
	background-color: #feeb1a;
}
.news__popup.none {
	display: none;
}

@media (max-width: 1479px) {
	.news h2 {
		font-size: 54px;
		line-height: 43px;
		margin-bottom: 34px;
	}
	.news li {
		max-width: 560px;
	}
	.news li span {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 24px;
	}
	.news li h3 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 12px;
	}
	.news li p {
		font-size: 18px;
		line-height: 22px;
	}
	.news li:nth-of-type(2n) {
		max-width: 490px;
	}
	.news__popup {
		max-width: 1150px;
		padding: 54px 98px;
	}
	.news__popup button {
		top: 56px;
		right: 70px;
	}
	.news__popup h2 {
		font-size: 42px;
		line-height: 33px;
	}
	.news__popup p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.news__popup picture {
		margin-bottom: 30px;
	}
}

@media (max-width: 1189px) {
	.news h2 {
		font-size: 44px;
		line-height: 1;
	}
	.news li {
		max-width: 480px;
		margin-bottom: 55px;
	}
	.news li span {
		font-size: 16px;
		line-height: 18px;
	}
	.news li h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.news li p {
		font-size: 16px;
		line-height: 18px;
	}
	.news__popup {
		max-width: 1040px;
		padding: 30px;
	}
	.news__popup button {
		top: 20px;
		right: 20px;
	}
	.news__popup p {
		margin-bottom: 20px;
	}
	.news__popup picture {
		margin-bottom: 20px;
	}
}

@media (max-width: 1059px) {
	.news li h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.news li p {
		font-size: 14px;
		line-height: 16px;
	}
	.news li:nth-of-type(2n) {
		max-width: 100%;
	}
	.news__more a {
		font-size: 20px;
		line-height: 24px;
	}
	.news__more a:hover + div {
		width: 40%;
	}
	.news__popup {
		max-width: 768px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.news li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 32px;
	}
	.news li a {
		max-width: 600px;
	}
	.news li span {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
	}
	.news li h3 {
		font-size: 16px;
		line-height: 18px;
		padding-right: 0;
		margin-bottom: 12px;
	}
	.news li p {
		font-size: 14px;
		line-height: 18px;
	}
	.news__more {
		padding-top: 20px;
	}
	.news__more a {
		margin-left: 0;
		font-size: 14px;
		line-height: 16px;
	}
	.news__more div {
		bottom: 40px;
		left: 80px;
		width: 77px;
	}
	.news__more div::before,
	.news__more div::after {
		width: 12px;
		right: -3px;
	}
	.news__more div::after {
		top: -3px;
	}
	.news__more div::before {
		bottom: -3px;
	}
	.news__popup {
		max-width: 500px;
		padding: 20px;
	}
	.news__popup h2 {
		font-size: 32px;
		line-height: 1;
	}
}

@media (max-width: 450px) {
	.news::after {
		width: 144px;
		height: 144px;
		-webkit-filter: blur(90px);
		filter: blur(90px);
		z-index: -1;
	}
	.news__popup {
		max-width: 320px;
		padding: 15px;
	}
	.news__popup h2 {
		font-size: 26px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.news__popup p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	.news__popup span {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 12px;
	}
	.news__popup button {
		width: 14px;
		height: 14px;
		right: 15px;
	}
	.news__popup picture {
		margin-bottom: 20px;
		width: 110%;
		left: -5%;
	}
	.news__popup picture::before,
	.news__popup picture::after {
		display: none;
	}
}

.partners {
	padding: 100px 0;
}
.partners h2 {
	font-size: 64px;
	margin-bottom: 55px;
}
.partners h2 span {
	color: #feeb1a;
}
.partners__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners__list picture {
    margin: 0 35px 75px;
}

.partners__list a {
	display: inline-block;
	margin: 0 35px 75px;
}
.partners__list a:hover {
	cursor: pointer;
}

@media (max-width: 1479px) {
	.partners h2 {
		font-size: 54px;
		line-height: 43px;
		margin-bottom: 40px;
	}
	.partners__list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.partners__list a {
		max-width: 198px;
		margin: 0 10px 60px 10px;
	}
	.partners__list a picture img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 1189px) {
	.partners h2 {
		font-size: 44px;
		line-height: 1;
	}
	.partners__list a {
		max-width: 150px;
		margin: 0 10px 40px 10px;
	}
}

@media (max-width: 767px) {
	.partners {
		padding: 20px 0;
	}
	.partners h2 {
		font-size: 36px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.partners__list a {
		max-width: 120px;
		margin: 0 10px 20px 10px;
	}
}

.press {
	padding: 90px 0 25px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/image-caesar-back.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.press {
		background-image: url("../img/image-caesar-back@2x.png");
	}
}
.press::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #feeb1a;
	opacity: 0.8;
}
.press__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.press h2 {
	font-size: 64px;
	line-height: 1;
	max-width: 380px;
	color: #161616;
}
.press ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.press ul li {
	width: 100%;
	max-width: 340px;
	margin-left: 70px;
	margin-bottom: 65px;
}
.press ul li picture {
	min-height: 75px;
	margin-bottom: 20px;
	display: block;
}
.press ul li p {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #161616;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.press ul li a:hover {
	cursor: pointer;
}
.press ul li a:hover p {
	color: #9046f2;
}

@media (max-width: 1479px) {
	.press {
		padding: 60px 0;
	}
	.press h2 {
		font-size: 54px;
		line-height: 54px;
	}
	.press ul li {
		max-width: 320px;
	}
	.press ul li picture {
		margin-bottom: 10px;
		min-height: 70px;
	}
	.press ul li picture img {
		max-width: 300px;
		height: auto;
	}
	.press ul li p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 1189px) {
	.press h2 {
		font-size: 44px;
		line-height: 1;
	}
	.press ul li {
		margin-left: 50px;
		margin-bottom: 50px;
	}
}

@media (max-width: 1059px) {
	.press ul li {
		max-width: 360px;
	}
}

@media (max-width: 767px) {
	.press {
		padding: 30px 0;
	}
	.press h2 {
		max-width: 215px;
		font-size: 36px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.press ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.press ul li {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.press ul li picture {
		min-height: 60px;
	}
	.press ul li picture img {
		max-width: 156px;
	}
	.press ul li p {
		font-size: 14px;
		line-height: 18px;
	}
	.press__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer {
	padding: 120px 0 30px 0;
}
.footer__logo {
	width: 215px;
	height: auto;
	margin-right: 45px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.footer__logo use,
.footer__logo path {
	fill: #ffffff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.footer__logo:hover use,
.footer__logo:hover path {
	fill: #feeb1a;
}
.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footer__socials ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 28px;
}
.footer__socials ul li {
	margin-right: 46px;
}
.footer__socials ul a svg,
.footer__socials ul a svg path,
.footer__socials ul a svg use {
	fill: #feeb1a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.footer__socials ul a:hover {
	cursor: pointer;
}
.footer__socials ul a:hover svg,
.footer__socials ul a:hover svg use,
.footer__socials ul a:hover svg path {
	fill: #9046f2;
}
.footer__socials p {
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #9046f2;
}
.footer__socials p a {
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.footer__socials p a:hover {
	cursor: pointer;
	color: #feeb1a;
}
.footer__navigation {
	margin-left: auto;
}
.footer__navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 34px;
}
.footer__navigation ul li {
	margin-left: 40px;
	min-width: 60px;
	text-align: center;
}
.footer__navigation ul li a {
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	min-width: 50px;
}
.footer__navigation ul li a:hover {
	cursor: pointer;
	color: #feeb1a;
	text-decoration: underline;
}
.footer__navigation ul li:first-of-type {
	margin-left: 0;
}
.footer__navigation p {
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	opacity: 0.3;
}

@media (max-width: 1479px) {
	.footer {
		padding: 80px 0 40px 0;
	}
	.footer__logo {
		width: 170px;
		height: auto;
		margin-right: 35px;
	}
	.footer__socials ul {
		margin-bottom: 22px;
	}
	.footer__socials ul li {
		margin-right: 36px;
	}
	.footer__socials p {
		font-size: 14px;
		line-height: 19px;
	}
	.footer__navigation ul li {
		min-width: 45px;
		margin-left: 30px;
		text-align: center;
	}
	.footer__navigation ul li a {
		font-size: 16px;
		line-height: 22px;
	}
	.footer__navigation ul li:first-of-type {
		margin-left: 0;
	}
	.footer__navigation p {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 1189px) {
	.footer__logo {
		margin-right: 20px;
	}
	.footer__socials ul {
		margin-bottom: 5px;
	}
	.footer__socials ul li {
		margin-right: 30px;
	}
	.footer__navigation ul li {
		margin-left: 30px;
	}
	.footer__navigation ul li a {
		font-size: 12px;
		line-height: 16px;
	}
	.footer__navigation p {
		font-size: 10px;
		line-height: 12px;
	}
}

@media (max-width: 1059px) {
	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__navigation {
		width: 100%;
	}
	.footer__navigation ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer__navigation p {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer__socials {
		width: 100%;
	}
	.footer__socials ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.footer__socials ul li {
		margin: 0 15px;
	}
	.footer__socials p {
		margin-bottom: 20px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 20px 0;
	}
	.footer__wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 135px;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.footer__socials {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.footer__socials ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 14px;
	}
	.footer__socials ul li {
		margin: 0 26px 0 0;
	}
	.footer__socials p {
		text-align: left;
	}
	.footer__navigation ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__navigation ul li {
		margin: 0 40px 0 0;
		min-width: 70px;
		text-align: left;
		margin-bottom: 12px;
	}
	.body__en .footer__navigation ul li {
		min-width: 80px;
	}
	.footer__navigation ul li a {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}
	.footer__navigation p {
		text-align: left;
		font-size: 13px;
		line-height: 19px;
		margin: 0;
	}
}

.body__en .footer__navigation ul li:first-of-type a {
	min-width: 90px;
}

.header__wrapper {
  position: relative;
}

.button-lang {
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: -100%;
  transform: translateY(-50%);
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.button-lang a {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  padding: 5px;
  text-transform: uppercase;
}

.lang {
  background-color: #161616;
  color: #d8d8d8;
}

.lang-active {
  background-color: #FEEB1A;
  color: #161616;
  box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.75);
}

@media (max-width: 1479px) {
  .button-lang a {
    font-size: 16px;
  }
}

@media (max-width: 1189px) {
  .button-lang a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .button-lang {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }

  .button-lang a {
    font-size: 12px;
  }
}