.meta-data {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.meta-data .back-news {
    color: #18439E;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 20px;
}
.meta-data .back-news:hover {
    color: #1E50BC;
    transition: color 0.2s ease;
}
.meta-data .back-news:hover i {
    color: #1E50BC;
}

.meta-data .back-news i {
    color: #18439E;
    font-size: 16px;
    margin-right: 5px;
    transition: all 0.2s;
}

.meta-data .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.meta-data .details-category {
    color: #E6E6E6;
    font-size: 15px;
    font-weight: 300;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

.meta-data .details-date {
    color: #D4D4D4;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #18439E;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-left: 15px;
}


.article {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin-top: 50px;
    margin-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
}

.article .main {
    border-bottom: 1px solid #1F2A44;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.article .main-image {
    position: relative;
    margin-bottom: 30px;
}

.article .main-image-photo {
    border: 2px solid #1F2A44;
    border-radius: 5px;
    width: 680px;
    height: 350px;
    object-fit: cover;
}

.article .main-title {
    color: #E6E6E6;
    font-size: 25px;
    line-height: 1.2;
    margin: 0px;
}

.article .main-summary {
    color: #D4D4D4;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px;
    margin-top: 10px;
}

.article .part-icon-2 {
    color: #1E50BC;
    font-size: 18px;
    margin-right: 8px;
}

.article .part-title {
    color: #E6E6E6;
    font-size: 19px;
    line-height: 1.5;
    margin: 0px;
}

.article .part-title-1 {
    margin-bottom: 10px;
}

.article .part-title-2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.article .part-title-3 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.article .part-title-4 {
    margin-top: 60px;
    margin-bottom: 10px;
}

.article .part-title-5 {
    margin-top: 70px;
    margin-bottom: 10px;
}

.article .part-title-6 {
    margin-top: 80px;
    margin-bottom: 10px;
}

.article .part-title-6 {
    margin-top: 90px;
    margin-bottom: 10px;
}

.article .part-title-7 {
    margin-top: 100px;
    margin-bottom: 10px;
}

.article .part-text {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.5;
    margin: 0px;
}

.article .part-text-1 {
    margin-top: 10px;
}

.article .part-text-2 {
    margin-top: 10px;
}

.article .part-text-3 {
    margin-top: 20px;
}

.article .part-text-4 {
    margin-top: 30px;
}

.article .part-text-5 {
    margin-top: 40px;
}

.article .part-text-6 {
    margin-top: 50px;
}

.article .part-text-6 {
    margin-top: 60px;
}

.article .part-text-7 {
    margin-top: 70px;
}

.article .part-text-8 {
    margin-top: 80px;
}

.article .part-text-9 {
    margin-top: 90px;
}

.article .part-text-10 {
    margin-top: 100px;
}

.article .part-list-texts {
    margin: 0px;
    margin-top: 10px;
    padding-inline-start: 20px;
}

.article .part-list-texts-text {
    color: #E6E6E6;
    font-size: 17px;
    line-height: 1.4;
    text-align: start;
    margin-bottom: 0px;
}
.article .part-list-texts-text::marker {
    color: #18439E;
}

.article .part-list-texts-2 {
    margin: 0px;
    margin-top: 10px;
    padding-inline-start: 20px;
}

.article .part-list-texts-2-text {
    color: #E6E6E6;
    font-size: 17px;
    line-height: 1.4;
    text-align: start;
    margin-bottom: 5px;
}
.article .part-list-texts-2-text::marker {
    color: #18439E;
}

.article .part-list-texts-3 {
    margin: 0px;
    margin-top: 10px;
    padding-inline-start: 20px;
}

.article .part-list-texts-3-text {
    color: #E6E6E6;
    font-size: 17px;
    line-height: 1.4;
    text-align: start;
    margin-bottom: 10px;
}
.article .part-list-texts-3-text::marker {
    color: #18439E;
}

.article .part-list-texts-text-last {
    margin-bottom: 0px;
}

.article .part-list-numbers-2 {
    margin: 0px;
    margin-top: 10px;
    margin-left: -20px;
}

.article .part-list-numbers-2-text {
    color: #DADADA;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 2px;
}
.article .part-list-numbers-2-text::marker {
    color: #1E50BC;
}

.article .part-list-numbers-text-last {
    margin-bottom: 0px;
}

.article .part-image-normal {
    margin: 0px;
}

.article .part-image-normal-1 {
    margin-top: 10px;
}

.article .part-image-normal-2 {
    margin-top: 20px;
}

.article .part-image-normal-3 {
    margin-top: 30px;
}

.article .part-image-normal-4 {
    margin-top: 40px;
}

.article .part-image-normal-5 {
    margin-top: 50px;
}

.article .part-image-normal-photo {
    border: 2px solid #1F2A44;
    border-radius: 5px;
    width: 680px;
    height: 350px;
    object-fit: cover;
}



@media (max-width: 980px) {
    .meta-data {
        width: auto;
        max-width: unset;
        margin-left: 20px;
        margin-right: 20px;
    }

    .article {
        width: auto;
        max-width: unset;
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media (max-width: 900px) {
    .article .main-title {
        font-size: 23px;
    }

    .article .main-summary {
        font-size: 19px;
    }

    
    .telegram .title {
        font-size: 23px;
    }
}


@media (max-width: 720px) {
    .article .part-image-normal-photo {
        border: 2px solid #1F2A44;
        border-radius: 5px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}