/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */
:root {
    --secondary: #1e87e8;
}
.logo__white {
    display: none;
}
.dark .logo__white {
    display: block;
}
.dark .logo__black {
    display: none;
}


.contacts_box {
    margin-bottom:24px;
}

.faq__text p {
	margin-bottom: 16px;
}

.faq__text strong {
	font-weight: 600;
}

.faq__text ul,
.faq__text ol {
	font-family Montserrat, sans-serif;
	font-size: 14px;
	line-height 21px;
}

.faq__text ul li ,
.faq__text ol li {
	margin-bottom: 4px;
}

.s-request__btn:hover {
	background: #fff;
	color:var(--secondary);
}

.s-request__full-btn {
	color:var(--secondary);
}

.office {
	align-items: flex-start;
}


.price-breakdown__desc {
    font-family Montserrat, sans-serif;
	font-size: 12px;
	line-height 14px;
}

.review-card__thumbs {
    gap:10px;
}

.card-row__img img {
    mix-blend-mode: normal;
}

@media screen and (max-width: 1739px) {
    .form-group__double {
        height: 60px;
    }
}

.dark .price-breakdown--abs {
    background:#000 !important;
}

.tags__holder {
    margin: 50px 0 20px 0;
}

.tags__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tags__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags__item {
    padding: 0px 12px;
    line-height: 44px;
    border: 1px solid #eeebde;
    border-radius: 40px;
    text-decoration: none;
    color: var(--font-dark);
    background: #fff;
    transition: all .25s;
}
.tags__item:hover {
    background: #eeebde;
}

.banner {
    background-color: rgba(255, 0, 0, 0.8); /* Белый полупрозрачный фон */
    color: white; /* Цвет текста */
    padding: 15px;
    border-radius: 50px; /* Закругленные углы */
    text-align: center;
    width: 100%; /* Ширина блока баннера */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Легкая тень */
}

.banner svg {
    fill: white; /* Цвет иконки */
    width: 60px;
    height: 60px;
}

.banner span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    padding: 0;
    row-gap: 10px;
    column-gap: 10px;
}
.city__select {
    background: transparent;
    border: none;
}
.car-card__fav {
    background: transparent;
    border: none;
}

.card-row-gallery {
    width: 368px
}

.card-row-gallery .pic {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 0
}

.card-row-gallery .list {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 10px
}

.card-row-gallery .list .item {
    width: auto;
    flex-grow: 1;
    overflow: visible;
    display: block;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.card-row-gallery .list .item:first-child .img {
    display: block;
    z-index: 1
}

.card-row-gallery .list .item:first-child .img img {
    opacity: 1;
    transition: 1s
}

.card-row-gallery .list .item:hover .dot {
    background: var(--secondary)
}

.card-row-gallery .list .item:hover .img {
    display: block;
    z-index: 1
}

.card-row-gallery .list .item:hover .img img {
    opacity: 1;
    transition: 1s
}

.card-row-gallery .list .img {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px 0 0 29px;
    overflow: hidden
}

.card-row-gallery .list .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s
}

.card-row-gallery img.no_pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 29px 0 0 29px;
    opacity: 1;
    transition: 1s
}

.card-row-gallery .dot_box {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5px;
    padding-left: 5px
}

.card-row-gallery .dot {
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    margin-bottom: 5px;
    transition: .3s linear
}

.card-row-gallery .loading {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.card-row-gallery .loading i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,255,255,.2);
    border-right: 1.1em solid rgba(255,255,255,.2);
    border-bottom: 1.1em solid rgba(255,255,255,.2);
    border-left: 1.1em solid #fff;
    transform: translateZ(0);
    animation: 1.1s linear infinite spinner;
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.card-row-gallery .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    min-height: 187px
}

.card-row-gallery .buttons .btn {
    width: 80%
}

.card-row-gallery .slick-dots {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.card-row-gallery .slick-dots li {
    overflow: hidden;
    text-indent: -999px;
    height: 4px;
    width: 40%;
    background: #333
}

.card-row-gallery .slick-dots li.slick-active {
    background: var(--secondary)
}

.card-row-gallery .slider_pic {
    border-radius: 9px 9px 0 0;
    display: block;
    color: #fff;
    font-size: 12px;
    min-height: 187px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.price-breakdown .text-gray {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 1739px) {
    .price-breakdown .text-gray {font-size: 12px;}
    .card-row-gallery {width: 250px;}
}

@media screen and (max-width: 1199px) {
    .card-row-gallery {width: 150px;}
}
@media screen and (max-width: 1023px) {
    .card-row-gallery {width: 100%;}
    .card-row-gallery .list {height: 380px;}
}
@media screen and (max-width: 575px) {
    .card-row-gallery .list {height: 320px;}
}
@media screen and (max-width: 480px) {
    .card-row-gallery .list {height: 260px;}
}

.track-auto__title + .track-auto__info.track-auto__params {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

.status {
    font-size: 12px;
}

.red {
    color: #ef2222 !important;
}
.topline {
    position: relative;
    padding: 7px 80px;
    background: #b51f1f;
}

.topline__close {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.topline__close svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    transition: .3s linear;
}

.topline__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
}

.topline__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    gap: 5px;
    width: 92px;
    height: 26px;
    margin-left: 8px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: rgba(0,0,0,.2);
    transition: .3s linear;
}

.topline__btn svg {
    width: 13px;
    height: 8px;
    fill: #fff;
    transition: .3s linear;
}

.topline__text {
    display: flex;
    gap: 20px;
    align-items: center;
}

.topline__text p {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
    color: #fff
}

.topline__text p strong {
    font-weight: 600
}

.topline__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    padding-right: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,.2)
}

.topline__icon svg {
    width: 12px;
    height: 12px;
    fill: #fff
}

.review-card___video {
	display: block;
	height: 300px;
	margin-bottom: 20px;
	border-radius: 25px;
	overflow: hidden;
}

.review-card___video a.video {
	display: block;
	object-fit: cover;
	width: 100%;
}

.review-card___video a.video:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
	background: url(../img/icons/play_white.svg) no-repeat 50% 50% var(--secondary);
	background-size: 24px 24px;
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: .8;
	transition: 1s;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.review-card___video:hover a.video:after {
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	transition: .5s;
}

.review-card___video a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-width: calc(100% + 5px);
	min-height: calc(100% + 5px);
}

.review-card___video {
	position: relative;
	display: flex;
	width: 100%;
	min-width: 100%;
	align-items: center;
	justify-content: center;
	background: #000;
}

.carousel .review-card___video {
	height: 230px;
}

@media (max-width: 1739px) {
	.review-card___video {
		height: auto;
		max-height: 300px;
	}
}

@media (max-width: 1199px) {
	.review-card___video {height: 248px;}
}

@media (max-width: 1023px) {
	.review-card___video {height: 186px;}
}

@media (max-width: 767px) {
	.review-card___video {height: 270px;}
}

@media (max-width: 575px) {
	.review-card___video {
		border-radius: 15px;
		height: auto;
	}
	.review-card___video a.video {
		display: block;
		min-width: 100px;
		min-height: 100px;
	}
	.review-card___video a img {
		min-width: 100px;
		min-height: 100px;
	}
}

@media (max-width: 480px) {
	.review-card___video {height: 180px;}
}

@media (min-width:1200px) and (max-width:1739px) {
	.review-card___video.youtube {max-height: 250px;}
}

@media (min-width:768px) and (max-width:1024px) {
	.review-card___video {max-height: 200px;}
}

.fancybox__content {
    width: 100%;
    height: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    aspect-ratio: 16 / 9 !important;
    padding: 0 !important;
    background: #000;
}

.fancybox__content iframe {
    width: 100%;
    height: 100%;
    max-width: 1024px !important;
    max-height: 768px !important;
    display: block !important;
    margin: 0 auto;
    aspect-ratio: 16 / 9 !important;
}