

/* Start:/bitrix/templates/lombard/components/bitrix/news.list/assortment/style.css?16764836471328*/
.assortment-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.assortment-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.assortment-item__container {
    padding: 10px;
    height: 100%;
}

.assortment-item--new {
    border: 2px solid;
    border-image: linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d) 1;
}

.assortment-item__title {
    font-weight: bold;
    margin-top: 25px;
    line-height: 1;
    font-size: 16px;
}

.assortment-item__desc {
    line-height: 1.3;
    margin-top: 10px;
    font-size: 15px;
}

.assortment-item__icon {
    height: 140px;
}

.assortment-item__icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.assortment-item__new-sticker-container {
    height: 30px;
    text-align: right;
}

.assortment-item__new-sticker {
    display: inline-block;
    padding: 0 20px;
    margin-left: auto;
    color: #ffc90e;
    background: #e6332a;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
}

@media (max-width:1023px) {
    .assortment-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 560px) {
    .assortment-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* End */


/* Start:/bitrix/templates/lombard/components/bitrix/news.list/recently-rated-mainpage/style.css?16764836473790*/
.recently-rated {
	padding: 20px 15px 40px 15px;
}

.recently-rated--mainpage .recently-rated__items-list {
	padding: 0 25px;
}

.recently-rated__title {
	font-family: 'Roboto-Medium', sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}

.recently-rated__items-list {
	display: flex;
	margin-top: 25px;
	padding: 0 25px;
}

.recently-rated__item {
	cursor: pointer;
	background: linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d);
	padding: 2px;
	border-radius: 10px;
}

.recently-rated__inner {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.recently-rated__image {
	height: 140px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	overflow: hidden;
}

.recently-rated__image img {
	width: auto !important;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.recently-rated__desc {
	line-height: 1;
	font-size: 12px;
	color: #656565;
	padding: 15px;
	background: #f6f6f6;
}

.recently-rated__price {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.recently-rated__name {
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 52px;
}

.recently-rated__separator {
	width: 90%;
	height: 2px;
	margin: auto;
	background: #2786d2;
}

.recently-rated__text {
	margin-bottom: 2px;
}

.recently-rated__text--gave {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.recently-rated__items-list.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}

.recently-rated__items-list.owl-carousel .owl-nav .owl-prev,
.recently-rated__items-list.owl-carousel .owl-nav .owl-next {
	width: 12px;
	height: 28px;
}

.recently-rated__items-list.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.recently-rated__items-list.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.recently-rated__checkmark {
	height: 34px;
	width: 34px;
	background-image: url(/bitrix/templates/lombard/images/green-checkmark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}

.recently-rated__evaluate-btn,
.recently-rated__evaluate-btn:hover {
	font-family: 'Roboto-Medium', sans-serif;
	color: #000;
	background: #fff;
	padding: 10px 30px;
	margin: auto;
	display: block;
	width: fit-content;
	font-size: 17px;
	border-radius: 25px;
	line-height: 20px;
}

.recently-rated__evaluate-btn-container {
	border-radius: 25px;
	margin: 25px auto 0 auto;
	display: none;
}

@media (max-width:1366px) {
	.recently-rated__price {
		font-size: 14px;
	}

	.recently-rated__checkmark {
		height: 30px;
		width: 30px;
	}

	.recently-rated__desc {
		padding: 15px 10px;
	}
}

@media (max-width:1023px) {
	.recently-rated__evaluate-btn-container {
		display: block;
	}

	.recently-rated__title {
		font-size: 22px;
	}

	.recently-rated {
		padding: 5px 15px 40px 15px;
	}

	.recently-rated__price {
		font-size: 15px;
	}

	.recently-rated__desc {
		font-size: 8px;
	}

	.recently-rated__name {
		font-size: 12px;
		height: 42px;
	}
}

@media (max-width:767px) {
	.recently-rated {
		padding: 20px 15px 40px 15px;
	}

	.recently-rated__title {
		font-size: 22px;
	}

	.recently-rated__price {
		font-size: 18px;
		line-height: 1;
		margin: 4px 0 3px 0;
	}

	.recently-rated__text {
		font-size: 16px;
		margin: 0;
	}

	.recently-rated__name {
		font-size: 16px;
		margin-top: 1px;
		height: 58px;
	}

	.recently-rated__items-list.owl-carousel .owl-nav .owl-prev,
	.recently-rated__items-list.owl-carousel .owl-nav .owl-next {
		width: 8px;
		height: 24px;
	}
}
/* End */


/* Start:/bitrix/components/custom/evaluate-form/templates/one-step/style.css?174321768720312*/
.evaluate-form {
	height: 100%;
	background: linear-gradient(to right, #1F71B8, #5e5495, #bd3737, #e73e1d, #fe1a26);
	padding: 1px;
	font-family: 'Open Sans';
}

.evaluate-form__white-bg {
	background: #fff;
	padding: 15px;
}

.evaluate-form__select-type {
	margin-bottom: 35px;
}

/* switch styles */
.evaluate-form__select-type-switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 44px;
	margin: 0 20px 0 20px;
	flex-shrink: 0;
}

.evaluate-form__select-type-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.evaluate-form__select-type-switch input:focus + .evaluate-form__select-type-slider {
	box-shadow: 0 0 1px #2196f3;
}

.evaluate-form__select-type-slider.evaluate-form__select-type-round {
	border-radius: 34px;
	transform: none;
	background-origin: border-box;
	background-clip: content-box, border-box;
	border: double 1.28px transparent;
	border-radius: 25px;
	background-image: linear-gradient(white, white), linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d);
}

.evaluate-form__select-type-slider.evaluate-form__select-type-round:before {
	border-radius: 50%;
	border: double 2px #fff;
}

.evaluate-form__select-type-slider:before {
	position: absolute;
	content: "";
	height: 32px;
	width: 32px;
	left: 5px;
	bottom: 5px;
	background: linear-gradient(61.20deg, #e3c1c1 0%,#e6332a 83%);
	-webkit-transition: .4s;
	transition: .4s;
}

.evaluate-form__select-type-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3c3c3b;
	-webkit-transition: .4s;
	transition: .4s;
}

.evaluate-form__select-type-switch input:checked + .evaluate-form__select-type-slider:before {
	-webkit-transform: translateX(44px);
	-ms-transform: translateX(44px);
	transform: translateX(44px);
	transition: .4s;
}
/* switch styles end */

.evaluate-form__select-type-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 21px;
	color: #fff;
}

.evaluate-form__select-type-title--mobile,
.evaluate-form__select-type-title--tablet {
	display: none;
}

.evaluate-form__select-type-title:first-child {
	text-align: right;
}

.evaluate-form__input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid;
	border-image: linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d) 1;
	color: #9D9D9C;
	padding: 5px 10px;
	font-size: 14px;
}

.evaluate-form__textarea {
	display: block;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 120px;
	resize: none;
	border: 1.42px solid;
	border-image: linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d) 1;
	padding: 5px 10px;
	font-size: 11px;
}

.evaluate-form__fields {
	padding-bottom: 15px;
}

.evaluate-form__fields-group {
	position: relative;
	margin-bottom: 20px;
}

.evaluate-form__submit-block {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	background: linear-gradient(to right, #1F71B8, #5e5495, #bd3737, #e73e1d, #fe1a26);
	padding-bottom: 20px;
}

.evaluate-form__photo-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 71px;
	width: 71px;
	cursor: pointer;
}

.evaluate-form__photo-separator {
	width: 2px;
	height: 55px;
	background: #000;
}

.evaluate-form__vertical-separator {
	width: 1px;
	height: 55px;
	background: linear-gradient(to top, #2687d3, #8f168f, #f55f00, #e73e1d);
}

.evaluate-form__photo-container input {
	visibility: hidden;
	position: absolute;
	display: none;
}

.evaluate-form__photo-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.evaluate-form__loaded-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.evaluate-form__percent {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.evaluate-form__percent-wrapper {
	height: fit-content;
	align-items: baseline;
	display: flex;
}

.evaluate-form__percent-plus {
	width: 20px;
	height: 20px;
	background: url('/bitrix/components/custom/evaluate-form/templates/one-step/images/plus.png');
	background-size: contain;
}

.evaluate-form__10-percent img,
.evaluate-form__0-percent img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.evaluate-form__percent-value {
	font-size: 80px;
}

.evaluate-form__percent-sign {
	font-size: 50px;
	font-weight: bold;
}

.evaluate-form__additional-info {
	display: flex;
	padding: 15px 10px;
	justify-content: space-between;
}

.evaluate-form__speech-bubble-text {
	display: flex;
	align-items: center;
	height: 62px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	width: fit-content;
	padding: 7px 0 7px 7px;
	border: 2px solid white;
	border-bottom: none;
}

.evaluate-form__speech-bubble-text--loan {
	font-size: 20px;
	line-height: 23px;
}

.evaluate-form__speech-bubble-text--sell {
	font-size: 15px;
	line-height: 18px;
}

.evaluate-form__speech-bubble-bottom {
	display: flex;
	position: relative;
}

.evaluate-form__speech-bubble-bottom-line1 {
	height: 2px;
	width: 15%;
	background: #fff;
}

.evaluate-form__speech-bubble-bottom-line2 {
	height: 20px;
	width: 2px;
	background: #fff;
}

.evaluate-form__speech-bubble-bottom-line3 {
	width: 15px;
	position: relative;
	flex-shrink: 0;
}

.evaluate-form__speech-bubble-bottom-diagonal {
	height: 26px;
	background: #fff;
	width: 2px;
	transform: rotate(38deg);
	position: absolute;
	left: 7px;
	bottom: -3px;
}

.evaluate-form__speech-bubble-bottom-line4 {
	height: 2px;
	width: 85%;
	background: #fff;
}

.evaluate-form__under-bubble-text {
	font-size: 7px;
	text-align: right;
	line-height: 10px;
	width: 75%;
	position: absolute;
	top: 6px;
	right: 0;
	color: #fff;
}

.evaluate-form__speech-bubble-container {
	width: 190px;
	position: relative;
	flex-shrink: 0;
	align-self: start;
}

/* submit button animation */
.evaluate-form__submit {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 170px;
	padding: 1.5rem 3.125rem;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	box-shadow: 0px 8px 10px #00000040;
	color: #000;
	font-weight: 300;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	height: 42px;
	margin-top: auto;
}

.evaluate-form__submit:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #54d98c;
}
.evaluate-form__submit span {
	position: absolute;
	line-height: 0;
}
.evaluate-form__submit span i {
	transform-origin: center center;
}
.evaluate-form__submit .submit {
	top: 50%;
	transform: translateY(-50%);
}
.evaluate-form__submit .loading {
	top: 100%;
	transform: translateY(0%);
	font-size: 24px;
	color: #fff;
}
.evaluate-form__submit .success {
	display: none;
	color: #fff;
}

.evaluate-form__privacy-policy a {
	color: #000;
	font-weight: bold;
}

.evaluate-form__submit.active {
	background-color: #2ecc71;
}
.evaluate-form__submit.active:before {
	width: 100%;
	transition: width 3s linear;
}
.evaluate-form__submit.active .submit {
	top: -100%;
	transform: translateY(-50%);
}
.evaluate-form__submit.active .loading {
	top: 50%;
	transform: translateY(-50%);
}
.evaluate-form__submit.active .loading i {
	animation: loading 500ms linear infinite;
	transform: unset;
}
.evaluate-form__submit.active .success {
	display: none;
}

.evaluate-form__submit.success {
	background-color: #54d98c;
}
.evaluate-form__submit.success .submit {
	display: none;
}
.evaluate-form__submit.success .loading {
	display: none;
}
.evaluate-form__submit.success .success {
	display: block !important;
	font-size: 24px;
	animation: scale 0.5s linear;
}
.evaluate-form__submit.success .success i {
	transform-origin: center center;
}

.evaluate-one-step__result .arcticmodal-close {
	background: url(/bitrix/templates/lombard/images/icon-close.png) center center no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.evaluate-one-step__result {
	padding: 20px;
	text-align: center;
}

.evaluate-one-step__header {
	display: block;
	font-size: 22px;
}

.evaluate-one-step__message {
	display: inline-block;
	max-width: 400px;
	margin: 10px 0 0;
	padding: 20px;
	border-radius: 15px;
	background: #e53329;
	color: #fff;
	font-size: 15px;
}

.evaluate-one-step__icon {
	display: inline-block;
	width: 150px;
	height: 110px;
	margin: 0 0 -20px;
	background: url(/bitrix/templates/lombard/images/pv-success-icon.svg) center center no-repeat;
	background-size: contain;
}

.evaluate-form__bottom-info {
	display: flex;
	padding: 15px 10px;
	justify-content: space-between;
}

.evaluate-form__bottom-info {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s linear, visibility 0.5s linear;
}

.evaluate-form__bottom-info--active {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.evaluate-form__submit-block--tablet {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 35px;
	position: relative;
}

.evaluate-form__submit-block--tablet .evaluate-form__submit {
	margin-top: auto;
}

.evaluate-form__fields-group--name-phone {
	display: flex;
}

.evaluate-form__fields-group--name {
	margin-right: 20px;
}

.evaluate-form__photo-container:not(:last-child) {
	margin-right: 30px;
}

.evaluate-form__white-bg {
	display: flex;
	padding: 0;
}

.evaluate-form__submit-block {
	display: none;
}

.evaluate-form__fields {
	order: 1;
	padding: 30px;
	width: 100%;
}

.evaluate-form__select-type {
	display: flex;
	flex-direction: column;
	order: 0;
	background: linear-gradient(to right, #E5352B, #1F71B8);
	margin-bottom: 0;
	padding: 25px 10px 30px 10px;
	width: 300px;
	flex-shrink: 0;
}

.evaluate-form__select-type-title--tablet {
	display: inline;
}

.evaluate-form__select-type-slider.evaluate-form__select-type-round {
	background: transparent;
	border: double 1px #fff;
	border-radius: 25px;
}

.evaluate-form__select-type-slider:before {
	height: 22px;
	width: 22px;
}

.evaluate-form__select-type-switch {
	width: 66px;
	height: 34px;
	margin: 0 10px;
}

.evaluate-form__select-type-switch input:checked + .evaluate-form__select-type-slider:before {
	-webkit-transform: translateX(32px);
	-ms-transform: translateX(32px);
	transform: translateX(32px);
	transition: .4s;
}

.evaluate-form__textarea {
	font-size: 14px;
	height: 100px;
}

.evaluate-form {
	padding: 2px;
	background: linear-gradient(to right, #e73e1d, #5e5495, #1F71B8, #5e5495, #bd3737, #e73e1d, #fe1a26);
}

.evaluate-form__label {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.evaluate-form__fields-title--tablet {
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 30px;
	text-align: center;
}

.evaluate-form__additional-info {
	flex-direction: column;
	margin-top: 35px;
	justify-content: center;
	align-items: center;
}

.evaluate-form__no-percent {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 15px;
	background: #fff;
	line-height: 1;
	text-align: center;
	margin-top: 20px;
}

.evaluate-form__five-days {
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.evaluate-form__promocode {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}

.evaluate-form__sell-instantly {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 10px;
	background: #fff;
	line-height: 1;
	text-align: center;
	margin-top: 20px;
}

.evaluate-form__get-more {
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.evaluate-form__10-percent,
.evaluate-form__0-percent {
	width: 100%;
	height: 160px;
}

.evaluate-form__fields-group--name,
.evaluate-form__fields-group--phone {
	width: 50%;
}

.evaluate-form__fields-group--photo-submit {
	display: flex;
	margin-bottom: 30px;
}

.evaluate-form__fields-group--photo-submit .evaluate-form__fields-group {
	width: 100%;
	margin: 0;
}

.evaluate-form__fields-group--photo-submit .evaluate-form__submit-container {
	width: 40%;
	margin-left: 30px;
}

.evaluate-form__fields-group--photo-submit .evaluate-form__submit-gradient {
	width: 100%;
	border-radius: 25px;
	margin: 20px 0;
}

.evaluate-form__fields-group--photo-submit .evaluate-form__submit {
	width: 100%;
}

.evaluate-form__privacy-policy {
	display: flex;
	align-items: center;
}

.evaluate-form__privacy-policy input {
	zoom: 1.4;
	margin-right: 5px;
}

.evaluate-form__privacy-policy label {
	line-height: 1;
}

.evaluate-form__submit-block--mobile {
	display: none;
}

.evaluate-form__switch-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.evaluate-form__phone-hint {
	visibility: hidden;
	opacity: 0;
	width: 400px;
	padding: 15px;
	background-color: #fff;
	font-size: 14px;
	line-height: 17px;
	position: absolute;
	z-index: 2;
	bottom: 150%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	text-align: center;
	border: 1px solid #010101;
}

.evaluate-form__phone-hint--active {
	visibility: visible;
	opacity: 1;
}

.evaluate-form__phone-hint::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid;
	border-color: #010101 #010101 transparent transparent;
	display: block;
	width: 0;
}

.evaluate-form__phone-hint::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	border: 9px solid;
	border-color: #fff #fff transparent transparent;
	display: block;
	width: 0;
}

.evaluate-form__phone-hint-title {
	text-transform: uppercase;
}

.evaluate-form__phone-hint-close {
	background: url(/bitrix/components/custom/evaluate-form/templates/one-step/images/close.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
	width: 13px;
	height: 13px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}

.evaluate-form__credit-warning {
	color: #acacac;
	font-family: 'HeadingPro-Regular';
	font-size: 11px;
	line-height: 12px;
	margin-top: 25px;
}

@keyframes loading {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scale {
	0% {
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
/* submit button animation end */

@media (max-width: 1023px) {
	.evaluate-form__input {
		font-size: 16px;
	}

	.evaluate-form__fields {
		padding: 30px;
	}

	.evaluate-form__fields-title--tablet {
		display: block;
	}

	.evaluate-form__submit-block--tablet .evaluate-form__submit {
		display: flex;
	}

	.evaluate-form__fields-group--name-phone {
		flex-direction: row;
		margin-left: unset;
		width: 40%;
	}

	.evaluate-form__fields-group--name-phone-text {
		flex-direction: column;
	}

	.evaluate-form__fields-group--name-phone .evaluate-form__label {
		display: none;
	}

	.evaluate-form__fields-group--name-phone .evaluate-form__fields-group:first-child {
		margin-right: 20px;
	}

	.evaluate-form__fields-group--name-phone-text .evaluate-form__fields-group--name-phone {
		width: unset;
	}

	.evaluate-form__fields-group--name-phone-text > .evaluate-form__fields-group:nth-child(2) {
		width: unset;
	}

	.evaluate-form__fields-group--photo-submit {
		flex-direction: column;
	}

	.evaluate-form__fields-group--photo-submit .evaluate-form__fields-group {
		width: 100%;
	}

	.evaluate-form__fields-group--photo-submit .evaluate-form__submit-container {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.evaluate-form__fields-group--photo-submit .evaluate-form__submit {
		display: none;
	}

	.evaluate-form__textarea {
		height: 120px;
		font-size: 16px;
	}

	.evaluate-form__fields-group--photo-submit .evaluate-form__submit-gradient {
		display: none;
	}
}

@media (max-width: 767px) {
	.evaluate-form__phone-hint {
		font-size: 12px;
		width: 310px;
		bottom: 80%;
		padding: 10px;
	}

	.evaluate-form__fields-group--photo-submit {
		margin-top: 32px;
		margin-bottom: 27px;
	}

	.evaluate-form__photo-container:not(:last-child) {
		margin-right: 0;
	}

	.evaluate-form__fields-group {
		margin-bottom: 15px;
	}

	.evaluate-form__textarea {
		height: 90px;
		font-size: 14px;
		line-height: 19px;
		padding: 13px;
		border: 2px solid #C4C4C4;
	}

	.evaluate-form__input {
		font-size: 14px;
		border: 2px solid #c4c4c4;
	}

	.evaluate-form__submit {
		margin-top: 0;
		background-color: #ffed00;
		width: 134px;
		font-size: 21px;
		height: 36px;
		padding: unset;
		font-weight: 500;
	}

	.evaluate-form__switch-container {
		background: #fff;
		padding: 0 0 26px 0;
	}

	.evaluate-form__submit-block--mobile {
		display: block;
		position: relative;
	}

	.evaluate-form__fields-group--name,
	.evaluate-form__fields-group--phone {
		width: 100%;
	}

	.evaluate-form__bottom-info {
		flex-direction: row;
		margin-top: 0;
	}

	.evaluate-form__10-percent,
	.evaluate-form__0-percent {
		text-align: center;
		width: 100%;
		height: 100px;
	}

	.evaluate-form__additional-info {
		flex-direction: row;
		margin-top: 0;
		align-items: normal;
	}

	.evaluate-form__submit-block--tablet,
	.evaluate-form__fields-title--tablet {
		display: none;
	}

	.evaluate-form__label {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 15px;
		font-weight: 400;
	}

	.evaluate-form__label--photo {
		margin-bottom: 6px;
	}

	.evaluate-form {
		padding: 2px;
		background: linear-gradient(to right, #1F71B8, #5e5495, #bd3737, #e73e1d, #fe1a26);
	}

	.evaluate-form__fields-group--name-phone {
		display: block;
	}
	
	.evaluate-form__select-type-switch input:checked + .evaluate-form__select-type-slider:before {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
		transition: .4s;
	}

	.evaluate-form__select-type-slider:before {
		height: 26px;
		width: 26px;
		bottom: 4px;
		left: 5px;
	}

	.evaluate-form__select-type-slider.evaluate-form__select-type-round:before {
		background-image: linear-gradient(white, white), linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d);
		background-origin: border-box;
		background-clip: content-box, border-box;
		border: double 2px transparent;
	}

	.evaluate-form__select-type-slider.evaluate-form__select-type-round {
		border-radius: 34px;
		transform: none;
		background-origin: border-box;
		background-clip: content-box, border-box;
		border: double 2px transparent;
		border-radius: 25px;
		background-image: linear-gradient(white, white), linear-gradient(to right, #2687d3, #8f168f, #f55f00, #e73e1d);
	}

	.evaluate-form__select-type-switch {
		width: 70px;
		height: 38px;
		margin: 0 20px 0 20px;
	}

	.evaluate-form__select-type-title {
		color: #000;
		font-size: 21px;
		font-weight: 400;
	}

	.evaluate-form__select-type-title--tablet {
		display: none;
	}

	.evaluate-form__select-type-title--mobile {
		display: inline;
		font-size: 21px;
		font-weight: 400;
	}

	.evaluate-form__fields {
		order: unset;
		padding: 0;
	}

	.evaluate-form__select-type {
		order: 1;
		padding: 0 0 20px 0;
		width: unset;
		margin-left: -15px;
		margin-right: -15px;
		background: linear-gradient(to right, #1F71B8, #5e5495, #bd3737, #e73e1d, #fe1a26);
	}

	.evaluate-form__white-bg {
		display: flex;
		flex-direction: column;
		padding: 20px 15px 0 15px;
	}

	.evaluate-form__submit-block {
		display: block;
	}

	.evaluate-form__fields-group--name-phone .evaluate-form__fields-group:first-child {
		margin-right: unset;
	}
}

@media (max-width: 425px) {
	.evaluate-form__percent-plus {
		font-size: 8vw;
	}

	.evaluate-form__percent-value {
		font-size: 18vw;
	}

	.evaluate-form__percent-sign {
		font-size: 11vw;
	}
}

@media (max-width:424px) {

	.evaluate-form__select-type-switch {
		width: 70px;
		height: 38px;
		margin: 0 10px 0 10px;
	}

	.evaluate-form__select-type-slider:before {
		height: 26px;
		width: 26px;
	}

	.evaluate-form__select-type-switch input:checked + .evaluate-form__select-type-slider:before {
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
}

@media (max-width:375px) {
	.evaluate-form__10-percent {
		width: 70%;
	}
}
/* End */
/* /bitrix/templates/lombard/components/bitrix/news.list/assortment/style.css?16764836471328 */
/* /bitrix/templates/lombard/components/bitrix/news.list/recently-rated-mainpage/style.css?16764836473790 */
/* /bitrix/components/custom/evaluate-form/templates/one-step/style.css?174321768720312 */
