/**
Theme Name: MyDaoSeo
**/

.youtube__block {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 177.77%;
}
.youtube__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubes {
	--slider-width: 25%
}
.youtubes .noSLider .slider__items {
	justify-content: center
}

.trucks__block__img,
.cars__block__img,
.transportation__block__img {
	height: 0;
	padding-top: 65%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.popup .wpcf7-response-output {
	margin: var(--gap-width) 0 0 0;
}

.banner__form form {
	padding-bottom: var(--gap-width);
}

.banner__form form .form__bottom {
	padding-bottom: 0;
}

.banner__form .wpcf7 form .wpcf7-response-output {
	color: black;
    margin: var(--gap-width) var(--gap-width) 0 var(--gap-width);
}

.cities {
	--ul-color: var(--main-color);
}
.cities__block {
	position: relative;
	padding-left: 16px;
}
.cities__block:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--ul-color);
}

@media (max-width: 991px) {
	.youtubes {
		--slider-width: 33.33333333%
	}
}


@media (max-width: 767px) {
	.youtubes {
		--slider-width: 50%
	}
}

@media (max-width: 575px) {
	.cities .col-6 {
		padding-right: 6px;
	}
	.cities .col-6:nth-child(2n) {
		padding-right: 12px;
		padding-left: 6px;
	}
	.youtubes {
		--slider-width: 100%
	}
}
