

/* Start:/local/components/all4it/list/templates/facilities/style.css?1738823728114*/
.advantages{
    --section-padding-top: 60px !important;
    padding-top: var(--section-padding-top) !important;
}
/* End */


/* Start:/local/components/all4it/list/templates/rotate_cards/style.css?173882372843*/
.card-service__list a {
    color: white;
}
/* End */


/* Start:/local/components/all4it/webform.window/templates/umni-configurator/style.css?17531034792797*/
.processing {
	width: 80%;
	height: 100%;
	text-align: center;
	padding-top: 150px;
	position: absolute;
	z-index: 9999;
	display: none;
	pointer-events: none;
	user-select: none;
}

.processing img {
	display: inline-block;
}

.modal-wrapper .button-select{
	background: var(--primary-default) !important;
	border-radius: 8px !important;
	color: white !important;
}
.file_input::-webkit-file-upload-button {
	display: none;
}

.file_input::file-selector-button {
	display: none;
}
.headers_webform{
	margin-bottom: 7px;
	font-weight: bold;
}

.file_input{

	max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown{
	max-width: -webkit-fill-available;
	margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child){

	margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder{
	width: 85% !important;
}



.config-list .popup {
	display: flex;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(15, 109, 161, 0.5);

}
.hidden {
	display:none
}
.visible {
	display: flex;
}


.config-list .popup-content {
	position: fixed;
	top: 22%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.config-list .popup-content {
		width: 100%;
		position:unset;
		transform:unset;
		border-radius: 20px;
		height: 100%;
		max-height: 600px;
		margin-top: 25%;
	}
	.popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

		width: 100% !important;
	}
	.popup-content label {
		margin-left: 0 !important;
	}
}


.popup-container {
	z-index: 5;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	justify-content: center;
	align-items: center;

}

.success-popup {
	z-index: 99999;
	text-align: center;
	border-radius: 48px;
	background-color: white;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.success-popup h2{
	font-family: Montserrat;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	color: #0F6DA1;
	margin-top: 20%;
}
.success-popup .message {
	margin-top: -1.5%;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	color: #636363;

}

.close-btn {
	font-family: Montserrat;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-top: 8%;
	width: 380px;
	height: 48px;
	border-radius: 40px;
	border: none;
	background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}



#open-popup-btn {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

#open-popup-btn:hover {
	background-color: #45a049;
}







/* End */


/* Start:/local/components/all4it/catalog.widgets/templates/offers_main/style.css?17472137772221*/
.catalog-product-card-header-badges__item.badge_in-stock {
    background-color: #3FCEB3; /* Пример цвета для 'В наличии' */
}

.catalog-product-card-header-badges__item.badge_discount {
    background-color: #EE5D00; /* Пример цвета для 'Скидка' */
}

.catalog-product-card-header-badges__item.badge_on-the-way {
    background-color: #3AA2D0; /* Пример цвета для 'В пути' */
}

.catalog-product-card-header-badges__item.badge_vat {
    background-color: #BE53FF; /* Пример цвета для 'НДС' */
}

.catalog-product-card-header-badges__item.badge_leasing {
    background-color: #EDC150; /* Пример цвета для 'Лизинг' */
}

.catalog-product-card-header-badges__item.badge_warranty {
    background-color: #2370ff; /* Пример цвета для 'Гарантия' */
}

.catalog-product-card-header-badges__item.badge_new {
    background-color: #4986E2; /* Пример цвета для 'Новинка' */
}

.catalog-product-card-header-badges__item.badge_by {
    background-color: #349D54; /* Пример цвета для 'б/у' */
}

.catalog_grid .card-product__price-wrapper {
    margin-left: 0 !important;
}

.catalog_grid .card-product__price {
    width: 205px !important;
}

.catalog_list .card-product__price-wrapper {
    width: 240px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-right: 30px;
    align-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.catalog-product-card {
    border-radius: unset !important;
    background-color: unset !important;
    border: unset !important;
    padding: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    transition: unset !important;
}
@media (max-width: 767px) {
    .card-product__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start;
        align-items: flex-start !important;
    }
    .card-product__descr{
        -webkit-line-clamp: 3 !important;
    }
}
/* End */
/* /local/components/all4it/list/templates/facilities/style.css?1738823728114 */
/* /local/components/all4it/list/templates/rotate_cards/style.css?173882372843 */
/* /local/components/all4it/webform.window/templates/umni-configurator/style.css?17531034792797 */
/* /local/components/all4it/catalog.widgets/templates/offers_main/style.css?17472137772221 */
