/*!
Theme Name: sajt-pod-klyuch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sajt-pod-klyuch
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sajt-pod-klyuch is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Inter';
	src: url('/wp-content/themes/sajt-pod-klyuch/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--main-color: #f5ac42;
}

[id] {
    scroll-margin-top: 100px;
}

html, body {
    overflow-x: hidden;
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}

header.site-header {
	border-bottom: 1px solid #E1E5F2;
	position: fixed;
    width: 100%;
    z-index: 1000;
}

.site-header__top {
	background-color: #fff;
	display: flex;
	align-items: center;
	color: var(--main-color);
}

.site-header__top .header-main {
	padding: 16px 0px;
	border-bottom: 1px solid #eee;
}

.site-header__top a,
.site-header__bottom a {
	text-decoration: none;
	color: #022B3A;
}

.site-header-contacts a:last-child {
	margin-right: 0px;
}

.site-header-contacts a {
	margin-right: 16px;
}

.site-header-messengers {
	display: flex;
}

.site-header-messengers a {
	width: 42px;
	height: 42px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5ac42;
	border-radius: 100%;
}

.site-header-messengers a:last-child {
	margin-right: 0px;
}

.site-header-messengers a svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.site-header__bottom {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	background: #fff;
}

ul.menu-main-header li {
	padding: 16px 0px;
}

.site-header__bottom ul.menu-main-header,
.header-top-links ul {
	list-style: none;
	display: flex;
	padding-left: 0px;
	margin-bottom: 0px;
}

.site-logo a {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--main-color);
}

.site-logo img {
	height: 40px;
}

.custom-element-menu-header a {
	font-weight: 600;
	background-color: var(--main-color);
}

ul.menu-main-header li:last-child,
.header-top-links ul li:last-child {
	margin-right: 0px;
}

ul.menu-main-header li {
	position: relative;
}

ul.menu-main-header li,
.header-top-links ul li {
	margin-right: 16px;
}

.burger-menu span:last-child {
	margin-bottom: 0px;
}

.burger-menu span {
	width: 30px;
	height: 3px;
	background-color: var(--main-color);
	margin-bottom: 6px;
	display: block;
}

@media (min-width: 1200px) {
	.hide-on-desktop {
		display: none;
	}
}

@media (max-width: 1199px) {
	ul.menu-main-header li {
		padding: 0px;
	}
	.site-header__bottom {
		padding: 16px 0px;
	}
	.hide-on-mobile {
		display: none;
	}
	.first-section.section {
		padding-top: 130px !important;
	}
	.breadcrumbs-block {
		top: 90px !important;
	}
	[id] {
		scroll-margin-top: 60px;
	}
}

@media (max-width: 478px) {
	.need-help-block .service-cards-buttons {
		display: block;
	}
	.need-help-block .service-cards-buttons .service-card-link {
		margin-bottom: 16px;
	}
	.main-staty-portfolio-meta {
		flex-direction: column;
		align-items: normal !important;
		gap: 16px;
	}
}

/* Бургер-кнопка */
.burger-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	z-index: 1001;
	color: var(--main-color) !important;
}

.burger-menu span {
	display: block;
	height: 3px;
	background: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* Мобильное меню */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.4s ease;
	z-index: 10000;
	padding: 60px 20px;
	overflow-y: auto;
}

.mobile-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Кнопка закрытия */
.mobile-menu .close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	color: var(--main-color);
}

/* Меню */
.mobile-menu .menu-list {
	list-style: none;
	padding: 0;
}

.mobile-menu .menu-item {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	border-bottom: 1px solid #E1E5F2;
}

.mobile-menu .menu-item a {
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

.mobile-menu .menu-item.open i {
	transform: rotate(180deg);
	background-color: #BFDBF7; 
	color: #022B3A;
}

.mobile-menu .menu-item i {
	position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #E1E5F2;
    transition: 0.3s;
}

.mobile-menu .sub-menu-block {
	display: none;
	margin-top: 10px;
}

.mobile-menu .menu-item.open .sub-menu-block {
	display: block;
}

.mobile-menu .sub-menu-list {
	list-style: none;
	padding-left: 15px;
}

.mobile-menu .sub-menu-item a {
	font-size: 16px;
	color: #555;
	text-decoration: none;
}

.mobile-menu-header {
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--main-color);
}

.sub-menu-header {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--main-color);
}

.sub-menu-block-items .sub-menu-block-item li {
	padding: 0px !important;
}

.first-section.section {
	position: relative;
	padding-top: 160px;
}

.breadcrumbs-block {
    position: absolute;
    width: 100%;
    top: 120px;
}

.breadcrumbs-block #breadcrumbs {
	margin-bottom: 0px;
	font-size: 14px;
}

.breadcrumbs-block #breadcrumbs .breadcrumb_last {
	opacity: .8;
}

.breadcrumbs-block #breadcrumbs a {
	text-decoration: none;
	color: var(--main-color);
}

.page-links-block {
    position: absolute;
    width: 100%;
    bottom: 30px;
	font-size: 14px;
}

.page-links-block ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.page-links-block a {
	color: var(--main-color);
	text-decoration: none;
}

.page-links-block ul li {
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 8px;
}

.page-links-block ul li a span:before {
	content: '#';
}

.section-grey {
	background-color: #f9f9f9;
}

section.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.first-section h1 {
	font-size: 42px;
    font-weight: 700;
    color: #022B3A;
	margin-bottom: 16px;
}

span.first-section-header {
	color: var(--main-color);
}

.lead-button:hover {
	background-color: #f9f9f9;
	color: var(--main-color);
}

.lead-button {
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 18px;
    font-size: 18px;
	transition: all 0.3s ease;
}

.lead-button-read:hover {
	background-color: var(--main-color);
	color: #fff;
}

.lead-button-read {
	background-color: transparent;
	border: 2px solid var(--main-color);
    color: var(--main-color);
    text-decoration: none;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 18px;
    font-size: 18px;
	transition: all 0.3s ease;
}

@media (max-width: 500px) {
	.buttons-services-leads a {
		display: block;
		font-size: 16px;
		padding: 6px 12px;
		text-align: center;
	}
	.buttons-services-leads .lead-button {
		margin-right: 0px !important; 
		margin-bottom: 16px;
	}
}

.buttons-services-leads .lead-button {
	margin-right: 24px;
}

.first-section .preim-item {
    display: inline-block;
    padding-right: 16px;
    font-size: 14px;
    opacity: .8;
}

.first-section-image {
	position: relative;
}

.first-section-tab-info {
	position: absolute;
    display: block;
    padding: 10px 24px;
    border-radius: 18px;
    background-color: #fff;
    bottom: -30px;
    left: -30px;
    border: 2px solid var(--main-color);
}

.first-section-image img {
	border-radius: 18px;
}

.tab-info-header {
    font-weight: 600;
    font-size: 18px;
}

.tab-info-content {
    font-weight: 300;
}

.tab-info-content span:last-child {
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: 400;
}

.tab-info-content span {
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
}

.section h2 {
	font-weight: 700;
	font-size: 2.5rem;
	color: var(--main-color);
	margin-bottom: 32px;
}

.services-cards .service-card {
	margin-bottom: 24px;
}

.section-grey .services-cards .service-card .service-card-item {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-child-preims .services-cards .service-card .service-card-item {
	display: block;
}

.services-cards .service-card .service-card-item {
	height: 100%;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.service-card-item {
	padding: 24px;
	border-radius: 18px;
	background-color: #f5f6f8;
}

.service-card.need-help-block .service-card-item {
	border: 2px solid var(--main-color);
	background-color: #fff;
}

.service-card.need-help-block .service-card-link a:hover {
	background-color: #fff;
	color: var(--main-color);
	border: 2px solid var(--main-color);
}

.service-card.need-help-block .service-card-link a {
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
	color: #fff;
	transition: .3s;
}

.service-cards-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-card-header {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}

.section-child-content .service-card-content {
	margin-bottom: 0px;
}

.service-card-content {
	margin-bottom: 16px;
}

.service-card-link a:hover,
.modal-content input[type=submit]:hover {
	background-color: var(--main-color);
	color: #fff;
}

.service-card-link a,
.modal-content input[type=submit],
.block-form input[type=submit] {
	background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 18px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.service-card-price span {
	color: var(--main-color);
	font-weight: 600;
}

.service-card-price {
	color: #2125299c;
}

#stagetabs {
	display: block;
    border: none;
}

#stagetabs .nav-link.active {
	border: 2px solid #022B3A;
    color: #fff;
    background-color: #022B3A;
}

#stagetabs .nav-link {
	border: 2px solid #f5f6f8;
    color: #022B3A;
    font-size: 18px;
    border-radius: 18px;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 16px;
    background-color: #f5f6f8;
}

#stagetabs .nav-link span.stage-number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid var(--main-color);
	font-size: 18px;
	margin-right: 16px;
}

.service-card-item .service-sotrud-logo img {
	height: 40px;
	width: auto;
}

.service-card-item img {
	height: 50px;
	width: 50px;
	margin-bottom: 16px;
}

.content-white-block {
	background-color: #fff; 
	padding: 24px;
    border-radius: 18px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.posts-section-header {
	padding-bottom: 40px;
	padding-top: 170px;
	background-color: #f9f9f9;
	position: relative;
}

.posts-section-header #breadcrumbs {
	font-size: 14px;
}

.posts-section-header #breadcrumbs a {
	text-decoration: none;
    color: var(--main-color);
}

.posts-section-header #breadcrumbs .breadcrumb_last {
	opacity: .8;
}

.posts-section-content {
	padding: 40px 0px;
}

.main-staty-photo {
	margin-bottom: 1rem;
}

.main-staty-photo img,
.posts-section-content img {
	border-radius: 18px;
}

.posts-section-content img {
	width: 100%;
}

.author-content-block {
	padding: 24px;
    border-radius: 18px;
    background-color: #f5f6f8;
	margin-bottom: 1rem;
}

.author-content-block .author-image img {
	border-radius: 50%;
}

.author-content-block .author-info-author-header {
	opacity: .8;
}

.author-content-block .author-info-header {
	font-size: 24px;
    font-weight: 600; 
	color: var(--main-color);
}

.wp-block-kevinbatdorf-code-block-pro {
	margin-bottom: 1rem;
}

.wp-block-embed.is-type-video iframe {
    width: 100%;
}

.posts-section-content h2 {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: clamp(1.6rem, 1.5vw + 1rem, 2rem);
	color: var(--main-color);
}

.posts-section-content h3 {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	font-size: clamp(1.3rem, 1.2vw + 0.8rem, 1.5rem);
}

.posts-section-content h4 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	font-size: clamp(1.1rem, 1vw + 0.6rem, 1.25rem);
}

.posts-section-content h5 {
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	font-size: clamp(1rem, 0.8vw + 0.5rem, 1.125rem);
}

.posts-section-content h6 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: clamp(0.9rem, 0.6vw + 0.5rem, 1rem);
}

.posts-section-content figure figcaption {
	opacity: .8;
    font-size: 0.875rem;
}

.posts-section-content .post-lead {
	margin: 36px 0px 16px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.posts-section-content .post-lead p {
	margin-bottom: 0px;
}

.posts-section-content .comments-title {
	margin-bottom: 1rem;
    font-size: 2rem;
    color: var(--main-color);
    font-weight: 500;
}

.posts-section-content .comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.posts-section-content .comment {
	margin-bottom: 1.5rem;
}

.posts-section-content .comment-author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 8px;
}

.posts-section-content .comment-author .avatar {
	border-radius: 50%;
}

.posts-section-content .comment-meta {
	font-size: 0.875rem;
	color: #777;
}

.posts-section-content .comment-content {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.posts-section-content .comment-respond {
	margin-top: 2rem;
}

.posts-section-content .comment-form input,
.posts-section-content .comment-form textarea {
	width: 100%;
	padding: 0.75rem;
	border-radius: 18px;
	border: 1px solid #ccc;
	margin-bottom: 0.75rem;
}

.posts-section-content .comment-form input[type="submit"] {
	background: var(--main-color);
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 18px;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
}

.posts-section-content .comment-author.vcard img {
	width: 48px;
	height: 48px;
}

.posts-section-content .comments-block .children {
	list-style: none;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.posts-section-content .comment-content p:last-child {
	margin-bottom: 0px;
}

.posts-section-content .comment-author .says {
	display: none;
}

.posts-section-content .comment-form-cookies-consent input {
	display: inline-block;
    width: auto;
	margin-right: 16px;
}

.posts-section-content .comment-form-cookies-consent label {
	display: inline !important;
}

.posts-section-content a#cancel-comment-reply-link {
    font-size: 1rem;
    display: block;
    text-decoration: none;
    color: var(--main-color);
}

.posts-section-content a {
	color: var(--main-color);
	text-decoration: none;
}

.posts-section-content .post-toc {
	padding: 24px;
	border-radius: 18px;
	background-color: #f5f6f8;
	margin-bottom: 1rem;
}

.posts-section-content .post-toc .post-toc-header {
	font-size: 1.25rem;;
    color: var(--main-color);
	font-weight: 600;
}

.posts-section-content .post-toc ul {
	list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.posts-section-content .post-toc ul a {
	text-decoration: none;
	color: #022B3A;
}

.posts-section-content .post-toc .toc-level-2 {
	font-size: 1.125rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.posts-section-content .post-toc .toc-level-3 {
	font-size: 1rem;
	padding-left: 1rem;
}

.posts-section-content .post-excerpt {
	margin-bottom: 1rem;
}

.posts-section-content .post-excerpt p:last-child {
	margin-bottom: 0px;
}

.posts-section-content.posts-section-archive article {
	margin-bottom: 3rem;
}

.posts-section-content.posts-section-archive article .post-archive-information {
	padding-left: 18px;
}

.posts-section-content.posts-section-archive .post-archive-image img {
	border-radius: 18px;
	margin-bottom: 1rem;
}

.posts-section-content.posts-section-archive .post-archive-header,
.post-archive-information .post-archive-header {
	font-size: 1.25rem;
    font-weight: 600;
	margin-bottom: 1rem;
}

.posts-section-content.posts-section-archive .post-archive-header a,
.post-archive-information .post-archive-header a {
	color: var(--main-color);
	text-decoration: none;
}

.posts-section-content.posts-section-archive .post-archive-meta,
.post-archive-information .post-archive-meta {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex-wrap: wrap;
}

.posts-section-content.posts-section-archive .post-archive-meta span.meta-separator {
    color: var(--separator-color, #999);
    opacity: 0.6;
}

.posts-section-content.posts-section-archive .post-link-button a:hover {
	background-color: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.posts-section-content.posts-section-archive .post-link-button a {
	background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
    transition: .3s;
	text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 18px;
    font-size: 16px;
}

nav.navigation.pagination {
	display: flex;
    padding-left: 0;
    list-style: none;
	justify-content: center;
}

nav.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pagination .page-numbers, .nav-links .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    color: #1c262f;
    background: #e1e5f273;
    transition: 0.25s ease;
}

.pagination .page-numbers:hover, .nav-links .page-numbers:hover {
    background: #d2d7e0;
	text-decoration: none;
}

.pagination .page-numbers.current, .nav-links .page-numbers.current {
    background: #1c262f;
    color: #fff;
    cursor: default;
}

.portfolio-archive-image {
	position: relative;
	height: 240px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 1rem; 
}

.portfolio-archive-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 8s ease-out;
}

.portfolio-archive-image:hover img {
	transform: translateY(calc(-100% + 240px));
}

.portfolio-card-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.portfolio-card-item .post-archive-information {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.portfolio-card-item .post-archive-header {
	min-height: 3em;
	margin-bottom: 1rem;
}

.portfolio-card-item .post-excerpt {
	flex-grow: 1;
	min-height: 4em;
}

.portfolio-card-item .post-link-button {
	margin-top: auto;
}

.main-staty-portfolio-photo {
	position: relative;
	height: 420px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 1rem; 
}

.main-staty-portfolio-photo img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 8s ease-out;
}

.main-staty-portfolio-photo:hover img {
	transform: translateY(calc(-100% + 420px));
}

.main-staty-portfolio-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.post-link-button a:hover {
	background-color: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.post-link-button a {
	background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
    transition: .3s;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 18px;
    font-size: 16px;
}

.portfolio-slider .swiper-wrapper {
	margin-bottom: 32px !important;
}

.portfolio-slider .swiper-pagination {
	display: block;
    position: relative;
}

.swiper-pagination-bullet-active {
	background: var(--main-color);
}

.modal-content {
	border-radius: 18px;
	padding: 24px;
}

.modal-content form textarea {
	height: 230px;
}

.modal-content form textarea, .block-form form textarea,
.modal-content form input[type=text], .block-form form input[type=text],
.modal-content form input[type=tel], .block-form form input[type=tel], 
.modal-content form input[type=email], .block-form form input[type=email] {
	width: 100%;
    padding: 0.75rem;
    border-radius: 18px;
    border: 1px solid #ccc;
    margin-bottom: 0.75rem;
}

.modal-content form input[type="file"],
.block-form form input[type="file"]{
	margin-bottom: 24px;
}

.modal-content form input[type="file"]::file-selector-button,
.block-form form input[type="file"]::file-selector-button {
	background-color: #fff;
	color: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 18px;
	padding: 6px 12px;
	cursor: pointer;
}

.modal-content form label,
.block-form form label {
	width: 100%;
}

.modal-content form .wpcf7-list-item,
.block-form form .wpcf7-list-item {
	margin-left: 0px;
	margin-bottom: 4px;
}

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

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #e63946 !important;
	box-shadow: 0 0 0 0.15rem rgba(230, 57, 70, 0.2);
}

.submit-form-button p {
	margin-bottom: 0px;
}

.accordion .accordion-body p:last-child,
.accordion .accordion-body ul:last-child,
.accordion .accordion-body ol:last-child {
	margin-bottom: 0px;
}

.accordion .accordion-button {
	box-shadow: none !important;
	font-weight: 600;
	background-color: #333;
}

.accordion .accordion-button.collapsed {
	background-color: #eeeeee75;
	border-left: 4px solid #eee;
	border-top-left-radius: 12px; 
	border-top-right-radius: 12px;
}

.accordion .accordion-button:not(.collapsed) {
	background: rgba(245, 172, 66, 0.1);
	color: #333;
	border-left: 4px solid var(--main-color);
	border-top-left-radius: 12px; 
	border-top-right-radius: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.contacts-block {
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-block i {
	display: block;
    color: var(--main-color);
    font-size: 2rem;
    text-align: center;
	margin-bottom: 1rem;
}

.contacts-block a {
	display: block;
    text-align: center;
    text-decoration: none;
    color: #022B3A;
    font-weight: 500;
}

.team-block:last-child {
	margin-bottom: 0;
}

.team-block {
	margin-bottom: 24px;
}

.team-block-card {
	height: 100%;
    background-color: #fff;
	padding: 24px;
	border-radius: 18px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.team-card-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

table.table td {
	border-width: 1px;
}

table.table thead {
	background-color: var(--main-color);
    color: #fff;
}

.sidebar-navigation-block {
	position: sticky;
	top: 24px;
}

.sidebar-navigation-block .post-toc {
	max-height: calc(100vh - 140px);
	overflow-y: auto;
}

.sidebar-beget-block {
	margin-bottom: 24px;
}

@media (min-width: 1200px) {
	.burger-menu {
		display: none;
	}
}

@media (max-width: 992px) {
	.first-section .first-section-preims-row {
		margin-bottom: 24px;
	}
	.first-section-tab-info {
		bottom: -60px;
    	left: 0px;
	}
	.team-block-cards {
		margin-top: 80px;
	}
	.col-lead {
		margin-bottom: 24px;
	}
	#process-steps .section-content .row .col-lg-6:first-child .process-step:after {
		content: "";
		position: absolute;
		left: 21px;
		top: 40px;
		bottom: -20px;
		width: 2px;
		background: color-mix(in srgb, var(--main-color), transparent 80%);
	}
	section.first-section.section {
		padding-bottom: 180px;
	}
	section.section.about-section {
		padding-bottom: 100px !important;
	}
	.soc-wrapper {
		right: 30px !important;
		bottom: 30px !important;
	}
	.section h2 {
		font-size: 32px;
	}
	.first-section h1 {
		font-size: 32px;
	}
	section.section {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.first-section.first-section-main.section {
		padding-top: 90px !important;
	}
	nav.navigation.pagination {
		margin-bottom: 3rem;
	}
}

/* Скрываем подменю по умолчанию */
.submenu-block {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 200px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 1000;
}

.submenu-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu-block ul li {
	padding: 0px !important;
	margin-right: 0px !important;
}

.submenu-block li a {
	padding: 10px 15px;
	display: block;
	color: #333;
	white-space: nowrap;
}

.submenu-block li a:hover {
	background: #f5f5f5;
	color: var(--main-color);
}

/* Показываем подменю при наведении */
.menu-main-header .menu-item:hover .submenu-block {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.service-price-block {
	padding: 24px;
	border-radius: 18px;
	background-color: #f5f6f8;
	border: 2px solid #f5f6f8;
	height: 100%;
}

.service-price-header-block, .service-price-amount-block {
	margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e5f273;
}

.service-price-list-block {
	margin-bottom: 24px;
}

.service-price-block .service-price-header {
	font-size: 24px;
    font-weight: 600;
}

.service-price-block .ruble-symbol {
	font-size: 20px;
    font-weight: 500;
}

.service-price-block .ruble-value {
	font-size: 32px;
    font-weight: 700;
}

.service-price-block .service-price-list-block ul {
	padding-left: 0px;
    margin-bottom: 0px;
	list-style: none;
}

.service-price-block .service-price-list-block ul li i {
	color: var(--main-color);
}

.service-price-block .service-short-descr {
    font-size: 14px;
    opacity: .8;
}

.service-price-block .service-price-list-block li {
    margin-bottom: 8px;
}

.first-section-price {
    margin-bottom: 16px;
    font-size: 24px;
}

span.amount-first-value {
    font-size: 36px;
    font-weight: 600;
    color: var(--main-color);
}

.link-with-icon a {
	display: flex;
	align-items: center; 
	gap: 8px;
}

.link-with-icon img {
	height: 20px;
}

.process-step {
	display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
}

.process-step .step-content {
	min-height: 160px;
}

.step-number {
	background-color: var(--main-color);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 40px;
    bottom: -20px;
    width: 2px;
    background: color-mix(in srgb, var(--main-color), transparent 80%);
}

.author-content-block .author-info-links {
	display: flex;
	align-items: center;
	gap: 12px; 
	font-size: 18px;
	margin-top: 4px;
}

.custom-tabs {
	margin-bottom: 36px;
    border-bottom: none;
	gap: 16px;
}

.custom-tabs .nav-link.active {
	background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
}

.custom-tabs .nav-link {
	background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--main-color);
	border-radius: 18px;
    transition: .3s;
}

.sidebar-socials-block {
    padding: 24px;
    border-radius: 18px;
    background-color: #f5f6f8;
	border: 2px solid var(--main-color);
}

.sidebar-widget-title {
    font-size: 1.25rem;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.sidebar-social-icons {
	margin-top: 16px;
	display: flex;
	gap: 16px;
}

.sidebar-social-icons i {
	margin-right: 8px;
}

.sidebar-social-icons a:hover {
	text-decoration: none;
}

.klient-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
	border-radius: 18px;
    border: 2px solid #eee;
}

.klient-slide a {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.klient-slide a img {
    max-height: 60px;
	width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
	transition: .3s;
}

.klient-slide a:hover img {
    filter: grayscale(0%);
}

.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.soc-wrapper {
	position: fixed;
	bottom: 60px;
	right: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60px;
	z-index: 1111;
}

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

.soc {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 70px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	pointer-events: none;
}

.soc.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.soc-toggle {
	background: var(--main-color);
	border: 2px solid var(--main-color);
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: shadow-pulse 2s infinite;
}

.soc-toggle .close-icon {
	display: none;
	fill: var(--main-color);
}

.soc-toggle.open {
	background: #fff;
	animation: unset;
}

.soc-toggle.open > svg {
	display: none;
}

.soc-toggle.open > svg.close-icon {
	display: block;
}

.soc__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	flex-direction: column;
	width: 100%;
}

.soc__link {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.soc__icon {
	width: 80%;
	height: 80%;
}

.soc__icon svg {
	width: 100%;
	height: 100%;
}

.soc__item {
	flex: 1;
	width: 60px;
	height: 60px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	transition: filter .3s ease-out;
}

.soc__item:hover {
	filter: saturate(150%);
}

.soc__item--wa {
	background: #1BD741;
}

.soc__item--vk {
	background: #4a76a8;
}

.soc__item--tg {
	background: #61A8DE;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 172, 66, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(245, 172, 66, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 172, 66, 0);
  }
}

@media (max-width: 768px) {
    .horizontal-scroll .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

    .horizontal-scroll .service-card,
	.horizontal-scroll .portfolio-card {
        min-width: 250px;
        flex: 0 0 auto;
		width: 90%;
    }
	
	.faq-contact__bottom {
		flex-direction: column !important;
		align-items: start !important;
	}
	.programma-toura-header {
		flex-direction: column;
		gap: 16px;
	}
	.programma-toura-buttons {
		flex-direction: column;
	}
}

.service-card-content.partner-info div {
	position: relative;
	padding-left: 30px;
}

.service-card-content.partner-info div:before {
	position: absolute;
	content: '';
	background: var(--main-color);
	width: 16px;
	height: 2px;
	top: 12px;
    left: 0;
}

.contacts-page .content-white-block a:hover {
	text-decoration: none;
}

.contacts-page .content-white-block {
	background-color: #f9f9f9;
}

.contacts-page .col-lead {
	margin-bottom: 24px;
}

.contacts-page .service-card-link a:hover {
	color: #fff;
}

.error-page-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.error-page-number {
    font-size: 80px;
    font-weight: 600;
    color: var(--main-color);
}

.error-page-info-header {
    font-size: 20px;
    font-weight: 500;
}

.error-page-info .lead-button {
	width: max-content;
}

.grecaptcha-badge {
    display: none !important;
    visibility: hidden !important;
}

.wp-block-table table th, .wp-block-table table td {
	border-color: #E1E5F2;
}

.site-header__bottom ul.menu-main-header {
	justify-content: space-between;
}

.main-menu-header-desktop {
	width: 100%;
}

.header-button-form:hover {
	background-color: transparent;
	color: var(--main-color) !important;
}

.header-button-form {
	background-color: var(--main-color);
	color: #fff !important;
	border: 2px solid var(--main-color);
	text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 18px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.single-tour-section-header {
	padding-top: 152px; 
	padding-bottom: 20px;
}

.single-tour-section-header p {
	margin-bottom: 0px;
}

.single-tour-section-header a {
	color: var(--main-color);
	text-decoration: none;
}

.single-tour-main-info {
	padding-bottom: 40px;
}

.single-tour-main-info .tour-location-label {
	display: flex;
	align-items: center;
	gap: 8px;
    margin-bottom: 16px;
}

.single-tour-main-info .tour-location-label img {
	height: 32px;
}

.single-tour-main-info .tour-location-label span {
	font-size: 24px;
    font-weight: 500;
    display: block;
}

.single-tour-main-info .price-tour span {
	font-size: 26px;
	font-weight: 600;
}

.single-tour-main-info .price-tour {
	font-size: 24px;
}

.tour-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.tourSwiperThumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}

.tourSwiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.tourSwiperThumbs img {
    height: 120px;
    object-fit: cover;
}

.tourSwiperMain {
    height: 450px;
}

.tourSwiperMain .swiper-slide {
    height: 100%;
}

.tourSwiperMain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-tur-info {
    opacity: .9;
}

.mesto-sbora-info img {
	height: 32px;
}

.mesto-sbora-info {
	display: flex;
	gap: 15px;
	padding: 18px;
	border-radius: 12px;
	background: rgba(245, 172, 66, 0.1);
	border-left: 4px solid var(--main-color);
	align-items: center;
}

.mesto-sbora-info p:last-child,
.about-tur-info p:last-child {
	margin-bottom: 0px;
}

.about-tur-info ol {
	margin-bottom: 0px;
}

.single-tour-info-content .single-tour-info-block {
	background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 32px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.single-tour-info-block h2 {
	font-size: 24px;
    margin-bottom: 16px;
    color: #1f2937;
}

.tour-program .accordion-button {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 20px;
}

.tour-program .accordion-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-title-day {
	margin-bottom: 8px;
}

.accordion-title-desc {
	font-weight: 400;
}

.archive-tour-catalog .archive-tour-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
	height: 100%;
}

.archive-tour-catalog .archiveTourSwiper {
    height: 280px;
	position: relative;
}

.archive-tour-catalog .archiveTourSwiper .hover-slider-zones {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 2;
}

.archive-tour-catalog .archiveTourSwiper .hover-zone {
    flex: 1;
}

.archive-tour-catalog .archiveTourSwiper .slider-progress {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 4px;
    z-index: 3;
}

.archive-tour-catalog .archiveTourSwiper .slider-progress span {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,0.4);
    border-radius: 2px;
}

.archive-tour-catalog .archiveTourSwiper .slider-progress span.active {
    background: #fff;
}

.archive-tour-catalog .archiveTourSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archiveTourSwiper .swiper-pagination {
    bottom: 8px !important;
    display: flex;
    gap: 4px;
    padding: 0 8px;
}

.archiveTourSwiper .swiper-pagination-bullet {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
    opacity: 1;
    margin: 0 !important;
}

.archiveTourSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

.archive-tour-catalog .tour-title {
    font-size: 18px;
}

.archive-tour-catalog .tour-title a {
    text-decoration: none;
    color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* максимум 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 42px;
}

.archive-tour-catalog .tour-price {
    font-size: 18px;
}

.filter-title {
	font-weight: 600;
	margin-bottom: 16px;
}

.about-price-content-hidden {
    max-height: 200px; /* временное значение */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.about-price-content-hidden.open {
    max-height: 2000px; /* достаточно большое значение */
}

.about-price-more {
    margin-top: 16px;
    border: none;
    background: none;
    color: var(--main-color);
    cursor: pointer;
    font-weight: 600;
    display: none;
}

.about-price-one ul,
.about-price-two ul {
    list-style: none;
}

.about-price-content ul {
    padding-left: 24px;
}

.about-price-one ul li,
.about-price-two ul li {
    position: relative;
}

.about-price-one ul li:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/themes/sajt-pod-klyuch/assets/icons/check.svg);
    width: 16px;
    top: 6px;
    left: -25px;
    height: 16px;
}

.about-price-two ul li:before {
    position: absolute;
    content: '';
    background-color: #bdbdbd;
    width: 12px;
    top: 14px;
    left: -20px;
    height: 2px;
}

.about-tur-info-warning {
	background: rgba(245, 172, 66, 0.1);
    border-left: 4px solid var(--main-color);
    padding: 15px 18px;
    border-radius: 12px;
}

.archive-tour-filter {
	padding: 24px;
	margin-bottom: 32px;
    border-radius: 16px;
    border: 1px solid #eee;
}

.tour-param-block {
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #eee;
    margin-bottom: 16px;
}

.tour-param-block .tour-params {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
}

.tour-param-name {
    white-space: nowrap;
	font-weight: 600;
}

.tour-params {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
}

.tour-param-dots {
    border-bottom: 1px dotted #ccc;
    height: 1px;
}

.orange-link {
	color: var(--main-color);
	font-weight: 600;
	text-decoration: none;
}

.single-tour-first-screen-info {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 0px;
}

.archive-description {
	margin-bottom: 32px;
}

.sidebar-org-reestr .reestr-code {
	display: block;
	font-weight: 600;
}

.sidebar-org-reestr {
    padding: 24px;
    border-radius: 16px;
    background-color: #f9f4e6;
    border: 1px dashed #664935;
    color: #664935;
	margin-bottom: 32px;
}

.tour-booking-form label {
	margin-bottom: 8px;
}

.tour-booking-form textarea {
	min-height: 116px;
	height: 124px;
}

.tour-booking-form .form-check {
	padding-left: 0px;
}

.form-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0,0,0,0.5);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

    z-index: 9999;
}

.form-success.active {
    opacity: 1;
    visibility: visible;
}

.form-success-content {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;

    transform: translateY(30px);
    transition: 0.3s;
}

.form-success.active .form-success-content {
    transform: translateY(0);
}

.form-success-icon {
    font-size: 40px;
    color: green;
    margin-bottom: 15px;
}

.form-success-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-success-text {
    font-size: 14px;
    color: #666;
}

/* контейнер стрелок */
.archiveTourSwiper .swiper-button-prev,
.archiveTourSwiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #ff7a00; /* оранжевый */
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff; /* цвет стрелки */
    
    transition: all 0.2s ease;
}

/* убираем дефолтные огромные стрелки */
.archiveTourSwiper .swiper-button-prev::after,
.archiveTourSwiper .swiper-button-next::after {
    font-size: 12px; /* размер стрелки */
    font-weight: bold;
}

/* позиционирование */
.archiveTourSwiper .swiper-button-prev {
    left: 8px;
}

.archiveTourSwiper .swiper-button-next {
    right: 8px;
}

/* hover эффект */
.archiveTourSwiper .swiper-button-prev:hover,
.archiveTourSwiper .swiper-button-next:hover {
    background: #ff8f1f;
    transform: scale(1.05);
}

/* при disabled (если отключишь loop) */
.archiveTourSwiper .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.services-cards-block .service-card {
    height: 100%;
    background-color: #f9f4e6;
    padding: 24px;
    border-radius: 16px;
}

.services-cards-block .service-col {
	margin-bottom: 24px;
}

.contacts-card {
	height: 100%;
	padding: 24px;
    border-radius: 16px;
    background-color: #f9f4e6;
}

.contacts-col {
	margin-bottom: 24px;
}
.contacts-header {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}

.contacts-content {
	margin-bottom: 16px;
}

.contacts-content span {
    display: block;
}

.contacts-description {
    opacity: .8;
}

.contacts-card a {
	color: #333;
	text-decoration: none;
}

.custom-nav-tabs {
	border-bottom: 0px;
	gap: 16px;
	margin-bottom: 16px;
}

.custom-nav-tabs .nav-link {
	background: transparent;
	color: #333;
	opacity: .8;
	border-bottom: 2px solid #eee;
	font-weight: 500;
	border: 2px solid #eee;
}

.custom-nav-tabs .nav-link.active {
	color: var(--main-color);
	border-bottom: 2px solid var(--main-color);
}

.need-help-block {
	padding: 24px;
    background: #f9f4e6;
    border-radius: 16px;
}

.need-help-block h2 {
	font-size: 1.5rem !important;
}

.need-help-block .need-help-info {
	margin-bottom: 16px;
}

.need-help-block .need-contacts-block {
    display: flex;
    gap: 16px;
}

.need-help-block .need-messengers {
	display: flex;
	gap: 8px;
}

.need-help-block .need-messengers a {
    height: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid var(--main-color);
	border-radius: 18px;
}

.need-help-block .need-tel {
	display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid var(--main-color);
	border-radius: 18px;
}

.need-help-block .need-tel a {
	padding: 0px 16px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.need-help-block .need-messengers a svg {
	height: 24px;
}

.programma-toura-header {
    display: flex;
    justify-content: space-between;
	margin-bottom: 16px;
}

.programma-toura-header h2 {
	margin-bottom: 0px;
}

.programma-toura-buttons {
    display: flex;
    gap: 16px;
}

.vkladka-description {
    font-size: 14px;
    font-weight: 500;
    opacity: .8;
}

.tour-program-text > *:last-child {
    margin-bottom: 0;
}

.faq-contact {
	display: flex;
	justify-content: center;
	background: #fff;
	margin-bottom: 32px;
}

.faq-contact .faq-contact__inner {
	width: 100%;
	text-align: left;
	padding: 45px 35px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(135deg, #f5ac42, #e89a2e);
	transition: transform 0.3s ease;
}

.faq-contact .faq-contact__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cpath fill='white' fill-opacity='0.08' d='M0,300 C150,200 350,400 600,250 C750,180 800,220 800,220 L800,400 L0,400 Z'/%3E%3Cpath fill='white' fill-opacity='0.06' d='M0,250 C200,150 400,350 800,200 L800,400 L0,400 Z'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 0;
}

.faq-contact .faq-contact__inner > * {
	position: relative;
	z-index: 1;
}

.faq-contact .faq-contact__title {
	font-size: 30px;
	margin-bottom: 12px;
	color: #fff;
}

.faq-contact .faq-contact__desc {
	font-size: 16px;
	color: rgba(255,255,255,0.9);
	margin-bottom: 25px;
}

.faq-contact .faq-contact__phone {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.faq-contact .faq-contact__phone:hover {
	text-decoration: underline;
}

.faq-contact .faq-contact__messengers {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.faq-contact .messenger {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(6px);
	transition: all 0.3s ease;
}

.faq-contact .messenger svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.faq-contact .messenger:hover {
	transform: scale(1.12);
	background: #fff;
}

.faq-contact .messenger:hover svg {
	fill: #f5ac42;
}

.faq-contact__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.second-button:hover {
	background-color: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.second-button:hover path {
	fill: var(--main-color) !important;
}

.second-button {
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 18px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.second-button path {
	fill: #fff !important;
}

.second-button svg {
	width: 16px;
}

.about-price-block {
	margin-bottom: 32px;
}

.about-price-block h2 {
	font-size: 24px;
    margin-bottom: 16px;
    color: #1f2937;
}

.about-price-one {
	padding: 22px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    border-top: 3px solid #22c55e;
	background: rgba(34,197,94,0.05);
}

.about-price-two {
	padding: 22px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	height: 100%;
	border-top: 3px solid #f5ac42;
	background: rgba(245,172,66,0.08);
}

/* Главная страница */

section.hero-section {
	padding-top: 164px;
	margin-bottom: 64px;
}

.hero-slider {
	border-radius: 16px;
}

.hero-slide {
	position: relative;
	height: 100%;
}

.hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slide-title {
	font-size: 24px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    line-height: 1.2;
}

.hero-slider .swiper-slide {
	position: relative;
}

.hero-slider .swiper-slide:after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(245, 172, 66) 0%, rgba(245, 172, 66, 0.96) 40%, rgba(245, 172, 66, 0) 100%);
    z-index: 1;
}

.hero-slide-overlay {
    position: absolute;
    bottom: 24px;
    left: 24px;
	right: 24px;
    z-index: 2;
}

.hero-left .hero-content {
    height: 100%;
    padding: 24px;
    background: rgba(245, 172, 66, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.hero-left .hero-content .hero-content-blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-benefit {
	position: relative;
	padding-left: 40px;
	margin-bottom: 16px;
}

.hero-benefit::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #f5ac42;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}

h1.hero-title {
    font-size: 42px;
    line-height: 1.2;
}

.hero-button {
	background-color: var(--main-color);
    color: #fff !important;
    border: 2px solid var(--main-color);
    text-decoration: none;
    padding: 18px 42px;
    display: inline-block;
    border-radius: 32px;
    font-size: 18px;
    transition: all 0.3s ease;
    width: fit-content;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero-trust img {
	height: 52px;
}

.hero-section-second {
	margin-bottom: 64px;
}

.hero-section-second h2 {
	text-align: center;
    margin-bottom: 24px;
    font-size: 2.5rem;
}

.slider-block {
	position: relative;
	height: 320px;
	border-radius: 16px;
	overflow: hidden;
}

.slider-block a {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.slider-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-block::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.05),transparent);
	z-index: 1;
	pointer-events: none;
}

.three-slide-info {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	z-index: 2;
}

.slider-block img {
	transition: transform 0.4s ease;
}

.slider-block:hover img {
	transform: scale(1.05);
}

.three-slider .swiper-button-prev:hover,
.three-slider .swiper-button-next:hover {
	transform: scale(1.1);
	background: #e89a2e;
}

.three-slider .swiper-button-prev,
.three-slider .swiper-button-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f5ac42;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 20px rgba(245, 172, 66, 0.4);
	transition: all 0.3s ease;
}

.three-slider .swiper-button-prev:after,
.three-slider .swiper-button-next:after {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.three-slider .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.three-slider .swiper-pagination-bullet-active {
	background: #f5ac42;
}

.three-slide-block .swiper-pagination {
	position: relative;
	margin-top: 24px;
}

.popular-tour-card {
	position: relative;
	height: 300px;
	border-radius: 16px;
	overflow: hidden;
}

.popular-tour-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	transition: transform 0.4s ease;
}

.popular-tour-card::before {
	content: "";
	position: absolute;
	inset: 0;

	background: linear-gradient(
		to top,
		rgba(0,0,0,0.65),
		rgba(0,0,0,0.3),
		rgba(0,0,0,0.05),
		transparent
	);

	z-index: 1;
	pointer-events: none;
}

.popular-tour-card a {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.popular-tour-card:hover img {
	transform: scale(1.05);
}

.popular-tour-card:hover::before {
	background: linear-gradient(
		to top,
		rgba(0,0,0,0.8),
		rgba(0,0,0,0.4),
		transparent
	);
}

.popular-tours-cards .col-lg-3 {
	margin-bottom: 20px;
}

.yellow-section-bg {
	margin-bottom: 64px;
	background: rgba(245, 172, 66, 0.1);
	padding-top: 64px;
	padding-bottom: 64px;
}

.preim-card {
    background: rgba(245, 172, 66, 0.1);
    padding: 24px;
    height: 100%;
    border-radius: 16px;
}

.preims-cards .col-lg-4 {
	margin-bottom: 24px;
}

.preim-card-header {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.about-tur-catalog {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* ровно 3 строки */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hero-section-second.archive-tour-catalog .swiper-pagination {
	margin-top: 24px;
	position: relative;
}

.modal-form-new .tour-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.modal-form-new .form-group {
	display: flex;
	flex-direction: column;
}

.modal-form-new label {
	font-size: 14px;
	margin-bottom: 5px;
	color: #555;
}

.modal-form-new input,
.modal-form-new textarea {
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 15px;
	transition: 0.2s;
}

.modal-form-new input:focus,
.modal-form-new textarea:focus {
	border-color: #0d6efd;
	outline: none;
	box-shadow: 0 0 0 2px rgba(13,110,253,0.1);
}

.modal-form-new .btn-submit {
	margin-top: 10px;
	padding: 12px;
	border: none;
	border-radius: 10px;
	background: #0d6efd;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.2s;
}

.modal-form-new .btn-submit:hover {
	background: #0b5ed7;
}

.modal-form-new .tour-form {
	position: relative;
}

.modal-form-new .form-success {
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.modal-form-new .form-success.active {
	opacity: 1;
	visibility: visible;
}

.modal-form-new .success-box {
	text-align: center;
	padding: 30px;
}

.modal-form-new .success-icon {
	font-size: 40px;
	color: #198754;
	margin-bottom: 10px;
}

.modal-form-new .success-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.modal-form-new .success-text {
	font-size: 14px;
	color: #666;
}

.turist-agent-link-blocks .col-lg-4 {
	margin-bottom: 24px;
}

.turist-agent-link-blocks .turist-agent-link-block:hover {
	border: 2px solid var(--main-color);
	color: var(--main-color);
}

.turist-agent-link-blocks .turist-agent-link-block {
	display: block;
	padding: 24px;
	height: 100%;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	border: 2px solid #eee;
	transition: .3s;
}

.links-block-one {
    background-color: #f9f9f9;
    padding: 24px;
    border-radius: 16px;
    border: 2px solid #eee;
}

.links-header {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.links-block-one ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.links-block-one ul li {
	margin-bottom: 8px;
}

.links-block-one ul li a:hover {
	color: var(--main-color);
}

.links-block-one ul li a {
	color: #333;
	text-decoration: none;
	transition: .3s;
}

#tour-booking-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7l4.5 5 4.5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 35px;
}

.documents-block ul {
	padding-left: 0px;
	list-style: none;
}

.documents-block ul li {
	margin-bottom: 16px;
}

.documents-block ul li a {
	display: flex;
	gap: 8px;
	align-items: center;
	text-decoration: none;
	color: var(--main-color);
}

.documents-block svg {
	height: 24px;
}

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 600px;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 20px 20px 15px;
    z-index: 9999;
    font-size: 14px;
    display: none;
    animation: fadeUp 0.4s ease;
}

.cookie-notice.show {
    display: block;
}

.cookie-text {
    margin-bottom: 15px;
    color: #5a4a3f;
    line-height: 1.5;
}

.cookie-text a {
    color: #664935;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.cookie-accept {
    background: #664935;
    color: #fff;
}

.cookie-accept:hover {
    background: #523826;
}

.cookie-decline {
    background: transparent;
    color: #664935;
}

.cookie-decline:hover {
    text-decoration: underline;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .cookie-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-btn {
        width: 100%;
        text-align: center;
    }
}

.modal-form-new .form-check {
	padding-left: 0px;
}

.modal-form-new .form-check label {
	display: initial;
}

.archiveTourSwiper {
	position: relative;
}

.tour-label {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	padding: 8px 14px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

/* Сетка тегов */
.filter-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Сам тег */
.filter-tag {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.filter-tag:hover {
    background-color: #e0e0e0;
    border-color: #ccc;
}

/* Активный тег (выбран) */
.filter-tag.active {
    background-color: #0d6efd; /* Ваш основной цвет */
    color: #fff;
    border-color: #0d6efd;
}

/* Недоступный тег (disabled) */
.filter-tag.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #eee;
    color: #999;
    border-color: #eee;
    text-decoration: line-through; /* Опционально: зачеркивание */
}

.filter-tag.disabled:hover {
    background-color: #eee;
}