.block-wrapper .blog-content,
.block-wrapper .static-container {
    display: flex;
    width: 100%;
}

.blog-articles {
    width: 100%;
}

.mg-news-title-container {
    padding: 2.5rem 1rem 3rem;
}


.blog-article .mg-news-title,
.blog-articles .mg-news-title {
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 500;
    margin: 0;
}

.blog-container {
    background-color: var(--accent-background-color);
}
@media (min-width: 1550px) {
.background-texture .blog-container {
    background: none;
}
}
.blog-article .comments h3 {
    display: block;
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
    font-family: inherit;
}

.blog-article .comments label {
    color: var(--main-text-color);
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
}

.blog-article .comments textarea {
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
    font-family: inherit;
}

.blog-article .comments .showImgComments {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
    font-family: inherit;
}

.blog-article .comments-dropZone {
    width: 100%;
    max-width: 600px;
    margin-right: 2rem;
}

.blog-article .comments form .sendComment {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15rem;
    height: 3.8rem;
    position: relative;
    margin: 1.9rem 0 0;
    border-radius: 5px;
    background: var(--accent-color);
    color: var(--secondary-text-color);
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
}

.blog-article .comments form .sendComment:hover {
    background: var(--accent-color);
    color: var(--secondary-text-color);
}

.blog-article .comments form .sendComment::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.2);
    transition: opacity 0.25s;
    opacity: 0;
}

.blog-article .comments form .sendComment:hover::after {
    opacity: 1;
}

.blog-article .comment-post {
    border-radius: 10px;
    border: none;
    background: var(--main-background-color);
    padding: 1.4rem;
}
.blog-article .comments-dropZone input {
    top: 0;
}

.blog-article .comments-dropZone {
    overflow: hidden;
}
.blog-article .comment-post .post-author {
    font-size: 1.6rem;
    font-weight: 700;
}

.blog-article .comment-post p {
    font-size: 1.4rem;
}

.blog-article .comment-post .post-date {
    font-size: 1.2rem;
}

.block-wrapper .blog-content {
    margin: 0 0 8rem;
}

.block-wrapper .static-container {
    padding: 0;
}

.mg-main-news-left {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.mg-main-news-block {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.mg-main-news-left .blog-category {
    background-color: var(--main-background-color);
    margin: 0 2rem 6rem 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34rem;
    border-radius: 10px;
    padding: 4rem 3rem 3rem;
}

.mg-main-news-left .blog-category__main-title {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 2.5rem;
}

.mg-main-news-left .blog-category__list {
    margin: 0;
    padding: 0 2.5rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    flex-direction: column;
    overflow: visible;
    padding: 0;
}

.blog-category__item {
    margin-bottom: 0.5rem;
}

.blog-category .blog-category__item {
    list-style: none !important;
    padding: 0;
}

.mg-main-news-left .blog-category__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    background: var(--accent-background-color);
    border-radius: 5px;
    color: var(--main-text-color);
    transition: color 0.25s, background 0.25s;
    height: 4.5rem;
    padding: 0 1.5rem;
}

.mg-main-news-left .blog-category__link:hover {
    color: var(--accent-color);
}

.mg-main-news-block .mg-news-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 20px;
    color: var(--main-color);
}

.blog-article .mg-back,
.blog-articles .mg-back {
    display: block;
    color: var(--third-text-color);
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.blog-article .mg-back:hover,
.blog-articles .mg-back:hover {
    color: var(--accent-color);
}

.mg-main-news-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 1rem 5rem;
    background: none;
    border: none;
}

.mg-main-news-container {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--main-text-color);
    transition: color 0.25s;
}

.mg-main-news-wrapper {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 2rem;
    transition: transform 0.25s;
    will-change: transform;
}

.mg-main-news-item .mg-list-news-img img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    object-fit: cover;
}

.mg-news-info-wrapper {
    display: flex;
}

.mg-list-news-img {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    max-height: 46.5rem;
}

.mg-list-news-img::before {
    content: "";
    float: left;
    padding: 136% 0 0 0;
}

.mg-list-news-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7.4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mg-news-author {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 2rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--secondary-text-color);
    font-size: 1.5rem;
    font-weight: 500;
}

.mg-news-info-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 400;
    color: #BDC2D3;
    transition: transform 0.25s;
    will-change: transform;
    padding-bottom: 1rem;
}

.mg-news-time {
    margin-bottom: 0.5rem;
}

.mg-main-news-container:hover .mg-main-news-wrapper {
    transform: scale(1.05);
}

.mg-main-news-list {
    margin: 0 -1rem -5rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.mg-main-news-list>.mg-main-news-big-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem 5rem;
}

.mg-main-news-big-item {
    position: relative;
    display: block;
    text-decoration: none;
    color: var(--main-text-color);
    transition: color 0.25s;
}

.mg-main-news-big-item__container {
    position: relative;
    display: block;
    text-decoration: none;
    color: #343434;
    transition: color 0.25s;
}

.blog__item-info-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary-text-color);
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
    white-space: nowrap;
}

.blog-content .mg-main-news-big-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: auto;
    right: 0;
    padding: 3rem;
}

.blog-content .mg-main-news-big-item__content-item {
    margin-right: 2rem;
    list-style: none;
}

.mg-main-news-big-item__img-shadow {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 17.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.blog-content .mg-main-news-big-item__content-item:last-child {
    margin-right: 0;
}

.mg-main-news-big-item__content-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary-text-color);
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
    white-space: nowrap;
}

.mg-main-news-big-item__container:hover .mg-main-news-big-item__wrapper {
    transform: scale(1.05);
}

.mg-main-news-big-item__wrapper {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 2rem;
    transition: transform 0.25s;
    will-change: transform;
}

.mg-main-news-big-item__img {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    max-height: 46.5rem;
}

.mg-main-news-big-item .mg-main-news-big-item__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.mg-main-news-big-item__img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7.4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mg-main-news-big-item__img:before {
    content: "";
    float: left;
    padding: 136% 0 0 0;
}

.mg-main-news-big-item-title {
    display: block;
    margin: 0 3rem 0.8rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    transition: transform 0.25s;
    will-change: transform;
    color: inherit;
    z-index: 100;
}


.mg-main-news-item .tags {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 2rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.mg-news-details .mg-news-details__head .mg-news-date {
    position: absolute;
    left: 2.5rem;
    bottom: 4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.7rem;
    line-height: 1.53;
    font-weight: 500;
    white-space: nowrap;
    color: var(--secondary-text-color);
}

.blog-content .mg-news-details .mg-news-full-desc {
    margin-left: 16.66%;
    width: 58.333%;
    padding: 0 1rem;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: 400;
    color: var(--main-text-color);
    text-indent: 0;
}

.mg-main-news-big-item .tags {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 3rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags>li {
    margin: 0 1rem 1rem 0;
    list-style: none !important;
}

.tags>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--secondary-text-color);
    background: rgba(247, 247, 251, 0.2);
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    height: 3.5rem;
    padding: 0 1.2rem;
    transition: color 0.25s, background 0.25s;
}

.tags>li>a:hover {
    text-decoration: none;
    background: #fff;
    color: #343434;
}

.mg-main-news-block .mg-news-item-title {
    display: block;
    margin: 0 3rem 0.8rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    transition: transform 0.25s;
    will-change: transform;
    color: var(--main-text-color);
}

.mg-main-news-block .mg-news-item-title span {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s;
}

.mg-main-news-block .mg-news-item-title a {
    color: var(--main-text-color);
    transition: all 0.4s ease-in-out;
}

.mg-main-news-container:hover .mg-news-item-title {
    transform: translate(0, 10px);

}

.mg-main-news-container:hover .mg-news-item-title a {
    color: var(--link-color);
}

.mg-main-news-container:hover .mg-news-info-wrapper {
    transform: translate(0, 10px);
}

.mg-main-news-container:hover .mg-news-item-title span {
    border-color: rgba(71, 145, 255, 0.15);
    text-decoration: none;
}

.mg-main-news-block .mg-news-main-desc {
    max-height: 80px;
    color: var(--third-text-color);
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.mg-main-news-block .tags {
    display: flex;
    align-items: center;
    color: var(--third-text-color);
    margin-bottom: 10px;
}

.mg-main-news-block .mg-news__read-more-link {
    color: var(--main-text-color);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    position: relative;
    padding: 8px 10px;
    border-radius: 20px;
    background-color: var(--secondary-background-color);
    color: var(--secondary-text-color);
    display: block;
    margin-bottom: 10px;
    width: fit-content;
}

.mg-main-news-block .mg-news__read-more-link:hover {
    background-color: var(--accent-color);
    color: var(--main-text-color);
}

.mg-main-news-block .mg-pager {
    float: none;
    display: flex;
    flex-direction: column;
}

.blog-content .mg-news-details {
    background: none;
    max-width: none;
    padding: 0;
}

.blog-content .mg-news-details .mg-back {
    color: var(--third-text-color);
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.mg-main-news-block .allPages {
    display: none;
}

.blog-content .mg-news-details .main-news-img {
    width: 100%;
    margin: 0;
}

.mg-news-details .mg-news-details__head {
    margin: 0 0 10rem;
    position: relative;
}

.mg-news-details .main-news-img {
    display: block;
    background: #000;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    height: 46.5rem;
    position: relative;
    border-radius: 10px;
}

.mg-news-details .main-news-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 23rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mg-news-details .main-news-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mg-news-details .tags {
    position: absolute;
    top: 3rem;
    left: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mg-news-details .mg-news-info__container {
    display: flex;
}

.mg-news-details .mg-news-info h1 {
    font-size: 26px;
    color: var(--main-text-color);
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: left;
}

.blog-products {
    max-width: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.blog-container .product__nav {
    top: -7px;
}

.blog-container .product__next {
    right: 0;
}

.blog-container .product__prev {
    right: 28px;
}


.blog-slider__title {
    font-size: 26px;
    color: var(--main-text-color);
    letter-spacing: 1px;
    margin: 0;
    font-weight: 400;
    margin-bottom: -43px;
}

.blog-related .blog {
    padding-bottom: 3rem;
    margin: 0;
}

.similar-articles .similar-articles__title {
    font-size: 26px;
    color: var(--main-text-color);
    letter-spacing: 1px;
    margin: 0 0 15px;
    font-weight: 400;
}

.similar-articles__list {
    margin: 0;
}

@media (min-width: 1201px) {
    .mg-main-news-big-item__img:after {
        height: 17.2rem;
    }

    .mg-main-news-big-item-title {
        position: absolute;
        left: 0;
        bottom: 0;
        color: var(--secondary-text-color);
        padding: 3rem;
        font-size: 2rem;
        max-width: 54rem;
    }

}

@media (max-width: 1200px) {
    .block-wrapper .blog-content {
        flex-direction: column;
    }

    .mg-main-news-block,
    .mg-main-news-left {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mg-main-news-left .blog-category {
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .mg-main-news-left .blog-category__main-title {
        display: none;
    }

    .mg-main-news-left .blog-category__list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .blog-category__item {
        margin: 0 1rem 0 0;
    }

    .mg-main-news-left .blog-category__link {
        background: #fff;
    }

    .mg-main-news-list>.mg-main-news-big-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 100%;
    }
    .mg-main-news-list {
        margin: 0 -2rem -5rem;
    }
    .blog-content .mg-news-details .mg-news-full-desc {
        width: 100%;
        margin: 0;
    }
    .mg-news-details .mg-news-details__head {
        margin-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .mg-main-news-list>.mg-main-news-big-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mg-main-news-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

@media (max-width: 575px) {
    .mg-main-news-list>.mg-main-news-big-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mg-main-news-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}