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

@font-face {
	font-family: "Poppins";
	src: url("/assets/fonts/Poppins-Bold.woff2") format("woff2"),
		url("/assets/fonts/Poppins-Bold.woff") format("woff"), url("/assets/fonts/Poppins-Bold.ttf") format("ttf");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

body.hidden {
	overflow-y: hidden;
}

nav,
footer,
header,
aside {
	display: block;
}

body {}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

html.hidden,
body.hidden {
	overflow: hidden;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	display: none;
}

input[type='number'] {
	-moz-appearance: textfield;
	/* Firefox */
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu__title {
	font-size: inherit;
	font-weight: inherit;
}

select {
	/* for Firefox */
	-moz-appearance: none;
	/* for Safari, Chrome, Opera */
	-webkit-appearance: none;
}

/* for IE10 */
select::-ms-expand {
	display: none;
}

body.hidden {
	overflow: hidden;
}

body {
	background: url('../img/blur.webp') 0 500px / cover no-repeat;
}

.wrapper {
	padding: 16px 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #f5f5fa;
	position: relative;
}

.main {
	flex: 1 1 auto;
	z-index: 2;
}

.main.none {
	pointer-events: none;
}

.container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}

/* header */
.header {
	z-index: 2;
}

.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.header__item-link {
	padding: 13px 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 100px;
	background: #AD1000;
	transition: all 0.3s ease;
	border: 1px solid #AD1000;
}

.header__item-link:hover {
	transition: all 0.3s ease;

	background: transparent;
	color: #2d374f;
	border: 1px solid #2d374f;
}

.header__item-link:first-child {
	transition: all 0.3s ease;

	color: #2d374f;
	border: 1px solid #2d374f;
	background: transparent;
}

.header__item-link:first-child:hover {
	transition: all 0.3s ease;
	border: 1px solid #ef1d00;
	background: #ef1d00;
	color: #fff;
}

/* main */
.main {
	margin: 55px 0 0 0;
}

.bg {
	position: absolute;
	background: url('../img/bg.webp') 0 0 / cover no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 490px;
}

.main h1 {
	color: var(--white, #2d374f);
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.main h2 {
	color: var(--white, #2d374f);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 5px 0;
}

.main h3,
.menu__title {
	color: var(--white, #2d374f);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.main strong {
	display: block;
	color: var(--white, #2d374f);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.main p {
	padding: 0 0 0 40px;
	margin: 16px 0;
	color: var(--grey, #2d374f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.main ul,
.main ol {
	padding: 0 0 0 60px;
}

.main li {
	margin: 16px 0;
	color: var(--grey, #2d374f);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 2px 0;
}

.main a {
	display: inline-block;
	margin: 30px 0 70px 0;
	padding: 17px 35px;
	border-radius: 100px;
	background: #3942da;
	border: 1px solid #3942da;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.3s ease;
}

.main a:hover {
	background: transparent;
	color: #3942da;
}

.main ul a {
	margin: 16px 0;
	color: var(--grey, #2d374f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	background: transparent;
	border: none;
	text-align: left;
	transition: all 0.3s ease;
}

.main ul a:hover {
	color: #3942da;
}

.burger__content {
	padding: 15px;
	display: none;
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 10;
	background-color: #281638;
}

.burger__language {
	border-bottom: 1px solid #222727;
	padding: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.burger__link {
	margin: 15px 0 0 0;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.burger__content.active {
	display: block;
}

.table {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.table table {
	border-collapse: collapse;
	width: 100%;
}

.table td:nth-child(2n) {
	color: #fff;
	font-weight: 700;
}

.table tr:nth-child(2n) td {
	color: #2d374f;
}

.table tr:nth-child(2n) td:first-child div {
	background: transparent;
}

.table tr:nth-child(2n) td:last-child div {
	background: transparent;
}

.table tr td:first-child div {
	border-radius: 15px 0px 0px 15px;
	background: #ef1d00;
}

.table tr td:last-child div {
	border-radius: 0px 15px 15px 0px;
	background: #3942da;
}

.table td {
	width: 50%;
	color: var(--grey, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.table td div {
	margin: 0 0 5px 0;
	padding: 7px 16px;

	white-space: nowrap;
	max-height: 37px;
	min-height: 37px;
}

.main p img {
	max-width: 100%;
}

/* media */
@media (max-width: 768px) {
	.main h1 {
		margin: 120px 0 0 0;
		font-size: 21px;
		text-align: center;
	}

	.header-text {
		text-align: center;
	}

	.main h2 {
		font-size: 18px;
	}

	.main h3,
	.menu__title {
		font-size: 16px;
	}

	.main p {
		padding: 0;
		font-size: 12px;
		margin: 6px 0;
	}

	.main ul {
		padding: 0;
	}

	.main li {
		font-size: 12px;
	}

	.main a {
		font-size: 12px;
		width: 100%;
		text-align: center;
	}

	.table td {
		font-size: 12px;
	}

	.header__item-link {
		font-size: 12px;
		padding: 10px;
	}

	.header__logo img {
		width: 80% !important;
	}

	.burger {
		display: block;
	}

	.bg {
		background: url('../img/bg-mob.webp') center 0 / 320px 320px no-repeat;
	}
}

/* @media (max-width: 530px) {
	.bg {
			background: url("../img/bg-mob.png") 0 -15px / cover no-repeat;
			height: 295px;
	}
} */

.header__logo img {
	width: 100%;
	height: 100%;
}

.promo {
	display: flex;
	align-items: center;
}

.block__promo {
	display: flex;
	align-items: center;
	max-width: 178px;
	width: 100%;
	height: 60px;
	background: #ffffff;
	border-radius: 100px;
	justify-content: center;
	border: 1px solid #3942da;
	margin: 30px 20px 70px 0;
}

.block__promo-text {
	color: #3942da;
	font-weight: 700;
	margin-right: auto;
	margin-left: 10px;
}

.but-prom {
	width: 100%;
	height: 100%;
	background: #3942da;
	color: #ffffff;
	max-width: 70px;
	cursor: pointer;
	border-radius: 100px;
	padding: 10px;
}

@media (max-width: 768px) {
	.promo {
		align-items: flex-start;
		flex-direction: column;
	}

	.block__promo-text {
		font-size: 12px;
	}

	.block__promo {
		font-size: 12px;
		height: 54px;
		text-align: center;
		margin: auto;
		max-width: 100%;
	}
}

.main .img-small {
	position: relative;
	top: 10px;
	margin: 0 20px 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
	width: 200px;
	height: 200px;
	padding: 0;
}

.main .img-big {
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
}

.main .img-big img {
	border-radius: 15px;
}

.img-big-vertical {
	max-width: 320px !important;
}

.anchor__menu a {
	margin: 0;
	color: var(--grey, #2d374f);
	padding: 0;
	border-radius: 0;
	background: none;
	border: none;
	font-weight: 400;
}

.anchor__menu {
	margin: 20px 0;
}

.menu {
	list-style-type: none;
	font-weight: 700;
	margin: 0 10px;
}

.blockfix {
	display: none;
}

@media (max-width: 768px) {
	.header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
		padding: 15px 0;
	}

	.blockfix {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 15px;
		z-index: 100;
	}

	.blockfix__wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.blockfix__link {
		color:  #fff;
		background: rgba(57, 66, 218, 1);
		border-radius: 50px;
		font-size: 12px;
		font-weight: 500;
		display: block;
		padding: 10px 6px;
		position: relative;
	}

	.blockfix__link:hover {
		background: #AD1000;
		color: #fff;
	}

	.blockfix__link span {
		color: rgba(255, 255, 255, 0.65);
		position: absolute;
		bottom: 3px;
		right: 7px;
		font-size: 6px;
	}

	.blockfix__text {
		font-size: 12px;
		line-height: 14px;
		font-weight: 700;
		display: flex;
		align-items: center;
		color: rgba(45, 55, 79, 1);
		white-space: nowrap;
	}

	.blockfix__text img {
		margin: 0 5px;
	}

	.blockfix__content {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.blockfix__left {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.wrapper {
		padding-bottom: 70px;
	}
}