/*
Theme Name: Такси Командир
Theme URI: 
Author: Ваше имя
Author URI: 
Description: Тема для сайта такси. Желтый фон, черный текст, адаптив
Version: 1.0.0
License: 
License URI: 
Text Domain: taxi-komandir
Tags: taxi, yellow, black, responsive
*/

/* Reset and base styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #111111;
	background-color: #ffffff;
	overflow-x: hidden;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

/* Header styles */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: #FFDE47;
	z-index: 1000;
}



.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Logo */
.logo img {
	width: 153px;
	height: 55px;
	object-fit: contain;
}

.logo a:hover {
	opacity: 0.8;
}

/* Desktop menu */
.main-navigation {
	flex: 1;
	display: flex;
	justify-content: center;
}

.primary-menu {
	display: flex;
	list-style: none;
	gap: 24px;
	align-items: center;
}

.primary-menu li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	display: block;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.primary-menu li a:hover {
	opacity: 0.7;
}

/* Специальный стиль для выделенного пункта меню */
.primary-menu .menu-item-highlight a {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	padding: 8px 12px;
	font-weight: 700;
}

.primary-menu .menu-item-highlight a:hover {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

/* Desktop contacts */
.header-contacts {
	display: flex;
	align-items: center;
	gap: 13px;
}

.social-links {
	display: flex;
	gap: 13px;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
}

.social-links a:hover {
	opacity: 0.7;
}

.social-links img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.phone-link {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.phone-link:hover {
	background: rgba(255, 255, 255, 0.5);
}

.phone-link img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

/* Mobile elements */
.mobile-header-row {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.logo-mobile img {
	width: 120px;
	height: 44px;
	object-fit: contain;
}

.mobile-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile-actions img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.phone-link-mobile {
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	color: #111111;
	white-space: nowrap;
}

.phone-link-mobile:hover {
	opacity: 0.7;
}

.burger-menu {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.97);
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	position: relative;
	z-index: 1001;
	transition: background 0.2s ease;
}

.burger-menu:hover {
	background: #ffffff;
}

.burger-menu span {
	width: 20px;
	height: 2px;
	background-color: #FE7A16;
	display: block;
	transition: all 0.3s ease;
}

/* Анимация бургера в крестик */
.burger-menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(4px, 4px);
}

.burger-menu.active span:nth-child(2) {
	opacity: 0;
}

.burger-menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
}

/* Mobile menu */
.mobile-menu {
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	overflow-y: auto;
	z-index: 999;
	padding: 20px;
}

.mobile-menu.active {
	display: block;
}

.mobile-menu-container {
	max-width: 320px;
	margin: 0 auto;
}

.mobile-primary-menu {
	list-style: none;
	margin-bottom: 30px;
}

.mobile-primary-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-primary-menu li a {
	display: block;
	padding: 12px 0;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #111111;
	transition: opacity 0.2s ease;
}

.mobile-primary-menu li a:hover {
	opacity: 0.7;
}

.mobile-menu-info {
	margin-top: 40px;
}

.mobile-social {
	display: flex;
	gap: 13px;
	margin-bottom: 30px;
}

.mobile-social a {
	font-weight: 600;
	font-size: 17px;
	color: #FE7A16;
	transition: opacity 0.2s ease;
}

.mobile-social a:hover {
	opacity: 0.7;
}

.mobile-phone-big {
	font-size: 22px;
	font-weight: 800;
	line-height: 30px;
	color: #FE7A16;
	display: block;
	margin-bottom: 20px;
}

.mobile-phone-big:hover {
	opacity: 0.7;
}

.mobile-app-buttons {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
@media (max-width: 768px) {
	.mobile-app-buttons {
	display: flex;
	flex-direction: column;
}
}
.mobile-app-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	background: #FFDE47;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	color: #111111;
	max-width: 220px;
	transition: background 0.2s ease;
}

.mobile-app-button:hover {
	background: #f5d12e;
}

/* Breadcrumbs - исправленные отступы */
.breadcrumbs {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 5px;
	margin: 20px 0 30px 0; /* Уменьшил отступ сверху с 100px до 20px */
	font-size: 14px;
	line-height: 19px;
}

.breadcrumbs a {
	color: #111111;
	font-weight: 400;
	transition: opacity 0.2s ease;
}

.breadcrumbs a:hover {
	opacity: 0.7;
}

.breadcrumbs .separator {
	color: #111111;
}

.breadcrumbs .current {
	color: #BDBDBD;
	font-weight: 400;
}

/* Footer styles */
.site-footer {
	background: #111111;
	color: #ffffff;
	padding: 30px 0;
}

.footer-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-main-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

/* Левая колонка - логотип */
.footer-logo {
	flex-shrink: 0;
}

.footer-logo img {
	width: 138px;
	height: 57px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.footer-logo a:hover {
	opacity: 0.8;
}

/* Центральная колонка */
.footer-center {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.footer-menu {
	display: flex;
	list-style: none;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-menu li a {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.footer-menu li a:hover {
	opacity: 0.7;
}

.footer-legal {
	display: flex;
	gap: 27px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-legal a {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.footer-legal a:hover {
	opacity: 0.7;
	color: #ffffff;
}

/* Правая колонка */
.footer-right {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 38px;
}

.footer-phone {
	display: flex;
	align-items: center;
	gap: 11px;
}

.footer-phone img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.footer-phone span {
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #FFFFFF;
	white-space: nowrap;
}

.footer-phone a:hover {
	opacity: 0.7;
}

.footer-social {
	display: flex;
	gap: 13px;
}

.footer-social a {
	transition: opacity 0.2s ease;
}

.footer-social a:hover {
	opacity: 0.7;
}

.footer-social a img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

/* Posts/News styles */
.archive-container,
.single-container,
.page-container {
	padding-top: 80px; /* Оставляем для страниц, не для главной */
	padding-bottom: 60px;
	min-height: 60vh;
}

/* Для страниц (не главной) добавляем отступ */
.page-container {
	padding-top: 80px; /* Уменьшил с 100px до 80px */
}

/* Для главной страницы убираем лишние отступы */
.home .page-container,
.front-page .page-container {
	/*padding-top: 0;*/
}

.archive-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 40px;
	color: #111111;
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.post-card {
	background: #F1F1F1;
	border-radius: 30px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
	border-radius: 20px;
	overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.post-card:hover .post-thumbnail img {
	transform: scale(1.05);
}

.post-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #111111;
}

.post-title a {
	transition: opacity 0.2s ease;
}

.post-title a:hover {
	opacity: 0.7;
}

.post-excerpt {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #111111;
	flex-grow: 1;
}

.read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	background: #FFDE47;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	color: #111111;
	align-self: flex-start;
	transition: background 0.2s ease;
}

.read-more:hover {
	background: #f5d12e;
}

/* Single post */
.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: 700;
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #111111;
}

.entry-meta {
	color: #666;
	font-size: 14px;
}

.entry-content {
	/*line-height: 1.8;*/
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content a {
	/*color: #FE7A16;
	text-decoration: underline;*/
}

.entry-content a:hover {
	opacity: 0.7;
}

/* Pagination */
.pagination {
	margin-top: 50px;
	text-align: center;
}

.pagination .nav-links {
	display: inline-flex;
	gap: 10px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 8px 12px;
	background: #F1F1F1;
	border-radius: 10px;
	transition: background 0.2s ease;
}

.pagination a:hover {
	background: #FFDE47;
}

.pagination .current {
	background: #FFDE47;
	font-weight: 700;
}

/* Responsive только для 768px (мобильные) */
@media (max-width: 768px) {
	/* Header mobile */
	.site-header {
		position: fixed;
		height: 61px;
	}
	
	.header-container {
		padding: 0 15px;
	}
	
	.main-navigation,
	.header-contacts {
		display: none;
	}
	
	.mobile-header-row {
		display: flex;
	}
	
	.logo-mobile a {
		display: block; /* Возвращаем логотип */
	}
	
	/* Breadcrumbs mobile */
	.breadcrumbs {
		/*margin-top: 80px;  */
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	/* Container padding mobile */
	.archive-container,
	.single-container,
	.page-container {
		padding-top: 60px;
	}
	
	/* Footer mobile */
	.footer-main-row {
		flex-direction: column;
		gap: 30px;
	}
	
	.footer-center {
		width: 100%;
	}
	
	.footer-menu {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.footer-legal {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.footer-right {
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}
	
	.footer-phone span {
		font-size: 28px;
	}
	
	/* Posts grid mobile */
	.posts-grid {
		grid-template-columns: 1fr;
	}
	
	.entry-title {
		font-size: 28px;
	}
	
	.archive-title {
		font-size: 24px;
	}
	.logo-mobile a {
		display: none;
	}
}



.primary-menu .menu-item-highlight a {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	padding: 8px 12px;
	font-weight: 700;
}

.primary-menu .menu-item-highlight a:hover {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}


.post-thumbnail img {
	max-height: 300px;
}
.post-thumbnail img {
	display: none;
}
.posts-grid .post-thumbnail img {
	display: block;
	border-radius: 30px;
}

@media (max-width: 768px) {
	.tk102-slider-arrow-prev {
		left: -10px !important;
	}
	.tk102-slider-arrow-next {
		right: -10px !important;
	}
	.tk103-slider-arrow-prev {
		left: -10px !important;
	}
	.tk103-slider-arrow-next {
		right: -10px !important;
	}
}




.h2-custom h2 {
font-weight: 700;
font-size: 44px;
}
@media (max-width: 768px) {
	.h2-custom h2 {
font-weight: 700;
font-size: 28px;
}
}











/* ===== Benefits Section 104 ===== */
.tk104-benefits-section {
    padding: 60px 0;
    background: #ffffff;
}

.tk104-benefits-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #111111;
    margin-bottom: 40px;
}

.tk104-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.tk104-benefit-item {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 24px;
    background: #F1F1F1;
    border-radius: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tk104-benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tk104-benefit-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tk104-benefit-icon svg {
    width: 50px;
    height: 50px;
}

.tk104-benefit-text {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #111111;
    flex: 1;
}

/* Адаптив для планшетов */
@media (max-width: 1024px) {
    .tk104-benefit-item {
        flex: 0 0 calc(50% - 12px);
    }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .tk104-benefits-section {
        padding: 40px 0;
    }
    
    .tk104-benefits-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .tk104-benefits-grid {
        gap: 16px;
    }
    
    .tk104-benefit-item {
    	    display: flex;
    flex-direction: column;
    align-items: center;
        flex: 0 0 100%;
        padding: 15px 20px;
    }
    
    .tk104-benefit-icon {
        width: 60px;
        height: 60px;
    }
    
    .tk104-benefit-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .tk104-benefit-text {
        font-size: 18px;
        text-align: center;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .tk104-benefit-item {
        gap: 15px;
    }
    
    .tk104-benefit-text {
        font-size: 16px;
    }
}









/* ===== Services Section 105 ===== */
.tk105-services-section {
    padding: 40px 0;
    background: #ffffff;
}

.tk105-services-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}

.tk105-service-item {
    flex: 0 0 calc(50% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px;
    background: #F1F1F1;
    border-radius: 30px;
    min-height: 331px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden; /* Чтобы картинка не вылезала за скругленные углы */
}

.tk105-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.tk105-service-content {
    max-width: 371px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.tk105-service-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #111111;
    margin: 0;
}

.tk105-service-text {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
}

/* Специально для первого блока - текст уже */
.tk105-service-item:first-child .tk105-service-text {
    max-width: 348px;
}

/* Специально для второго блока - текст уже */
.tk105-service-item:last-child .tk105-service-text {
    max-width: 330px;
}

.tk105-service-image {
    position: absolute;
    right: -22px;
    bottom: 10px;
    width: 50%; /* Относительная ширина, чтобы адаптировалось */
    max-width: 548px; /* Но не больше чем в макете */
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.tk105-service-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Адаптив для планшетов */
@media (max-width: 1024px) {
    .tk105-services-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .tk105-service-item {
        flex: 0 0 100%;
        min-height: 300px;
    }
    
    .tk105-service-image {
        width: 50%;
    }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .tk105-services-section {
        padding: 30px 0;
    }
    
    .tk105-service-item {
        padding: 20px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        overflow: visible; /* На мобилке картинка может выходить */
    }
    
    .tk105-service-content {
        max-width: 100%;
    }
    
    .tk105-service-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .tk105-service-text {
        font-size: 16px;
        line-height: 22px;
        max-width: 100% !important; /* Убираем ограничения ширины */
    }
    
    .tk105-service-image {
        position: relative; /* Убираем абсолютное позиционирование */
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 300px; /* Ограничиваем размер на мобилках */
        margin: 20px auto 0; /* Центрируем */
        display: flex;
        justify-content: center;
    }
    
    .tk105-service-image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .tk105-service-title {
        font-size: 22px;
        line-height: 30px;
    }
    
    .tk105-service-text {
        font-size: 15px;
        line-height: 21px;
    }
}



.font-size-28 {
	font-size: 28px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.font-size-28 {
	font-size: 20px;
}
}
.font-size-20 {
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 768px) {
	.font-size-20 {
	font-size: 16px;
}
}
.krug { border-radius:30px; }
.krug .vc_column-inner {border-radius:30px;}




/* Стили списков внутри WPBakery */
.wpb_text_column ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.wpb_text_column ul li {
    margin-bottom: 8px;
    line-height: 1;
}

.wpb_text_column ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

.wpb_text_column ol li {
    margin-bottom: 8px;
    line-height: 1;
}

/* Более аккуратные маркеры */
.wpb_text_column ul li::marker,
.wpb_text_column ol li::marker {
    font-weight: 600;
}


@media (max-width: 768px) {
	.img-correct-bans img {
		max-width: 150px !important;
}
}


.mobile-app-button-correct-width { max-width:300px; }






















/* Основной контейнер формы */
.cf7-form-wrapper-106 {
    display: flex;
    flex-direction: column;
    padding: 36px 40px;
    gap: 20px;
    max-width: 1280px;
    width: 100%;
    min-height: 548px;
    margin: 0 auto;
    background: #F1F1F1;
    border-radius: 30px;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}

/* Заголовок */
.cf7-form-wrapper-106 .cf7-form-title-106 {
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    color: #111111;
}

/* Описание */
.cf7-form-wrapper-106 .cf7-form-description-106 {
    width: 100%;
    max-width: 846px;
    margin: 0 auto;
    text-align: center;
}

.cf7-form-wrapper-106 .cf7-form-description-106 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}

/* Контейнер для всех полей - как Frame 543 */
.cf7-form-wrapper-106 .cf7-fields-container-106 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
}

/* Каждое поле */
.cf7-form-wrapper-106 .cf7-field-item-106 {
    width: calc(50% - 12px); /* 517px в макете */
    min-width: 300px;
}

/* Поле на всю ширину (сообщение) */
.cf7-form-wrapper-106 .cf7-field-fullwidth-106 {
    width: 100%;
}

/* Стили для полей ввода */
.cf7-form-wrapper-106 input[type="text"],
.cf7-form-wrapper-106 input[type="tel"],
.cf7-form-wrapper-106 input[type="email"],
.cf7-form-wrapper-106 textarea {
    width: 100% !important;
    height: 46px !important;
    padding: 10px 20px !important;
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 30px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #111111 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Текстовое поле (сообщение) */
.cf7-form-wrapper-106 textarea {
    height: 92px !important;
    resize: vertical;
}

/* Placeholder */
.cf7-form-wrapper-106 input::placeholder,
.cf7-form-wrapper-106 textarea::placeholder {
    color: #828282 !important;
    opacity: 1;
    font-weight: 500;
}

/* Кнопка отправки */
.cf7-form-wrapper-106 .cf7-field-submit-106 {
    width: 517px; /* Точно как в макете */
}

.cf7-form-wrapper-106 input[type="submit"] {
    width: 100% !important;
    height: 41px !important;
    background: #FFDE47 !important;
    border: none !important;
    border-radius: 30px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    cursor: pointer;
    padding: 0 20px !important;
    margin: 0 !important;
}

.cf7-form-wrapper-106 input[type="submit"]:hover {
    background: #E5C43F !important;
}

/* Чекбокс согласия */
.cf7-form-wrapper-106 .cf7-field-checkbox-106 {
    /* display: flex; */
    /* align-items: center; */
    gap: 8px;
    /* width: 494px; */
    width: 100%;
    text-align: center;
}

/* Кастомный чекбокс */
.cf7-form-wrapper-106 input[type="checkbox"] {
	
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    background: #FFDE47 !important;
    border-radius: 5px !important;
    cursor: pointer;
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    flex-shrink: 0;
    border: none !important;
    margin-bottom: -5px !important;
    padding-right: 10px important;
}

.cf7-form-wrapper-106 input[type="checkbox"]:checked {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') !important;
    background-size: 16px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Текст согласия */
.cf7-form-wrapper-106 .cf7-consent-text-106 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
    margin-left: 10px;
}

/* Убираем лишние отступы CF7 */
.cf7-form-wrapper-106 br {
    display: none;
}

.cf7-form-wrapper-106 p {
    margin: 0;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 768px) {
    .cf7-form-wrapper-106 {
        padding: 24px 20px;
        /*max-width: 320px;*/
        min-height: 825px;
    }

    .cf7-form-wrapper-106 .cf7-form-title-106 {
        font-size: 28px;
        line-height: 38px;
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cf7-form-wrapper-106 .cf7-form-description-106 p {
        min-height: 110px;
        font-size: 16px;
        line-height: 22px;
    }

    .cf7-form-wrapper-106 .cf7-fields-container-106 {
        flex-direction: column;
        gap: 20px;
    }

    .cf7-form-wrapper-106 .cf7-field-item-106 {
        width: 100%;
        min-width: 100%;
    }

    .cf7-form-wrapper-106 input[type="text"],
    .cf7-form-wrapper-106 input[type="tel"],
    .cf7-form-wrapper-106 input[type="email"],
    .cf7-form-wrapper-106 textarea {
        padding: 10px 14px !important;
    }

    /* На мобилке все поля на всю ширину */
    .cf7-form-wrapper-106 .cf7-field-submit-106,
    .cf7-form-wrapper-106 .cf7-field-checkbox-106 {
        width: 100%;
        max-width: 272px;
    }

    .cf7-form-wrapper-106 .cf7-field-checkbox-106 {
        align-items: flex-start;
    }

    .cf7-form-wrapper-106 .cf7-consent-text-106 {
        max-width: 242px;
        line-height: 16px;
    }
}




.contact-row-112-bg {
    background: #F1F1F1;
    border-radius: 30px;
    padding: 30px 30px;
}

.contact-row-112 {
    display: flex;
    align-items: flex-start; /* для верхнего выравнивания иконок с текстом */
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-row-112:last-child {
    margin-bottom: 0;
}

.icon-112 {
    width: 24px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.icon-112 img {
	    margin-top: 3px;
    width: 20px;
    height: 20px;
}

.text-112 {
    flex: 1;
}

.phone-link-112, .link-112 {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

.phone-link-112:hover, .link-112:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-row-112 {
        font-size: 16px;
    }
}








.contact-113-bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 30px;
  gap: 20px;
  width: 459px;
  background: #F1F1F1;
  border-radius: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.contact-113-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #111111;
}

.contact-113-desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
}

.contact-113-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-113-phone img {
  width: 32px;
  height: 32px;
}

.contact-113-phone-link {
  font-weight: 800;
  font-size: 28px; /* увеличенный размер для ровности */
  line-height: 34px;
  color: #111111;
  text-decoration: none;
}

.contact-113-phone-link:hover {
  text-decoration: underline;
}

.contact-113-links {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
}

.contact-113-link {
  color: #FE7A16;
  text-decoration: underline;
}

.contact-113-link:hover {
  color: #d65c00;
}

/* Адаптив */
@media (max-width: 768px) {
  .contact-113-bg {
    width: 100%;
    padding: 15px;
  }
  .contact-113-title {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-113-desc,
  .contact-113-links {
    font-size: 16px;
    line-height: 22px;
  }
  .contact-113-phone-link {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-113-phone img {
    width: 28px;
    height: 28px;
  }
}



.font-size-18 {
	font-size: 18px;
}
@media (max-width: 768px) {
	.font-size-18 {
		font-size: 16px;
	}
}
.font-size-24 {
	font-size: 24px;
}
@media (max-width: 768px) {
	.font-size-24 {
		font-size: 20px;
	}
}









.driver-benefits ul {padding-left: 10px !important;}
.driver-benefits {
	list-style: none !important;
	
}

.driver-benefits {

padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 15px;
}

.driver-benefits li {
position: relative;
padding-left: 36px;
font-family: "Nunito Sans", sans-serif;
font-size: 18px;
line-height: 25px;
color: #111;
}

.driver-benefits li::before {
content: "";
position: absolute;
left: 0;
top: 0px;
width: 24px;
height: 24px;
background-image: url("/wp-content/uploads/2026/03/akar-icons_check-box-fill.png");
background-size: contain;
background-repeat: no-repeat;
}

.driver-benefits strong {
display: block;
font-weight: 700;
font-size: 22px;
line-height: 20px;
margin-bottom: 6px;
}



.font-size-22 {
	font-size: 22px;
	font-weight: 500;
}

.font-size-32 {
	font-size: 32px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.font-size-32 {
	font-size: 28px;
}
.font-size-22 {
	font-size: 17px;
}
}




.tel-futeru-block a{
font-family: "Nunito Sans", sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 30px;
color: #FE7A16;
text-decoration: none;
display: inline-block;
}

.tel-futeru-block a:hover{
text-decoration: underline;
}












/* ===== ФОРМА 107 ===== */
.cf7-form-wrapper-107 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 0px 40px;*/
    gap: 20px;
    max-width: 520px; /* Компактная ширина под 2 поля */
    width: 100%;
    margin: 0 0 0 auto;
    background: #F1F1F1;
    border-radius: 30px;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}

/* Контейнер для полей (как Frame 516) */
.cf7-form-wrapper-107 .cf7-fields-group-107 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 100%;
}

/* Каждое поле ввода (Frame 541, 542) */
.cf7-form-wrapper-107 .cf7-field-item-107 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
}

/* Стили для полей ввода */
.cf7-form-wrapper-107 input[type="text"],
.cf7-form-wrapper-107 input[type="tel"] {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #111111 !important;
    margin: 0 !important;
    outline: none !important;
}

/* Placeholder */
.cf7-form-wrapper-107 input::placeholder {
    color: #828282 !important;
    opacity: 1;
    font-weight: 500;
}

/* Контейнер для кнопки и чекбокса (Frame 517) */
.cf7-form-wrapper-107 .cf7-form-footer-107 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 300px;
    margin-top: 4px;
}

/* Кнопка отправки (Group 1000001378) */
.cf7-form-wrapper-107 .cf7-field-submit-107 {
    width: 100%;
}

.cf7-form-wrapper-107 input[type="submit"] {
    width: 100% !important;
    height: 41px !important;
    background: #FFDE47 !important;
    border: none !important;
    border-radius: 30px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    cursor: pointer;
    padding: 0 20px !important;
    margin: 0 !important;
}

.cf7-form-wrapper-107 input[type="submit"]:hover {
    background: #E5C43F !important;
}

/* Контейнер для чекбокса с текстом (Label) */
.cf7-form-wrapper-107 .cf7-field-checkbox-107 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    min-height: 32px;
}

/* Кастомный чекбокс */
.cf7-form-wrapper-107 input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    background: #FFDE47 !important;
    border-radius: 5px !important;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    flex-shrink: 0;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cf7-form-wrapper-107 input[type="checkbox"]:checked {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') !important;
    background-size: 16px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Текст согласия */
.cf7-form-wrapper-107 .cf7-consent-text-107 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
}

/* Убираем лишние отступы CF7 */
.cf7-form-wrapper-107 br {
    display: none;
}

.cf7-form-wrapper-107 p {
    margin: 0;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 768px) {
    .cf7-form-wrapper-107 {
        padding: 24px 20px;
        max-width: 400px;
    }
    ul.driver-benefits {
    	padding-left: 0px !important;
    }
    
    .cf7-form-wrapper-107 .cf7-form-footer-107 {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .cf7-form-wrapper-107 {
        padding: 20px 16px;
        border-radius: 20px;
    }
    
    .cf7-form-wrapper-107 .cf7-field-item-107 {
        padding: 10px 16px;
    }
    
    .cf7-field-checkbox-107 {
        align-items: flex-start !important;
    }
    
    .cf7-form-wrapper-107 .cf7-consent-text-107 {
        font-size: 11px;
        line-height: 14px;
    }
}

















/* ===== ФОРМА 109 ===== */
.cf7-form-wrapper-109 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 20px;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    background: #F1F1F1;
    border-radius: 30px;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}

/* Убираем лишние отступы CF7 */
.cf7-form-wrapper-109 br {
    display: none;
}

.cf7-form-wrapper-109 p {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Сетка полей */
.cf7-form-wrapper-109 .cf7-fields-grid-109 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 30px;
    width: 100%;
}

/* Стандартное поле */
.cf7-form-wrapper-109 .cf7-field-item-109 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    width: calc(50% - 15px);
    min-width: 260px;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
}

/* Стили для инпутов */
.cf7-form-wrapper-109 .cf7-field-item-109 input[type="text"],
.cf7-form-wrapper-109 .cf7-field-item-109 input[type="tel"],
.cf7-form-wrapper-109 .cf7-field-item-109 input[type="email"],
.cf7-form-wrapper-109 .cf7-field-item-109 input[type="number"] {
    width: 100% !important;
    height: 26px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #111111 !important;
    margin: 0 !important;
    outline: none !important;
}

/* Placeholder */
.cf7-form-wrapper-109 .cf7-field-item-109 input::placeholder {
    color: #828282 !important;
    opacity: 1;
    font-weight: 500;
}

/* Контейнер для полей с переключателями */
.cf7-form-wrapper-109 .cf7-fields-switches-109 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

/* Поле с переключателем */
.cf7-form-wrapper-109 .cf7-field-switch-109 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
}

/* Текст в поле с переключателем */
.cf7-form-wrapper-109 .cf7-switch-label-109 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
}

/* Контейнер для переключателя */
.cf7-form-wrapper-109 .cf7-switch-control-109 {
    position: relative;
    width: 65px;
    height: 30px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Стили для оберток CF7 */
.cf7-form-wrapper-109 .cf7-switch-control-109 .wpcf7-form-control-wrap,
.cf7-form-wrapper-109 .cf7-switch-control-109 .wpcf7-checkbox,
.cf7-form-wrapper-109 .cf7-switch-control-109 .wpcf7-list-item,
.cf7-form-wrapper-109 .cf7-switch-control-109 .wpcf7-list-item label {
    display: block;
    width: 65px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Прячем оригинальный чекбокс */
.cf7-form-wrapper-109 .cf7-switch-control-109 input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 65px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

/* Фон переключателя */
.cf7-form-wrapper-109 .cf7-switch-control-109 .switch-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 30px;
    background: #DCDCDC;
    border-radius: 30px;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 1;
}

/* Кружок переключателя */
.cf7-form-wrapper-109 .cf7-switch-control-109 .switch-handle {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 30px;
    top: 3px;
    left: 3px;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Включенное состояние - оранжевый фон */
.cf7-form-wrapper-109 .cf7-switch-control-109 input[type="checkbox"]:checked ~ .switch-bg {
    background: #FE7A16;
}

/* Кружок переезжает вправо */
.cf7-form-wrapper-109 .cf7-switch-control-109 input[type="checkbox"]:checked ~ .switch-handle {
    transform: translateX(35px);
}

/* Футер формы */
.cf7-form-wrapper-109 .cf7-form-footer-109 {
    display: flex;
        flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 494px;
    margin-top: 10px;
}

/* Кнопка отправки */
.cf7-form-wrapper-109 .cf7-field-submit-109 {
    width: 300px;
}

.cf7-form-wrapper-109 .cf7-field-submit-109 input[type="submit"] {
    width: 100% !important;
    height: 41px !important;
    background: #FFDE47 !important;
    border: none !important;
    border-radius: 30px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    cursor: pointer;
    padding: 0 20px !important;
    margin: 0 !important;
}

.cf7-form-wrapper-109 .cf7-field-submit-109 input[type="submit"]:hover {
    background: #E5C43F !important;
}

/* Чекбокс согласия */
.cf7-form-wrapper-109 .cf7-field-checkbox-109 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    min-height: 22px;
}

.cf7-form-wrapper-109 .cf7-field-checkbox-109 .wpcf7-form-control-wrap,
.cf7-form-wrapper-109 .cf7-field-checkbox-109 .wpcf7-list-item {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}

.cf7-form-wrapper-109 .cf7-field-checkbox-109 input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    background: #FFDE47 !important;
    border-radius: 5px !important;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    flex-shrink: 0;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cf7-form-wrapper-109 .cf7-field-checkbox-109 input[type="checkbox"]:checked {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') !important;
    background-size: 16px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Текст согласия */
.cf7-form-wrapper-109 .cf7-consent-text-109 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .cf7-form-wrapper-109 {
        padding: 30px 20px;
    }
    
    .cf7-form-wrapper-109 .cf7-field-item-109 {
        width: 100%;
    }
    
    .cf7-form-wrapper-109 .cf7-field-submit-109 {
        width: 100%;
        max-width: 300px;
    }
    
    .cf7-form-wrapper-109 .cf7-form-footer-109 {
        align-items: center;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .cf7-form-wrapper-109 {
        padding: 20px 16px;
        border-radius: 20px;
    }
    
    .cf7-form-wrapper-109 .cf7-field-item-109,
    .cf7-form-wrapper-109 .cf7-field-switch-109 {
        padding: 10px 16px;
    }
    
    .cf7-consent-text-109 {
        font-size: 11px;
        line-height: 14px;
    }
}

.cf7-field-checkbox-109 .wpcf7-form-control-wrap {
	    top: 5px;
    left: -5px;
}



.tel-120{
	margin-top: 15px;
display:block;

max-width:515px;
width:100%;

font-family:'Nunito Sans',sans-serif;
font-style:normal;
font-weight:800;

font-size:32px;
line-height:44px;

text-align:center;

color:#FE7A16;

text-decoration:none;
}

.tel-120:hover{
text-decoration:underline;
}
@media (max-width: 768px) {
	.tel-120 {
font-size: 24px;
	}
	.acf-contacts-wrapper-108 {
		        max-width: 600px !important;
	}
}




.archive-container .breadcrumbs {display: flex !important;}
.single-container .breadcrumbs, .single-container .entry-title {display: flex !important;}









.archive-title {
    font-size: 44px;}


.calc-title {
	max-width: 900px !important;
}




.vc_column_container>.vc_column-inner {

    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media (max-width: 768px) {
	.vc_column_container>.vc_column-inner {

    padding-left: 15px !important;
    padding-right: 15px !important;
}
}