/*===========================SECTION-HERO===========================*/
.section-prices .entry-title {
	display: none;
}
.section-hero {
	padding: 0 2vw;
}
.section-hero .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(/wp-content/uploads/main-bg-1-scaled.webp);
	background-position: center center;
	background-size: cover;
	border-radius: var(--radius-block);
}
.section-hero .content {
	width: 95%;
	max-width: 1440px;
	padding: 20px 20px 0 20px;
}
.section-hero .container-wrapper {
	background-image: url(/wp-content/uploads/page-title-bg.png);
	background-position: center right;
	min-height: 50vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section-hero .col1 {
	padding-bottom: 20px;
}
.section-hero .col1,
.section-hero .col2 {
	width: 48%;
}
.section-hero .col2 {
	display: flex;
	justify-content: center;
}
.section-hero .header-p {
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0.5em;
}

.section-hero .subheader-p {
	font-size: 21px;
	font-weight: 500;
	color: #7a7a7a;
	margin-bottom: 2em;
}
.section-hero .button-text {
	display: inline-block;
	width: auto;
	background-color: var(--secondary-color);
	border-radius: var(--radius-button);
	border: 1px solid var(--secondary-color);
	font-size: 18px;
	font-weight: 600;
	padding: 24px 40px;
	text-align: center;
	/*white-space: nowrap;*/
	transition: all 0.2s linear;
}
.section-hero .button-text:hover {
	background-color: var(	--background-color);
	color: var(--secondary-color);
}
.section-hero a {
	text-decoration: none;
	color: #ffffff;
}
.section-hero a:hover {
	background-color: var(--secondary-accent-color);
}

.section-hero .col2 img {
	width: auto;
	max-height: 400px;
	aspect-ratio: auto 347 / 400;
	position: relative;
	z-index: 10;
}
.flying-services-wrapper {
	position: relative;
	width: 100%;
	text-align: center;
}
.flying-services-wrapper .row1 {
	max-width: 200px;
	position: absolute;
	color: #b71537;
	font-weight: 700;
	font-size: 29px;
	z-index: 1;
	text-align: left;
	top: -12%;
	right: -8%;
}
.flying-services-wrapper .row2 {
}
.flying-adv {
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 1.1em;
	max-width: 230px;
	width: 100%;
	padding: 20px 5px;
	background-color: #ffffff;
	border-radius: var(--radius-middle);
	opacity: 0.8;
	z-index: 11;
}

/* Стили для SVG иконок в летающих выгодах */
.flying-adv-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-right: 4px;
	flex-shrink: 0;
}

.flying-adv-icon svg {
	width: 100%;
	height: 100%;
	fill: #1ca345;
}
.flying-services-wrapper .item1 {
	top: 0;
	left: 2%;
}
.flying-services-wrapper .item2 {
	top: 10vh;
	right: -3%;
}
.flying-services-wrapper .item3 {
	top: 23vh;
	right: 4%;
}
.flying-services-wrapper .item4 {
	bottom: 2%;
	left: 38%;
}
.flying-services-wrapper .item5 {
	top: 28vh;
	left: -8%;
}
/*===========================SECTION-PRICES===========================*/
.section-prices {
}
.section-prices .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-prices .content {
	width: 95%;
	max-width: 1440px;
}
.section-prices h1 {
	text-align: center;
}
/*===========================SECTION-UTP===========================*/
.section-utp {
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 2em;
}
.section-utp .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: var(--radius-block);
	background-image: url(/wp-content/uploads/main-bg1-scaled.webp);
	background-position: center center;
	background-size: cover;
}

.section-utp .content {
	width: 95%;
	max-width: 1440px;
}
.section-utp .wrapper-container {
	display: flex;
	flex-direction: row;
}
.section-utp .col1 {
	padding-bottom: 30px;
}
.section-utp .col1,
.section-utp .col2 {
	display: flex;
	justify-content: center;
	width: 48%;
}
.section-utp h2 {
	text-align: center;
}
.section-utp img {
	object-fit: cover;
	max-height: 450px;
}

/*===========================SECTION-SERVICES===========================*/
.section-services {
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 3.5em;
}
.section-services .container {
	display: flex;
	flex-direction: column;
	align-items: center;

	border-radius: var(--radius-block);
	background-image: url(/wp-content/uploads/main-bg1-scaled.webp);
	background-position: center center;
	background-size: cover;
}

.section-services .content {
	width: 95%;
	max-width: 1440px;
}
/*===========================SECTION-FAQ===========================*/
.section-faq {
}
.section-faq .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-faq .content {
	width: 80%;
	max-width: 1440px;
}
.section-faq h2 {
	text-align: center;
}
/*===========================SECTION-ARTICLES===========================*/
.section-articles {
}
.section-articles .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-articles .content {
	width: 95%;
	max-width: 1440px;
}
.section-articles h2 {
	text-align: center;
	margin-bottom: 2em;
}

/* Blog Section */
.section-blog {
	padding: 80px 0;
	background: #f8f9fa;
}

.section-blog .content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-blog h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 2.5rem;
	color: #2c3e50;
	font-weight: 700;
}

/* Сетка блога */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}

/* Карточка блога */
.blog-card {
	background: #fff;
	border-radius: var(--radius-block-card);
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Изображение карточки */
.blog-card-image {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
	transform: scale(1.05);
}

.blog-image-link {
	display: block;
	height: 100%;
}

.blog-card-date {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(39, 174, 96, 0.9);
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 600;
	z-index: 1;
}

/* Контент карточки */
.blog-card-content {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.blog-card-title {
	margin: 0 0 15px 0;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 700;
}

.blog-card-title a {
	color: #2c3e50;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-card-title a:hover {
	color: #27ae60;
}

/* Краткое описание */
.blog-card-excerpt {
	color: #5a6c7d;
	line-height: 1.6;
	font-size: 0.95rem;
	margin-bottom: 20px;
	flex-grow: 1;
}

/* Футер карточки */
.blog-card-footer {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #e9ecef;
}

/* Кнопка "Читать дальше" */
.blog-read-more {
	display: inline-flex;
	align-items: center;
	color: #27ae60;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	gap: 8px;
}

.blog-read-more:hover {
	color: #219653;
	gap: 12px;
}

.read-more-arrow {
	width: 16px;
	height: 16px;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.blog-read-more:hover .read-more-arrow {
	transform: translateX(3px);
}

/* Кнопка "Все статьи" */
.blog-all-posts {
	text-align: center;
	margin-top: 40px;
}

.btn-all-posts {
	display: inline-block;
	background: #27ae60;
	color: #fff;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: var(--radius-button);
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
	border: 2px solid #27ae60;
}

.btn-all-posts:hover {
	background: #219653;
	border-color: #219653;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
}

/* Сообщение если нет постов */
.no-posts {
	text-align: center;
	color: #6c757d;
	font-style: italic;
	padding: 40px;
	font-size: 1.1rem;
}

/*===========================SECTION-SOCIALS===========================*/
.section-socials {
	margin-top: 2em;
}
.section-socials .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-socials .content {
	width: 95%;
	max-width: 1440px;
	background-image: url(/wp-content/uploads/main-v3-features-bg-scaled.png);
	background-position: center center;
	background-size: cover;
	border-radius: var(--radius-block);
	min-height: 40vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-socials .wrapper-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
}
.section-socials .col1 {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	row-gap: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 48%;
}

/* Стили для SVG иконок в соцсетях (col1)*/
.socials-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 12px;
	flex-shrink: 0;
}
.socials-icon svg {
	width: 100%;
	height: 100%;
	fill: #1ca345;
}
.socials-item {
	font-size: 21px;
	font-weight: 500;
}
/* END Стили для SVG иконок в соцсетях (col1)*/

.section-socials .col2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	/*background-image: url(/wp-content/uploads/main-v3-catalog2.webp);*/
	/*background-image: url(/wp-content/uploads/img-503.png);*/
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.section-socials .btn-consult {
	display: inline-block;
	text-align: center;
}
.section-socials .vostr-usluga-knopka {
	display: inline-block;
	width: auto;
	font-weight: 600;
	font-size: 18px;
	padding: 24px 40px;
}

.wrapper-socials {
	position: relative;
	/*width: 300px !important;*/
	width: 100%;
	height: 100%;
}

.wrapper-socials span {
	display: inline-block;
}

.wrapper-socials svg {
	width: 40px;
	height: 40px;
	fill: #219653;
	transition: fill 0.3s ease;
}

.wrapper-socials a:hover svg {
	fill: #0073aa;
}

.social-icon-facebook,
.social-icon-instagram,
.social-icon-telegram,
.social-icon-whatsapp {
	position: absolute;
}
.social-icon-facebook {
	top: 15%;
	left: 15%;
}

.social-icon-instagram {
	top: 15%;
	right: 15%;
}
.social-icon-telegram {
	bottom: 15%;
	right: 15%;
}
.social-icon-whatsapp {
	bottom: 15%;
	left: 15%;
}

/*===========================SECTION-UTP2===========================*/
.section-utp2 {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 3.5em;
	margin-bottom: 4em;
}
.section-utp2 .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 85%;
}

.section-utp2 .content {
	width: 95%;
	max-width: 1440px;
}

.section-utp2 h2 {
	text-align: center;
}
.section-utp2 .wrapper-container {
	margin-bottom: 2em;
}

/*===========================MOBILE ADAPTIVE===========================*/
@media (max-width: 1024px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.section-blog h2 {
		font-size: 2.2rem;
	}
}

@media (max-width: 768px) {
	.site-main {
		/*padding-top: 108px;*/
	}
	#primary {
		padding-top: 108px;
	}
	h1 {
		font-size: 1.5em !important;
	}
	h2 {
		font-size: 1.3em !important;
	}
	/*section-hero*/
	.section-hero .header-p {
		font-size: 2em;
	}
	.section-hero .subheader-p {
		font-size: 1em;
	}
	.section-hero .container-wrapper {
		flex-direction: column;
		row-gap: 20px;
	}
	.section-hero .col1,
	.section-hero .col2 {
		width: 100%;
	}
	.flying-services-wrapper .row2 {
		margin-bottom: 15px;
	}
	.flying-services-wrapper .row1 {
		display: none;
	}
	/*Вариант 1*/
	/*.flying-services-wrapper .row2 {
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}
	.flying-adv {
		position: initial;
		font-size: 0.9em;
		max-width: unset;
		width: 100%;
		padding: 20px 5px;
	}*/
	/*Вариант 2*/
	.flying-services-wrapper .row2 {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		border-radius: var(--radius-middle);
		padding: 5px 15px;
	}
	.flying-adv {
		position: initial;
		font-size: 0.9em;
		max-width: unset;
		width: 100%;
		background-color: unset;
		padding: 10px 5px;
	}
	/*===========================section-utp-mobile===========================*/
	.section-utp {
		margin-top: 2em;
	}
	.section-utp .wrapper-container {
		flex-direction: column;
	}
	.wrapper-container .col1,
	.wrapper-container .col2 {
		width: 100%;
	}
	/*===========================section-faq-mobile===========================*/
	.section-faq .content {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	/*===========================section-blog-mobile===========================*/
	.section-blog {
		padding: 60px 0;
	}

	.section-blog h2 {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.blog-card-image {
		height: 250px;
	}

	/*===========================section-socials-mobile===========================*/
	.section-socials .wrapper-container {
		flex-direction: column;
	}
	.wrapper-container .col1,
	.wrapper-container .col2 {
		width: 100%;
	}
	.section-socials .col2 {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.section-blog {
		padding: 40px 0;
	}

	.section-blog h2 {
		font-size: 1.8rem;
	}

	.blog-card-image {
		height: 200px;
	}

	.blog-card-content {
		padding: 20px;
	}

	.blog-card-title {
		font-size: 1.2rem;
	}

	.btn-all-posts {
		padding: 12px 28px;
		font-size: 0.95rem;
	}
}
