body {
	background-color: var(--color-white);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.breadcrumb {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #777;
}

.breadcrumb a {
	color: #000;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: var(--color-light-blue);
}

.breadcrumb span {
	color: #999;
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}

.header__container {
	display: none;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas:
		'img1 img2 img3'
		'img1 img2 img3'
		'img1 img5 img3'
		'img4 img5 img6'
		'img4 img5 img6'
		'img4 img5 img6';
	gap: 10px;
}

.header__container img {
	width: 100%;
	object-fit: cover;
}

.header-img1 {
	grid-area: img1;
}

.header-img2 {
	grid-area: img2;
}

.header-img3 {
	grid-area: img3;
}

.header-img4 {
	grid-area: img4;
}

.header-img5 {
	grid-area: img5;
}

.header-img6 {
	grid-area: img6;
}

/* Mobil Header */

.mobile-hero-section-img {
	display: block;
	width: 100%;
}

/*Hero Section*/

.styled-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 12px 40px 12px 15px;
	font-size: 16px;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.30916 1.03321L8.9998 7.95499L16.6909 1.03321C17.0524 0.707838 17.5652 0.795809 17.8363 1.22957C18.1075 1.66334 18.0341 2.2788 17.6727 2.60411L9.49071 9.9677C9.19982 10.2295 8.79978 10.2295 8.50889 9.9677L0.327345 2.60411C0.112982 2.41122 1.91695e-05 2.11641 1.9173e-05 1.81788C1.91755e-05 1.61294 0.0533639 1.40617 0.16371 1.22957C0.434853 0.795743 0.947687 0.707838 1.30916 1.03321Z' fill='%23000'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
}

.styled-select option {
	font-size: 16px;
	background-color: white;
}

.styled-select::-webkit-scrollbar {
	width: 6px;
}

.styled-select::-webkit-scrollbar-thumb {
	border-radius: 3px;
}

.section-hero {
	position: relative;
	width: 100%;
	background: var(--color-white);
}

.section-hero__image-layout {
	display: flex;
	justify-content: space-between;
	z-index: 0;
}

.section-hero__image-box {
	display: flex;
	flex-direction: column;
	gap: 13px;
	width: 32.8%;
}

.section-hero__image-box img {
	width: 100%;
	object-fit: cover;
}

.section-hero__img--short {
	height: 160px;
}

.section-hero__img--tall {
	height: 230px;
}

.section-hero__content {
	background-color: var(--color-white);
	box-shadow:
		0 7px 29px 0 hsla(240, 5%, 41%, 0.2),
		0 -7px 29px 0 hsla(240, 5%, 41%, 0.15);
	position: relative;
	border-radius: 20px;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: calc(100% - 200px);
	padding: 35px 20px;
	max-width: 1600px;
}

.section-hero__top-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	margin-bottom: 40px;
	gap: 20px;
}

.section-hero__title {
	font-size: 58px;
	text-align: start;
	font-weight: 600;
}

.section-hero__title span {
	color: var(--color-light-blue);
}

.section-hero__title__plane svg {
	margin-top: -45px;
	margin-left: -15px;
	width: 597px;
	height: 87px;
	opacity: 0.9;
	z-index: 2;
	transform: rotate(-4deg);
	transform-origin: center right;
}

.section-hero__discount {
	background: #f5f5f7;
	padding: 30px;
	width: 35%;
	min-height: 250px;
	border-radius: 30px;
	font-size: 41px;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}

.section-hero__discount span {
	font-weight: 500;
}

.section-hero__badge {
	position: absolute;
	top: 59%;
	right: -70px;
	padding: 8px 12px;
	font-size: 12px;
}

.section-hero__plane {
	display: block;
	width: 420px;
	transform: rotate(-1deg);
	opacity: 0.9;
	z-index: 2;
}

.section-hero__form-group {
	display: flex;
	gap: 22px;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.section-hero__field {
	display: flex;
	flex-direction: column;
	min-width: 150px;
	flex: 1;
	position: relative;
}

.section-hero-field-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 2%;
	margin-bottom: 12px;
}

.section-hero-field-text p {
	font-size: 21px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
}

.section-hero-field-text .section-hero__country {
	display: none;
}

.section-hero__field input {
	height: 69px;
}

.section-hero__form-group .countries-dropdown-input {
	border-color: transparent;
}

.countries-dropdown,
.countries-dropdown__list li {
	font-size: 14px;
	color: var(--color-black);
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 40px;
	display: flex;
	align-items: center;
}

.countries-dropdown__list li:hover {
	background-color: #daecd8;
}

.countries-dropdown {
	position: relative;
	background-color: var(--color-white);
	border: 1px solid #080808;
	border-radius: 10px;
	width: 100% !important;
	height: 47px;
	text-align: left;
	padding: 24px 15px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.countries-dropdown__list {
	display: none;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	left: 0;
	right: 0;
	border-right: 5px;
	box-shadow: 0 3px 10px 0 var(--color-light-gray);
	background-color: var(--color-white);
	max-height: 200px;
	overflow-y: scroll;
	z-index: 9999999 !important;
	overflow-x: hidden;
}

.countries-dropdown__list li {
	display: block;
	padding-right: 15px;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.countries-items.selected {
	background-color: #daecd8;
}

.countries-dropdown__list.open-dropdown {
	display: block;
}

.tooltip {
	position: absolute;
	right: 0;
	cursor: pointer;
	display: none;
	flex-direction: row-reverse;
	width: 70%;
}

.tooltip__text {
	display: none;
	width: max-content;
	text-align: center;
	color: var(--color-white);
	padding: 10px 20px;
	border-radius: 4px;
	font: italic 14px / 1.3 sans-serif;
	background: var(--color-black);
	box-shadow: 3px 3px 3px #0000004d;
	position: absolute;
	right: -100px;
	bottom: 25px;
}

.tooltip__text.active {
	display: block;
}

.section-hero__form-group input,
.section-hero__form-group select {
	padding: 24px 15px;
	font-size: 23px;
	border: 1px solid #080808;
	border-radius: 8px;
	width: 100%;
}

.section-hero__form-group input::placeholder,
.dropdown-selected input::placeholder {
	color: #000;
}

.section-hero__form-group .countries-dropdown input {
	padding: 0;
	height: auto;
	border: 0;
	outline: none;
}

.section-hero__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px 42px;
	background-color: var(--primary-blue);
	color: #fff;
	border: none;
	border-radius: 90px;
	font-size: 25px;
	cursor: pointer;
	transition: 0.3s ease;
	height: fit-content;
}

.section-hero__btn:hover {
	background-color: var(--color-light-blue);
}

.section-hero__btn img {
	margin-left: 7px;
}

.rspnsv-img {
	display: none;
	width: 100%;
	height: auto;
}

.section-hero__image-layout {
	display: flex;
}

.input-with-icon {
	position: relative;
	width: 100%;
}

.input-with-icon input {
	padding-right: 40px;
	box-sizing: border-box;
}

.input-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	height: 28px;
	width: 28px;
	fill: #000;
}

@media screen and (max-width: 1400px) {
	.section-hero__image-layout {
		width: 100%;
		justify-content: space-between;
	}

	.section-hero__image-box {
		width: 36%;
	}

	.section-hero__img--short {
		height: 100px;
	}

	.section-hero__img--tall {
		height: 160px;
	}

	.section-hero__form-group input,
	.section-hero__form-group select {
		padding: 19px 13px;
	}

	.section-hero__btn {
		padding: 19px 39px;
	}

	.section-hero__title__plane svg {
		margin-top: -30px;
		width: 420px;
		height: 68px;
	}
}

@media screen and (max-width: 992px) {
	.section-hero__title {
		font-size: 40px;
		width: 100%;
	}

	.section-hero__title__plane svg {
		margin-top: -30px;
		width: 295px;
		height: 53px;
	}

	.section-hero__discount {
		width: 40%;
		font-size: 27px;
		min-height: 140px;
	}

	.section-hero__badge {
		position: absolute;
		top: 59%;
		right: -43px;
		padding: 0px;
	}

	.section-hero__badge img {
		width: 100px;
		height: 100px;
	}

	.section-hero__form-group input,
	.section-hero__form-group select {
		font-size: 18px;
	}

	.section-hero-field-text p {
		font-size: 20px;
	}
}

@media screen and (max-width: 907px) {
	.section-hero__btn {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.section-hero__image-layout {
		display: none !important;
	}

	.rspnsv-img {
		display: block !important;
	}

	.section-hero {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.section-hero__top-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.section-hero__title br {
		display: none;
	}

	.section-hero__plane {
		min-width: 296px;
	}

	.section-hero__discount {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 26px;
		padding: 60px 16px;
		border-radius: 20px;
		min-height: auto;
		position: relative;
	}

	.section-hero__badge {
		position: absolute;
		top: -50px;
		left: -30px;
	}

	.section-hero__badge img {
		width: 100px;
		height: 100px;
	}

	.section-hero__title {
		font-size: 32px;
		width: 285px;
		margin-right: 26px;
		text-align: left;
	}

	.section-hero__title__plane svg {
		margin-top: -30px;
		width: 295px;
		height: 53px;
	}

	.section-hero__form-group {
		flex-direction: column;
		gap: 30px;
	}

	.section-hero__field {
		width: 100%;
		flex: none;
	}

	.section-hero__form-group input,
	.section-hero__form-group select {
		font-size: 18px;
		padding: 16px 12px;
	}

	.section-hero-field-text p {
		font-size: 17.5px;
	}

	.section-hero-field-text span {
		display: none;
	}

	.section-hero__btn {
		margin-top: 10px;
		width: 100%;
		padding: 18px;
		font-size: 20px;
		text-align: center;
	}

	.section-hero__content {
		padding: 30px 16px;
		width: 91%;
		top: -30px;
		transform: none;
		left: auto;
	}

	.section-hero__image-layout {
		display: none;
	}
}

/*Rating Section*/

/* Tariffs */
.tariff-section {
	width: 100%;
	padding: 60px 0;
	overflow-x: hidden;
}

.all-tariffs {
	width: 100%;
	height: auto;
}

.tariff-swiper {
	position: relative;
}

.tariff-swiper-button-prev,
.tariff-swiper-button-next {
	padding: 5px;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	display: none;
}

.tariff-swiper-button-next {
	right: 0;
}

.tariff-swiper-button-next svg,
.tariff-swiper-button-prev svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.tariff-swiper-button-prev svg {
	rotate: 180deg;
}

.swiper-tariff-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s ease;
}

.all-tariffs.show-less .tariff-show-more-btn,
.all-tariffs.show-less .tariff-card-content .tariff-blur-bg {
	display: block;
}

.tariff-swiper:has(.all-tariffs.show-less) ~ .tariff-show-less-btn {
	display: none;
}

.swiper-slide.tariff-swiper-slide {
	display: block;
}

.tariff-show-less-btn {
	margin: 0 auto;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	color: #06c;
	margin-top: 45px;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	display: block;
}

.tariff-show-more-btn {
	top: -5px;
	position: relative;
	border: none;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	background-color: transparent;
	color: #06c;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	z-index: 9;
	display: none;
}

.tariff-card-content .tariff-blur-bg {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(to bottom, transparent, #ffffff);
	width: 100%;
	left: 0;
	border-radius: 30px;
	transition: 0.3s;
	z-index: 1;
	display: none;
}

.tariff-card-content:hover .tariff-blur-bg {
	bottom: -20px;
}

.tariff-more-content-block {
	display: block;
}

.all-tariffs.show-less .tariff-more-content-block {
	display: none;
}

.tariff-card-content {
	padding: 40px 35px;
	transition:
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
	position: relative;
}

.tariff-card-content:hover .tariff-card-background {
	top: -20px;
	bottom: -20px;
}

.tariff-card-content > div {
	position: relative;
	z-index: 1;
}

.tariff-card-content .tariff-card-background {
	transition:
		top 0.25s,
		bottom 0.25s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	box-shadow:
		182px 0 73px rgba(0, 0, 0, 0.01),
		102px 0 61px rgba(0, 0, 0, 0.05),
		45px 0 45px rgba(0, 0, 0, 0.09),
		11px 0 25px rgba(0, 0, 0, 0.01),
		0 0 0 rgba(0, 0, 0, 0.01);
}

.tariff-silver {
	background: #fff;
	background-image: linear-gradient(
		210.61deg,
		#f5f5f7,
		hsla(0, 0%, 100%, 0) 47.31%,
		#f5f5f7
	);
}

.tariff-gold {
	background: #fff;
	background-image: linear-gradient(
		210.61deg,
		rgba(181, 145, 68, 0.2),
		hsla(0, 0%, 100%, 0) 47.31%,
		rgba(181, 145, 68, 0.2)
	);
}

.tariff-platinum {
	background: #fff;
	background-image: linear-gradient(
		210.61deg,
		hsla(0, 0%, 85%, 0.6) 6.77%,
		hsla(0, 0%, 100%, 0) 56.25%,
		hsla(0, 0%, 85%, 0.6) 93.75%
	);
}

.tariff-card-main-container {
	padding-bottom: 30px;
	display: grid;
	gap: 20px;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

.tariff-card-title {
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #000;
	text-align: center;
}

.tariff-card-price {
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #000;
	text-align: center;
}

.tariff-card-cross-price {
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	line-height: normal;
	text-decoration-line: line-through;
	color: #d2d2d2;
	text-align: center;
}

.tariff-card-coverage {
	padding: 30px 0 0;
	font-size: 21px;
	line-height: normal;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #000;
	text-align: center;
}

.tariff-card-all-price {
	padding: 20px 0;
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	line-height: 120%;
	color: #000;
	text-align: center;
}

.tariff-card-deductible {
	font-size: 21px;
	line-height: normal;
	color: #000;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

.tariff-card-button {
	display: flex;
	padding-top: 30px;
	justify-content: center;
}

.tariff-card-down {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.button-button.button-primary {
	width: 205px;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	height: 69px;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-style: normal;
	border: none;
}

.button-button.button-primary:hover {
	background-color: var(--primary-blue);
}

.tariff-card-options {
	margin: 30px 0 10px;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: inherit;
	text-align: center;
}

.card-option-content-option {
	color: #000;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: start;
}

.card-option-hide-button {
	margin: 20px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 160%;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	text-align: left;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	display: inline;
	padding-right: 15px;
}

.card-option-hide-button.disable {
	color: #d2d2d2;
}

.card-option-content {
	border-bottom: 1px solid #d2d2d2;
}

.card-option-content-option.open > div:nth-of-type(1) {
	border-bottom: 1px solid #d2d2d2 !important;
}

.card-option-content-list {
	display: none;
}

.card-option-content-option.open .card-option-content-list {
	display: block;
}

.card-option-content-option.open .card-option-img svg {
	rotate: 180deg;
}

.card-option-img {
	margin-right: 15px;
	margin-left: 0;
}

.card-option-img svg {
	transition: 0.3s;
}

.card-option-content-list {
	padding-inline-end: 0;
	padding-inline-start: 25px;
}

ul.card-option-list {
	list-style-type: disc;
}

.card-option-list-item {
	color: #000;
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	margin: 20px 0;
	padding-left: 20px;
}

.card-option-list-item.disabled {
	list-style-image: url('../images/cross.svg');
}

@media (max-width: 991px) {
	.tariff-card-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.tariff-card-price {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.tariff-card-cross-price {
		line-height: 120%;
		font-size: 30px;
	}

	.tariff-card-coverage {
		padding: 20px 0 0;
		font-size: 18px;
		line-height: 140%;
	}

	.tariff-card-all-price {
		padding: 10px 0;
		font-weight: 300;
		font-size: 30px;
	}

	.tariff-card-deductible {
		font-size: 18px;
		line-height: 140%;
	}

	.tariff-card-button {
		padding-top: 20px;
	}

	.button-button.button-primary {
		width: 174px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		height: 62px;
	}

	.tariff-card-options {
		margin: 30px 0 10px;
		font-size: 24px;
	}
}

/*who-choose-section*/

.why-choose-section {
	position: relative;
	width: 100%;
	background: #f5f5f7;
	margin: 0 auto;
	padding: 60px 0 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	margin-top: 80px;
}

.why-choose-title {
	font-size: 39px;
	margin-bottom: 3rem;
	font-weight: 600;
	text-align: center;
	color: var(--color-black);
}

.why-choose-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 120px;
}

.why-card {
	width: 100%;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #000000;
	min-height: 230px;
}

.why-card:hover {
	background-color: var(--primary-blue);
	color: #ffffff;
}

.why-card:hover svg {
	background-color: var(--primary-blue);
	color: #ffffff;
	fill: #ffffff;
}

.svg {
	width: 45px;
	height: 45px;
	fill: #000;
	cursor: pointer;
}

.svg:hover {
	fill: #ffffff;
}

.why-card img {
	width: 42px;
}

.why-card p {
	margin-top: 25px;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.4;
}

@media screen and (max-width: 1400px) {
	.why-choose-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.why-card {
		padding: 30px;
		min-height: 210px;
	}

	.why-card img {
		width: 32px;
	}

	.why-card p {
		font-size: 22px;
	}

	.why-choose-title {
		font-size: 27px;
		margin-bottom: 26px;
	}

	.why-choose-section {
		padding: 50px 0 140px;
	}
}

@media screen and (max-width: 1400px) {
	.svg {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.why-choose-cards {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0px;
		border-radius: 30px;
		overflow: hidden;
	}

	.why-card {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding: 20px;
		border-radius: 0;
		border-bottom: 1px solid #d9d9d9;
		background-color: #fff;
		min-height: auto;
	}

	.why-card:last-child {
		border-bottom: none;
	}

	.svg {
		width: 24px;
		height: 24px;
		margin-right: 15px;
	}

	.why-card img {
		width: 23px;
		margin-right: 15px;
	}

	.why-card p {
		font-size: 17px;
		width: 100%;
		flex: 1;
		margin: 0;
		line-height: 1.3;
	}

	.why-choose-title {
		font-size: 28px;
		margin-bottom: 2rem;
	}

	/* 
	.why-card:hover {
		background-color: #ffffff !important;
		color: #000000 !important;
		cursor: default;
	} */
}

/* POLICY SECTION */

.policy-section {
	position: relative;
	max-width: 1600px;
	width: calc(100% - 200px);
	padding: 50px 100px;
	background-color: #ffffff;
	border-radius: 30px;
	box-shadow:
		0 14px 70px 0 rgba(17, 12, 46, 0.15),
		0 -14px 70px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	align-items: stretch;
	z-index: 5;
	margin: -145px auto 70px;
}

.policy-title h3 {
	font-weight: 600;
	font-size: 46px;
	line-height: 120%;
	text-align: center;
}

.policy-title img {
	width: 140px;
	height: 140px;
	right: 12.5%;
	position: absolute;
	top: 0;
}

.policy-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.policy-icons-img {
	width: 195px;
	height: 195px;
	object-fit: contain;
	display: block;
}

.airplane-policy {
	margin-bottom: 40px;
}

.policy-icons-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 21px;
	font-weight: 600;
	color: var(--primary-blue);
}

.policy-icons-text h3 {
	color: var(--primary-blue);
}

.policy-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 25px;
	align-items: flex-end;
}

.policy-field {
	flex: 1;
	width: 33%;
	display: flex;
	flex-direction: column;
}

.policy-field-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 2%;
	margin-bottom: 12px;
}

.policy-field p {
	font-size: 24px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
}

.policy-field .tooltip {
	width: 10%;
	position: relative;
}

.policy-field input,
.policy-field select {
	padding: 22px 15px;
	font-size: 21px;
	border: 1px solid #080808;
	border-radius: 8px;
	width: 100%;
}

.custom-dropdown {
	position: relative;
	width: 100%;
	font-size: 21px;
}

.dropdown-selected {
	padding: 22px 15px;
	border: 1px solid #080808;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
	font-size: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown-selected input {
	padding: 0 !important;
	border: none;
	height: auto;
	outline: none;
}

.dropdown__arrow {
	width: 16px;
	height: 10px;
	transition: transform 0.3s ease;
}

.dropdown-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #fff;
	margin-top: 6px;
	z-index: 20;
	max-height: 220px;
	overflow-y: auto;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-list li {
	padding: 10px 15px;
	cursor: pointer;
}

.dropdown-list li:hover {
	background-color: #daecd8;
}

.dropdown-open .dropdown__arrow {
	transform: rotate(180deg);
}

.policy-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.buy-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 85px;
	color: #ffffff;
	background: var(--primary-blue);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	overflow: hidden;
}

.rspnsv-plane {
	display: none;
}

.rspnsv-btn {
	display: none;
}

.input-with-icon {
	position: relative;
	width: 100%;
}

.input-with-icon input {
	padding-right: 45px;
	box-sizing: border-box;
}

.input-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
	height: 24px;
	width: 24px;
	fill: #000;
}

@media (max-width: 1600px) {
	.policy-section {
		max-width: 1400px;
	}

	.policy-title img {
		right: 5%;
	}

	.policy-title h3 {
		font-weight: 600;
		font-size: 36px;
		line-height: 120%;
	}

	.policy-section {
		padding: 50px 30px;
	}

	.card-option-hide-button {
		font-size: 16px;
	}
}

@media screen and (max-width: 1400px) {
	.desktop-btn {
		display: none;
	}

	.rspnsv-btn {
		display: block;
	}

	.policy-icons-img,
	.airplane {
		width: 140px;
		height: 140px;
	}

	.policy-icons-text {
		gap: 5px;
		width: 20%;
		text-align: center;
		font-size: 14px;
	}

	.policy-form {
		gap: 17px;
	}

	.policy-field-text p {
		font-size: 20px;
	}

	.policy-field span {
		font-size: 16px;
		padding: 0 5px;
	}

	.policy-field input,
	.policy-field select {
		font-size: 20px;
		padding: 18px 12px;
	}

	.dropdown-selected {
		padding: 18px 15px;
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: space-between;
		max-height: 63px;
	}

	.dropdown-selected p {
		font-size: 20px;
	}

	.dropdown__arrow {
		width: 16px;
		height: 10px;
		transition: transform 0.3s ease;
	}

	.dropdown-list li {
		padding: 10px 15px;
	}

	.buy-button {
		font-size: 16px;
		padding: 0px 24px;
	}
}

@media screen and (max-width: 1200px) {
	.policy-section {
		text-align: center;
	}

	.policy-icons {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.airplane-policy {
		width: 100px;
	}

	.policy-icons-text p {
		font-size: 19px;
	}

	.policy-icons-text img {
		width: 150px;
		height: 160px;
	}

	.custom-dropdown {
		min-height: 50px;
	}
}

@media screen and (max-width: 1065px) {
	.dropdown-selected {
		padding: 8px 15px;
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: space-between;
	}

	.dropdown-selected p {
		font-size: 19.5px;
	}

	.dropdown__arrow {
		width: 16px;
		height: 10px;
		transition: transform 0.3s ease;
	}

	.dropdown-list li {
		font-size: 18.5px;
		padding: 10px 15px;
	}
}

@media (max-width: 992px) {
	.policy-title h3 {
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}
}

@media screen and (max-width: 935px) {
	.policy-icons-img,
	.airplane {
		width: 110px;
		height: 110px;
	}

	.policy-icons-text {
		gap: 5px;
		width: 20%;
		text-align: center;
		font-size: 14px;
	}

	.dropdown-selected {
		padding: 8px 15px;
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: space-between;
	}

	.dropdown-selected p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.policy-title img {
		display: none;
	}

	.policy-title h3 {
		font-size: 24px;
	}

	.policy-section {
		top: 85%;
	}

	.policy-form {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 15px;
		align-items: center;
	}

	.policy-field {
		width: 100%;
	}

	.policy-field span {
		display: none;
	}

	.airplane-policy {
		display: none;
	}

	.policy-title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
		text-align: center;
		font-size: 26px;
		padding-top: 24px;
	}

	.policy-icons {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.policy-icons-text {
		width: 100%;
	}

	.policy-icons-text p {
		font-size: 18px;
		width: 100%;
	}

	.policy-icons-img {
		margin-top: -20px;
		width: 110px;
		height: 110px;
		object-fit: cover;
		display: block;
		padding: 0;
	}

	.airplane {
		display: none;
	}

	.rspnsv-plane {
		margin-top: -60px;
		width: 170px;
		height: auto;
		object-fit: cover;
		display: block;
		padding: 0;
	}

	.policy-field input,
	.policy-field select {
		padding: 12px 14px;
		font-size: 15px;
		width: 100%;
	}

	.policy-icons-text {
		font-size: 12px;
		gap: 10px;
	}

	.policy-field p {
		font-size: 16px;
	}

	.dropdown-selected {
		padding: 12px 15px;
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: space-between;
	}

	.dropdown-selected p {
		font-size: 15px;
	}

	.dropdown-list li {
		font-size: 14px;
	}

	.policy-btn {
		margin-top: 25px;
	}

	.buy-button {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-height: 70px;
		padding: 0;
		overflow: hidden;
	}

	.buy-button img {
		max-height: 100%;
		width: auto;
		object-fit: contain;
	}
}

/*Swipper*/

.swiper {
	width: 100%;
	/* height: 88vh; */
	position: relative;
	overflow: visible;
	overflow-x: clip;
}

.swiper h2 {
	font-weight: 600;
	font-size: 46px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 50px;
}

.swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s ease;
}

.swiper-slide img {
	width: 100%;
	height: 66vh;
	border-radius: 25px;
	object-fit: cover;
	transition: all 0.6s ease;
	filter: brightness(75%);
}

.swiper-slide-img ::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
	pointer-events: none;
	transition: background 0.3s ease;
}

.swiper-slide-active img::after {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-slide-active img {
	transform: scale(1.05);
	opacity: 1;
}

.swiper-slide-next img,
.swiper-slide-prev img {
	opacity: 0.5;
	transform: scale(0.9);
	filter: brightness(80%);
}

.slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	color: #ffffff;
	opacity: 0;
	transition: opacity 0.5s ease;
	width: 98.8%;
	z-index: 2;
	height: 66vh;
	padding: 20px 0px;
	box-sizing: border-box;
}

.swiper-slide-active .slide-content {
	opacity: 1;
}

.slide-content h2 {
	font-size: 90px;
	margin-top: 20px;
}

.slide-content-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
	width: 100%;
	bottom: 0px;
}

.slide-content-text p {
	font-size: 23px;
}

.slide-content-text span {
	margin: 0px 8px;
}

.swipper-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	background-color: #ffffff;
	border: none;
	padding: 22px 47px;
	font-weight: 600;
	font-size: 26px;
}

.swipper-btn:hover {
	color: var(--color-light-blue);
}

.swipper-btn img {
	width: 21px;
	height: auto;
	margin-left: 5px;
}

.swiper-pagination-myswiper {
	width: max-content !important;
	position: absolute;
	left: 50% !important;
	transform: translateX(-50%);
	bottom: -50px !important;
}

.swiper-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.swiper-pagination-bullet {
	width: 8.5px;
	height: 8.5px;
	background: #dbdada;
	opacity: 1;
	transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
	background: #acacac;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

@media screen and (max-width: 1400px) {
	.swiper h2 {
		font-size: 24px;
	}

	.swiper-slide img {
		height: 60vh;
		border-radius: 20px;
	}

	.slide-content {
		height: 60vh;
		padding: 15px 0;
	}

	.slide-content h2 {
		font-size: 40px;
		margin-top: 10px;
	}

	.slide-content-text {
		gap: 35px;
	}

	.slide-content-text p {
		font-size: 18px;
	}

	.swipper-btn {
		padding: 16px 39px;
		font-size: 20px;
	}

	.swipper-btn img {
		width: 18px;
		height: 18px;
	}

	.swiper-pagination {
		bottom: 10px;
	}

	.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}
}

@media screen and (max-width: 767px) {
	.tariff-swiper-button-prev,
	.tariff-swiper-button-next {
		display: flex;
	}

	.swiper {
		/* height: 90vh; */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.swiper h2 {
		font-size: 24px;
		padding: 10px 5px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}

	.swiper-slide img {
		height: 60vh;
	}

	.slide-content h2 {
		font-size: 20px;
	}

	.slide-content-text {
		display: flex;
		flex-direction: column-reverse;
		gap: 19px;
		margin-bottom: 40px;
	}

	.slide-content-text p {
		font-size: 19px;
	}

	.swipper-btn {
		display: flex;
		padding: 10px 20px;
		font-size: 16px;
		height: 40px;
	}

	.swipper-btn img {
		width: 10px;
		height: 10px;
	}

	.swiper-pagination {
		bottom: 20px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		padding: 5px;
		width: 30px;
		height: 30px;
		background-color: rgba(0, 0, 0, 0.5);
		color: #ffffff;
		border-radius: 5px;
	}

	.swiper-button-next {
		margin-left: 9px;
	}

	.swiper-button-prev {
		margin-right: 9px;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 16px;
	}
}

/*FAQ section*/

.faq-section {
	max-width: 1200px;
	width: calc(100% - 150px);
	margin-top: 70px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.faq-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 45px;
}

.faq-section__title {
	font-size: 41px;
	font-weight: 600;
	color: var(--color-black);
}

.faq-section-toggle {
	background: none;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	color: #a6a5a5;
	transition: transform 0.3s ease;
	padding: 13px 18px;
	border-radius: 8px;
	display: grid;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
}

.faq-section .faq-section-toggle svg {
	transform: rotate(180deg);
	transition: 0.3s;
}

.faq-section.open .faq-section-toggle svg {
	transform: rotate(0deg);
}

.faq-content {
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.faqs-show-more-content-mobile {
	display: contents;
}

.faqs-show-more-btn {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	cursor: pointer;
	display: none;
	align-items: center;
	width: -webkit-max-content;
	width: max-content;
	color: #000;
	border: none;
	background: none;
	height: 62px;
	margin: 0 auto;
}

.faq-show-more-btn-arrow {
	margin-left: 10px;
}

.faq-show-more-btn-arrow svg {
	height: 7.5px;
	width: 14px;
}

.faq-section:not(.open) .faq-content {
	max-height: 0;
}

.faq-item {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}

.faq-item svg {
	transition: 0.3s;
	rotate: 180deg;
	flex-shrink: 0;
}

.faq-item.open svg {
	rotate: 0deg;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.faq-question span {
	margin-bottom: 16px;
	font-size: 24.4px;
	font-weight: 500;
	color: var(--color-black);
}

.faq-toggle {
	color: #a6a5a5;
	font-size: 28px;
	transition: transform 0.3s ease;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	width: 83%;
	color: var(--color-black);
	line-height: 1.6;
	font-size: 20px;
}

.faq-item.open .faq-answer {
	max-height: 700px;
	margin-top: 8px;
}

@media screen and (max-width: 970px) {
	.faq-section__title {
		font-size: 37px;
	}

	.faq-header {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 35px;
	}

	.faq-section-toggle {
		font-size: 30px;
	}

	.faq-section {
		width: 91%;
	}

	.faq-question {
		display: flex;
		gap: 10px;
	}

	.faq-question span {
		margin-bottom: 14px;
		font-size: 23px;
	}

	.faq-toggle {
		font-size: 26px;
	}

	.faq-answer {
		font-size: 18px;
	}

	.faq-item.open .faq-answer {
		max-height: 200px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 767px) {
	.faq-header {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 35px;
	}

	.faq-section-toggle {
		display: none;
	}

	.faq-section__title {
		font-size: 23.5px;
	}

	.faq-section {
		width: 91%;
	}

	.faq-question {
		display: flex;
		gap: 10px;
	}

	.faq-question span {
		margin-bottom: 14px;
		font-size: 19px;
	}

	.faq-toggle {
		font-size: 22px;
	}

	.faq-answer {
		font-size: 16px;
	}

	.faq-item.open .faq-answer {
		max-height: 200px;
		margin-top: 8px;
	}
}

/* Career Section */
.section-career {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
	margin-bottom: 40px;
}

.career-image-wrapper {
	max-width: 1600px;
	position: relative;
	width: 87%;
	border-radius: 20px;
	overflow: hidden;
}

.career-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

.career-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	padding: 20px;
	box-sizing: border-box;
}

.career-content {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
	padding: 39px 90px;
	border-radius: 20px;
	width: 75%;
	max-width: 1000px;
	text-align: center;
	pointer-events: auto;
}

.career-title {
	font-size: 39.5px;

	margin-bottom: 52px;
	color: var(--color-black);
}

.career-text {
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 30px;
}

.btn-career {
	display: inline-block;
	padding: 20px 54px;
	font-size: 26px;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	border-radius: 50px;
	transition: background-color 0.3s ease;
}

.btn-career:hover {
	background-color: var(--color-light-blue);
}

@media (max-width: 1600px) {
	.swiper h2 {
		margin-bottom: 60px;
		font-weight: 600;
		font-size: 36px;
		line-height: 120%;
	}
}

@media screen and (max-width: 1300px) {
	.career-image-wrapper {
		width: 90%;
		height: auto;
		border-radius: 16px;
	}

	.career-bg-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 16px;
	}

	.career-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 16px;
	}

	.career-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 95%;
		padding: 60px 16px;
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(10px);
		border-radius: 14px;
		text-align: center;
	}

	.career-title {
		font-size: 25px;
		margin-bottom: 24px;
	}

	.career-text {
		font-size: 16.5px;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 25px;
	}

	.btn-career {
		font-size: 17px;
		padding: 16px 60px;
	}
}

@media (max-width: 1200px) {
	.section-hero__content {
		width: calc(100% - 40px);
	}

	.swiper h2 {
		margin-bottom: 30px;
	}

	.policy-section {
		width: calc(100% - 30px);
	}

	.faq-section {
		width: calc(100% - 40px);
	}
}

@media (max-width: 992px) {
	.swiper h2 {
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}
}

@media screen and (max-width: 767px) {
	.section-career {
		margin-bottom: 0px;
	}

	.career-image-wrapper {
		width: 90%;
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 16px;
	}

	.career-bg-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 16px;
	}

	.career-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 16px;
	}

	.career-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 65%;
		padding: 40px 16px;
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(10px);
		border-radius: 14px;
		text-align: center;
	}

	.career-title {
		font-size: 25px;
		margin-bottom: 24px;
	}

	.career-text {
		font-size: 16.5px;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 25px;
	}

	.btn-career {
		font-size: 17px;
		padding: 16px 60px;
	}
}

@media screen and (max-width: 685px) {
	.career-image-wrapper {
		aspect-ratio: 11 / 9;
	}
}

@media screen and (max-width: 540px) {
	.career-image-wrapper {
		aspect-ratio: 9 / 9;
	}
}

@media screen and (max-width: 471px) {
	.career-image-wrapper {
		aspect-ratio: 7 / 9;
	}

	.btn-career {
		font-size: 16px;
		padding: 15px 18px;
	}
}

@media screen and (max-width: 400px) {
	.career-image-wrapper {
		aspect-ratio: 8 / 9;
	}

	.career-text {
		font-size: 12.5px;
	}

	.btn-career {
		font-size: 16px;
		padding: 15px 20px;
	}
}

@media screen and (max-width: 365px) {
	.career-image-wrapper {
		aspect-ratio: 5 / 9;
	}

	.btn-career {
		font-size: 14px;
		padding: 10px 20px;
	}
}

/*reviews-section*/

.reviews-section {
	background: #ffffff;
	border-radius: 24px;
	margin: 0 100px;
	margin-top: 27px;
	margin-bottom: 43px;
	padding: 40px 18px 20px;
	max-width: 1470px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.reviews-section-main {
	width: 100%;
}

.rating-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;

	padding: 8px 14px;
	font-size: 22px;
}

.rating-item-images {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
}

.rating-item-img {
	width: 35px;
	height: auto;
	object-fit: cover;
}

.star-img {
	width: 22px;
	height: auto;
	object-fit: cover;
}

.review-tabs {
	width: 75%;
	display: flex;
	margin: 0 auto;
	border-bottom: 1px solid #dddddd;
}

.review-mobile-btns {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.review-mobile-btns button {
	background: none;
	border: none;
}

.tab-btn {
	flex: 1;
	text-align: center;

	background: none;
	border: none;
	font-size: 19.5px;
	padding: 21px;
	cursor: pointer;
	color: var(--color-light-gray);
	border-bottom: 2px solid transparent;
}

.tab-btn.active {
	color: var(--primary-blue);
	border-bottom: 2px solid var(--primary-blue);
}

.reviews-list {
	width: 75%;
	margin-top: 25px;
}

.review-card {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}

.review-avatar {
	position: relative;
	width: 77px;
	margin-right: 17px;
}

.review-avatar img {
	width: 77px;
	height: 77px;
	border-radius: 50%;
	object-fit: cover;
}

.platform-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ffffff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.platform-icon img {
	width: 50%;
	height: 50%;
	object-fit: contain;
	display: block;
	margin: auto;
}

.review-content {
	flex: 1;
}

.name-stars {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.stars {
	display: flex;
}

.review-content h4 {
	font-size: 22px;
}

.starfull {
	margin: 0px 4px;
	width: 15px;
}

.review-content p {
	font-size: 19.5px;
	color: var(--color-black);
	line-height: 1.4;
	margin: 13px 0px;
	font-weight: 400;
}

.feedback-link {
	color: var(--primary-blue);
	text-decoration: none;
	font-size: 19.5px;
}

.feedback-link svg {
	rotate: -90deg;
	width: 14px;
}

.show-toggle {
	text-align: center;
}

.button-shaky {
	padding: 10px 15px;
	-webkit-animation: button-shaky 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
		infinite both;
	animation: button-shaky 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
		both;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.button-button {
	display: inline-block;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-style: normal;
	font-size: 34px;
	font-weight: 600;
	line-height: 120%;
	border: none;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	text-decoration: none;
}

.button-outline::before {
	content: '';
	width: calc(100% - 16px);
	height: 58px;
	position: absolute;
	border-radius: 90px;
	background-color: var(--primary-blue);
	z-index: 3;
	top: 8px;
	left: 8px;
}

.button-outline::after {
	content: '';
	width: calc(100% - 8px);
	height: 66px;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 2;
	border-radius: 40px;
	background-color: rgba(0, 102, 204, 0.5);
}

.button-shine {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	overflow: hidden;
	z-index: 10;
	mix-blend-mode: overlay;
}

.button-outline > div,
.button-outline > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
}

.second-form-button svg {
	width: 116px;
	height: 39px;
	position: absolute;
	top: 17px;
	right: 22px;
	z-index: 4;
}

.button-art {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	display: block;
	width: 50%;
	height: 100%;
	background: #fff;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
	-webkit-transform: skewX(-30deg) translateX(-150%);
	transform: skewX(-30deg) translateX(-150%);
	position: absolute;
	-webkit-animation: button-shiny 5s linear 0s infinite;
	animation: button-shiny 5s linear 0s infinite;
}

@keyframes button-shiny {
	0% {
		-webkit-transform: skewX(-30deg) translateX(-150%);
		transform: skewX(-30deg) translateX(-150%);
	}

	25%,
	100% {
		-webkit-transform: skewX(-30deg) translateX(250%);
		transform: skewX(-30deg) translateX(250%);
	}
}

@keyframes button-shaky {
	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	55% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	60%,
	70%,
	80% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	65%,
	75%,
	85% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	90% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	95% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

@media (min-width: 576px), screen and (max-width: 576px) {
	.button-outline {
		padding: 20px;
		width: 100%;
		height: 73px;
		position: relative;
		z-index: 1;
		border-radius: 50px;
		background-color: rgba(0, 102, 204, 0.2);
	}
}

@media screen and (max-width: 767px) {
	.second-form-button {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.countries-dropdown {
		height: 69px;
	}

	.countries-dropdown,
	.countries-dropdown__list li {
		font-size: 21px;
	}

	.button-outline {
		width: 412px;
		height: 101px;
	}
}

@media only screen and (min-width: 768px) {
	.button-outline > div {
		font-size: 24px;
		line-height: 120%;
	}
}

@media only screen and (min-width: 768px) {
	.button-outline:before {
		width: 380px;
		height: 69px;
		top: 16px;
		left: 16px;
	}
}

@media only screen and (min-width: 768px) {
	.button-outline:after {
		width: 396px;
		height: 85px;
		left: 8px;
		top: 8px;
	}
}

@media screen and (min-width: 768px) {
	.second-form-button svg {
		width: 160px;
		height: 50px;
		top: 25px;
		right: 35px;
	}

	.tooltip {
		display: flex;
	}
}

.show-toggle button {
	background: none;
	border: none;
	color: var(--color-black);
	cursor: pointer;
	font-size: 22px;
	font-weight: 500;
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	align-items: center;
}

@media screen and (max-width: 1300px) {
	.rating-item img {
		width: 23.5px;
	}

	.rating-item {
		font-size: 17px;
	}

	.reviews-list {
		width: 98%;
	}

	.review-tabs {
		width: 98%;
	}
}

@media screen and (max-width: 970px) {
	.rating-item img {
		width: 26.5px;
	}

	.rating-item {
		font-size: 20px;
	}

	.star-img {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.section-hero__form-group input,
	.section-hero__form-group select {
		height: 47px;
		border: 2px solid #717a84;
		border-radius: 10px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
		width: 100%;
	}

	.section-hero__field:nth-of-type(3) .section-hero-field-text {
		display: none;
	}

	.rating-item-images {
		gap: 10px;
	}

	.rating-item {
		width: 100%;
		justify-content: center;
		font-size: 18px;

		padding: 0px 14px;
	}

	.rating-item img {
		width: 21.5px;
	}

	.star-img {
		display: block;
		width: 20px;
	}

	.review-mobile-btns {
		display: flex;
	}

	.review-tabs {
		width: 100%;
		transition: 0.3s;
	}

	.reviews-section {
		overflow-x: hidden;
	}

	.tab-btn {
		flex: auto;
		flex-shrink: 0;
	}

	.tab-btn {
		width: 100%;
		font-size: 18px;
		padding: 16px;
		border-bottom: 1px solid #ddd;
	}

	.reviews-list {
		width: 100%;
	}

	.review-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.review-avatar {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		position: static;
	}

	.review-avatar img {
		width: 39px;
		height: 39px;
		border-radius: 50%;
		object-fit: cover;
	}

	.platform-icon {
		display: flex;
		position: static;
		width: 24px;
		height: 24px;
		border: 1px solid #ddd;
	}

	.platform-icon img {
		width: 13px;
		height: 13px;
	}

	.review-content {
		width: 100%;
	}

	.name-stars {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 8px;
		margin-bottom: 8px;
	}

	.name-stars img {
		width: 14.2px;
	}

	.review-content h4 {
		font-size: 18px;
	}

	.review-content p {
		font-size: 17px;
	}

	.feedback-link {
		font-size: 19px;
		margin-top: 5px;
	}

	.show-toggle button {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.header__container {
		display: grid;
	}

	.mobile-hero-section-img {
		display: none;
	}
}

/*? Eyvaz*/

.rating-section {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin: 0 auto;
	padding: 20px 0 40px;
	width: calc(100% - 40px);
	border-bottom: 1px solid var(--color-background-gray);
	border-top: 1px solid var(--color-background-gray);
	max-width: 1400px;
}

.global-wrapper {
	width: calc(100% - 40px);
	margin: 0px auto 20px;
}

.rating-section-logo,
.rating-section-logo img {
	width: 179px;
	/* height: 90px; */
	object-fit: contain;
}

.rating-section-logo {
	margin-bottom: 40px;
}

.rating-section-box {
	order: 1;
}

.rating-section-box__title {
	margin: 0 auto 25px;
	text-align: center;
	width: 260px;
}

@media (max-width: 990px) {
	.rating-section-box__title {
		display: block;
		width: 200px;
	}
}

.rating-section-box__text {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: normal;
	text-align: center;
}

.rating-section-box__title span {
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
}

.reviews-section--title {
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 120%;
	color: var(--color-black);
	margin: 0;
}

@media (max-width: 767px) {
}

@media (min-width: 576px), screen and (max-width: 576px) {
	.header {
		margin: 0 auto;
		max-width: 1920px;
	}

	/* Hero Content */
	.proposal {
		width: 100%;
		margin-bottom: 30px;
	}

	.proposal__title {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: left;
		font-weight: 600;
		font-size: 32px;
		line-height: 120%;
		position: relative;
	}

	.proposal__title.additional_page {
		font-size: 28px;
	}

	.proposal__box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 10px;
		height: 138px;
		background-color: #f5f5f7;
		border-radius: 20px;
		position: relative;
	}

	.proposal-minute {
		color: var(--color-light-blue);
	}

	.proposal-icon {
		width: 296px;
		height: 53px;
		position: relative;
		bottom: 13px;
		left: 3px;
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	.proposal__box--image {
		position: absolute;
		width: 80px;
		height: 80px;
		top: -55px;
		left: -20px;
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	.proposal__box--text {
		text-align: center;
		color: var(--color-black);
	}

	.proposal__box--text > span {
		font-size: 26px;
		font-weight: 500;
		line-height: 120%;
	}

	.proposal__box--text > div {
		margin-top: 5px;
		font-size: 26px;
		font-weight: 400;
		line-height: 120%;
	}

	.reviews-section-main {
		background-color: var(--color-gray3);
		padding: 24px 0 40px;
	}

	.reviews-section {
		background: var(--color-white);
		border-radius: 20px;
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 40px 18px 20px;
		max-width: 1400px;
	}

	.reviews-section--title {
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}

	.rating-header {
		display: flex;
		flex-direction: column;
		margin: 30px auto 20px;
		padding: 23px 25px;
		background: #f5f5f7;
		border-radius: 20px;
		gap: 15px;
		width: 100%;
	}

	.reviews-list {
		width: 100%;
		margin: 20px auto 0;
	}
}

@media screen and (min-width: 768px) {
	main {
		margin-top: 74px;
	}

	.section-hero {
		margin-bottom: 65px;
	}

	.section-hero__country {
		display: flex !important;
	}

	/* Hero Content */
	.hero-content {
		margin-bottom: 65px;
	}

	.proposal {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 30px;
		width: 100%;
	}

	form.hero-content__form {
		display: flex;
		flex-direction: column;
	}

	.proposal__title {
		margin-right: 30px;
		margin-left: 0;
		width: -webkit-max-content;
		width: max-content;
		text-align: left;
		font-weight: 600;
		font-size: 42px;
	}

	.proposal__title.additional_page {
		font-size: 35px;
	}

	.proposal__box {
		margin: auto 0;
		width: 300px;
		height: 140px;
		padding: 20px;
		border-radius: 30px;
	}

	.proposal-icon {
		width: 272px;
		height: 40px;
		bottom: 4px;
		left: 10px;
	}

	.proposal__box--image {
		width: 80px;
		height: 80px;
		bottom: -35px;
		right: -22px;
		left: unset;
		top: unset;
	}

	.proposal__box--text {
		text-align: left;
		margin-right: auto;
	}

	.proposal__box--text > span,
	.proposal-phrase > p {
		font-size: 24px;
	}

	.proposal-phrase {
		margin-top: 10px;
	}

	/* Rating */
	.rating-section {
		display: flex;
		flex-direction: row;
		padding: 30px 0;
		width: calc(100% - 32px);
	}

	.global-wrapper {
		width: calc(100% - 32px);
	}

	.rating-section-logo {
		width: 141px;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		height: inherit;
	}

	.rating-section-logo img {
		width: 141px;
		height: 70px;
	}

	.rating-section-box {
		flex-basis: auto;
		order: 0;
		margin: 0 32px 0 32px;
		padding: 0 30px;
		border-right: 1px solid var(--color-background-gray);
		border-left: 1px solid var(--color-background-gray);
		text-align: center;
	}

	.rating-section-box__title {
		font-size: 21px;
		line-height: normal;
		font-weight: 600;
	}

	.rating-section-box__text {
		border-bottom: none;
		padding: 0;
		margin: 0;
		font-size: 14px;
		line-height: normal;
	}

	.review-avatar {
		height: 77px;
	}

	.reviews-section--title {
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}

	.rating-header {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 30px auto;
		padding: 30px;
		width: 100%;
		height: 90px;
		background: #f5f5f7;
		border-radius: 20px;
	}

	.reviews-list {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	/* Hero Content */
	.hero-content {
		padding: 50px 30px;
	}

	form.hero-content__form {
		flex-direction: row;
	}

	.proposal__title {
		font-size: 52px;
	}

	.proposal__title.additional_page {
		font-size: 47px;
	}

	.proposal__box {
		padding: 30px;
		height: 190px;
		width: 380px;
	}

	.proposal-icon {
		width: 423px;
		height: 68px;
		bottom: 15px;
		left: -40px;
	}

	.proposal__box--image {
		width: 110px;
		height: 110px;
		bottom: -60px;
		right: -32px;
	}

	.proposal__box--text > span,
	.proposal-phrase > p {
		font-size: 30px;
	}

	/* Rating */
	.rating-section-logo {
		width: 201px;
	}

	.rating-section-logo img {
		width: 201px;
		height: 100px;
	}

	.rating-section-box {
		margin: 0 30px 0 30px;
	}

	.section-hero__content {
		padding: 50px 30px;
	}

	.rating-section-box__text {
		font-size: 18px;
	}

	.rating-header {
		justify-content: space-between;
		margin-top: 40px;
		max-width: 900px;
		border-radius: 30px;
		max-width: 900px;
	}

	.reviews-list {
		max-width: 900px;
	}
}

@media (min-width: 992px), only screen and (min-width: 1200px) {
	.reviews-section--title {
		font-weight: 600;
		font-size: 36px;
		line-height: 120%;
	}
}

@media screen and (min-width: 1200px) {
	main {
		margin-top: 94px;
	}

	/* Hero Content */
	.hero-content {
		width: calc(100% - 200px);
	}

	.proposal {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.proposal__title {
		margin-right: 40px;
		margin-left: 0;
		font-size: 54px;
	}

	.proposal__title.additional_page {
		font-size: 44px;
	}

	.proposal__box {
		width: 450px;
		height: 227px;
		padding: 40px 32px;
	}

	.proposal-icon {
		width: 423px;
		height: 68px;
		bottom: 15px;
		left: 55px;
	}

	.proposal__box--image {
		width: 130px;
		height: 130px;
		bottom: -68px;
		right: -31px;
	}

	.proposal__box--text > span,
	.proposal-phrase > p {
		font-size: 36px;
	}

	/* Rating */
	.rating-section {
		padding: 40px 0;
		width: calc(100% - 200px);
	}

	.global-wrapper {
		width: calc(100% - 200px);
	}

	.rating-section-box {
		margin: 0 38px 0 38px;
		padding: 0 38px;
	}

	.reviews-section-main {
		display: flex;
		justify-content: center;
	}

	.reviews-section {
		margin: 0 100px;
	}

	.rating-header,
	.reviews-list {
		max-width: 940px;
	}
}

@media screen and (min-width: 1600px) {
	main {
		margin-top: 104px;
	}

	.section-hero__content {
		padding: 50px 100px;
	}

	/* Hero Content */
	.hero-content {
		padding: 50px 100px;
		max-width: 1400px;
	}

	.proposal {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.proposal__title {
		font-size: 84px;
	}

	.proposal__title.additional_page {
		font-size: 68px;
	}

	.proposal-icon {
		width: 597px;
		height: 87px;
		bottom: 18px;
		left: 0;
	}

	.proposal__box--image {
		bottom: -88px;
		right: -73px;
		width: 150px;
		height: 150px;
	}

	.proposal__box--text > span {
		font-size: 40px;
		font-weight: 500;
		line-height: 120%;
	}

	.proposal-phrase > p {
		font-size: 40px;
		font-weight: 300;
		line-height: 120%;
	}

	/* Rating */
	.rating-section {
		padding: 50px 0;
	}

	.rating-section-logo {
		width: 303px;
	}

	.rating-section-logo img {
		width: 303px;
		height: 151px;
	}

	.rating-section-box {
		margin: 0 30px 0 30px;
		padding: 0 30px;
	}

	.rating-section-box__text {
		font-size: 21px;
	}

	.reviews-section {
		max-width: 1400px;
	}

	.reviews-section--title {
		font-size: 46px;
		font-weight: 600;
		line-height: 120%;
	}

	.rating-header {
		max-width: 995px;
		margin-top: 50px;
	}

	.reviews-list {
		max-width: 995px;
	}
}

@media screen and (min-width: 1920px) {
	/* Hero Content */
	.hero-content {
		max-width: 1600px;
	}

	.proposal__title {
		margin-bottom: -30px;
		font-size: 96px;
	}

	.proposal__title.additional_page {
		margin-bottom: -60px;
		font-size: 84px;
	}

	.proposal__title.additional_page .proposal-icon {
		left: 208px;
	}

	.proposal-icon {
		width: 643px;
		height: 104px;
		left: 48px;
	}

	.proposal__box--text > span,
	.proposal-phrase > p {
		font-size: 40px;
	}

	.proposal-phrase {
		margin-top: 10px;
	}

	/* Rating */
	.rating-section {
		max-width: 1600px;
	}

	.global-wrapper {
		max-width: 1600px;
	}

	.rating-section-box {
		margin: 0 72px 0 72px;
		padding: 0 72px;
	}

	.reviews-section {
		max-width: 1600px;
	}
}

@media (max-width: 767px) {
	.faqs-show-more-btn {
		display: flex;
	}

	.faqs-show-more-content-mobile {
		display: none;
	}

	.faqs-show-more-content-mobile.active {
		display: block;
	}

	.faqs-show-more-content-mobile.active ~ button .faq-show-more-btn-arrow svg {
		rotate: 180deg;
	}

	.faqs-show-more-content-mobile.active ~ button .more-text {
		display: none;
	}

	.faqs-show-more-content-mobile.active ~ button .less-text {
		display: inline;
	}

	.faqs-show-more-content-mobile ~ button .more-text {
		display: inline;
	}

	.faqs-show-more-content-mobile ~ button .less-text {
		display: none;
	}
}

@media (max-width: 576px) {
	.section-hero__content {
		padding: 35px 20px;
	}

	.section-hero__form-group input,
	.section-hero__form-group select {
		height: 47px;
		border: 2px solid #717a84;
		border-radius: 10px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
		width: 100%;
	}

	.countries-dropdown {
		border: 2px solid #717a84;
	}

	.section-hero-field-text {
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 18px;
	}

	.section-hero__form-group {
		gap: 30px;
	}

	.section-hero__btn {
		margin-top: 0px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
	}

	/* Tarif */
	.tariff-card-content {
		padding: 20px;
		padding-bottom: 0;
	}

	.tariff-card-main-container {
		gap: 0;
		padding-bottom: 20px;
		border-color: #ccc;
	}

	.tariff-card-title {
		font-style: normal;
		font-weight: 400;
		font-size: 21px;
		line-height: 120%;
	}

	.tariff-card-price {
		font-weight: 500;
		font-size: 26px;
		line-height: 120%;
		text-align: center;
	}

	.tariff-card-cross-price {
		font-weight: 400;
		font-display: swap;
		font-size: 21px;
		line-height: normal;
	}

	.tariff-card-coverage {
		font-weight: 400;
		font-size: 18px;
		line-height: 120%;
	}

	.tariff-card-all-price {
		font-weight: 400;
		font-size: 26px;
		line-height: 120%;
	}

	.tariff-card-deductible {
		font-weight: 400;
		font-size: 18px;
		line-height: 120%;
	}

	.button-button.button-primary {
		width: 235px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		height: 52px;
		justify-content: center;
		display: flex;
	}

	.tariff-card-options {
		margin: 20px 0 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 21px;
		line-height: 120%;
		color: inherit;
	}

	.card-option-hide-button {
		font-weight: 400;
		font-size: 16px;
		line-height: 160%;
		margin: 10px 0;
	}

	.TariffCard_tariff_card__icon_wrapper__40Baw {
		padding-top: 10px;
	}

	.card-option-content-option.open .card-option-content-list {
		border-top: 1px solid #d2d2d2;
	}

	/* Why choose us */
	.why-card {
		align-items: start;
	}

	.why-card p br {
		display: none;
	}

	.why-card p {
		font-size: 18px;
		line-height: 140%;
		font-weight: 500;
	}

	.why-choose-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.why-choose-section {
		padding-top: 40px;
		padding-bottom: 204px;
	}

	.why-choose-cards {
		margin-bottom: 0;
	}

	/* Policy */
	.policy-section {
		padding: 35px 20px;
		gap: 30px;
	}

	.policy-title {
		padding: 0;
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}

	.policy-icons-text img {
		width: 109px;
		height: 113px;
	}

	.policy-icons-text p {
		font-weight: 600;
	}

	.policy-field .input-with-icon input {
		height: 47px;
		border: 2px solid #717a84;
		border-radius: 10px;
		padding: 0;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}

	.dropdown-selected {
		font-size: 14px;
		border: 2px solid #717a84;
	}

	.swiper h2 {
		font-size: 36px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
	}

	.swiper > h2 {
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.slide-content-text {
		align-items: start;
		text-align: left;
		margin-bottom: 20px;
	}

	.slide-content {
		padding: 40px 20px;
	}

	.swipper-btn {
		padding: 18px 50px;
		height: auto;
		font-size: 18px;
		font-weight: 600;
		line-height: 120%;
	}

	.swipper-btn img {
		width: 10px;
		height: 19px;
	}

	.swiper-slide > img {
		height: clamp(496px, 60vw, 55vh);
	}

	.swiper-slide-active img {
		transform: scale(1);
	}

	.swiper-slide-next img,
	.swiper-slide-prev img {
		opacity: 0.5;
		transform: scale(1);
		filter: brightness(80%);
	}

	.swiper-pagination-myswiper {
		bottom: -34px !important;
	}

	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px !important;
	}

	.faq-item {
		padding: 20px 0;
	}

	.faq-question span {
		margin-bottom: 0;
		font-size: 18px;
		font-weight: 500;
		line-height: 140%;
	}

	.faq-item.open .faq-answer {
		margin-top: 20px;
		padding-bottom: 10px;
		font-weight: 400;
		font-size: 16px;
		line-height: 160%;
	}

	.faq-header {
		padding-bottom: 30px;
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}

	.faq-item svg {
		width: 20px;
		height: 10px;
	}

	.footer-menu__contacts {
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}

	.footer-menu__mobil-partnership {
		border-bottom: 1px solid #e2e2e2;
	}

	.footer-menu__partnership {
		border-bottom: 1px solid #e2e2e2;
	}

	.footer-menu__types.active {
		border-top: 1px solid #e2e2e2 !important;
	}

	.footer-menu__list.active {
		margin-bottom: 0;
	}
}

/*Seniors Section*/

.seniors-insurance {
	font-family: 'Inter', sans-serif;
	color: #111;
}

.seniors-insurance .container {
	width: 100%;
	margin-top: 110px;
	margin-bottom: 40px;
}

.container {
	display: block;
}

.mobile {
	display: none;
}

.seniors-insurance__title {
	text-align: center;
	font-size: 39.7px;
	font-weight: 600;
	margin-bottom: 32px;
	line-height: 1.3;
	margin-top: 35px;
}

.seniors-insurance__content {
	display: flex;
	align-items: center;
	gap: 50px;
}

.seniors-insurance__image {
	width: 55%;
	min-height: 660px;
}

.senior-mobile-image {
	display: none;
}

.senior-desktop-image {
	display: block;
	width: 100%;
	min-height: 660px;
	border-radius: 20px;
}

.seniors-insurance__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;

	width: 50%;
	padding: auto;
}

.seniors-insurance__text p {
	font-size: 23px;
	text-align: left;
	line-height: 140%;
}

@media (max-width: 1500px) {
	.seniors-insurance .container {
		width: 90%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.seniors-insurance__image {
		width: 50%;
		min-height: 700px;
		display: flex;
		align-items: stretch;
	}

	.senior-mobile-image {
		display: none;
	}

	.senior-desktop-image {
		display: block;
		width: 100%;
		min-height: 700px;
		border-radius: 20px;
	}
}

@media (max-width: 1450px) {
	.seniors-insurance__image {
		width: 50%;
		min-height: 750px;
		display: flex;
		align-items: stretch;
	}

	.senior-mobile-image {
		display: none;
	}

	.senior-desktop-image {
		display: block;
		width: 100%;
		min-height: 750px;
		border-radius: 20px;
	}
}

@media (max-width: 1300px) {
	.seniors-insurance__image {
		width: 55%;
		min-height: 790px;
	}

	.senior-desktop-image {
		display: none;
	}

	.senior-mobile-image {
		display: block;
		width: 100%;
		min-height: 790px;
		border-radius: 20px;
	}

	.seniors-insurance__text p {
		font-size: 21px;
	}
}

@media (max-width: 1200px) {
	.seniors-insurance .container {
		padding: 40px 0px;
		width: 96.5%;
		margin: 0 auto;
	}

	.seniors-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.seniors-insurance__text {
		width: 100%;
		height: auto;
	}

	.seniors-insurance__image {
		width: 100%;
		height: auto;
	}

	.senior-mobile-image {
		display: none;
	}

	.senior-desktop-image {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 20px;
		margin-top: 10px;
	}

	.seniors-insurance__title {
		font-size: 36px;
		margin-bottom: 22px;
		margin-top: 6px;
	}

	.seniors-insurance__text {
		align-items: flex-start;
		text-align: left;
	}

	.seniors-insurance__text p {
		font-size: 21px;
		text-align: left;
	}
}

@media (max-width: 992px) {
	.seniors-insurance__title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.wrapper.container {
		display: none;
	}

	.mobile {
		display: block;
	}

	.mobile {
		padding: 20px 0px;
		width: 94%;
		margin: 0 auto;
	}

	.seniors-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.seniors-insurance__image {
		width: 100%;
		min-height: 800px;
	}

	.seniors-insurance__image img {
		width: 100%;
		min-height: 800px;
		border-radius: 20px;
		object-fit: cover;
	}

	.seniors-insurance__title {
		text-align: left;
		font-size: 24px;
		margin-bottom: 22px;
		margin-top: 22px;
	}

	.seniors-insurance__content p {
		font-size: 21px;
		text-align: left;
		line-height: 140%;
	}
}

/*Sport Section*/

.sport-insurance {
	font-family: 'Inter', sans-serif;
	color: #111;
	padding: 80px 0px;
	width: 65%;
	margin: 0 auto;
}

.sport-insurance-container {
	display: block;
}

.mobile {
	display: none;
}

.sport-insurance__title {
	text-align: center;
	font-size: 39.7px;
	font-weight: 600;
	margin-bottom: 36px;
	line-height: 1.3;
	margin-top: 36px;
}

.sport-insurance__content {
	display: flex;
	align-items: center;
	gap: 53px;
}

.sport-insurance__image {
	width: 50%;
	min-height: 460px;
}

.sport-insurance__image img {
	width: 100%;
	min-height: 460px;
	border-radius: 20px;
}

.sport-insurance__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;

	width: 50%;
	padding: auto;
}

.sport-insurance__text p {
	font-size: 23px;
	text-align: left;
	line-height: 140%;
}

@media (max-width: 2300px) {
	.sport-insurance {
		width: 77%;
	}
}

@media (max-width: 1900px) {
	.sport-insurance {
		width: 82%;
	}

	.sport-insurance__image {
		width: 50%;
		min-height: 530px;
	}

	.sport-insurance__image img {
		width: 100%;
		min-height: 530px;
		border-radius: 20px;
	}
}

@media (max-width: 1500px) {
	.sport-insurance__content {
		display: flex;
		align-items: start;
		gap: 53px;
	}

	.sport-insurance__image {
		width: 50%;
		min-height: 720px;
	}

	.sport-insurance__image img {
		width: 100%;
		min-height: 720px;
		border-radius: 20px;
		object-fit: cover;
	}

	.sport-insurance__text p {
		font-size: 21px;
	}

	.sport-insurance__title {
		font-size: 36px;
	}
}

@media (max-width: 1300px) {
	.sport-insurance__image {
		width: 50%;
		min-height: 600px;
	}

	.sport-insurance__image img {
		width: 100%;
		min-height: 600px;
		border-radius: 20px;
		object-fit: cover;
	}

	.sport-insurance__text p {
		font-size: 21px;
	}
}

@media (max-width: 1200px) {
	.sport-insurance {
		width: 96%;
	}

	.sport-insurance-container {
		width: 100%;
		margin: 0 auto;
	}

	.sport-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.sport-insurance__image,
	.sport-insurance__text {
		width: 100%;
		height: auto;
	}

	.sport-insurance__image img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.sport-insurance__title {
		font-size: 35px;
		margin-bottom: 22px;
		margin-top: 6px;
	}

	.sport-insurance__text {
		align-items: flex-start;
		text-align: left;
	}

	.sport-insurance__text p {
		font-size: 21px;
		text-align: left;
	}
}

@media (max-width: 992px) {
	.sport-insurance__title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.sport-insurance {
		padding: 10px 0px;
		width: 100%;
		margin: 0 auto;
	}

	.sport-insurance-container {
		display: none;
	}

	.mobile {
		display: block;
	}

	.mobile {
		padding: 0px;
		width: 94%;
		margin: 0 auto;
	}

	.sport-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.sport-insurance__image {
		width: 100%;
		min-height: 880px;
	}

	.sport-insurance__image img {
		width: 100%;
		height: 880px;
		border-radius: 20px;
	}

	.sport-insurance__title {
		text-align: left;
		font-size: 24px;
		margin-bottom: 29px;
		margin-top: 22px;
	}

	.sport-insurance__content p {
		font-size: 21px;
		text-align: left;
		line-height: 140%;
	}
}

/*Group Section*/

.group-insurance {
	font-family: 'Inter', sans-serif;
	color: #111;
	width: 82%;
}

.group-insurance .container {
	width: 92%;
	margin: 0 auto;
}

.container {
	display: block;
}

.mobile {
	display: none;
}

.group-insurance__title {
	text-align: center;
	font-size: 39.7px;
	font-weight: 600;
	margin-bottom: 36px;
	line-height: 1.3;
	margin-top: 36px;
}

.group-insurance__content {
	display: flex;
	align-items: center;
	gap: 50px;
}

.group-insurance__image {
	width: 55%;
	min-height: 500px;
}

.group-image-mobile {
	display: none;
}

.group-image-desktop {
	display: block;
	width: 100%;
	min-height: 500px;
	border-radius: 20px;
}

.group-insurance__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;

	width: 50%;
	padding: auto;
}

.group-insurance__text p {
	font-size: 23px;
	text-align: left;
	line-height: 140%;
}

@media (max-width: 2500px) {
	.group-insurance {
		padding: 80px 0px;
		width: 73%;
		margin: 0 auto;
	}
}

@media (max-width: 2200px) {
	.group-insurance {
		padding: 80px 0px;
		width: 85%;
		margin: 0 auto;
	}
}

@media (max-width: 1900px) {
	.group-insurance {
		padding: 80px 0px;
		width: 92%;
		margin: 0 auto;
	}

	.group-insurance__image {
		width: 50%;
		min-height: 620px;
	}

	.group-insurance__image img {
		width: 100%;
		min-height: 620px;
		border-radius: 20px;
	}
}

@media (max-width: 1500px) {
	.group-insurance__content {
		display: flex;
		align-items: flex-start;
	}

	.group-insurance__image {
		width: 50%;
		min-height: 720px;
	}

	.group-image-desktop {
		display: none;
	}

	.group-image-mobile {
		display: block;
		width: 100%;
		min-height: 720px;
		border-radius: 20px;
	}

	.group-insurance__title {
		font-size: 36px;
	}

	.group-insurance__text p {
		font-size: 21px;
	}
}

@media (max-width: 1300px) {
	.group-insurance__image {
		width: 50%;
		display: flex;
		align-items: flex-end;
		min-height: 600px;
	}

	.group-image-desktop {
		display: none;
	}

	.group-image-mobile {
		display: block;
		width: 100%;
		min-height: 700px;
		border-radius: 20px;
	}

	.group-insurance__text p {
		font-size: 22px;
	}
}

@media (max-width: 1200px) {
	.group-insurance {
		width: 100%;
	}

	.group-insurance .container {
		padding: 0px;
		width: 96%;
		margin: 0 auto;
	}

	.group-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.group-insurance__image,
	.group-insurance__text {
		width: 100%;
		height: auto;
	}

	.group-image-mobile {
		display: none;
	}

	.group-image-desktop {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.group-insurance__title {
		font-size: 35px;
		margin-bottom: 28px;
	}

	.group-insurance__text {
		align-items: flex-start;
		text-align: left;
	}

	.group-insurance__text p {
		font-size: 21px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.container {
		display: none;
	}

	.mobile {
		display: block;
	}

	.mobile {
		padding: 0px;
		width: 94%;
		margin: 0 auto;
	}

	.group-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.group-insurance__image {
		width: 100%;
		min-height: 800px;
	}

	.group-insurance__image img {
		width: 100%;
		min-height: 800px;
		border-radius: 20px;
		object-fit: cover;
	}

	.group-insurance__title {
		text-align: left;
		font-size: 24px;
		margin-bottom: 22px;
		margin-top: 0px;
	}

	.group-insurance__content p {
		font-size: 21px;
		text-align: left;
		line-height: 140%;
	}
}

/*Buisness Section*/
.buisness-insurance__title {
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 120%;
	color: #000;
	margin: 0;
}

.buisness-image-desktop {
	width: 100%;
}

@media (min-width: 576px), screen and (max-width: 576px) {
	.buisness-insurance__text,
	.buisness-insurance__text-mobile {
		font-size: 21px;
		text-align: left;
		line-height: 140%;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.buisness-insurance__text p:nth-of-type(1) {
		display: none;
	}

	.buisness-insurance__title {
		margin-bottom: 30px;
		text-align: left;
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}

	.buisness-image-mobile {
		display: block;
		width: 100%;
		height: auto;
		margin: 16px 0;
	}

	.buisness-image-desktop {
		display: none;
	}

	.buisness-insurance {
		width: calc(100% - 40px);
		padding: 40px 0;
		margin: 9px auto;
	}
}

@media screen and (min-width: 768px) {
	.buisness-insurance__text-mobile {
		display: none;
	}

	.buisness-insurance__text p:nth-of-type(1) {
		display: block;
	}

	.buisness-insurance__title {
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
	}

	.buisness-image-mobile {
		display: none;
	}

	.buisness-image-desktop {
		display: block;
		height: auto;
		margin-bottom: 24px;
	}
}

@media (min-width: 1200px) {
	.buisness-insurance {
		width: calc(100% - 200px);
		margin: 60px auto 0;
	}

	.buisness-insurance__content {
		display: flex;
		gap: 48px;
	}

	.buisness-image-desktop {
		display: none;
	}

	.buisness-insurance__title {
		font-weight: 600;
		font-size: 36px;
		line-height: 120%;
	}

	.buisness-image-mobile {
		display: block;
		width: 100%;
		height: auto;
		width: 48%;
		margin: 0;
	}
}

@media (min-width: 1500px) {
	.buisness-image-desktop {
		display: block;
		margin-bottom: 0;
		width: 50%;
	}

	.buisness-image-mobile {
		display: none;
	}
}

@media screen and (min-width: 1600px) {
	.buisness-insurance__title {
		font-weight: 600;
		font-size: 46px;
		line-height: 120%;
	}
}

@media (min-width: 1920px) {
	.buisness-insurance__content {
		gap: 60px;
	}

	.buisness-insurance {
		width: calc(100% - 320px);
		max-width: 1600px;
		padding: 64px 0;
	}
}

/*Family Section*/

.family-insurance {
	font-family: 'Inter', sans-serif;
	color: #111;
}

.family-insurance .container {
	margin: 0 auto;
	padding: 0px 120px;
}

.container {
	display: block;
}

.mobile {
	display: none;
}

.family-insurance__title {
	text-align: center;
	font-size: 39.7px;
	font-weight: 600;
	margin-bottom: 36px;
	line-height: 1.3;
	margin-top: 36px;
}

.family-insurance__content {
	display: flex;
	align-items: center;
	gap: 50px;
}

.family-insurance__image {
	width: 55%;
	min-height: 430px;
}

.family-image-mobile {
	display: none;
}

.family-image-desktop {
	display: block;
	width: 100%;
	min-height: 430px;
	border-radius: 20px;
}

.mobile-img {
	display: none;
}

.desktop-img {
	display: block;
}

.family-insurance__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;

	width: 50%;
	padding: auto;
}

.family-insurance__text p {
	font-size: 23px;
	text-align: left;
	line-height: 140%;
}

@media (max-width: 2500px) {
	.family-insurance {
		padding: 20px 0px;
		width: 77%;
		margin: 0 auto;
	}

	.family-insurance .container {
		margin: 0 auto;
	}

	.family-insurance__image {
		width: 60%;
		min-height: 500px;
	}

	.family-insurance__image img {
		min-height: 500px;
	}
}

@media (max-width: 2200px) {
	.family-insurance {
		padding: 80px 0px;
		width: 89%;
		margin: 0 auto;
	}
}

@media (max-width: 1900px) {
	.family-insurance {
		width: 100%;
		margin: 0 auto;
	}

	.family-insurance .container {
		width: 98%;
	}

	.family-insurance__image {
		width: 50%;
		min-height: 440px;
	}

	.family-insurance__image img {
		width: 100%;
		min-height: 440px;
		border-radius: 20px;
	}
}

@media (max-width: 1500px) {
	.family-insurance__image {
		width: 50%;
		min-height: 640px;
	}

	.family-image-desktop {
		display: none;
	}

	.family-image-mobile {
		display: block;
		width: 100%;
		min-height: 640px;
		border-radius: 20px;
		object-fit: cover;
	}

	.family-insurance__content {
		display: flex;
		align-items: flex-start;
	}

	.family-insurance__title {
		font-size: 36px;
	}

	.family-insurance__text p {
		font-size: 21px;
		text-align: left;
	}
}

@media (max-width: 1300px) {
	.family-insurance__image {
		width: 50%;
		min-height: 670px;
	}

	.family-insurance__image img {
		width: 100%;
		min-height: 670px;
		border-radius: 20px;
		object-position: center;
	}
}

@media (max-width: 1200px) {
	.family-insurance {
		width: 100%;
	}

	.family-insurance .container {
		width: 96%;
		padding: 0px;
		margin: 0 auto;
	}

	.family-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.family-insurance__text {
		width: 100%;
		height: auto;
	}

	.family-image-mobile {
		display: none;
	}

	.family-insurance__image {
		width: 100%;
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.family-image-desktop {
		display: block;
		width: 100%;
		border-radius: 20px;
		object-fit: contain;
	}

	.family-insurance__title {
		font-size: 35px;
		margin-bottom: 22px;
		margin-top: 6px;
	}

	.family-insurance__text {
		align-items: flex-start;
		text-align: left;
	}

	.family-insurance__title {
		font-size: 35px;
	}
}

@media (max-width: 1100px) {
	.family-insurance__image {
		width: 100%;
		margin-top: -110px;
		margin-bottom: -110px;
	}
}

@media (max-width: 950px) {
	.family-insurance__image {
		width: 100%;
		margin-top: -145px;
		margin-bottom: -150px;
	}
}

@media (max-width: 950px) {
	.family-insurance__title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.family-insurance__content {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.family-insurance__content p {
		font-size: 21px;
	}

	.family-insurance__image {
		width: 100%;
		min-height: 650px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.family-image-desktop {
		display: none;
	}

	.family-image-mobile {
		display: block;
		width: 100%;
		min-height: 800px;
		border-radius: 20px;
	}
}
