﻿
@media (max-width: 700px) {
/*    img {
        width: 320px;
    }

        img:hover {
            width: 100%;
        }*/

    iframe {
        width: 320px;
        height: auto;
    }
}
.newArticle {
    padding: 40px 0;
    position: relative;
}
.NewArticle-text h2, h3 {
    padding-bottom: 20px;
    position: relative
}
.NewArticle-text p {
    margin-bottom: 15px;
    position: relative;
}
.NewArticle-text p:first-of-type::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #F43E36;
}
.NewArticle-text h2:first-of-type::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #F43E36;
}
.NewArticle-text em {
    font-size: 20px;
    font-style: normal;
}
.NewArticle-text ul, ol {
    padding-left: 20px;
}
.NewArticle-text li::marker {
    color: #F43E36;
}
.NewArticle-header {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.8);
}
.NewArticle-address {
    font-family: CustomSansSerif,'Lucida Grande',Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #79828B;
    margin-bottom: 45px;
    font-style: normal;
}


.NewArticle-text {
    white-space: normal;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.8);
}


.NewArticle-address a {
    color: #F43E36;
    text-decoration: none;
    position: relative;
    margin-right: 25px;
    font-weight: 600;
}

    .NewArticle-address a:first-child {
        color: #444444;
    }

    .NewArticle-address a::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -15px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        transform: translateY(-50%);
        background-color: #444444;
    }
.NewArticle-title {
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
}
.newArticle-frameOne {
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: -15px;
    width: 500px;
    height: 510px;
    object-fit: contain;
    z-index: -1;
}

.newArticle-frameTwo {
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.newArticle-frameThree {
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 500px;
    height: 510px;
    object-fit: contain;
    z-index: -1;
}
.articleSocial-block {
    display: flex;
    margin-bottom: 30px;
}

.articleSocial-img {
    margin-right: 30px;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.articleSocial-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 15px;
}

.articleSocial-btn {
    display: block;
    color: #F43E36;
    border: 1px solid #F43E36;
    border-radius: 500px;
    width: 170px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none !important;
    transition: .38s ease-in-out;
}

    .articleSocial-btn:hover {
        background: #F43E36;
        color: #fff;
    }

.articleSocial-text {
    padding-bottom: 15px;
    font-size: 14px;
    color: #999999;
}

.articleSocial-link {
    margin-right: 20px;
    opacity: 0.5;
    transition: .38s ease-in-out;
}

    .articleSocial-link:hover {
        opacity: 1;
    }

    .articleSocial-link img {
        width: 30px;
        height: 30px;
    }
.interesting {
    padding-bottom: 60px;
}

.interesting-block {
    display: flex;
}

.interesting-item {
    margin-right: 20px;
    width: 32.1%;
    text-decoration: none !important;
}

    .interesting-item:last-child {
        margin-right: 0;
    }

.interesting-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
}

.interesting-img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    transition: .38s ease-in-out;
    transform: scale(1);
    object-fit: cover;
}

.interesting-text {
    font-size: 18px;
    color: #444444;
    transition: 0.38s ease-in-out;
    line-height: 27px;
    font-weight: 400;
}

.interesting-item:hover .interesting-text {
    color: #F43E36;
}

.interesting-item:hover .interesting-scale .interesting-img {
    transform: scale(1.1);
}

.interesting-scale {
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    height: 120px;
}
.NewArticle-img {
    border-radius: 20px;
    margin-bottom: 60px;
    height: 291px;
    width: 100%;
    object-fit: cover;
}
.NewArticle-page {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 60px;
}
.img-clicked {
    width: 100%;
    position: fixed;
    z-index: 1000;
    height: auto;
    top: 0px;
    left: 0px;
}

.main-article-container {
    max-width: 732px;
    margin: 0 auto;
}
.NewArticle-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.article-page {
    position: relative;
    padding: 21px 0;
}

.article-header {
    font-family: CustomSerif,Georgia,Cambria,'Times New Roman',serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.8);
}

.article-address {
    font-family: CustomSansSerif,'Lucida Grande',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #79828B;
    margin: 12px 21px;
    font-style: normal;
}

.article-text {
    white-space: normal;
    font-family: CustomSerif,Georgia,Cambria,'Times New Roman',serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.8);
}

.article-address a {
    color: #79828B;
    text-decoration: underline;
}

.article-address time::before {
    content: '\2022';
    padding: 0 7px;
}

.article-address .point::before {
    content: '\2022';
    padding: 0 7px;
    text-decoration: none;
}

.close_page_a {
    position: absolute;
    z-index: 2;
    right: 0;
}

.close_page {
    background: url(/Content/img/cancel.svg) no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    opacity: 0.5;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
















@media (max-width: 992px) {
    .header__container-desktop {
        width: 100%;
    }
    .NewArticle-wrapper {
        max-width: 720px;
    }
    .interesting-block {
        flex-direction: column;
        align-items: center;
    }

    .interesting-item {
        margin-right: 0;
        width: 50%;
        margin-bottom: 20px;
    }

    .interesting-scale {
        width: 100%;
    }

    .interesting-title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .NewArticle-wrapper {
        max-width: 540px;
    }
    .interesting-item {
        width: 100%;
    }

    .interesting-scale {
        height: 150px;
    }

    .newArticle {
        padding: 40px 0;
    }

    .NewArticle-title {
        font-size: 20px;
    }


    .NewArticle-text h2, h3 {
        font-size: 18px;
        margin: 0;
        padding-bottom: 15px;
    }

    /* .NewArticle-text p {
        font-size: 14px;
    }

    .NewArticle-text em {
        font-size: 14px;
    } */

    .NewArticle-address {
        margin-bottom: 30px;
    }

    .newArticle-frameOne {
        width: 50%;
        object-fit: cover;
        height: 150px;
    }

    .newArticle-frameTwo {
        display: none;
    }

    .newArticle-frameThree {
        width: 50%;
        object-fit: cover;
        height: 150px;
    }

    .articleSocial-img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .articleSocial-block {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }

    .articleSocial-title {
        text-align: center;
    }

    .articleSocial-btn {
        margin: auto;
    }

    .articleSocial-text {
        text-align: center;
    }

    .articleSocial-wrapper {
        display: flex;
        justify-content: center
    }

    .articleSocial-link:last-child {
        margin-right: 0;
    }

    .newArticle-address {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .newArticle-address a {
            margin-right: 0;
            margin-bottom: 20px;
        }

            .newArticle-address a::before {
                top: auto;
                bottom: -15px;
                right: 50%;
            }

    .NewArticle-img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .NewArticle-wrapper {
        max-width: none;
    }
    .article-page{
        padding: 21px 15px;
    }
}