@charset "UTF-8";

/*
Theme Name: Main
Description: Make by Megamir
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.0
*/

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

@font-face {
  font-family: 'Loos Wide';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/main/fonts/loos-wide-thin.otf') format('opentype');
}

@font-face {
  font-family: 'Loos Wide';
  font-style: normal;
  font-weight: 300; 
  src: url('/wp-content/themes/main/fonts/loos-wide-light.otf') format('opentype');
}

@font-face {
  font-family: 'Loos Wide';
  font-style: normal;
  font-weight: 400; 
  src: url('/wp-content/themes/main/fonts/loos-wide-regular.otf') format('opentype');
}

@font-face {
  font-family: 'Loos Wide';
  font-style: normal;
  font-weight: 500; 
  src: url('/wp-content/themes/main/fonts/loos-wide-medium.otf') format('opentype');
}

@font-face {
  font-family: 'Loos Wide';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/main/fonts/loos-wide-bold.otf') format('opentype');
}

@font-face {
  font-family: 'Loos Wide';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/main/fonts/loos-wide-black.otf') format('opentype');
}


body, html {
	overflow-x: hidden;
	background: #FBFBFB;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Loos Wide", sans-serif;
	color: #171717;
}

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 - 1024px) / (1840 - 1024))), 35px);
}

.reviews-subtitle,
.subtitle {
	margin-bottom: 50px;
}

.reviews-subtitle {
	height: 45px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.reviews-subtitle a {
	transition: .4s;
}

.reviews-subtitle a:hover {
	font-size: 40px;
}

h2 {
	color: #171717;
	font-weight: 500;
	font-size: 65px;
	font-size: clamp(45px, calc(45px + (65 - 45) * ((100vw - 1024px) / (1840 - 1024))), 65px);
	line-height: 110%;
}

.subtitle {
	font-weight: 400;
	font-size: 36px;
	font-size: clamp(18px, calc(18px + (36 - 18) * ((100vw - 1024px) / (1840 - 1024))), 36px);
	line-height: 120%;
	max-width: 797px;
}

.container {
	max-width: 1840px;
	margin: 0 auto;
}

@media (max-width: 1920px) {
	.container {
		width: 100%;
		max-width: unset;
		padding-inline: 40px;
	}
	.start-now-section,
	.suitable {
		padding-inline: 40px;
	}
}

.why-section .cards {
	display: flex;
	gap: 20px;
}

.why-section .cards .card {
	flex: 1;
	aspect-ratio: 445 / 665;
	position: relative;
	box-shadow: 3px 3px 3px 0px #0000000A;
	border-radius: 30px;
	overflow: hidden;
	transition: .4s;
}

.why-section .cards .card .card-text {
	font-size: clamp(14px, calc(14px + (28 - 14) * ((100vw - 1024px) / (1840 - 1024))), 28px);
	line-height: 120%;
	font-weight: 500;
	position: relative;
	z-index: 2;
	color: #171717CC;
}

.why-section .cards .card:nth-child(1) { background: #E8EFF8; }
.why-section .cards .card:nth-child(2) { background: #CECFEC; }
.why-section .cards .card:nth-child(3) { background: #E7E7E7; }
.why-section .cards .card:nth-child(4) { background: #E6D3C2; }

.why-section .cards .card:nth-child(1) .card-text {
	padding-top: 8%;
	padding-left: 8%;
	padding-right: 20%;
}

.why-section .cards .card:nth-child(2) .card-text{
	padding: 10%;
	padding-right: 12%;
}

.why-section .cards .card:nth-child(4) .card-text {
	padding: 10%;
}

.why-section .cards .card:nth-child(3) .card-text {
	padding: 8%;
}

.why-section .cards .card:nth-child(1) .card-text,
.why-section .cards .card:nth-child(3) .card-text{
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 30%;
	border-radius: 25px;
}

.why-section .cards .card:nth-child(2) img,
.why-section .cards .card:nth-child(4) img{
	position: absolute;
	bottom: 0;
}

.card img {
	width: 100%;
}
@media (max-width: 768px) {
	.why-section .cards {
		flex-direction: column;
	}
	.why-section .cards .card .card-text {
		font-size: 14px;
	}

	.why-section .cards .card:nth-child(1) .card-text, .why-section .cards .card:nth-child(3) .card-text {
		height: 74px;
		padding: 20px;
	}

	.container {
		padding: 0;
	}
	.why-section .cards .card {
		aspect-ratio: 340 / 275;
	}

	.why-section .cards .card:nth-child(2) .card-text,
	.why-section .cards .card:nth-child(4) .card-text {
		position: absolute;
		bottom: 20px;
		padding: 0;
		left: 20px;
	}

	.why-section .cards .card:nth-child(2) .card-text {
		max-width: 207px;
	}

	.why-section .cards .card:nth-child(4) .card-text {
		max-width: 274px;
	}

	.why-section .cards .card:nth-child(2) {
		background-image: url(/wp-content/uploads/2025/07/1-946-1.png);
		background-repeat: no-repeat;
		background-position: right -25px top;
		background-size: 70%;
	}

	.why-section .cards .card:nth-child(2) img {
		display: none;
	}

	.why-section .cards .card:nth-child(1) img,
	.why-section .cards .card:nth-child(3) img {
		height: calc(100% - 50px);
		object-fit: contain;
	}

	.why-section .cards .card:nth-child(4) img {
		width: 80%;
		right: 0;
		top: -150px;
	}
}


.slider-section .cards {
	display: flex;
	gap: 20px;
}

.slider-section .cards .card {
	flex: 1;
	aspect-ratio: 600 / 790;
	border-radius: 30px;
	box-shadow: 3px 3px 3px 0px #0000000A;
	position: relative;
	background-size: contain;
	transition: .4s;
}

.slider-section .cards .card .card-text {
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #fff;
	border-radius: 30px;
	height: 25%;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 7%;
	padding-right: 20%;
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (28 - 14) * ((100vw - 1024px) / (1840 - 1024))), 28px);
	line-height: 120%;
}

.slider-section .cards .card .number {
	position: absolute;
	padding-top: 1%;
	top: 4%;
	left: 5%;
	background: #FFFFFF33;
	width: 18%;
	border-radius: 100px;
	font-weight: 400;
	font-size: 28px;
	font-size: clamp(16px, calc(16px + (28 - 16) * ((100vw - 1024px) / (1840 - 1024))), 28px);
	line-height: 120%;
	text-align: center;
	backdrop-filter: blur(40px);
	color: #fff;
}

.slider-section .cards .card:nth-child(3) { background: #E8EFF8; }
.slider-section .cards .card:nth-child(3) .number {
	background: #FFFFFF80;
	color: #00000040;
}
.suitable .container {
	display: flex;
	padding: 45px 40px;
	background: #fff;
	border-radius: 30px;
}

.suitable .container > div {
	flex: 1;
}

.suitable .right_column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.suitable .left_column {
	padding-right: 8%;
	padding-top: 34px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1500px) {
	.suitable .left_column {
		gap: 60px;
	}
	.suitable .container {
		padding: 25px;
	}
	.btn {
		font-size: 16px;
		padding: 21px 70px;
		height: 65px;
		right: 2px;
		top: 2px;
	}
	.btn .img {
		width: 58px;
        height: 58px;
        top: 0px;
        right: 0px;
	}
	.btn svg{
		transform: scale(0.7);
	}
}

.suitable h2 {
	margin-bottom: clamp(60px, calc(60px + (70 - 60) * ((100vw - 1024px) / (1840 - 1024))), 70px);
}

.suitable-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.suitable-item {
	display: flex;
	align-items: center;
	gap: 42px;
	padding: 5px;
	background: #FBFBFB;
	border-radius: 50px;
	box-shadow: 3px 3px 3px 0px #0000000A;
}

.suitable-item img {
	width: clamp(45px, calc(45px + (73 - 45) * ((100vw - 1024px) / (1840 - 1024))), 73px);
	transition: 2s;	
}

.suitable-item:hover img {
	transform: rotate(450deg);
}

.suitable-text {
	font-weight: 400;
	font-size: 28px;
	font-size: clamp(14px, calc(14px + (28 - 14) * ((100vw - 1024px) / (1840 - 1024))), 28px);
	line-height: 120%;
}

.suitable .btn {
	width: 100%;
	border: 3px solid #F85D2F;
}

.suitable-item:nth-child(1) {
	padding-right: 20px;
}


@media (max-width: 768px) {
	.slider-section .cards {
		flex-direction: column;
	}

	.slider-section .cards .card {
		aspect-ratio: 340 / 275;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

	.suitable .container,
	.start-now-section, .suitable {
		padding-inline: 10px;
	}

	.suitable .container {
		flex-direction: column;
		gap: 20px;
	}

	.suitable .container {
		padding-bottom: 10px;
	}

	.suitable .left_column {
		padding-right: 0;
	}

	.suitable h2 {
		font-size: 26px;
		margin-bottom: 24px;
	}
	.suitable .left_column {
		gap: 17px;
	}

	.suitable-item {
		gap: 18px;
	}
}


.cards-grid {
	position: relative;
}

.cards-grid .cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.cards-grid .background-image {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: -150px;
	width: 30%;
}

.cards-grid .cards .card:nth-child(odd) { background: #FAF0E7; }
.cards-grid .cards .card:nth-child(odd) .card-text { color: #F85C33; }

.cards-grid .cards .card:nth-child(even) { background: #F85D2F; }
.cards-grid .cards .card:nth-child(even) .card-text { color: #FAF0E7; }

.cards-grid .cards .card {
	padding: clamp(17px, calc(17px + (35 - 17) * ((100vw - 1024px) / (1840 - 1024))), 35px);
	aspect-ratio: 600 / 371;
	height: 100%;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .4s;
}

.cards-grid .cards .card:hover {
	box-shadow: 0px 0px 15px 2px #00000082;
}

.why-section .cards .card:hover,
.slider-section .cards .card:hover {
	box-shadow: 0px 0px 15px 2px #00000082;
}

.cards-grid .cards .card .card-text {
	font-weight: 500;
	font-size: clamp(14px, calc(14px + (28 - 14) * ((100vw - 1024px) / (1840 - 1024))), 28px);
	line-height: 120%;
	padding-left: 15px;
}

.cards-grid .cards .card:nth-child(1) .card-text { max-width: 486px; }
.cards-grid .cards .card:nth-child(2) .card-text { max-width: 403px; }
.cards-grid .cards .card:nth-child(3) .card-text { max-width: 419px; }
.cards-grid .cards .card:nth-child(4) .card-text { max-width: 483px; }
.cards-grid .cards .card:nth-child(5) .card-text { max-width: 486px; }


@media (max-width: 768px) { 

	h2 {
		font-size: 26px;
	}

	.cards-grid {
		padding-inline: 10px;
	}

	.cards-grid .cards {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.cards-grid .cards .card{
		padding: 20px;	
		aspect-ratio: unset;
		gap: 20px;
	}

	.cards-grid .cards .card .card-text {
		padding: 0;
	}

	.cards-grid .cards .card:nth-child(even) {
		aspect-ratio: 340 / 120;
	}

	.cards-grid .background-image {
		bottom: -100px;
		width: 55%;
	}
}



.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(/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-weight: 500;
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1840 - 320))), 60px);
	line-height: 110%;
}

.reviews-title {
	font-weight: 500;
	font-size: clamp(45px, calc(45px + (65 - 45) * ((100vw - 1024px) / (1840 - 1024))), 65px);
	line-height: 110%;
}

.reviews-subtitle {
	font-weight: 400;
	font-size: clamp(18px, calc(18px + (36 - 18) * ((100vw - 1024px) / (1840 - 1024))), 36px);
	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: 3px 3px 3px 0px #0000000A;
	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-weight: 500;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 1024px) / (1840 - 1024))), 26px);
	line-height: 110%;
	text-align: center;
	background: #FAF0E7;
	border-radius: 100px;
	padding: 22px 80px;
	margin-bottom: 24px;
	color: #F85D2F;
}

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

.review-stars img.star {
	width: clamp(49px, calc(49px + (90 - 49) * ((100vw - 1024px) / (1840 - 1024))), 90px);
	height: clamp(49px, calc(49px + (90 - 49) * ((100vw - 1024px) / (1840 - 1024))), 90px);
	object-fit: contain;
}

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

.review-score {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.review-score .score {
	font-weight: 400;
	font-size: clamp(24px, calc(24px + (45 - 24) * ((100vw - 1024px) / (1840 - 1024))), 45px);
	line-height: 103%;
	text-align: center;
	color: #7A7A7A;
}

.review-score .score-label {
	font-weight: 500;
	font-size: clamp(14px, calc(14px + (28 - 14) * ((100vw - 1024px) / (1840 - 1024))), 28px);
	line-height: 110%;
	text-align: center;
	color: #7A7A7A;
}

.review-percent {
	font-weight: 500;
	font-size: clamp(24px, calc(24px + (45 - 24) * ((100vw - 1024px) / (1840 - 1024))), 45px);
	line-height: 110%;
	text-align: center;
}

.review-card-image {
	padding: 0;
}

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

.reviews-btn {

	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;
}

@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;
	}

	.reviews-title {
		font-size: 26px;
	}

	.review-badge {
		padding: 16px;
	}
}



.start-now-section {
	max-width: 1840px;
	margin: 0 auto;
	margin-bottom: 60px !important;
	height: 698px;
	position: relative;
	overflow: hidden;
}

.start-now-container > img {
	position: absolute;
	z-index: 0;
	bottom: -30%;
	left: 19%;
	filter: grayscale(1);
	width: 38%;
}

.start-now-section h2 {
	margin-bottom: 35px;
	font-size: 60px;
}

.start-now-section .text-container p {
	font-weight: 400;
	font-size: clamp(18px, calc(18px + (32 - 18) * ((100vw - 1024px) / (1840 - 1024))), 32px);
	line-height: 120%;
}

.start-now-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.start-now-container .text-container {
	max-width: clamp(358px, calc(358px + (598 - 358) * ((100vw - 1024px) / (1840 - 1024))), 598px);
}

.start-now-container .form-container {
	max-width: clamp(444px, calc(444px + (726 - 444) * ((100vw - 1024px) / (1840 - 1024))), 726px);
}

.start-now-container > div {
	flex: 3;
	position: relative;
	z-index: 1;
}

.start-now-container .form-container {
	flex: 4;
}

.text-container > * {
	max-width: 598px;
}

.text-container h2 + p {
	margin-bottom: 35px;
}

.text-container a {
	text-decoration: underline;
}


.start-now-container {
	margin: 0 auto;
	padding: clamp(25px, calc(25px + (80 - 25) * ((100vw - 1024px) / (1840 - 1024))), 80px);
	padding-top: clamp(30px, calc(30px + (85 - 30) * ((100vw - 1024px) / (1840 - 1024))), 85px);
	border-radius: 30px;
	background: #fff;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.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-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1840 - 320))), 60px);
	font-weight: 700;
	margin-bottom: 16px;
}

.start-now-header p {
	font-size: clamp(22px, calc(22px + (32 - 22) * ((100vw - 320px) / (1840 - 320))), 32px);

	margin-bottom: 0;
}


.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;
}

@media (max-width: 1500px) {
	.start-now-section {
		height: auto;
	}
}



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

.form-group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.form-group label {

	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1840 - 320))), 26px);
	color: #0a2a7e;
	margin-bottom: 8px;
}

.form-group input {
	border: none;
	border-radius: 32px;
	background: #FBFBFB;
	padding: 18px 24px;
	font-size: clamp(16px, calc(16px + (26 - 16) * ((100vw - 320px) / (1840 - 320))), 26px);
	margin-bottom: 0;
	outline: none;
	box-shadow: 0 2px 8px #eaf2ff55;
	color: #171717;
	width: 100%;
}

.form-group input::placeholder {
	color: #171717B2;
}

.start-now-btn {
	background: #F85D2F;
	color: #fff;
	font-size: 22px;
	border: 3px solid #F85D2F;
	border-radius: 40px;
	padding: 18px 60px;
	cursor: pointer;
	width: 100%;
	transition: 0.3s;
}

.start-now-btn:hover {
	background: transparent;
	color: #F85D2F;
}

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

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

.form-checkbox label {
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (19 - 14) * ((100vw - 1024px) / (1840 - 1024))), 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;
	}

	.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%;
	}

	.start-now-section h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.text-container h2 + p {
		margin-bottom: 25px;
	}

	.start-now-container {
		flex-direction: column;
		padding: 40px 20px;
		padding-bottom: 227px;
	}

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

	.form-group input {
		height: 50px;
	}

	.form-row {
		gap: 15px;
	}

	.start-now-btn {
		margin-top: 5px;
	}

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

	.start-now-container > img {
		bottom: -135px;
		left: 0;
		width: 100%;
		max-height: 370px;
		object-fit: contain;
	}
}

/* === Видео-карусель === */
/*
.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: #fff;
	border-radius: 50px;
	box-shadow: 3px 3px 3px 0px #001B930D;
	backdrop-filter: blur(80px);
	font-weight: 400;
	flex-wrap: wrap;

}

.footer-nav a{
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 1024px) / (1840 - 1024))), 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 #171717;
	border-radius: 50px;
	max-width: 75px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.goto_top path {
	transition: stroke 0.3s ease;
	stroke: #171717;
}

.goto_top:hover {
	background-color: #000;    
	transform: scale(1.1);     
}

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

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

@media (max-width: 765px) {
	.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: 75px;
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	color: #171717;
}

.modal__title {
	font-size: clamp(33px, calc(33px + (60 - 33) * ((100vw - 320px) / (1840 - 320))), 60px);
	font-weight: 500;
	margin-bottom: 16px;
	color: #171717;
	text-align: center;
}

.modal__content p.modal-description {
	font-size: clamp(18px, calc(18px + (26 - 18) * ((100vw - 768px) / (1840 - 768))), 26px);
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 50px;
	color: #212121;
	font-weight: 400;
	text-align: center;
}

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

.modal-form .f-row:nth-of-type(5) {
  margin-bottom: 0;
}


.modal-form input[type="text"],
.modal-form input[type="tel"] {
	font-weight: 400;
	width: 100%;
	padding: 20px;
	border-radius: 50px;
	border: none;
	background: #FBFBFB;

	font-size: 16px;
	transition: border-color 0.2s;
	color: #212121B2;
}

.modal-form input[type="text"]::placeholder,
.modal-form input[type="tel"]::placeholder {
	color: #212121B2;
	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: #F85D2F;
	color: #fff;
	padding: 12px 20px;
	border-radius: 50px;
	cursor: pointer;
	border: 1px solid #F85D2F;
	font-weight: 600;
	font-size: clamp(14px, calc(14px + (22 - 14) * ((100vw - 768px) / (1840 - 768))), 22px);
	width: 100%;

	transition: .4s;
}


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

.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 #212121;
	color: #212121;
	border-radius: 50px;	
	font-weight: 500;
	transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.modal__close:hover {
	background-color: #000;    
	color: #fff;
	transform: scale(1.1);     
}

.modal__close:hover {
	transform: scale(1.1);
}

.modal-form label,
.form-group label,
.wpcf7-form label,
.wpcf7 form.sent .wpcf7-response-output{
	font-weight: 400;
	line-height: 100%;
	color: #171717;
	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) / (1840 - 320))), 26px);
}
.wpcf7-form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	max-width: 16px;
	max-height: 16px;
	border: 1px solid #171717;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	transition: background-color 0.2s, border-color 0.2s;
}

.wpcf7-acceptance label {
	display: flex;
	gap: 15px;
}

.wpcf7-form input[type="checkbox"] + span {
	color: #171717B2;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form input[type="checkbox"]:checked {
	background-blend-mode: exclusion;
	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: 1200px) {
	.modal__container {
		padding: 100px;
		padding-top: 150px;
	}

	.real-benefits-grid::before {
		display: none;
	}
	.footer-top-link {
		position: absolute;
		right: 10px;
		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-weight: 400;
	font-size: 19px;
}

.modal-form .error_msg {

	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;
	}

	.container {
		padding-inline: 10px;
	}
}

/* Мобильная версия */
@media (max-width: 768px) {
	.slider-section {
		margin-bottom: clamp(50px, calc(50px + (170 - 50) * ((100vw - 360px) / (960 - 360))), 170px) !important;	
	}
	
	.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;
		border-radius: 15px;
	}

	.job-fit-btn {
		padding: 16px;
		width: 100%;
		font-weight: 400;
	}


	.header {
		margin-inline: 0;
		height: auto;
		max-width: unset;
	}
	.header-image {
		width: 100%;
	}
	.header-image img {
		position: unset;
		max-width: unset;
		width: 100%;
		height: 100%;
	}
	.header-text {
		padding-bottom: 45px;
        padding-inline: 15px;
        background: #fff;
        width: inherit;
        border-radius: 15px 15px 0 0;
        box-sizing: border-box;
	}
	.header-wrapper {
		position: unset;
	}

	.header-text .btn {
		width: 100%;
	}

	.header-text h1 {
		max-width: 277px;
		font-size: 48px;
		margin-top: 40px;
	}
}

/* Мобильная версия */
@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: 200px;
}

.thanks-img.thanks img {
	max-width: 100%;
	position: absolute;
	right: 50px;
	bottom: -250px;
}

.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: #fff;
	border-radius: 30px;
	gap: 25px;
	z-index: 10;
	box-shadow: 0 0 6px 0px #00000011;
	display: flex;
	align-items: center;
}

.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: #171717;
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
}

#accept-cookies {
	color: #fff;
	background: #171717;
	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: 600px) {
	.cookie-consent {
		right: 39px;
        padding: 15px;
        border-radius: 20px;
        max-width: 50%;
        transform: translateY(15px) translateX(35px) scale(1);
        gap: 15px;
	}
}

@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;
	}
}

.wpcf7-not-valid-tip {
	display: none;
}

.header-phone:hover a {
	background: #F85D2F;
	color: #fff;
}