@font-face {
    font-family: 'NokiaLargeAz';
    src: url('../fonts/Nokia Large v1.1.ttf') format('truetype');
}

@font-face {
    font-family: 'CambriaMath';
    src: url('../fonts/Cambria-Font-For-Linux.ttf') format('truetype');
}

@media only screen and (min-width: 1200px) {
    body {
        overflow-x: hidden;
        background-color: #efefef;
    }
}

* {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    color: #eee !important;
}

.ellipsify {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* scroll */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #c7c7c7;
}

::-webkit-scrollbar-thumb {
    background: #de0000;
}

::-webkit-scrollbar-thumb:hover {
    background: #3f8dcd;
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-color: #003865;
    cursor: pointer;
    border-radius: 2px;
    line-height: 32px;
    z-index: 32;
}

#scrollTop i {
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}

.container {
    min-width: 1220px !important;
}

ul.valute-list, ul.socials, ul.static-pages {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.socials .social-item {
    float: left;
    padding: 5px 6px;
}

ul.socials .social-item a {
    text-decoration: none;
    color: #fff;
    font-size: 24px !important;
    font-stretch: condensed;
    line-height: 70px;
}

.header-second {
    background-color: #134b8c;
    height:115px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 110px;
    padding-right: 110px;
}

.header-second .logo img {
    padding: 0% 0px;
}

.input-search-group {
    width: 85%;
}

.btn-search {
    background-color: #ebebeb;
    color: #989898;
    border: none !important;
}

.input-search {
    border-right-width: 0px !important;
}

.navbar {
    height: 35px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 110px;
    padding-right: 110px;
    background-color: #002552 !important;
}

.nav-item {
    padding: 0px 0px;
}

.nav-link {
    font: 14px Arial;
    color: #fff !important;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    background-color: #134b8b !important;
    color: #fff !important;
}

/* Right section */
.custom-box-shadow {
    box-shadow: 0px -1px 4px #dcdcdc !important;
    border-radius: 8px;
    background: #fff;
}

.nl-header {
    height: 45px;
    border-bottom: 2px solid #3f8dcd;
}

.nl-title {
    display: inline-block;
    float: left;
    font: 20px/45px 'NokiaLargeAz', Arial;
}

.nl-main {
    width: 100%;
    min-height: 50px;
}

.nl-item {
    padding: 15px 6px;
    min-height: 50px;
    border-bottom: 1px solid #f6f6f6;
}

.nl-item a {
    color: #000 !important;
    text-decoration: none;
    float: left;
}

.nl-item a:hover {
    color: #0068e0 !important;
}

.nl-date {
    background-color: #f6f6f6;
    font: 13px/25px Arial;
    display: inline-block;
    float: left;
}

.nl-item-title {
    font: 15px 'NokiaLargeAz', Arial;
    min-height: 25px;
    margin: 0px;
    float: left;
}

.nl-date-title {
    cursor: pointer;
    background-color: #f6f6f6;
    font: 14px Arial;
    color: #0068e0;
}

.nl-footer {
    height: 30px;
    text-align: center;
    background-color: #0b4ea2;
}

.nl-all {
    display: inline-block;
    text-decoration: none;
    font: 18px/30px 'NokiaLargeAz';
    color: #fff;
}

.mr-header,
.cs-header {
    height: 45px;
}

.mr-title,
.cs-title {
    background: #fff;
    display: inline-block;
    float: left;
    font: 20px/45px 'NokiaLargeAz', Arial;
}

#newsTab li {
    width: 33%;
    padding: 0px;
    margin: 0px;
}

#newsTab li > button {
    border-radius: 0px;
    border: 0px;
    padding: 6px;
    margin: 0px auto;
    background-color: #e1e1e1;
    font: bold 17px 'CambriaMath';
    color: #000 !important;
}

#newsTab li > button:hover,
#newsTab li > button.active {
    background-color: #ed1c24;
    color: #fff !important;
}

.mr-tab-first-item img {
    /*border-radius: 20px;*/
}

.mr-tab-first-item .date-views {
    color: #65a1cf !important;
}

.mr-tab-first-item .date-views span {
    font: 13px Arial;
}

.mrtfi-title {
    font: 20px 'NokiaLargeAz';
}

.mrtfi-title a {
    text-decoration: none;
    color: #000 !important;
}

.mrtfi-title a:hover,
.mr-tab-item a:hover h4 {
    color: #0068e0 !important;
}

.mrt-item h4 {
    font: 15px/20px 'NokiaLargeAz';
    color: #000 !important;
}

.mrt-item span {
    font: 11px Arial;
    color: #ae0834;
}

.mr-tab-item img {
    border-radius: 8px;
}

.cs-header.cs-bg-dots {
    background: url('../img/bg_dots.png') no-repeat;
    background-position: center;
    background-repeat-x: repeat;
}

.cs-header .cs-slider-arrows {
    background: #fff;
    min-width: 10px;
    height: 100%;
}

.cs-header .cs-slider-arrows span {
    display: inline-block;
    padding: 8px 12px;
    width: 50%;
    height: 100%;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.cs-slider-item {
    text-decoration: none;
    color: #000;
}

.cs-slider-item:hover {
    color: #0068e0 !important;
}

.cs-slider-item .cs-slider-title {
    font: 16px/21px Arial;
}

.cs-slider-img {
    height: 200px;
    object-fit: scale-down;
}

/* main slider */
.main-slider-item {
    position: relative;
}

.ms-text-info {
    background: url('../img/slider_title_bg.png') repeat-x;
    background-size: contain;
    position: absolute;
    bottom: 32px;
    text-decoration: none;
    color: #fff;
}

a.ms-text-info:hover {
    color: #fff !important;
}

a.ms-text-info:hover .ms-title {
    color: #f00000;
}

.ms-category {
    font: 17px Arial;
    background-color: #cb0000;
}

.ms-title {
    font: 32px/40px 'NokiaLargeAz';
}

.main-slider .slick-dots {
    display: table;
    left: 0;
    bottom: 0;
    height: 32px;
}

.main-slider .slick-dots li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #dc251f;
    border-right: 1px solid #fff;
}

.main-slider .slick-dots li:last-child {
    border: 0px !important;
}

.main-slider .slick-dots li span {
    font: bold 20px/32px Arial;
    color: #fff;
}

.main-slider .slick-dots li.slick-active {
    background: #bb221f;
}

.main-slider .prev-arrow,
.main-slider .next-arrow {
    background: url(../img/arrow-slider.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    height: 60px;
    width: 30px;
    z-index: 9;
    top: 40%;
}

.main-slider .prev-arrow {
    transform: rotate(180deg);
    left: 5px;
}

.main-slider .next-arrow {
    right: 5px;
}

.main-slider-right,
.main-slider,
.main-slider-item,
.main-slider .slick-slide {
    height: 465px !important;
}

/* Right slider */
.main-slider-right {
}

.msr1-item {
    background: #fff;
    text-decoration: none;
    color: #000;
}

.msr1-item:hover h4 {
    color: #002652 !important;
}

.msr1i-box {
}

.msr1i-box img {
    height: 120px;
}

.msr1i-box h4 {
    font: 20px/20px 'NokiaLargeAz';
    height: 60px;
    overflow: hidden;
    margin: 6px;
}

/* style-1 */
.style-1 .s1-header {
    height: 40px;
    background: #000;
}

.s1h-title {
    position: relative;
    cursor: pointer;
    min-width: 180px;
    height: 44px;
    padding: 0px 15px 0px 5px;
    margin: -2px 0px;
    font: 19px/44px Arial;
    background-color: #0b4ea2;
    color: #fff;
}

.s1h-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #0b4ea2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -5px;
    left: 20px;
}

.s1h-all {
    text-decoration: none;
    font: 16px/40px 'NokiaLargeAz';
    color: #fff;
}

.s1h-all:after {
    content: ' \2794';
}

.s1c-item {
    text-decoration: none;
}

.s1ci-box-shadow {
    box-shadow: 0px 2px 4px #dcdcdc !important;
    border-radius: 8px;
    height: 375px;
}

a.s1c-item:hover h4 {
    color: #0068e0 !important;
}

.s1c-item img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.s1c-item h4 {
    font: 21px/25px Arial;
    letter-spacing: -1px;
    color: #000;
    height: 175px;
}

.s1ci-footer {
    font: 12px Arial;
    color: #65a1cf;
}

/* style-2 */
.style-2 {
    background-color: #373737;
}

.s2-header {
    height: 44px;
    background-color: #1b1b1b;
}

.s2h-title {
    font: 23px/44px Arial;
    color: #fff;
    text-transform: uppercase;
}

.s2h-slider-arrows span {
    width: 30px;
    height: 28px;
    cursor: pointer;
    background-color: #c90914;
    color: #fff;
    line-height: 28px;
}

.s2c-item {
    text-decoration: none;
}

.s2c-item img {
    border: 1px solid #fff;
}

.s2ci-box {
    background-color: #fff;
    height: 375px;
}

a.s2c-item:hover h4 {
    color: #0068e0 !important;
}

.s2c-item h4 {
    font: 21px/25px Arial;
    letter-spacing: -1px;
    color: #000;
    height: 131px;
}

.s2ci-image-box {
    position: relative;
}

.s2ci-footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    font: 12px/25px Arial;
    color: #65a1cf;
    background: rgba(0, 0, 0, .5);
    height: 25px;
}

.s2ci-footer span {
    color: #fff;
}

/*  style-3 */
.style-3 {
    background-color: #fff;
}

.s3-header {
    height: 44px;
}

.s3h-title {
    font: 23px/44px Arial;
    color: #000;
    text-transform: uppercase;
}

.s3h-slider-arrows span {
    width: 21px;
    height: 28px;
    cursor: pointer;
    color: #1877d5;
    line-height: 28px;
}

.s3h-slider-arrows span i {
    font-size: 20px;
    font-weight: bolder;
}

.s3c-item {
    text-decoration: none;
}

.s3ci-box {
    background-color: #fff;
}

a.s3c-item:hover h4 {
    color: #0068e0 !important;
}

.s3c-item h4 {
    font: 21px/25px Arial;
    letter-spacing: -1px;
    color: #000;
}

/* style-4 */
.style-4 .s4c-item-box img {
    padding: 5px 0px;
    margin: 0px;
    height: 100px;
}

.s4-header {
    height: 25px;
    background-color: #fff;
}

.s4h-title {
    font: 22px/25px 'CambriaMath';
    color: #002652;
    text-transform: uppercase;
    border-bottom: 5px solid #002551;
}

.s4c-item-box, .s4h-title {
    background-color: #fff;
}

.s4c-item a {
    text-decoration: none;
    height: 100px;
}

.s4c-item-box {
    padding: 5px;
    border-bottom: 1px solid #efefef;
}

a.s4ci-box:hover h4 {
    color: #0068e0 !important;
}

.s4c-item h4 {
    font: 15px/18px Arial;
    color: #000;
}

/* style-5 */
.style-5 {
    background: #fff;
}

.s5-header {
    height: 40px;
    background: #efefef;
    border-left: 10px solid #00172b;
}

.s5h-title {
    position: relative;
    cursor: pointer;
    min-width: 180px;
    height: 40px;
    padding-left: 15px;
    font: 30px/40px 'CambriaMath';
    background-color: #fff;
    color: #00182c;
}

.s5h-all {
    text-decoration: none;
    font: 16px/40px 'NokiaLargeAz';
    color: #00182c;
}

.s5h-all:after {
    content: ' \2794';
}

.s5h-all:hover {
    color: #0068e0 !important;
}

.s5c-item {
    text-decoration: none;
}

.s5ci-box-shadow {
    position: relative;
}

a.s5c-item:hover h4 {
    color: #0068e0 !important;
}

.s5c-item img {
    border: 0px;
    height: 255px;
}

.s5c-item h4 {
    font: 21px/25px Arial;
    letter-spacing: -1px;
    color: #000;
    min-height: 50px;
}

.s5ci-footer {
    position: absolute;
    top: 15px;
    left: 0;
    font: 12px/25px Arial;
    color: #65a1cf;
    background: rgba(0, 0, 0, .5);
    height: 25px;
}

.s5ci-footer span {
    color: #fff;
}

.style-1 img,
.style-2 img,
.style-3 img {
    /*background-color: #fff;*/
    height: 175px !important;
    /*object-fit: scale-down;*/
}

/* footer */
.footer-container {
    border-top: 4px solid #01437f;
    border-bottom: 4px solid #fff;
    background-color: #222222;
}

.f.list-group {
    border: 0px;
    border-radius: 0px;
    background: transparent;
}

.f a.list-group-item {
    background: transparent;
    border: 0px;
    color: #cbcbcb;
}

.f a.list-group-item.active {
    font: bolder 20px 'NokiaLargeAz';
    color: #fff !important;
    text-transform: uppercase;
}

.f a.list-group-item {
    font: 16px 'NokiaLargeAz';
}

.f.table th {
    font: bolder 20px 'NokiaLargeAz';
    color: #fff !important;
    text-transform: uppercase;
}

.f.table td {
    padding: 0px;
}

.f .table-link-item {
    text-decoration: none;
    font: 12px Arial;
    color: #cbcbcb;
}

.f .contact-title {
    font: bolder 20px 'NokiaLargeAz';
    color: #fff !important;
    text-transform: uppercase;
}

.f .contact-mail,
.f .contact-phone {
    font: 13px Arial;
    color: #fff !important;
}

.f .copyright {
    font: 14px Arial;
    color: #cbcbcb;
}

.f .redactor {
    font: 15px Arial;
    color: #fff;
}

.f .footer-socials {
    position: relative;
}

.f .footer-socials ul.socials {
    position: absolute;
    bottom: 10px;
}

.f ul.socials .social-item a {
    font-size: 20px !important;
    color: #fff !important;
}

.f ul.socials .social-item a:hover {
    color: #de0000 !important;
}

#spinner {
    width: 100% !important;
    height: 30px !important;
    overflow: visible;
    background: transparent !important;
    text-align: center;
}

/* Details page */
.details-title {
    font: 44px/50px 'CambriaMath';
}

.details-img {
  /*  height: 400px;
    object-fit: scale-down;*/
}

.details-info {
    font: 16px/40px 'NokiaLargeAz';
    height: 40px;
    background-color: #dddddd;
    color: #002652;
}

.details-info span {
    padding: 0px 15px;
}

.details-full-text {
    font: 17px 'CambriaMath';
}

.details-images {
    background-color: #dddddd;
}

.details-images .slider-thumb {
    height: 100px;
    padding: 5px;
}

.details-images .slick-next {
    right: 0;
}

.details-images .slick-prev {
    left: 0;
}

.details-images .slider-thumb {
    cursor: pointer;
}

.details-images .slick-slide {
    opacity: .5;
}

.details-images .slick-current.slick-active {
    opacity: 1;
}
