/*fonts*/

@font-face {
	font-family: 'OpenSans-Bold';
	src: url(./fonts/OpenSans-Bold.woff2) format('woff2');
}

@font-face {
	font-family: 'OpenSans-Semibold';
	src: url(./fonts/OpenSans-SemiBold.woff2) format('woff2');
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url(./fonts/OpenSans-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Manrope';
	src: url(./fonts/Manrope-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Manrope-Semibold';
	src: url(./fonts/Manrope-SemiBold.woff2) format('woff2');
}

@font-face {
	font-family: 'Manrope-Medium';
	src: url(./fonts/Manrope-Medium.woff2) format('woff2');
}

@font-face {
	font-family: 'Manrope-Bold';
	src: url(./fonts/Manrope-Bold.woff2) format('woff2');
}

@font-face {
	font-family: 'Nauman';
	src: url(./fonts/Nauman.woff2) format('woff2');
}

@font-face {
	font-family: 'OxideSolidWeb-BoldW03-Rg';
	src: url(./fonts/OxideSolidWeb-Bold.woff2) format('woff2');
}

@font-face {
	font-family: 'Ergonomique-Bold';
	src: url(./fonts/Ergonomique-Bold.woff2) format('woff2');
}

@font-face {
	font-family: 'Ergonomique-SemiBold';
	src: url(./fonts/Ergonomique-Semibold.woff2) format('woff2');
}

@font-face {
	font-family: 'Ergonomique-Medium';
	src: url(./fonts/Ergonomique-Medium.woff2) format('woff2');
}

@font-face {
	font-family: 'Ergonomique';
	src: url(./fonts/Ergonomique-Regular.woff2) format('woff2');
}

/*fonts*/

/*general*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*:focus {
	outline: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

html,
body {
	height: 100%;
	line-height: 1;
}

body {
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	overflow-x: hidden;
	font-family: 'Manrope-Regular', sans-serif;
	line-height: 1;
	background: #0d2754;
}

a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nauman', sans-serif;
}

select {
	appearance: none;
}

.overlay {
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	background: #1a4081;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	overflow: auto;
	transition: 300ms ease;
	transform: translateX(100%);
}

.wrapper {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background: #f9fafb;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Offset for fixed header when scrolling to anchors */
section[id] {
	scroll-margin-top: 120px;
}

/*general*/

/* Header */

.header {
	height: 100px;
	background: #fff;
	padding: 17px 0 18px;
}

.header_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_ul {
	display: flex;
	align-items: center;
}

.header_li {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 300ms ease;
	cursor: pointer;
}

.header_li a {
	padding: 10px 25px;
	transition: 300ms ease;
	color: rgba(85, 95, 113, 0.85);
	font-family: 'Ergonomique-Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	width: 100%;
	text-align: center;
}

.header_li:hover a,
.header_li a:hover {
	color: #e51f25;
	font-family: 'Ergonomique-Bold';
}

.header_phone {
	color: #2554a2;
	font-family: 'OxideSolidWeb-BoldW03-Rg';
	font-size: 20px;
	font-style: normal;
	line-height: normal;
}

.header_phone-span {
	display: block;
	color: #4d5a72;
	font-family: 'Ergonomique';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.burger {
	display: none;
}

/* Header */

/* Main */

/* Hero */

.hero {
	position: relative;
	background: #1a4081;
	color: #fff;
	padding: 36px 0 100px;
}

.hero::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('./img/hero/hero_after.png');
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
}

.hero_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.hero_title {
	color: #fff;
	font-family: 'Nauman';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px; /* 114.583% */
	margin-bottom: 34px;
}

.hero_text {
	color: #fff;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.hero_text-yellow {
	color: #ffe7a5;
	font-family: 'Manrope-Medium';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin: 5px 0;
}

.hero_btn {
	margin-top: 43px;
	border-radius: 8px;
	background: #e51f25;
	width: 195px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Ergonomique-Bold';
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	transition: 300ms ease;
}

.hero_btn:hover {
	scale: 0.95;
}

/* Hero */

/* About */

.about {
	position: relative;
	padding: 60px 0 154px;
}

.about::after {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	background: url('./img/about_bg.png');
	background-repeat: no-repeat;
}

.about_flex {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 120px;
}

.about_content {
	max-width: 667px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 117px;
}

.about_text {
	color: #273040;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about_title {
	color: #1a4081;
	font-family: 'Nauman';
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px; /* 231.579% */
}

.about_text {
	color: #273040;
	font-family: 'Manrope-Medium';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form {
	border-radius: 10px;
	background: #fff;
	padding: 52px 33px 42px;
	box-shadow: 0px 4px 80px 0px rgba(31, 38, 50, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 27px 23px;
	max-width: 650px;
}

.form_title {
	color: #1a4081;
	font-family: 'Nauman';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 21px;
	width: 100%;
	text-align: center;
}

.input_block {
	position: relative;
	width: 100%;
}

.form_label {
	position: absolute;
	top: 15px;
	left: 41px;
	color: rgba(26, 64, 129, 0.5);
	font-family: Ergonomique;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: 300ms ease;
	pointer-events: none;
	background: transparent;
}

.form_label-w {
	left: 15px;
}

.form_label.active_label {
	position: absolute;
	color: rgba(26, 64, 129, 0.73);
	font-family: Ergonomique;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #fff;
	top: -10px;
	left: 21px;
	padding: 0 10px;
	transition: 300ms ease;
}

.form_label.filled_label {
	position: absolute;
	color: rgba(26, 64, 129, 0.73);
	font-family: Ergonomique;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #fff;
	top: -15px;
	left: 21px;
	padding: 0 10px;
	transition: 300ms ease;
}

.input_block svg {
	position: absolute;
	top: 16px;
	left: 12px;
}

.input_block .fix_svg {
	top: 19px;
}

.form_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	gap: 23px;
	width: 100%;
}

.form_input {
	border-radius: 8px;
	background: rgba(26, 64, 129, 0.07);
	color: rgba(26, 64, 129, 0.5);
	font-family: Ergonomique;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	outline: none;
	width: 100%;
	padding: 13px 0 14px 39px;
	border: 1px solid transparent;
	margin-bottom: 3px;
}

.form_input::placeholder {
	color: rgba(26, 64, 129, 0.5);
	font-family: Ergonomique;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form_input:focus {
	background: #fff;
	border-radius: 8px;
	border: 1px solid rgba(26, 64, 129, 0.65);
}

.input_w {
	padding: 13px 0 14px 15px;
}

.form_btnCont {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
}

.form_infv {
	max-width: 300px;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #444444;
	text-align: left;
}

.form_btn {
	transition: 300ms ease;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	color: #fff;
	font-family: 'Ergonomique-Bold';
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	border-radius: 8px;
	background: #e51f25;
	cursor: pointer;
}

.form_safe {
	color: #1a4081;
	font-family: 'Ergonomique-Medium';
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.form_btn:hover {
	scale: 0.95;
}

.invalid {
	border: 1px solid red;
}

.error {
	display: none;
	color: red;
	font-size: 0.875em;
	margin-top: 5px;
}

#submitBtn {
	cursor: not-allowed;
}

.benefits_title {
	color: #1a4081;
	font-family: Nauman;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 88px; /* 231.579% */
	margin-bottom: 77px;
	text-align: center;
}

.benefits_items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 67px;
	width: 930px;
	margin: 0 auto;
}

.benefits_item {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 50px;
}

.benefits_item-content {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 80px 0px rgba(31, 38, 50, 0.08);
	height: 177px;
	width: 570px;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	gap: 10px;
	margin-top: 25px;
}

.benefits_item-content--title {
	color: #003b85;
	font-family: Nauman;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.benefits_item-content--text {
	color: #273040;
	font-family: 'Manrope-Medium';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/* About */

/* pros_cons */

.pros_cons {
	padding: 100px 0 110px;
	background: #fff;
}
.pros_const-title {
	color: #1a4081;
	font-family: Nauman;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 88px; /* 231.579% */
	margin-bottom: 100px;
	text-align: center;
}
.pros_cons-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.pros_cons-item {
	position: relative;
	width: 580px;
	height: 362px;
	background: #fff;
	box-shadow: 0px 4px 74px 0px rgba(31, 38, 50, 0.1);
	padding: 73px 42px 29px 70px;
}

.pros_cons-img {
	position: absolute;
	top: -35px;
	left: 45px;
}

.pros_cons-item h4 {
	color: #273040;
	font-family: Nauman;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 22px;
}

.pros_cons-item ul {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.pros_cons-li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #273040;
	font-family: 'Manrope-Medium';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.pros_cons-item li > svg {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 30px;
}

/* pros_cons */

/* promo */

.promo {
	position: relative;
	background: #f9fafb;
	padding: 195px 0 164px;
}

.promo::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 40%;
	background: #fff;
	top: 0;
}

.promo::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('./img/promo/promo_bg.png');
	background-repeat: no-repeat;
	top: 0;
}

.promo_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 86px;
}

.promo_title {
	color: #fff;
	font-family: Nauman;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 27px;
	max-width: 600px;
}
.promo_text {
	color: #fff;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 469px;
	margin-bottom: 61px;
}

.promo_btn {
	transition: 300ms ease;
	width: 182px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Ergonomique-Bold';
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	border-radius: 8px;
	background: #e51f25;
	cursor: pointer;
}

.promo_btn:hover {
	scale: 0.95;
}

/* promo */

/* offer */

.offer {
	padding: 100px 0 90px;
}
.offer_title {
	color: #273040;
	text-align: center;
	font-family: Nauman;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 1000px;
	margin: 0 auto 162px;
}
.offer_items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 38px;
}
.offer_item {
	position: relative;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 74px 0px rgba(31, 38, 50, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	height: 295px;
	padding: 38px 29px;
}

.offer_item svg {
	position: absolute;
	top: -60px;
}

.offer_item-title {
	color: #273040;
	text-align: center;
	font-family: Nauman;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.offer_item-text {
	color: #273040;
	text-align: center;
	font-family: 'Manrope-Medium';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* offer */

/* apply */
.apply {
	padding: 89px 0 83px;
	background: #fff;
}
.apply_title {
	color: #1a4081;
	text-align: center;
	font-family: Nauman;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 58px;
}
.apply_items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1070px;
	margin: 0 auto;
	gap: 40px;
}
.apply_item {
	position: relative;
	color: #273040;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 25px;
}
.apply_item-line {
	position: absolute;
	background: #407bff;
	height: 2px;
	width: 9px;
	top: 15px;
	left: 0;
}
.apply_item-bold {
	font-family: 'Manrope-Semibold';
}
/* apply */

/* why */

.why {
	padding: 226px 0 135px;
	position: relative;
	background: #fff;
}

.why-img_mob {
	display: none;
}

.why::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('./img/why/why_bg.png');
	background-repeat: no-repeat;
	top: 0;
}
.why_flex {
	display: flex;
	gap: 90px;
	align-items: center;
}

.why_titleCont {
	margin-bottom: 36px;
}
.why_title {
	color: #fff;
	font-family: Nauman;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
}
.why_items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.why_item {
	color: #fff;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 705px;
	padding-left: 20px;
	position: relative;
}
.why_item-circle {
	position: absolute;
	top: 10px;
	left: 0;
}
.why_item-bold {
	font-family: 'Manrope-Bold';
}

/* why */

/* reviews */

.reviews {
	padding: 113px 0;
	background: #fff;
}
.reviews_title {
	color: #273040;
	text-align: center;
	font-family: Nauman;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 95px;
}
.reviews_flex {
	display: flex;
	align-items: center;
	gap: 65px;
}
.reviews_info {
	max-width: 240px;
}
.reviews_info-title {
	color: #000;
	text-align: center;
	font-family: 'OpenSans-Semibold';
	font-size: 24px;
	font-style: normal;

	line-height: normal;
	margin-bottom: 10px;
}
.reviews_info-text {
	color: #000;
	text-align: center;
	font-family: 'OpenSans-Semibold';
	font-size: 20px;
	font-style: normal;

	line-height: normal;
	margin: 10px 0 19px;
}

.reviews_info-trust {
	margin: 0 auto;
	display: block;
}
.reviews_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
.reviews_item svg {
	display: block;
	margin-bottom: 19px;
}
.reviews_item-title {
	color: #000;
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	font-style: normal;

	line-height: normal;
	margin-bottom: 2px;
}
.reviews_item-text {
	color: #000;
	font-family: 'OpenSans-Regular';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.reviews_btn {
	border-radius: 8px;
	background: #e51f25;
	width: 181px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Ergonomique-Bold';
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	transition: 300ms ease;
	margin: 85px auto 0;
}

.reviews_btn:hover {
	scale: 0.95;
}

/* reviews */

/* gettingToKnow */

.gettingToKnow {
	background: #f4f8fc;
	padding: 105px 0 140px;
}

.gettingToKnow_title {
	color: #1a4081;
	text-align: center;
	font-family: Nauman;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 12px;
}
.gettingToKnow_aftertitle {
	color: #273040;
	font-family: Manrope;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-bottom: 60px;
}
.gettingToKnow_text {
	color: #273040;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 965px;
	margin: 0 auto;
}

/* gettingToKnow */

/* criteria */
.criteria {
	background: #fff;
	padding: 116px 0 203px;
}

.criteria .container {
	max-width: 1200px;
}
.criteria_title {
	color: #273040;
	font-family: 'Manrope-Semibold';
	font-size: 42px;
	font-style: normal;

	line-height: normal;
	margin-bottom: 38px;
}
.criteria_aftertitle {
	color: #4d7bc8;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}
.criteria_top-items {
	list-style-type: disc;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
}

.criteria_top-item span {
	font-family: 'Manrope-Bold';
}

.criteria_top-item {
	color: #273040;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.criteria_top-item:nth-child(3),
.criteria_top-item:nth-child(4) {
	max-width: 960px;
}

.criteria_text-afteritems {
	color: #000;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 40px;
}

.criteria_text-afteritems span {
	font-family: 'Manrope-Bold';
}

.criteria_h3 {
	color: #273040;
	font-family: 'Manrope-Semibold';
	font-size: 34px;
	font-style: normal;

	line-height: normal;
	margin-bottom: 38px;
}
.criteria_afterH3 {
	color: #273040;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.criteria_afterH3 span {
	font-family: 'Manrope-Bold';
}
.criteria_middle-items {
	margin-top: 15px;
	list-style-type: disc;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
	color: #273040;
	font-family: 'Manrope-Bold';
	font-size: 18px;
	font-style: normal;

	line-height: normal;
}

.criteria_text-afterMitems {
	color: #000;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 40px;
}

.criteria_afterH3:last-of-type {
	margin-bottom: 25px;
}

.criteria_bottom-items {
	list-style-type: disc;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-left: 35px;
	color: #273040;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.criteria_bottom-item span {
	font-family: 'Manrope-Bold';
}

/* criteria */

/* faq */

.faq {
	background: #fff;
	padding-bottom: 162px;
}
.faq_title {
	color: #1a4081;
	text-align: center;
	font-family: Nauman;
	font-size: 42px;
	font-style: normal;

	line-height: normal;
	margin-bottom: 60px;
}
.faq_items {
	max-width: 980px;
	height: 353px;
	margin: 0 auto;
}

.faq_item {
	max-height: 75px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq_item.expanded {
	max-height: 500px;
	transition: max-height 0.3s ease;
}

.faq_item-visible {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(43, 95, 170, 0.5);
	height: 75px;
}
.faq_item-title {
	color: #2b5faa;
	font-family: Manrope;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 300ms ease;
	max-width: 90%;
}
.faq_item-show {
	width: 30px;
	height: 30px;
	background: #e51f25;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Manrope-Medium';
	font-weight: 500;
	font-size: 29px;
	cursor: pointer;
}
.faq_item-text {
	color: #273040;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 20px;
	opacity: 0;
	transition: 300ms ease;
}

.faq_item.expanded .faq_item-title {
	color: #273040;
}

.faq_item.expanded .faq_item-text {
	opacity: 1;
}

.faq_item-text span {
	font-family: 'Manrope-Bold';
}

/* faq */

/* Main */

/* Footer */

.footer {
	position: relative;
	padding: 180px 0 84px;
	background: #fff;
}

.footer::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('./img/footer_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
}

.footer_flex {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.footer_logo {
	margin-bottom: 22px;
}
.footer_contact {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer_contact:not(:last-of-type) {
	margin-bottom: 32px;
}

.footer_contact-tel {
	color: #fff;
	font-family: 'Manrope-Medium';
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer_contact-text {
	color: #fff;
	font-family: Manrope;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer_info-title {
	color: #a8b8d6;
	font-family: 'OxideSolidWeb-BoldW03-Rg';
	font-size: 13px;
	font-style: normal;

	line-height: normal;
	margin-bottom: 8px;
}
.footer_info-items {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Manrope-Medium';
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 215.385% */
}

.socials_items {
	margin-top: 25px;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.copy {
	color: #fff;
	font-family: 'Manrope-Medium';
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer_info,
.footer_socials {
	padding-top: 25px;
}

.footer_info-item {
	transition: 300ms ease;
}

.footer_info-item:hover {
	color: rgba(255, 255, 255, 1);
}

/* Footer */

@media screen and (max-width: 1550px) {
	.container {
		max-width: 85%;
	}
}

@media screen and (max-width: 1400px) {
	.hero img {
		max-width: 50%;
	}

	.form {
		max-width: 600px;
	}

	.offer_item-title {
		font-size: 26px;
	}

	.criteria .container {
		max-width: 85%;
	}
}

@media screen and (max-width: 1250px) {
	.header_li a {
		padding: 10px 20px;
	}

	.about_flex {
		flex-direction: column;
	}

	.about_content {
		max-width: 100%;
		padding-top: 0;
	}

	.form {
		max-width: 100%;
	}

	.offer_items {
		grid-template-columns: 1fr;
		gap: 80px;
	}

	.why_flex {
		gap: 50px;
	}

	.why img {
		max-width: 30%;
	}

	.reviews {
		padding: 20px 0 100px;
	}

	.reviews_flex {
		flex-direction: column;
	}

	.criteria {
		padding: 116px 0;
	}
}

@media screen and (max-width: 1050px) {
	.header nav {
		display: none;
	}
	.overlay-menu ul {
		display: flex;
		flex-direction: column;

		gap: 30px;
		margin-bottom: 100px;
	}

	.overlay-menu ul li {
		width: 100%;
	}

	.overlay-menu ul li a {
		color: #fff;
		text-align: center;
		font-family: 'Ergonomique-Medium';
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 60px; /* 352.941% */
		display: block;
		width: 100%;
		padding: 10px 20px;
		transition: 300ms ease;
	}

	.overlay-menu ul li a:hover {
		color: #f1c830;
		font-family: 'Ergonomique-Bold';
	}

	.header_phone-container {
		display: none;
	}

	.burger {
		cursor: pointer;
		width: 25px;
		height: 20px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding-top: 6px;
	}

	#close {
		position: absolute;
		top: 20px;
		right: 0px;
		color: #fff;
		cursor: pointer;
	}

	.burger_phone-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.burger_logo {
		width: 140px;
		height: 52px;
		margin-bottom: 60px;
	}

	.header_phone {
		color: #fff;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.header_phone-span {
		color: #fff;
		font-family: Ergonomique;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.burger span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #2554a2;
		border-radius: 3px;
		transition: 0.3s ease;
	}

	.overlay.active {
		transform: translateX(0);
	}

	.overlay .container {
		width: 85%;
	}

	.hero_flex {
		flex-direction: column;
	}

	.hero img {
		width: 100%;
	}

	.hero_btn {
		margin: 43px auto 0;
	}

	.benefits_items {
		width: 100%;
	}

	.benefits_item {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.benefits_title,
	.form_title,
	.about_title,
	.pros_const-title,
	.promo_title,
	.offer_title,
	.why_title,
	.gettingToKnow_title,
	.criteria_title,
	.faq_title {
		font-size: 38px;
		line-height: normal;
	}

	.criteria_h3 {
		font-size: 30px;
	}

	.gettingToKnow {
		padding: 80px 0 100px;
	}

	.gettingToKnow_aftertitle {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.benefits_item-content {
		width: 100%;
	}

	.promo img {
		max-width: 40%;
	}

	.why {
		padding: 190px 0 99px;
	}

	.why-img_desc {
		display: none;
	}

	.why-img_mob {
		display: block;
		margin: 0 auto;
	}

	.why_flex {
		flex-direction: column;
	}

	.reviews_title {
		font-size: 48px;
		margin-bottom: 55px;
	}
}

@media screen and (max-width: 900px) {
	.overlay-menu ul {
		gap: 10px;
	}

	.hero_btn {
		width: 100%;
	}

	.hero::after {
		background-position: bottom;
	}

	.hero img {
		max-width: 75%;
	}

	.about {
		padding: 60px 0;
	}

	.about_flex {
		margin-bottom: 90px;
	}

	.pros_cons-items {
		flex-direction: column;
		gap: 76px;
	}

	.pros_cons {
		padding: 90px 0 130px;
	}

	.promo {
		padding: 110px 0 215px;
		background: #fff;
	}

	.promo_flex {
		flex-direction: column;
	}

	.promo img {
		max-width: 60%;
	}

	.promo::before {
		display: none;
	}

	.promo::after {
		background: url('./img/promo/promo_mob.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
	}

	.promo_btn {
		width: 100%;
	}

	.offer {
		padding: 70px 0 90px;
	}

	.why::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 800px;
		bottom: 0;
		background: #003b85;
	}

	.why img {
		max-width: 75%;
		margin-bottom: 25px;
	}

	.apply {
		padding: 20px 0 0px;
	}

	.reviews_items {
		grid-template-columns: 1fr;
	}

	.reviews_btn {
		width: 100%;
	}

	.criteria {
		padding: 50px 0 176px;
	}

	.faq {
		padding-bottom: 135px;
	}

	.footer_flex {
		flex-direction: column;
	}

	.footer {
		padding: 50px 0;
	}

	.footer_info {
		display: none;
	}

	.footer_products {
		display: block;
	}

	.footer::after {
		background: url('./img/footer_mob.png');
		background-repeat: no-repeat;
		background-size: cover;
		top: -95px;
	}

	.footer::before {
		position: absolute;
		content: '';
		bottom: -10px;
		width: 100%;
		height: 350px;
		background: #163159;
	}
}

@media screen and (max-width: 650px) {
	.container {
		max-width: 100%;
		padding: 0 40px;
	}

	.criteria .container {
		max-width: 100%;
		padding: 0 40px;
	}

	.overlay .container {
		width: 100%;
		padding: 0 40px;
	}

	#close {
		right: 20px;
	}

	.hero img {
		display: none;
	}

	.form {
		padding: 40px 20px 30px;
	}

	.form_row {
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.form_title {
		font-size: 30px;
	}

	.hero::after {
		top: 155px;
	}

	.pros_cons-item li > svg {
		padding-top: 2px;
	}

	.promo img,
	.why img {
		max-width: 100%;
	}

	.pros_cons-item ul {
		padding-left: 40px;
	}

	.pros_cons-item {
		width: 100%;
		padding: 73px 29px 29px 29px;
	}

	.form_btnCont {
		flex-direction: column;
	}

	.criteria {
		padding: 50px 0 100px;
	}

	.faq_items {
		height: 410px;
	}

	.faq_item-title {
		max-width: 90%;
		font-size: 17px;
	}

	.faq_item {
		max-height: 95px;
	}

	.faq_item-text {
		padding: 20px 10px;
	}

	.benefits_item-content {
		height: auto;
	}

	.benefits_br {
		display: none;
	}

	.benefits_item-content--text {
		font-size: 16px;
	}
}

/* Scroll Animations */
.animate-on-scroll {
	opacity: 0;
	transition: all 0.6s ease-out;
}

.animate-on-scroll.animate-in {
	opacity: 1;
}

/* Fade up animation */
.fade-up {
	transform: translateY(30px);
}

.fade-up.animate-in {
	transform: translateY(0);
}

/* Slide up animation */
.slide-up {
	transform: translateY(50px);
}

.slide-up.animate-in {
	transform: translateY(0);
}

/* Scale up animation */
.scale-up {
	transform: scale(0.8);
}

.scale-up.animate-in {
	transform: scale(1);
}

/* Fade in animation */
.fade-in {
	opacity: 0;
}

.fade-in.animate-in {
	opacity: 1;
}

/* Slide from left */
.slide-left {
	transform: translateX(-50px);
}

.slide-left.animate-in {
	transform: translateX(0);
}

/* Slide from right */
.slide-right {
	transform: translateX(50px);
}

.slide-right.animate-in {
	transform: translateX(0);
}

/* Responsive animations */
@media (prefers-reduced-motion: reduce) {
	.animate-on-scroll {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media screen and (max-width: 480px) {
	.container {
		max-width: 100%;
		padding: 0 20px;
	}

	.criteria .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.overlay .container {
		width: 100%;
		padding: 0 20px;
	}

	.faq_item-title {
		max-width: 85%;
		font-size: 17px;
	}

	.pros_cons-item {
		height: auto;
	}
}
