@font-face {
    font-family: 'BPG2017DejaVuSans';
    src: url('/assets/fonts/BPG2017DejaVuSans/BPG2017DejaVuSans.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BPG2017DejaVuSans/BPG2017DejaVuSans.woff') format('woff'), url('/assets/fonts/BPG2017DejaVuSans/BPG2017DejaVuSans.ttf') format('truetype'), url('/assets/fonts/BPG2017DejaVuSans/BPG2017DejaVuSans.svg#BPG2017DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG2017DejaVuSans-Bold';
    src: url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.woff') format('woff'), url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.ttf') format('truetype'), url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.svg#BPG2017DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG2017DejaVuSans-Caps';
    src: url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.woff') format('woff'), url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.ttf') format('truetype'), url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.svg#BPG2017DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT GEO';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue.eot');
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue.woff2') format('woff2'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue.woff') format('woff'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue.svg#Helvetica Neue LT GEO') format('svg');
}

@font-face {
    font-family: 'Helvetica-Neue-Bold';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.eot');
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.woff') format('woff'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.svg#Helvetica Neue LT GEO') format('svg');
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #F7F7F7;
}

:root {
    --light-gray: #EBEBEB;
    --dark-gray: #9E9E9E;
    --darker-gray: #666666;
    --black: #212121;
    --red: #D81B22;
    --blue: #0962AB;
    --dark-blue: #0a4c82;
    --blue-hover: #074c86;
}

a {
    text-decoration: none;
    color: unset;
}

p {
    margin: 0;
}

.navbar-wrapper {
    background-color: #FFFFFF;
}

.navbar {
    background-color: white;
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.navbar .logo {
    height: 70px;
    width: auto;
}

.bold {
    font-weight: bold;
}

.facebook-share {
    position: relative;
}

.facebook-share .fb-share-btn {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.facebook-share:hover .fb-share-button {
    filter: brightness(90%);
}

.fb-share-button {
    transition: .1s ease;
}

.navbar .date {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .9rem;
    color: var(--dark-gray);
}

.menu-wrapper {
    width: 100%;
    height: 44px;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}


.green-btn {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 25px 10px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #62a860;
    color: white;
    position: fixed;
    top: 100px;
    right: -15px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 50;
}

.green-btn:hover {
    background-color: #F15C5A;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.green-btn:focus {
    background-color: #c54d4b;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.menu-wrapper .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
}

.menu-wrapper .menu li {
    display: inline-block;
    position: relative;
}

.menu-wrapper .menu > li:not(:last-child) {
    margin-right: 30px;

}

.menu-wrapper .menu li a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.74);
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    transition: color .2s ease;
}

.menu-wrapper .menu .sub-menu li a {
    color: var(--blue);
}

.menu-wrapper .menu .sub-menu li a:hover {
    color: var(--blue-hover);
}

.menu-wrapper .menu li a:hover {
    color: white;
}

.menu-wrapper > .menu .sub-menu {
    -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.24);
    border-radius: 13px;
    position: absolute;
    right: 0;
    top: 32px;
    margin: 0;
    background-color: white;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(.9);
    -moz-transform: scaleY(.9);
    -ms-transform: scaleY(.9);
    transform: scaleY(.9);
    transition: all 250ms ease;
    padding: 20px;
}

.menu-wrapper > .menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
    z-index: 6;
}

.menu-wrapper > .menu .sub-menu .keep-opened {
    position: absolute;
    top: -12px;
    right: 0;
    width: 130px;
    height: 12px;
    background-color: transparent;
}

.menu-wrapper > .menu .sub-menu li {
    display: block;
    position: relative;
    line-height: 200%;
}

.navbar .search {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--light-gray);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    border-radius: 11px;
    width: 280px;
    height: 48px;
    padding: 4px;
}

.navbar .search input {
    padding-left: 12px;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    background-color: transparent;
    border: 0;
    width: 232px;
    height: 100%;
    outline: none;
}

.navbar .search .btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    display: inline-flex;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    transition: background-color .2s ease;
}

.navbar .search .btn:hover {
    background-color: var(--blue-hover);
}

.navbar .socials a:not(:last-child) {
    margin-right: 10px;
}

.navbar .socials {
    cursor: default;
}


.navbar .socials .langs {
    display: inline-block;
}

.navbar .socials .langs a {
    color: #666666;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
}

.navbar .socials .langs a.active {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    color: #212121;
}

.main-slider .title-slider .swiper-slide-active .title {
    color: var(--blue);
    font-weight: bold;
}

.main-slider .main .content .gradient {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 13px;
}

.main-slider {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 16px;
}

.main-slider .main {
    position: relative;
}

.main-slider .main .content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    line-height: 150%;
    z-index: 4;
    padding: 10px;
}

.main-slider .main img {
    width: 100%;
    height: auto;
    border-radius: 13px;
    display: block;
}

.title-slider {
    max-height: 288px !important;
}

.main-slider .main .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 288.016px;
    border-radius: 13px;
    z-index: 2;
}

.main-slider .main {
    max-width: 511px !important;
}

.main-slider .main .category-date {
    color: rgba(255, 255, 255, 0.74);
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    z-index: 3;
    display: block;
}

.main-slider .main .title {
    color: white;
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1.2rem;
    line-height: 150%;
    z-index: 4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.main-slider .main .arrows {
    background: rgba(0, 0, 0, 0.32);
    border-radius: 9px;
    width: 60px;
    height: 35px;
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background .2s ease;
    z-index: 5;
}

.main-slider .main .arrows img {
    cursor: pointer;
    padding: 7px;
    transition: opacity .2s ease;
    opacity: .6;
    width: 33px;
}

.main-slider .main .arrows .prev-btn {
    transform: rotate(180deg);
}

.main-slider .main .arrows .next-btn {
    transform: rotate(0deg);
}

.main-slider .main .arrows img:hover {
    opacity: 1;
}

.main-slider .main .arrows:hover {
    background: rgba(0, 0, 0, 0.58);
}

.main-slider .main .vl {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0 5px;
    height: 11px;
}

.news-edit-btn {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    border: 1px solid #e8e8e8;
    font-size: 10px;
    padding: 10px;
    color: var(--dark-blue);
}

.font-resize .decrease-size, .font-resize .increase-size {
    color: var(--blue);
    transition: color .2s ease;
    cursor: pointer;
}

.font-resize .copy-url-btn:hover {
    color: var(--blue);
    transition: color .2s ease;
}

.font-resize .copy-message {
    position: absolute;
    visibility: hidden;
    background: var(--blue) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    opacity: 0;
    top: calc(100% + 5px);
    border-radius: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.font-resize .fa-text-height {
    color: var(--dark-blue);
}

.font-resize .copy-url-btn {
    border-radius: 50%;
    background-color: #d8d8de;
    display: inline-block;
    padding: 4px 6px;
    cursor: pointer;
}

.font-resize .decrease-size:hover, .font-resize .increase-size:hover {
    color: var(--dark-blue);
}

.main-slider .title-news .title {
    display: block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    color: var(--black);
    font-size: 0.875rem;
    padding: 15px 0;
    transition: color .2s ease;
}

.main-slider .title-news .title:hover {
    color: var(--blue-hover);
}

.title-slider .swiper-slide:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.main-slider .photo-news {
    display: flex;
    justify-content: space-between;
}

.main-slider .photo-news .news {
    width: 185px;
}

.main-slider .photo-news .news img {
    border-radius: 13px;
    width: 100%;
    height: auto;
    display: block;
}

.main-slider .photo-news .category-date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .7rem;
}

.main-slider .photo-news .category:hover {
    color: var(--blue-hover);
}

.main-slider .photo-news .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 0.813rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
}

.main-slider .photo-news .title:hover {
    color: var(--blue-hover);
}

.section-small .news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px;
}

.section-small .news img {
    display: block;
    border-radius: 12px;
    width: 106px;
    height: auto;
}

.section-small .news .date {
    color: var(--darker-gray);
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .8rem;
}

.section-small .news .content {
    margin-left: .8rem;
}

.section-small .news .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
    word-break: break-word;
}

.section-title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1.3rem;
    color: var(--darker-gray);
}

.section-big .news {
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px;
    min-height: 301.250px;
    box-sizing: content-box;
}

.section-big .news img {
    width: 238.984px;
    border-radius: 13px;
}

.section-big .news .category-date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .8rem;
    transition: color .2s ease;
}

.section-big .news .date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .8rem;
}

.section-big .news .category:hover {
    color: var(--blue-hover);
}

.section-big .news .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
}

.bullet {
    font-size: .7rem;
}

.section-medium .news {
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px;
}

.section-medium .news img {
    width: 167.750px;
    height: auto;
    border-radius: 13px;
}

.section-medium .news .date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .8rem;
    transition: color .2s ease;
}

.section-medium .news .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: .8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
}

[data-clp-time-printed="false"] {
    opacity: 0;
}

.section-big-smalls .news.big {
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 16px;
    min-height: 495.625px;
}

.section-big-smalls .news.big img {
    width: 365.500px;
    height: auto;
    border-radius: 13px;
}

.section-big-smalls .news.big .date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .9rem;
}

.section-big-smalls .news.big .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    color: var(--black);
    transition: color .2s ease;
}

.section-big-smalls .news.big .description {
    color: var(--darker-gray);
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}

.section-big-smalls .news.small {
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px;
    min-height: 236px;
}

.section-big-smalls .news.small img {
    width: 167.750px;
    border-radius: 13px;
}

.section-big-smalls .news.small .date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .75rem;
}

.section-big-smalls .news.small .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: .8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 140%;
    color: var(--black);
    transition: color .2s ease;
}

.section-big-smalls .row:nth-child(2) div:nth-child(3), .section-big-smalls .row:nth-child(2) div:nth-child(4) {
    margin-top: 1.5rem;
}

.section-big .news .title:hover, .section-medium .news .title:hover, .section-small .news .title:hover, .section-big-smalls .news .title:hover {
    color: var(--blue-hover);
}

.section-wide {
    background: rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.section-wide .section-big .news img {
    width: 239px;
}

.sidebar {
    position: sticky;
    top: 10px;
}

.sidebar .big-news {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 8px;
}

.sidebar .big-news img {
    width: 239px;
    border-radius: 13px;
}

.sidebar .big-news .category-date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .8rem;
    transition: color .2s ease;
}

.sidebar .big-news .category-date .category:hover {
    color: var(--blue-hover);
}

.sidebar .big-news .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    color: var(--black);
    transition: color .2s ease;
    margin-bottom: 10px;
}

.sidebar .big-news .title:hover {
    color: var(--blue-hover);
}

.sidebar .timeline {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px 8px 15px;
}

.sidebar .timeline .timeline-title {
    background-color: var(--blue);
    padding: 16px;
    color: white;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    border-radius: 13px;
}

.sidebar .timeline .date {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 0.75rem;
    color: var(--darker-gray);
    margin-top: 2px;
}

.sidebar .timeline .clock-divider {
    color: var(--blue);
    text-align: center;
    overflow-y: clip;
    margin-top: 2px;
}

.sidebar .timeline .vl {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 5px;
    height: 100%;
}

.sidebar .timeline .title {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 0.813rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
}

.sidebar .timeline .title:hover {
    color: var(--blue-hover);
}

.sidebar .timeline .news:not(:first-child) {
    padding-top: 10px;
    border-top: 1px solid #F2F2F7;
}

.sidebar .timeline .news {
    display: flex;
    justify-content: space-between;
}

.sidebar .slider {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 8px;
    position: relative;
}

.sidebar .slider img {
    width: 100%;
    height: auto;
    border-radius: 13px;
}

.sidebar .slider .category {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 0.813rem;
    color: var(--blue);
    display: block;
}

.sidebar .slider .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1rem;
    color: var(--black);
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s ease;
}

.sidebar .slider .title:hover {
    color: var(--blue-hover);
}

.sidebar .slider .arrows {
    background: rgba(0, 0, 0, 0.32);
    border-radius: 9px;
    width: 60px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background .2s ease;
    z-index: 5;
}

.sidebar .slider .arrows img {
    cursor: pointer;
    padding: 7px;
    transition: opacity .2s ease;
    opacity: .6;
    width: 33px;
}

.sidebar .slider .arrows .prev-btn {
    transform: rotate(180deg);
}

.sidebar .slider .arrows .next-btn {
    transform: rotate(0deg);
}

.sidebar .slider .arrows img:hover {
    opacity: 1;
}

.sidebar .slider .arrows:hover {
    background: rgba(0, 0, 0, 0.58);
}

.sidebar .slider .vl {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0 5px;
    height: 11px;
}

.sidebar .news-list {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 4%);
    border-radius: 16px;
    padding: 8px 8px 15px;
}

.sidebar .news-list .list-title {
    background-color: var(--blue);
    padding: 16px;
    color: white;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    border-radius: 13px;
}

.sidebar .news-list .news {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.sidebar .news-list .news:not(:last-child) {
    border-bottom: 1px solid #F2F2F7;
}

.sidebar .news-list .news img {
    width: 80px;
    height: auto;
    border-radius: 11px;
    display: block;
}

.sidebar .news-list .news .date {
    color: var(--darker-gray);
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .7rem;
}

.sidebar .news-list .news .title {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .85rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
    word-break: break-word;
}

.sidebar .news-list .news .title:hover {
    color: var(--blue-hover);
}


.sort {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 9px;
    padding: 24px;
    height: 40px;
    transition: box-shadow .2s ease;
    position: relative;
    justify-content: space-between;
}

.sort-btn {
    position: relative;
}

.sort .dropdown {
    border-radius: 9px;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
    background-color: white;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(.9);
    -moz-transform: scaleY(.9);
    -ms-transform: scaleY(.9);
    transform: scaleY(.9);
    transition: all 250ms ease;
    padding: 12px;
    -webkit-box-shadow: 0px 16px 48px rgb(0 0 0 / 24%);
    box-shadow: 0px 16px 48px rgb(0 0 0 / 24%);
}

.sort .dropdown .keep-opened {
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0;
    height: 10px;
    z-index: 1;
}

.sort .dropdown p {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    transition: color .2s ease;
    font-size: .9rem;
}

.sort .dropdown p:hover a {
    color: var(--red);
}

.sort-btn {
    cursor: pointer;
}

.sort-btn:hover .dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
    z-index: 6;
}

.sort .dropdown p a {
    color: var(--dark-blue);
}

.sort span {
    font-size: 16px;
}

.gray-text {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 1rem;
    color: var(--darker-gray);
}

.bold-blue {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    color: var(--blue);
}

.list-view .news {
    background: #FFFFFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.list-view .news img {
    width: 250px;
    height: auto;
    border-radius: 13px;
    display: block;
}

.list-view .news .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 187.500px;
}

.list-view .news .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--black);
    transition: color .2s ease;
}

.list-view .news .title:hover {
    color: var(--blue-hover);
}

.list-view .news .description {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    color: var(--darker-gray);
}

.list-view .news .category-date {
    color: var(--darker-gray);
    cursor: default;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: .9rem;
}

.list-view .news .category-date .category:hover {
    color: var(--blue-hover);
}

.load-more-btn {
    background-color: var(--blue);
    width: 100%;
    height: 56px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 16px;
    padding: 16px;
    letter-spacing: .3px;
    transition: background-color .2s ease;
    cursor: pointer;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.16);
    border-radius: 13px;
}

.load-more-btn:hover {
    background-color: var(--blue-hover);
    color: white;
}

.news-content .title {
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
}

.news-content .category-date .category {
    color: var(--blue);
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    font-size: 0.938rem;
}

.news-content .category-date .category:hover {
    color: var(--blue-hover);
}

.news-content .category-date .date {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    color: var(--darker-gray);
    font-size: 0.938rem;
}

.news-content .main-img {
    border: 6px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 40px rgba(0, 0, 0, 0.08));
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.news-content .news-text p {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 1rem;
}

.news-content .news-text * {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
}

.news-content .news-text a {
    color: var(--blue);
}

.news-content .news-text a:hover {
    color: var(--blue-hover);
}

.news-content .terms-of-use {
    display: block;
    text-decoration-line: underline;
    color: var(--darker-gray);
    font-size: .9rem;
    transition: color .2s ease;
    font-style: italic;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
}

.news-content .terms-of-use:hover {
    color: var(--blue-hover);
}

.other-news .other-news-title {
    background-color: var(--blue);
    width: 100%;
    height: 56px;
    color: white;
    display: flex;
    align-items: center;
    border: 0;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 16px;
    padding: 16px;
    letter-spacing: .3px;
    border-radius: 13px;
}

.forecast {
    max-width: 255px;
    width: 100%;
    height: 405px;
    display: block;
    margin: 0 auto;
}

.footer {
    background: #2C2C2E;
    padding: 40px 0;
}

.footer .pages {
    color: rgba(255, 255, 255, 0.74);
    font-size: .9rem;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    transition: color .2s ease;
}

.footer .socials {
    cursor: default;
}

.forecast-currency {
    width: 100%;
    height: 315px;
}

.footer .socials a i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
    transition: color .2s ease;
}

.footer .socials a:not(:last-child) {
    margin-right: 10px;
}

.footer a:hover, .footer a:hover i {
    color: white;
}

.sidebar .facebook-feed {
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.04));
    border-radius: 16px;
    padding: 2px 2px 0 2px;
    background-color: white;
}

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

#clp-redirect {
    cursor: pointer;
    display: block;
}

.text-right {
    text-align: right;
}

.sidebar .facebook-feed iframe {
    border-radius: 16px;
}

@media screen and (max-width: 1199px) {

    .forecast-currency {
        width: 100%;
    }


    .sidebar .facebook-feed iframe {
        width: 206px !important;
    }

    .main-slider .photo-news .category-date {
        font-size: .57rem;
    }

    .main-slider .main {
        width: 376px;
    }

    .section-small .news {
        padding: 6px;
    }

    .section-small .news .title {
        font-size: .8rem;
    }

    .section-small .news img {
        width: 90px;
    }

    .section-big.interesting .news {
        min-height: 262px;
    }

    .main-slider .photo-news .news {
        width: 150px;
    }

    .main-slider .title-news .title {
        padding: 10px 0;
    }

    .section-big .news img {
        width: 194px;
    }

    .section-big .news .category-date {
        font-size: .8rem;
    }

    .section-big .news .title {
        font-size: .9rem;
    }


    .section-medium .news img {
        width: 134px;
    }

    .section-medium .news .date {
        font-size: .7rem;
    }

    .section-big-smalls .news.big img {
        width: 298px;
    }

    .section-big-smalls .news.small {
        min-height: 208px;
    }

    .section-big-smalls .news.small img {
        width: 134px;
    }

    .section-big-smalls .news.small .title {
        font-size: .75rem;
    }

    .section-wide .section-big .news img {
        width: 194px;
    }

    .section-big-smalls .news.big {
        min-height: 298px;
    }

    .sidebar .big-news img {
        width: 194px;
    }

    .sidebar .big-news .category-date {
        font-size: .75rem;
    }

    .sidebar .news-list .news img {
        width: 70px;
    }

    .sidebar .news-list .news .title {
        font-size: .7rem;
    }

    .main-slider .main .title {
        font-size: 1rem;
        bottom: 20px;
    }

    .main-slider .main .overlay {
        height: 211.922px;
    }

    .main-slider .main .category-date {
        bottom: 155px;
        font-size: .9rem;
    }

    .main-slider .title-news a:first-child {
        padding-top: 0;
    }
}
