

/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/fast-links/style.css?17264701201397*/
div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.slider_fast{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* max-width: 1300px; */
	margin: 0 auto;

}

.slider_fast > div{
	width: calc(100% / 4);
	text-align: center;
}

.slider_fast .slider_fast__item img {
	width: auto;
	max-width: 100%;
	margin: auto;
	max-height: 238px;
	border: 3px solid #b43a2d;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}
.slider_fast .slider_fast__item img:hover{
	box-shadow: none;

}
.slider_fast .slider_fast__item{
	padding: 10px 20px;

}

.title-fast a,
.title-fast {
	font-size: 34px;
	color: rgb(112, 112, 112);
	/* text-transform: uppercase; */
	line-height: 1.2;
	text-align: center;
	margin: 15px 0;
}

.slider_fast .slick-prev, .slider_fast .slick-next {
	height: auto;
}

@media (max-width: 1630px) {
	.title-fast a, .title-fast {
		font-size: 28px;
	}

	.slider_fast .slider_fast__item img {
		/* max-height: 60px; */
	}
	.slider_fast .slider_fast__item{
		padding: 10px 10px;
	}
}

@media (max-width: 992px) {
	.title-fast a, .title-fast {
		font-size: 28px;
		margin: 30px 0;
	}
	.slider_fast > div{
		width: calc(100% / 2);
		text-align: center;
	}
}

@media (max-width: 550px) {
	
	.slider_fast > div{
		width: calc(100% / 1);
		text-align: center;
	}
}
/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/cases-news-list-slider/style.css?176613668516524*/
.slick-list {
	min-width: 100%;
}

.case-news-list {
	--itemCol: 1;
	--itemMargin: 15px;
	margin: 0 0;

	background-color: #f5f5f6;
	padding: 58px 0;
}

.case-news-list__title {
	font-weight: 400;
	font-size: clamp(24px, 2.5vw, 34px);
	line-height: 143%;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 30px;
	color: #d92819;
	text-transform: uppercase;
}

.case-news-list__row {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	margin: 0 calc(var(--itemMargin) * -1);
	width: calc(100% + var(--itemMargin) * 2);
}


.case-news-item {
	background: #fff;
	border-radius: 12px;
	padding: 35px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	overflow: hidden;
	margin: var(--itemMargin);
	width: calc(100% / var(--itemCol) - var(--itemMargin) * 2);

	display: flex;
	flex-direction: column;
	
	max-width: 880px;
}

.case-news-item__categorys {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.case-news-item__category {
	display: inline-block;
	padding: 6px 15px;
	background-color: #d82b25;
	color: #fff;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.case-news-item__category.lombard {
	background-color: #d82b25;
}

.case-news-item__category.trade {
	background-color: #e0791c;
}

.case-news-item__category.production {
	background-color: #2c5aa0;
}

.case-news-item__description {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 25px;
	flex-grow: 1;
}

.case-news-item__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #eee;
	margin-top: auto;
}

.case-news-item__client {
	flex-grow: 1;
}

.case-news-item__client-name {
	font-weight: 600;
	color: #333;
	font-size: 17px;
	margin-bottom: 8px;
}

.case-news-item__client-city {
	font-size: 15px;
	color: #777;
}

.case-news-item__read-more {
	background: none;
	border: none;
	cursor: pointer;
	color: #d82b25;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: color 0.3s;
}

.case-news-item__read-more:hover {
	color: #b01e1a;
}

.case-news-item__img {
	width: 100%;
	max-width: 220px;
	height: 140px;
	object-fit: contain;
	margin: 0 auto 25px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999;
}

.case-news-item__title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.4;
	min-height: calc(1.4em * 4);
}

.case-news-item__info {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 20px 0;
}

.case-news-item-button {
	display: inline-flex;
	padding: 8px 15px;
	background: #DB8D34;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 20px 0;
}

.case-modal__header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

.case-modal__category {
	display: inline-block;
	padding: 6px 15px;
	background-color: #d82b25;
	color: #fff;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.case-modal__category.lombard {
	background-color: #d82b25;
}

.case-modal__category.trade {
	background-color: #e0791c;
}

.case-modal__category.production {
	background-color: #2c5aa0;
}

.case-modal__title {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}

.case-modal__section {
	margin-bottom: 40px;
}

.case-modal__section-title {
	font-size: 22px;
	font-weight: 700;
	color: #d82b25;
	margin-bottom: 25px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eee;
}

.case-modal__section-content {
	font-size: 17px;
	line-height: 1.9;
	color: #444;
}

.case-modal__section-content p {
	margin-bottom: 15px;
}

.case-modal__section-content ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

.case-modal__section-content li {
	margin-bottom: 10px;
}

.case-modal__info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	margin-bottom: 20px;
}

.case-modal__info-item {
	padding: 15px;
	background: #f9f9f9;
	border-radius: 8px;
}

.case-modal__info-label {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.case-modal__info-value {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.case-modal__table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.case-modal__table th,
.case-modal__table td {
	padding: 15px;
	text-align: left;
	border: 1px solid #eee;
	font-size: 15px;
}

.case-modal__table th {
	background: #f6f6f6;
	font-weight: 600;
	color: #333;
	font-size: 16px;
}

.case-modal__table td {
	color: #555;
	line-height: 1.6;
}

.case-modal__quote {
	background: #f9f9f9;
	border-left: 4px solid #d82b25;
	padding: 20px;
	margin: 20px 0;
	border-radius: 4px;
	font-style: italic;
	color: #555;
}

.case-modal__conclusions {
	list-style: none;
	padding: 0;
}

.case-modal__conclusions li {
	padding: 10px 0;
	padding-left: 30px;
	position: relative;
}

.case-modal__conclusions li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #28a745;
	font-weight: bold;
	font-size: 20px;
}

[data-popup="case-news-item"] .ui-popup__container {
	max-width: 950px;
	position: relative;
	min-height: 40dvh;
}

.ui-popup__close {
	position: absolute;
    right: 40px !important;
    top: 40px !important;
	width: 40px;
	height: 40px;
	padding: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10003;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-popup__close:hover {
	background: rgba(0, 0, 0, 0.7);
	transform: rotate(90deg);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ui-popup__close:active {
	transform: rotate(90deg) scale(0.95);
}

.ui-popup__share {
	padding: 10px 20px;
	background: #d82b25;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10001;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.ui-popup__share:hover {
	background: #b01e1a;
	box-shadow: 0 4px 12px rgba(216, 43, 37, 0.3);
	transform: translateY(-2px);
}

.ui-popup__share:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.ui-popup__share--copied {
	background: #28a745 !important;
	animation: sharePulse 0.3s ease;
}

.ui-popup__share--copied:hover {
	background: #218838 !important;
}

@keyframes sharePulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.ui-popup__share::before {
	content: "🔗";
	font-size: 16px;
}

.case-modal__nav--prev {
    left: 20px;
}

.case-modal__nav--next {
    right: 20px;
}
.case-modal__header-mobile {
	display: flex;
	position: fixed;
	bottom: 20px;
	justify-content: space-between;
	width: 100%;
	max-width: 850px;
}

.case-modal__header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.case-modal__nav {
    bottom: 20px;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #d82b25;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #d82b25;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.case-modal__nav:disabled,
.case-modal__nav--disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    background: #f5f5f5;
    border-color: #ccc;
    color: #999;
}

.case-modal__nav:disabled:hover,
.case-modal__nav--disabled:hover {
    /* transform: translateY(-50%); */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.case-modal__nav--desktop {
	display: block;
}

.ui-popup__share--desktop {
	display: block;
}

.bx-filter--tags .bx-filter-parameters-box{
	margin: 40px 0 20px;
	justify-content: center;
}

.bx-filter-tag input + span{
	border-radius: 10px;
}

.case-news-list--slider{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1200px;
	margin: 0 auto;
}

.case-news-list--slider.slick-initialized .slick-slide{
	display: flex;
}

.case-news-list--slider .slick-track{
	display: flex;
}

.case-news-list-links{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.case-news-list-links a{
	min-width: 320px;
}

@media (max-width: 1200px) {
	/* .case-news-list {
		--itemCol: 2;
		--itemMargin: 10px;
	} */
}

@media (max-width: 992px) {
	.case-news-list {
		margin: 0 0;
	}

	.case-news-list__title {
		font-size: clamp(20px, 4vw, 28px);
		margin: 0 0 20px;
	}

	.case-news-list__row {
		margin: 0 calc(var(--itemMargin) * -0.5);
	}

	.case-news-item {
		padding: 25px;
		margin: calc(var(--itemMargin) * 0.5);
		border-radius: 10px;
	}

	.case-news-item__category {
		padding: 5px 12px;
		font-size: 11px;
		margin-bottom: 12px;
	}

	.case-news-item__title {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.3;
	}

	.case-news-item__info {
		flex-direction: column;
		gap: 20px;
		margin: 15px 0;
	}

	.case-news-item__img {
		max-width: 100%;
		height: auto;
		min-height: 120px;
		margin: 0 auto 20px;
		padding: 15px;
	}

	.case-news-item__description {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.case-news-item__footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		padding-top: 15px;
	}

	.case-news-item__client-name {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.case-news-item__client-city {
		font-size: 14px;
	}

	.case-news-item__read-more {
		font-size: 15px;
		align-self: flex-end;
	}

	.ui-popup__close {
		top: 15px !important;
		right: 15px !important;
		width: 35px;
		height: 35px;
		font-size: 24px;
	}

	.ui-popup__share {
		top: 15px;
		right: 60px;
		padding: 8px 16px;
		font-size: 13px;
	}

	[data-popup="case-news-item"] .ui-popup__container {
		max-width: 95%;
		padding: 15px;
	}

	.case-modal__header {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.case-modal__title {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.case-modal__section {
		margin-bottom: 30px;
	}

	.case-modal__section-title {
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.case-modal__section-content {
		font-size: 15px;
		line-height: 1.7;
	}

	.case-modal__info-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 15px;
	}

	.case-modal__info-item {
		padding: 12px;
	}

	.case-modal__table {
		font-size: 13px;
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.case-modal__table th,
	.case-modal__table td {
		padding: 10px 8px;
		font-size: 13px;
		white-space: nowrap;
	}

	.case-modal__table th {
		font-size: 14px;
	}

	.case-modal__quote {
		padding: 15px;
		margin: 15px 0;
		font-size: 14px;
	}

	.case-modal__header-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px;
		background: #fff;
		border-top: 2px solid #eee;
		margin: 20px -15px -15px -15px;
		position: sticky;
		bottom: -10px;
		z-index: 10001;
		box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
		width: auto;
	}

	.case-modal__header-mobile .case-modal__nav {
		position: static;
		transform: none;
		padding: 8px 12px;
		font-size: 13px;
		margin: 0;
		flex: 0 0 auto;
		min-width: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.case-modal__header-mobile .case-modal__nav:disabled,
	.case-modal__header-mobile .case-modal__nav--disabled {
		opacity: 0.4;
		cursor: not-allowed;
		pointer-events: none;
		background: #f5f5f5;
		border-color: #ccc;
		color: #999;
	}

	.case-modal__header-mobile .ui-popup__share {
		position: static;
		padding: 8px 16px;
		font-size: 13px;
		margin: 0;
		flex-shrink: 0;
	}

	.case-modal__nav--desktop {
		display: none !important;
	}

	.ui-popup__share--desktop {
		display: none !important;
	}

	.ui-popup__close {
		top: 15px !important;
		right: 15px !important;
		width: 35px;
		height: 35px;
		font-size: 24px;
		z-index: 10004;
	}
}

@media (max-width: 556px) {
	.case-news-list {
		margin: 0 0;
		--itemMargin: 10px;
	}

	.case-news-list__title {
		font-size: clamp(18px, 5vw, 24px);
		margin: 0 0 15px;
		letter-spacing: 0.5px;
	}

	.case-news-list__row {
		margin: 0 calc(var(--itemMargin) * -0.5);
	}

	.case-news-item {
		padding: 20px 15px;
		margin: calc(var(--itemMargin) * 0.5);
		border-radius: 8px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	}

	.case-news-item__category {
		padding: 4px 10px;
		font-size: 10px;
		margin-bottom: 10px;
		border-radius: 15px;
	}

	.case-news-item__title {
		font-size: 18px;
		margin-bottom: 12px;
		line-height: 1.3;
	}

	.case-news-item__info {
		flex-direction: column;
		gap: 15px;
		margin: 12px 0;
	}

	.case-news-item__img {
		max-width: 100%;
		height: auto;
		min-height: 100px;
		max-height: 120px;
		margin: 0 auto 15px;
		padding: 12px;
		border-radius: 6px;
	}

	.case-news-item__description {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.case-news-item__footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding-top: 12px;
		border-top-width: 1px;
	}

	.case-news-item__client {
		width: 100%;
	}

	.case-news-item__client-name {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.case-news-item__client-city {
		font-size: 13px;
	}

	.case-news-item__read-more {
		font-size: 14px;
		align-self: flex-end;
		padding: 5px 0;
	}

	.case-news-item-button {
		padding: 6px 12px;
		font-size: 13px;
		margin: 15px 0;
	}

	.ui-popup__close {
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
		font-size: 22px;
	}

	.ui-popup__share {
		top: 10px;
		right: 52px;
		padding: 6px 12px;
		font-size: 12px;
	}

	.ui-popup__share::before {
		font-size: 14px;
	}

	[data-popup="case-news-item"] .ui-popup__container {
		max-width: 100%;
		padding: 10px;
		margin: 0;
		max-height: 100dvh;
		min-height: 100dvh;

		flex: 1;
        display: flex;
        flex-direction: column;
	}

	.ui-popup__container{
		
	}

	.ui-popup__wrapper{
		flex: 1;
	}

	.case-modal__header {
		margin-bottom: 15px;
		padding-bottom: 12px;
	}

	.case-modal__category {
		padding: 5px 12px;
		font-size: 11px;
		margin-bottom: 10px;
	}

	.case-modal__title {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	.case-modal__section {
		margin-bottom: 25px;
	}

	.case-modal__section-title {
		font-size: 16px;
		margin-bottom: 12px;
		padding-bottom: 8px;
	}

	.case-modal__section-content {
		font-size: 14px;
		line-height: 1.6;
	}

	.case-modal__section-content p {
		margin-bottom: 12px;
	}

	.case-modal__section-content ul {
		margin-left: 15px;
		margin-bottom: 12px;
	}

	.case-modal__section-content li {
		margin-bottom: 8px;
	}

	.case-modal__info-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 12px;
	}

	.case-modal__info-item {
		padding: 10px;
	}

	.case-modal__info-label {
		font-size: 11px;
		margin-bottom: 4px;
	}

	.case-modal__info-value {
		font-size: 14px;
	}

	.case-modal__table {
		font-size: 12px;
		margin: 15px 0;
	}

	.case-modal__table th,
	.case-modal__table td {
		padding: 8px 6px;
		font-size: 12px;
	}

	.case-modal__table th {
		font-size: 13px;
	}

	.case-modal__quote {
		padding: 12px;
		margin: 12px 0;
		font-size: 13px;
		border-left-width: 3px;
	}

	.case-modal__conclusions li {
		padding: 8px 0;
		padding-left: 25px;
		font-size: 14px;
	}

	.case-modal__conclusions li:before {
		font-size: 18px;
	}

	.case-modal__header-mobile {
		padding: 12px 10px;
		margin: 15px -10px -10px -10px;
	}

	.case-modal__header-mobile .case-modal__nav {
		padding: 6px 10px;
		font-size: 12px;
		border-width: 1px;
		font-size: 11px;
		padding: 6px 8px;
	}

	.case-modal__header-mobile .case-modal__nav:disabled,
	.case-modal__header-mobile .case-modal__nav--disabled {
		opacity: 0.4;
		cursor: not-allowed;
		pointer-events: none;
		background: #f5f5f5;
		border-color: #ccc;
		color: #999;
	}

	.case-modal__header-mobile .ui-popup__share {
		padding: 6px 12px;
		font-size: 12px;
		font-size: 11px;
		padding: 6px 10px;
	}

	.ui-popup__close {
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
		font-size: 22px;
		z-index: 10004;
	}

	.section-pim-main{
		margin-top: 0 !important;
	}
}
/* End */


/* Start:/local/templates/main2023/library/slick/slick.css?16866430801776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/team/style.css?15815942401076*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.slider_team .slick-slide img{
	width: auto;
	max-width: 100%;
	margin: auto;
}
.title-team a,
.title-team{
	font-size: 36px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
	text-align: center;
	margin: 60px 0;
	color: #d92819;
} 
.slider_team .slick-prev, .slider_team .slick-next{
	height: auto;
}
.slider_team .position,
.slider_team .name{
	font-size: 16px;
  color: rgb(54, 54, 54);
  line-height: 1.2;
	text-align: center;
	margin-top: 20px;
}
.slider_team .position{
	color: #5f5e5e;
	max-width: 80%;
	font-size: 14px;
	margin: auto;
	margin-top: 6px;
	line-height: 1.3em;
}
.section-team{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 60px;
}
@media (max-width: 1630px){
  .title-team a, .title-team{
		font-size: 28px;
	}
	.slider_team .slick-slide img{
		max-width: 180px;
	}
}
@media (max-width: 992px){
  .title-team a, .title-team{
		font-size: 28px;
		margin: 30px 0;
  }
}

/* End */


/* Start:/bitrix/templates/programms_2019/components/bitrix/news.list/blog.slider/style.css?15868470601837*/
.blog__item {
  margin-right: 35px;
  margin-left: 35px;
}

.blog__item-img {
  width: 197px;
  height: 183px;
}

.blog__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item-message a,
.blog__item-message p {
  font-size: 19px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
  max-height: 3.6em;
}

.blog__item-message {
  margin-left: 22px;
}

.blog__item-date {
  font-size: 10px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}

.blog__item-position {
  font-size: 14px;
  color: rgb(112, 112, 112);
  line-height: 1.2;
  text-align: left;
}

.blog-title {
  font-size: 36px;
  color: rgb(112, 112, 112);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 60px 0;
}

.blog.slick-slider {
  margin-bottom: 60px;
}
.section-u2u .news-title{
  font-size: 22px;
}
.blog .slick-track{
  margin: 0;
}
@media (max-width: 1600px) {
  .blog__item-img{
    width: 100px;
    height: 100px;
  }
  .blog__item-message a,
  .blog__item-message p{
    font-size: 16px;
  }
  .blog__item{
    margin: 0 10px;
  }
  .blog__item-message a,
  .blog__item-message p{
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    max-height: 2.4em;
  }
  .blog-title{
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .blog__item-position{
    display: none;
  }
  .blog-title{
    font-size: 28px;
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/form_soap_submit_popup_2020_ajax/style.css?17441147407757*/
.forma_block .checkbox-block {
	margin-bottom: 10px;
	width: 96%;
}

.forma_block .input-block {
	margin-bottom: 0
}

.forma_block .input-block label {
	width: 100%;
}

.forma_block .checkbox-block .form-group:last-child {
	margin-left: 0;
	text-align: right;
}

.forma_block .input-block .form-group.form-center {
	margin-left: 0;
}

.forma_block .form-center .form-control {
	width: 96%;
}

.popup_container table .form-control{
	border: 0px;
  background-color: transparent;
	border-bottom: 1px solid #cacaca;
	box-shadow: none;
	border-radius: 0;
	font-size: 1.4rem;
	outline: 0 !important;
}
.popup_container table .form-control:focus{
	border-color: #cacaca;
	-webkit-box-shadow: none;
  box-shadow: none;
}
.popup_container table img{
	padding: 0;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	max-height: 34px;
	margin-left: 10px;
}
.confirm label {
	width: initial!important;
}

.confirm {

}
label.confirm {
	margin: 5px 0 15px 0;
}
.confirm span {
	padding-right: 10px;
	display: inline-block;
	/* width: calc( 100% - 60px); */
	vertical-align: middle;
	font-size: 12px;
	padding-top: 0;
	margin: 0;
}
.popup_container .g-recaptcha { 
	transform: scale(0.8);
    transform-origin: 0;
    height: 58px;
}
.popup_container table{
	margin-top: 10px;
}
.popup_container {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup_container .modal-content {
	margin: auto;
	max-width: 900px;
	/* height: 840px; */
	background: #fff;
	/*border: 1px solid rgb(102,204,204);*/
	padding: 10px 15px;
	margin-top: 50px;
	border-radius: 0;
}
.popup_container .errortext{
	font-size: 14px;
	text-align: center;
}

.popup_container .close_form {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	/*color:rgb(102,204,204);*/
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.popup_container .modal-body {
	padding: 20px;
	max-width: 900px !important;
	margin: 0 auto;
}

.popup_container h2 {
	text-align: center;
}

.popup_container .forma_block p {
	margin: 0;
	font: 400 16px "OpenSans-Regular", sans-serif;
	text-transform: none;
	color: #333;
	text-align: center;
	padding: 15px 20px;
}
.popup_container .form-group input[type="email"],
.popup_container .form-group input[type="text"] {
	width: 100%;
	max-width: 100%;
	line-height: 35px;
	height: 35px;
	padding-left: 20px !important;
	border: 0px;
	background-color: transparent;
	border-bottom: 1px solid #cacaca;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 1.4rem;
	vertical-align: baseline;
	font-weight: normal;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: inset none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0;
	z-index: 1;
	position: relative;
}

.popup_container .form-group select{
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #cacaca;
	padding: 6px 12px 6px 20px ;
	border-radius: 0;
	font-size: 1.4rem;
}

.form-group {
	position: relative;
}

.form-group input:invalid+label{
	display: inline;
	/* z-index: -1; */
}
input[data-phone='phone'] + label{
	display: none !important;
}
.form-group>label {
	z-index: 0;
  left: 10px;
  cursor: text;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 36px;
  width: 100%;
  display: none;
  color: #929292;
  width: auto;
  font-size: 1.4rem;
  font-weight: 400;
}

[name="form_text_443"] {
	background-image: url('https://uvelirsoft.ru/images/epc/company.png');
}

[name="form_email_532"] {
	background-image: url('https://uvelirsoft.ru/images/epc/phone-call.png');
}

[name="form_text_531"] {
	background-image: url('https://uvelirsoft.ru/images/epc/arroba.png');
}

.form-group-confirm [type="checkbox"] {
/*	display: none;*/
	height: 1px;
    width: 1px;
    opacity: 0;
}

.form-group-confirm [type="checkbox"]+span::before {
	content: '✓';
	width: 15px;
	height: 15px;
	/* font: normal 12px/16px FontAwesome; */
	text-align: center;
	width: 19px;
	height: 19px;
	border: 2px solid #ccc;
	background: #fff;
	color: transparent;
	outline: 0;
	margin-right: 10px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
}

.form-group-confirm [type="checkbox"]:checked+span::before {
	color: #ccc;
}

.form-group-confirm [for="confirm"] {
	display: flex;
	align-items: center;
	width: 100%;
}

.form-group-confirm .confirm span a {
	width: 100%;
	color: #993333;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
}

.btn_bloc-btn {
	display: block;
	max-width: 370px;
	width: 100%;
	text-align: center;
	padding: 12px 30px;
	margin: 30px auto 10px auto;
	border: 1px solid rgb(217, 40, 25);
	border-radius: 0;
	font-size: 1.4rem;
    text-transform: uppercase;
	background-color: rgb(217, 40, 25);
	color: #fff;
	font-weight: 300 !important;
	opacity: 1;
	transition: all .2s ease-in-out;
}

.form-group>label::after {
	content: '*';
	position: absolute;
	margin: 0 0 0 2px;
	color: #f11a48;
	/* font: normal 8px 'FontAwesome'; */
}

.popup_container .modal-content{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 95vh;
	/* margin: 10px; */
}
.popup_container--message{
	text-align: center;
}

.col-form-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.col-form-container .col-1,
.col-form-container .col-2,
.col-form-container .col-3,
.col-form-container .col-4{
	width: 50%;
	padding: 0 30px;
}
.col-form-container .col-4{
	margin-top: -148px;
}
@media (max-width: 1630px){
	/* .popup_container .modal-body{
		padding: 15px;
	}
	.popup_container .modal-content{
		margin-top: 30px;
	}
	.form-group-confirm [type="checkbox"]+span::before{
		width: 16px;
		height: 16px;
		line-height: 11px;
	}
	.popup_container h2{
		font-size: 24px;
		margin-top: 0;
	}
	
	.popup_container .forma_block p{
		font-size: 14px;
		padding: 5px 10px;
	}
	.form-group{
		margin-bottom: 8px;
	}
	.popup_container .modal-content{
		max-width: 800px;
	}
	.confirm span{
		font-size: 12px;
	}
	.popup_container.btn_bloc-btn{
		max-width: 340px;
		padding: 8px 30px;
	}
	.popup_container .form-group input[type="text"]{
		line-height: 32px;
		height: 32px;
		font-size: 1.2rem;
	}
	.form-group>label{
		font-size: 1.2rem;
	}
	.popup_container .form-group select{
		font-size: 1.2rem;
	}
	.popup_container .btn_bloc-btn{
		margin-top: 30px;
		font-size: 1.4rem;
	} */
	.popup_container .modal-content{
		max-width: 800px;
	}
}
@media (max-width: 992px){
	.col-form-container{
		margin: 0;
	}
	.col-form-container .col-1, .col-form-container .col-2, .col-form-container .col-3, .col-form-container .col-4{
		width: 100%;
		padding: 0;
	}
	.col-form-container .col-4{
		margin-top: 0;
	}
	.popup_container .modal-content{
		padding: 5px;
    max-width: 500px !important;
    margin: 0 auto;
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 90vh;
		margin: 10px auto;
	}
	.popup_container .forma_block p{
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.4;
	}
	.popup_container .forma_block h2{
		font-size: 25px;
	}
	.popup_container .form-group select{
		padding: 4px 2px !important;
	}
	.popup_container .form-group input[type="text"]{
		height: 40px;
		padding: 10px 6px !important;
	}
	.form-group>label{
		left: 20px;
	}
	.popup_container .modal-content{
		top: 50%;
		transform: translateY(-50%);
	}
	.popup_container .close_form{
		top: 0;
    right: 0;
	}
	.popup_container .modal-body{
		padding: 10px ;
	}
	.confirm span{
		font-size: 11px;
	}
	.form-group-confirm [type="checkbox"]+span::before{
		width: 16px;
    height: 16px;
		line-height: 11px;
	}
}
@media (max-width: 550px){
	.popup_container .modal-content{
		max-width: calc(100% - 10px) !important;
	}
}
/* End */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/fast-links/style.css?17264701201397 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/cases-news-list-slider/style.css?176613668516524 */
/* /local/templates/main2023/library/slick/slick.css?16866430801776 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/team/style.css?15815942401076 */
/* /bitrix/templates/programms_2019/components/bitrix/news.list/blog.slider/style.css?15868470601837 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/form_soap_submit_popup_2020_ajax/style.css?17441147407757 */
