

/* Start:/local/templates/ipdesign_market_bitrix/components/bitrix/news.detail/landing/style.css?175032807910797*/
.lcp-container{
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.lcp-heading{
	margin-bottom: 32px;
}
.lcp-banner{
	margin-bottom: 40px;
}
.lcp-banner img{
	width: 100%;
}
.lcp-text p, .lcp-text div{
	margin-bottom: 20px;
}
.lcp-title{
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
.lcp-text b {
	font-weight: 600;
}
.lcp-text ul {
    margin-bottom: 20px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.lcp-text ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.lcp-text ul li:before{
	content: "";
	display: block;
	min-width: 6px;
	min-height: 6px;
	border-radius: 3px;
	background-color: rgba(251, 99, 29, 1);
}
.lcp-button{
	background-color: rgba(239, 124, 0, 1);
	padding: 15px 30px;
	color: #fff;
	border-radius: 8px;
	width: max-content;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
}
.lcp-text-after-button{
	font-weight: 600;
	margin-bottom: 20px;
}
.lcp-text-second{
	margin-top: 20px;
}
.lcp-grid {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 40px;
    align-items: center;
}
.lcp-grid__image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.lcp-grid__text {
    font-size: 16px;
    line-height: 1.5;
}
.lcp-table {
    width: 100%;
    border-collapse: collapse;
}
.lcp-table table {
    width: 100%;
    /* table-layout: fixed; */ /* Фиксированная ширина столбцов */
}
.lcp-table-third-hide table {
    table-layout: inherit; /* Наследуем ширину столбцов от первой таблицы */
}
.lcp-table-third table,
.lcp-table-third-hide table {
    border-collapse: separate; /* Отключаем схлопывание границ */
    border-spacing: 0; /* Убираем зазоры между ячейками */
    border-radius: 10px;
    overflow: hidden; /* Обрезаем края */
}
.lcp-table-second table {
    border-collapse: separate; /* Отключаем схлопывание границ */
    border-spacing: 0; /* Убираем зазоры между ячейками */
    border-radius: 10px;
    overflow: hidden; /* Обрезаем края */
}
.lcp-show-more {
    cursor: pointer;
    text-align: center;
    background: rgba(242, 240, 241, 1);
    color: rgba(1, 1, 1, 1);
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
}
.lcp-seo-text-button{
    cursor: pointer;
    text-align: center;
    background: rgba(242, 240, 241, 1);
    color: rgba(1, 1, 1, 1);
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
}
.lcp-show-more:hover {
    background: rgba(222, 220, 221, 1);
}
.lcp-seo-text-button:hover {
    background: rgba(222, 220, 221, 1);
}
/* .lcp-table-third table tr:nth-child(2n-1) td:not(:nth-child(5)):not(:nth-child(6)),
.lcp-table-third-hide table tr:nth-child(2n-1) td:not(:nth-child(5)):not(:nth-child(6)) {
    background-color: rgba(242, 242, 242, 1);
} */
.lcp-table-third table tr:nth-child(1) td:nth-child(1){
	border-left: 1px solid rgba(227, 227, 227, 1);
}
.lcp-table-third table tr:nth-child(1) td:nth-last-child(1){
	border-right: 1px solid rgba(227, 227, 227, 1);
}
.lcp-table-third table tr:nth-child(1) td {
    background-color: rgba(251, 99, 29, 0.06) !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.lcp-table-third table tr td, .lcp-table-third-hide table tr td {
    text-align: left !important;
    padding: 8px;
    border: 1px solid rgba(227, 227, 227, 1);
    vertical-align: middle;
}
.lcp-table-second, .lcp-table-third{
	margin-top: 40px;
}
.lcp-text-four{
	margin-top: 40px;
}
.lcp-table-second table tr:nth-child(2n) td {
    background-color: rgba(242, 242, 242, 1);
}
.lcp-table-second table tr:nth-child(1) td:nth-child(1){
	border-left: 1px solid rgba(227, 227, 227, 1);
}
.lcp-table-second table tr:nth-child(1) td:nth-last-child(1){
	border-right: 1px solid rgba(227, 227, 227, 1);
}
.lcp-table-second table tr:nth-child(1) td{
	border-bottom: 1px solid transparent;
}
.lcp-table-second table tr:nth-child(2) td{
	border-top: 1px solid transparent
}
.lcp-table-second table tr:nth-child(1) td, .lcp-table-second table tr:nth-child(2) td{
	background-color: rgba(251, 99, 29, 0.06) !important;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.lcp-table-second table tr td {
    text-align: left !important;
    padding: 8px;
    border: 1px solid rgba(227, 227, 227, 1);
    vertical-align: middle;
}
.lcp-table-third-hide{
	margin-top: 20px;
}
.lcp-mini-block {
    background-color: rgba(251, 99, 29, 0.06);
    padding: 20px 30px;
    border-radius: 8px;
}
.lcp-mini-text a {
    color: rgba(239, 124, 0, 1);
    font-weight: 600;
    white-space: nowrap;
}
.lcp-star-text{
	color: rgba(1, 1, 1, 0.5);
	margin-top: 20px;
}
.lcp-text-six ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.lcp-block-flex{
	display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}
.lcp-block-flex > *{
	max-width: 42%;
}
.box__callback {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	overflow: auto;
}

.bg__callback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Затемнение фона */
}

.block__callback {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 675px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.block__callback .h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	padding-right: 20px;
}
.close__callback{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	color: rgba(127, 127, 127, 1);
	font-size: 25px;
}
.callback__field label{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.callback__field input{
	border: 1px solid rgba(227, 227, 227, 1);
	border-radius: 8px;
	padding: 12px 20px;
}
.callback__field select{
	border: 1px solid rgba(227, 227, 227, 1);
	border-radius: 8px;
	padding: 14px 20px;
	color: rgba(153, 153, 153, 1);
	background: #fff;
}
.callback__field textarea{
	border: 1px solid rgba(227, 227, 227, 1);
	border-radius: 8px;
	padding: 14px 20px;
	min-height: 80px;
}
.callback__field span{
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
	line-height: 18px;
}
.callback__field span i{
	font-style: normal;
	color: red;
}
.ajax-form-popup{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.agree__callback{
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}
.callback__field label.cbx {
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* justify-content: flex-start; */
    align-items: center;
}
.callback__field label.cbx span:before {
    display: none;
}
.callback__field label.cbx span:last-child {
    padding-left: 0;
	color: rgba(1, 1, 1, 1);
}
.ajax-form-popup input.button{
	width: 100%;
	max-width: 225px;
	background: rgba(239, 124, 0, 1);
	color: #fff;
	padding:  10px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.ajax-form-popup .file-selectdialog{
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(227, 227, 227, 1);
	margin: 0;
}
.ajax-form-popup .file-load-img{
	display: none;
}
.ajax-form-popup .file-selector.file-selector-active{
	 border: none !important;
}
.ajax-form-popup .file-selector .file-but-text{
	color: rgba(239, 124, 0, 1) !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	line-height: 16px !important;
}
.ajax-form-popup .file-selector{
	padding: 30px 10px !important;
	width: max-content !important;
	margin: 0 auto !important;
	color: rgba(153, 153, 153, 1) !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	line-height: 16px !important;
}
.ajax-form-popup .file-selector:hover {
    border: none !important;
    padding: 30px 10px !important;
}
.ajax-form-popup .file-label{
	color: rgba(153, 153, 153, 1) !important;
}
.ajax-form-popup .files-text .f-wrap {
	font-size: 12px;
}
.ajax-form-popup .file-placeholder .files-name {
    width: 60%;
	
}
.ajax-form-popup .file-placeholder td{
	padding: 3px 0 !important;
}
.callback__field span.f-wrap, .callback__field span.files-text {
    line-height: 100%;
}
.lcp-mobile-banner{
	display: none;
}
.scroll-wrapper {
    width: 100%;
    overflow-x: hidden;
}
.scroll-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
.top-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 10px;
    margin-bottom: 5px;
    visibility: hidden;
}
.scroll-wrapper::-webkit-scrollbar,
.top-scroll::-webkit-scrollbar {
    height: 5px;
}

.scroll-wrapper::-webkit-scrollbar-track,
.top-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-wrapper::-webkit-scrollbar-thumb,
.top-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.scroll-wrapper::-webkit-scrollbar-thumb:hover,
.top-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-wrapper,
.top-scroll {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

.lcp-container-seo-text .lcp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
@media screen and (max-width: 1200px){
	.lcp-block-flex > * {
		max-width: 58%;
	}
}
@media screen and (max-width: 1024px){
	.breadcrumbs__nav {
		overflow-x: auto !important;
	}
}
/* Если нет изображения, то текст занимает всю ширину */
@media screen and (max-width: 991px) {
    .lcp-grid {
        grid-template-columns: 1fr;
		gap: 20px;
    }
	.lcp-banner img{
		display: none;
	}
	.lcp-banner img.lcp-mobile-banner{
		display: block;
	}
	.lcp-button{
		font-size: 14px;
		padding: 10px 30px;
	}
	.lcp-text ul {
		margin-left: 18px;
	}
	.lcp-container {
		gap: 40px;
	}
	.lcp-block-flex {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	.lcp-block-flex > * {
		max-width: 100%;
	}
	.lcp-table {
        overflow-x: hidden;
    }
	.scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-wrapper table {
        min-width: 990px;
    }

    .top-scroll {
        visibility: visible;
    }
	.lcp-heading {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.lcp-text-six ul {
		grid-template-columns: repeat(4, 1fr);
	}
	.lcp-mini-block{
		padding: 20px;
	}
}
@media screen and (max-width: 576px) {
	.lcp-text-six ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.lcp-container {
		gap: 20px;
	}
	.ajax-form-popup .file-selector {
		width: 250px !important;
	}
}
/* End */
/* /local/templates/ipdesign_market_bitrix/components/bitrix/news.detail/landing/style.css?175032807910797 */
