

/* Start:/bitrix/components/bitrix/breadcrumb/templates/irz_breadcrumb/style.css?1751104907585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/irz_dev_menu/style.css?1751104969863*/
.sections__title {
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #000000;
    margin: 60px 0 40px;
}
.sections__wrap {
    margin: -16px -13px;
    display: flex;
    flex-wrap: wrap;
}
.section__block {
    padding: 16px 13px;
    width: 33.3%;
}
.block_inner {
    display: block;
}
.section__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin-bottom: 15px;
    aspect-ratio: 1 / 1;
}
.section__pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section__name {
    color: #2E649F;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .section__block {
        width: 50%;
    }
}
@media (max-width: 350px) {
    .section__block {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/irz_dev/bitrix/news.detail/.default/style.css?17561902036582*/
.dev-detail {
	margin-bottom: 35px;
}

.dev-detail__text {

}

.dev-table {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.dev-detail__text table td,
.dev-detail__text table th {
	padding: 5px 10px;
}

.dev-detail__quote {
	padding: 30px 30px 30px 35px;
	background: #F6F6F6;
	border-left: 3px solid #31649E;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 140%;
	color: #333333;
}

.dev-detail__item {
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
}

.dev-detail__item-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 10px;
}

.dev-detail__item-text {
	font-size: 14px;
	line-height: 18px;
	color: #4B4B4B;
}

.dev-detail__item-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.dev-detail__item-icon img {
	width: 24px;
	height: 24px;
	object-position: center;
	object-fit: contain;
}

.dev-detail__image {
	border: 1px solid #EBEBEB;
	min-height: 260px;
	margin-bottom: 42px;
}

.dev-detail__image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.dev-detail__form {
	background: #F8F8F8;
	padding: 30px;
}

.dev-detail__form-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 20px;
}

.dev-detail__form-email a {
	color: #2E649F;
	text-decoration: none;
}

.dev-detail__form-email,
.dev-detail__form-text {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 19px;
	color: #333333;
}

@media (max-width: 767px) {
	.dev-detail .row {
		display: flex;
		flex-direction: column;
	}
	.order-1 {
		order: 1;
		margin-bottom: 30px;
	}
	.order-2 {
		order: 2;
	}
}

.modern-caption-container {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Inter', 'SF Pro Display', -apple-system, sans-serif;
}

.modern-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.modern-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #000000 0%, #083865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modern-main-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
}

.modern-section {
    margin: 45px 0;
}

.modern-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #062e52 0%, #1c3255 100%);
    color: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
	justify-items: center;
}

.modern-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: white;
    padding: 2em;
	max-width: 350px;
}

.modern-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.modern-card:hover .model-overlay {
    background: linear-gradient(transparent, rgb(8 57 102));
    padding: 20px 15px;
}

.modern-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    z-index: 1;
    position: relative;
}

.modern-card:hover .modern-image {
    transform: scale(1.1);
}

.model-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent,rgb(26 49 85));
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    z-index: 2;
}

/* Эффект блеска при наведении */
.modern-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255,255,255,0.1),
        transparent
    );
    transform: rotate(45deg);
    transition: all 0.6s ease;
    z-index: 1;
}

.modern-card:hover::before {
    animation: shine 1.5s ease-in-out;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 100%;
    }
}

/* Адаптивность */
@media (max-width: 1024px) {
    .modern-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .modern-main-title {
        font-size: 2rem;
    }
    
    .modern-section-title {
        font-size: 1.3rem;
    }
    
    .modern-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .modern-image {
        height: 180px;
    }
.modern-image {
    object-fit: contain;
}
.modern-card {
    padding: 1em;
}
}

@media (max-width: 480px) {
    .modern-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .modern-main-title {
        font-size: 1.8rem;
    }
    
    .model-overlay {
        font-size: 1rem;
    }
}

/* Дополнительные декоративные элементы */
.modern-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    margin: 20px auto;
    border-radius: 2px;
}

.modern-card::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: #00ff88;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff88;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-card:hover::after {
    opacity: 1;
}
/* Стили для галереи */
#imageGalleryModal {
    transition: opacity 0.3s ease;
}

#imageGalleryModal img {
    transition: transform 0.3s ease;
}

.nav-btn:hover,
.close-btn:hover {
    background: rgba(0,0,0,0.8) !important;
    transform: scale(1.05);
}

/* Стили для миниатюр */
#imageGalleryModal .thumbnails img:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

/* Запрет выделения текста */
#imageGalleryModal {
    user-select: none;
    -webkit-user-select: none;
}

.devel-desc-title {
        font-weight: bolder;
        padding: 20px 0px !important;
}

.full {
    max-width: 100% !important;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/irz_breadcrumb/style.css?1751104907585 */
/* /bitrix/templates/.default/components/bitrix/news.list/irz_dev_menu/style.css?1751104969863 */
/* /bitrix/templates/.default/components/bitrix/news/irz_dev/bitrix/news.detail/.default/style.css?17561902036582 */
