@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Light"), local("Montserrat-Light"), url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat-Regular"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Medium"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat SemiBold"), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: local("../fonts/Montserrat/Montserrat Bold"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.font-light-M {
    font-weight: 300
}

.font-light-M,
.font-regular-M {
    font-family: Montserrat;
    font-display: auto
}

.font-regular-M {
    font-weight: 400
}

.font-medium-M {
    font-weight: 500
}

.font-medium-M,
.font-semibold-M {
    font-family: Montserrat;
    font-display: auto
}

.font-semibold-M {
    font-weight: 600
}

.font-bold-M {
    font-family: Montserrat;
    font-weight: 700;
    font-display: auto
}

main {
    overflow: unset
}

.article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
    padding-top: 50px
}

.article .article-block {
    width: 66%
}

.article .article-block .text-block-wrapp {
    width: 85%
}

.article .article-block h1 {
    margin-bottom: 115px;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 55px;
    line-height: 67px
}

.article .article-block .source {
    width: 540px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article .article-block .source .img-cover {
    width: 175px;
    max-height: 200px;
    height: 100%;
    margin-right: 35px
}

.article .article-block .source .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.article .article-block .source .source-name {
    width: -webkit-calc(100% - 175px - 35px);
    width: calc(100% - 175px - 35px);
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 18px;
    line-height: 24px
}

.article .article-block .subtitle {
    font-size: 24px;
    line-height: 29px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    margin-bottom: 30px;
    margin-top: 50px
}

.article .article-block .main-text,
.article .article-block p {
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.article .article-block .main-text:last-child,
.article .article-block p:last-child {
    margin-bottom: 0
}

.article .article-block .gallery {
    margin-bottom: 85px;
    margin-top: 64px
}

.article .article-block .gallery .gallery-descr {
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat;
    font-weight: 300;
    font-display: auto;
    font-style: italic;
    max-width: 850px;
    width: 75%;
    margin-bottom: 30px
}

.article .article-block .gallery .item {
    width: 477px;
    max-height: 512px
}

.article .article-block .gallery .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article .article-block .gallery .gallery-wrapp {
    margin-left: -375px
}

.article .article-block .gallery .gallery-carousel .slick-next,
.article .article-block .gallery .gallery-carousel .slick-prev {
    top: unset;
    top: -60px;
    right: unset;
    left: unset
}

.article .article-block .gallery .gallery-carousel .slick-prev {
    left: unset;
    right: 100px !important
}

.article .article-block .gallery .gallery-carousel .slick-prev:before {
    content: url(../img/icon/arr-prev.svg)
}

.article .article-block .gallery .gallery-carousel .slick-next {
    left: unset;
    right: 0 !important
}

.article .article-block .gallery .gallery-carousel .slick-next:before {
    content: url(../img/icon/arr-next.svg)
}

.article .article-block .video-wrapp {
    padding-top: 56.6%;
    position: relative;
    margin-bottom: 140px;
    margin-top: 64px
}

.article .article-block .video-wrapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.article .new-publications {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    max-width: 445px;
    padding: 50px 30px;
    background: #fefefe;
    -webkit-box-shadow: 0 10px 20px rgba(86, 86, 86, .1);
    box-shadow: 0 10px 20px rgba(86, 86, 86, .1);
    border-radius: 10px;
    margin-left: 55px
}

@media (min-width:1600px) {
    .article .new-publications {
        margin-left: auto
    }
}

.article .new-publications h2 {
    color: #151515;
    font-size: 24px;
    line-height: 29px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    margin-bottom: 30px
}

.article .new-publications .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.article .new-publications .news:last-child {
    margin-bottom: 0
}

.article .new-publications .news img {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.article .new-publications .news .news-wrapp {
    width: -webkit-calc(100% - 15px - 10px);
    width: calc(100% - 15px - 10px)
}

.article .new-publications .news .news-wrapp a {
    display: inline-block;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 500;
    font-display: auto;
    color: #151515;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.article .new-publications .news .news-wrapp a:hover {
    color: #626262;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.article .new-publications .news .news-wrapp p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-display: auto;
    font-size: 14px;
    line-height: 20px;
    color: #151515
}

@media (min-width:760px) and (max-width:1300px) {
    .article {
        margin-bottom: 80px
    }

    .article .article-block,
    .article .article-block .text-block-wrapp {
        width: 100%
    }

    .article .article-block h1 {
        font-size: 48px;
        line-height: 59px;
        margin-bottom: 50px
    }

    .article .article-block .source {
        display: block;
        margin-bottom: 40px
    }

    .article .article-block .source .img-cover {
        margin-bottom: 15px
    }

    .article .article-block .subtitle {
        margin-top: 40px;
        margin-bottom: 45px
    }

    .article .article-block .gallery {
        margin-top: 55px;
        margin-bottom: 75px
    }

    .article .article-block .video-wrapp {
        margin-top: 40px;
        margin-bottom: 65px
    }
}

@media (max-width:760px) {
    main {
        margin-top: 50px
    }

    .article {
        margin-bottom: 90px
    }

    .article .article-block,
    .article .article-block .text-block-wrapp {
        width: 100%
    }

    .article .article-block h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 50px
    }

    .article .article-block h1 nobr {
        white-space: inherit
    }

    .article .article-block .source {
        width: unset;
        display: block;
        margin-bottom: 90px
    }

    .article .article-block .source .img-cover {
        margin-bottom: 15px
    }

    .article .article-block .source .source-name {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }

    .article .article-block .main-text,
    .article .article-block p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px
    }

    .article .article-block .subtitle {
        margin-top: 45px;
        margin-bottom: 23px;
        font-size: 20px;
        line-height: 28px
    }

    .article .article-block .gallery {
        margin-top: 55px;
        margin-bottom: 140px
    }

    .article .article-block .gallery .gallery-descr {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }

    .article .article-block .gallery .gallery-wrapp {
        margin-left: 0
    }

    .article .article-block .gallery .gallery-carousel {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px
    }

    .article .article-block .gallery .gallery-carousel .slick-next,
    .article .article-block .gallery .gallery-carousel .slick-prev {
        top: unset;
        bottom: -65px;
        right: unset;
        left: unset
    }

    .article .article-block .gallery .gallery-carousel .slick-prev {
        left: 20px !important
    }

    .article .article-block .gallery .gallery-carousel .slick-prev:before {
        content: url(../img/icon/arr-prev-tab.svg)
    }

    .article .article-block .gallery .gallery-carousel .slick-next {
        right: 20px !important
    }

    .article .article-block .gallery .gallery-carousel .slick-next:before {
        content: url(../img/icon/arr-next-tab.svg)
    }

    .article .article-block .gallery .gallery-carousel .item {
        width: 320px;
        height: 386px
    }

    .article .article-block .video-wrapp {
        margin-top: 55px;
        margin-bottom: 80px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px
    }

    .article .article-block .markered-list,
    .article .article-block ul {
        margin-left: 15px
    }

    .article .article-block .markered-list li,
    .article .article-block ul li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px
    }
}