.news {
    font-family: 'Open Sans', sans-serif;
}
.news .news-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 40px;
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .news .news-grid {
        gap: 26px;
    }
}
.news > .news-title {

    font-weight: 700;
    font-size: 24px;
    color: var(--accent);
    text-align: center;
    text-decoration: underline;
    padding-top: 35px;
    background-color: initial;
}
.news > .container > .title {
    display: inline-block;
    width:100%;
    margin-bottom: 35px;
}
.news > .container > .title a {
    color: #fff;

    font-weight: 700;
    font-size: 14px;
    padding-top:13px;
    padding-bottom:11px;
    padding-left: 17px;
    padding-right: 17px;
    background-color: var(--accent);
    text-decoration: none;
    text-align: center;
    margin-top:35px;
}
.news > .container > .title a:first-child {
    float:left;
}
.news-item-main > .toprow {

    font-size: 19px;
    color: #737373;
    line-height: 28px;
}
.news-item-main > .toprow > .desc {
    width:65%;
    display:inline-block;

    font-size: 20px;
    color: #737373;
    float: left;
    padding-left: 30px;
    line-height: 30px;
}
.news-item-main > .desc {
    display: inline-block;
    width:100%;

    font-size: 20px;
    color: #737373;
    float: left;
    line-height: 30px;
    padding-top:25px;
}
.news-item-main > .toprow > .title {
    width:65%;
    display:inline-block;

    font-weight: 700;
    font-size: 24px;
    color: #737373;
    float: left;
    padding-left:0px;
    margin-bottom: 25px;

}
.news-item-main > .toprow > .title span {

    font-size: 18px;
    color: var(--accent);
    padding-left: 5px;
}
.news > .container > .gallery > .title label {
    color: var(--accent);

    font-weight: 700;
    font-size: 14px;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top:50%;
    position: absolute;
    background-color: #fff;
    padding-left:25px;
    padding-right:25px;
    left: 50%;
}
.news > .container > .gallery > .title {
    display: inline-block;
    position: relative;
    width:100%;
    border-bottom: 1px solid #0396c6;
    margin-top:30px;
    margin-bottom: 40px;
}
.news > .container > .gallery > .desc {
    text-align: center;
    margin-bottom:185px;
}
.news > .container > .gallery > .button {
    display: inline-block;
    width:100%;
    text-align: center;
    margin-bottom:115px;
}
.news > .container > .gallery > .button > .back {
    color: #fff;

    font-weight: 700;
    font-size: 14px;
    padding-top:13px;
    padding-bottom:11px;
    padding-left: 17px;
    padding-right: 17px;
    background-color: var(--accent);
    text-decoration: none;
    text-align: center;
    margin-top:35px;
    display: inline-block;
}
.news > .container > .gallery > .desc img {
    border: 16px solid #f3f3f3;
    margin-left: 8px;
    margin-right: 8px;
    max-height: 203px;
    width:auto;
    margin-bottom: 18px;

}
.news-item-main {

}
.news-item-main > .toprow > .news-img-box {
    width:35%;
    display:inline-block;
    float: left;
    padding-right: 25px;
}
.news-item-main > .toprow > .news-img-box img {
    border-top: 9px solid var(--accent);
    max-width: 100%;
}
.news > .container > .title a:last-child {
    float:right;
}

.news-separator img {
    margin-top:13px;
}
.news-separator {
    color: #c6c6c6;

    font-weight: 300;
    font-size: 16px;
    display:inline-block;
    width:100%;
    text-align: center;
    margin-bottom:65px;
}

.news-item .desc {
    color: #737373;

    font-size: 20px;
    display:inline-block;
    padding-left:10px;
    padding-top:20px;
}
.news-item span {
    color: #737373;

    font-weight: 700;
    font-size: 24px;
    padding-left:10px;
    display:inline-block;
    width:100%;
}
.news-item-text-content-wrapper {
    padding: 15px 32px 13px 28px;
}
.news-item-title
{
    height: 54px;
    overflow: hidden;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.news-item-lead
{
    height: 82px;
    overflow: hidden;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-top: 20px;
    display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
}
@media (min-width: 1850px){

    .news > .container {
        width: 1800px !important;
    }
}

@media (max-width: 1650px){
    .news-item span {
        font-size: 22px;
    }
    .car-middle-text span {
        font-size: 25px;
    }
    .news-item .desc {
        font-size: 18px;
    }
    .news-separator {
        font-size: 14px;
    }
}

@media (min-width: 1450px) and (max-width: 1600px){

    .news > .container {
        width:1400px;
    }

}

@media (max-width: 768px) {
    .news-item span {
        font-size: 18px;
    }
    .news-item .desc {
        font-size: 16px;
    }
    .news-item-main > .toprow > .news-img-box, .news-item-main > .toprow > .title, .news-item-main > .toprow > .news-img-box, .news-item-main > .toprow > .desc {
        width: 100%;
        padding-left: 0;
    }
    .news-separator {
        margin-bottom: 10px;
    }

}


/* HIREK */

.fresh-news {
    margin-top: 60px;
}
.fresh-news-tags-row {
    column-gap: 20px;
    margin: 36px auto 50px;
}
.fresh-news-title-row-title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
}
.fresh-news-title-row-title strong {
    font-weight: 800;
}
.fresh-news-title-row-title-image {
    margin-right: 13px;
}
.fresh-news-tags-row-tag {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 120px;
    min-width: 120px;
    height: 29px;
}

.fresh-news-tags-row-tag:hover {
    color: #FBAA31;
    border-color: #FBAA31;
}
.news-item-row {
    column-gap: 40px;
    row-gap: 50px;
}
.news-item {
    width: 24%;
    max-width: 382px;
    background: #FFFFFF;
    border-radius: 20px;
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .news-item {
        max-width: 370px;
    }
}
.news-item:hover, .news-item:hover .news-item-text-content-wrapper {
    background: #FBAA31;
}
.news-item .news-item-text-content-wrapper {
    transition: 0.2s;
}
.news-item-more-row-left {
    gap: 10px;
}
.news-item-more-text {
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
}
.news-item-more-date {
    font-weight: 400;
    color: #000000;
}
.news-item-more-category {
    font-weight: 700;
    color: #FBAA31;
}
.news-item-more-image {
    margin-right: 1px;
    height: 40px;
}
.news-item-more-row {
    width: 100%;
    margin-top: 17px;
}
.news-item-more-row-left {
    max-width: 90%;
}
.news-item {
    overflow: hidden;
}
.news-item .img-wrapper {
    height: 242px;
    overflow: hidden;
}
.news-item .img-wrapper-big, .news-item .img-wrapper-right {
    overflow: hidden;
}
.news-item .img-wrapper img {
    width: 100%;
    max-width: 100%;
}
.news-item .news-item-more-image, .news-item .img-wrapper img, .news-item, .news-item .img-wrapper-big img, .news-item .img-wrapper-right img {
    transition: 0.3s;
}
.news-item:hover .img-wrapper img, .news-item:hover .img-wrapper-big img, .news-item:hover .img-wrapper-right img {
    transform: scale(1.134);
}
.news-item:hover .news-item-more-category {
    color: #000000;
}
.news-item:hover .news-item-more-image {
    filter: contrast(0);
}
.news-h1 {
    display: inline-block;
    padding-top: 3px;
    text-transform: none;
    text-align: left;
}
.news-first-block {
    width: 49%;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    align-self: stretch;
}
.news-second-block {
    width: 49%;
    row-gap: 20px;
}
.news-big-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    height: 54px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    padding-right: 60px;
    overflow: hidden;
}
.news-big-lead {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    color: #000000;
    padding-right: 60px;
    height: 60px;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}
.img-wrapper-big {
    height: 300px;
}
.img-wrapper-big img, .img-wrapper-right img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.news-second-block .news-item {
    width: 100%;
    max-width: unset;
    will-change: transform;
}
.news-item, .news-first-block, .event-element {
    will-change: transform;
}
.img-wrapper-right {
    height: 242px;
    width: 327px;
    min-width: 327px;
}
.news-right-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    height: 50px;
    color: #000000;
    overflow: hidden;
}
.news-item-text-content-right-wrapper {
    padding: 20px 24px 12px 24px;
}
.news-item-lead.news-item-lead-right {
    margin-top: 12px;
}
@media (min-width: 1440px) and (max-width: 1699px) {
    .news-item {
        width: 31%;
    }
    .news-item .img-wrapper {
        height: 234px;
        overflow: hidden;
    }
}
@media (max-width: 1439px) {
    .news-item {
        width: 31%;
    }
    .news-item .img-wrapper {
        height: 234px;
        overflow: hidden;
    }
    .news .news-grid {
        gap: 35px;
    }
}
@media (max-width: 1199px) {
    .news .news-grid {
        gap: 30px;
    }
    .news-item {
        width: 31%;
    }
    .news-item .img-wrapper {
        height: 180px;
        overflow: hidden;
    }
    .news-item-title {
        height: 40px;
        overflow: hidden;
        display: block;
        font-style: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }
    .news-item-more-text {
        font-size: 10px;
    }
    .news-item-more-row {
        width: 100%;
        margin-top: 7px;
    }
    .news-item-more-image {
        height: 30px;
    }
    .news-item-lead {
        margin-top: 10px;
    }
    .news-item-text-content-wrapper {
        padding: 13px 20px 11px 20px;
    }
    .news-right-title {
        height: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }
    .img-wrapper-right {
        height: 180px;
        width: 187px;
        min-width: 187px;
    }
    .news-item-text-content-right-wrapper {
        padding: 13px 17px 9px 17px;
    }
    .img-wrapper-big {
        height: 214px;
    }
    .news-big-title {
        height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding-right: 30px;
        overflow: hidden;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
    }
    .news-big-lead {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
        color: #000;
        padding-right: 15px;
        height: 62px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .fresh-news-tags-row {
        column-gap: 20px;
        margin: 35px auto 30px;
    }
    .fresh-news-title-row-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
    }
}
@media (max-width: 991px) {
    .news {
        margin-top: 20px;
    }
    .img-wrapper-right {
        height: 180px;
        width: 140px;
        min-width: 140px;
    }
    .news-item {
        width: 49%;
    }
    .news-second-block .news-item-lead {
        height: 50px;
        -webkit-line-clamp: 3;
    }
    .news .news-grid {
        gap: 12px;
    }
    .news-second-block {
        width: 49%;
        row-gap: 10px;
    }
}
@media (max-width: 767px) {
    .fresh-news-title-row-title {
        font-weight: 400;
        font-size: 22px;
        line-height: 24px;
        padding-top: 0;
    }
    .fresh-news-title-row-title-image {
        margin-right: 9px;
        height: 20px;
    }
    .fresh-news-tags-row {
        column-gap: 20px;
        margin: 25px auto 16px;
        overflow-x: auto;
        margin-right: -15px;
    }
}
@media (max-width: 767px) {
    .news {
        margin-top: 28px;
    }
    .news-first-block, .news-second-block {
        width: 100%;
        max-width: 382px;
        margin: 0 auto;
    }
    .img-wrapper-big, .img-wrapper-right {
        height: 222px;
        width: 100%;
        min-width: unset;
    }
    .news-item {
        width: 100%;
    }
    .news-big-title, .news-right-title, .news-item-title {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        height: 52px;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    }
    .news-big-lead, .news-second-block .news-item-lead, .news-item-lead.news-item-lead-right, .news-item-lead {
        display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;
        max-height: 95px;
        height: unset;
    }
    .news-item-text-content-right-wrapper {
        padding: 14px 28px 10px 28px;
    }
    .news-item-more-text {
        font-size: 12px;
    }
    .news .news-grid, .fresh-news-top-row, .news-second-block  {
        row-gap: 28px;
    }
    .main-content .main-page .news-grid .news-item:not(.news .news-grid .news-item, .main-content .main-page .news-grid .news-item:first-child, .main-content .main-page .news-grid .news-item:nth-child(2)) {
        display: none !important;
    }
}
.news-article-light-block article:hover .news-item-title.news-item-alt-title {
    color: #FBAA31 !important;
}

.news-share {
    margin: 20px 0 10px;
}
.news-share img {
    margin: 0 !important;
}
.sh-icon {
    line-height: 0;
    background-color: #2A2A2A;
    mask: url(/img/mail-l.svg) no-repeat center/contain;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-position-y: center;
    mask-size: contain;
    mask-image: url(/img/mail-l.svg);
    -webkit-mask-image: url(/img/mail-l.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: 0.2s;
    cursor: pointer;
}
.sh-icon:hover {
    background-color: #C90035;
}
.share-share-icon {
    line-height: 0;
    background-color: #2A2A2A;
    mask: url(/img/share.svg) no-repeat center/contain;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-position-y: center;
    mask-size: contain;
    mask-image: url(/img/share.svg);
    -webkit-mask-image: url(/img/share.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: 0.2s;
}
.share-share-icon:hover {
    background-color: #C90035;
}
.share-facebook-icon {
    line-height: 0;
    background-color: #2A2A2A;
    mask: url(/img/share-facebook-l.svg) no-repeat center/contain;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-position-y: center;
    mask-size: contain;
    mask-image: url(/img/share-facebook-l.svg);
    -webkit-mask-image: url(/img/share-facebook-l.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: 0.2s;
    cursor: pointer;
}
.share-facebook-icon:hover {
    background-color: #4267B2;
}
.share-twitter-icon {
    line-height: 0;
    background-color: #2A2A2A;
    mask: url(/img/share-twitter-l.svg) no-repeat center/contain;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-position-y: center;
    mask-size: contain;
    mask-image: url(/img/share-twitter-l.svg);
    -webkit-mask-image: url(/img/share-twitter-l.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: 0.2s;
    cursor: pointer;
}
.share-twitter-icon:hover {
    background-color: #00ACEE;
}

.share-social-icons {
    background: rgba(248, 248, 248, 0.8);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 20px 50px 20px 20px;
}
.share-social-icons {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.share-social-icons-links {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.share-link, .share-p {
    cursor: pointer;
}
.share-icon-wrapper img {
    opacity: 0;
}
@media (max-width: 991px) {
    .share-social-icons {
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
    }
    .share-social-icons-links {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1699px) {
    .img-wrapper-right {
        height: 174px;
    }
    .img-wrapper-big {
        height: 190px;
    }
    .news-big-lead {
        height: 49px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .img-wrapper-big {
        height: 185px;
    }
    .img-wrapper-right {
        height: 170px;
    }
    .news-item-more-row {
        margin-top: 5px;
    }
    .news-big-lead {
        margin-top: 6px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .img-wrapper-big {
        height: 170px;
    }
    .img-wrapper-right {
        height: 140px;
    }
    .news-item-more-row {
        margin-top: 5px;
    }
    .news-big-lead {
        margin-top: 6px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .img-wrapper-big {
        height: 130px;
    }
    .img-wrapper-right {
        height: 110px;
    }
}

@media (max-width: 767px) {
    .img-wrapper-right {
        height: auto;
        min-height: 110px;
    }
}
.news-second-block .news-item {
    background-color: transparent;
}