

/* 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 */
/* /local/templates/mosprom/components/bitrix/news.detail/enterprise/style.css?17706236735071 */
