/* LazyBlock: offer (Choose Us) */

.offer__bg {
	background-color: #fff;
}

.offer__shape-bg {
	position: absolute;
	right: -226px;
	bottom: -79px;
	z-index: -1;
}

.offer__shape-bg img {
	width: 100%;
	height: auto;
}

.offer__shape-bag {
	position: absolute;
	right: -135px;
	top: 128px;
	z-index: -1;
}

.offer__shape-bag img {
	max-width: 90.665px;
	height: 115.829px;
	transform: rotate(6.904deg);
}

.offer__shape-cap {
	position: absolute;
	right: 555px;
	bottom: 15px;
	z-index: -1;
}

.offer__shape-cap img {
	width: 67.122px;
	height: 87.099px;
}

.offer__subtitle {
	color: var(--rr-theme-primary);
	font-size: var(--rr-fs-h4);
	font-weight: var(--rr-fw-regular);
	line-height: 30px;
	margin-bottom: 12px;
}

.offer__title {
	max-width: 566px;
	color: var(--rr-heading-primary);
	font-size: var(--rr-fs-h2);
	font-weight: var(--rr-fw-bold);
	line-height: var(--rr-lh-h2);
	margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.offer__title {
		font-size: 38px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offer__title {
		font-size: 40px;
		line-height: 52px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.offer__title {
		font-size: 40px;
		line-height: 52px;
	}
}

@media (max-width: 575px) {
	.offer__title {
		font-size: 30px;
		line-height: 42px;
	}
}

@media (max-width: 450px) {
	.offer__title {
		font-size: 27px;
		line-height: 37px;
	}
}

.offer__lead {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 24px;
}

.offer__features {
	gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
	.offer__features {
		gap: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width: 450px) {
	.offer__features {
		gap: 0;
		flex-wrap: wrap;
		column-gap: 30px;
	}
}

.offer__features-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.offer__features-item {
	display: flex;
	gap: 6px;
	font-size: 16px;
	line-height: 26px;
	font-weight: var(--rr-fw-regular);
	margin-bottom: 16px;
	color: var(--rr-heading-primary);
}

.offer__features-item i {
	font-size: 20px;
	margin-top: 2.5px;
	color: var(--rr-theme-primary);
	flex-shrink: 0;
}

.offer__btn-wrap {
	margin-top: 24px;
}

.offer__media {
	gap: 30px;
	position: relative;
}

.offer__media-img--1 {
	overflow: hidden;
	border-radius: 10px;
}

.offer__media-img--1 img {
	width: 270px;
	height: 370px;
	border-radius: 10px;
	object-fit: cover;
}

.offer__media-img--2 {
	overflow: hidden;
	border-radius: 10px;
}

.offer__media-img--2 img {
	width: 270px;
	height: 500px;
	border-radius: 10px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.offer__media-img--1 img,
	.offer__media-img--2 img {
		width: 100%;
		max-width: 270px;
		height: auto;
		min-height: 200px;
	}
}

@media (max-width: 767px) {
	.offer__media {
		flex-wrap: wrap;
		justify-content: center;
	}

	.offer__media-img--1 img,
	.offer__media-img--2 img {
		max-width: 100%;
	}
}

.offer__experience {
	justify-content: center;
	align-items: center;
	gap: 30px;
	max-width: 100%;
	height: 110px;
	border-radius: 10px;
	background: var(--rr-heading-primary);
	padding: 29px 36px 29px 30px;
	position: absolute;
	right: 200px;
	bottom: -10px;
	z-index: 1;
}

@media (max-width: 575px), (max-width: 450px) {
	.offer__experience {
		right: 17px;
		height: auto;
		min-height: 110px;
		flex-wrap: wrap;
		padding: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offer__experience {
		right: 95px;
	}
}

.offer__experience-title-wrap {
	max-width: 100%;
}

.offer__experience-heading {
	color: var(--rr-common-white);
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	margin: 0;
}

.offer__experience-subheading {
	color: var(--rr-common-white);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
}

.offer__experience-desc p {
	margin-bottom: 0;
	max-width: 136px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--rr-common-white);
}

@media (max-width: 575px) {
	.offer__experience-desc p {
		max-width: none;
	}
}
