

/* Start:/bitrix/templates/centino-heat/components/bitrix/news.detail/info_graf/style.css?16178851642329*/
.infograf-wrapper-all {
    text-align: center;
    background-color: #0088b8;
}
.infograf-name {
    text-transform: uppercase;
    color: white;
    padding: 80px 0;
    font-size: 4vw;
    line-height: 45px;
}
.infograf-wrapper-items {
    color: white;
    display: grid;
    grid-gap: 15px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 20px 50px 40px 50px;
}
@media (max-width: 375px) {
    .infograf-wrapper-items {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

.item-number-wrapper {
    font-size: 52px;
    padding-bottom: 15px;
}
.item-line-wrapper {
    height: 1px;
    background: white;
    margin: 0 30px;
    opacity: 0.2;
}
.item-text-wrapper {
    font-size: 18px;
    padding-top: 10px;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.page-top-main {
    display: none;
}

@media (max-width: 660px) {
    .infograf-wrapper-items {
        grid-gap: 60px;
    }
    .infograf-name {
        font-size: 6vw;
    }
}




.f-infograf__items {
    color: white;
    display: flex;
    padding: 20px 50px 40px 50px;
    flex-wrap: wrap;
    align-items: start;
    height: 100%;
}
.f-infograf__item {
    flex-basis: 25%;
    padding-bottom: 40px;
}

@media (min-width: 561px) {
    .item-text-wrapper {
        max-width: 270px;
    }
}
@media (max-width: 991px) {
    .f-infograf__item {
        flex-basis: 33%;
    }
}
@media (max-width: 767px) {
    .f-infograf__item {
        flex-basis: 50%;
    }
}
@media (max-width: 560px) {
    .f-infograf__item {
        flex-basis: 100%;
    }
}
/* End */
/* /bitrix/templates/centino-heat/components/bitrix/news.detail/info_graf/style.css?16178851642329 */
