@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Trirong:ital,wght@1,900&display=swap");

/* Обнуление */
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
html,
body {
	height: 100%;
	line-height: 1;
	background: url("../img/bg.png");
	font-size: 14px;
	color: #242238;
	font-weight: 500;
	font-family: "Inter", sans-serif;
}
/* ---------------------------------------------------------------------------- */
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
}
.sidebar {
	min-height: 100%;
	flex: 0 1 476px;
	min-width: 476px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
/* ---------------------------------------------------------------------------- */
._container {
	max-width: 1340px;
}
._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.sidebar__close {
	position: absolute;
	right: 22px;
	color: #fff;
	width: 35px;
	top: 2px;
	height: 36px;
	font-size: 25px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 30px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sidebar__body {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	margin: 19px 38px 229px 80px;
	background: #20202a;
}
.sidebar__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 283px;
	background: #24242f;
}
.sidebar__logo img {
}
.sidebar__contacts {
	padding: 45px 45px 200px 43px;
}
.contact {
}
.contact__address {
	position: relative;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
}
.contact__address::after {
	content: "";
	background-image: url(../img/sidebar/after.png);
	width: 214px;
	height: 9px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 45px 0px 0 25px;
}
.contact__address:not(:last-child) {
	padding: 0 0 53px 0;
}
.contact__title {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 166.02%;
	color: #ffffff;
	max-width: 174px;
	max-width: 180px;
}
.contact__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 121.52%;
	color: #ffffff;
	max-width: 170px;
	opacity: 0.5;
}
.sidebar__footer {
}
.footer-sidebar {
	background-image: linear-gradient(181.87deg, rgba(32, 32, 42, 0) -31.21%, #20202a 98.42%),
		url(../img/sidebar/earth.png);
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	flex-direction: column;
	padding: 150px 46px 55px 37px;
}
.footer-sidebar__title {
	font-size: 32px;
	line-height: 108.02%;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
}
.footer-sidebar__subtitle {
	font-weight: 700;
	font-size: 52px;
	line-height: 108.02%;
	text-transform: uppercase;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(94.63deg, #f327df 2.29%, #1511fa 100.51%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.footer-sidebar__button {
	font-weight: 700;
	font-size: 20px;
	line-height: 166.02%;
	text-align: center;
	text-transform: uppercase;
	background: #24242f;
	min-height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-sidebad__click {
	color: #ffffff;
	padding: 13px 0;
	width: 100%;
}
/*-----------------------------------main-------------------------------------*/
.main {
	flex: 1 1 auto;
	padding: 0 80px 0 0;
}
.main__header {
	margin: 19px 0px 39px -37px;
	padding: 0 0 0 37px;
}
.header-main {
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, rgba(24, 24, 34, 0.76) 0%, #181822 100%), url("../img/main/under-banner.png");
}
.header-main__block {
	flex-direction: row;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 17px;
}
.header-main__mobile {
	display: none;
}
.search {
}
.search__form {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	min-width: 327px;
}
.header-main__button {
	min-width: 172px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0px 0px 0px 20px;
	transition: all 0.4s ease-in-out;
	background-image: linear-gradient(to right, #f327df, #1511fa, #514fc0, #f327df);
	background-size: 300% 100%;
}
.header-main__button:hover {
	background-position: 100% 0;
	transition: all 0.4s ease-in-out;
}
.header-main__click {
	padding: 16px 0;
	color: #fff;
	width: 100%;
	text-align: center;
}
input::placeholder {
	color: #fff;
}
.header-main__click::before {
	content: "";
	background: url(../img/main/wallet.svg);
	width: 16px;
	height: 16px;
	position: absolute;
	left: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 14px;
}
.header-main__banner {
}
.banner {
	background: url(../img/main/banner.png);
	min-height: 404px;
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	background-position: center;
}
.banner__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 108.02%;
	text-transform: uppercase;
	color: #ffffff;
	padding: 217px 0 0 56px;
}
.banner__button {
	max-width: 215px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 17px 0 0 56px;
	transition: all 0.4s ease-in-out;
	background-image: linear-gradient(to right, #f327df, #1511fa, #514fc0, #f327df);
	background-size: 300% 100%;
}
.banner__button:hover {
	background-position: 100% 0;
	transition: all 0.4s ease-in-out;
}
.banner__click {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	padding: 18px;
	text-transform: uppercase;
	color: #ffffff;
}
form.search__form input[type="text"] {
	flex: 1 1 auto;
	padding: 15px 0px 4px 0px;
	outline: none;
	border-bottom: 1px solid #414157;
	background: transparent;
	font-weight: 400;
	font-size: 18px;
}

#searchbutton {
	color: rgba(243, 39, 223, 1);
	padding: 10px 0px 0px 0px;
	margin-left: -20px;
}

form.search__form button:hover {
	background: #0b7dda;
}

/* Clear floats */
form.search__form::after {
	content: "";
	clear: both;
	display: table;
}

/*-----------------------------------blocks-------------------------------------*/

.main__blocks {
}
.block {
}
.block__container {
}
.block__items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.block__items:not(:last-child) {
	margin: 0 0 10px 0;
}
.block__item:not(:last-child) {
	margin: 0 10px 0 0;
}
.first .block__item {
	padding: 45px;
	flex: 1 1 49%;
	background: #20202a;
	background-image: url(../img/main/blocks/1.png);
	background-position: right;
	background-repeat: no-repeat;
	flex-direction: row;
	display: flex;
	align-items: center;
	min-width: 320px;
}
.first .block__counter {
	font-weight: 700;
	font-size: 33.3184px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	background: #181822;
	padding: 22px;
	border-radius: 50px;
	width: 84px;
	text-align: center;
	height: 84px;
	border: 1.11061px solid #2e2e3a;
}
.first .block__bodyText {
	padding: 0 0 0 23px;
}
.first .block__title {
	font-weight: 700;
	font-size: 22.2123px;
	line-height: 27px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 11px 0;
}
.first .block__subtitle {
	font-weight: 700;
	font-size: 15.5486px;
	line-height: 19px;
	color: #ffffff;
	opacity: 0.4;
}
.second .block__item {
	padding: 10px;
	flex: 1 1 32%;
	background: linear-gradient(260deg, #20202aeb, #20202ad6), url(../img/main/blocks/2.png);
	background-position: center center;
	background-repeat: no-repeat;
	flex-direction: column;
	background-size: cover;
	display: flex;
	align-items: center;
}

.block__counter-border {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(94.63deg, #f327df 2.29%, #1511fa 100.51%);
	border-radius: 50px;
	padding: 4px;
}
.second .block__counter {
	font-weight: 700;
	font-size: 33.3184px;
	line-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #181822;
	border-radius: 50px;
	width: 64px;
	text-align: center;
	height: 64px;
}
.second .block__bodyText {
	padding: 19px 0 11px 0px;
}
.second .block__title {
	font-weight: 700;
	font-size: 22.2123px;
	line-height: 27px;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.second .block__subtitle {
	font-weight: 700;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	opacity: 0.4;
}
.block__text {
	padding: 0 0 0 23px;
}

.third .block__item {
	padding: 45px;
	flex: 1 1 49%;
	background: #20202a;
	background-image: url(../img/main/blocks/3.png);
	background-position: 92%;
	background-repeat: no-repeat;
	flex-direction: row;
	display: flex;
	align-items: center;
}
.third .block__counter {
	font-weight: 700;
	font-size: 33.3184px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	background: #181822;
	border-radius: 50px;
	width: 64px;
	text-align: center;
	height: 64px;
	border: 1.11061px solid #2e2e3a;
	display: flex;
	justify-content: center;
	align-items: center;
}
.third .block__bodyText {
	padding: 0 0 0 23px;
}
.third .block__title {
	font-weight: 700;
	font-size: 22.2123px;
	line-height: 27px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 0px 0;
}
.third .block__subtitle {
	font-weight: 700;
	font-size: 15.5486px;
	line-height: 19px;
	color: #ffffff;
	opacity: 0.4;
}
/*-----------------------------------footer-------------------------------------*/

.main__footer {
}
.footer-main {
	margin: 68px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	background: linear-gradient(260deg, #181822e8, #181822d1), url(../img/main/blocks/footer.png);
	background-position: center center;
}
.footer-main__rights {
	padding: 11px 0 11px 25px;
}
.footer-main__text {
	font-weight: 700;
	font-size: 17.7698px;
	line-height: 244.02%;
	color: #ffffff;
}
.footer-main__privacy {
	padding: 11px 33px 11px 0px;
}
.footer-main__links {
	font-weight: 700;
	font-size: 17.7698px;
	line-height: 244.02%;
	/* or 43px */

	color: #ffffff;
}
.footer-main__link {
	font-weight: 700;
	font-size: 17.7698px;
	line-height: 244.02%;
	color: #ffffff;
}
.block__bodyText {
	min-height: 100px;
}
.active {
	display: block !important;
	left: 0px !important;
}
@media (max-width: 1440px) {
	.sidebar {
		flex: 0 1 400px;
		min-width: 400px;
	}
	.sidebar__logo img {
		width: 200px;
	}
	.contact__address::after {
		margin: 45px 0px 0 0px;
	}
	.footer-sidebar__title {
		font-size: 23px;
	}
	.block__item:not(:last-child) {
	}
}
@media (max-width: 1366px) {
	.footer-sidebar__title {
		font-size: 19px;
	}
	.first .block__title {
		font-size: 20px;
	}
	.first .block__subtitle {
		font-size: 15px;
	}
	.second .block__title {
		font-size: 20px;
	}
	.second .block__subtitle {
		font-size: 15px;
	}
	.third .block__title {
		font-size: 20px;
	}
	.third .block__subtitle {
		font-size: 15px;
	}
}
@media (max-width: 1200px) {
	.banner {
		background-position: center right;
	}
	.first .block__item {
		min-width: 250px;
		flex: 1 1 48%;
		padding: 30px;
	}
	.second .block__item {
		min-height: 230px;
		min-width: 200px;
	}
	.first .block__title {
		font-size: 17px;
	}
	.first .block__subtitle {
		font-size: 14px;
	}
	.second .block__title {
		font-size: 17px;
	}
	.second .block__subtitle {
		font-size: 14px;
	}
	.third .block__title {
		font-size: 17px;
	}
	.third .block__subtitle {
		font-size: 14px;
	}

	.banner {
		background-position: center center;
	}
}
@media (max-width: 1024px) {
	.sidebar {
		flex: 0 1 350px;
		min-width: 350px;
	}
	.sidebar__body {
		margin: 19px 38px 229px 25px;
	}
	.banner__title {
		font-size: 34px;
	}
	.third .block__item:not(:last-child) {
		margin: 0px 10px 0px 0;
	}
	.firt .block__item:not(:last-child) {
		margin: 0px 0px 10px 0;
	}
	.second .block__item:not(:last-child) {
		margin: 0 10px 10px 0;
	}
	.first .block__title {
		font-size: 15px;
	}
	.first .block__subtitle {
		font-size: 12px;
	}
	.second .block__title {
		font-size: 15px;
	}
	.second .block__subtitle {
		font-size: 12px;
	}
	.third .block__title {
		font-size: 15px;
	}
	.third .block__subtitle {
		font-size: 12px;
	}
	.first .block__item {
		padding: 30px;
	}
	.second .block__item {
		min-height: 192px;
		padding: 20px;
		min-width: 250px;
	}
	.third .block__item {
		padding: 20px;
		min-height: 140px;
	}
	.banner {
		background-position: center center;
	}
}
@media (max-width: 990px) {
	.third .block__item {
		min-height: 175px;
	}
	.banner {
		background-position: center center;
	}
	._container {
		padding: 0 50px;
		margin: 0 auto;
	}
	.block__container {
		padding: 0 !important;
	}
	.sidebar {
		position: absolute;
		z-index: 999;
		max-width: 200px;
		left: -400px;
		transition: all 0.3s ease-in;
	}
	.header-main__mobile {
		display: block;
		color: #fff;
		padding: 10px 0 0 0;
	}
	.second .block__item:nth-child(2) {
		margin: 0 0px 10px 0;
	}
}
@media (max-width: 768px) {
	.second .block__item {
		min-height: 192px;
		padding: 20px;
		min-width: 250px;
	}

	.second .block__item:nth-child(2) {
		margin: 0 0px 10px 0;
	}
}
@media (max-width: 600px) {
	.search__form {
		min-width: 250px;
	}
	.second .block__item {
		min-width: 200px;
	}
	.footer-main__text {
		font-size: 14px;
	}
	.footer-main__links {
		font-size: 14px;
	}
	.third .block__item {
		flex: 1 1 48%;
	}
	.third .block__item:not(:last-child) {
		margin: 0px 10px 0px 0px;
	}
	.header-main__button {
		min-width: 130px;
	}
	.header-main__click {
		padding: 19px 0;
		font-size: 10px;
	}
}
@media (max-width: 425px) {
	._container {
		padding: 0 5px;
	}
	.search__form {
		min-width: 180px;
	}
	.first .block__item {
		padding: 10px;
		min-width: 300px;
	}
	.first .block__item:not(:last-child) {
		margin: 0 0 10px 0;
	}
	.first .block__bodyText {
		padding: 18px 0 0 23px;
	}
	.second .block__item {
		min-width: 300px;
	}
	.second .block__item:not(:last-child) {
		margin: 0 0 10px 0;
	}
	.third .block__item {
		min-height: 140px;
	}
	.third .block__item:not(:last-child) {
		margin: 0 0 10px 0;
	}
	.third .block__bodyText {
		padding: 25px 0 0 23px;
	}
	.footer-main {
		background-position: left top;
	}
	.footer-main__link {
		font-size: 14px;
	}
	.header-main__block {
		flex-direction: column;
	}
	.search {
		padding: 0 10px 10px 10px;
		width: 100%;
	}
	.header-main__button {
		width: 95%;
	}
	.header-main__button {
		padding: 0;
	}
}

.nav-icon-2 {
	width: 35px;
	height: 30px;
	margin: 10px 10px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.nav-icon-2 span {
	background-color: #fff;
	position: absolute;
	border-radius: 2px;
	transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-2 span:nth-child(1) {
	width: 100%;
	height: 4px;
	display: block;
	top: 0px;
	left: 0px;
}
.nav-icon-2 span:nth-child(2) {
	width: 100%;
	height: 4px;
	display: block;
	top: 13px;
	left: 0px;
}
.nav-icon-2 span:nth-child(3) {
	width: 100%;
	height: 4px;
	display: block;
	bottom: 0px;
	left: 0px;
}
.nav-icon-2:not(.open):hover span:nth-child(1) {
	width: 100%;
	height: 4px;
	display: block;
	top: -2px;
	left: 0px;
	transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-2:not(.open):hover span:nth-child(2) {
	width: 100%;
	height: 4px;
	display: block;
	top: 13px;
	left: 0px;
	transition: 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-2:not(.open):hover span:nth-child(3) {
	width: 100%;
	height: 4px;
	display: block;
	bottom: -2px;
	left: 0px;
	transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-2.open span:nth-child(1) {
	left: 3px;
	top: 12px;
	width: 30px;
	transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
	transform: rotate(90deg);
	transition-delay: 150ms;
}
.nav-icon-2.open span:nth-child(2) {
	left: 2px;
	top: 20px;
	width: 20px;
	transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
	transform: rotate(45deg);
	transition-delay: 50ms;
}
.nav-icon-2.open span:nth-child(3) {
	left: 14px;
	top: 20px;
	width: 20px;
	transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
	transform: rotate(-45deg);
	transition-delay: 100ms;
}
