/* font-family: Garamond, 'Times New Roman', Times, serif; */

/* font-family: 'Raleway-Medium', Arial; */

/* font-family: 'Raleway-Bold', Arial; */

/* font-family: 'Raleway-SemiBold', Arial; */

/* f89321 // оранжевый */

/* 575757 // серый */

h1,
h2,
h3,
h4,
h5,
h6,
.header__title {
    font-family:'Noto Serif', 'EB Garamond', 'Times New Roman', Times, serif;
}

p,
span,
a {
    font-family: 'Raleway-Medium', Arial;
}

/* --------------------------------------------------------------------- */

.center-content {
    /* -webkit-box-ordinal-group: 3; */
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
}

.header {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.header-logo__link {
    display: block;
}

.header-logo__link>img {
    width: 100%;
}

.header__title {
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: right;
    padding: 10px 20px;

}

/* ---------vvvvvvvvvvvvv pinned vvvvvvvvvvvvv-------*/

.pinned {
    position: relative;
    /* height:  100%; */
}

.pinned-item {
    position: relative;
    min-height: 600px;
}

.pinned-item-background {
    position: absolute;
    bottom: 0;
    left: -260px;
    width: 83%;
}

.pinned-item-quote {
    color: #ffffff;
    z-index: 1;
    width: 60%;
    margin-top: 30px;
    /* word-wrap: break-word; */
    position: absolute;
    right: 0;
}

.pinned-item-quote__link {
    text-decoration: none;
    color: inherit;
    font-size: 58px;
    font-family: 'Noto Serif', 'EB Garamond', 'Times New Roman', Times, serif;
    font-weight: bold;
    display: block;
    line-height: 66px;
}

.pinned-item-quote__link:hover {
    text-decoration: underline;
}

.pinned-item-quote__description {
    padding-top: 10px;
    font-family: 'Raleway-Medium', Arial, sans-serif;
    font-size: 25px;
    text-align: right;
    width: 62%;
    float: right;
}

/* ---------^^^^^^^^^^^^^ pinned ^^^^^^^^^^^^^-------*/

/* ---------vvvvvvvvvvvvv subscribe vvvvvvvvvvvvv-------*/

.subscribe {
    bottom: 0;
    color: #ffffff;
    font-family: 'Noto Serif','EB Garamond', 'Times New Roman', Times, serif;
    margin: 20px;
    max-width: 470px;
    position: absolute;
    left: 0;
}

.subscribe-form__label {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.subscribe-form__input {
    background: #ffffff;
    border: none;
    font-size: 14px;
    height: 30px;
    margin-right: 5px;
    outline: none;
    padding: 0 20px;
}

.subscribe-form__input:focus,
.subscribe-form__input:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.subscribe-form__input::-webkit-input-placeholder {
    color: #575757;
    font-style: italic;
    font-size: 14px;
}

.subscribe-form__input::-webkit-input-placeholder {
    color: #575757;
    font-style: italic;
    font-size: 14px;
}

.subscribe-form__input::-moz-placeholder {
    color: #575757;
    font-style: italic;
    font-size: 14px;
}

/* Firefox 19+ */

.subscribe-form__input:-moz-placeholder {
    color: #575757;
    font-style: italic;
    font-size: 14px;
}

/* Firefox 18- */

.subscribe-form__input:-ms-input-placeholder {
    color: #575757;
    font-style: italic;
    font-size: 14px;
}

.subscribe-form__btn {
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    height: 30px;
    padding: 0 35px;
}

.subscribe-form__btn:focus,
.subscribe-form__btn:hover {
    outline: none;
    color: #f89321;
}

/* ---------^^^^^^^^^^^^^ subscribe ^^^^^^^^^^^^^-------*/

html {
    height: 100%;
}

body {
    min-height: 100%;
}

/* ---------vvvvvvvvvvvvv Main vvvvvvvvvvvvv-------*/

/* body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    position: relative;
    /* height: 100vh; */

/* min-height: 1020px;  */

body {
    /* background-color: #000000;
    Belarus "Svaboda Premium" issue # 3 main page background // please dont use it - special project crop only
    Беларусь часопіс №3 бэкграўнд для часопіса "Свабода Premium" №3 Дзедаўшчына ў арміі РБ . вэрсыя толькі для спэцпраектаў салдаты войска
      */
    /* background-image: radial-gradient(at center center, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .9) 100%), url(''); */
    background-image: radial-gradient(at center center, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .4) 100%), url('https://d3p8n5v2phyax0.cloudfront.net/B41AE701-3791-48A6-968B-DAC6895F990A.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    position: relative;
    /* background-attachment: inherit; */
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1920px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    min-height: 100vh;
    /* min-height: 100%; */
}

/* ---------^^^^^^^^^^^^^ Main ^^^^^^^^^^^^^-------*/

/* ---------vvvvvvvvvvvvv News articles vvvvvvvvvvvvv-------*/

.news {
    margin: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 100px;
    justify-content: space-around;
    max-width: 390px;
}

.news.left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.news.right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.news-item {
    margin-bottom: 10px;
    min-height: 180px;
}

.news-item-link {
    width: 100%;
    position: relative;
    text-decoration: none;
    min-height: 180px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 390px;
}

.news-item-link__img {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 180px;
    width: 180px;



    overflow: hidden;
    position: absolute;

    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-item-link__img.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    /* IE 6-9 */
}

.news-item-link-text {
    margin: 20px 0 20px 120px;
    word-wrap: break-word;
    z-index: 1;
}

.news-item-link-text__caption {
    font-family: 'Noto Serif', 'EB Garamond', 'Times New Roman', Times, serif;

    font-size: 26px;
    color: #ffffff;
    background-color: #f89321;
    -webkit-box-shadow: 0 0 0 #f89321, 0 0 0 #f89321;
    box-shadow: 0 0 0 #f89321, 0 0 0 #f89321;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.6;
}

.news-item-link-text__caption:hover {
    text-decoration: underline;
}

.news-item-link-text__description {
    margin-top: 5px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}

.news-item.right {
    min-height: 220px;
}

.news-item.right .news-item-link {
    min-height: 220px;
}

.news-item.right .news-item-link-text {
    margin-left: 0;
    margin-right: 120px;
}

.news-item.right .news-item-link__img {
    margin-left: 0;
    /* height: 220px;
    width: 220px; */

    right: 0;
}

/* ---------^^^^^^^^^^^^^ News articles ^^^^^^^^^^^^^-------*/

/* ---------vvvvvvvvvvvvv Footer vvvvvvvvvvvvv-------*/

.footer {
    bottom: 0;
    color: #ffffff;
    font-family: 'Noto Serif', 'EB Garamond', 'Times New Roman', Times, serif;
    max-width: 470px;
    margin: 0 60px 20px 0;
    position: absolute;
    right: 0;
}

.footer-more__link {
    text-decoration: none;
    color: #ffffff;
}

.footer-more__link:hover {
    color: #f89321;
}

/* ---------^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^-------*/

/* ---------vvvvvvvvvvvvv yandex-share vvvvvvvvvvvvv-------*/

.yandex-share {
    height: 73px;
}

.yandex-share span {
    font-size: 18px;
    font-family: 'Noto Serif', 'EB Garamond', 'Times New Roman', Times, serif;
}

.yandex-share .ya-share2 {
    line-height: 30px;
}

.yandex-share .ya-share2__item .ya-share2__icon {
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

.yandex-share .ya-share2__item .ya-share2__badge {
    background-color: transparent;
    border-radius: 5px;
    padding: 2px;
}

.yandex-share .ya-share2__item .ya-share2__badge:hover {
    background-color: #f89321;
}

/* ---------^^^^^^^^^^^^^ yandex-share ^^^^^^^^^^^^^-------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .center-content {
        display: block;
    }
}

@media only screen and (max-width: 1680px) {
    .pinned-item-quote {
        margin-top: 50px;
    }

    .pinned-item-quote__link {
        font-size: 50px;
    }
    .news-item-link-text__caption{
        font-size: 22px;
    }

}

@media only screen and (max-width: 1550px) {
    .header__title{
        font-size: 24px;
    }
    .pinned-item-background {
    
        left: -180px;
        width: 81%;
    }
    .pinned-item-quote {
        margin-top: 20px;

        /* width: 100%; */
    }
    .pinned-item-quote__link {
        font-size: 42px;
    }
    .news-item-link-text__caption{
        font-size: 20px;
    }
}

@media only screen and (max-width: 1450px) {
    .pinned-item-background {
        left: -120px;
        width: 82%;
    }
}

@media only screen and (max-width: 1350px) {
    .pinned-item-background {
        left: -120px;
        width: 90%;
    }
    .pinned-item-quote__link {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .pinned-item-background {
        left: -120px;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        /* background: radial-gradient(at center center, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .9) 100%), url('') no-repeat 25% center; */
        background: radial-gradient(at center center, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .4) 100%), url('https://d3p8n5v2phyax0.cloudfront.net/B41AE701-3791-48A6-968B-DAC6895F990A.jpg'); no-repeat 25% center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .pinned-item {
        min-height: 0;
    }

    .pinned-item-background {
        display: none;
        /* top: 37%;
        left: -100px; */

    }

    .pinned-item-quote {
        background-color: #f89321;
        padding: 10px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pinned-item-quote__link {
        font-size: 40px;
    }

    .pinned-item-quote__link:hover {
        text-decoration: underline;
    }

    .center-content {
        justify-content: flex-start;
    }
}

/* tablet */

@media only screen and (max-width: 1200px) {
    .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }

    .center-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: none;
        display: block;
    }

    .header {
        margin-top: 0;
        margin-bottom: 20px;
    }

    /* .header__title {
        display: none;
    } */

    .pinned-item-quote {
        /* margin-top: 20px; */
        width: 100%;
    }

    .news {
        margin: 0;
        max-width: none;
    }

    .news.left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .news-item {
        min-height: 0;
    }

    .news-item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 0;
        justify-content: flex-start;
        max-width: 700px;
        margin: 0 auto;
    }

    .news-item-link-text {
        margin: 0;
    }

    .news-item-link__img {
        position: relative;
        min-width: 180px;
        margin-right: 20px;
    }

    .news-item-link__img.gray {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        filter: none;
        /* IE 6-9 */
    }

    .news.right {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .news-item.right {
        min-height: 180px;
    }

    .news-item.right .news-item-link {
        min-height: 180px;
    }

    .news-item.right .news-item-link-text {
        margin: 0;
    }

    .news-item.right .news-item-link__img {
        height: 180px;
        width: 180px;
        left: 0;
    }

    .pinned {
        max-width: 700px;
        margin: 20px auto;
    }

    .pinned-item-quote {
        position: relative;
        margin: 0;
    }

    .pinned-item-quote__description {
        float: none;
        width: 100%;
        text-align: right;
    }

    .subscribe {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        position: relative;
        max-width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    .subscribe-form__label {
        text-align: center;
        font-size: 26px;
    }

    .subscribe-form__input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font-size: 24px;
        height: 40px;
        max-width: 700px;
        margin: 0;
    }

    .subscribe-form__btn {
        display: block;
        width: 180px;
        margin: 10px auto;
        height: 36px;
        font-size: 18px;
    }

    .subscribe-form__input::-webkit-input-placeholder {
        font-size: 18px;
    }

    .subscribe-form__input::-webkit-input-placeholder {
        font-size: 18px;
    }

    .subscribe-form__input::-moz-placeholder {
        font-size: 18px;
    }

    .subscribe-form__input:-moz-placeholder {
        font-size: 18px;
    }

    .subscribe-form__input:-ms-input-placeholder {
        font-size: 18px;
    }

    .footer {
        bottom: 0;
        color: #ffffff;
        font-family: 'Noto Serif', 'EB Garamond', 'Times New Roman', Times, serif;
        max-width: none;
        margin: 60px 0;
        position: relative;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .footer-more {
        text-align: center;
    }

    .footer-more__link {
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        background-color: #000000;
        text-transform: uppercase;
        padding: 10px 30px;
    }

    .footer-more__link:hover {
        color: #f89321;
    }

    .yandex-share {
        text-align: center;
        height: 90px;
    }
}

/* adaptation for this issue no 1 only*/

@media only screen and (max-width: 550px) {
    .news-item-link-text__caption {
        font-size: 24px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-decoration-break: none;
        -o-box-decoration-break: none;
        box-decoration-break: none;
        line-height: 1em;
        color: #f89321;
    }
}

/* mobile */

@media only screen and (max-width: 450px) {
    /* body {
     
        background-image: radial-gradient(at center center, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, .9) 100%), url('https://d3p8n5v2phyax0.cloudfront.net/2F8A3DE5-404F-494F-A3AE-15281A5EB875.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        position: relative;
    
    } */


    .pinned-item-quote__link {
        font-size: 36px;
    }

    .news-item-link,
    .news-item.right,
    .news-item.right .news-item-link {
        min-height: 0;
    }

    .news-item-link__img,
    .news-item.right .news-item-link__img {
        min-width: 120px;
        height: 120px;
        width: 120px;
        margin-right: 10px;
    }

    .footer-more {
        background-color: #000000;
        padding: 20px
    }

    .footer-more__link {
        padding: 0;
        background-color: transparent;
    }
}