.chart{
    background: #141414 !important;
}
@media screen and (min-width: 767.98px) {
    .chart_slider .swiper-slide:not(.swiper-slide-visible) {
        opacity: 1 !important;
    }
}
@media screen and (min-width: 991.98px) {
    .chart_slider .swiper-slide {
        width: calc(100% / 1) !important;
    }
}
.chart_slider .swiper-slide .slide{
    max-width: 100% !important;
}

@media screen and (min-width: 767.98px) {
    .page_main .wrapper {
        margin-bottom: 40px;
        height: 120px;
    }
}
.page_media-img{
    height: 530px !important;
}
.page{
    background: url(../image/banner.jpg) center / cover no-repeat;
}
.about .media{
    box-shadow: 2px -2px 0 transparent !important;
}
.features_media{
    background: linear-gradient(0deg, #AEFF00, #AEFF00), url(../image/interface.jpg) center / cover no-repeat;
}
.main1{
    margin-top: 20px;
}
.main_title1{
    margin-bottom: 10px;
}
.main_text1{
    margin-bottom: 20px;
}
.about .main_list-item{
    align-items: start !important;
}
.about .main_list-item .icon{
    margin-top: 9px;
}
@media screen and (min-width: 1199.98px) {
    .page_main {
        max-width: 720px;
    }
}