
html, body, div, span, p, ul, li, ol, label, h1, h2, h3, h4, h5, h6, section {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

button {
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

.icon {
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p0 {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl15 {
    padding-left: 15px;
}

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0;
}

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt80 {
    padding-top: 80px;
}

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.btn-plain {
    outline: none;
    border: none;
    background-color: transparent;
}

.btn-plain:hover, .btn-plain:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

button a {
    color: inherit;
}

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

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.logo-box {
    display: inline-block;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

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

.chat-content::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.chat-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #00A875;
}

.scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("../fonts/SF PRO/SF-Pro-Display-Regular.otf");
}

@font-face {
    font-family: 'SF Pro Display Bold';
    src: url("../fonts/SF PRO/SF-Pro-Display-Bold.otf");
}

@font-face {
    font-family: 'SF Pro Display Light';
    src: url("../fonts/SF PRO/SF-Pro-Display-Light.otf");
}

@font-face {
    font-family: 'SF Pro Display UltraLight';
    src: url("../fonts/SF PRO/SF-Pro-Display-Ultralight.otf");
}

@font-face {
    font-family: 'SF Pro Display Black';
    src: url("../fonts/SF PRO/SF-Pro-Display-Black.otf");
}

@font-face {
    font-family: 'SF Pro Display Medium';
    src: url("../fonts/SF PRO/SF-Pro-Display-Medium.otf");
}


@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('../fonts/museo/museosanscyrl-500.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/museo/museosanscyrl-500.eot?#iefix') format('embedded-opentype'), /* IE < 9 */ url('../fonts/museo/museosanscyrl-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/museo/museosanscyrl-500.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */ url('../fonts/museo/museosanscyrl-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/museo/museosanscyrl-500.svg#museosanscyrl-500') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'museosanscyrl-500.ttf';
    src: url("../fonts/museo/museosanscyrl-500.ttf");
}

body {
    font-family: 'SF Pro Display';
    font-size: 14px;
    overflow-x: hidden;
    background: #F5F5F5;
}

p, span, a {
    font-family: 'SF Pro Display';
}

h1, h2 {
    font-family: 'SF Pro Display';
}

h3, h4 {
    font-family: 'SF Pro Display';
}

.logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.logo-list li::after {
    position: absolute;
    content: '';
    border-right: 1px solid #00A875;
    width: 45px;
    height: 30px;
}

.logo-list li:last-child::after {
    display: none;
}

.logo-list li a {
    display: inline-block;
    /*-webkit-filter: grayscale(100%);*/
    /*        filter: grayscale(100%);*/
    /*-webkit-transition: -webkit-filter .4s ease-out 0s;*/
    transition: -webkit-filter .4s ease-out 0s;
    -o-transition: filter .4s ease-out 0s;
    transition: filter .4s ease-out 0s;
    transition: filter .4s ease-out 0s, -webkit-filter .4s ease-out 0s;
}

.logo-list li a img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 30px;
    max-width: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

.logo-list li a:hover, .logo-list li a:focus {
    /*-webkit-filter: none;*/
    /*        filter: none;*/
}

.logo-list li + li {
    margin-left: 30px;
}

.header-top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90.1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05))), #FFFFFF;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 90.1%, rgba(0, 0, 0, 0.05) 100%), #FFFFFF;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 90.1%, rgba(0, 0, 0, 0.05) 100%), #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 90.1%, rgba(0, 0, 0, 0.05) 100%), #FFFFFF;
    padding: 12px 20px;
}

.header-middle {
    padding: 3px 20px 10px 20px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: white;
}

.logo {
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
}

.logo img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-cover {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    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;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 15px;
    min-width: 415px;
}

.search-cover .btn-search {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.search-cover .btn-search img {
    width: 18px;
    height: 18px;
}

.search-cover input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 100%;
    color: #333;
    padding: 0;
}

.search-cover input::-webkit-input-placeholder {
    color: #989898;
}

.search-cover input::-moz-placeholder {
    color: #989898;
}

.search-cover input:-ms-input-placeholder {
    color: #989898;
}

.search-cover input::-ms-input-placeholder {
    color: #989898;
}

.search-cover input::placeholder {
    color: #989898;
}

section {
    max-width: 1440px;
    margin: 0 auto;
}

.social-list {
    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-right: 20px;
}

.social-list li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 34px;
    height: 34px;
    -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;
    background: #E0E0E0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background .4s ease-out 0s;
    -o-transition: background .4s ease-out 0s;
    transition: background .4s ease-out 0s;
}

.social-list li a:hover, .social-list li a:focus {
    background: #00A875;
}

.social-list li + li {
    margin-left: 7px;
}

.live-link {
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 20, 20, 0.05)), to(rgba(255, 20, 20, 0.05)));
    background: -webkit-linear-gradient(top, rgba(255, 20, 20, 0.05) 0%, rgba(255, 20, 20, 0.05) 100%);
    background: -o-linear-gradient(top, rgba(255, 20, 20, 0.05) 0%, rgba(255, 20, 20, 0.05) 100%);
    background: linear-gradient(180deg, rgba(255, 20, 20, 0.05) 0%, rgba(255, 20, 20, 0.05) 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 13px;
    margin-right: 12px;
    font-size: 16px;
    line-height: 100%;
    color: #FF1414;
}

.live-link img {
    margin-right: 10px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

.live-link:hover, .live-link:focus {
    color: #FF1414;
}

.subscribe-link {
    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;
    background: #00A875;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 13px;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.subscribe-link img {
    margin-right: 10px;
}

.subscribe-link:hover, .subscribe-link:focus {
    color: #FFFFFF;
}

.lang-list {
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    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;
    padding: 2px;
    margin-left: 30px;
}

.lang-list li a {
    display: inline-block;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.lang-list li a:hover, .lang-list li a:focus {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #222222;
}

.menu-xs {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 20px;
    background: white;
}

.menu {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu li a {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
}

.menu li + li {
    margin-left: 30px;
}

.header-base {
    background: #FBFBFB;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02), inset 0px -1px 0px #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02), inset 0px -1px 0px #FFFFFF;
    padding: 5px 20px;
    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;
}

.header-base .span-important {
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.span-important {
    padding: 10px 14px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 100%;
    color: #00A875;
    display: inline-block;
    font-family: "SF Pro Display Bold";
}


.marquee-cover {
    height: 25px;
    overflow: hidden;
    position: relative;
}

.marquee {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.marquee-item {
    white-space: nowrap;
}

.marquee-item + .marquee-item {
    margin-left: 50px;
}

.marquee a {
    font-size: 14px;
    line-height: 100%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.marquee a:after {
    content: url("../img/icon/next-green.svg");
    position: absolute;
    right: -30px;
    top: 50%;
    height: 14px;
    margin-top: -5px;
}

/* Move it (define the animation) */

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.i-clock {
    background: url("../img/icon/clock.svg") no-repeat center/contain;
    width: 14px;
    height: 14px;
}

.i-view {
    background: url("../img/icon/view.svg") no-repeat center/contain;
    width: 17px;
    height: 14px;
}

.i-clock-grey {
    background: url("../img/icon/clock-grey.svg") no-repeat center/contain;
    width: 14px;
    height: 14px;
}

.i-view-grey {
    background: url("../img/icon/view-grey.svg") no-repeat center/contain;
    width: 17px;
    height: 14px;
}

.i-clock-green {
    background: url("../img/icon/clock-green.svg") no-repeat center/contain;
    width: 14px;
    height: 14px;
}

.i-view-green {
    background: url("../img/icon/view-green.svg") no-repeat center/contain;
    width: 17px;
    height: 14px;
}

.play-white {
    background: url("../img/icon/play-white.svg") no-repeat center/contain;
    width: 24px;
    height: 32px;
}

.main {
    padding-top: 20px;
}

.main-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.main .col-height {
    margin-bottom: 20px;
}

.main-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 420px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), color-stop(86.46%, rgba(0, 0, 0, 0.9))), url(image.png);*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.9) 86.46%), url(image.png);*/
    /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.9) 86.46%), url(image.png);*/
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.9) 86.46%), url(image.png);*/
    background: black;
    overflow: hidden;
    position: relative;
    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;
}

.main-lg .main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.main-lg-caption {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
}

.main-lg-caption h2 {
    font-family: "SF Pro Display Bold";
    font-size: 26px;
    line-height: 130%;
    color: #FFFFFF;
}

.news-info {
    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-top: 10px;
}

.news-info li {
    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;
    font-size: 15px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.6);
}

.news-info li span {
    font-family: "SF Pro Display Light";
}

.news-info li i, .news-info li svg {
    margin-right: 5px;
    stroke: #00A859;
}

.news-info li + li {
    margin-left: 20px;
}

.main-category {
    width: 100%;
    position: absolute;
    height: 30px;
    top: 30px;
    left: 30px;
    z-index: 2;
    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;
}

.main-category a + a {
    margin-left: 10px;
}

.category-img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    -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;
    height: 30px;
}

.category-img img {
    width: auto !important;
    max-height: 20px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.category-name {
    display: inline-block;
    padding: 6px 10px;
    background: #00A875;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.category-name:hover, .category-name:focus {
    color: #FFFFFF;
}

.main-sm {
    margin-left: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 335px;
    height: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    background: black;
}

.main-sm-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.main-sm-caption {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-sm-caption h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "SF Pro Display Bold";
}

.main-sm-caption .link-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-sm + .main-sm {
    margin-top: 20px;
}

.sl-mirrors {
    margin-bottom: 20px;
}

.category-img-sm {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    height: 20px;
    width: 64px;
}

.category-img-sm img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sl-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 690px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.sl-main .slick-prev, .sl-main .slick-next {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    top: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.sl-main .slick-prev {
    left: auto;
    z-index: 3;
    right: 65px;
}

.sl-main .slick-prev:before {
    content: url("../img/icon/prev-grey.svg");
    line-height: 0;
}

.sl-main .slick-next {
    right: 30px;
}

.sl-main .slick-next:before {
    content: url("../img/icon/next-grey.svg");
    line-height: 0;
}

.news-item {
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    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;
}

.news-item-img {
    height: 180px;
    position: relative;
}

.news-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item-img .category-img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.news-item-caption {
    background: #FFFFFF;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
}

.news-item-caption h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 19px;
    line-height: 130%;
    color: #222222;
}

.news-item .news-info li span {
    color: #999999;
}

.info-grey li span {
    color: #999999;
}

.info-green li span {
    color: #00A859;
}

.news-scroll {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.news-scroll a {
    font-family: 'MuseoSansCyrl-500';
}

.news-scroll h3 {
    font-family: 'MuseoSansCyrl-500';
}

.news-scroll-head {
    margin-right: -5px;
    padding: 17px 25px 17px 20px;
    border-bottom: 1px solid #F5F5F5;
}

.news-scroll-head .active {
    font-size: 23px;
    line-height: 27px;
    color: #00a859;
}

.news-scroll-head h3 {
    font-size: 26px;
    line-height: 19px;
    color: #555555;
    display: inline-block;
    margin-left: 20px;
}

.more-load {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    background: #00a859;
    width: 200px;
    border-radius: 5px;
}

.more-load a {
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;

}

.news-scroll-body {
    overflow-y: scroll;
    height: 520px;
    padding: 0 20px;
}

.news-scroll-body::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px #c4c4c4;
    background-color: #555;
}

.news-side {
    padding: 6px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #F5F5F5;
    box-shadow: 0 1px 0 #F5F5F5;
}

.news-side h3 {
    font-size: 17px;
    line-height: 130%;
    color: #000000;
}

.news-side .news-info {
    margin-top: 3px;
}

.banner-side a {
    display: inline-block;
    width: 100%;
}

.banner-side a + a {
    margin-top: 20px;
}

.banner-side img {
    width: 100%;
    max-height: 450px;
}

.categoryItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 15px 20px 15px;
    padding: 30px;
}

.categoryItem-head {
    padding: 15px 125px 15px 20px;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    height: 54px;
}

.categoryItem-head h2 {
    font-size: 26px;
    line-height: 100%;
    color: #142D5B;
    font-family: "SF Pro Display Black";
}

.categoryItem-head h2 a {
    font-size: 26px;
    line-height: 100%;
    color: #142D5B;
    font-family: "SF Pro Display Black";
}

.categoryItem-img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.categoryItem-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.categoryItem-caption {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}

.categoryItem-caption h3 {
    font-size: 21px;
    line-height: 130%;
    color: #222222;
    font-family: "SF Pro Display Medium";
    margin-bottom: 15px;
    max-height: 54px;
    overflow: hidden;
}

.categoryItem-caption p {
    font-size: 17px;
    line-height: 130%;
    color: #C2C2C2;
    max-height: 44px;
    overflow: hidden;
}

.categoryItem-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.categoryItem-base span {
    font-size: 17px;
    line-height: 130%;
    color: #00A859;
    display: inline-block;
    margin-right: 15px;
}

.categoryItem-base .news-info {
    margin-top: 0;
}

.news-slide {
    display: none;
}

.sl-category {
    margin: 0 -15px;
}

.arrows-rect .slick-prev, .arrows-rect .slick-next {
    width: 52px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    top: -47px;
}

.arrows-rect .slick-prev {
    left: auto;
    right: 77px;
    z-index: 2;
}

.arrows-rect .slick-prev:before {
    content: url("../img/icon/prev-rect.svg");
    line-height: 0;
}

.arrows-rect .slick-next {
    right: 20px;
}

.arrows-rect .slick-next:before {
    content: url("../img/icon/next-rect.svg");
    line-height: 0;
}

.slick-initialized .slick-slide a {
    outline: none;
    display: block;
}

.mirror-item {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    margin: 0 10px;
}

.mirror-item img {
    width: 100%;
    height: 207px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mirror-item-caption {
    position: relative;
    padding: 28px 15px 15px 15px;
}

.mirror-item-caption h3 {
    height: 84px;
    overflow: hidden;
    font-size: 16px;
    line-height: 130%;
    color: #555555;
}

.mirror-item .news-info {
    margin-top: 6px;
}

.mirror-item .mirror-theme {
    position: absolute;
    top: -25px;
    left: 5px;
    z-index: 1;
}

.mirror-theme {
    display: inline-block;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    font-size: 18px;
    line-height: 100%;
    color: #222222;
    font-family: "SF Pro Display Bold";
}

.sl-mirror {
    margin: 0 -10px 20px -10px;
}

.play-span {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video .link-lg {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.video .main-lg {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.video a {
    display: inline-block;
}

.video a + a {
    margin-top: 15px;
}

.video .main-sm {
    margin-left: 0;
    width: 100%;
}

.media-scroll .news-scroll-head {
    margin-bottom: 20px;
}

.media-scroll .news-scroll-head h3 {
    color: #142D5B;
    font-family: "SF Pro Display Bold";
}

.media-scroll .news-scroll-head h3 a {
    color: #142D5B;
    font-family: "SF Pro Display Bold";
}

.media-scroll .news-scroll-body {
    height: 410px;
}

.media-scroll .news-scroll-body a {
    display: inline-block;
    width: 100%;
}

.media-scroll .news-scroll-body a + a {
    margin-top: 10px;
}

.media-scroll .main-sm {
    height: 150px;
}

.media-scroll .main-sm-caption h3 {
    font-size: 17px;
    line-height: 120%;
}

.media-scroll .main-sm .news-info {
    margin-top: 5px;
}


.gallery {
    padding-top: 10px;
}

.gallery-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.gallery-lg-box {
    height: 420px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 690px;
}

.sl-gallery-inside .slick-prev, .sl-gallery-inside .slick-next {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.sl-gallery-inside .slick-prev {
    left: auto;
    z-index: 3;
    left: 20px;
}

.sl-gallery-inside .slick-prev:before {
    content: url("../img/icon/prev-grey.svg");
    line-height: 0;
}

.sl-gallery-inside .slick-next {
    right: auto;
    left: 55px;
}

.sl-gallery-inside .slick-next:before {
    content: url("../img/icon/next-grey.svg");
    line-height: 0;
}

.gallery-lg {
    height: 420px;
    position: relative;
}

.gallery-lg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-lg-caption {
    position: relative;
    height: 100%;
    padding: 60px 30px 30px 30px;
    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-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.gallery-lg-caption h3 {
    font-size: 26px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "SF Pro Display Bold";
    margin-bottom: 10px;
}

.gallery-lg-caption span {
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}

.gallerySide-item {
    position: relative;
    height: 105px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.gallerySide-item-img {
    width: 100%;
    height: 100%;
}

.gallerySide-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallerySide-item-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    z-index: 2;
    padding: 15px 20px;
}

.gallerySide-item-caption h3 {
    font-family: "SF Pro Display Bold";
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    height: 44px;
}

.sl-gallery-inside .slick-list {
    overflow-y: hidden;
}

.sl-gallery-inside-nav .slick-list {
    overflow-y: scroll;
}

.sl-gallery-inside-nav .slick-list::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.sl-gallery-inside-nav .slick-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #00A859;
}

.gallery-info {
    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-top: 10px;
}

.gallery-info li {
    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;
}

.gallery-info span {
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.4);
}

.gallery-info svg {
    margin-right: 10px;
}

.gallerySide {
    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;
    height: 420px;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 365px;
    overflow-y: scroll;
}

.gallerySide .slick-current {
    background: #00A859;
}

.gallerySide .slick-current .gallerySide-item-caption {
    background: #00A859;
}

.gallerySide .slick-current .gallerySide-item-caption h3 {
    color: #FFFFFF;
}

.gallerySide .slick-current .gallery-info span {
    color: #FFFFFF;
}

.gallerySide .slick-current .gallery-info svg path {
    stroke-opacity: 1;
}

.gallerySide .slick-slide {
    height: 105px;
    border: none;
    width: 100% !important;
}

.gallerySide::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.gallerySide::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #00A859;
}


.partner-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), 0px 2px 4px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 120px;
    width: 216px;
    margin: 0 10px;
    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;
    padding: 20px;
}

.partner-item img {
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sl-partner {
    margin: 0 -10px 20px -10px;
}

.partners {
    padding-top: 10px;
}

footer {
    padding: 20px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.footer {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-logo {
    display: inline-block;
    height: 46px;
    width: 89px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .social-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.copyright {
    padding-left: 30px;
}

.copyright p {
    font-size: 17px;
    line-height: 130%;
    color: #222222;
    margin-bottom: 0px;
}

.copyright span {
    display: block;
    color: #b7b7b7;
}

.bg-logo {
    display: inline-block;
    height: 32px;
    width: 111px;
    margin-right: 5px;
}

.bg-logo.logo {
}

.footer .app__cont {
    padding: 10px 30px;
    display: flex;
}

.app__cont .bg-logo img {
    width: 108px;
    height: 50px;
    border-radius: 6px;
}

.bg-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.call-menu {
    display: none;
}

.header-btn-xs {
    display: none;
}

.header-top-xs {
    display: none;
}

.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sl-news-xs {
    display: none;
}

.footer-base {
    padding: 14px 0;
    background: #222222;
}

.menu-base {
    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;
}

.menu-base li a {
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
}

.menu-base li + li {
    margin-left: 40px;
}

.grey-prev {
    background: url("../img/icon/prev-grey.svg") no-repeat center/contain;
    width: 8px;
    height: 14px;
}

.link-back {
    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;
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category {
    padding-top: 20px;
}

.category-head {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
    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;
}

.category-head .link-back {
    margin-right: 10px;
}

.category-head h1 {
    font-size: 22px;
    line-height: 100%;
    color: #222222;
    font-family: "SF Pro Display Black";
}

.category-item {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.category-item-img {
    width: 315px;
    height: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.category-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-item-caption {
    padding-left: 40px;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-item-caption h2 {
    font-size: 24px;
    line-height: 130%;
    color: #222222;
    font-family: "SF Pro Display Bold";
    margin-bottom: 15px;
    max-height: 93px;
    overflow: hidden;
    max-width: 600px;
}

.category-item-caption p {
    max-width: 600px;
    max-height: 63px;
    overflow: hidden;
    font-size: 16px;
    line-height: 130%;
    color: #555555;
}

.media-scroll .main-sm {
    width: 100%;
    margin-left: 0;
}

.title {
    font-size: 36px;
    line-height: 120%;
    color: #222222;
    font-family: "SF Pro Display Bold";
    margin-bottom: 25px;
}

.title-white {
    font-size: 36px;
    line-height: 120%;
    color: white;
    font-family: "SF Pro Display Bold";
    margin-bottom: 25px;
}

.news-inside {
    padding: 20px 0;
}

.article-plain {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 50px 80px;
}

.article-plain p {
    font-size: 18px;
    line-height: 150%;
    color: #222222;
}

.article-plain p + p {
    margin-top: 20px;
}

.search-result .category-head {
    padding: 20px;
}

.search-result .category-head span {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
    line-height: 100%;
    color: #555555;
}

.contacts {
    padding: 20px 0;
}

.contacts .title {
    text-transform: uppercase;
    margin-bottom: 45px;
}

.contacts-cover {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 50px 80px 50px 60px;
}

.contact-item h3 {
    font-size: 16px;
    line-height: 100%;
    color: #999999;
    margin-bottom: 14px;
}

.contact-item-detail {
    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;
}

.contact-item-detail img {
    max-width: 20px;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-item-detail p {
    padding-left: 10px;
    font-size: 18px;
    line-height: 120%;
    color: #222222;
}

.contact-item + .contact-item {
    margin-top: 30px;
}

.contact-flex {
    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-top: 30px;
    margin-bottom: 55px;
}

.contact-flex .contact-item + .contact-item {
    margin-top: 0;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #F0F0F0;
}

.account {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 40px;
    position: relative;
    z-index: 4;
}

.account-head {
    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: 20px;
}

.account-head img {
    max-height: 19px;
    max-width: 19px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.account-head h2 {
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #00A859;
    padding-left: 12px;
    font-family: "SF Pro Display Bold";
}

.account-item {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.account-item + .account-item {
    border-top: 1px solid #F5F5F5;
}

.account-item p {
    font-size: 18px;
    line-height: 100%;
    color: #222222;
}

.account-item p span {
    color: #999999;
    display: inline-block;
    margin-right: 5px;
}

.account-item p + p {
    margin-left: 50px;
}

.account-base {
    border: 1px solid #F0F0F0;
    width: 96%;
    margin: 0 2%;
    position: relative;
    z-index: 2;
    height: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    top: -15px;
    background: white;
}

.account-base-1 {
    background: white;
    border: 1px solid #F0F0F0;
    width: 94%;
    margin: 0 3%;
    position: relative;
    z-index: 1;
    height: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    top: -30px;
}

.blue-colored {
    color: #204DED !important;
}

.article-comment {
    padding-top: 15px;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.article-comment .news-info {
    margin-bottom: 35px;
}

.article-comment .news-info span {
    color: #222222;
}

.article-comment .title {
    margin-bottom: 45px;
}

.article-comment-img {
    max-height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 40px;
}

.article-comment p {
    font-size: 20px;
    line-height: 150%;
    color: #222222;
    font-family: "SF Pro Display Light";
}

.article-comment p + p {
    margin-top: 20px;
}

.article-comment hr {
    height: 1px;
    background: #F5F5F5;
    margin: 30px 0;
}

.i-book-grey {
    background: url("../img/icon/book-grey.svg") no-repeat center/contain;
    width: 14px;
    height: 14px;
}

.i-comment-grey {
    background: url("../img/icon/comment-grey.svg") no-repeat center/contain;
    width: 18px;
    height: 18px;
}

.block-padding {
    padding: 0 60px;
}

.article-detail {
    margin-top: 40px;
    padding: 0 60px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    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;
}

.article-detail-item {
    padding: 10px 25px 10px 0;
    position: relative;
    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;
}

.article-detail-item img {
    max-height: 40px;
    max-width: 112px;
    -o-object-fit: contain;
    object-fit: contain;
}

.article-detail-item + .article-detail-item {
    padding: 10px 25px 10px 20px;
}

.article-detail-item:after {
    content: url("../img/icon/comment-arrows.svg");
    position: absolute;
    right: 0;
    top: 0;
}

.article-detail-item .span-circle {
    margin-right: 15px;
}

.span-circle {
    width: 40px;
    height: 40px;
    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;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.newsDetail p {
    font-size: 18px;
    line-height: 120%;
    color: #222222;
    margin-bottom: 0;
}

.newsDetail span {
    font-size: 14px;
    line-height: 120%;
    color: #999999;
}

.article-social {
    margin-left: 20px;
    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;
}

.article-social li a {
    width: 40px;
    height: 40px;
    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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.article-social li a img {
    max-width: 22px;
    max-height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

.article-social li + li {
    margin-left: 10px;
}

.bg-blue {
    background: #469AEA;
}

.bg-blue-dark {
    background: #2E4586;
}

.bg-blue-gr {
    background: -webkit-gradient(linear, left top, left bottom, from(#2997FF), to(#1172CE));
    background: -webkit-linear-gradient(top, #2997FF 0%, #1172CE 100%);
    background: -o-linear-gradient(top, #2997FF 0%, #1172CE 100%);
    background: linear-gradient(180deg, #2997FF 0%, #1172CE 100%);
}

.bg-blue-vk {
    background: #3E6290;
}

.bg-green {
    background: #49C75A;
}

.article-nav {
    padding: 30px 60px 20px 60px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-nav-item span {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: #999999;
}

.article-nav-item a {
    display: inline-block;
    color: #204DED;
    border-bottom: 1px solid rgba(32, 77, 237, 0.2);
}

.article-nav-item a:hover, .article-nav-item a:focus {
    color: #204DED;
}

.telegram-block {
    background: -webkit-gradient(linear, left top, left bottom, from(#389FFF), to(#1273CF));
    background: -webkit-linear-gradient(top, #389FFF 0%, #1273CF 100%);
    background: -o-linear-gradient(top, #389FFF 0%, #1273CF 100%);
    background: linear-gradient(180deg, #389FFF 0%, #1273CF 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 30px;
    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: 10px 0;
}

.telegram-block img {
    max-width: 60px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.telegram-block-caption {
    padding-left: 45px;
}

.telegram-block-caption h4 {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "SF Pro Display Bold";
}

.telegram-block-caption p {
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
}

.comment-box {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.comment-box-top {
    padding: 40px 60px;
}

.comment-box-top h2 {
    font-size: 25px;
    line-height: 120%;
    color: #222222;
    font-family: "SF Pro Display ExtraBold";
    margin-bottom: 10px;
}

.comment-box-top p {
    font-size: 14px;
    line-height: 120%;
    color: #999999;
}

.comment-box-top form {
    margin-top: 20px;
}

.comment-box textarea {
    resize: none;
    height: 110px;
    margin-bottom: 10px;
}

.comment-box-base {
    border-top: 1px solid #F5F5F5;
    padding: 10px 60px;
}

input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    color: #222;
    outline: none;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #999999;
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: #999999;
}

.form-half-three {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-half-three input {
    width: 38%;
}

.btn-green {
    display: inline-block;
    background: #00A859;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-width: 200px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "SF Pro Display Bold";
}

.comment-item {
    padding: 30px 0;
}

.comment-item-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.comment-item-head h3 {
    font-size: 20px;
    line-height: 120%;
    color: #222222;
    font-family: "SF Pro Display Medium";
}

.comment-item-head span {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    color: #999999;
    margin-left: 15px;
}

.comment-item-body p {
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}

.comment-item + .comment-item {
    border-top: 1px solid #F5F5F5;
}

.notFound {
    background: white url("../img/main/404.png") no-repeat center/contain;
    min-height: 100vh;
    padding: 134px 0;
}

.notFound .logo {
    margin-bottom: 90px;
}

.notFound-caption {
    max-width: 570px;
    margin: 0 auto;
}

.notFound-caption h1 {
    font-size: 70px;
    line-height: 100%;
    color: #222222;
    font-family: "SF Pro Display Black";
    margin-bottom: 50px;
}

.notFound-caption p {
    font-size: 20px;
    line-height: 150%;
    color: #555555;
}

.notFound-caption p + a {
    margin-top: 50px;
}

.notFound-caption a {
    display: block;
    font-size: 20px;
    line-height: 150%;
    color: #204DED;
}

.notFound-caption a:hover {
    color: #204DED;
}

.notFound-caption a + a {
    margin-top: 10px;
}

.subscribe {
    padding: 20px;
}

.subscribe-side {
    background: #FAFAFA;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    padding: 40px 50px;
}

.subscribe-side .title {
    margin-bottom: 15px;
    font-family: "SF Pro Display";
    font-size: 22px;
    line-height: 117%;
}

.subscribe-check {
    background: white;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.subscribe-content {
    background: white;
    padding: 40px 50px;
    height: 100%;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.subscribe-content h2 {
    font-size: 36px;
    line-height: 120%;
    color: #222222;
    font-family: 'SF Pro Display UltraLight';
}

.subscribe-content .form-half {
    margin: 10px 0 20px 0;
}

.arrow-p {
    margin-bottom: 24px;
    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;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #00A875;
    font-family: "SF Pro Display Medium";
    position: relative;
}

.arrow-p img {
    position: relative;
    bottom: -5px;
    margin-left: 10px;
}

.subscribe-item {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

/*.changed__radio{*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    cursor: pointer;*/
/*    height: 100%;*/
/*}*/
/*.custom__plus{*/
/*    width: 28px;*/
/*    height: 3px;*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    right: 25px;*/
/*    background-color: green;*/
/*    cursor: pointer;*/
/*}*/

/*.changed__radio:checked .custom__plus {*/
/*    background-color: red;*/
/*}*/

/*.custom__plus:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    display: none;*/
/*}*/

.subscribe-item img {
    max-width: 150px;
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    /*-webkit-filter: grayscale(100%);*/
    /*        filter: grayscale(100%);*/
}

.subscribe-item input[type='checkbox'] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
}

.subscribe-item svg {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.subscribe-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.subscribe-item-active svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.subscribe-item-active svg path {
    stroke: #FF1414;
}

.span-discount {
    display: inline-block;
    background: #FF4D14;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 2px 5px;
    font-family: "SF Pro Display Bold";
}

.subscribe-time {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 22px 20px;
    width: 32%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
}

.subscribe-time h4 {
    font-size: 20px;
    line-height: 100%;
    color: #222222;
    font-family: "SF Pro Display Medium";
    margin-bottom: 10px;
}

.subscribe-time p {
    font-size: 16px;
    line-height: 100%;
    color: #777777;
}

.subscribe-time .span-discount {
    margin-left: 15px;
}

.subscribe-time-base {
    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;
}

.subscribe-time-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    margin-top: 50px;
    margin-bottom: 40px;
    /* flex-wrap: wrap; */
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.subscribe-time input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.subscribe-time:hover {
    border: 1px solid #00A875;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 168, 117, 0.1), 0px 1px 2px rgba(0, 168, 89, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 168, 117, 0.1), 0px 1px 2px rgba(0, 168, 89, 0.05);
}

.subscribe-time-active {
    border: 1px solid #00A875;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 168, 117, 0.1), 0px 1px 2px rgba(0, 168, 89, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 168, 117, 0.1), 0px 1px 2px rgba(0, 168, 89, 0.05);
}

.next-white {
    background: url("../img/icon/next-white.svg") no-repeat center/contain;
    width: 10px;
    height: 18px;
}

.form-half {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-half input {
    width: 49%;
}

.btn-green-flex {
    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;
    background: #00A875;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-width: 230px;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: "SF Pro Display Medium";
}

.btn-green-flex i {
    margin-left: 30px;
}

.pdf-box {
    padding-top: 20px;
}

.pdf-box .col-height {
    margin-bottom: 20px;
}

.pdf-head {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 40px 0 40px;
    margin-bottom: 20px;
}

.pdf-head .title {
    margin-bottom: 35px;
    font-family: "SF Pro Display Black";
}

.year-list {
    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;
    border-bottom: 1px solid #EEEEEE;
}

.year-list li {
    outline: none;
    padding-bottom: 15px;
}

.year-list li a {
    outline: none;
    display: inline-block;
    padding-right: 30px;
    color: #999999;
}

.year-list li a p {
    font-size: 20px;
    line-height: 100%;
    font-family: "SF Pro Display Black";
}

.year-list li a span {
    font-size: 14px;
    line-height: 100%;
}

.year-list li a:hover {
    color: #204DED;
}

.year-list li + li a {
    padding-left: 30px;
    border-left: 1px solid #EEEEEE;
}

.year-list .active {
    border-bottom: 2px solid #204DED;
    margin-bottom: -1px;
}

.year-list .active a {
    color: #204DED;
}

.year-list .slick-prev, .year-list .slick-next {
    width: auto;
    height: 41px;
    background: white;
    top: 21px;
    z-index: 1;
}

.year-list .slick-disabled {
    display: none !important;
}

.year-list .slick-next {
    padding-left: 30px;
    right: 4px;
    border-left: 1px solid #EEEEEE;
}

.year-list .slick-next:before {
    content: url("../img/icon/pdf-next.svg");
}

.year-list .slick-prev {
    padding-right: 30px;
    left: 0px;
    border-right: 1px solid #EEEEEE;
}

.year-list .slick-prev:before {
    content: url("../img/icon/pdf-prev.svg");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.grey-colored {
    color: #999 !important;
}

.month-list {
    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;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.month-list li a {
    display: inline-block;
    padding: 20px 0;
    font-size: 18px;
    line-height: 100%;
    color: #555555;
}

.month-list li a:hover, .month-list li a:focus {
    color: #204DED;
}

.month-list li .active {
    color: #204DED;
}

.month-list li + li {
    margin-left: 40px;
}

.pdf-item {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 100%;
    padding: 20px;
}

.pdf-item-img {
    width: 100%;
    height: 250px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.pdf-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pdf-item-caption {
    padding-top: 15px;
}

.pdf-item-caption h3 {
    font-family: "SF Pro Display Bold";
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    margin-bottom: 5px;
}

.pdf-item-caption p {
    font-size: 12px;
    line-height: 100%;
    color: #777777;
}

.pdf-item .btn-green-light {
    margin-top: 12px;
}

.btn-green-light {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(0, 168, 89, 0.05);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -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;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 100%;
    color: #00A859;
    font-family: "SF Pro Display Bold";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.btn-green-light svg {
    margin-left: 10px;
}

.btn-green-light:hover, .btn-green-light:focus {
    background: #00A859;
    color: #FFFFFF;
}

.btn-green-light:hover svg path, .btn-green-light:focus svg path {
    stroke: #FFFFFF;
}

.pageChanged .header-top {
    display: none;
}

.pageChanged .social-list li a {
    width: 30px;
    height: 30px;
}

.pageChanged .menu-xs {
    padding: 15px 20px;
}

.pageChanged .menu-xs .menu li a {
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}

.pageChanged .sl-main .slick-next, .pageChanged .sl-main .slick-prev {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
}

.pageChanged .sl-main .slick-prev {
    -webkit-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px;
    left: 0;
    right: auto;
}

.pageChanged .sl-main .slick-prev:before {
    content: url("../img/icon/prev-white-1.svg");
}

.pageChanged .sl-main .slick-next {
    -webkit-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    right: 0;
}

.pageChanged .sl-main .slick-next:before {
    content: url("../img/icon/next-white-1.svg");
}

.pageChanged .media-scroll {
    margin-bottom: 20px;
}

.pageChanged-blue .menu-xs {
    background: #1191D0;
}

.pageChanged-blue .subscribe-link {
    background: #1191D0;
}

.pageChanged-blue .social-list li a:hover, .pageChanged-blue .social-list li a:focus {
    background: #1191D0;
}

.pageChanged-blue .categoryItem-base span {
    color: #1191D0;
}

.pageChanged-blue .news-info svg path {
    stroke: #1191D0;
}

.pageChanged-blue .news-info li span {
    font-family: "SF Pro Display";
    color: #1191D0;
}

.pageChanged-blue .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #1191D0;
}

.pageChanged-blue .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-blue .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.headerChanged {
    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;
    padding: 10px;
    background: white;
    border-top: 1px solid #EEEEEE;
}

.headerChanged form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.headerChanged form .search-cover {
    max-width: 590px;
}

.headerChanged .logo img {
    height: 100%;
}

.headerChanged .logo {
    margin-right: 75px;
    display: inline-block;
    height: 40px;
}

.menu-new {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-new li a {
    display: inline-block;
    font-size: 15px;
    line-height: 130%;
    color: #555555;
}

.menu-new li + li {
    margin-left: 40px;
}

.whiteBlog {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.slick-slide {
    outline: none !important;
}

.chosen-news-head {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px 0 40px;
}

.chosen-news-head h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "SF Pro Display Black";
    font-size: 26px;
    line-height: 100%;
    color: #142D5B;
}

.chosen-news .categoryItem {
    margin: 0;
    padding: 30px 40px;
    border-bottom: 1px solid #F5F5F5;
}

.chosen-news .categoryItem-img {
    width: 295px;
    height: 160px;
}

.chosen-news .categoryItem-caption h3 {
    font-family: "SF Pro Display Bold";
    font-size: 22px;
}

.chosen-news .btn-box {
    padding: 20px 40px;
}

.show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #777777;
}

.show-more span {
    font-family: "SF Pro Display Bold";
}

.show-more svg {
    margin-left: 12px;
}

.show-more:hover {
    color: #777777;
}

.pdf-side {
    margin: 20px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 18px 0 18px;
    text-align: center;
    background: #1191D0;
}

.pdf-side h3 {
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pdf-side p {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pdf-side img {
    width: 243px;
    height: 345px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.download-grey {
    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;
    padding: 20px 30px;
    background: #FFFFFF;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1191D0;
    font-family: "SF Pro Display Bold";
}

.download-grey span {
    font-family: "SF Pro Display Bold";
}

.download-grey svg {
    margin-left: 10px;
}

.download-grey:hover {
    color: #1191D0;
}

.editor-blog {
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.editor-blog-head {
    padding: 19px 20px;
    border-bottom: 1px solid #F5F5F5;
}

.editor-blog-caption {
    padding: 15px 20px;
}

.editor-blog-caption h4 {
    font-size: 22px;
    line-height: 120%;
    color: #222222;
    font-family: "SF Pro Display Bold";
    margin-bottom: 9px;
}

.editor-blog-caption p {
    font-size: 18px;
    line-height: 140%;
    color: #777777;
}

.editor-blog-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.editor-blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.editor-blog-base {
    border-top: 1px solid #F5F5F5;
    padding: 17px 20px;
}

.editor-blog-base a {
    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;
    font-size: 18px;
    line-height: 100%;
    color: #999999;
}

.editor-blog-base a svg {
    margin-left: 10px;
}

.add-side {
    width: 100%;
    height: 420px;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.add-side h3 {
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #777777;
    font-family: "SF Pro Display Light";
}

.add-side h3 + p {
    margin-top: 40px;
}

.add-side p {
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #999;
    font-family: "SF Pro Display Light";
}

.official-part {
    padding-top: 20px;
}

.official-part .categoryItem-head {
    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;
    padding: 15px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.official-part .categoryItem-head a {
    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;
    font-size: 19px;
    line-height: 100%;
    color: #00A859;
}

.official-part .categoryItem-head a span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 168, 89, 0.2);
}

.official-part .categoryItem-head a svg {
    margin-left: 10px;
}

.official-part .col-height {
    margin-bottom: 20px;
}

.official-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 100%;
    padding: 10px;
    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;
}

.official-item-img {
    background: #1191D0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}

.official-item-caption {
    padding-left: 25px;
}

.official-item-caption h3 {
    font-size: 17px;
    line-height: 130%;
    color: #222222;
    font-family: "SF Pro Display";
    margin-bottom: 3px;
}

.official-item-caption p {
    font-size: 15px;
    line-height: 130%;
    color: #00A859;
}

.official-item-caption p span {
    display: inline-block;
    margin-left: 5px;
    color: #777777;
}

.menu-new-xs {
    display: none;
}

.pageChanged-green .menu-xs {
    background: #408F49;
}

.pageChanged-green .subscribe-link {
    background: #408F49;
}

.pageChanged-green .social-list li a:hover, .pageChanged-green .social-list li a:focus {
    background: #408F49;
}

.pageChanged-green .categoryItem-base span {
    color: #408F49;
}

.pageChanged-green .news-info svg path {
    stroke: #408F49;
}

.pageChanged-green .news-info li span {
    font-family: "SF Pro Display";
    color: #408F49;
}

.pageChanged-green .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-green .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-green .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #408F49;
}

.pageChanged-green .official-item-img {
    background: #408F49;
}

.pageChanged-green .pdf-side {
    background: #408F49;
}

.pageChanged-green .download-grey {
    color: #408F49;
}

.pageChanged-green .download-grey path {
    stroke: #408F49;
}

.pageChanged-purple .menu-xs {
    background: #AB4991;
}

.pageChanged-purple .subscribe-link {
    background: #AB4991;
}

.pageChanged-purple .social-list li a:hover, .pageChanged-purple .social-list li a:focus {
    background: #AB4991;
}

.pageChanged-purple .categoryItem-base span {
    color: #AB4991;
}

.pageChanged-purple .news-info svg path {
    stroke: #AB4991;
}

.pageChanged-purple .news-info li span {
    font-family: "SF Pro Display";
    color: #AB4991;
}

.pageChanged-purple .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-purple .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-purple .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #AB4991;
}

.pageChanged-purple .official-item-img {
    background: #AB4991;
}

.pageChanged-purple .pdf-side {
    background: #AB4991;
}

.pageChanged-purple .download-grey {
    color: #AB4991;
}

.pageChanged-purple .download-grey path {
    stroke: #AB4991;
}

.pageChanged-blue-dark .menu-xs {
    background: #3672B3;
}

.pageChanged-blue-dark .subscribe-link {
    background: #3672B3;
}

.pageChanged-blue-dark .social-list li a:hover, .pageChanged-blue-dark .social-list li a:focus {
    background: #3672B3;
}

.pageChanged-blue-dark .categoryItem-base span {
    color: #3672B3;
}

.pageChanged-blue-dark .news-info svg path {
    stroke: #3672B3;
}

.pageChanged-blue-dark .news-info li span {
    font-family: "SF Pro Display";
    color: #3672B3;
}

.pageChanged-blue-dark .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-blue-dark .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-blue-dark .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #3672B3;
}

.pageChanged-blue-dark .official-item-img {
    background: #3672B3;
}

.pageChanged-blue-dark .pdf-side {
    background: #3672B3;
}

.pageChanged-blue-dark .download-grey {
    color: #3672B3;
}

.pageChanged-blue-dark .download-grey path {
    stroke: #3672B3;
}

.pageChanged-brown .menu-xs {
    background: #AF955D;
}

.pageChanged-brown .subscribe-link {
    background: #AF955D;
}

.pageChanged-brown .social-list li a:hover, .pageChanged-brown .social-list li a:focus {
    background: #AF955D;
}

.pageChanged-brown .categoryItem-base span {
    color: #AF955D;
}

.pageChanged-brown .news-info svg path {
    stroke: #AF955D;
}

.pageChanged-brown .news-info li span {
    font-family: "SF Pro Display";
    color: #AF955D;
}

.pageChanged-brown .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-brown .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-brown .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #AF955D;
}

.pageChanged-brown .official-item-img {
    background: #AF955D;
}

.pageChanged-brown .pdf-side {
    background: #AF955D;
}

.pageChanged-brown .download-grey {
    color: #AF955D;
}

.pageChanged-brown .download-grey path {
    stroke: #AF955D;
}

.pageChanged-orange .menu-xs {
    background: #CF4C2F;
}

.pageChanged-orange .subscribe-link {
    background: #CF4C2F;
}

.pageChanged-orange .social-list li a:hover, .pageChanged-orange .social-list li a:focus {
    background: #CF4C2F;
}

.pageChanged-orange .categoryItem-base span {
    color: #CF4C2F;
}

.pageChanged-orange .news-info svg path {
    stroke: #CF4C2F;
}

.pageChanged-orange .news-info li span {
    font-family: "SF Pro Display";
    color: #CF4C2F;
}

.pageChanged-orange .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-orange .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-orange .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #CF4C2F;
}

.pageChanged-orange .official-item-img {
    background: #CF4C2F;
}

.pageChanged-orange .pdf-side {
    background: #CF4C2F;
}

.pageChanged-orange .download-grey {
    color: #CF4C2F;
}

.pageChanged-orange .download-grey path {
    stroke: #CF4C2F;
}

.pageChanged-strawberry .menu-xs {
    background: #A4588D;
}

.pageChanged-strawberry .subscribe-link {
    background: #A4588D;
}

.pageChanged-strawberry .social-list li a:hover, .pageChanged-strawberry .social-list li a:focus {
    background: #A4588D;
}

.pageChanged-strawberry .categoryItem-base span {
    color: #A4588D;
}

.pageChanged-strawberry .news-info svg path {
    stroke: #A4588D;
}

.pageChanged-strawberry .news-info li span {
    font-family: "SF Pro Display";
    color: #A4588D;
}

.pageChanged-strawberry .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-strawberry .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-strawberry .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #A4588D;
}

.pageChanged-strawberry .official-item-img {
    background: #A4588D;
}

.pageChanged-strawberry .pdf-side {
    background: #A4588D;
}

.pageChanged-strawberry .download-grey {
    color: #A4588D;
}

.pageChanged-strawberry .download-grey path {
    stroke: #A4588D;
}

.pageChanged-orange-gradient .menu-xs {
    background: -webkit-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: -o-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: linear-gradient(91.99deg, #F8914C 0%, #ED1651 100%);
}

.pageChanged-orange-gradient .subscribe-link {
    background: -webkit-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: -o-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: linear-gradient(91.99deg, #F8914C 0%, #ED1651 100%);
}

.pageChanged-orange-gradient .social-list li a:hover, .pageChanged-orange-gradient .social-list li a:focus {
    background: -webkit-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: -o-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: linear-gradient(91.99deg, #F8914C 0%, #ED1651 100%);
}

.pageChanged-orange-gradient .categoryItem-base span {
    color: #ED1651;
}

.pageChanged-orange-gradient .news-info svg path {
    stroke: #ED1651;
}

.pageChanged-orange-gradient .news-info li span {
    font-family: "SF Pro Display";
    color: #ED1651;
}

.pageChanged-orange-gradient .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-orange-gradient .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-orange-gradient .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #ED1651;
}

.pageChanged-orange-gradient .official-item-img {
    background: -webkit-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: -o-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: linear-gradient(91.99deg, #F8914C 0%, #ED1651 100%);
}

.pageChanged-orange-gradient .pdf-side {
    background: -webkit-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: -o-linear-gradient(358.01deg, #F8914C 0%, #ED1651 100%);
    background: linear-gradient(91.99deg, #F8914C 0%, #ED1651 100%);
}

.pageChanged-orange-gradient .download-grey {
    color: #ED1651;
}

.pageChanged-orange-gradient .download-grey path {
    stroke: #ED1651;
}

.pageChanged-blue-2 .menu-xs {
    background: #0072BC;
}

.pageChanged-blue-2 .subscribe-link {
    background: #0072BC;
}

.pageChanged-blue-2 .social-list li a:hover, .pageChanged-blue-2 .social-list li a:focus {
    background: #0072BC;
}

.pageChanged-blue-2 .categoryItem-base span {
    color: #0072BC;
}

.pageChanged-blue-2 .news-info svg path {
    stroke: #0072BC;
}

.pageChanged-blue-2 .news-info li span {
    font-family: "SF Pro Display";
    color: #0072BC;
}

.pageChanged-blue-2 .media-scroll .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-blue-2 .main .news-info li span {
    font-family: "SF Pro Display";
    color: #999999;
}

.pageChanged-blue-2 .news-scroll-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #0072BC;
}

.pageChanged-blue-2 .official-item-img {
    background: #0072BC;
}

.pageChanged-blue-2 .pdf-side {
    background: #0072BC;
}

.pageChanged-blue-2 .download-grey {
    color: #0072BC;
}

.pageChanged-blue-2 .download-grey path {
    stroke: #0072BC;
}

.news-inside .article-comment img {
    max-height: initial !important;
    object-fit: fill;
    margin: 0 20px 20px 0;
    height: auto !important;
    width: 100% !important;
    max-width: 928px;
    max-height: 640px !important;
}

.pagination {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pagination li a, .pagination .page-link {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 17px;
    color: #333333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pagination li + li {
    margin-left: 5px;
    margin-bottom: 10px;
}

.pagination li a:hover, .pagination li a:focus {
    background: #00A875;
    color: white;
}

.page-item.active .page-link {
    background: #00A875;
    color: white;
}

@media (min-width: 320px) and (max-width: 991px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .call-menu {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: relative;
        width: 35px;
        display: inline-block;
        height: 15px;
        padding: 0;
    }

    .call-menu .icon-bar {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        position: absolute;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        background-color: #C4C4C4;
        left: 0;
    }

    .call-menu:hover .icon-bar {
        background-color: #C4C4C4;
    }

    .icon-bar {
        display: inline-block;
        width: 35px;
        height: 2px;
        background-color: #C4C4C4;
    }

    .call-menu span:nth-child(1) {
        top: 0px;
    }

    .call-menu span:nth-child(2) {
        top: 7px;
    }

    .call-menu span:nth-child(3) {
        top: 14px;
    }

    .call-menu.open span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 6px;
    }

    .call-menu.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px;
    }

    .call-menu.open span:nth-child(3) {
        display: none;
    }

    .header-top {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        position: fixed;
        top: 110px;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        background-color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
        /*padding: 15px 30px;*/
    }

    .header-middle {
        padding: 15px;
    }

    .header-middle .search-cover {
        display: none;
    }

    .header-middle .social-list {
        display: none;
    }

    .header-middle .live-link {
        display: none;
    }

    .header-middle .subscribe-link {
        display: none;
    }

    .header-btn-xs {
        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;
        padding: 0 15px 15px 15px;
        background: white;
    }

    .header-btn-xs .subscribe-link, .header-btn-xs .live-link {
        font-size: 16px;
        padding: 6px 13px;
    }

    .menu {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }

    .pageChanged .menu-xs {
        width: 100%;
        margin-top: 20px;
    }

    .menu li a {
        white-space: nowrap;
    }

    .logo {
        margin-right: 0;
    }

    .logo img {
        max-height: 50px;
    }

    .logo-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo-list li {
        width: 100%;
    }

    .logo-list li a {
        width: 100%;
        padding: 15px 0;
        /*border-bottom: 1px solid #F5F5F5;*/
        -webkit-filter: none;
        filter: none;
    }

    .logo-list li + li {
        margin-left: 0;
    }

    .header-top-xs {
        display: block;
    }

    .search-cover {
        min-width: 100%;
    }

    .nav-showed {
        opacity: 1;
        z-index: 99;
    }

    .main-cover {
        display: block;
    }

    .sl-main {
        width: 100%;
    }

    .sl-main .slick-prev, .sl-main .slick-next {
        top: 15px;
    }

    .sl-main .slick-next {
        right: 15px;
    }

    .sl-main .slick-prev {
        right: 50px;
    }

    .main-sm-cover {
        display: none;
    }

    .main-lg {
        height: 225px;
    }

    .main-lg-caption {
        padding: 30px 15px 15px 15px;
    }

    .main-lg-caption h2 {
        font-size: 22px;
        line-height: 130%;
        max-height: 87px;
        overflow: hidden;
    }

    .logo-list li::after {
        position: absolute;
        content: '';
        border-right: none;
        width: 45px;
        height: 30px;
    }

    .main-category {
        top: 15px;
        left: 15px;
    }

    .lang-list-xs {
        /*-webkit-box-flex: 1;*/
        /*-webkit-flex: 1;*/
        /*    -ms-flex: 1;*/
        /*        flex: 1;*/
        text-align: center;
    }

    .lang-list-xs .lang-list {
        margin-left: 0;
    }

    .row-none {
        display: none;
    }

    .sl-news-xs {
        display: none;
        margin: 0 -15px 15px -15px;
    }

    .sl-news-xs .news-item {
        margin: 0 15px;
    }

    .banner-side {
        text-align: center;
    }

    .banner-side img {
        max-width: 100%;
        max-height: 150px;
    }

    .category-main {
        padding-top: 20px;
    }

    .categoryItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .categoryItem-img {
        width: 100%;
    }

    .categoryItem-caption {
        padding: 15px;
    }

    .categoryItem-caption h3 {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 10px;
        max-height: 100%;
    }

    .categoryItem-caption p {
        font-size: 15px;
        line-height: 130%;
        max-height: 100%;
    }

    .categoryItem-base {
        margin-top: 10px;
    }

    .video .main-sm-none {
        display: none;
    }

    .video .pr0 {
        padding-right: 15px;
    }

    .sl-video {
        margin-bottom: 15px;
    }

    .gallerySide-item {
        width: 100%;
    }

    .gallerySide-item-caption h3 {
        font-size: 15px;
        max-height: 45px;
        overflow: hidden;
    }

    .gallerySide .active {
        width: 100%;
    }

    .gallerySide .active .gallerySide-item-caption {
        padding: 15px 20px;
    }

    .gallery-cover {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sl-gallery-inside .slick-prev, .sl-gallery-inside .slick-next {
        top: 15px;
    }

    .sl-gallery-inside .slick-prev {
        left: 15px;
    }

    .gallery-lg {
        height: 220px;
    }

    .gallery-lg-caption {
        padding: 50px 15px 15px 15px;
    }

    .gallery-lg-caption h3 {
        font-size: 22px;
        line-height: 120%;
    }

    .gallery-lg-box {
        width: 100%;
        height: 220px;
    }

    .sl-gallery-main {
        margin-bottom: 15px;
    }

    .partner-item {
        width: 95%;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .copyright {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer .social-list {
        margin-right: 0;
        margin-bottom: unset;
    }

    .footer-base {
        padding: 0;
    }

    .menu-base {
        -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: 30px;
    }

    .menu-base li a {
        font-size: 18px;
    }

    .menu-base li + li {
        margin-left: 0;
        margin-top: 15px;
    }

    .category {
        padding-bottom: 20px;
    }

    .category-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }

    .category-item-img {
        width: 100%;
    }

    .category-item-caption {
        padding-top: 10px;
        padding-left: 0;
    }

    .category-item-caption h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .title {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 130%;
    }

    .title-white {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 130%;
    }

    .article-plain {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .article-plain p {
        font-size: 16px;
        line-height: 150%;
        color: #222222;
    }

    .article-plain p img {
        width: 100% !important;
    }

    .article-plain p + p {
        margin-top: 10px;
    }

    .article-plain p + p img {
        width: 100%;
    }

    .search-result .category-head {
        padding: 10px;
        -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;
    }

    .search-result .category-head span {
        display: block;
        margin-right: 0;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contacts-cover {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .contacts .title {
        margin-bottom: 20px;
    }

    .contact-flex {
        margin-bottom: 20px;
        -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;
    }

    .contact-flex .contact-item + .contact-item {
        margin-left: 0;
        margin-top: 15px;
        padding-left: 0;
        border: none;
    }

    .account {
        padding: 20px 15px;
    }

    .account-head {
        margin-bottom: 10px;
    }

    .account-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account-item p {
        font-size: 16px;
    }

    .account-item p + p {
        margin-left: 0;
        margin-top: 5px;
    }

    .contact-item-detail p {
        font-size: 15px;
    }

    .article-detail {
        margin-top: 20px;
        padding: 0;
        -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;
    }

    .article-detail-item {
        padding: 10px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #F0F0F0;
        width: 100%;
    }

    .article-detail-item + .article-detail-item {
        padding: 10px 15px;
    }

    .article-detail-item:after {
        display: none;
    }

    .article-social {
        margin-left: 0;
        padding: 15px;
    }

    .block-padding {
        padding: 0 15px;
    }

    .block-padding iframe {
        width: 100%;
    }

    .article-comment {
        padding-top: 5px;
    }

    .article-comment .news-info {
        margin-bottom: 10px;
    }

    .article-comment .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .article-comment-img {
        margin-bottom: 10px;
    }

    .article-comment p {
        font-size: 16px;
        left: 120%;
    }

    .article-comment hr {
        margin: 15px 0;
    }

    .article-nav {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .article-nav-item + .article-nav-item {
        margin-top: 20px;
    }

    .telegram-block {
        padding: 15px;
    }

    .telegram-block img {
        max-width: 30px;
        max-height: 30px;
    }

    .telegram-block-caption {
        padding-left: 10px;
    }

    .telegram-block-caption h4 {
        font-size: 15px;
    }

    .telegram-block-caption p {
        font-size: 14px;
    }

    .comment-box {
        margin-bottom: 20px;
    }

    .comment-box-top {
        padding: 15px;
    }

    .comment-box-base {
        padding: 0 15px;
    }

    .form-half-three {
        display: block;
    }

    .form-half-three input {
        width: 100%;
        margin-bottom: 10px;
    }

    input, select, textarea {
        font-size: 16px;
        padding: 15px;
    }

    .btn-green {
        padding: 15px;
        width: 100%;
    }

    .comment-item {
        padding: 10px 0;
    }

    .notFound {
        padding: 40px 0;
    }

    .notFound-caption h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .subscribe-side {
        padding: 20px 15px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .subscribe-content {
        padding: 20px 15px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .subscribe-content h2 {
        font-size: 24px;
    }

    .subscribe-content .form-half {
        margin: 10px 0 0 0;
    }

    .subscribe-time {
        width: 100%;
        margin-bottom: 10px;
    }

    .subscribe-time-cover {
        margin: 15px 0;
        display: block;
    }

    .form-half {
        display: block;
    }

    .form-half input {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-green-flex {
        width: 100%;
        padding: 20px;
        font-size: 18px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pdf-head {
        padding: 20px 20px 0 20px;
    }

    .pdf-head .title {
        margin-bottom: 10px;
    }

    .year-list li a {
        padding-right: 20px;
    }

    .year-list .slick-next {
        padding-left: 10px;
    }

    .year-list .slick-prev {
        padding-right: 10px;
    }

    .month-list li + li {
        margin-left: 20px;
    }

    .pageChanged .header-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 65px;
    }

    .pageChanged .header-middle .menu-new {
        display: none;
    }

    .headerChanged {
        display: block;
    }

    .headerChanged form {
        display: none;
    }

    .headerChanged .quote-img {
        display: none;
    }

    .headerChanged .logo {
        margin-right: 0;
    }

    .headerChanged .logo img {
        max-height: 65px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .menu-new-xs {
        display: none;
        background: white !important;
    }

    .menu-new-xs .menu-new {
        overflow-x: auto;
        white-space: nowrap;
    }

    .slMain .slick-prev, .slMain .slick-next {
        top: -47px;
    }

    .chosen-news-head {
        padding: 15px;
    }

    .chosen-news-head h2 {
        font-size: 20px;
    }

    .chosen-news .categoryItem {
        padding: 15px;
    }

    .chosen-news .categoryItem-img {
        width: 100%;
    }

    .chosen-news .categoryItem-caption {
        padding: 20px 0;
    }

    .pdf-side img {
        height: 300px;
    }

    .official-part .categoryItem-head h2 {
        font-size: 20px;
    }

    .official-part .categoryItem-head a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-btn-xs {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news-scroll-body {
        height: 350px;
    }

    .main-lg {
        height: 420px;
    }

    .gallery .gallerySide a {
        display: block;
        width: 100%;
    }

    .gallery .media-scroll .news-scroll-body {
        height: 630px;
    }

    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .copyright {
        margin-bottom: 0;
        padding-left: 10px;
        text-align: left;
    }

    .footer-base {
        padding: 14px 0;
    }

    .menu-base {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menu-base li a {
        white-space: nowrap;
    }

    .menu-base li + li {
        margin-left: 20px;
        margin-top: 0;
    }

    .category .news-scroll-body {
        height: 650px;
    }

    .contacts .news-scroll-body {
        height: 650px;
    }

    .pageChanged .header-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 65px;
    }

    .pageChanged .header-middle .menu-new {
        margin-left: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 430px;
        white-space: nowrap;
    }

    .pageChanged .header-middle .menu-new li a {
        font-size: 14px;
    }

    .pageChanged .header-middle .menu-new li + li {
        margin-left: 10px;
    }

    .pageChanged .header-middle .lang-list-xs {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .headerChanged {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .headerChanged form {
        display: none;
    }

    .headerChanged .quote-img {
        display: inline-block;
    }

    .headerChanged .quote-img img {
        max-height: 80px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .headerChanged .logo img {
        max-height: 65px;
    }

    .menu-new-xs {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .call-menu {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: relative;
        width: 35px;
        display: inline-block;
        height: 15px;
        padding: 0;
    }

    .call-menu .icon-bar {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        position: absolute;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        background-color: #C4C4C4;
        left: 0;
    }

    .call-menu:hover .icon-bar {
        background-color: #C4C4C4;
    }

    .icon-bar {
        display: inline-block;
        width: 35px;
        height: 2px;
        background-color: #C4C4C4;
    }

    .call-menu span:nth-child(1) {
        top: 0px;
    }

    .call-menu span:nth-child(2) {
        top: 7px;
    }

    .call-menu span:nth-child(3) {
        top: 14px;
    }

    .call-menu.open span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 6px;
    }

    .call-menu.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px;
    }

    .call-menu.open span:nth-child(3) {
        display: none;
    }

    .header-top {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        position: fixed;
        top: 110px;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        background-color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 30px;
        overflow-y: scroll;
    }

    .header-middle {
        padding: 15px;
    }

    .header-middle .search-cover {
        display: none;
    }

    .header-middle .social-list {
        display: none;
    }

    .header-middle .live-link {
        display: none;
    }

    .header-middle .subscribe-link {
        display: none;
    }

    .header-btn-xs {
        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;
        padding: 0 15px 15px 15px;
        background: white;
    }

    .header-btn-xs .subscribe-link, .header-btn-xs .live-link {
        font-size: 16px;
        padding: 6px 13px;
    }

    .menu {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menu li a {
        white-space: nowrap;
    }

    .logo {
        margin-right: 0;
    }

    .logo img {
        max-height: 50px;
    }

    .logo-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo-list li {
        width: 100%;
    }

    .logo-list li a {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #F5F5F5;
        -webkit-filter: none;
        filter: none;
    }

    .logo-list li + li {
        margin-left: 0;
    }

    .header-top-xs {
        display: block;
    }

    .search-cover {
        min-width: 100%;
    }

    .nav-showed {
        opacity: 1;
        z-index: 99;
    }

    .header-btn-xs {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .copyright {
        margin-bottom: 0;
        padding-left: 10px;
        text-align: left;
    }

    .footer-base {
        padding: 14px 0;
    }

    .menu-base {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .menu-base li a {
        white-space: nowrap;
    }

    .menu-base li + li {
        margin-left: 20px;
        margin-top: 0;
    }

    .lang-list-xs {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px;
        text-align: right;
    }

    .gallery-lg-box {
        width: 400px;
    }

    .gallerySide-item {
        width: 253px;
    }

    .gallerySide .active {
        width: 265px;
    }

    .gallerySide-item-caption {
        padding: 15px;
    }

    .gallerySide-item-caption h3 {
        font-size: 15px;
        max-height: 44px;
        overflow: hidden;
    }

    .gallerySide .active .gallerySide-item-caption {
        padding: 15px 20px;
    }

    .category-item {
        padding: 15px;
    }

    .category-item-img {
        width: 250px;
    }

    .category-item-caption {
        padding-left: 20px;
    }

    .article-plain {
        padding: 30px 40px;
    }

    .contacts-cover {
        padding: 30px;
    }

    .account {
        padding: 20px;
    }

    .account-item p {
        font-size: 16px;
    }

    .account-item p + p {
        margin-left: 20px;
    }

    .article-detail {
        margin-top: 20px;
        padding: 0;
        -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;
    }

    .article-detail-item {
        padding: 10px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #F0F0F0;
        width: 100%;
    }

    .article-detail-item + .article-detail-item {
        padding: 10px 15px;
    }

    .article-detail-item:after {
        display: none;
    }

    .article-social {
        margin-left: 0;
        padding: 15px;
    }

    .block-padding {
        padding: 0 15px;
    }

    .article-comment {
        padding-top: 5px;
    }

    .article-comment .news-info {
        margin-bottom: 10px;
    }

    .article-comment .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .article-comment-img {
        margin-bottom: 10px;
    }

    .article-comment p {
        font-size: 16px;
        left: 120%;
    }

    .article-comment hr {
        margin: 15px 0;
    }

    .article-nav {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .article-nav-item + .article-nav-item {
        margin-top: 20px;
    }

    .telegram-block {
        padding: 15px;
    }

    .telegram-block img {
        max-width: 30px;
        max-height: 30px;
    }

    .telegram-block-caption {
        padding-left: 10px;
    }

    .telegram-block-caption h4 {
        font-size: 15px;
    }

    .telegram-block-caption p {
        font-size: 14px;
    }

    .comment-box {
        margin-bottom: 20px;
    }

    .comment-box-top {
        padding: 15px;
    }

    .comment-box-base {
        padding: 0 15px;
    }

    .form-half-three {
        display: block;
    }

    .form-half-three input {
        width: 100%;
        margin-bottom: 10px;
    }

    input, select, textarea {
        font-size: 16px;
        padding: 15px;
    }

    .btn-green {
        padding: 15px;
        width: 100%;
    }

    .comment-item {
        padding: 10px 0;
    }

    .subscribe-side {
        padding: 30px;
    }

    .subscribe-content {
        padding: 30px;
    }

    .pageChanged .header-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 80px;
    }

    /*.pageChanged .header-middle .menu-new {*/
    /*  margin-left: 40px;*/
    /*  display: -webkit-box;*/
    /*  display: -webkit-flex;*/
    /*  display: -ms-flexbox;*/
    /*  display: flex;*/
    /*  -webkit-box-flex: 1;*/
    /*  -webkit-flex: 1;*/
    /*      -ms-flex: 1;*/
    /*          flex: 1;*/
    /*  white-space: nowrap;*/
    /*}*/
    .pageChanged .header-middle .menu-new li a {
        font-size: 15px;
    }

    .pageChanged .header-middle .menu-new li + li {
        margin-left: 20px;
    }

    .pageChanged .header-middle .lang-list-xs {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .headerChanged {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .headerChanged form {
        display: none;
    }

    .headerChanged .logo img {
        max-height: 65px;
    }

    .menu-new-xs {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .logo-list li::after {
        width: 21px;
    }

    .news-scroll-body {
        height: 620px;
    }
}


@media (max-width: 500px) {
    .block-padding iframe {
        max-height: 240px;
    }
}

@media (max-width: 330px) {
    .categoryItem-head h2 {
        font-size: 20px;
    }

    .arrows-rect .slick-prev, .arrows-rect .slick-next {
        top: -45px;
    }

    .header-btn-xs .subscribe-link, .header-btn-xs .live-link {
        font-size: 14px;
        padding: 6px;
    }
}

@media (min-width: 1500px) {
    .logo-list li + li {
        margin-left: 40px;
    }

    .search-cover {
        min-width: 665px;
    }

    .main-sm {
        width: 450px;
        margin-left: 30px;
    }

    /*.partner-item {*/
    /*  width: 300px;*/
    /*}*/
    .category-item {
        padding: 30px;
    }

    .category-item-img {
        width: 280px;
    }

    .category-item-caption {
        padding-left: 50px;
    }

    .category-item-caption h2 {
        max-width: none;
        font-size: 30px;
    }

    .category-item-caption p {
        max-width: none;
        font-size: 20px;
        max-height: 75px;
    }

    .news-side h3 {
        font-size: 16px;
    }

    .article-plain p {
        font-size: 24px;
    }

    .pdf-item-img {
        height: 300px;
    }

    .headerChanged form .search-cover {
        max-width: 900px;
    }
}


.block-padding p strong img {
    max-height: initial !important;
    object-fit: fill;
    height: auto;
    margin: 0 20px 20px 0;
    width: 200px !important;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .pageChanged .header-middle .menu-new {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .pageChanged .header-middle .menu-new {
        display: none;
    }

    .ic-glasses {
        margin-left: 75px;
        margin-right: 0;
    }
}


.container__radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

/* Hide the browser's default radio button */
.container__radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container__radio .custom__plus {
    position: absolute;
    top: 27px;
    right: 14px;
    height: 4px;
    width: 29px;
    background-color: #00A875;
}

.container__radio .custom__plus:before {
    content: '';
    height: 4px;
    width: 29px;
    background-color: #00A875;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0px;
    transition: all ease 0.3s;
}


/* When the radio button is checked, add a blue background */
.container__radio input:checked ~ .custom__plus {
    background-color: #bb0101;
}

.container__radio input:checked ~ .custom__plus:before {
    transform: rotate(180deg);
    background-color: #bb0101;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/*.container__radio .checkmark:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    display: none;*/
/*}*/

/* Show the indicator (dot/circle) when checked */
.container__radio input:checked ~ .custom__plus:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container__radio .custom__plus:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*-------------------------------*/


.subscribe_time_container {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

/* Hide the browser's default radio button */
.subscribe_time_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.subscribe_checkmark {
    position: absolute;
    top: 29px;
    right: 11px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.subscribe_time_container:hover input ~ .subscribe_checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.subscribe_time_container input:checked ~ .subscribe_checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.subscribe_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.subscribe_time_container input:checked ~ .subscribe_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.subscribe_time_container .subscribe_checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.payment__success__block {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 10px;
}

.payment__success {
    font-size: 30px;
    margin: 0px 0px 25px 0px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.return__back {
    padding: 10px 13px;
    border-radius: 3px;
    font-size: 18px;
    background-color: #008000;
    transition: all ease 0.3s;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.return__back:hover {
    background-color: #005800;
}


/*---------------------*/


.article-nav .slick-slider {
    min-width: 0;
    padding: 0px 20px;
}

.article-nav .slick-list {
    overflow: hidden;
}

.article-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav__slider {
    position: relative;
}

@media (max-width: 767px) {
    .slider {
        padding: 0px 40px;
    }
}

.nav__slider .slick-arrow {
    position: absolute;
    top: 45%;
    margin: 0px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 42px;
    height: 38px;
    outline: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.nav__slider .slick-arrow.slick-prev {
    left: 0;
    background: url("../img/sl-arrow_l.svg") 0 0/100% no-repeat;
}

.nav__slider .slick-arrow.slick-next {
    right: 0;
}

.nav__slider .slick-arrow.slick-prev:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    transform: rotate(
            45deg
    );
    background-color: #747474;
    bottom: 15px;
    left: 0;
}

.nav__slider .slick-arrow.slick-prev:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    transform: rotate(
            -45deg
    );
    background-color: #747474;
    top: 8px;
    left: 0;
}


.nav__slider .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    transform: rotate(
            -45deg
    );
    background-color: #747474;
    bottom: 15px;
    right: 0;
}

.nav__slider .slick-arrow.slick-next:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    transform: rotate(
            45deg
    );
    background-color: #747474;
    top: 8px;
    right: 0;
}


.nav__slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.article-nav .slider__item {
    padding: 0px 15px;
    outline: none;
}

.article-nav .slider__item img {
    max-width: 100%;
}


.nav__slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.nav__slider .slick-dots li.slick-active button {
    background-color: transparent;
    border: 1px solid #fff;
}

.nav__slider__block {
    position: relative;
    padding: 15px;
    border-radius: 4px;
    height: 165px;
}

.nav__slider__block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.nav__slider__block .nav__slider__block__content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.nav__slider__block__title{
    font-size: 18px !important;
    line-height: 120% !important;
    color: #FFFFFF !important;
    font-family: "SF Pro Display Bold" !important;
    max-height: 87px;
    overflow: hidden;
    margin-bottom: 15px;
}

.nav__slider__block__sub{
    font-size: 15px !important;
    line-height: 120% !important;
    color: rgba(255, 255, 255, 0.6) !important;
}