<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/auto/components/belberry/catalog.cars/catalog/belberry/catalog.cars.element/.default/style.css?17382243053101*/
.question {
    width: 100%;
    min-height: 232px;
    margin-top: 35px;
    margin-bottom: 50px;
    background-color: #1F1F1F;
    border-radius: 10px;
}

.question__p {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 35px;
}

.que__form__input {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: nowrap;
}

.question input[type="text"],
.question input[type="tel"] {
    width: 203px;
    height: 48px;
    background: #EBEBEC;
    border-radius: 10px;
    left: calc(50% - 99px/2 + 0.5px);
    top: calc(50% - 22px/2);
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.que__btn {
    width: 240px;
    height: 50px;
    background: #CF2A39;
    border: none;
    border-radius: 10px;
    left: calc(50% - 100px/2);
    top: calc(50% - 22px/2 - 2px);
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.question form p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0;
	margin-top: 0;
}

.que__form__personal {
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.que__form__personal .checkbox__label {
    display: flex;
    align-items: center;
	justify-content: center;
  }

.que__form__personal .checkbox__label-input {
    opacity: 0;
    visibility: visible;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }

.que__form__personal .checkbox__label-span {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
  }

.que__form__personal .checkbox__label input[type="checkbox"]:checked + span {
    background: var(--red);
  }
.que__form__personal .checkbox__label input[type="checkbox"]:checked + span::after {
    content: url(/local/templates/auto/img/spec-offers/checkmark-white.svg);
    position: static;
    width: 10px;
    height: 10px;
  }


@media screen and (max-width: 640px) {
    .que__form {
        margin: 0;
    }
    .que__form__input {
        text-align: center;
        display: block;
    }
    .question input[type="text"],
    .question input[type="tel"] {
        margin-right: 0;
    }
}

@media screen and (max-width: 1020px) {
    .que__form {
        margin: 0 35px;
    }
    .que__form__input {
        flex-wrap: nowrap;
    }
    .que__form__personal {
        padding-bottom: 20px;
		padding: 20px;
    }
}

@media screen and (max-width: 650px) {
	.colorDescName {
		width: 100%;
		text-align: center;
	}

    .template-item-car .car-intro .car-intro__photo&gt;div&gt;div:nth-child(3) {
     	flex-wrap: wrap;
	}
}
/* End */
/* /local/templates/auto/components/belberry/catalog.cars/catalog/belberry/catalog.cars.element/.default/style.css?17382243053101 */
</pre></body></html>