@font-face {
	font-family: "Inter-Regular";
	font-weight: 400;
	font-display: swap;
	src: local(Inter-Regular), url(../fonts/Inter-Regular.ttf)
}

@font-face {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-display: swap;
	src: local(Inter-Medium), url(../fonts/Inter-Medium.ttf)
}

@font-face {
	font-family: "Inter-Bold";
	font-weight: 700;
	font-display: swap;
	src: local(Inter-Bold), url(../fonts/Inter-Bold.ttf)
}

body {
	background-color: #262D3F;
	color: #fff;
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3
}

.h2__title {
	font-family: "Inter-Medium";
	font-weight: 500
}

.h2__main-title {
	font-size: 26px;
	line-height: 1.3
}

.text-block__content-title {
	font-size: 20px
}

.text-block__content-button {
	font-family: "Inter-Medium";
	font-weight: 500;
	color: #BBC0D4;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px
}

.btn__link {
	font-family: "Inter-Medium";
	font-weight: 500;
	background: linear-gradient(to bottom, rgba(76, 157, 232, 1), rgba(65, 112, 180, 1))
}

.btn__link-content {
	padding: 16px 32px;
	margin: 24px auto 0;
	border-radius: 12px
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 48px
}

.block-gradient {
	background: linear-gradient(to bottom, rgba(48, 64, 93, 1), rgba(28, 33, 46, 1))
}

.header {
	background-color: #1C212E
}

.header__wrapper {
	display: flex;
	gap: 8px;
	align-items: center
}

.nav-menu__desc {
	display: flex;
	gap: 8px;
	padding-left: 4px
}

.nav-menu__link {
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 12px
}

.header__control {
	padding: 12px 0;
	margin-left: auto;
	display: flex;
	gap: 8px;
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 10px
}

.btn__reg,
.btn__in {
	padding: 12px 24px;
	border-radius: 8px
}

.header__text {
	color: #BBC0D4;
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 8px;
	padding: 0 8px
}

.btn__in {
	background: linear-gradient(to bottom, rgba(92, 217, 149, 1), rgba(58, 155, 132, 1))
}

.header__social {
	display: flex;
	gap: 8px;
	align-items: center
}

.social__link {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	width: 36px;
	height: 36px;
	background-color: #324060
}

.nav-menu__name,
.nav-menu__mob,
.btn__reg-mob,
.burger__button-mob,
.burger-menu {
	display: none
}

.burger__button-mob {
	width: 24px;
	height: 24px
}

.text-block__content {
	padding: 20px 16px;
	border-radius: 12px
}

.text-block__content p {
	margin: 10px 0
}

.text-noblock__content {
	padding: 0;
	background: transparent;
	display: flex;
	flex-direction: column
}

.text-block__content-hidden {
	display: none
}

.inline-display {
	display: inline
}

.rotate--90 {
	margin-left: 4px;
	transform: rotate(180deg)
}

.toggle-icon {
	transition: transform .3s ease-out
}

.articles__header-wrapper {
	padding: 16px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #141B2E;
	border-radius: 8px
}

.articles__block {
	border-radius: 12px
}

.articles__items-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease-in-out;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.articles-items-wrapper.show {
	max-height: 1000px
}

.articles-item {
	display: flex;
	flex: 0 0 50%;
	align-items: center;
	padding: 16px;
	border-radius: 4px;
	transition: all .3s ease-out
}

.articles-item:hover {
	background: #33334A
}

.articles-item__img {
	margin-right: 12px
}

.articles__header-wrapper img {
	transform: rotate(180deg)
}

.articles__header-wrapper img.open {
	transform: rotate(0deg)
}

.articles__items-wrapper.show {
	max-height: 1000px
}

.content-info__inner {
	border-radius: 12px;
	background-color: #1C212E;
	margin-top: 12px
}

.content-info__row {
	display: flex
}

.content-info__name,
.content-info__desc {
	padding: 10px 3px;
	flex: 0 0 50%
}

.content-info__block-name {
	display: flex;
	align-items: center;
	gap: 8px
}

.content-info__name-title {
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 14px
}

.content-info__row {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 14px;
	border-top: 1px solid #262D3F;
	margin: 0 16px
}

.articles-item-title,
.text-noblock__content-text {
	color: #BBC0D4
}

.content-info__text {
	padding: 20px 16px;
	font-size: 16px
}

.content-info__text-list {
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px
}

.content-info__text-item {
	list-style: auto;
	margin-left: 30px
}

.faq-item__title {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 16px
}

.faq-content {
	row-gap: 12px
}

.faq-content,
.review-content {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	margin-top: 12px
}

.faq-item,
.review-item {
	cursor: pointer;
	border-radius: 10px !important
}

.faq-item-header-wrapper,
.review-item-header-wrapper {
	transition: opacity .3s ease-out;
	padding: 16px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #141B2E;
	border-radius: 8px
}

.faq-item-title,
.review-item-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0;
	color: #fff;
	border: 0;
	padding: 0;
	margin-bottom: 0
}

.faq-item-content-hidden,
.review-item-content-hidden {
	display: none
}

.faq-item-content-hidden.open,
.review-item-content-hidden.open {
	display: block
}

.faq-item-content,
.review-item-content {
	padding: 12px 16px 16px
}

.rotate-180 {
	transform: rotate(180deg)
}

.faq-pagination,
.review-pagination {
	display: flex;
	justify-content: center;
	align-items: center
}

.faq-pagination-prev-button:disabled,
.faq-pagination-next-button:disabled,
.review-pagination-prev-button:disabled,
.review-pagination-next-button:disabled {
	cursor: not-allowed;
	opacity: .5
}

.faq-pagination-prev-button,
.faq-pagination-next-button,
.review-pagination-prev-button,
.review-pagination-next-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 40px;
	border-radius: 4px;
	background: rgba(92, 114, 163, 0.3)
}

.faq-pagination-label,
.review-pagination-label {
	width: 90px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0
}

.faq-pagination-prev-button img,
.review-pagination-prev-button img {
	z-index: 2;
	transform: rotate(90deg)
}

.faq-pagination-next-button img,
.review-pagination-next-button img {
	z-index: 2;
	transform: rotate(270deg)
}

.review-item__title {
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 16px
}

.review-item__data {
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 14px
}

.review-content {
	row-gap: 8px
}

.faq-content,
.review-content {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px
}

.review-item__item {
	padding: 24px 16px
}

.review-item__top-title {
	margin-bottom: 16px;
	align-items: center;
	justify-content: space-between
}

.review-item__block-title {
	gap: 8px
}

.review-item__top-title,
.review-item__rating-list,
.review-item__block-title {
	display: flex
}

.text-block-second-content-hidden,
.btn__link-mob {
	display: none
}

.review-item__btn-more {
	margin-top: 16px
}

.text-block-second-button {
	display: flex;
	align-items: center;
	color: #B4BDDA;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0;
	gap: 8px
}

.footer {
	background-color: #1C212E;
	padding: 44px 0
}

.footer__inner {
	display: flex;
	flex-direction: column;
	row-gap: 8px
}

.footer-block {
	background: #262D3F;
	border-radius: 12px
}

.footer__name-block {
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 12px
}

.footer-first {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px
}

.footer-first__support-inner {
	display: flex;
	gap: 4px;
	align-items: center
}

.support__info {
	padding-right: 8px
}

.support__name {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 10px;
	line-height: 1.3
}

.support__phone {
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 8px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.5);
	display: block
}

.support__icon {
	padding: 5px 4px;
	border-radius: 6px
}

.support__age {
	padding-left: 8px;
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 14px;
	color: #BBC0D4
}

.footer-second,
.footer-third,
.footer-fifth,
.footer-fourth {
	padding: 16px
}

.footer-second__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.footer-third {
	display: flex;
	justify-content: space-between
}

.footer-third__inner-column {
	display: flex;
	gap: 60px
}

.footer-third__item-column {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.footer__link,
.footer-fifth {
	display: flex;
	gap: 3px;
	color: #B4BDDA;
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 10px
}

.footer-third__last {
	padding-right: 116px
}

.footer-fourth__list {
	padding-top: 6px;
	display: flex;
	gap: 4px;
	max-width: 1168px;
	overflow: auto
}

.footer-fourth {
	position: relative
}

.footer-fourth__container-gradient {
	content: '';
	position: absolute;
	width: 16px;
	height: 100px;
	background: linear-gradient(to left, rgba(38, 45, 63, 1), transparent);
	right: 15px;
	top: 35px
}

.footer-fourth__list::-webkit-scrollbar {
	display: none
}

.banner {
	max-width: 1200px;
	height: 240px;
	margin: 20px auto 48px;
	border-radius: 12px;
	overflow: hidden
}

.banner-img__item {
	position: relative;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out
}

.banner-img__list li.active {
	opacity: 1
}

.banner__text {
	width: 204px;
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 20px
}

.banner-img {
	position: absolute
}

.banner__text-inner {
	position: absolute;
	top: 36px;
	left: 24px
}

.banner__btn {
	margin-top: 16px;
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 10px
}

.btn__link-404 {
	padding: 12px 60px;
	border-radius: 8px;
	margin-top: 44px
}

.main__404-inner {
	width: 491px;
	padding-top: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.main__404-img {
	position: absolute;
	width: 20%;
	bottom: 137px;
	left: 194px
}

.main__404 {
	font-family: "Inter-Bold";
	font-weight: 700;
	font-size: 240px;
	line-height: .9
}

.main__404-desc {
	width: 274px;
	margin: 0 auto
}

.back-404 {
	background: linear-gradient(to bottom, rgba(62, 82, 117, 1), rgba(46, 54, 74, 1))
}

.main__404-title {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 26px
}

@media (max-width: 1025px) {
	.container {
		padding: 0 8px
	}

	.footer-third {
		display: block
	}
}

@media (max-width: 670px) {
	.articles-item {
		flex: 0 0 100%;
		padding: 12px 16px
	}

	.container {
		row-gap: 32px
	}

	.burger-menu {
		max-width: 100%;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		backdrop-filter: blur(10px);
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		left: 100%;
		z-index: 999;
		transition: .5s
	}

	.btn__in {
		margin-right: 8px
	}

	.burger-menu.active {
		transition: .5s;
		left: 0
	}

	.nav-menu__burger-mob {
		max-width: 300px;
		width: 100%;
		background: linear-gradient(147.79deg, #1f273e 1.336%, #141b2e 98.637%);
		height: 100vh;
		border-radius: 16px 0 0 16px;
		padding: 28px 24px
	}

	.burger__button-mob,
	.nav-menu__name {
		display: block
	}

	.mob-menu-lang-choose {
		display: inline-block
	}

	.header__text,
	.header__social {
		display: none
	}

	.nav-menu__desc,
	.nav-menu__mob {
		display: flex;
		flex-direction: column;
		padding: 0;
		padding-top: 32px;
		row-gap: 16px
	}

	.nav-menu__name {
		color: #B4BDDA;
		font-family: "Inter-Medium";
		font-weight: 500;
		font-size: 16px
	}

	.choose-lang {
		position: relative;
		cursor: pointer;
		padding: 7px 8px;
		background: rgba(20, 27, 46, 0.6);
		border-radius: 6px
	}

	.header-lang {
		padding-top: 32px
	}

	.header-lang .choose-lang-button {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: center;
		cursor: pointer;
		border-radius: 4px;
		transition: all .3s ease-out
	}

	.mob-menu-wrapp ul {
		padding: 24px 0;
		display: flex;
		flex-direction: column;
		row-gap: 12px
	}

	.header-lang .choose-lang-list {
		display: none;
		position: absolute;
		flex-direction: column;
		border-radius: 8px;
		width: 200px
	}

	.choose-lang-list.show {
		display: flex
	}

	.choose-lang__item:first-child {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px
	}

	.choose-lang__item:last-child {
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px
	}

	.choose-lang__item {
		margin: 1px 0;
		background-color: #1C212E
	}

	.choose-lang-box {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 9px 16px
	}

	.choose-lang__country {
		display: flex;
		flex-direction: column
	}

	.choose-lang__eng {
		font-family: "Inter-Bold";
		font-weight: 700;
		font-size: 12px
	}

	.choose-lang__ru {
		font-family: "Inter-Regular";
		font-weight: 400;
		font-size: 8px
	}

	.choose-lang-box.active {
		background-color: #324060
	}

	.choose-lang-box.active::after {
		content: '';
		background-image: url(../img/icons/galka_icon.svg);
		width: 16px;
		height: 13px;
		margin-left: auto
	}
}

@media (max-width: 600px) {
	.footer-third__inner-column {
		flex-wrap: wrap;
		gap: 24px
	}
}

@media (max-width: 360px) {
	.btn__link-mob {
		display: block
	}

	.btn__link-desk {
		display: none
	}

	.footer-third__last {
		padding-top: 24px
	}

	.main__404 {
		font-size: 171px
	}

	.main__404-inner {
		width: 350px
	}

	.main__404-img {
		left: 138px
	}
}

@media (max-width: 600px) {
	.main__404-inner {
		width: auto;
	}

	.main__404 {
		font-size: 150px;
	}
}