/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 29 2024 | 04:38:12 */
/* Скрытие outline у форм */
input {
	outline: none;
}
/* Конец - Скрытие outline у форм */

/* Transition для Contact Form 7 */

.wpcf7-form-control.wpcf7-submit {
    transition: all 0.7s;
}

input[type="submit"] {
	transition: all .3s;
}

/* Конец - Transition для Contact Form 7 */

/* Верстка колонок для contact form7 от crocoblock - Начало */
.center {
	margin: 0 auto;
}

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}}
/* Конец - верстка колонок для contact form7 от crocoblock */

/*  Убирает отступ у acceptance в формах */

span.wpcf7-list-item {
    margin: 0;
}

/* Конец - Убирает отсутп у acceptance в формах */

/*  Кастомный чекбокс */

.wpcf7-list-item-label {
    left: 0.4vw;
}

.wpcf7 input[type=checkbox] {
	display: none;
}

.wpcf7 input[type=checkbox] + span {
    position: relative;
    padding-left: 1.25vw;
    cursor: pointer;
}

.wpcf7 input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	left: -0.15vw;
	top: -0.35vw;
	width: 1.2vw;
	height: 1.2vw;
	border: 0.15vw solid darkgray;
	border-radius: 0.15vw;
	background-color: white;
	transition: all .5s;
}

.wpcf7 input[type=checkbox]:checked + span::after {
	content: '';
	position: absolute;
	left: 0.25vw;
	top: -0.2vw;
	width: 0.4vw;
	height: 0.75vw;
	border-right: 0.15vw solid green;
	border-bottom: 0.15vw solid green;
	transform: rotate(40deg);
	transition: all .5s;
}

@media (max-width: 1030px) {
.wpcf7 input[type=checkbox] + span {
    position: relative;
    padding-left: 1.8vw;
    cursor: pointer;
}

.wpcf7 input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	left: -0.05vw;
	top: -0.4vw;
	width: 1.6vw;
	height: 1.6vw;
	border: 0.2vw solid darkgray;
	border-radius: 0.25vw;
	background-color: white;
	transition: all .5s;
}

.wpcf7 input[type=checkbox]:checked + span::after {
	content: '';
	position: absolute;
	left: 0.5vw;
	top: -0.2vw;
	width: 0.55vw;
	height: 0.95vw;
	border-right: 0.2vw solid green;
	border-bottom: 0.2vw solid green;
	transform: rotate(40deg);
	transition: all .5s;
}
}

@media (max-width: 599px) {
.wpcf7 input[type=checkbox] + span {
    position: relative;
    padding-left: 6vw;
    cursor: pointer;
}

.wpcf7 input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	left: -0.05vw;
	top: -1.6vw;
	width: 5vw;
	height: 5vw;
	border: 0.5vw solid darkgray;
	border-radius: 0.75vw;
	background-color: white;
	transition: all .5s;
}

.wpcf7 input[type=checkbox]:checked + span::after {
	content: '';
	position: absolute;
	left: 1.55vw;
	top: -1vw;
	width: 1.75vw;
	height: 2.95vw;
	border-right: 0.6vw solid green;
	border-bottom: 0.6vw solid green;
	transform: rotate(40deg);
	transition: all .5s;
}
}

.wpcf7 input[type=checkbox]:checked:hover + span::before {
	border-color: #61CE70;
}

.wpcf7 input[type=checkbox]:not(:checked) + span::before {
	background-color: red;
}

.wpcf7 input[type=checkbox]:not(:checked):hover + span::before {
	border-color: #510113;
}

.wpcf7 input[type=checkbox]:not(:checked):hover + span::before {
	border-color: #510113;
}

/*  Конец - кастомный чекбокс */

/*  Убирает br в формах */

.cf-container.no-br br {
	display: none;
}

/* Конец - Убирает br в формах */

/* Сокрытие ajax-loader у CF7 */

.ajax-loader {
	display: none !important;
}

/* Конец - Сокрытие ajax-loader у CF7 */

/* Сокрытие сообщения об ошибке или отправке формы CF7 */

.wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;
}

/* Конец - Сокрытие сообщения об ошибке или отправке формы CF7 */

/* Курсор при наведении на кнопку */

.mycursor {
	cursor: pointer;
}

.mycursorbtn .elementor-button {
	cursor: pointer;
}

/* Конец - Курсор при наведении на кнопку */

/* Убрать отступ у svg вставленного через HTML-код */
.gw-svgnolineheight .elementor-widget-container {
	line-height: 0;
}
/* Конец - Убрать отступ у svg вставленного через HTML-код */

/* Высота видео-iframe */
.video-iframe {
	height: 37.5vw;
}

@media (max-width: 992px) {
.video-iframe {
	height: 55.9896vw;
}
}

@media (max-width: 480px) {
.video-iframe {
	height: 56.4103vw;
}
}
/* Конец - Высота видео-iframe */
