.head {
    background-color: #17191C;
    background-image: url(/img/news/header-background.png);
    height: 176px;
    min-height: auto;
    position: fixed;
    width: 100%;
    z-index: 1;
    overflow: inherit;
}
.main-header {
    height: auto;
    min-height: 207px;
    position: relative;
}
.profile-content {
    width: 1100px;
}

.profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    align-items: center;
}
.group-profile-top-left {
    display: flex;
    align-items: center;
}
.group-profile-top-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h1.left-text-h1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 41px;
    width: 715.028px;
    font-style: normal;
    font-weight: 700;
    line-height: 106.523%;
}

.profile-border {
    width: 1315px;
}

p.left-text-p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 599px;
    margin-top: 36px;
}

img.news-object-a-img {
    width: 307px;
}

a.news-object-horizont {position: relative;width: 307px;overflow: hidden;}
a.news-object-horizont {
    min-height: 311px;
}

a.news-object-horizont {
    margin-bottom: 23px;
}

.group-profile-top-left {
    margin-left: 14px;
}

.news_content {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

h2.terms-h2 {
    color: rgb(255 255 255);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 498px;
    margin-top: 36px;
}
img.news-object-a-img {
    width: 100%;
}
p.terms-p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 16px;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    margin-top: 14px;
}

h3.terms-h3 {
    color: rgb(255 255 255);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 127.023%;
    width: 498px;
    margin-top: 36px;
}
a.news-object-horizont {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
h1.left-text-h1 {
    width: auto;
}

p.left-text-p {
    width: auto;
}
@media (max-width: 1350px) {
    .profile-border {
        width: calc(100% - 30px);
    }
}
@media (max-width: 1150px) {
    .news_content {
        grid-template-columns: repeat(3, 1fr);
    }
    a.logotype-link {
        margin-bottom: 0px;
    }
    .head {
        background-color: #17191C;
        background-image: url(/img/news/header-background.png);
        height: 96px;
        min-height: auto;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 850px) {
    .news_content {
        grid-template-columns: repeat(2, 1fr);
    }
    img.news-object-a-img {
        height: 155px;
        object-fit: cover;
    }
}

@media (max-width: 560px) {
    .news_content {
        grid-template-columns: repeat(1, 1fr);
    }
    img.news-object-a-img {
        height: 195px;
        object-fit: cover;
    }
    h1.left-text-h1 {
        font-size: 30px;
    }
    p.left-text-p {
        font-size: 15px;
    }
}