

/* Start:/local/templates/mosprom/components/bitrix/news.detail/enterprise/style.css?17706236735071*/
.ages {
    position: relative;
}

.top_block {
    border: 2px solid #68B9D4;
    overflow: hidden;
}


.col-12.col-lg-4.order-lg-2 {
    padding-right: 0;
}

.gear_1 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.9s;
    width: 35%;
    aspect-ratio: 1;
    background-image: url('/img/new/enterprise/шестеренка 1.png');
    top: -50px;
    right: 10%;
}
.gear_2 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.9s;
    width: 40%;
    aspect-ratio: 1;
    background-image: url('/img/new/enterprise/шестеренка 2.png');
    right: -19%;
    top: -175%;
}
.col-12.col-lg-8.order-lg-1 {
    z-index: 10;
}


.map_top {
    margin: 10px auto 30px;
    display: flex;
    gap: 20px;
    max-width: 1200px;
    justify-content: center;
}

.label_green.label {
    background: var(--color-green2);
    color: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.program_list {
    display: flex;
	margin-bottom: 20px;
}

.program_item .text {
    display: none;
}

.program_item {
    display: flex;
    align-items: center;
}

.program_item.active .text {
    display: block;
}

.program_item.active {
    width: 100%;
}

.program_item span.number {
	display: flex;
    padding: 10px;
    font-size: 150px;
    line-height: 130px;
    font-family: 'Etude';
    font-weight: 450;
    background: linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%);
    border-radius: 10px;
    aspect-ratio: 1 !important;
    min-width: 190px;
    width: 190px;
    height: initial !important;
    align-items: center;
    justify-content: center;
}

.program_item span.number span {
    background: linear-gradient(144.45deg, rgba(255, 255, 255, 0.4) 2.47%, rgba(255, 255, 255, 0) 96.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.program_list {
    gap: 20px;
}

.program_item {
    padding: 10px;
    background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
    border-radius: 10px;
	cursor: pointer;
}

.program_item.active {
    background: linear-gradient(111.08deg, rgba(164, 197, 32, 0.15) 13.77%, rgba(196, 230, 59, 0.15) 105.1%);
}

span.text {
    color: #86BC3D;
    font-size: 22px;
    font-weight: 500;
    margin-left: 30px;
}

.program_item.active .number {
    background: linear-gradient(111.08deg, #A4C520 13.77%, #C4E63B 105.1%);
}

.label.font-small {
    font-size: 16px;
}

.container .detail_title {
    margin-top: 60px;
    margin-bottom: 20px;
}
.duration_block {
    background: linear-gradient(93.69deg, rgba(104, 185, 212, 0.09) 4.08%, rgba(84, 160, 186, 0.15) 93.54%);
    border-radius: 10px;
    padding: 17px 17px 11px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Etude';
    font-size: 43px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}
.duration_block span.txt {
    background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.2) 7.39%, rgba(84, 160, 186, 0.2) 93.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.duration_block span.bold {
	color:#54A0BA;
}


.text_top h1.h1 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 20px;
}

.text_top {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.top_block {
    background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.1) 7.39%, rgba(84, 160, 186, 0.1) 93.7%);
    border-radius: 10px;
    overflow: hidden;
}

.top_block img {
    height: 100%;
    object-fit: cover;
}
.text_top .text {
    font-size: 20px;
    color: var(--color-text-blue);
}
.text_top {
    min-height: 400px;
}

.ages {
    display: flex;
}

.ages .label {
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 15px;
    font-weight: 500;
}
.map_top .label {
    border-radius: 80px;
    padding: 15px 35px;
    font-weight: 550;
}
.text_top .text {
    margin-bottom: 20px;
}

@media (max-width:992px) {

    .program_item span.number {
        min-width: 100px;
        min-height: 100px;
    }
.text_top h1.h1 {
    font-size: 26px;
}

.text_top .text {
    font-size: 16px;
    margin-bottom: 20px;
}

.text_top {
    padding: 20px 15px !important;
}

.detail_title {
    font-size: 24px !important;
}

.duration_block {
    font-size: 22px !important;
}

.program_list {
    flex-wrap: wrap;
}

.program_list span.text {
    display: block;
    margin-left: 20px;
    font-size: 19px;
}

.program_item span.number {
    max-width: 60px;
    font-size: 40px;
}

.map_top {
    flex-wrap: wrap;
}

.label_green.label {
    white-space: normal;
    text-align: center;
}

.gear_1,.gear_2 {
    display: none;
}
.program_item {
    width: 100%;
    display: flex;
}
}

/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/events_slider/style.css?17706236732894*/
.event_item.blocked {
	pointer-events: none;
	filter: grayscale(1);
}
.event_item {
	min-width: 300px;
	max-width: 440px;
	display: flex !important;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 16px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid #EBEBEB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	font-size: 16px;
	margin-bottom: 30px;
	min-height: 250px;
}
.slick-list {
	padding: 0 !important;
}
.event_main {
	width: 100%;
}
.event_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}
.date {
	color: #5C5C5C;
	font-weight: 500;
}

.label {
	color: #167194;
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	padding: 4px 16px;
	border-radius: 16px;
}

.event_name {}

.event_name a {
	color: #21799A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.event_text {
	color: #9E9E9E;
	font-size: 15px;
}

a.btn.btn-blue {
	background: var(--color-blue);
	color: #fff;
}

.event_bottom .btn {
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
}

.event_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 16px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid #EBEBEB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	font-size: 16px;
	margin-bottom: 30px;
	min-height: 250px;
	background: url('/img/gear.svg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.event_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.date {
	color: #5C5C5C;
	font-weight: 500;
}

.label {
	color: #167194;
	background: linear-gradient(93.76deg, rgba(104, 185, 212, 0.15) 7.39%, rgba(84, 160, 186, 0.15) 93.7%);
	padding: 4px 16px;
	border-radius: 16px;
}

.event_name {}

.event_name a {
	color: #21799A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.event_text {
	color: #9E9E9E;
	font-size: 15px;
}

a.btn.btn-blue {
	background: var(--color-blue);
	color: #fff;
}

.event_bottom .btn {
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
}

.types .label.label_green {
	background: linear-gradient(111.08deg, rgba(164, 197, 32, 0.32) 13.77%, rgba(196, 230, 59, 0.32) 105.1%);
	backdrop-filter: blur(12px);
	color: #A4C520;
}

.event_item:hover .types .label.label_green {

	color: #fff;
}
@media (min-width: 1200px) {
	.slick-slide > div {
		padding: 0 10px !important;
	}
	.event_item {
		min-width: 420px;
	}
}
@media (max-width: 992px) {
	.event_item {
		max-width: 320px;
	}
}
@media (max-width: 400px) {
	.event_item {
		max-width: 360px;
	}
}
@media (max-width: 380px) {
	.event_item {
		max-width: 340px;
	}
}
@media (max-width: 360px) {
	.event_item {
		max-width: 320px;
	}
}
/* End */
/* /local/templates/mosprom/components/bitrix/news.detail/enterprise/style.css?17706236735071 */
/* /local/templates/mosprom/components/bitrix/news.list/events_slider/style.css?17706236732894 */
