.header-post {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.header-post::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.header-post .container {
    height: 100%;
}

.header-post .relative {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-post__info {
    height: 100%;
}

.header-post__main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 540px;
    max-width: 55%;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
    /* padding: 115px 0 100px; */
}

.header-post__title {
    color: #0061aa;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    font-weight: 600;
    margin-bottom: 44px;
}

.header-post__text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 54px;
    color: #0061aa;
}

.header-post__btn {
    background: #0dabcc;
    color: #fff;
    padding: 0 18px;
    height: 50px;
    min-width: 177px;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 17px;
    cursor: pointer;
    outline: 0;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.header-post__img--b {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-post__img--p {
    position: absolute;
    max-width: 50%;
    right: 0;
    bottom: 0;
}

.header-post--old {
    height: 415px;
    overflow: hidden;
    background-image: url(/local/templates/medon/styles/../img/home-2.jpg);
    background-position: 50% 100%;
    background-size: cover;
    height: 415px;
    position: relative;
    width: 100%;
}

.header-post--old .header-post__img {
    left: -170px
}

.header-post--old::before {
    display: none
}

.header-post--old .header-post__title {
    font-size: 66px;
    font-weight: 400;
    margin: 0
}

.header-post--old .header-post__text {
    color: #0061aa;
    font-size: 25px;
    text-transform: uppercase;
    width: 205px;
    text-align: left;
    margin-left: 22px;
    line-height: 30px;
    position: static;
    margin-bottom: 0;
    margin-top: 0
}

.header-post--old .header-border {
    height: 22px;
    margin-top: 1px
}

.header-post--old .header-post__main {
    align-items: flex-end;
    padding: 70px 0 0;
    max-width: none
}

.header-post--old .header-post-pad {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.header-post--old .header-post__main > div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.header-post__temp {
    color: #0060aa;
    font-size: 60px;
    font-weight: 700;
    max-width: 520px;
}

@media screen and (max-width: 1024px) {
    .header-post {
        height: auto;
    }

    .header-post__main {
        max-width: 100%;
        padding: 30px 0;
        text-align: center;
    }

    .Home .header-post__title {
        letter-spacing: .6px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .header-post__btn {
        margin: 0 auto;
    }

    .header-post__img--p {
        display: none;
    }
    .header-post--old .header-post__title {
    font-size: 48px
    }

    .header-post--old .header-post__text {
        font-size: 18px;
        width: 148px;
        margin-right: 20px;
        line-height: 24px;
    }
    .header-post--old .header-post__main {
        padding: 70px 0 40px;
    }
    .header-post--old .header-post__img {
        left: 50%;
        margin-left: -1060px
    }
    .header-post--old .header-post-pad {
        margin-bottom: 5px
    }

    .header-post__temp {
        width: 410px;
        font-size: 55px;
    }
}

@media screen and (max-width: 640px) {
    .header-post__title {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .header-post__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .header-post {
        height: 240px;
        margin-bottom: 0;
        overflow: visible;
    }

    .header-post__btn {
        position: absolute;
        bottom: -40px;
        width: calc(100% + 40px);
        left: -20px;
        border-radius: 0;
    }

    .header-post--old .header-post__img {
        margin-left: -470px;
        width: auto;
        height: 210px
    }
    .header-post--old {
        overflow: inherit;
        height: auto;
        padding-top: 210px
    }
    .header-post--old>.container {
        /* display: none; */
        position: absolute;
        top: 0;
        right: 0;
    }
    .header-post--old .header-post-online {
        position: static;
        display: none;
    }

    .header-post__temp {
        width: 262px;
        font-size: 40px;
        text-align: left;
    }

}


@media screen and (max-width: 360px) {
    .header-post--old {
        background-position: 45% 100%;
    }

    .header-post__temp {
        width: 204px;
        font-size: 31px;
        text-align: left;
    }
}
