@charset "UTF-8";

.btn,
.pricons {
    vertical-align: middle
}

h1,
h2 {
    font-weight: 300
}

.btn,
.btn-light,
body {
    color: #1C1B1B
}

button,
input,
textarea {
    -webkit-appearance: none;
    outline: 0;
    background: 0 0
}

.menuopener,
.mp_links,
.navbar-nav {
    text-transform: uppercase
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 300;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

.pricons {
    display: inline-block;
    line-height: 100%
}

.pricons:before,
img,
svg {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ol li,
p,
ul,
ul li {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 48px;
    line-height: 50px;
    margin-left: -4px
}

@media (max-width:1023px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
        margin-left: -2px
    }
}

@media (max-width:759px) {
    h1 {
        font-size: 26px;
        line-height: 32px
    }
}

h2 {
    font-size: 34px;
    line-height: 40px
}

@media (max-width:1023px) {
    h2 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width:759px) {
    h2 {
        font-size: 26px;
        line-height: 30px
    }
}

p {
    font-size: 20px;
    line-height: 26px
}

p strong {
    line-height: 30px;
    font-weight: 500
}

body,
input,
textarea {
    font-family: RobotoRegular, sans-serif;
    font-weight: 400
}

p+p {
    margin-top: 26px
}

@media (max-width:1023px) {

    p,
    p strong {
        font-size: 18px;
        line-height: 24px
    }

    p+p {
        margin-top: 24px
    }

    header .container {
        max-width: 100%
    }
}

@media (max-width:759px) {

    p,
    p strong {
        font-size: 16px;
        line-height: 20px
    }

    p+p {
        margin-top: 20px
    }
}

*,
:focus,
:hover,
:visited {
    text-decoration: none;
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

svg {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a,
button {
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer
}

a {
    color: inherit;
    transition: all .2s ease-in-out
}

a:hover {
    color: inherit;
    text-decoration: none
}

.header_lang a,
.one_article_telegram a {
    text-decoration: underline
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 100vh;
    min-width: 320px;
    font-size: 16px;
    line-height: 20px
}

.btn,
.menuopener {
    font-size: 14px;
    line-height: 20px
}

button {
    font-family: RobotoRegular, sans-serif;
    border: none;
    border-radius: 0;
    padding: 0;
    transition: all .2s ease-in-out
}

input,
textarea {
    border: none;
    border-radius: 0
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 20px;
    padding-left: 20px
}

@media (max-width:479px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 10px;
        padding-left: 10px
    }
}

.btn {
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    padding: 6px 24px 2px;
    min-width: 189px;
    border: none;
    font-weight: 700;
    letter-spacing: .1em
}

.header_lang,
.navbar-nav {
    font-size: 16px;
    font-weight: 500
}

.breadcrumb,
.navbar-nav {
    line-height: 16px;
    white-space: nowrap
}

.btn-light {
    background: #fff
}

.btn-light:hover {
    background: #1C1B1B;
    color: #fff
}

.header_lang a.active,
.header_lang a.active:hover,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #E90014
}

header {
    padding: 39px 0 0
}

@media (max-width:1023px) {
    header {
        padding-top: 30px
    }
}

@media (max-width:479px) {
    .btn {
        min-width: 100%;
        max-width: 100%
    }

    header {
        padding-top: 12px
    }
}

.navbar {
    padding: 0 40px;
    display: block
}

@media (max-width:1279px) and (min-width:1024px) {
    .navbar {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .navbar {
        display: none !important
    }
}

.navbar-nav .nav-link {
    padding: 0;
    position: relative;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navbar-nav .nav-link:before,
.search_opener i.pricons-search {
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.navbar-nav .nav-link:before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #E90014;
    position: absolute;
    left: 50%;
    top: -31px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .2s ease-in-out
}

.navbar-nav .nav-item .nav-link.active:before,
.navbar-nav .nav-link:hover:before {
    width: 100%
}

.navbar-nav .nav-item {
    padding: 28px 20px 36px
}

.navbar-nav .nav-item:first-child {
    padding-left: 0
}

.navbar-nav .nav-item:last-child {
    padding-right: 0
}

@media (max-width:1279px) and (min-width:1024px) {
    .navbar-nav .nav-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.header {
    padding-bottom: 37px;
    border-bottom: 2px solid #1C1B1B;
    position: relative
}

@media (max-width:1023px) {
    .header {
        min-height: 39px;
        padding-bottom: 35px;
        padding-top: 7px
    }
}

@media (max-width:759px) {
    header .container {
        max-width: none
    }

    .header {
        min-height: 0;
        padding: 0;
        border-bottom: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .menuopener {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.header_top {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:1279px) and (min-width:1024px) {
    .header_top {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:759px) {
    .header_top {
        padding-left: 0;
        padding-right: 0
    }
}

.menuopener {
    display: none;
    font-weight: 500
}

.menuopener span {
    display: block;
    position: relative;
    padding-left: 50px
}

.menuopener span i.icon {
    display: block;
    width: 40px;
    height: 12px;
    border-top: 3px solid #1C1B1B;
    border-bottom: 3px solid #1C1B1B;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1023px) {
    .menuopener {
        display: block
    }
}

@media (max-width:759px) {
    .menuopener {
        width: 100%;
        background: #000
    }

    .menuopener span {
        width: 100%;
        height: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0;
        padding: 0
    }

    .menuopener span i.icon {
        border-color: #fff;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.footer_logo img,
.header_logo img {
    height: 42px
}

.header_logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width:1023px) {
    .header_logo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header_logo img {
        height: 34px
    }
}

@media (max-width:759px) {
    .header_logo {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        border-top: 1px solid #EBEBEB;
        padding-top: 15px;
        width: calc(100% + 40px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 11px -20px 23px
    }

    .header_logo img {
        height: 22px
    }
}

@media (max-width:479px) {
    .header_logo {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }
}

.header_lang {
    line-height: 24px;
    margin-left: auto
}

.header_lang a.active {
    text-decoration: none
}

.header_lang a:hover {
    text-decoration: none;
    color: #1C1B1B
}

@media (max-width:1023px) {
    .header_lang {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:759px) {
    .header_lang {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:479px) {
    .header_lang {
        font-size: 12px;
        line-height: 20px;
        padding-left: 20px
    }
}

footer {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px
}

@media (max-width:1023px) {
    footer {
        padding-top: 14px
    }

    footer .container {
        max-width: none
    }
}

@media (max-width:759px) {
    footer {
        padding-top: 0
    }
}

.footer_info {
    background: url(../img/info-bg.jpg);
    color: #fff
}

.footer_info_text {
    min-height: 640px;
    max-width: 720px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 124px 40px 67px
}

.footer_info_title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (max-width:1023px) {
    .footer_info_text {
        min-height: 480px;
        max-width: 504px;
        padding-top: 93px;
        padding-bottom: 72px
    }

    .footer_info_title {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 23px
    }
}

@media (max-width:759px) {
    .footer_info_text {
        min-height: 330px;
        padding: 38px 20px 51px
    }

    .footer_info_title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 29px
    }
}

.footer_info_tip {
    font-size: 14px;
    line-height: 20px;
    color: #9A9A9A;
    margin-bottom: 30px
}

.footer_info_link {
    font-size: 32px;
    line-height: 40px;
    margin-top: auto
}

.footer_info_link a {
    color: #E90014
}

.footer_info_link a:hover {
    color: #fff
}

.footer_nav {
    margin-top: 81px
}

@media (max-width:1023px) {
    .footer_info_link {
        font-size: 24px;
        line-height: 30px
    }

    .footer_nav {
        margin-top: 41px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:759px) {
    .footer_info_link {
        font-size: 18px;
        line-height: 26px
    }

    .footer_nav {
        margin-top: 0;
        padding: 0
    }
}

.footer_bottom {
    padding-top: 38px;
    padding-bottom: 72px;
    position: relative;
    background: url(../img/footer-bg.jpg) right bottom/467px auto no-repeat
}

.footer__bottom {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 580px
}

@media (max-width:1279px) and (min-width:1024px) {
    .footer__bottom {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 540px
    }
}

.footer_text {
    font-size: 16px;
    line-height: 22px;
    color: #9A9A9A;
    margin-top: 24px
}

@media (max-width:1023px) {
    .footer_bottom {
        background-size: 320px auto;
        padding-bottom: 33px
    }

    .footer__bottom {
        max-width: 410px
    }

    .footer_logo img {
        height: 34px
    }

    .footer_text {
        font-size: 14px;
        line-height: 20px
    }
}

.footer_copyright {
    font-size: 16px;
    line-height: 22px;
    margin-top: 116px
}

.header_search {
    margin-left: 54px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width:1023px) {
    .footer_copyright {
        font-size: 14px;
        line-height: 20px;
        margin-top: 60px
    }

    .header_search {
        margin-left: 40px
    }
}

.search_opener {
    cursor: pointer
}

.search_opener i.pricons-search {
    font-size: 26px;
    transition: all .2s ease-in-out
}

.search_opener i.pricons-search:hover {
    color: #E90014
}

@media (max-width:479px) {
    .search_opener i.pricons-search {
        font-size: 21px
    }
}

.footer_opener {
    display: none;
    padding-top: 26px
}

@media (max-width:1023px) {
    .footer_opener {
        display: block;
        border-top: 2px solid #1C1B1B
    }
}

@media (max-width:759px) {
    .footer_bottom {
        background-size: auto 241px;
        padding-bottom: 264px
    }

    .footer__bottom {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 322px
    }

    .footer_logo img {
        height: 22px
    }

    .footer_copyright {
        margin-top: 31px
    }

    .header_search {
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 20px
    }

    .footer_opener {
        border: none;
        padding-top: 16px
    }
}

.menupopup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #1c1b1b;
    color: #fff;
    display: none
}

@media (min-width:1024px) {
    .menupopup {
        display: none !important
    }
}

.mp_center,
.search_input {
    display: -webkit-box;
    display: -webkit-flex
}

.mp_head {
    position: fixed;
    left: 60px;
    top: 0;
    z-index: 2;
    width: calc(100% - 120px);
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    padding-top: 30px;
    padding-bottom: 37px
}

.mp_head .pricons-close {
    font-size: 31px
}

@media (max-height:400px) {
    .mp_head {
        padding-top: 14px;
        padding-bottom: 13px
    }
}

@media (max-width:759px) {
    .mp_head {
        left: 40px;
        width: calc(100% - 80px)
    }
}

.mp_center {
    display: -ms-flexbox;
    display: flex;
    padding-top: 175px;
    padding-bottom: 80px;
    height: 100vh
}

@media (max-height:400px) {
    .mp_center {
        padding-top: 80px
    }
}

.mp_content {
    padding-left: 60px;
    padding-right: 60px;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:759px) {
    .mp_content {
        padding-left: 40px;
        padding-right: 40px
    }
}

.mp_links {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400
}

.mp_links ul {
    list-style: none
}

.mp_links li+li {
    margin-top: 20px
}

.mp_links a.active,
.mp_links a:hover {
    color: #E90014
}

@media (max-width:479px) {
    .mp_head {
        left: 20px;
        width: calc(100% - 40px)
    }

    .mp_center {
        padding-top: 144px
    }

    .mp_content {
        padding-left: 20px;
        padding-right: 20px
    }

    .mp_links {
        font-size: 20px;
        line-height: 24px
    }
}

.search_input {
    position: absolute;
    right: 40px;
    left: 420px;
    background: #fff;
    z-index: 3;
    top: -10px;
    width: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.search_input input {
    display: block;
    width: 0;
    font-size: 20px;
    font-weight: 400;
    height: 64px;
    color: #1C1B1B;
    padding: 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.article_text,
.dossier_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.search_input input::-webkit-input-placeholder {
    color: #C6C6C6
}

.search_input input::-moz-placeholder {
    color: #C6C6C6
}

.search_input input:-ms-input-placeholder {
    color: #C6C6C6
}

.search_input input::-ms-input-placeholder {
    color: #C6C6C6
}

.search_input input::placeholder {
    color: #C6C6C6
}

@media (max-width:1023px) {
    .search_input {
        left: 140px
    }
}

@media (max-width:759px) {
    .search_input {
        left: 0;
        right: 60px
    }

    .search_input input {
        height: 47px;
        border: none
    }
}

@media (max-width:479px) {
    .search_input input {
        height: 42px
    }
}

.article_img,
.article_img img,
.article_img picture {
    height: 100%;
    width: 100%
}

.header_search.opened .search_input {
    width: auto
}

.header_search.opened .search_input input {
    width: 100%
}

.article {
    position: relative;
    background: #EBEBEB
}

.article_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.article_img img {
    -o-object-fit: cover;
    object-fit: cover
}

.article_text {
    height: 420px;
    position: relative;
    z-index: 2;
    background: rgba(28, 27, 27, .6);
    color: #fff;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1279px) and (min-width:1024px) {
    .article_text {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .article_text {
        height: auto;
        min-height: 380px;
        padding-bottom: 60px
    }
}

.dossier_text,
.dossier_video {
    height: 320px;
    z-index: 2;
    background: rgba(28, 27, 27, .5);
    position: relative;
    color: #fff
}

@media (max-width:759px) {
    .article_text {
        min-height: 300px;
        padding: 30px 20px
    }
}

.dossier_text {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 40px 29px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1279px) and (min-width:1024px) {
    .dossier_text {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .dossier_text {
        height: 320px;
        padding: 50px 40px
    }
}

@media (max-width:759px) {
    .dossier_text {
        height: 320px;
        padding: 40px 18px
    }
}

.dossier_video {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dossier_video .dossier_title {
    padding: 40px 40px 28px
}

.dossier_video .dossier_title a {
    display: inline-block;
    padding-left: 64px;
    position: relative
}

.dossier_video .dossier_title a:before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px
}

.dossier_video .dossier_title a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid #1C1B1B;
    border-bottom: 8px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -8px
}

.playbutton:before,
.slider_thumbnails .slick-arrow {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

@media (max-width:1023px) {
    .dossier_video {
        height: 320px
    }
}

@media (max-width:759px) {
    .dossier_video {
        height: 320px
    }

    .dossier_video .dossier_title {
        padding: 40px 18px
    }
}

.video_iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.article_date {
    background: #1C1B1B;
    color: #fff;
    min-width: 94px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 39px
}

@media (max-width:759px) {
    .article_date {
        font-size: 12px;
        min-width: 84px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px
    }
}

.article_title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    max-width: 440px;
    margin-bottom: 20px
}

.article_title a:hover {
    color: inherit;
    opacity: .6
}

@media (max-width:759px) {
    .article_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px;
        padding-right: 20px
    }
}

@media (max-width:359px) {
    .article_title {
        padding-right: 10px
    }
}

.dossier_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400
}

.dossier_title a:hover {
    opacity: .6
}

@media (max-width:759px) {
    .dossier_title {
        font-size: 28px;
        line-height: 36px
    }
}

.article_excerpt {
    font-size: 18px;
    line-height: 24px;
    max-width: 440px;
    margin-bottom: 12px
}

@media (max-width:759px) {
    .article_excerpt {
        font-size: 15px;
        line-height: 23px;
        padding-right: 30px
    }
}

@media (max-width:359px) {
    .article_excerpt {
        padding-right: 10px
    }
}

.article_button {
    margin-top: auto
}

@media (max-width:479px) {
    .article_button {
        min-width: 100%
    }
}

.articles [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px
}

.articles_showmore {
    text-align: center;
    margin-top: 32px;
    position: relative;
    z-index: 3
}

.articles_showmore button {
    display: inline-block;
    border-bottom: 1px solid #1C1B1B;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    white-space: nowrap
}

.articles_showmore button:hover {
    border-bottom-color: transparent
}

.articles_title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 16px
}

@media (max-width:1279px) and (min-width:1024px) {
    .articles_title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .article_excerpt {
        max-width: 580px
    }

    .articles_showmore {
        margin-top: 20px
    }

    .articles_title {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 19px
    }
}

@media (max-width:759px) {
    .articles [class*=col-] {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .articles_title {
        font-size: 26px;
        line-height: 28px;
        padding-left: 18px;
        padding-right: 18px;
        margin-bottom: 12px
    }
}

.articles_text {
    font-size: 16px;
    line-height: 20px;
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 24px
}

@media (max-width:1279px) and (min-width:1024px) {
    .articles_text {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .articles_text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 28px
    }
}

@media (max-width:759px) {
    .articles_text {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 30px
    }
}

.article_main {
    margin-bottom: 44px
}

.article_main .article_img {
    left: 50%;
    width: 50%
}

.article_main .article_text {
    width: 50%;
    background: #ebebeb;
    color: #1C1B1B;
    min-height: 440px
}

.article_main .article_title {
    font-size: 58px;
    line-height: 60px;
    max-width: 100%;
    margin-bottom: 14px
}

.article_main .article_excerpt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px
}

.article_main .btn {
    min-height: 60px;
    padding-bottom: 4px
}

@media (max-width:1279px) and (min-width:1024px) {
    .article_main .article_title {
        font-size: 40px;
        line-height: 40px
    }
}

@media (max-width:1023px) {
    .article_main {
        padding-top: 40px;
        margin-bottom: 51px
    }

    .article_main .article_img {
        position: static;
        width: 100%;
        left: auto
    }

    .article_main .article_text {
        width: 100%;
        padding-right: 80px;
        min-height: 400px
    }

    .article_main .article_title {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 19px
    }

    .article_main .article_date {
        margin-bottom: 21px
    }
}

@media (max-width:759px) {
    .article_main {
        padding-top: 10px;
        margin-bottom: 45px
    }

    .article_main .article_text {
        padding-right: 20px;
        min-height: 0
    }

    .article_main .article_title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 16px
    }

    .article_main .article_date {
        margin-bottom: 14px
    }

    .article_main .article_excerpt {
        padding-right: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 36px
    }
}

.playbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #E90014;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.playbutton:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 24px solid #fff;
    border-bottom: 12px solid transparent;
    margin-left: 8px;
    transition: all .2s ease-in-out
}

.playbutton:hover {
    background: #fff
}

.playbutton:hover:before {
    border-left-color: #1C1B1B
}

.playbutton.playing:before {
    height: 24px;
    width: 16px;
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    margin: 0
}

.articles_group {
    padding-bottom: 54px
}

.breadcrumbs nav {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:1279px) and (min-width:1024px) {
    .breadcrumbs nav {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1023px) {
    .articles_group {
        padding-bottom: 41px
    }

    .breadcrumbs .container {
        max-width: 100%
    }
}

@media (max-width:759px) {
    .playbutton {
        width: 60px;
        height: 60px
    }

    .playbutton:before {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 22px
    }

    .breadcrumbs+.articles_group {
        padding-top: 40px
    }

    .breadcrumbs {
        display: none
    }
}

.one_article_dateviews,
.one_article_sharebuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.breadcrumb {
    padding: 27px 0 23px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border-top: 2px solid #e8e8e8;
    font-size: 16px;
    letter-spacing: .007em
}

@media (max-width:1023px) {
    .breadcrumb {
        border-top: none;
        padding-top: 19px
    }
}

.breadcrumb-item {
    padding-top: 8px;
    padding-bottom: 8px
}

.breadcrumb-item.active {
    color: #B3B3B3
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 4px;
    color: inherit;
    content: "—"
}

.one_article {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px
}

@media (max-width:1279px) and (min-width:1024px) {
    .one_article {
        padding-left: 20px;
        padding-right: 20px
    }
}

.one_article_head {
    max-width: 1000px;
    margin-bottom: 38px
}

.one_article_dateviews {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

@media (max-width:1023px) {
    .one_article {
        padding-bottom: 75px
    }

    .one_article_dateviews {
        margin-top: 27px
    }
}

@media (max-width:759px) {
    .one_article {
        padding: 28px 10px 62px
    }

    .one_article_head {
        margin-bottom: 48px
    }

    .one_article_dateviews {
        margin-top: 22px
    }
}

.one_article_date {
    background: #1C1B1B;
    color: #fff;
    min-width: 126px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 22px
}

.one_article_views {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px
}

.one_article_views .pricons-views {
    font-size: 18px;
    line-height: 18px;
    margin-right: 7px
}

.one_article_content {
    max-width: 1080px;
    padding-right: 80px;
    position: relative
}

@media (max-width:1023px) {
    .one_article_content {
        padding-right: 60px
    }
}

.one_article_sharebuttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.one_article_sharebuttons a,
.one_article_sharebuttons button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1C1B1B;
    color: #fff;
    border-radius: 50%
}

.one_article_sharebuttons a+a,
.one_article_sharebuttons button+button {
    margin-top: 10px
}

.one_article_sharebuttons .pricons-twitter {
    font-size: 13px
}

.one_article_sharebuttons .pricons-facebook {
    font-size: 16px
}

.one_article_sharebuttons .pricons-ok {
    font-size: 15px
}

.one_article_sharebuttons .pricons-vk {
    font-size: 10px
}

.one_article_sharebuttons a:hover,
.one_article_sharebuttons button:hover {
    background: #E90014
}

.one_article_mainpicture {
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 17px
}

.one_article_mainpicture_copyright {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 17px
}

@media (max-width:759px) {
    .one_article_content {
        padding-right: 0
    }

    .one_article_sharebuttons {
        display: none
    }

    .one_article_mainpicture {
        padding-bottom: 7px
    }

    .one_article_mainpicture_copyright {
        font-size: 14px;
        line-height: 20px;
        margin-top: 11px
    }
}

.one_article_text {
    padding-right: 24px;
    padding-top: 39px;
    padding-bottom: 47px
}

@media (max-width:1023px) {
    .one_article_text {
        padding-top: 31px;
        padding-bottom: 31px
    }
}

@media (max-width:479px) {
    .one_article_text {
        padding-right: 0
    }
}

.audio_title {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .007em;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width:759px) {
    .one_article_text {
        padding-top: 26px;
        padding-bottom: 41px
    }

    .audio_title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px
    }
}

.audio_text {
    color: #B2B2B2;
    font-size: 16px;
    line-height: 18px;
    max-width: 448px
}

.one_article_images {
    margin-top: 32px;
    max-width: 800px
}

.one_article_images picture {
    width: 100%;
    display: block
}

.one_article_images picture img {
    width: 100%
}

@media (max-width:1023px) {
    .one_article_images {
        margin-top: 43px;
        margin-right: -24px
    }
}

@media (max-width:759px) {
    .audio_text {
        font-size: 14px;
        line-height: 16px
    }

    .one_article_images {
        margin-top: 27px;
        margin-right: 0
    }
}

.slider_thumbnails {
    max-width: 800px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative
}

.slider_thumbnails .slider_image {
    padding-right: 10px
}

.slider_thumbnails picture {
    width: 100%;
    height: 109px;
    display: block
}

.one_article_bottom,
.slider_thumbnails .slick-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.slider_thumbnails picture img {
    max-width: 100%;
    max-height: 100%
}

.slider_thumbnails .slick-arrow {
    font-size: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    transition: all .2s ease-in-out;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider_thumbnails .slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px
}

.slider_thumbnails .slick-arrow:hover {
    background: rgba(255, 255, 255, .2)
}

.slider_thumbnails .slick-arrow.slick-prev {
    left: 0
}

.slider_thumbnails .slick-arrow.slick-prev:before {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -4px
}

.slider_thumbnails .slick-arrow.slick-next {
    right: 0
}

.slider_thumbnails .slick-arrow.slick-next:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -4px
}

.one_article_images_thumbnail {
    display: block !important
}

.one_article_bottom {
    border-top: 2px solid #E8E8E8;
    max-width: 1000px;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px
}

@media (max-width:1023px) {
    .slider_thumbnails picture {
        height: 106px
    }

    .one_article_bottom {
        max-width: 580px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:759px) {
    .slider_thumbnails picture {
        height: 90px
    }

    .one_article_bottom {
        padding-top: 30px
    }
}

.one_article_social_counters {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .one_article_social_counters {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.one_article_social_counter {
    margin-right: 10px;
    position: relative;
    height: 40px;
    min-width: 80px;
    background: #EBEBEB;
    border-radius: 20px;
    text-align: center;
    padding-right: 10px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    font-weight: 500
}

.one_article_social_counter i.pricons {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #CDCDCD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.one_article_social_counter .pricons-twitter {
    font-size: 13px
}

.one_article_social_counter .pricons-facebook {
    font-size: 16px
}

.one_article_social_counter .pricons-ok {
    font-size: 15px
}

.one_article_social_counter .pricons-vk {
    font-size: 10px
}

@media (max-width:759px) {
    .one_article_social_counter {
        min-width: 61px;
        padding-left: 35px;
        padding-right: 5px;
        height: 30px;
        line-height: 30px;
        margin-right: 7px
    }

    .one_article_social_counter i.pricons {
        width: 30px;
        height: 30px
    }
}

.one_article_author {
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

@media (max-width:1023px) {
    .one_article_author {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
        margin-top: 47px
    }
}

@media (max-width:759px) {
    .one_article_author {
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px
    }
}

.one_article_telegram {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 36px
}

.one_article_telegram a {
    color: #E90014
}

.one_article_telegram a:hover {
    color: #1C1B1B;
    text-decoration: none
}

@media (max-width:759px) {
    .one_article_telegram {
        font-size: 14px;
        line-height: 22px;
        margin-top: 46px
    }
}

.one_article_text h2,
.one_article_text h3 {
    margin-bottom: 10px
}

.one_article_text p a {
    color: #A00000
}

.one_article_text p a:hover {
    color: #1C1B1B
}

.one_article_text p+h2 {
    margin-top: 50px
}

.one_article_text h2+p {
    margin-top: 10px
}

.one_article_text .audio+h2 {
    margin-top: 58px
}

.one_article_text picture {
    margin-top: 34px;
    margin-bottom: 40px;
    display: block
}

@media (max-width:1023px) {
    .one_article_telegram {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .one_article_text p+h2 {
        margin-top: 35px
    }

    .one_article_text h2+p {
        margin-top: 13px
    }

    .one_article_text .audio+h2 {
        margin-top: 36px
    }

    .one_article_text picture {
        margin-top: 37px;
        margin-bottom: 24px
    }
}

@media (max-width:759px) {
    .one_article_text p+h2 {
        margin-top: 33px
    }

    .one_article_text h2+p {
        margin-top: 17px
    }

    .one_article_text .audio+h2 {
        margin-top: 39px
    }

    .one_article_text picture {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.one_article_text blockquote {
    max-width: 960px;
    position: relative;
    min-height: 120px;
    margin-top: 61px;
    margin-bottom: 53px;
    padding-left: 100px;
    padding-top: 11px;
    padding-bottom: 50px
}

.one_article_text blockquote:before {
    content: '';
    width: 3px;
    height: 120px;
    background: #E90014;
    position: absolute;
    left: 0;
    top: 0
}

.one_article_text blockquote:after {
    content: '';
    display: block;
    width: 800px;
    border-bottom: 2px solid #E8E8E8;
    position: absolute;
    left: 0;
    bottom: 0
}

.alphabet_nav ul,
.one_article_text .audio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.one_article_text blockquote p {
    position: relative;
    padding-top: 51px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500
}

.one_article_text blockquote p:before {
    content: "\E007";
    font-family: pricons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #E90014;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 27px
}

@media (max-width:1023px) {
    .one_article_text blockquote {
        margin-top: 40px;
        padding-top: 0;
        padding-left: 60px;
        padding-bottom: 41px;
        margin-bottom: 35px
    }

    .one_article_text blockquote p {
        font-size: 20px;
        line-height: 30px;
        padding-top: 49px
    }

    .one_article_text blockquote:after {
        width: calc(100% + 24px)
    }
}

@media (max-width:759px) {
    .one_article_text blockquote {
        padding-left: 40px;
        padding-bottom: 26px;
        margin-bottom: 39px
    }

    .one_article_text blockquote p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 40px
    }

    .one_article_text blockquote p:before {
        font-size: 16px;
        top: -5px
    }

    .one_article_text blockquote:after {
        width: 100%
    }
}

.one_article_text .video {
    position: relative;
    max-width: 800px;
    margin-top: 34px;
    margin-bottom: 40px
}

.one_article_text .video picture,
.one_article_text .video picture img {
    width: 100%
}

@media (max-width:1023px) {
    .one_article_text .video {
        margin-top: 37px;
        margin-right: -24px
    }
}

@media (max-width:759px) {
    .one_article_text .video {
        margin-top: 24px;
        margin-right: 0;
        margin-bottom: 24px
    }
}

.one_article_text .audio {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 800px;
    border-top: 2px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8;
    padding: 19px 0 19px 100px;
    min-height: 120px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.one_article_text .audio audio {
    display: none !important
}

.one_article_text .audio .playbutton {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #1C1B1B
}

.one_article_text .audio .playbutton:hover {
    background: #E90014
}

.one_article_text .audio .playbutton:hover:before {
    border-left-color: #fff
}

@media (max-width:759px) {
    .one_article_text .audio {
        margin-top: 24px;
        padding-bottom: 24px;
        padding-left: 80px
    }
}

.alphabet_section {
    padding-bottom: 54px
}

@media (max-width:1023px) {
    .one_article_text .audio {
        margin-bottom: 36px
    }

    .alphabet_section {
        padding-top: 40px
    }

    .alphabet_section .container {
        max-width: 100%
    }
}

.alphabet {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:1279px) and (min-width:1024px) {
    .alphabet {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:759px) {
    .alphabet_section {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .alphabet {
        padding-left: 0;
        padding-right: 0
    }
}

.alphabet_nav {
    margin-top: 27px;
    margin-bottom: 13px
}

.alphabet_nav ul {
    list-style: none;
    display: flex
}

.alphabet_nav li {
    padding-right: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.alphabet_nav a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 49px;
    overflow: hidden;
    white-space: nowrap;
    background: #F5F5F5;
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.alphabet_nav a:hover,
.alphabet_nav li.active a {
    background: #E90014;
    color: #fff
}

@media (max-width:1023px) {
    .alphabet_nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .alphabet_nav li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .alphabet_nav a {
        width: 43px
    }
}

.alphabet_letter {
    font-size: 14px;
    line-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.alphabet_letter span {
    font-size: 36px;
    margin-right: 12px;
    font-weight: 700
}

.alphabet_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 24px 20px
}

@media (max-width:1279px) {
    .alphabet_list {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width:1023px) {
    .alphabet_list {
        grid-template-columns: repeat(3, 1fr)
    }

    .search_section {
        padding-top: 40px
    }

    .search_section .container {
        max-width: none
    }
}

.alphabet_photo {
    margin-bottom: 23px
}

.alphabet_photo img {
    width: 100%
}

.alphabet_name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 9px
}

@media (max-width:759px) {
    .alphabet_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .alphabet_name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px
    }
}

.alphabet_pos {
    font-size: 16px;
    line-height: 20px
}

.search_section {
    padding-bottom: 50px
}

.search_head {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 34px
}

@media (max-width:1279px) and (min-width:1024px) {
    .search_head {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:759px) {
    .alphabet_pos {
        font-size: 14px;
        line-height: 20px
    }

    .search_section {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .search_head {
        padding-left: 0;
        padding-right: 0
    }
}

.search_form {
    margin-bottom: 33px
}

.search_form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8
}

.search_form form button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 12px
}

.search_form form button .pricons-search {
    font-size: 26px
}

.search_form form input {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: 400;
    height: 64px;
    color: #1C1B1B
}

.search_item,
.search_text {
    display: -webkit-flex;
    display: -ms-flexbox
}

.search_form form input::-webkit-input-placeholder {
    color: #C6C6C6
}

.search_form form input::-moz-placeholder {
    color: #C6C6C6
}

.search_form form input:-ms-input-placeholder {
    color: #C6C6C6
}

.search_form form input::-ms-input-placeholder {
    color: #C6C6C6
}

.search_form form input::placeholder {
    color: #C6C6C6
}

.search_resultcounter {
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px
}

.search_item {
    background: #ebebeb;
    display: -webkit-box;
    display: flex
}

.search_item+.search_item {
    margin-top: 20px
}

.search_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.5%;
    -ms-flex: 0 0 36.5%;
    flex: 0 0 36.5%
}

.search_img img {
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 0 auto;
}

@media (max-width:1023px) {
    .search_item {
        display: block
    }

    .search_img {
        display: none
    }
}

.search_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 80px 47px 40px
}

@media (max-width:759px) {
    .search_text {
        padding-right: 40px
    }
}

@media (max-width:479px) {
    .search_text {
        padding: 40px 20px 47px
    }
}

.search_date {
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 28px
}

.search_title {
    max-width: 720px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px
}

@media (max-width:1023px) {
    .search_title {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width:759px) {
    .search_title {
        font-size: 26px;
        line-height: 30px
    }
}

.search_excerpt {
    max-width: 720px;
    font-size: 20px;
    line-height: 26px
}

@media (max-width:1023px) {
    .search_excerpt {
        font-size: 18px;
        line-height: 24px
    }
}

.categories [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px
}

.category {
    background: #EBEBEB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 100%
}

.category_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.category_img img {
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 0 auto;
}

@media (max-width:759px) {
    .search_excerpt {
        font-size: 16px;
        line-height: 20px
    }

    .categories [class*=col-] {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .category {
        display: block
    }

    .category_img img {
        width: 100%
    }
}

.category_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px
}

@media (max-width:759px) {
    .category_text {
        padding: 30px 20px
    }
}

.category_date {
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 19px
}

@media (max-width:759px) {
    .category_date {
        margin-bottom: 15px
    }
}

.category_title {
    max-width: 480px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 9px
}

.category_excerpt {
    font-size: 16px;
    line-height: 20px;
    max-width: 480px;
    margin-bottom: 20px
}

.category_button {
    margin-top: auto
}

@media (max-width:479px) {
    .category_button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .category_button .btn {
        min-width: 100%
    }
}

.category.big .category_title {
    font-size: 32px;
    line-height: 42px;
    max-width: none;
    margin-bottom: 7px
}

.category.big .category_excerpt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 32px
}

.category.big .category_date {
    margin-bottom: 37px
}

@media (max-width:1023px) {
    .category.big {
        display: block
    }

    .category.big .category_img img {
        width: 100%
    }

    .category.big .category_date {
        margin-bottom: 41px
    }

    .category.big .category_excerpt {
        font-size: 18px;
        line-height: 24px;
        max-width: 548px;
        margin-bottom: 48px
    }

    .category.big .category_title {
        margin-bottom: 11px
    }
}

@media (max-width:759px) {
    .category.big .category_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px
    }

    .category.big .category_date {
        margin-bottom: 15px
    }

    .category.big .category_excerpt {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 26px
    }
}