

/* Start:/local/templates/mosprom/css/detyam.css?17706236733320*/
.top_detyam {
    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;
    margin-bottom: 60px;
}

.children_gears {
    aspect-ratio: 13/5;
}

.detyam_img {
    background-image: url('/img/detyam_new.png');
    background-size: contain;
    background-repeat: no-repeat;
    width:100%;
    aspect-ratio: 136 / 70;
    position: absolute;
    left:0;
    bottom: 60px;
    background-position: center;
    transition: all 0.6s ease;
}
@media (max-width: 1310px) {
    body .detyam_img {
        bottom: 110px;
    }
}
@media (max-width: 991px) {

    body .detyam_text {
        padding: 30px 10px;
        font-size: 16px;
    }

    body .detyam_img {
        bottom: 20px;
    }
}
@media (max-width: 500px) {

    body .detyam_text {
        padding: 20px 10px;
        font-size: 14px;
    }
    body .detyam_img {
        bottom: 50px;
    }
}

.detyam_text {
    background: radial-gradient(131.08% 103.44% at 51.32% 7.89%, #033A4F 0.96%, #167194 35.45%, #4795B2 100%), linear-gradient(93.76deg, #68B9D4 7.39%, #54A0BA 93.7%);
    padding: 78px 90px 50px;
    font-size: 38px;
    text-align: center;
    font-family: 'Etude';
    text-transform: uppercase;
    color: #fff;
    z-index: 11;
}

.detyam_text {
    position: relative;
}

.top_detyam:hover .detyam_img {
    transform: scale(1.05);
}



.children_gears {
    position:relative;
}
.children_gears * {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
}
.children_gear1 {
    background-image: url('/img/gear_children/gear_1.png');
}
.children_gear2 {
    background-image: url('/img/gear_children/gear_2.png');
}
.children_gear3 {
    background-image: url('/img/gear_children/gear_3.png');
}
.children_gear4 {
    background-image: url('/img/gear_children/gear_4.png');
}
.children_gear5 {
    background-image: url('/img/gear_children/gear_5.png');
}
.children_gear6 {
    background-image: url('/img/gear_children/gear_6.png');
}

.children_gears {
    overflow: hidden;
    height: 100%;
}
.top_detyam:hover .children_gears * {
    transform: scale(1.05);
}

.children_gearss:hover .children_gear1,
.children_gearss:hover .children_gear5 {
    transform: rotate(20deg);
}
.children_gearss:hover .children_gear2,
.children_gearss:hover .children_gear3,
.children_gearss:hover .children_gear4,
.children_gearss:hover .children_gear6 {
    transform: rotate(-20deg);
}
.children_gear1 {
    width: 20%;
    aspect-ratio: 32 / 35;
    top: 40%;
    left: 4%;
    z-index: 8;
}


.children_gear2 {
    width: 34%;
    aspect-ratio: 47 / 59;
    top: 0;
    left: -1%;
    z-index: 5;
}

.children_gear3 {
    width: 15%;
    aspect-ratio: 21 / 14;
    left: 23%;
    top: 0;
    z-index: 10;
}

.children_gear4 {
    width: 59%;
    aspect-ratio: 80 / 51;
    left: 33%;
    top: 0;
    z-index: 2;
}

.children_gear5 {
    width: 16%;
    aspect-ratio: 23 / 22;
    right: 4%;
    top: 10%;
    z-index: 1;
}
.children_gear6 {
    width: 16%;
    aspect-ratio: 24 / 34;
    bottom: 0;
    right: -2%;
    z-index: 1;
}


/* End */


/* Start:/local/templates/mosprom/components/bitrix/news.list/detyam/style.css?17735657843006*/
.video_item {
    border-radius: 10px;
    margin-bottom: 30px;
    aspect-ratio: 67/46;
    background-size: auto 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    transition: all 0.6s ease;
}
.video_item:hover {
    background-size: auto 110% ;
}

.video_text {
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(94.14deg, rgba(71, 149, 178, 0.6) -4.23%, rgba(22, 113, 148, 0.6) 90.42%);
    backdrop-filter: blur(7.65px);
    transition: all 0.6s ease;
}

.video_item:hover p.video_text {
    background: linear-gradient(94.14deg, rgba(71, 149, 178, 1) -4.23%, rgba(22, 113, 148, 1) 90.42%);
}


.video_text span.name {
    font-size: 18px;
    display: block;
}

.video_text span.text {
    font-size: 14px;
    line-height: 1 !important;
}

span.video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -67px 0 0 -37px;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 25%, rgba(153, 153, 153, 0.4) 100%), linear-gradient(93.76deg, rgba(104, 185, 212, 0.2) 7.39%, rgba(84, 160, 186, 0.2) 93.7%);
    backdrop-filter: blur(10.6px);
    border: 1px solid rgb(22 113 148);
    transition: all 0.6s ease;
}

.video_item:hover span.video {

    background: linear-gradient(94.14deg, rgba(71, 149, 178, 1) -4.23%, rgba(22, 113, 148, 1) 90.42%);
}


.overflow {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.col-12:nth-child(even) .video_text {
    background: linear-gradient(111.08deg, rgba(164, 197, 32, 0.35) 13.77%, rgba(196, 230, 59, 0.35) 105.1%);
    backdrop-filter: blur(7.65px);
}

.col-12:nth-child(even) .video_item:hover p.video_text {
    background: linear-gradient(111.08deg, rgba(164, 197, 32, 1) 13.77%, rgba(196, 230, 59, 1) 105.1%);
}

.col-12:nth-child(even) span.video {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 25%, rgba(153, 153, 153, 0.3) 100%), linear-gradient(111.08deg, rgba(164, 197, 32, 0.25) 13.77%, rgba(196, 230, 59, 0.25) 105.1%);
    backdrop-filter: blur(10.6px);
    border: 1px solid #A4C520;
}
.col-12:nth-child(even) .video_item:hover span.video {
    background: linear-gradient(111.08deg, rgba(164, 197, 32, 1) 13.77%, rgba(196, 230, 59, 1) 105.1%);
}



@media (min-width: 993px) {
    .video_text span.name {
        padding-right: 200px;
    }
}
@media (max-width: 992px) {
    .video_text span.name {
        padding-right: 0px;
        padding-top: 20px;
    }
    .video_item {
        aspect-ratio: 1;
        background-size: cover;
    }


    .video_text span.name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    html .video_text span.text {
        font-size: 12px;
        line-height: 14px !important;
        display: block;
    }
}
/* End */
/* /local/templates/mosprom/css/detyam.css?17706236733320 */
/* /local/templates/mosprom/components/bitrix/news.list/detyam/style.css?17735657843006 */
