

/* Start:/local/templates/lending/components/bitrix/news.detail/.default/style.css?17249199295621*/
.product-tabs {
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #dcdcdc;
	overflow-x: auto;
}
.product-tab.is-active, .product-tab:hover {
	color: #c64344;
}
.product-tab:first-child {
	padding-left: 9px;
}
.product-tab {
	position: relative;
	display: flex;
	align-items: baseline;
	padding: 17px 15px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.product-tab.is-active .product-tab__title {
	border-color: transparent;
}
.product-tab__title {
	line-height: 1.1;
	border-bottom: 1px dashed rgba(68,68,68,.5);
}
.product-tab.is-active:before, .product-tab:hover:before {
	transform: scaleY(1);
}
.product-tab:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	transform: scaleY(0);
	background-color: #c64344;
	transition: transform .15s ease;
}
.category-content__filter-labels {
	margin-top: 24px;
}
.filter-labels__list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-top: -4px;
}
.filter-labels__item {
	max-width: 100%;
	min-width: 0;
	margin: 4px;
	font-size: 0;
}
.filter-label {
	display: inline-block;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	height: 36px;
	max-width: 100%;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #000;
	background-color: #f9f9f9;
	border: 1px solid #cdcdcd;
	border-radius: 28px;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	transition: background-color .15s ease-in-out,border-color .2s ease-in-out;
}
.filter-label.is-active{
	background-color: #c5c2c2;
	border: 1px solid #000000;
}

/* -prod product- */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	z-index: 1001;
}
.cart-popup .modal__close {
	right: 25px;
	top: 24px;
}

.modal__close {
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.modal .modal__content {
	overflow: hidden;
}

.modal .modal__content {
	overflow-y: auto;
}
.cart-popup .modal__content {
	top: 0;
	width: 100%;
	max-width: 1000px;
	padding: 0;
	transform: translate(0%,0);
	overflow: hidden;
}
.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(6,27,57,.6);
}
.modal__content {
	background-color: white;  /* добавляет белый фон к содержимому модального окна */
}
.cart-popup .modal__content {


	margin: 0 auto;
	overflow-y: auto;
	max-height: 100vh;
}
#catalog-section #product-tabs-container{
	display:block !important;
}
.modal .product-about__content{
	max-height: none;
}
.modal .product-about__content:before{
	display: none;
}


.filter__group{
	display: flex;
}
.filter__group .filter__control{
	width: 105px;
	border-bottom: 1px dashed #dcdcdc;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	min-width: 98px;
}
.lnd-products__list {
	clear: both;
	margin-top: 10px !important;
}

.container {
	padding-top: 41px;
}
.product-actions__counter {
	margin-right: 0;
}


.product-actions__counter{
	display: none;
}
.product-actions__cost {
	float: left;
}
.product-actions__buy-action:not(:first-child) {
	margin-top: -13px;
	float: right;
}

.cta-banner__left-image{
	/*background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 30%, rgba(255,214,165,1) 60%, rgba(113,206,239,1) 100%);
	*/
	 /*
	   background: radial-gradient(circle, rgba(204,229,255,1) 0%, rgba(102,178,255,1) 30%, rgba(0,128,255,1) 60%, rgba(0,76,153,1) 100%);
 	  */
	/*
 background: radial-gradient(circle, rgba(174,198,207,1) 0%, rgba(44,130,201,1) 30%, rgba(13,60,85,1) 60%, rgba(3,37,65,1) 100%);
  */
	/*
    background: radial-gradient(circle, rgba(173,216,230,1) 0%, rgba(0,178,238,1) 30%, rgba(0,139,139,1) 60%, rgba(0,77,77,1) 100%);


	background: linear-gradient(to right, #00c6ff, #012867);


	color: white;
	*/
}
.product-tab-content__divider {
	max-width: none;
}
#lnd_pictograms{
	#display: none !important;
}
.lnd-mob-menu{
	
}
.footer__socials a{
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 6px;
}
.footer__socials{
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px !important;
}
.lnd-footer__phones {
	margin-bottom: 5px !important;
}

.product-actions__top-row--details {
	margin-bottom: -10px;
}
#catalog-section .filter__group {
	display: block;
}

@media (max-width: 767px) {
	.cta-banner--buy-one-click .cta-banner__left-image img {
		max-width: 100% !important;
	}
	.footer__socials a {
		display: contents;
		float: inherit
	}
	.footer__socials {
		text-align: center;
	}
}
@media (max-width: 599px) {
	.lnd-mob-menu__phones {
		margin-bottom: 14px !important;
	}
	.product-actions__buy-action:not(:first-child) {
		margin-top: 10px !important;
		float: left !important;
	}
	.product-actions__one-click{
		display: none;
	}
	.product-characteristics__title {
		display: block !important;
	}
	.product-actions__main-buy-btn .button {
		width: 150px;
		border-radius: 5px;
	}
	.product-tab-content__item-inner {
		display: block !important;
	}
	.product-docs__title {
		display: block !important;
	}
	.product-tab-content__head-btn:before{
		display: none;
	}
	.product-tab-content__head{
		display: none !important;
	}
	.filter__group {
		padding: 0 15px;
	}
	.category-content__filter-labels {
		padding: 0 0 0 15px;
	}
	.filter__group .filter__control {
		width: 101px;
	}
	.filter__group .filter__control {
		margin-right: 18px;
	}
	.product-info-row__vendor-code {
		margin-left: 0 !important;
	}
}
/* End */


/* Start:/local/templates/lending/components/slam/easyform/landing/style.min.css?1642006502805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */
/* /local/templates/lending/components/bitrix/news.detail/.default/style.css?17249199295621 */
/* /local/templates/lending/components/slam/easyform/landing/style.min.css?1642006502805 */
