.page_areas {
    padding-top: 0;
    padding-bottom: 0;
}
.areas-template-default .spheres {
    padding-top: 0;
}
.page_top {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    min-height: 300px;
    height: 100vh;
    max-height: 70vh;
}
.page_top.subprom-top {
    height: 450px;
    min-height: 1px;
    margin-bottom: 30px;
}
.page_areas .image_post {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 450px;
    margin-bottom: 30px;
}
.page_areas .image_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_top-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.page_top-conteiner {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.page_top-conteiner .conteiner {
    margin: auto;
}
.page_top-center {
    margin: auto;
}
.page_top-title {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.abs-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .page_top {
        min-height: 320px;
        height: 100%;
    }
    .page_top-title {
        font-size: 36px;
        line-height: 1;
    }
    .page_areas .col8 {
        width: calc(100% - 28px);
    }
    .page_areas .col4 {
        width: calc(100% - 28px);
    }
    .abs-center {
        top: 70px;
    }
}
@media screen and (max-width: 576px) {
    .page_top-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page_top-title {
        font-size: 30px;
        line-height: 1;
    }
    .page_top-img {
        min-height: 150px;
    }
}
