/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 07 2026 | 09:54:04 */
/* Общие стили для отключения outline */
:active, :hover, :focus, input {
    outline: 0;
    outline-offset: 0;
}

/* Отключение выделения текста для всех элементов 
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/

/* Отключение подтягивания номеров телефонов на числовых полях для iPhone */
body {
    font-feature-settings: 'pnum' on, 'lnum' on;
}

/* Защита от прыжков */
html, body {
    scroll-behavior: auto !important;
}

.dd-nav-link.w-dropdown-link.w--current {
	border-bottom: 1px solid var(--orange);
	color: #fff;
}

@media screen and (max-width: 991px) {
	.dd-nav.w-dropdown-list {
		left: 50%;
		transform: translateX(-50%);
	}
	.burger__lang .lang-item {
		display: inline;
		list-style: none;
		padding: 0 10px;
	}
	.burger__lang .lang-item:not(:last-child) {
		border-right: 1px solid #fff;
	}
	.burger__lang .lang-item a {
		color: #ffa555;
		text-decoration: none;
	}
	.burger__lang .lang-item a[aria-current="true"]{
		color: #fff;
	}
}


/* Language switcher */
.lang div .pll-switcher-select{
	border: none;
	color: var(--light);
	background: transparent;
	cursor: pointer;
}
.pll-switcher-select {
  padding: 5px 5px;
}
.pll-switcher-select option {
	background: var(--light);
  	color: var(--dark);
}
/* Для Firefox */
.pll-switcher-select::-ms-expand {
  display: none;
}

/* Style CF7 */
.wpcf7 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.wpcf7 form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 .form-field {
	width: 100%;
	background: transparent;
	color: var(--dark);
	border-radius: 0px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: var(--orange) 1px solid;
	padding: 10px 10px;
	margin: 5px 0;
	font-size: 14px;
}
.wpcf7 label {
	font-weight: 400;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 0px;
	color: var(--dark);
}
.wpcf7 label a {
	color: var(--dark);
}
.wpcf7 .form-btn-wrap {
	display: inline-block;
	position: relative;
	height: 102px;
}
.wpcf7 .btn-round {
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7 .btn-arrow {
	position: absolute;
	top: 40px;
	right: 0px;
}
.wpcf7 .form-btn {
	display: block;
	background: var(--white);
	color: var(--dark);
	text-transform: uppercase;
  	font-weight: 600;
	padding: 40px 60px;
	border-radius: 0px;
	border: none;
	transition: all 0.5s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
}
.wpcf7 .form-btn:hover {
	background: var(--white);
	color: var(--dark);
	border: 1px solid var(--accent);
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}

/* Скрыть стандартный чекбокс */
.wpcf7 input[type="checkbox"].gdpr-agree {
    display: none;
}

/* Стилизация контейнера чекбокса */
.wpcf7 input[type="checkbox"].gdpr-agree + .wpcf7-list-item-label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
}

/* Создание псевдоэлемента для кастомного чекбокса */
.wpcf7 input[type="checkbox"].gdpr-agree + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--orange);
    background: #fff;
    border-radius: 2px;
}

/* Изменение цвета активного чекбокса */
.wpcf7 input[type="checkbox"].gdpr-agree:checked + .wpcf7-list-item-label:before {
    background: var(--orange); /* Цвет активного чекбокса */
    border-color: var(--orange); /* Цвет рамки активного чекбокса */
}

/* Стилизация галочки */
.wpcf7 input[type="checkbox"].gdpr-agree:checked + .wpcf7-list-item-label:after {
    content: '\2713'; /* Символ галочки */
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 12px;
    color: #fff; /* Цвет галочки */
}

/* Уведомления об ошибках */
.wpcf7 .wpcf7-not-valid-tip {
	display: inline;
	margin-left: 7px;
	padding: 2px 5px;
	font-size: 14px;
	color: #ff0000;
}
/* Общий стиль для всех сообщений */
.wpcf7-response-output {
    padding: 15px;
    margin: 20px 0;
    border-radius: 0px;
    font-weight: 500;
    text-align: center;
	font-size: 14px;
}
/* Успешная отправка — зелёный фон */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
/* Ошибки — красный фон */
.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* phone coutry list */
.iti.iti--allow-dropdown {
	width: 100%;
}
.iti__selected-flag {
	padding: 10px !important;
}
.iti__flag {
	margin-right: 5px !important;
}
.iti__flag-container:hover {
	background: rgba(255, 165, 85, 0.2)!important;
	border-raduis: 30px!important;
}
.iti__country {
    padding: 2px 0 !important;
}
.iti__country-list {
	padding: 10px !important;
}
.iti__flag-box, .iti__country-name {
    margin-right: 5px !important;
}
.wpcf7 .iti__selected-flag::after{
	content: '*';
	position: absolute;
	right: 15px;
	top: 0px;
	opacity: .7;
	font-size: 14px;
}
.wpcf7 .error.phone-error {
	font-size: 14px;
	color: red;
}

/* Страница "О нас" - Цифры */
.about-number-wrap .punct.center:not(:last-child) {
    border-bottom: 1px solid var(--orange);
}


.realman-agent-photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	max-height: 350px;
}
