/*
Theme Name: HR лэндинг
*/

@font-face {
	font-family: 'Loos Wide'; 
	src: url(/wp-content/themes/hr/fonts/loos-wide-regular.otf); 
}

body, html {
	overflow-x: hidden;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:active {
	text-decoration: none;
	color: inherit;
}

section {
	margin-bottom: clamp(100px, calc(100px + (170 - 100) * ((100vw - 360px) / (960 - 360))), 170px) !important;
}

h2 {
	margin-bottom: clamp(30px, calc(30px + (60 - 30) * ((100vw - 360px) / (960 - 360))), 60px);
}

.why-section h2,
.reviews-title {
	margin-bottom: clamp(25px, calc(25px + (35 - 25) * ((100vw - 360px) / (960 - 360))), 35px);
}

.reviews-subtitle,
.why-subtitle {
	margin-bottom: clamp(30px, calc(30px + (60 - 30) * ((100vw - 360px) / (960 - 360))), 60px);
}

.why-section h2 {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(26px, calc(26px + (48 - 26) * ((100vw - 360px) / (960 - 360))), 48px);
	line-height: 110%;

	color: #171717;
}

.why-subtitle {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(18px, calc(18px + (32 - 18) * ((100vw - 320px) / (1920 - 320))), 32px);
	line-height: 120%;
}

.bg-text {
	background: #EAF2FFB2;
	padding: 0 5px;
	border-radius: 50px;
}

.bg-text-white {
 	background: #ffffff;
    padding: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 4px #fff;
	text-wrap-mode: nowrap;
	position: relative;
    z-index: -1;
}

.why-section {
	margin: 0px auto;
	max-width: 1840px;
	padding: 0 40px;
}

.why-desktop-grid {
	display: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 20px;
	grid-template-areas:
		"card1 card2 card3"
		"card4 card4 card3"
		"card7 card5 card6";
}

.why-d-card {
	background-size: cover !important;
	background-position: center !important;
	background: #fff;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	min-height: 400px;
	overflow: hidden;
	padding: 40px;
}

.why-d-card-1 {
	grid-area: card1;
}

.why-d-card-1 p,
.why-d-card-5 p,
.why-d-card-6 p{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 5px;
	font-size: clamp(16px, calc(16px + (30 - 16) * ((100vw - 360px) / (960 - 360))), 26px) !important;
}

.why-d-card-1 p { max-width: 368px; }
.why-d-card-5 p { max-width: 339px; }
.why-d-card-6 p { max-width: 280px; }

.why-d-card-2 {
	grid-area: card2;
}

.why-d-card-3 {
	grid-area: card3;
	background: #ffeefb;
	grid-row: span 2;
}

.why-d-card-4 {
	grid-area: card4;
	min-height: auto;
}

.why-d-card-5 {
	grid-area: card5;
}

.why-d-card-6 {
	grid-area: card6;
	background: #fffbe6;
	background-size: cover;
	background-position: center;
}

.why-d-card-7 {
	grid-area: card7;
	background: #eaf6ff;
}

.why-d-card p {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + (30 - 16) * ((100vw - 360px) / (960 - 360))), 30px);
	line-height: 120%;
	color: #171717;
}

.img-card {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 2;
}

.why-d-card-7 img {
	bottom: -5%;
	right: 50%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	width: 70%;
}

.why-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
	z-index: 1;
}

.why-d-card-2 img:not(.why-bg-image) {
	position: relative;
	z-index: 2;
	position: static;
	margin-bottom: 0;
}

.why-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	width: 100%;
}

.why-logos img {
	width: 100%;
	max-width: 165px;
	width: auto;
	height: auto;
	object-fit: contain;
	flex: 0 0 auto;
}

.img-card-1 {
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 33%;
	height: auto;
	z-index: 0;
}

.img-card-3 {
	position: absolute;
	bottom: 30px;
	left: -22%;
	width: 200%;
	height: auto;
}

.img-card-5 {
	position: absolute;
	right: 30px;
	bottom: 0px;
	width: 35%;
	height: auto;
}

.img-card-6 {
	position: absolute;
    right: 20px;
    bottom: 10px;
    width: 39%;
    height: auto;
}

.img-card-7 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: auto;
}

@media (max-width: 1770px) {
	.img-card-1 {
		width: 30%;
	}
	.img-card-5 {
		width: 40%;
	}
	
	.img-card-6 {
		width: 35%;
	}
}
/* JOB FIT SECTION */
.job-fit-section {
	margin: 0px auto;
	max-width: 1840px;
	padding: 0 40px;
}

.job-fit-section h2 {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1920 - 320))), 60px);
	line-height: 110%;
}

.job-fit-content {
	background-image: url('./img/bg-job.webp');
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 66px;
	padding-top: 76px;
	border-radius: 30px;
	overflow: hidden;
}

.job-fit-list {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.job-fit-card {
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 5px;
	max-width: 750px;
	box-shadow: 3px 3px 3px 0px #001B9312;
}

.job-fit-card p {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 360px) / (960 - 360))), 26px);
	line-height: 120%;
}

@media (min-width: 1500px) {
	.job-fit-card p {
		padding-right: 40px;
	}	
}

@media (max-width: 1500px) {
	.job-fit-card p {
		padding-right: 10px;
		font-size: clamp(16px, calc(12px + (22 - 16) * ((100vw - 360px) / (960 - 360))), 26px);
	}	
}

.job-fit-icon {
	width: 90;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	width: auto;
	aspect-ratio: 1;
}

.job-fit-image {
	position: relative;
	flex: 1 1 0;
	display: flex;
	align-items: center;
}

.job-girl {
	position: relative;
	z-index: 2;
	width: 70%;
	height: auto;
	object-fit: contain;
	left: -12%;
}

.job-flower {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	z-index: 1;
}

.job-fit-btn {
	margin: 0px auto 0 auto;
	display: flex;
	font-family: "Loos Wide", sans-serif;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	font-weight: 600;
	background: #fff;
	color: #222;
	border: 3px solid #FFC400;
	border-radius: 100px;
	padding: 33px 8% 33px 5%;
	cursor: pointer;
	transition: background 0.2s, box-shadow 0.2s;
	position: relative;
	white-space: nowrap;
	margin-top: 60px;
	width: 600px;
	max-width: 100%;
}

.job-fit-btn:hover {
	background: #FFC400;
}

.job-fit-btn-icon {
	display: flex;
	position: absolute;
	height: 90%;
	right: 25%;
}

.job-fit-btn-icon img.fly-hover {
	opacity: 0;
	transition: opacity 0.3s;
}

.job-fit-btn:hover .job-fit-btn-icon img.fly-hover {
	opacity: 1;
}

.job-fit-btn-icon img.fly-default {
	opacity: 1;
	transition: opacity 0.3s;
}

.job-fit-btn:hover .job-fit-btn-icon img.fly-default {
	opacity: 0;
}

.fly-hover,
.fly-default {
	position: absolute;
	top: 0;
	left: 0;
}

.job-fit-btn-icon img {
	height: 100%;
}

@media (max-width: 1350px) {

	.job-fit-content {
		padding-left: 30px;
		padding-top: 40px;
	}
}

@media (max-width: 1024px) {
	.job-fit-section {
		padding: 0 30px;
	}
	
	.job-fit-btn {
		padding: 26px 100px;
		width: fit-content;
	}

	.job-girl,
	.job-flower {
		max-width: 400px;
	}

	.job-fit-content {
		flex-direction: column;
		padding-left: 0;
		padding-top: 0;
		align-items: stretch;
	}

	.job-fit-list {
		padding: 20px 15px;
	}

	.job-fit-image {
		min-width: 0;
		justify-content: center;
		top: -10%;
	}

	.job-girl {
		width: 100%;
		left: auto;
	}

	.job-flower {
		width: 100%;
		right: 10%;
		bottom: auto;
	}

	.job-fit-icon {
		width: 75px;
	}

	.review-stars img.star {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 768px) {
	.job-fit-section {
		padding: 0 10px;
	}

	.job-flower {
		width: 100%;
		right: -10%;
		bottom: auto;
	}

	.job-fit-icon {
		width: 46px;
	}
}

.real-benefits {
	max-width: 1840px;
	margin: 0 auto;
	padding: 0px 40px;
	position: relative;

}
.real-benefits-grid::before {
	content: "";
	position: absolute;
	right: -10%;
	bottom: -60%;
	width: 900px;
	height: 900px;
	background-image: url(https://hr-russmarket.ru/wp-content/uploads/2025/07/pink-cyrcle.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	z-index: 0;
}


.real-benefits h2 {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1920 - 320))), 60px);
	line-height: 110%;
}

.real-benefits-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	grid-template-areas:
		"card1 card1 card2 card2 card3 card3"
		"card4 card4 card4 card5 card5 card5";
}

.real-benefits-grid> :nth-child(1) {
	grid-area: card1;
}

.real-benefits-grid> :nth-child(2) {
	grid-area: card2;
}

.real-benefits-grid> :nth-child(3) {
	grid-area: card3;
}

.real-benefits-grid> :nth-child(4) {
	grid-area: card4;
}

.real-benefits-grid> :nth-child(5) {
	grid-area: card5;
}

.real-benefits-grid> :nth-child(1),
.real-benefits-grid> :nth-child(2),
.real-benefits-grid> :nth-child(3) {
	aspect-ratio: 573.33 / 290;
}

.real-benefits-grid> :nth-child(4),
.real-benefits-grid> :nth-child(5) {
	aspect-ratio: 870 / 290;
}

.real-benefit-card {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5px;
	max-height: 300px;
	border-radius: 30px;
	max-width: 100%;
	box-sizing: border-box;
}

.real-benefit-img {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 90px;
	height: 90px;
	max-width: 30vw;
	max-height: 90px;
	object-fit: contain;
	border-radius: 12px;
	z-index: 1;
	box-shadow: 0 2px 12px 0 #0001;
}

.real-benefit-card img {
	height: 100%;
	aspect-ratio: 1 / 1;
	max-height: 280px;
	border-radius: 30px;
	object-fit: cover;
}

.real-benefit-text {
	font-family: "Loos Wide", sans-serif;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(12px, calc(2px + (26 - 16) * ((100vw - 360px) / (960 - 360))), 26px);
    line-height: 120%;
    color: #171717;
    margin: 10% 10px 0 6%;
    z-index: 2;
    column-gap: 5px;
}

.real-benefit-card.pink {
	background: #FFEAF6;
}

.real-benefit-card.blue {
	background: #E8EFF8;
}

.real-benefit-card.yellow {
	background: #fffbe6;
}

.real-benefit-card.gray {
	background: #f5f5f5;
}

@media (max-width: 1024px) {
	.real-benefits {
		padding: 0px 30px;
	}
	
	.real-benefit-text {
		font-size: 22px;
		margin: 4% 10px 0 4%;
	}
	
	.real-benefits-grid> :nth-child(1),
	.real-benefits-grid> :nth-child(2),
	.real-benefits-grid> :nth-child(3) {
		aspect-ratio: unset;
	}

	.real-benefits-grid> :nth-child(4),
	.real-benefits-grid> :nth-child(5) {
		aspect-ratio: unset;
	}
	
	.real-benefits-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, 1fr);
		grid-template-areas:
			"card1"
			"card2"
			"card3"
			"card4"
			"card5";
	}

	.real-benefit-card {
		flex-direction: row;
		max-height: 310px;
	}

	.real-benefit-img {
		top: 16px;
		right: 16px;
		width: 70px;
		height: 70px;
		max-width: 30vw;
		max-height: 70px;
	}
}

@media (max-width: 768px) {
	.real-benefits-grid {
		gap: 10px;
		border-radius: 15px;
	}

	.real-benefits {
		padding: 0px 10px;
	}

	.real-benefit-card {
		max-height: 130px;
	}

	.real-benefit-img {
		top: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
		max-width: 30vw;
		max-height: 44px;
	}

	.real-benefit-text {
		margin: 12px 0 0 10px;
	}
}

/* Слайдер опыта */

.ExpirienceSwiper {
	padding-left: calc((100% - 1760px) / 2);
	padding-right: calc((100% - 1760px) / 2);
}

.slider-section .container {
	max-width: 1760px;
	margin: 0 auto;
}

@media (max-width: 1800px) {
	.slider-section .container {
		width: 100vw;
		padding-inline: 40px;
	}
	.ExpirienceSwiper {
		padding-inline: 40px;
	}
}

.slider-title {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	line-height: 110%;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1920 - 320))), 60px);
}

.slider-track {
	display: flex;
	scroll-snap-type: x mandatory;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}

.slider-track::-webkit-scrollbar {
	display: none;
}

.slider-track:active {
	cursor: grabbing;
}

.slider-card {
	flex: 0 0 auto;
	width: 540px;
	max-height: 690px;
	height: auto;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	scroll-snap-align: start;
	transition: border-radius 0.3s;
}

.slider-card-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.slider-card-content p {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 360px) / (960 - 360))), 22px);
	line-height: 120%;
	margin: 0;
	word-break: break-word;
}

.slider-card-content img {
	display: block;
	width: 100%;
	max-width: 80%;
	margin-top: auto;
	margin-bottom: 40px;
	object-fit: contain;
	z-index: 1;
	align-self: center;
}

.slider-card.blue {
	background: #EAF2FF8C;
}

.slider-card.pink {
	background: #FFF6FB;
}

.slider-card-num {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	line-height: 110%;
	font-size: clamp(16px, calc(16px + (40 - 16) * ((100vw - 320px) / (1920 - 320))), 40px);
	display: block;
	background: #FFFFFF;
	padding: 16px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.slider-card.blue .slider-card-num {
	color: #ADD1FF;
}

.slider-card.pink .slider-card-num {
	color: #FFDBF0;
}

@media (max-width: 1024px) {
	.slider-card {
		border-radius: 30px;
		max-width: 440px;
		max-height: 525px;
	}

	.slider-card-num {
		padding: 10px;
		margin-bottom: 20px;
	}

	.slider-card-content p {
		margin-bottom: 20px;
	}

	.slider-card-content {
		padding: 28px 30px 0 30px;
	}

}

@media (max-width: 768px) {
	.slider-card {
		border-radius: 15px;
		max-width: 300px;
		max-height: 367px;
	}

	.slider-card-content {
		padding: 20px 15px 0 15px;
	}

	.slider-card-content img {
		margin-bottom: 20px;
	}
}

.reviews-section {
	max-width: 1840px;
	margin: 0 auto;
	padding: 0px 40px;
}

.reviews-title {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1920 - 320))), 60px);
	line-height: 110%;
}

.reviews-subtitle {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(22px, calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320))), 32px);
	line-height: 120%;
}

.reviews-subtitle a {
	color: #0600ff;
	text-decoration: underline;
}

.reviews-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: stretch;
}

.review-card {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 2px 12px 0 #0001;
	border: 2px solid #F3F3F3;
	padding: 40px 32px 32px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.review-card-rating {
	align-items: center;
	justify-content: center;
}

.review-badge {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	line-height: 110%;
	text-align: center;
	background: linear-gradient(90deg, #eaf2ff 0%, #fff6fb 100%);
	border-radius: 20px;
	padding: 8px 32px;
	margin-bottom: 24px;
}

.review-stars {
	display: flex;
	gap: 4px;
	margin-bottom: 16px;
}

.review-stars img.star {
	width: 90px;
	height: 90px;
	object-fit: contain;
}

.review-stars img.star.half {
	opacity: 0.5;
}

.review-score {
	margin-bottom: 20px;
}

.review-score .score {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(15px, calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320))), 45px);
	line-height: 103%;
	text-align: center;
}

.review-score .score-label {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(12px, calc(12px + (28 - 12) * ((100vw - 320px) / (1920 - 320))), 28px);
	line-height: 110%;
	text-align: center;
	color: #888;
}

.review-percent {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: clamp(16px, calc(16px + (45 - 16) * ((100vw - 320px) / (1920 - 320))), 45px);
	line-height: 110%;
	text-align: center;
}

.review-card-image {
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-card-image img {
	width: 100%;
	border-radius: 30px;
	object-fit: cover;
	display: block;
	padding: 5px;
}

.reviews-btn {
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
	font-size: 22px;
	padding: 18px 48px;
	border-radius: 30px;
	background: linear-gradient(90deg, rgba(234, 242, 255, 0.55) 0%, #FFEAF6 100%);
	border: 5px solid;
	border-image-source: linear-gradient(90deg, rgba(234, 242, 255, 0.55) 0%, #FFEAF6 100%);
	border-image-slice: 1;
	color: #222;
	cursor: pointer;
	transition: background 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 12px 0 #eaf2ff55;
}

.review-card {
	position: relative;
	border-radius: 35px;
	background-clip: padding-box;
}

.review-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 30px;
	padding: 8px;
	background: linear-gradient(180deg, rgba(234, 242, 255, 0.55) 0%, #FFEAF6 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.review-card,
	.review-card-image {
		max-width: 100%;
		min-width: 0;
		padding: 24px 12px;
	}

	.review-card-image img {
		max-width: 100%;
		height: auto;
		border-radius: 0px;
	}

	.reviews-section {
		padding: 0 30px;
	}

	.review-stars img.star {
		width: 30px;
		height: 30px;
	}

	.review-badge,
	.review-stars,
	.review-score {
		margin-bottom: 13px;
	}
}


@media (max-width: 768px) {
	.reviews-section {
		padding: 0 10px;
	}
}

.start-now-section {
	max-width: 1840px;
	margin: 0 auto;
	margin-bottom: 60px !important;
	padding: 0px 40px;
}

.start-now-container {
	margin: 0 auto;
	padding: 3rem;
	border-radius: 30px;
	background-image: url(./img/start-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	width: 100%;        /* Ширина на весь экран */
	height: 100%;       /* Высота на весь экран */
	box-sizing: border-box;  /* Чтобы padding не увеличивал размеры */
}

.start-now-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 100px;
}

.start-now-text {
	flex: 1;
}

.start-now-header h2 {
	font-family: "Loos Wide", sans-serif;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1920 - 320))), 60px);
	font-weight: 700;
	margin-bottom: 16px;
}

.start-now-header p {
	font-size: clamp(22px, calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320))), 32px);
	font-family: "Loos Wide", sans-serif;
	margin-bottom: 0;
}

.start-now-avatars {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
}

.start-now-avatars-desktop {
	display: flex;
	flex-shrink: 0;
}

.start-now-avatars-desktop .start-now-avatar {
	margin-right: -20px;
	position: relative;
	z-index: 1;
}

.start-now-avatars-desktop .start-now-avatar:nth-child(2) {
	z-index: 2;
}

.start-now-avatars-desktop .start-now-avatar:nth-child(3) {
	z-index: 3;
}

.start-now-avatars-desktop .start-now-avatar:nth-child(4) {
	z-index: 4;
	margin-right: 0;
}

.start-now-avatars-mobile {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}

.start-now-avatar {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #eaf2ff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	font-family: "Loos Wide", sans-serif;
	text-align: center;
	box-shadow: 0 2px 8px #eaf2ff55;
}

.start-now-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.start-now-avatar-text {
	background: #E8EFF8;
	border: 4px solid white;
	color: #171717;
	min-width: 140px;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}

.start-now-avatar-text a, .start-mobil a {
	text-decoration: underline;
}

.start-now-avatar a {
	color: #0600ff;
}

.avatar-caption {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(34, 34, 34, 0.6);
	padding: 2px 8px;
	border-radius: 0 0 50% 50%;
	text-align: center;
}

.start-now-form {
	margin-top: 32px;
}

.form-row {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	align-items: flex-end;
}

.form-group {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	width: 40%;
}

.form-group label {
	font-family: "Loos Wide", sans-serif;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	color: #0a2a7e;
	margin-bottom: 8px;
}

.form-group input {
	border: none;
	border-radius: 32px;
	background: #fff;
	padding: 18px 24px;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	font-family: "Loos Wide", sans-serif;
	margin-bottom: 0;
	outline: none;
	box-shadow: 0 2px 8px #eaf2ff55;
	color: #001B93;
}

.form-group input::placeholder {
	color: #001B9366;
}

.start-now-btn {
	background: #002fa7;
	color: #fff;
	font-family: "Loos Wide", sans-serif;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	border: none;
	border-radius: 40px;
	padding: 18px 60px;
	margin-left: 18px;
	cursor: pointer;
	transition: background 0.2s;
	min-width: 200px;
}

.start-now-btn:hover {
	background: #0a2a7e;
}

.form-checkbox {
	margin-top: 60px;
	display: flex;
	gap: 10px;
}

.form-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #002fa7;
}

.form-checkbox label {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (19 - 14) * ((100vw - 320px) / (1920 - 320))), 19px);
	line-height: 100%;
	color: #001B93B2;
}

.form-checkbox a {
	text-decoration: underline;
}

.start-now-btn-mob {
	display: none;
}

.start-mobil {
	background: #EAF2FF8C;
	border: 1px solid #fff;
}

@media (max-width: 1440px) {
	.start-now-header {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.form-row .start-now-btn {
		display: none;
	}
	.start-now-btn-mob {
		display: block;
	}

	.form-checkbox {
		margin-top: 35px;
	}



	.start-now-btn {
		margin-top: 35px;
		width: 100%;
	}

}

@media (max-width: 1024px) {
	.start-now-avatars-desktop {
		display: none;
	}

	.form-checkbox {
		margin-top: 35px;
	}

	.start-now-avatars-mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.start-now-avatars-mobile .start-now-avatar {
		margin-right: 0;
		width: 140px;
		height: 140px;
		padding: 5px;
	}

	.start-now-avatars-mobile .start-now-avatar-text, .start-now-avatar {
		width: 120px;
		height: 120px;
	}

	.form-group {
		width:100%;
	}
	.form-group input {
		padding: 12px 16px;
	}

	.start-now-btn {
		padding: 12px 24px;
		min-width: 120px;
	}

	.start-now-container {
		padding: 2rem;
	}
	.start-now-avatars-mobile {
		margin-top: 20px;
		display: flex;
	}
}

@media (max-width: 768px) {
	.start-now-section {
		padding: 0 10px;
	}

	.start-now-container {
		padding: 1rem;
	}

	.form-row {
		align-items: stretch;
	}

	.start-now-avatars-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 15px;
		max-width: 300px;
		aspect-ratio: 1 / 1;
		margin: 0 auto;
		margin-top:40px;
	}

	.form-row {
		flex-direction: column;
		gap: 10px;
	}

	.start-now-btn {
		margin-left: 0;
		width: 100%;
	}
}

/* === Видео-карусель === */
/*
.video-carousel-section {
	max-width: 1840px;
	margin: 0 auto;
	padding: 0px 40px;
}
*/
.video-carousel-title {
	margin-bottom: 32px;
	font-size: 2rem;
}
.video-carousel {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
	width: 100%;
	max-width: 100%;
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
	box-sizing: border-box;
	position: relative;
}
.video-carousel::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}
.video-card, .video-carousel-spacer {
	flex: 0 0 min(65vw, 550px);
	box-sizing: border-box;	
	aspect-ratio: 7 / 8.4;
}
.video-card {
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.85);
	transition: all 0.3s;
	scroll-snap-align: center;
	position: relative;
	background: #f5f6f8;
}
.video-card.active {
	opacity: 1;
	transform: scale(1.05);
	z-index: 2;
	box-shadow: 0 4px 32px rgba(0,0,0,0.12);
}
.video-card video {
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: cover;
	border-radius: 24px;
}
.video-carousel-padding {
	flex: 0 0 320px;
	pointer-events: none;
}
.video-carousel-spacer {
	flex: 0 0 calc((100% - 64px) / 3);
	max-width: 400px;
	min-width: 180px;
	height: 1px;
	pointer-events: none;
}
@media (max-width: 900px) {
	.video-carousel-spacer {
		min-width: 120px;
	}
}



@media (max-width: 1024px) {
	.video-carousel-section .header {
		padding: 0 30px;
	}
}

@media (max-width: 768px) {
	.header {
		padding: 0 10px;
	}
	.white_bg img {
		width: 70%;
	}
}

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

.footer-bottom .logo{
	padding: 0;
}

.footer-nav{
	display: flex;
	align-items: center;
	gap: 2.565vw;
	padding: 22px 61px;
	background: #EAF2FF8C;
	border-radius: 15px;
	font-weight: 400;
	flex-wrap: wrap;

}

.footer-nav a{
	color: #001B93;
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320))), 22px);
	font-weight: 400;
	line-height: 100%;
}

.footer-nav li {
	list-style-type: none;
}
.footer-top-link {
	position: relative;
	display: block;
	z-index: 10;
}

.footer-top-link.fixed {
	position: fixed;
	top: 85%;
	display: flex;
	align-items: flex-end;
	height: 80px;
	right: 40px;
}

.goto_top {
	padding: 8px 15px;
	border: 1px solid #001B93;
	border-radius: 50px;
	transition: transform 0.3s ease;
	max-width:75px;
}

.goto_top:hover {
	transform: scale(1.1);
	background: #001B93;
}

.goto_top:hover path {
	stroke: #fff;
}



footer {
	max-width: 1840px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0px 40px;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 100%;        /* Ширина на весь экран */
	height: 100%;       /* Высота на весь экран */
	box-sizing: border-box;  /* Чтобы padding не увеличивал размеры */
	position: relative;
}



@media (max-width: 1200px) {
	.footer-bottom .logo{
		padding: 0;
		width:50%
	}
	.footer-bottom {
		flex-direction: column;
		align-items: stretch;
	}
	.footer-nav {
		align-items: flex-start;
		flex-direction: column;
		padding: 17px 40px;
	}
	.header-top-wrapper {
		position: relative;
	}
}






.modal__overlay {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.modal__container {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 100px;
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	color: #171717;
	font-family: "Loos Wide", sans-serif;
}

.modal__title {
	font-family: "Loos Wide", sans-serif;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1920 - 320))), 60px);
	font-weight: 500;
	margin-bottom: 16px;
	color:#001B93;
	text-align: center;
}

.modal__content p.modal-description {
	font-size: clamp(22px, calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320))), 32px);
	margin-bottom: 50px;
	font-family: "Loos Wide", sans-serif;
	color:#001B93;
	font-weight: 400;
	text-align: center;
}

.modal-form .f-row {
	margin-bottom: 20px;
}

.modal-form input[type="text"],
.modal-form input[type="tel"] {
	font-weight: 400;
	width: 100%;
	padding: 12px 16px;
	border-radius: 50px;
	border: none;
	background: #E8EFF8;
	color: rgba(0, 27, 147, 0.5);
	font-family: "Loos Wide", sans-serif;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	transition: border-color 0.2s;
	color: #001B93;
}

.modal-form input[type="text"]::placeholder,
.modal-form input[type="tel"]::placeholder {
	color: rgba(0, 27, 147, 0.5);
	opacity: 1;
}


.modal-form input[type="text"].field-error,
.modal-form input[type="tel"].field-error {
	border-color: #dc3545;
	background: #fff5f5;
}

.modal-form input[type="submit"] {
	background: #001B93;
	color: #fff;
	padding: 12px 20px;
	border-radius: 50px;
	cursor: pointer;
	border: 1px solid #001B93;
	font-weight: 600;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
	width: 100%;
	font-family: "Loos Wide", sans-serif;
	transition: .4s;
}


.modal-form input[type="submit"]:hover {
	background: transparent;
	color: #001B93;
}

.modal-form .wpcf7-response-output {
	color: #dc3545;
	margin-top: 10px;
	padding: 8px 12px;
	background: #fff5f5;
	border-radius: 8px;
	font-weight: 500;
	display: none;
}

.modal-form .wpcf7-response-output.show {
	display: block;
}

.modal__close {
	position: absolute;
	top: 30px;
	right: 30px;
	background: transparent;
	cursor: pointer;
	padding: 10px 30px;
	border: 2px solid #001B93;
	color: #001B93;
	border-radius: 50px;
	font-family: "Loos Wide", sans-serif;
	font-weight: 500;
}

.modal__close:hover {
	background: #001B93;
	border: 2px solid #001B93;
	color: white;
}

.modal-form label,
.form-group label,
.wpcf7-form label,
.wpcf7 form.sent .wpcf7-response-output{
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	line-height: 100%;
	color: #001B93;
	display: block;
	margin-bottom: 8px;
}

.modal-form input[type="checkbox"],
.form-checkbox input[type="checkbox"],
.wpcf7-form input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #001B93;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: background-color 0.2s, border-color 0.2s;
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	padding: 0;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320))), 26px);
}
.wpcf7-form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	max-width: 18px;
	max-height: 18px;
	border: 2px solid #001B93;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	transition: background-color 0.2s, border-color 0.2s;
}

.wpcf7-form input[type="checkbox"]:checked {
	background-color: #001B93;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.5L3.5 8L2.5 9L6 12.5L14 4.5L13 3.5L6 10.5Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}


@media (max-width: 1700px) {
	.header-top-content {
		gap: 20px;
	}

	.header-nav ul,.header-phone{
		gap: 30px;
		padding: 22px 25px;
	}

	.header-logo_wrapper .white_bg {
		width: 100%;
	}


}

@media (max-width: 1200px) {
	.modal__container {
		padding: 100px;
		padding-top: 150px;
	}

	.real-benefits-grid::before {
		display: none;
	}
	.footer-top-link {
        position: absolute;
        right: 0px;
        top: -5px;
    }
	.footer-top-link.fixed {
		right: 25px;
	}
}

.modal:not(.is-open) .modal__overlay {
	display: none;
}


.link {
	text-decoration: underline;
}




@media (max-width: 1500px) {

	.img-card-5,
	.img-card-6 {
		width: 38%;

	}

	.img-card-1 {
		width: 32%;
	}
}
@media (max-width: 1440px) {
	.why-desktop-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto auto;
		gap: 16px;
		grid-template-areas:
			"card1 card2"
			"card4 card4"
			"card3 card5"
			"card6 card7";
	}
	.why-section, .slider-section .container, .ExpirienceSwiper, footer {
		padding: 0 30px;
	}

	.why-d-card-3 {
		grid-row: span 1;
	}

	.why-logos {
		gap: 12px;
	}

	.img-card-5,
	.img-card-6 {
		width: 30%;
	}

	.img-card-3 {
		left: auto;
		width: 50%;
		right: 0px;
	}

	.img-card-1 {
		width: 26%;
	}
	.why-d-card-7 img {
		width: 64%;
	}
}

.error_msg {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 22px;
	margin-block: 60px;
}

.modal-form .error_msg {
	font-family: "Loos Wide", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-block: 20px;
}

@media (max-width: 1500px) {
	.error_msg {
		font-size: 14px;
	}
	.modal__container {
        padding-bottom: 75px;
	}
}
/* Планшетная версия */
@media (max-width: 1024px) {
	
	.modal__container {
		padding: 1rem;
		padding-top: 60px;
	}
	.modal__close {
		padding: 5px 20px;
	}

	.modal__content p.modal-description {
		margin-bottom: 20px;
	}
}

/* Мобильная версия */
@media (max-width: 768px) {
	.header-text {
		padding: 0px 10px 275px 10px;
	}
	
	.job-fit-btn {
		width: 100%;
	}
	
	.why-desktop-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto auto auto auto;
		gap: 12px;
		grid-template-areas:
			"card1"
			"card2"
			"card4"
			"card3"
			"card5"
			"card6"
			"card7";
	}

	.why-d-card {
		min-height: 250px;
		padding: 20px;
	}

	.why-section, .slider-section .container, .ExpirienceSwiper, footer {
		padding: 0 10px;
	}

	.why-logos {
		gap: 8px;
	}

	.why-logos img {
		max-width: 100px;
	}

	.why-d-card p {
		padding-right: 0px;
	}

	.why-d-card p {
		padding-right: 100px;
	}

	.img-card-5 {
		width: 19%;
	}	

	.img-card-6 {
		width: 18%;
		bottom: 5px;
	}

	.img-card-3 {
		left: auto;
		width: 60%;
		right: 0px;
	}

	.img-card-1 {
		width: 16%;
	}

	.footer-nav {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 1rem;
	}
	
	.job-fit-btn {
		padding: 16px;
		width: 100%;
		font-weight: 400;
	}
}

/* Мобильная версия */
@media (max-width: 500px) {

	.img-card-5,
	.img-card-6 {
		width: 33%;
	}

	.img-card-3 {
		left: 28%;
		width: 75%;
	}

	.img-card-1 {
		width: 28%;
	}

	.why-d-card p {
		padding-right: 50px;
	}
}

.wpcf7-spinner {
	display: none;
}

.maskedSvg {
	max-height: 0;
	position:absolute;
}

.modal__container:not(.thanks) .thanks {
	display: none;
}

.modal__container.thanks {
	position: relative;
	overflow: hidden;
}

.thanks-img.thanks {
	height: 300px;
}

.thanks-img.thanks img {
	max-width: 100%;
	position: absolute;
}

.modal__title.thanks {
	text-align: left;
    max-width: 759px;
}

.modal__container.thanks .modal__content,
.modal__container.thanks .modal__title:not(.thanks) {
	display: none;
}

.thanks-flower {
	width: 600px;
    position: absolute;
    right: -225px;
    bottom: 50px;
}

.thanks-pink-cyrcle {
	width: 450px;
    position: absolute;
    bottom: -65px;
    left: -115px;
}

.thanks-photoroom {
	z-index: 2;
    position: absolute;
    width: 780px;
    bottom: 0;
    left: 95px;
}

@media (max-width: 1500px) {
	.thanks-img.thanks {
		height: 300px;
	}
	
	.thanks-flower {
		width: 400px;
		right: -125px;
	}

	.thanks-pink-cyrcle {
		width: 350px;
	}

	.thanks-photoroom {
		width: 640px;
		left: 205px;
	}
}

@media (max-width: 1000px) {
	.thanks-img.thanks {
		height: 300px;
	}
	
	.modal__title.thanks {
		padding-inline: 30px;
		font-size: 32px;
	}
	
	.thanks-flower {
		bottom: -50px;
	}

	.thanks-photoroom {
		width: 640px;
		left: 105px;
	}
}

.cookie-consent {
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 30px;
	background: #E8EFF8;
	border-radius: 30px;
	gap: 25px;
	z-index: 10;
	box-shadow: 0 0 6px 0px #00000011;
	display: flex;
	align-items: center;
}

.cookie-consent * {
	font-family: "Loos Wide", sans-serif;
}

.cookie-consent p {
	margin: 0;
	text-align: left;
	width: 100%;
}

#accept-cookies {
	padding: 8px 16px;
	border: none;
	background-color: #4A90E2;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}

.close-cookie {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	display: none;
}

.cookie-consent p{
	max-width: 385px;
    color: #001B93;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}

#accept-cookies {
	color: #fff;
	background: #001B93;
	border-radius: 36px;
	border: 0;
	padding: 8px 20px;
	height: fit-content;
}

@media (max-width: 750px) {
	.cookie-consent {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.cookie-consent p {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.cookie-consent {
		right: 10px;
		padding: 15px;
		border-radius: 20px;
		max-width: 268px;
		transform: translateY(15px) translateX(35px) scale(0.75);
		gap: 15px;
	}

	.close-cookie {
		top: 8px;
		right: 8px;
		font-size: 22px;
	}
}