@charset "UTF-8";
p, h1, h2, h3, h4, h5, ul, li, span, div {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
}

@media (max-width: 767.98px) {
    body {
        background: white;
    }
}

h1, h3 {
    font-family: 'Noto Serif', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 150.4%;
    color: #262852;
}
h3 {
	font-size: 28px;
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 22px;
    }
}

.hidden-block {
    display: none !important;
}

.broadcast {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: white;
    order: -1;
}

.broadcast p {
    font-size: 14px;
    line-height: 19px;
    color: #363636;
    font-weight: 700;
    font-family: 'Noto Serif', sans-serif;
    margin-right: 36px;
}

.broadcast-btn {
    font-size: 12px;
    line-height: 14px;
    color: white;
    font-weight: 900;
    padding: 9px 25px;
    background: #E2505F;
    background-image: -moz-linear-gradient(158.59deg, #DF6370 18.77%, #E2505F 86.64%);
    background-image: -webkit-linear-gradient(158.59deg, #DF6370 18.77%, #E2505F 86.64%);
    background-image: -o-linear-gradient(158.59deg, #DF6370 18.77%, #E2505F 86.64%);
    background-image: linear-gradient(158.59deg, #DF6370 18.77%, #E2505F 86.64%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    border: 0.25px solid #E2505F;
}

.broadcast-btn i {
    margin-right: 10px;
}

.broadcast-btn:hover {
    text-decoration: none;
    color: #E2505F;
    border: 0.25px solid #E2505F;
    background: white;
}

.broadcast-close {
    position: absolute;
    right: 5px;
}

@media (max-width: 991.98px) {
    .broadcast {
        display: none;
    }
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-prev, .slick-next {
    position: absolute;
    top: -60px;
    cursor: pointer;
    color: transparent;
    width: auto;
    height: auto;
}

.slick-prev {
    left: calc(50% - 27px);
}

.slick-next {
    right: calc(50% - 32px);
    top: -62.5px;
}

.slick-next:before {
    display: block;
    content: url("../img/arrow-left.png");
    transform: rotate(180deg);
}

.slick-prev:before {
    display: block;
    content: url("../img/arrow-left.png");
}

header {
    background: #1A4784;
    background-image: -moz-linear-gradient(180deg, #325E9A 0%, #1A4784 100%);
    background-image: -webkit-linear-gradient(180deg, #325E9A 0%, #1A4784 100%);
    background-image: -o-linear-gradient(180deg, #325E9A 0%, #1A4784 100%);
    background-image: linear-gradient(180deg, #325E9A 0%, #1A4784 100%);
    box-shadow: 0 3px 10px rgba(19, 19, 19, 0.15);
    padding-top: 25px;
}

header .header-top {
    padding-bottom: 17px;
}

header .header-top form {
    display: flex;
    align-items: center;
    width: 430px;
    height: 37px;
    background: #3663A1;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(156, 156, 156, 0.03);
    overflow: hidden;
}

header .header-top form button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    width: 42px;
    color: white;
    background: transparent;
    border: none;
}

header .header-top form input {
    display: flex;
    align-items: center;
    flex-grow: 1;
    background: transparent;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding-left: 0;
}

header .header-top form input::placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    vertical-align: center;
}

header .header-top form input:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    vertical-align: center;
}

header .header-top form input::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    vertical-align: center;
}

header .header-top form input:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    vertical-align: center;
}

header .header-top form input::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    vertical-align: center;
}

header .header-top form input:focus, header .header-top form input:active {
    outline: none;
    border: none;
    box-shadow: none;
    color: #2D5FA4;
}

header .header-top .show-bg {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

header .header-top .show-bg button {
    color: #2D5FA4;
}

header .header-top .show-bg input::placeholder {
    color: #2D5FA4;
}

header .header-top .show-bg input:-moz-placeholder {
    color: #2D5FA4;
}

header .header-top .show-bg input::-moz-placeholder {
    color: #2D5FA4;
}

header .header-top .show-bg input:-ms-input-placeholder {
    color: #2D5FA4;
}

header .header-top .show-bg input::-webkit-input-placeholder {
    color: #2D5FA4;
}

header .header-top-social {
    display: flex;
}

header .header-top-social a {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

header .header-top-social a::before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
}

header .header-top-social-fb::before {
    content: url("../img/header-logo/new-fb-1.png");
}

header .header-top-social-fb:hover::before {
    opacity: 0.8;
}

header .header-top-social-inst::before {
    content: url("../img/header-logo/new-insta-1.png");
}

header .header-top-social-inst:hover::before {
    opacity: 0.8;
}

header .header-top-social-vk::before {
    content: url("../img/header-logo/new-vk-1.png");
}

header .header-top-social-vk:hover::before {
    opacity: 0.8;
}

header .header-top-social-tg::before {
    content: url("../img/header-logo/tg.png");
}

header .header-top-social-tg:hover::before {
    opacity: 0.8;
}

header .header-top-social-ok::before {
    content: url("../img/header-logo/new-ok-1.png");
}

header .header-top-social-ok:hover::before {
    opacity: 0.8;
}

header .header-top-social-tw::before {
    content: url("../img/twitter.png");
}

header .header-top-social-tw:hover::before {
    content: url("../img/tw-hover.png");
}

header .header-top-private-btn {
    display: flex;
    justify-content: flex-end;
}

header .header-top-private-btn a {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    background: #3663A1;
    padding: 10px 14px 10px 32px;
    color: white;
    border-radius: 3px;
}

header .header-top-private-btn a::before {
    content: url("../img/private-btn.png");
    position: absolute;
    top: 11px;
    left: 15px;
    width: 12px;
    height: 12px;
}

header .header-top-private-btn a:hover {
    color: #2D5FA4;
    background: #FFFFFF;
    text-decoration: none;
}

header .header-top-private-btn a:hover::before {
    content: url("../img/private-btn-hover.png");
}

@media (max-width: 1199.98px) {
    header .header-top form {
        width: 100%;
    }

    header .header-top-private-btn {
        display: flex;
        justify-content: flex-end;
    }

    header .header-top-private-btn a {
        font-size: 13px;
        padding: 10px 7px 10px 23px;
    }

    header .header-top-private-btn a::before {
        left: 8px;
    }
}

@media (max-width: 991.98px) {
    header {
        background: white;
        padding: 0;
        box-shadow: none;
    }

    header .header-adaptive-container {
        border-bottom: 0.25px solid #D6D6D6;
    }

    header .header-top {
        display: none;
    }

    header .header-bottom {
        display: none;
    }

    header .header-adaptive {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header .header-adaptive button {
        background: transparent;
        border: none;
        outline: none;
        width: 36px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .header-adaptive button img {
        max-width: 100%;
        max-height: 100%;
    }

    header .header-adaptive [aria-expanded=true] .btn-menu-show {
        display: block;
    }

    header .header-adaptive [aria-expanded=true] .btn-menu-collapsed {
        display: none;
    }

    header .header-adaptive [aria-expanded=false] .btn-menu-show {
        display: none;
    }

    header .header-adaptive [aria-expanded=false] .btn-menu-collapsed {
        display: block;
    }

    header .header-adaptive .btn-search {
        width: auto;
        padding: 0;
    }

    header .header-adaptive-menu {
        width: 100%;
    }

    header .header-adaptive-menu .slinky-menu-custom {
        height: auto !important;
    }

    header .header-adaptive-menu .adaptive-menu {
        background: white;
    }

    header .header-adaptive-menu .adaptive-menu-nav-link {
        background: #F8F8F8;
        font-size: 18px;
        line-height: 22px;
        color: #555555;
        padding: 15px;
        border-bottom: 0.25px solid rgba(67, 67, 67, 0.8);
    }

    header .header-adaptive-menu .adaptive-menu-nav-link::after {
        background: url("../img/adaptive-menu-arrow.png") no-repeat center center;
        background-size: cover;
    }

    header .header-adaptive-menu .adaptive-menu-nav-link:hover {
        color: #61ABEC;
        background: #F8F8F8;
        transition: .3s;
        text-decoration: none;
    }

    header .header-adaptive-menu .adaptive-menu-nav-link:hover::after {
        background: url("../img/adaptive-menu-arrow-hover.png");
        transition: .3s;
    }

    header .header-adaptive-menu .adaptive-menu-bottom {
        padding-bottom: 11px;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .adaptive-menu-bottom-navbar {
        list-style-type: none;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .adaptive-menu-bottom-navbar .adaptive-menu-bottom-item {
        padding: 15px 0;
        text-align: center;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .adaptive-menu-bottom-navbar .adaptive-menu-bottom-item a {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        color: rgba(85, 85, 85, 0.8);
        padding: 0;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info {
        margin: 0 10px;
        border-top: 0.25px solid #434343;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px 10px;
        text-align: center;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info-contact > a {
        display: inline-block;
        font-weight: 300;
        font-size: 22px;
        line-height: 26px;
        color: #555555;
        margin-bottom: 13px;
        padding: 0;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info-contact .menu-social a {
        display: inline-block;
        margin: 0 6px;
        padding: 0;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info-contact .menu-social img {
        width: 27px;
        height: 27px;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info .menu-info-buttons {
        background: #417DDD;
        box-shadow: 0 10px 20px rgba(84, 148, 251, 0.3);
        border-radius: 2px;
        padding: 20px 30px 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info .menu-info-buttons p {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #FFFFFF;
        text-align: center;
    }

    header .header-adaptive-menu .adaptive-menu-bottom .menu-info .menu-info-buttons .ask-question {
        border: 2px solid #FFFFFF;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        font-weight: bold;
        font-size: 12px;
        line-height: 130%;
        text-transform: uppercase;
        color: #FFFFFF;
        background: transparent;
        width: 100%;
        height: 50px;
        text-align: center;
    }

    header .header-adaptive-menu .adaptive-menu-nav-item .active a {
        background: #F8F8F8;
        font-size: 18px;
        line-height: 22px;
        color: #555555;
        padding: 15px;
        border-bottom: 0.25px solid rgba(67, 67, 67, 0.8);
    }

    header .header-adaptive-menu .slinky-menu .header {
        position: relative;
    }

    header .header-adaptive-menu .slinky-menu .header a {
        position: absolute;
        left: 5px;
        top: 5px;
        padding: 0;
        border: none;
        background: white;
    }

    header .header-adaptive-menu .slinky-menu .header a.back::before {
        opacity: 0.8;
    }

    header .header-adaptive-menu .slinky-menu .header .title {
        background: white;
        text-align: center;
        padding: 16px 15px;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: rgba(85, 85, 85, 0.8);
        border-bottom: 0.25px solid rgba(67, 67, 67, 0.8);
    }

    header .search-adaptive-menu {
        padding: 20px 15px;
    }

    header .search-adaptive-menu form {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background: #BFBFBF;
        border: 1px solid #BFBFBF;
    }

    header .search-adaptive-menu form button {
        width: 45px;
        height: 47px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-radius: 2px 0 0 2px;
        background: transparent;
        border: none;
        color: white;
    }

    header .search-adaptive-menu form input {
        width: calc(100% - 45px);
        height: 47px;
        border-radius: 0 2px 2px 0;
        border: none;
        background: transparent;
        font-size: 20px;
        line-height: 24px;
        color: white;
        outline: none;
        padding: 0 10px;
    }

    header .search-adaptive-menu form input::placeholder {
        font-size: 20px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
    }

    header .search-adaptive-menu form input:-moz-placeholder {
        font-size: 20px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
    }

    header .search-adaptive-menu form input::-moz-placeholder {
        font-size: 20px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
    }

    header .search-adaptive-menu form input:-ms-input-placeholder {
        font-size: 20px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
    }

    header .search-adaptive-menu form input::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
    }

    header .search-adaptive-menu form input:active, header .search-adaptive-menu form input:focus {
        outline: none;
    }
}

@media (max-width: 767.98px) {
    header .header-adaptive .btn-search {
        margin-left: 15px;
    }
}

@media (max-width: 575.98px) {
    header .header-adaptive .btn-search {
        margin-left: 0;
    }

    header .header-adaptive-menu {
        width: 100%;
        padding: 0;
    }
}

.header-bottom {
    background: #1B4885;
}

.header-bottom .navbar-nav {
    display: contents;
    justify-content: space-between;
    flex-direction: row;
}

.header-bottom .navbar-nav .nav-item {
    flex-grow: 1;
    position: relative;
}

.header-bottom .navbar-nav .nav-item .nav-link {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px 0 11px;
    margin: 5px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.header-bottom .navbar-nav .nav-item .nav-menu {
    padding: 8px 26px 9px 56px;
    text-transform: uppercase;
    background: #153C71;
    border-radius: 1px;
    border: 1px solid #153C71;
}

.header-bottom .navbar-nav .nav-item .nav-menu::after {
    display: none;
}

.header-bottom .navbar-nav .nav-item .nav-menu::before {
    content: url("../img/nav-menu.png");
    position: absolute;
    top: 5px;
    left: 24px;
}

.header-bottom .navbar-nav .nav-item .nav-menu:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #2D5FA4;
}

.header-bottom .navbar-nav .nav-item .nav-menu:hover::before {
    content: url("../img/nav-menu-hover.png");
}

.header-bottom .navbar-nav .nav-item:nth-child(1) {
    width: 125px;
    flex-grow: 0;
}

.header-bottom .navbar-nav .nav-item:nth-child(1) .nav-link {
    justify-content: flex-start;
}

.header-bottom .navbar-nav .nav-item ul {
    position: absolute;
    top: 45px;
    list-style-type: none;
    background: #F7F7F7;
    border-radius: 2px;
    z-index: 100;
    width: 100%;
    max-height: 0;
    overflow: hidden;
}

.header-bottom .navbar-nav .nav-item ul li {
    margin: 0.5em 0;
    line-height: 1em
}

.header-bottom .navbar-nav .nav-item ul li a {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #555555;
    width: 100%;
}


.header-bottom .navbar-nav .nav-item:hover .nav-link {
    background: #FFFFFF;
    border-radius: 2px;
    color: #3863AE;
    transition-duration: .3s;
}

.header-bottom .navbar-nav .nav-item:hover ul {
    padding: 9px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    max-height: 100vh;
    transition: max-height .5s;
    transition-timing-function: ease-in;
}

.home-page-banner {
    margin-top: 30px;
    height: 441px;
}

@media (max-width: 767.98px) {
    .home-page-banner {
        display: none;
    }
}

.home-page-sidebar {
    position: relative;
    background: #FFFFFF;
    border: 0.25px solid #D6D6D6;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 2px 2px;
}

.home-page-sidebar .home-page-sidebar-top {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 0.4px solid #dddddd;
    background: #FCFCFC;
    border-radius: 2px;
    width: 100%;
}

.home-page-sidebar .home-page-sidebar-top .currencies {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
    height: 80px;
    padding: 17px 18px;
    font-size: 0;
    line-height: 17px;
}

.home-page-sidebar .home-page-sidebar-top .currencies .currency {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-page-sidebar .home-page-sidebar-top .currencies .currency::after {
    position: absolute;
    right: 0;
    top: 2px;
}

.home-page-sidebar .home-page-sidebar-top .currencies p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.home-page-sidebar .home-page-sidebar-top .currencies p img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.home-page-sidebar .home-page-sidebar-top .currencies span {
    font-size: 0;
}

.home-page-sidebar .home-page-sidebar-top .currencies:nth-child(2) {
    display: none;
}

.home-page-sidebar .home-page-sidebar-top .currency-plus::after {
    content: url("../img/arrow-plus.png");
}

.home-page-sidebar .home-page-sidebar-top .currency-minus::after {
    content: url("../img/arrow-minus.png");
}

.home-page-sidebar .home-page-sidebar-top .weather {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 50%;
    height: 80px;
    padding: 17px 18px;
}

.home-page-sidebar .home-page-sidebar-top .weather::before {
    content: '';
    position: absolute;
    top: calc(50% - 26px);
    left: 0;
    width: 0.7px;
    height: 52px;
    background: rgba(209, 209, 209, 0.4);
}

.home-page-sidebar .home-page-sidebar-top .weather p {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(85, 85, 85, 0.8);
}

.home-page-sidebar .home-page-sidebar-top .weather .city {
    font-weight: 400;
}

.home-page-sidebar .home-page-sidebar-top .weather img {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.home-page-sidebar .show-weather .currencies p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
}

.home-page-sidebar .show-weather .currencies p img {
    display: none;
}

.home-page-sidebar .show-weather .currencies p span {
    position: relative;
    padding: 0;
    width: 35px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: rgba(85, 85, 85, 0.5);
    border-radius: 3px;
}

.home-page-sidebar .show-weather .currencies:nth-child(2) {
    display: flex;
    padding-left: 9px;
}

.home-page-sidebar .show-weather .currencies:nth-child(1) {
    padding-right: 9px;
}

.home-page-sidebar .show-weather .weather {
    height: 80px;
    margin: 0 18px;
    padding: 16px 0;
    width: 100%;
    border-top: 0.3px solid #dddddd;
}

.home-page-sidebar .show-weather .weather p {
    margin-left: 68px;
    font-weight: normal;
}

.home-page-sidebar .show-weather .weather img {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    margin: 0;
}

.home-page-sidebar .show-weather .weather::before {
    display: none;
}

.home-page-sidebar .sidebar-nav {
    margin-top: 80px;
}

.home-page-sidebar .sidebar-nav-link {
    height: 40px;
    list-style: none;
    display: flex;
}

.home-page-sidebar .sidebar-nav-link a {
    display: flex;
    justify-content: space-between;
    padding: 11px 0 0;
    margin: 0 21px;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-bottom: 0.25px solid #D6D6D6;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.home-page-sidebar .sidebar-nav-link a:hover {
    background: #FCFCFC;
    color: #1A4784;
    padding: 11px 21px 0;
    margin: 0;
    transition-duration: .3s;
}

.home-page-sidebar .sidebar-nav-link a:hover::after {
    content: url("../img/chevron-right.png");
}

.home-page-sidebar .sidebar-nav-link:nth-last-child(1) > a {
    border: none;
}

.home-page-sidebar .sidebar-nav-link .sidebar-nav-submenu {
    list-style: none;
    position: absolute;
    z-index: 15;
    flex-direction: column;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    max-width: 0;
    overflow: hidden;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 2px 2px;
}

.home-page-sidebar .sidebar-nav-link .sidebar-nav-submenu li {
    height: 40px;
}

.home-page-sidebar .sidebar-nav-link .sidebar-nav-submenu li a::after {
    display: none;
}

.home-page-sidebar .sidebar-nav .last-link > a {
    border: none;
}

.home-page-sidebar .sidebar-nav .sidebar-without-submenu a:hover {
    background: #FCFCFC;
    color: #1A4784;
}

.home-page-sidebar .sidebar-nav .sidebar-without-submenu a:hover::before {
    width: 100%;
    left: 0;
}

.home-page-sidebar .sidebar-nav .sidebar-without-submenu a:hover::after {
    display: none;
}

.home-page-sidebar .sidebar-nav .other-sections {
    height: 80px;
    background: #fcfcfc;
    list-style: none;
    display: none;
}

.home-page-sidebar .sidebar-nav .other-sections > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

.home-page-sidebar .sidebar-nav .other-sections > a::after {
    position: absolute;
    right: 21px;
}

.home-page-sidebar .sidebar-nav .other-sections a:hover {
    background: #FCFCFC;
    color: #1A4784;
}

.home-page-sidebar .sidebar-nav .other-sections a:hover::before {
    width: 100%;
    left: 0;
}

.home-page-sidebar .sidebar-nav .other-sections a:hover::after {
    content: url("../img/chevron-right.png");
}

.home-page-sidebar .sidebar-nav .other-sections .sidebar-nav-submenu {
    list-style: none;
    position: absolute;
    z-index: 15;
    display: none;
    flex-direction: column;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border: 0.25px solid #D6D6D6;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 2px 2px;
}

.home-page-sidebar .sidebar-nav .other-sections .sidebar-nav-submenu li {
    height: 40px;
}

.home-page-sidebar .sidebar-nav .other-sections .sidebar-nav-submenu li a::after {
    display: none;
}

@media (max-width: 1199.98px) {
    .home-page-sidebar .home-page-sidebar-top .currencies .currency::after {
        right: -10px;
    }

    .home-page-sidebar .home-page-sidebar-top .weather {
        padding: 17px 12px;
    }
}

@media (max-width: 991.98px) {
    .home-page-sidebar {
        display: none;
    }
}

.sidebar-nav-big .home-page-sidebar-top {
    display: none;
}

.sidebar-nav-big .sidebar-nav {
    margin-top: 0;
}

.sidebar-nav-big .other-sections {
    display: flex;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu {
    display: flex;
    max-width: 100%;
    transition: max-width .3s;
    border: 0.25px solid #D6D6D6;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu li {
    height: 40px;
    list-style: none;
    display: flex;
    overflow: hidden;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu li a {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 21px;
    width: calc(100% - 42px);
    height: 0.8px;
    background: #dddddd;
    z-index: 6;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu li a:hover {
    background: #FCFCFC;
    color: #1A4784;
    transition-duration: .3s;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu li a:hover::before {
    width: 100%;
    left: 0;
}

.home-page-sidebar .sidebar-nav-submenu-active > .sidebar-nav-submenu li a:hover::after {
    content: url("../img/chevron-right.png");
}

.home-page-banner-slider {
    height: 440px;
    overflow: hidden;
}

.home-page-banner-slider .banner-slide {
    position: relative;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 40px 40px 30px;
}

.home-page-banner-slider .banner-slide h2 {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 85%;
}

.home-page-banner-slider .banner-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 37px;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: white;
    background: #417DDD;
    box-shadow: 0 5px 15px rgba(97, 171, 236, 0.3);
    border-radius: 2px;
}

.home-page-banner-slider .banner-slide a:hover {
    background: #fff;
    color: #417DDD;
    text-decoration: none;
    transition-duration: .3s;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots {
    display: flex;
    justify-content: space-between;
    right: 44px;
    bottom: 55px;
    width: 97px;
}

.slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0;
}

.slick-dots li button {
    border: 1px solid white;
    border-radius: 2px;
    background: transparent;
    width: 100%;
    height: 100%;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li button:hover {
    background: white;
}

.slick-dots li.slick-active button {
    background: white;
}

.slider-progress {
    position: absolute;
    top: 400px;
    right: 60px;
    width: 97px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.slider-progress .progress {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background: white;
}

.rek-block {
    margin: 30px auto;
}

.rek-block img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .rek-block {
        display: none;
    }
}

.home-page-news a {
    border-radius: 2px;
}

.home-page-news-1 {
    background: white;
    height: 344px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
}

.home-page-news-1-img {
    height: 190px;
    overflow: hidden;
}

.home-page-news-1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page-news-1-text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.home-page-news-1-text h5 {
    font-family: 'Noto Serif', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    height: 85px;
    overflow: hidden;
}

.home-page-news-1:hover {
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .home-page-news-1-img {
        height: 170px;
    }

    .home-page-news-1-text h5 {
        font-size: 15px;
        line-height: 20px;
        height: auto;
    }
}

@media (min-width: 1199.98px) {
    .home-page-news-1-text h5{
        height: 110px;
    }
}

@media (max-width: 991.98px) {
    .home-page-news {
        margin-top: -30px;
    }

    .home-page-news-1 {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .home-page-news {
        margin-top: 0;
    }

    .home-page-news-1 {
        height: auto;
        margin-top: 10px;
    }

    .home-page-news-1-img {
        width: 100%;
        height: auto;
    }

    .home-page-news-1-text h5 {
        height: auto;
        margin-bottom: 20px;
    }

    .home-page-news-1-text .news-text-content {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .home-page-news {
        padding-top: 10px;
    }

    .home-page-news-1-img {
        height: 200px;
    }
}

.news-text-topic {
    font-size: 12px !important;
    line-height: 130% !important;
    color: #1A4784;
}

.news-text-date {
    font-size: 10px !important;
    line-height: 130% !important;
    color: #555555;
    opacity: 0.8 !important;
    margin-top: auto;
}

.news-with-img .news-text-content {
    display: none;
}

.news-text-content {
    font-size: 14px;
    line-height: 140%;
    color: rgba(85, 85, 85, 0.8);
    margin-top: 27px;
}

.news-without-img h5 {
    height: auto;
}

.news-without-img .news-text-content {
    font-size: 14px;
    line-height: 140%;
    color: rgba(85, 85, 85, 0.8);
    margin-top: 27px;
}

.home-page-short-news {
    margin: 30px auto;
    height: 328px;
}

@media (max-width: 991.98px) {
    .home-page-short-news {
        margin: 0;
        height: 344px;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .home-page-short-news {
        height: auto;
        margin-top: 10px;
    }
}

.short-news {
    display: flex;
    flex-direction: column;
    padding: 15px;
    overflow: hidden;
}

.short-news-left {
    justify-content: flex-end;
    height: 328px;
    border-radius: 2px;
}

.short-news-left .news-text-topic {
    color: #D6D6D6;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.short-news-left h5 {
    width: 90%;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.short-news-left .news-text-date {
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .short-news-left {
        height: 344px;
    }
}

.short-news-right {
    justify-content: space-between;
    background: #FFFFFF;
    border: 0.25px solid #D6D6D6;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
    border-radius: 2px;
    padding: 20px 30px;
}

.short-news-right h3 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #1A4784;
    padding-bottom: 20px;
    border-bottom: 0.25px solid #D6D6D6;
}

.short-news-right .short-news-slider .short-news-slider-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 222px;
    margin-top: 20px;
}

.short-news-right .short-news-slider .short-news-slider-slide p {
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    max-height: 162px;
    overflow: hidden;
}

.short-news-right .short-news-slider .slick-dots {
    right: -2px;
    bottom: 9.25px;
    width: auto;
}

.short-news-right .short-news-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.short-news-right .short-news-slider .slick-dots li button {
    border: 0.7px solid #417DDD;
    border-radius: 2px;
    background: transparent;
    width: 8px;
    height: 8px;
    padding: 0;
}

.short-news-right .short-news-slider .slick-dots li button::before {
    display: none;
}

.short-news-right .short-news-slider .slick-dots li button:hover {
    background: #417DDD;
}

.short-news-right .short-news-slider .slick-dots li.slick-active button {
    background: #417DDD;
}

.short-news-right .short-news-slider .slick-prev, .short-news-right .short-news-slider .slick-next {
    position: absolute;
    top: -30px;
    cursor: pointer;
    color: transparent;
    width: auto;
    height: auto;
}

.short-news-right .short-news-slider .slick-prev {
    right: 40px;
    left: initial;
}

.short-news-right .short-news-slider .slick-next {
    right: 0;
    top: -32.5px;
}

.short-news-right .news-text-date {
    margin-top: 42px;
    height: auto;
}

.short-news-slider-progress {
    position: absolute;
    bottom: 22px;
    right: 45px;
    width: 68px;
    height: 2px;
    background: rgba(65, 125, 221, 0.4);
}

.short-news-slider-progress .progress {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background: #417ddd;
}

@media (max-width: 1199.98px) {
    .short-news-left h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .short-news-right .short-news-slider .short-news-slider-slide p {
        display: block;
        font-size: 14px;
        line-height: 23px;
    }
}

@media (max-width: 991.98px) {
    .short-news-right {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .short-news-left {
        height: auto;
        background: white !important;
    }

    .short-news-left h5 {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        text-shadow: none;
        color: #555555;
    }

    .short-news-left .news-text-date {
        color: #555555;
        margin-top: 20px;
    }

    .short-news-left .news-text-topic {
        font-size: 12px;
        line-height: 130%;
        color: #1A4784;
        text-shadow: none;
    }

    .short-news-right {
        display: none;
    }
}

.news-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 345px;
    background: white;
    text-decoration: none;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
}

.news-container-img {
    height: 190px;
    overflow: hidden;
}

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

.news-container-text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-container-text h5 {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
}

.news-container-text .news-text-date {
    margin-top: auto;
}

.news-without-img h5 {
    height: auto;
}

.news-without-img .news-text-content {
    font-size: 13px;
    margin-top: 15px;
}

@media (max-width: 1199.98px) {
    .news-container-img {
        height: 170px;
    }

    .news-container-text h5 {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 991.98px) {
    .news-container {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .news-container {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .news-container {
        height: auto;
    }

    .news-container-img {
        height: 200px;
        max-height: 296px;
    }

    .news-container-text h5 {
        margin-bottom: 20px;
    }

    .news-container-text .news-text-content {
        display: none;
    }
}

.home-page-news-3 {
    margin-top: 30px;
}

.home-page-news-3 .row {
    margin: 0 -10px;
}

.home-page-news-3 .news-container {
    height: 200px;
    padding: 15px;
    margin: 0 10px;
    background: white;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
}

.home-page-news-3 .news-container h5 {
    width: 90%;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #555555;
}

.home-page-news-3 .all-news {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 150.4%;
    color: white;
    background: #417DDD;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(97, 171, 236, 0.4);
    border-radius: 2px;
    text-transform: uppercase;
}

.home-page-news-3 .all-news:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 1s;
    text-decoration: none;
    background: white;
    color: #417DDD;
}

@media (max-width: 1199.98px) {
    .home-page-news-3 .news-container h5 {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .home-page-news-3 .row {
        margin: 0 -15px;
    }

    .home-page-news-3 .news-container {
        margin: 0;
    }

    .home-page-news-3 .news-container h5 {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }

    .home-page-news-3 .all-news {
        height: 50px;
        margin: 30px 0 0;
    }
}

@media (max-width: 767.98px) {
    .home-page-news-3 {
        margin-top: 0;
    }

    .home-page-news-3 .news-container {
        margin-top: 10px;
        height: auto;
    }

    .home-page-news-3 .news-container h5 {
        margin-bottom: 20px;
    }

    .home-page-news-3 .all-news {
        margin: 10px 0 0;
    }
}

.home-page-media {
    border-top: 0.5px solid #D6D6D6;
    padding-top: 40px;
    margin-bottom: 33px;
    height: 572px;
    overflow: hidden;
}

.home-page-media .media-links {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
}

.home-page-media .media-links a {
    display: inline;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #595A82;
    padding-left: 15px;
    text-decoration: none;
}

.home-page-media .media-links a span {
    position: relative;
}

.home-page-media .media-links a span:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #595A82;
}

.home-page-media .media-links a span:hover:before {
    display: none;
}

.home-page-media .media-links a:nth-child(1) {
    position: relative;
    padding-right: 15px;
}

.home-page-media .media-links a:nth-child(1)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 19px;
    width: 1px;
    background: #D6D6D6;
}

.home-page-media-slider {
    margin-top: 40px;
}

.home-page-media-slider .news-text-topic {
    color: #D6D6D6;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.home-page-media-slider a {
    text-decoration: none;
}

.home-page-media-slider h5 {
    font-family: 'Noto Serif', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.home-page-media-slider-big {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100% - 20px);
    padding: 20px;
    border-radius: 2px;
}

.home-page-media-slider-big h5 {
    width: 90%;
}

.home-page-media-slider-big img {
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 60px);
}

.home-page-media-slider-big:hover {
    transform: scale(1.02, 1.02);
    transition-duration: .3s;
}

.home-page-media-slider-small {
    position: relative;
    height: 195px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 10px;
    border-radius: 2px;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
}

.home-page-media-slider-small h5 {
    font-size: 16px;
    line-height: 22px;
}

.home-page-media-slider-small img {
    position: absolute;
    top: 10px;
    right: 5px;
}

.home-page-media-slider-small:hover {
    transform: scale(1.03, 1.03);
    transition-duration: .3s;
}

@media (max-width: 1199.98px) {
    .home-page-media-slider h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .home-page-media-slider-big h5 {
        width: 100%;
    }

    .home-page-media-slider-small h5 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991.98px) {
    .home-page-media {
        height: 386px;
        padding-top: 50px;
        position: relative;
    }

    .home-page-media .media-links {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        width: 100%;
    }

    .home-page-media .media-links a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 50%;
        margin: 0 5px;
        height: 50px;
        text-decoration: none;
        font-size: 0;
        border: 1px solid #D6D6D6;
        border-radius: 2px;
    }

    .home-page-media .media-links a span {
        font-weight: bold;
        font-size: 14px;
        line-height: 150.4%;
        color: #1A4784;
    }

    .home-page-media .media-links a span:before {
        display: none;
    }

    .home-page-media .media-links a:hover {
        background: #1A4784;
    }

    .home-page-media .media-links a:hover span {
        color: white;
        transition-duration: .3s;
    }

    .home-page-media .media-links a:nth-child(1) {
        position: relative;
        padding-right: 0;
    }

    .home-page-media .media-links a:nth-child(1)::before {
        display: none;
    }

    .home-page-media .home-page-media-slider {
        display: none;
    }

    .home-page-media .home-page-media-adaptive-slider {
        margin-top: 30px;
    }

    .home-page-media .home-page-media-adaptive-slider .news-text-topic {
        color: #D6D6D6;
    }

    .home-page-media .home-page-media-adaptive-slider a {
        text-decoration: none;
        border-radius: 3px;
    }

    .home-page-media .home-page-media-adaptive-slider .media-adaptive-slide-container {
        position: relative;
        height: 195px;
        margin-bottom: 22px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px 10px;
    }

    .home-page-media .home-page-media-adaptive-slider .media-adaptive-slide-container h5 {
        font-family: 'Noto Serif', serif;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .home-page-media .home-page-media-adaptive-slider .media-adaptive-slide-container img {
        position: absolute;
        top: 10px;
        right: 5px;
    }

    .home-page-media .home-page-media-adaptive-slider .media-adaptive-slider-content:nth-child(1) .media-adaptive-slide-container {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 19.95%, rgba(0, 0, 0, 0) 100%), url("../img/media-slider-small-1.jpg") no-repeat center center;
        background-size: cover;
    }

    .home-page-media .home-page-media-adaptive-slider .media-adaptive-slider-content:nth-child(2) .media-adaptive-slide-container {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 19.95%, rgba(0, 0, 0, 0) 100%), url("../img/media-slider-small-2.jpg") no-repeat center center;
        background-size: cover;
    }

    .home-page-media .home-page-media-adaptive-slider .slick-prev {
        right: 50px;
        top: -50px;
        left: initial;
    }

    .home-page-media .home-page-media-adaptive-slider .slick-next {
        right: 17px;
        top: -52.5px;
    }
}

@media (max-width: 767.98px) {
    .home-page-media {
        height: 380px;
        border: none;
    }

    .home-page-media .home-page-media-adaptive-slider .slick-prev {
        right: 50px;
        top: -40px;
        left: initial;
    }

    .home-page-media .home-page-media-adaptive-slider .slick-next {
        right: 17px;
        top: -42.5px;
    }
}

@media (max-width: 575.98px) {
    .home-page-media {
        height: 575px;
        margin-bottom: 40px;
    }

    .home-page-media .home-page-media-adaptive-slider .media-adaptive-slide-container {
        margin-bottom: 10px;
    }
}

.media-slide {
    padding: 5px;
}

.poll {
    position: relative;
    padding: 40px 50px;
    background: #417DDD;
    border: 0.25px solid #D6D6D6;
    overflow: hidden;
    margin-bottom: 21px;
}

.poll p {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}

.poll .poll-btn {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.poll .poll-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    text-decoration: none;
}

.poll .poll-btn-1 {
    background: #E2505F;
    background: linear-gradient(153.01deg, #DF6370 18.77%, #E2505F 86.64%);
    margin-right: 30px;
}

.poll .poll-btn-1:hover {
    color: #E2505F;
    background: white;
    transition-duration: .2s;
}

.poll .poll-btn-2 {
    border: 2px solid #FFFFFF;
}

.poll .poll-btn-2:hover {
    background: white;
    color: #417DDD;
    transition-duration: .3s;
}

.poll .poll-img {
    position: absolute;
    top: calc(50% - 100px);
    left: 55%;
}

@media (max-width: 1199.98px) {
    .poll p {
        font-size: 20px;
        line-height: 26px;
    }

    .poll .poll-btn a {
        width: 150px;
    }

    .poll .poll-img {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .poll p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .poll .poll-btn a {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .poll {
        padding: 20px 40px;
        margin: 0 15px;
    }

    .poll .poll-btn {
        flex-wrap: wrap;
    }

    .poll .poll-btn a {
        width: 100%;
        margin-top: 15px;
    }

    .poll .poll-btn-1 {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .poll {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .home-page-poll {
        padding: 0;
    }
}

.home-page-poster {
    padding-bottom: 30px;
    background: #F5F5F5;
}

.home-page-poster h3 {
    margin: 50px 0 40px;
}

.home-page-poster .poster-slider .poster-slide {
    margin: 2px 0 4px;
}

.home-page-poster .poster-slider .poster-slide-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0.25px solid #D6D6D6;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
    border-radius: 2px;
    height: 326px;
    width: 100%;
    text-decoration: none;
}

.home-page-poster .poster-slider .poster-slide-container:hover {
    transform: scale(1.02, 1.02);
}

.home-page-poster .poster-slider .poster-slide-container .poster-img {
    margin-top: 60px;
}

.home-page-poster .poster-slider .poster-slide-container .poster-img img {
    max-width: 100%;
}

.home-page-poster .poster-slider .poster-slide-container .poster-slide-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #262852;
    margin-bottom: 28px;
}

.home-page-poster .poster-slider .poster-slide .poster-cinema {
    background: #FBDDE0;
}

.home-page-poster .poster-slider .poster-slide .poster-theatre {
    background: #E1E1E1;
}

.home-page-poster .poster-slider .poster-slide .poster-museum {
    background: #C1CEE1;
}

.home-page-poster .poster-slider .poster-slide .poster-concert {
    background: #CBDEEE;
}

.home-page-poster .slick-prev {
    right: 65px;
    left: initial;
}

.home-page-poster .slick-next {
    right: 32px;
}

@media (max-width: 1199.98px) {
    .home-page-poster {
        padding-bottom: 0;
        margin-bottom: 50px;
        background: inherit;
        height: 469px;
        overflow: hidden;
    }

    .home-page-poster .poster-slider .poster-slide {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .home-page-poster .slick-list {
        padding: 0 50px 0 0 !important;
    }

    .home-page-poster .poster-slider {
        margin: 0 -15px 20px 0;
    }

    .home-page-poster .poster-slider .poster-slide {
        padding: 0;
        margin-right: 10px;
    }

    .home-page-poster .mr-sm-custom {
        margin-right: 0;
    }

    .home-page-poster .slick-prev {
        right: 55px;
        top: -54px;
        left: initial;
    }

    .home-page-poster .slick-next {
        right: 12px;
        top: -56.25px;
    }
}

@media (max-width: 575.98px) {
    .home-page-poster .mr-sm-custom {
        margin-right: -15px;
    }
}

@media (max-width: 460.98px) {
    .home-page-poster .poster-slider .poster-slide {
        padding-right: 15px;
    }
}

.home-page-cinema {
    padding: 50px 15px 0;
    margin-bottom: 100px;
    height: 488px;
    overflow: hidden;
}

.home-page-cinema h3 {
    margin-bottom: 40px;
}

.home-page-cinema .cinema-slide {
    margin: 10px 0 10px -15px;
}

.home-page-cinema .cinema-content .cinema-slide-container {
    display: flex;
    height: 330px;
}

.home-page-cinema .cinema-content:nth-child(1) .cinema-slide-container {
    border-radius: 2px;
    padding: 15px 20px;
    justify-content: flex-end;
    align-items: flex-start;
}

.home-page-cinema .cinema-content:nth-child(1) .cinema-slide-container p {
    padding: 5px;
    font-size: 10px;
    line-height: 12px;
    color: #1A4784;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 2px;
}

.home-page-cinema .cinema-content .cinema-text {
    flex-direction: column;
    justify-content: space-between;
}

.home-page-cinema .cinema-content .cinema-text .cinema-content-title h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #262852;
    margin-bottom: 5px;
}

.home-page-cinema .cinema-content .cinema-text .cinema-content-title p {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #1A4784;
    margin-bottom: 3px;
}

.home-page-cinema .cinema-content .cinema-text > p {
    margin-bottom: 39px;
    margin-top: auto;
    font-size: 16px;
    line-height: 150%;
    color: #555555;
}

.home-page-cinema .cinema-content .cinema-text .cinema-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 37px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    background: #E2505F;
    background: linear-gradient(159.35deg, #DF6370 18.77%, #E2505F 86.64%);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.home-page-cinema .cinema-content .cinema-text .cinema-btn:hover {
    color: #E2505F;
    background: white;
    text-decoration: none;
    transition-duration: .3s;
}

.home-page-cinema .slick-prev {
    right: 65px;
    left: initial;
}

.home-page-cinema .slick-next {
    right: 32px;
}

.home-page-cinema .cinema-content-adaptive {
    display: none;
}

@media (max-width: 991.98px) {
    .home-page-cinema {
        padding: 0 15px 0;
        height: 425px;
    }

    .home-page-cinema .cinema-content .cinema-text .cinema-content-title h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .home-page-cinema .cinema-content .cinema-text > p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 130%;
    }

    .home-page-cinema .cinema-content .cinema-text .cinema-btn {
        width: 150px;
    }
}

@media (max-width: 767.98px) {
    .home-page-cinema {
        height: 418px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .home-page-cinema .cinema-slide .cinema-content .cinema-img {
        justify-content: flex-start;
    }

    .home-page-cinema .cinema-slide .cinema-content .cinema-img .cinema-rating {
        display: none;
    }

    .home-page-cinema .cinema-slide .cinema-content .cinema-img .cinema-content-adaptive {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .home-page-cinema .cinema-slide .cinema-content .cinema-img .cinema-content-adaptive h3 {
        font-family: 'Noto Serif', serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: white;
        margin-bottom: 0;
    }

    .home-page-cinema .cinema-slide .cinema-content .cinema-img .cinema-content-adaptive p {
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        color: #D6D6D6;
        background: transparent;
        padding: 0;
    }

    .home-page-cinema .cinema-slide .cinema-content .cinema-text {
        display: none;
    }

    .home-page-cinema .slick-list {
        padding: 0 75px 0 0;
    }

    .home-page-cinema .slick-prev {
        right: 55px;
        top: -54px;
        left: initial;
    }

    .home-page-cinema .slick-next {
        right: 12px;
        top: -56.5px;
    }
}

@media (max-width: 575.98px) {
    .home-page-cinema .slick-list {
        padding: 0 55px 0 0;
        margin-right: -15px;
    }
}

footer .footer-top {
    background: #1A4784;
    padding: 90px 0 60px;
}

footer .footer-top .footer-btn-ask {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

footer .footer-top .footer-btn-ask:hover {
    background: #FFFFFF;
    color: #1A4784;
    transition-duration: .3s;
}

footer .footer-top .footer-form {
    padding: 24px 22px 33px;
    background: #15427F;
    border-radius: 2px;
    margin: 28px 0 24px;
}

footer .footer-top .footer-form p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 27px;
    text-align: center;
}

footer .footer-top .footer-form .footer-form-email {
    margin-bottom: 15px;
}

footer .footer-top .footer-form .footer-form-email input {
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    background: #1A4784;
    border: none;
    outline: none;
}

footer .footer-top .footer-form .footer-form-email input::placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

footer .footer-top .footer-form .footer-form-email input:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

footer .footer-top .footer-form .footer-form-email input::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

footer .footer-top .footer-form .footer-form-email input:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

footer .footer-top .footer-form .footer-form-email input::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

footer .footer-top .footer-form .footer-form-email input:focus, footer .footer-top .footer-form .footer-form-email input:active {
    background: white;
    outline: none;
    border: none;
    box-shadow: none;
    color: #2D5FA4;
    transition-duration: .3s;
}

footer .footer-top .footer-form .footer-form-email input:focus::placeholder, footer .footer-top .footer-form .footer-form-email input:active::placeholder {
    color: #2D5FA4;
}

footer .footer-top .footer-form .footer-form-email input:focus:-moz-placeholder, footer .footer-top .footer-form .footer-form-email input:active:-moz-placeholder {
    color: #2D5FA4;
}

footer .footer-top .footer-form .footer-form-email input:focus::-moz-placeholder, footer .footer-top .footer-form .footer-form-email input:active::-moz-placeholder {
    color: #2D5FA4;
}

footer .footer-top .footer-form .footer-form-email input:focus:-ms-input-placeholder, footer .footer-top .footer-form .footer-form-email input:active:-ms-input-placeholder {
    color: #2D5FA4;
}

footer .footer-top .footer-form .footer-form-email input:focus::-webkit-input-placeholder, footer .footer-top .footer-form .footer-form-email input:active::-webkit-input-placeholder {
    color: #2D5FA4;
}

footer .footer-top .footer-form .footer-form-checkbox {
    position: relative;
}

footer .footer-top .footer-form .footer-form-checkbox input {
    position: absolute;
    left: -9999px;
}

footer .footer-top .footer-form .footer-form-checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

footer .footer-top .footer-form .footer-form-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #E0606D;
    background-color: transparent;
}

footer .footer-top .footer-form .footer-form-checkbox input[type="checkbox"]:checked + label:after,
footer .footer-top .footer-form .footer-form-checkbox input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    width: 6px;
    height: 3px;
    border-radius: 1px;
    border-left: 2px solid #e145a3;
    border-bottom: 2px solid #e145a3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

footer .footer-top .footer-form .footer-form-checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

footer .footer-top .footer-form .footer-form-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

footer .footer-top .footer-btn-subscribe {
    display: block;
    width: 173px;
    height: 43px;
    margin: 35px auto 0;
    background: #E2505F;
    background: linear-gradient(158.7deg, #DF6370 18.77%, #E2505F 86.64%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    outline: none;
    border: none;
}

footer .footer-top .footer-btn-subscribe:hover {
    color: #E2505F;
    background: white;
    transition-duration: .3s;
}

footer .footer-our-links a {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 7px;
}

footer .footer-our-links a:hover {
    opacity: 1;
}

footer .footer-our-links .footer-cards {
    font-size: 20px;
    line-height: 23px;
    margin-top: 37px;
}

footer .footer-our-links .footer-cards a:hover {
    opacity: 1;
}

footer .footer-bottom {
    background: #123C76;
}

footer .footer-bottom p {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #96A5B5;
}

footer .footer-nav-container {
    padding-left: 50px;
}

footer .footer-menu ul {
    list-style: none;
}

footer .footer-menu .footer-nav .footer-nav-link > a {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 22px;
    color: #F1F1F1;
}

footer .footer-menu .footer-nav .footer-nav-link .footer-nav-submenu {
    margin: -7px 0 22px;
}

footer .footer-menu .footer-nav .footer-nav-link .footer-nav-submenu li a {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #96A5B5;
}

@media (max-width: 991.98px) {
    footer .footer-menu .footer-nav .footer-nav-link > a {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 767.98px) {
    footer .footer-top {
        padding: 40px 0 50px;
    }

    footer .footer-top .footer-form .footer-form-checkbox label {
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
    }

    footer .footer-top .footer-form .footer-form-checkbox label:before {
        top: 0;
        width: 20px;
        height: 20px;
    }

    footer .footer-top .footer-form .footer-form-checkbox input[type="checkbox"]:checked + label:after,
    footer .footer-top .footer-form .footer-form-checkbox input[type="checkbox"]:not(:checked) + label:after {
        left: 4px;
        top: 6px;
        width: 12px;
        height: 6px;
    }

    footer .footer-nav-container {
        padding: 0;
    }

    footer .footer-top .footer-btn-ask {
        margin-top: 30px;
        font-weight: normal;
    }

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

    footer .footer-bottom .footer-copyright {
        /*display: none;*/
		margin-top:15px;
    }
}

@media (max-width: 575.98px) {
    footer .footer-menu .footer-nav .footer-nav-link {
        text-align: center;
    }

    footer .footer-menu .footer-nav .footer-nav-link > a {
        letter-spacing: 0.05em;
    }

    footer .footer-menu .footer-nav .footer-nav-link .footer-nav-submenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .footer-menu .footer-nav .footer-nav-link .footer-nav-submenu li {
        margin: 2px 9px;
    }

    footer .footer-menu .footer-nav .footer-nav-link .footer-nav-submenu li a {
        font-size: 13px;
        line-height: 16px;
        padding: 0;
    }

    footer .footer-menu .footer-nav .footer-private-office .footer-nav-submenu li {
        width: 100%;
        margin: 2px;
    }

    footer .footer-menu .footer-nav .footer-private-office .footer-nav-submenu li a {
        font-size: 13px;
        line-height: 16px;
        padding: 0;
    }

    footer .footer-link-home-page {
        display: none;
    }
}

.header-open-menu {
    padding-bottom: 40px;
}

.header-open-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 15px;
    margin-bottom: 40px;
    border-bottom: 0.25px solid rgba(85, 85, 85, 0.5);
}

.header-open-menu-top .menu-home-page-link {
    display: flex;
    align-items: center;
    color: #3863AE;
}

.header-open-menu-top .menu-home-page-link img {
    margin-right: 5px;
}

.header-open-menu-top .close-menu {
    color: #555555;
}

.header-open-menu-top .close-menu:hover {
    text-decoration: none;
    color: black;
}

.header-open-menu-top .close-menu:hover img {
    transform: scale(1.2, 1.2);
}

.header-open-menu-bottom ul {
    padding: 0;
    list-style: none;
}

.header-open-menu-bottom ul li a {
    display: inline-block;
}

.header-open-menu-bottom .header-open-menu-navbar .open-menu-navbar-nav .open-menu-nav-item .open-menu-nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3863AE;
    margin-bottom: 5px;
}

.header-open-menu-bottom .header-open-menu-navbar .open-menu-navbar-nav .open-menu-nav-item ul {
    margin-top: 5px;
}

.header-open-menu-bottom .header-open-menu-navbar .open-menu-navbar-nav .open-menu-nav-item ul li a {
    font-size: 11px;
    line-height: 13px;
    color: #555555;
}

.header-open-menu-bottom .menu-info .menu-info-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border: 0.25px solid #D6D6D6;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
    border-radius: 2px;
    padding: 15px;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .menu-private-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    width: 100%;
    height: 30px;
    background: #3863AE;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(97, 171, 236, 0.3);
    border: none;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .menu-private-btn i {
    display: flex;
    justify-self: flex-start;
    align-items: center;
    justify-content: center;
    background: #1F4D8D;
    border-radius: 1px;
    padding: 4px;
    margin-right: auto;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .menu-private-btn:hover {
    background: white;
    color: #3863AE;
    transition-duration: .3s;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .menu-private-btn:hover i {
    color: #1F4D8D;
    background: #fff;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .menu-subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 130%;
    color: #555555;
    width: 100%;
    height: 30px;
    background: white;
    border-radius: 2px;
    border: 1px solid #555555;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .menu-subscribe-btn:hover {
    background: #555555;
    color: white;
    transition-duration: .3s;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .subscribed-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 7.5px;
    line-height: 130%;
    color: #555555;
    opacity: 0.3;
    margin-top: 3px;
}

.header-open-menu-bottom .menu-info .menu-info-buttons p {
    font-family: 'Noto Serif', serif;
    padding-top: 20px;
    margin: 20px 0 10px;
    border-top: 0.25px solid rgba(85, 85, 85, 0.5);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .ask-question {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    color: #3863AE;
    width: 100%;
    height: 30px;
    background: white;
    border: 1px solid #3863AE;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.header-open-menu-bottom .menu-info .menu-info-buttons .ask-question:hover {
    color: white;
    background: #3863AE;
    transition-duration: .3s;
}

.header-open-menu-bottom .menu-info-contact {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 15px;
    justify-content: flex-start;
}

.header-open-menu-bottom .menu-info-contact a {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    margin-bottom: 10px;
}

.header-open-menu-bottom .menu-info-contact .menu-phone {
    margin-bottom: 5px;
}

.header-open-menu-bottom .menu-info-contact .menu-social a {
    display: inline-block;
}

.header-open-menu-bottom .menu-info-contact .menu-social a:hover {
    transform: scale(1.2, 1.2);
}

.header-open-menu .col-open-menu {
    width: 19%;
    padding: 0 15px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .header-open-menu-bottom .header-open-menu-navbar .open-menu-navbar-nav .open-menu-nav-item .open-menu-nav-link {
        font-size: 14px;
        line-height: 16px;
    }

    .header-open-menu .col-open-menu {
        width: 22%;
    }
}

.open-menu-modal.show .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.open-menu-modal.show {
    padding: 0 !important;
}

@keyframes modalShow {
    from {
        top: -700px;
    }
    to {
        top: 0;
    }
}

.modal-show {
    animation-duration: 1s;
    animation-name: modalShow;
    animation-fill-mode: forwards;
}

.modal-ask-question .modal-dialog {
    max-width: 358px;
}

.modal-ask-question .modal-header {
    padding: 11px;
    border: 0;
}

.modal-ask-question .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 35px 40px;
}

.modal-ask-question .modal-body h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #262852;
    padding: 0 40px;
    margin-bottom: 29px;
}

.modal-ask-question .modal-body form input {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    color: rgba(85, 85, 85, 0.7);
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #615F7B;
    border-radius: 3px;
}

.modal-ask-question .modal-body form textarea {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    color: rgba(85, 85, 85, 0.7);
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #615F7B;
    border-radius: 3px;
}

.modal-ask-question .modal-body form .modal-form-checkbox {
    position: relative;
    margin: 17px 0 25px;
}

.modal-ask-question .modal-body form .modal-form-checkbox input {
    position: absolute;
    left: -9999px;
}

.modal-ask-question .modal-body form .modal-form-checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 12px;
    line-height: 132.42%;
    text-decoration-line: underline;
    color: #555555;
}

.modal-ask-question .modal-body form .modal-form-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid #61ABEC;
    border-radius: 2px;
    background-color: transparent;
}

.modal-ask-question .modal-body form .modal-form-checkbox input[type="checkbox"]:checked + label:after,
.modal-ask-question .modal-body form .modal-form-checkbox input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 12px;
    height: 6px;
    border-radius: 1px;
    border-left: 2px solid #61ABEC;
    border-bottom: 2px solid #61ABEC;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modal-ask-question .modal-body form .modal-form-checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.modal-ask-question .modal-body form .modal-form-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.modal-ask-question .modal-body .no-a-robot {
    width: 100%;
}

.modal-ask-question .modal-body .no-a-robot img {
    width: 100%;
}

.modal-ask-question .modal-body button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #417DDD;
    box-shadow: 0 5px 10px rgba(102, 99, 128, 0.3);
    border-radius: 3px;
    width: 100%;
    height: 40px;
    border: none;
}

.modal-ask-question .modal-body button:hover {
    background: white;
    color: #417DDD;
    transition-duration: .3s;
}

/*news page*/
.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    margin: 35px auto;
}

.breadcrumbs a {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #555555;
    text-decoration: none;
}

.breadcrumbs a:before {
    content: url("../img/chevron-right.svg");
    color: #555555;
    margin-right: 10px;
}

.breadcrumbs a:nth-child(1)::before {
    display: none;
}

.breadcrumbs a:hover {
    color: black;
    transition-duration: .3s;
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        margin: 20px auto;
    }
}

.page-title {
    display: flex;
    justify-content: space-between;
}
.calendar-box{
    margin-top: -50px;
}

.page-title .datepicker-container {
    margin-left: auto;
}

.page-title .datepicker-container input {
    width: 200px;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #262852;
    outline: none;
}

.page-title .datepicker-container input:active, .page-title .datepicker-container input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.page-title .datepicker-container .btn-datepicker {
    width: 154px;
    height: 50px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}

.page-title .datepicker-container .btn-datepicker div {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    background: #292929;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    color: white;
    border: none;
}

.page-title .datepicker-container .btn-datepicker div:hover {
    color: #292929;
    background: white;
    transition-duration: .3s;
}

.page-title .datepicker-container .bootstrap-datetimepicker-widget.dropdown-menu {
    left: 50px !important;
}

.page-title button {
    width: 154px;
    height: 50px;
    font-size: 14px;
    line-height: 17px;
    color: #3863AE;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border: none;
    margin-left: 15px;
    padding: 0;
}

.page-title button:hover {
    background: #3863AE;
    color: #FFFFFF;
    transition-duration: .3s;
}

@media (max-width: 767.98px) {
    .page-title {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 0;
        position: relative;
    }

    .page-title .datepicker-container input {
        display: none;
    }
    .calendar-box {
        margin-top: 0px;
    }

    .page-title h3 {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-title .datepicker-container {
        position: relative;
        margin: 0;
        width: calc(50% - 10px);
    }

    .page-title .datepicker-container .bootstrap-datetimepicker-widget.dropdown-menu {
        left: 0 !important;
    }

    .page-title .datepicker-container .btn-datepicker {
        width: 100%;
    }

    .page-title button {
        width: calc(50% - 10px);
        position: relative;
    }
}

@media (max-width: 991.98px) {
    .page-archive .page-title .datepicker-container input {
        width: 150px;
    }
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch {
    text-transform: capitalize;
    background: #e9ecef;
}

.page-news .short-news-left {
    height: 328px;
}

.page-news .short-news-left, .page-news .news-page-short-news, .page-news .home-page-news-1, .page-news .news-container {
    margin-top: 30px;
}

.page-news .short-news-left1 {
    height: 345px;
}

.page-news .news-page-main {
    position: relative;
    height: 328px;
}

.page-news .news-page-main::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 23px;
    top: 20px;
    content: 'Главная новость';
    width: 127px;
    height: 26px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    box-shadow: 0 3.21429px 5.35714px rgba(0, 0, 0, 0.05);
    background: rgba(97, 171, 236, 0.8);
    border-radius: 2px;
}

.st-big.special-tag::after,
.st-small.special-tag::after,
.page-news .news-container.special-tag::after,
.page-news .home-page-news-1.special-tag::after,
.page-news .short-news-left.special-tag::after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 25px;
    top: 40px;
    content: 'Главная новость';
    width: 100px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    box-shadow: 0 3.21429px 5.35714px rgba(0, 0, 0, 0.05);
    background: rgba(97, 171, 236, 0.8);
    border-radius: 2px;
}

.st-big.special-tag::after {
    right: 10px;
    top: 10px;
}

.st-small.special-tag::after {
    right: 25px;
    top: 10px;
}

.page-newspaper .page-newspaper-themes .page-newspaper-themes-right a.st-small.special-tag:hover::after {
    right: 10px;
}

/*.st-small.special-tag .news-text-topic::after,*/
.page-news .special-tag .news-page-short-news-content-text .news-text-topic::after {
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    /* position: relative; */
    /* right: 30px; */
    margin-left: 10px;
    /* top: 0; */
    content: 'Главная новость';
    width: 100px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 3.21429px 5.35714px rgba(0, 0, 0, 0.05);
    background: rgba(97, 171, 236, 0.8);
    border-radius: 2px;
}

.page-news .news-page-short-news {
    /* height: 345px; */
    border-radius: 2px;
}

.page-news .news-page-short-news .news-page-short-news-container {
    /*height: 33.33%;*/
}

.page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content {
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
    border-bottom: none;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
}

.page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text {
    height: 100%;
    width: calc(100% - 134px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text h5 {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
}

.page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-img {
    height: 62px;
    width: 114px;
}

.page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-news .news-page-short-news .news-page-short-news-container:nth-child(1) .news-page-short-news-content {
    border-radius: 2px 2px 0 0;
}

.page-news .news-page-short-news .news-page-short-news-container:nth-child(3) .news-page-short-news-content {
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0 0 2px 2px;
}

@media (max-width: 1199.98px) {
    .page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text h5 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 991.98px) {
    .page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text {
        width: 100%;
    }

    .page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-img {
        display: none;
    }

    .page-news .home-page-news-1 {
        margin-bottom: 0;
    }

    .page-news .home-page-news-2 .news-container {
        margin-top: 0;
    }

    .page-news .news-line {
        margin-top: 0;
    }

    .page-news .short-news-left, .page-news .news-page-short-news, .page-news .home-page-news-1, .page-news .home-page-news-2 .news-container {
        border-radius: 2px;
    }

    .page-news .news-line .row {
        justify-content: center;
    }

    .page-news .short-news-left h5 {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .page-news .short-news-left, .page-news .news-page-short-news, .page-news .home-page-news-1, .page-news .news-container {
        margin-top: 10px;
        height: auto;
    }

    .page-news .short-news-left img, .page-news .news-page-short-news img, .page-news .home-page-news-1 img, .page-news .news-container img {
        height: auto;
    }

    .page-news .short-news-left h5 {
        font-size: 15px;
    }

    .page-news .news-page-main::after {
        display: none;
    }

    .page-news .news-container h5 {
        margin-bottom: 20px;
    }

    .page-news .news-page-short-news .news-page-short-news-container {
        height: auto;
        margin-bottom: 10px;
    }

    .page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content {
        border-radius: 2px;
    }

    .page-news .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text h5 {
        margin-bottom: 20px;
    }

    .page-news .news-page-short-news .news-page-short-news-container:nth-last-child(1) {
        margin-bottom: 0;
    }

    .page-news .home-page-news-2 .news-container-text h5 {
        margin-bottom: 20px;
    }
}

.load-content {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 137px;
}

.load-content a {
    transform: rotate(15deg);
    display: inline;
}

.load-content a:hover {
    transform: rotate(145deg);
    transition-duration: .3s;
}

.short-news-left, .news-page-short-news, .home-page-news-1, .home-page-news-2 .news-container {
    border-radius: 2px;
}

/*archive page*/
.page-content-title-decor {
    width: 100%;
    height: 4px;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.page-content-title-decor .line {
    width: calc(50% - 10px);
    height: 1px;
    border-bottom: 0.5px solid #292929;
}

.page-content-title-decor .ellipse {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #292929;
}

@media (max-width: 767.98px) {
    .page-content-title-decor {
        display: flex;
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .page-content-title-decor {
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .page-archive .page-content-title-decor {
        margin-bottom: 10px;
    }
}

.page-archive-content .page-archive-content-container {
    position: relative;
    height: 412px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    margin-top: 30px;
    overflow: hidden;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons {
    display: none;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-img {
    max-width: 246px;
    max-height: 246px;
    margin-bottom: auto;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-img img {
    width: 100%;
    height: 100%;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-1 p {
    width: 100%;
    padding: 0 25px;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    text-align: right;
    margin: 17px 0;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-1 h5 {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    margin: auto 21px 35px;
    text-align: center;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 p {
    width: 100%;
    padding: 0 25px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: right;
    margin: 17px 0;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 h5 {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    margin: 85px 21px 0;
    text-align: center;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-title {
    width: 100%;
    padding: 0 24px;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-title-decor {
    width: 100%;
    height: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-title-decor .line {
    width: calc(50% - 8px);
    height: 1px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-title-decor .ellipse {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons {
    margin: auto 0 35px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a{
    text-decoration: none;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a:hover{
    text-decoration: none;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 9px);
    height: 47px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #555555;
    border: none;
    width: 150px;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a button:hover {
    background: #f0f0f0;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a button img {
    margin-right: 12px;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a button.download-btn {
    background: #61ABEC;
    color: #FFFFFF;
}

.page-archive-content .page-archive-content-container .page-archive-content-layer-2 .page-archive-content-buttons a button.download-btn:hover {
    color: #f0f0f0;
}

.page-archive-content .page-archive-content-container:hover {
    transition-duration: .3s;
}

.page-archive-content .page-archive-content-container:hover .page-archive-content-layer-1 h5 {
    display: none;
}

.page-archive-content .page-archive-content-container:hover .page-archive-content-layer-2 {
    display: flex;
}

@media (max-width: 1199.98px) {
    .page-archive-content .page-archive-content-container {
        height: 457px;
        border-radius: 4px;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 h5 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons {
        margin: auto 0 -3px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 47px;
        background: #292929;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        border-radius: 0 0 0 2px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.02em;
        color: #fff;
        border: none;
    }
    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a{
        width: 50%;
    }
    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a button:hover {
        color: #f0f0f0;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a button img {
        margin-left: 12px;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a button.download-btn {
        background: #61ABEC;
        color: #FFFFFF;
        border-radius: 0 0 2px 0;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a button.download-btn img {
        margin-right: 12px;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 .page-archive-content-buttons a button.download-btn:hover {
        color: #f0f0f0;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-2 {
        display: none;
    }

    .page-archive-content .page-archive-content-container:hover .page-archive-content-layer-1 h5 {
        display: inline-block;
    }

    .page-archive-content .page-archive-content-container:hover .page-archive-content-layer-2 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 p {
        text-align: left;
    }

    .page-archive-content .page-archive-content-container .page-archive-content-layer-1 h5 {
        font-weight: 400;
    }
}

@media (max-width: 767.98px) {
    .home-page-news-1, .news-container, .news-page-short-news-content, .short-news-left {
        background: #FFFFFF;
        border: 1px solid #D6D6D6 !important;
    }

    .home-page-news-1 h5, .news-container h5, .news-page-short-news-content h5, .short-news-left h5 {
        font-weight: 400 !important;
    }

    .page-archive-content-layer-1 {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }
    .page-news{
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .short-news, .news-without-img, .news-page-short-news-content {
        height: 140px !important;
        justify-content: space-between;
    }

    .short-news h5, .news-without-img h5, .news-page-short-news-content h5 {
        margin-bottom: auto;
    }
}

.home-page-news-1, .news-container, .news-page-short-news-content, .short-news-left, .page-archive-content-container {
    overflow: hidden;
}

.breadcrumbs-inactive-link {
    cursor: default;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .breadcrumbs-inactive-link {
        display: none;
    }
}


/*newspaper-news-page*/
.page-newspaper .page-newspaper-content {
  margin-top: 38px; }

.page-newspaper .only-title.news-without-img .news-text-content {
  font-size: 0; }

.page-newspaper .only-title.news-without-img h5 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 140%; }

.page-newspaper .short-news-left {
  height: 345px; }

.page-newspaper .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text {
  width: 100%; }

.page-newspaper .news-line .row {
  justify-content: space-between; }

.page-newspaper .news-line h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #262852; }

.page-newspaper .news-line .all-news {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .page-newspaper .news-line .all-news a {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    line-height: 25px;
    color: #262852; }
    .page-newspaper .news-line .all-news a span {
      text-decoration-line: underline; }

.page-newspaper .page-newspaper-themes {
  margin-bottom: 40px; }
  .page-newspaper .page-newspaper-themes .row {
    justify-content: space-between; }
  .page-newspaper .page-newspaper-themes h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #262852; }
  .page-newspaper .page-newspaper-themes a:hover {
    text-decoration: none; }
  .page-newspaper .page-newspaper-themes .all-themes {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .page-newspaper .page-newspaper-themes .all-themes a {
      font-family: 'Noto Serif', serif;
      font-size: 18px;
      line-height: 25px;
      color: #262852; }
      .page-newspaper .page-newspaper-themes .all-themes a span {
        text-decoration-line: underline; }
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-left {
    margin-top: 30px;
    border-radius: 2px; }
    .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      height: 410px;
      overflow: hidden;
      border-radius: 2px; }
      .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a p {
        color: #D6D6D6;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
      .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a h5 {
        font-family: 'Noto Serif', serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #FFFFFF;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
      .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a:hover {
        transform: scale(1.02, 1.02);
        transition-duration: .3s; }
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-right {
    margin-top: 30px; }
    .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a {
      display: flex;
      height: 195px;
      margin-bottom: 20px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px 10px;
      border-radius: 2px;
      box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2); }
      .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a h5 {
        font-family: 'Noto Serif', serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
      .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a p {
        color: #D6D6D6;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
      .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a:hover {
        transform: scale(1.1, 1.1);
        transition-duration: .3s; }

.page-newspaper .news-container:hover {
  text-decoration: none; }

.page-newspaper-bottom {
  margin: 60px auto; }

.newspaper-bottom-subscribe {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 15px;
  background: #F5F5F5;
  border: 1px solid #D6D6D6;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.newspaper-bottom-subscribe::after {
  position: absolute;
  content: '';
  left: -2999px;
  width: 3000px;
  height: calc(100% + 2px);
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  background: #F5F5F5;
}
  @media (max-width: 991.98px) {
    .newspaper-bottom-subscribe {
      border-left: 1px solid #D6D6D6; }
      .newspaper-bottom-subscribe::after {
        display: none; } }
  .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img {
    position: relative;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 2px; }
    .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img > img {
      height: 100%;
      width: 100%; }
    .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img a {
      position: absolute;
      bottom: 2px;
      right: 4px; }
      .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img a:hover {
        transform: scale(1.1, 1.1);
        transition-duration: .3s; }
      @media (max-width: 767.98px) {
        .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img a {
          right: calc(50% - 110px); } }
  .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 30px 0 15px; }
    .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-title {
      font-size: 22px;
      line-height: 150.4%;
      color: #262852; }
    .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-date {
      font-size: 16px;
      line-height: 150.4%;
      color: #555555; }
    .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn {
      display: flex;
      flex-wrap: wrap;
      margin-top: auto; }
      .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn p {
        width: 100%;
        font-size: 16px;
        line-height: 130%;
        color: #262852; }
      .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-subscribed-btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(85, 85, 85, 0.5); }
        .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-subscribed-btn button, .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-subscribed-btn p {
          display: flex;
          justify-content: center;
          align-items: center;
          width: calc(50% - 10px);
          height: 37px; }
        .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-subscribed-btn button {
          background: #417DDD;
          box-shadow: 0px 5px 20px rgba(84, 148, 251, 0.5);
          border-radius: 2px;
          font-weight: bold;
          font-size: 14px;
          line-height: 130%;
          color: #FFFFFF;
          border: none; }
          .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-subscribed-btn button:hover {
            background: white;
            transition-duration: .3s;
            color: #417DDD; }
        .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-subscribed-btn p {
          font-weight: bold;
          font-size: 14px;
          line-height: 130%;
          color: #555555;
          border: 1px solid #555555;
          border-radius: 2px;
          opacity: 0.5; }
      .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-download-btn {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-download-btn button {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: calc(50% - 10px);
          height: 38px;
          border: none;
          background: #292929;
          border-radius: 2px;
          color: white; }
          .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-download-btn button::before {
            position: absolute;
            content: url("../img/download-btn-pdf.svg");
            left: 13px;
            top: 9px; }
        .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn .newspaper-download-btn p {
          display: flex;
          align-items: center;
          width: calc(50% - 10px);
          font-size: 10px;
          line-height: 175%;
          color: #555555;
          opacity: 0.8; }

.subscribe-btn-adaptive {
  display: none; }
  .subscribe-btn-adaptive button:nth-child(2):hover {
    background: white;
    transition-duration: .3s;
    color: #417DDD; }
  @media (max-width: 767.98px) {
    .subscribe-btn-adaptive {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .subscribe-btn-adaptive button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
        height: 50px;
        font-size: 14px;
        line-height: 130%;
        color: #FFFFFF;
        border: none;
        border-radius: 2px; }
        .subscribe-btn-adaptive button:nth-child(2) {
          background: #417DDD;
          box-shadow: 0 5px 20px rgba(84, 148, 251, 0.5);
          font-weight: bold; }
        .subscribe-btn-adaptive button:nth-child(1) {
          background: #292929; }
          .subscribe-btn-adaptive button:nth-child(1)::before {
            content: url("../img/download-btn-pdf.svg");
            margin: 5px 10px 0 0; } }

@media (max-width: 1199.98px) {
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .page-newspaper .only-title.news-without-img h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .page-newspaper .news-container-text h5 {
    font-weight: 400; }
  .page-newspaper .news-without-img h5 {
    font-weight: 400; }
  .page-newspaper .home-page-news-1-text h5 {
    font-weight: 400; }
  .page-newspaper .news-page-short-news .news-page-short-news-container .news-page-short-news-content-text h5 {
    font-weight: 400; }
  .page-newspaper .short-news-left h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; } }

.newspaper-bottom-news h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #262852;
  margin-bottom: 13px; }

.newspaper-bottom-news .newspaper-bottom-news-content {
  background: #FFFFFF;
  border: 1px solid #1A4784;
  box-sizing: border-box;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  height: 440px; }
  .newspaper-bottom-news .newspaper-bottom-news-content .row {
    height: 100%; }
  .newspaper-bottom-news .newspaper-bottom-news-content .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .newspaper-bottom-news .newspaper-bottom-news-content .col-12 .newspaper-bottom-news-content-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px 15px;
      border-bottom: 1px solid #D6D6D6;
      height: 33.33%; }
      .newspaper-bottom-news .newspaper-bottom-news-content .col-12 .newspaper-bottom-news-content-text:nth-last-child(1) {
        border-bottom: none; }
      .newspaper-bottom-news .newspaper-bottom-news-content .col-12 .newspaper-bottom-news-content-text .news-text-topic {
        color: #1A4784; }
      .newspaper-bottom-news .newspaper-bottom-news-content .col-12 .newspaper-bottom-news-content-text h5 {
        font-family: 'Noto Serif', serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #555555;
        margin: 3px 0 17px; }
      .newspaper-bottom-news .newspaper-bottom-news-content .col-12 .newspaper-bottom-news-content-text:hover {
        text-decoration: none; }

@media (max-width: 1199.98px) {
  .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content {
    padding: 0 15px; }
  .newspaper-bottom-news .newspaper-bottom-news-content .col-12 .newspaper-bottom-news-content-text {
    padding: 15px; } }

@media (max-width: 991.98px) {
  .page-newspaper-bottom {
    margin: 47px auto; }
  .newspaper-bottom-subscribe {
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .page-newspaper .page-newspaper-themes h3, .page-newspaper .news-line h3, .newspaper-bottom-news h3 {
    font-size: 20px;
    line-height: 22px; }
  .newspaper-bottom-subscribe .newspaper-bottom-subscribe-content .newspaper-bottom-subscribe-content-btn {
    display: none; }
  .newspaper-bottom-subscribe {
    height: auto;
    padding: 15px 10px; }
    .newspaper-bottom-subscribe .col-md-4 {
      order: 2; }
  .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img {
    box-shadow: none;
    border: none;
    background: transparent;
    text-align: center;
    margin-bottom: 30px; }
    .newspaper-bottom-subscribe .newspaper-bottom-subscribe-img > img {
      margin-top: 20px;
      width: auto;
      box-shadow: 0px 13.8288px 27.6577px rgba(0, 0, 0, 0.15);
      border-radius: 1.84384px; }
  .page-newspaper .page-newspaper-themes .all-themes a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #417DDD;
    border: 0.1px solid #D6D6D6;
    box-shadow: 0 5px 10px rgba(97, 171, 236, 0.4);
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0; }
    .page-newspaper .page-newspaper-themes .all-themes a span {
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      line-height: 150.4%;
      color: #FFFFFF; }
    .page-newspaper .page-newspaper-themes .all-themes a:hover {
      background: white;
      transition-duration: .3s; }
      .page-newspaper .page-newspaper-themes .all-themes a:hover span {
        color: #417DDD; }
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-left {
    margin-top: 15px; }
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a {
    margin-bottom: 30px; }
  .page-newspaper .news-line .all-news {
    order: 3;
    margin-top: 10px; }
    .page-newspaper .news-line .all-news a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      background: #417DDD;
      border: 0.1px solid #D6D6D6;
      box-shadow: 0 5px 10px rgba(97, 171, 236, 0.4);
      border-radius: 2px;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 0; }
      .page-newspaper .news-line .all-news a span {
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        line-height: 150.4%;
        color: #FFFFFF; }
      .page-newspaper .news-line .all-news a:hover {
        background: white;
        transition-duration: .3s; }
        .page-newspaper .news-line .all-news a:hover span {
          color: #417DDD; }
  .page-newspaper .short-news-left {
    height: auto; }
  .page-newspaper .short-news-left h5, .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a h5, .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a h5 {
    font-size: 15px; } }

@media (max-width: 575.98px) {
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-left a {
    height: 195px; }
  .page-newspaper .page-newspaper-themes .page-newspaper-themes-right {
    margin-top: 20px; }
    .page-newspaper .page-newspaper-themes .page-newspaper-themes-right a {
      margin-bottom: 20px; }
  .page-newspaper .home-page-news-1-img {
    max-height: 200px;
    height: auto; }
  .page-newspaper .only-title.news-without-img h5 {
    margin-top: 0;
    font-size: 15px;
    line-height: 18px; } }

.page-newspaper .page-newspaper-themes .all-themes a:hover, .page-newspaper .news-line .all-news a:hover {
  text-decoration: none; }
  .page-newspaper .page-newspaper-themes .all-themes a:hover span, .page-newspaper .news-line .all-news a:hover span {
    text-decoration: none; }

.bx-breadcrumb-item{
    /*height: auto;*/
}
.bx-breadcrumb-item-angle{
   /* margin-top: 2px;*/
}
.bx-breadcrumb{
    display: flexbox;
    max-width: 100%;
    overflow: hidden;
}
.bx-breadcrumb-item{
    white-space: normal;
}

.exit {
    color:#96A5B5;
    font-size:12px;
}

.exit:hover{
    color: #007bff;
    text-decoration: none;
}


/*single-news-page*/

.single-news-page {
    padding: 30px 32px 50px 48px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    box-shadow: 1.87578px 3.75155px 18.7578px rgba(200, 200, 200, 0.2);
    border-radius: 2px;
    margin-bottom: 54px;
	width:100%;
}

.single-news-page .single-news-page-head .head-topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-news-page .single-news-page-head .head-topic .single-news-page-head-topic {
    font-size: 16px;
    line-height: 130%;
    color: #3863AE;
}

.single-news-page .single-news-page-head .head-topic .single-news-page-head-bookmark {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #292929;
    border-radius: 1.53846px;
    width: 100px;
    height: 27px;
    font-weight: bold;
    font-size: 7.69231px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.single-news-page .single-news-page-head .head-topic .single-news-page-head-bookmark img {
    margin-right: 9px;
}

.single-news-page .single-news-page-head h2 {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 57px;
    color: #262852;
    margin: 5px 0 20px;
}

.single-news-page .single-news-page-head .single-news-page-author {
    display: flex;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #3863AE;
    margin-bottom: 30px;
}
.single-news-page .single-news-page-head .single-news-page-age-limit{
    display: flex;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #3863AE;
    margin-bottom: 30px;
}
.single-news-page .single-news-page-head .single-news-page-author p {
    margin-right: 8px;
}

.single-news-page .single-news-page-head .single-news-page-author .author-circle {
    display: flex;
    align-items: center;
}

.single-news-page .single-news-page-head .single-news-page-author .author-circle i {
    font-size: 2px;
}

.single-news-page .single-news-page-head .single-news-page-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-news-page .single-news-page-head .single-news-page-img img {
    width: 100%;
    max-width: 800px;
    max-height: 533px;
    object-fit: contain;
    object-position: top left;
}

.single-news-page .single-news-page-head .single-news-page-img p {
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color: #555555;
    margin-top: 5px;
}

.single-news-page .single-news-page-body .single-news-page-body-content {
    margin: 21px auto 0;
}

.single-news-page .single-news-page-body .single-news-page-body-content p {
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    margin-bottom: 15px;
}

.single-news-page .single-news-page-body .single-news-page-body-content div {
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  margin-bottom: 15px;
}

.single-news-page .single-news-page-body .single-news-page-body-content blockquote {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #262852;
    padding-left: 15px !important;
    margin: 40px 0 !important;
}

.single-news-page .single-news-page-body .single-news-page-body-content blockquote::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 5px;
    background: #3863AE;
}

.single-news-page .single-news-page-body .single-news-page-body-content .body-content-video {
    position: relative;
    margin: 40px 0;
    display: flex;
    border-radius: 2px;
}

.single-news-page .single-news-page-body .single-news-page-body-content .body-content-video img {
    width: 100%;
    object-fit: cover;
}

.single-news-page .single-news-page-body .single-news-page-body-content .body-content-video::after {
    content: url("../img/media-play-main.png");
    position: absolute;
    top: calc(50% - 62px);
    left: calc(50% - 62px);
}

@media (max-width: 575.98px) {
    .single-news-page .single-news-page-body .single-news-page-body-content .body-content-video {
        max-height: 300px;
    }
}

.single-news-page .single-news-page-body .single-news-page-body-content .page-tag {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.single-news-page .single-news-page-body .single-news-page-body-content .page-tag a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    background: #EDEDED;
    border-radius: 20px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 130%;
    color: #A5A5A5;
}

.single-news-page .single-news-page-body .fancybox img {
    width: 100%;
	height: auto;
}

.single-news-page .single-news-page-body .single-news-page-body-content .page-tag a:hover {
    background: #A5A5A5;
    color: #EDEDED;
    transition: .3s;
    text-decoration: none;
}

.single-news-page .single-news-page-body .single-news-page-body-links {
    display: flex;
    justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	flex-wrap: wrap;
}

.single-news-page .single-news-page-body .social-links--small {
    justify-content: flex-end;
    margin: 0;
}

@media (max-width: 570px) {
    .single-news-page .single-news-page-body .social-links--small {
        width: 100%;
        margin-left: 0;
    }
}

.single-news-page .single-news-page-body .single-news-page-body-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(16.6666% - 11px);
    height: 35px;
    font-weight: 800;
    font-size: 8px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 10px;
}

.single-news-page .single-news-page-body .single-news-page-body-links .social-link {
    width: 36px;
    margin-left: 12px;
}

@media (max-width: 570px) {
    .single-news-page .single-news-page-body .single-news-page-body-links .social-link {
        margin-left: 0;
    }
}

.single-news-page .single-news-page-body .single-news-page-body-links .social-link:first-of-type {
    margin-left: 0;
}

.single-news-page .single-news-page-body .single-news-page-body-links a img {
    margin-right: 10px;
}

.single-news-page .single-news-page-body .single-news-page-body-links .social-link img {
    margin-right: 0;
}

.single-news-page-body-content-sliders{
	max-width:700px;
}

@media (max-width: 991.98px) {
    .single-news-page .single-news-page-head .head-topic .single-news-page-head-topic {
        font-size: 14px;
    }

    .single-news-page .single-news-page-head h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
.single-news-page--spec-news {
    padding: 0;
    background: #F5F5F5;
    border: none;
    margin: 0;
}
.single-news-page-body--spec-news {
    padding: 48px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    box-shadow: 1.87578px 3.75155px 18.7578px rgb(200 200 200 / 20%);
    border-radius: 2px;
    margin-bottom: 18px;
    width: 100%;
}
.single-news-page .single-news-page-body--spec-news .single-news-page-body-content {
    margin-top: 0;
}


.single-news-page .single-news-page-body--spec-news .single-news-page-body-content div {
  font-size: 16px; 
  line-height: 19px;
  color: #555555;
  margin-bottom: 15px;
}

.single-news-page-body--spec-news .single-news-page-img img {
    width: 100%;
    max-width: 635px;
}
.single-news-page-body--spec-news .single-news-page-title {
    margin-bottom: 28px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
}
.social-links-container {
    padding: 0 15px;
}

@media (max-width: 767.98px) {
    .single-news-page {
        padding: 0 15px;
        border: none;
        box-shadow: none;
        margin-bottom: 54px;
    }
    .single-news-page--spec-news {
        padding: 0;
        border: none;
        background: #FFFFFF;
        margin-bottom: 26px;
    }
    .single-news-page--spec-news > .col-12 {
        padding: 0;
    }

    .single-news-page-body--spec-news {
        padding: 12px;
        background: #F5F5F5;
        border: 1px solid #D6D6D6;
        box-sizing: border-box;
        box-shadow: 1.87578px 3.75155px 18.7578px rgb(200 200 200 / 20%);
        border-radius: 2px;
        margin-bottom: 18px;
        width: 100%;
    }

    .single-news-page .single-news-page-head {
        padding: 10px;
        background: #F5F5F5;
        border: 1px solid #D6D6D6;
        margin: 0 -15px;
    }

    .single-news-page .single-news-page-head--spec-news {
        padding: 0;
        background: inherit;
        border: none;
        margin: 0;
    }

    .single-news-page .single-news-page-head--spec-news h1 {
        margin-bottom: 10px;
        line-height: 40px;
    }

    .social-links-container {
        padding: 0 12px;
    }

    .single-news-page .single-news-page-head .head-topic .single-news-page-head-topic {
        font-size: 14px;
    }

    .single-news-page .single-news-page-head .single-news-page-img {
        padding: 0 5px;
    }

    .single-news-page .single-news-page-head .single-news-page-img p {
        padding-left: 10px;
    }

    .single-news-page .single-news-page-body .single-news-page-body-content {
        padding: 0;
    }

    .single-news-page .single-news-page-body--spec-news .single-news-page-body-content {
        padding: 12px;
    }

    .single-news-page .single-news-page-body .single-news-page-body-content .body-content-text {
        padding: 10px;
        background: #F5F5F5;
        border: 1px solid #D6D6D6;
    }

    .single-news-page .single-news-page-body .single-news-page-body-content blockquote {
        margin: 30px 0;
    }

    .single-news-page .single-news-page-body .single-news-page-body-content .body-content-video {
        margin: 30px 0;
    }

    .single-news-page .single-news-page-body .single-news-page-body-content .body-content-video::after {
        content: url("../img/play-btn.svg");
        top: calc(50% - 35px);
        left: calc(50% - 35px);
    }

    .single-news-page .single-news-page-body .single-news-page-body-content .page-tag {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .single-news-page .single-news-page-body .single-news-page-body-links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .single-news-page .single-news-page-body .single-news-page-body-links a {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .single-news-page .single-news-page-body .single-news-page-body-links a:nth-last-child(1) {
        width: 100%;
        margin-top: 20px;
    }
}




.single-news-page-body-content-sliders .single-news-page-slider-first {
    height: 402px;
    overflow: hidden;
    margin-bottom: 17px;
}

.single-news-page-body-content-sliders .single-news-page-slider-first .single-news-page-slider-first-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 402px;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 8.78%, rgba(0, 0, 0, 0) 83.11%);
    border-radius: 1.91328px;
}

.single-news-page-body-content-sliders .single-news-page-slider-first .single-news-page-slider-first-slide img {
    border-radius: 1px;
    min-height: 100%;
    object-fit: contain;
	height:100%;
}

.single-news-page-body-content-sliders .single-news-page-slider-first .slick-arrow {
    top: calc(50% - 15px);
}

.single-news-page-body-content-sliders .single-news-page-slider-first .slick-arrow::before {
    content: url("../img/single-news-slider-arrow.svg");
}

.single-news-page-body-content-sliders .single-news-page-slider-first .slick-prev {
    left: 24px;
    z-index: 2;
}

.single-news-page-body-content-sliders .single-news-page-slider-first .slick-prev::before {
    content: url("../img/single-news-slider-arrow.svg");
}

.single-news-page-body-content-sliders .single-news-page-slider-first .slick-next {
    right: 24px;
}

.single-news-page-body-content-sliders .single-news-page-slider-second {
    margin: 0 -10px 40px;
    height: 107px;
    overflow: hidden;
}

.single-news-page-body-content-sliders .single-news-page-slider-second .slick-list {
    padding: 0 !important;
}

.single-news-page-body-content-sliders .single-news-page-slider-second .single-news-page-slider-second-slide {
    height: 107px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.single-news-page-body-content-sliders .single-news-page-slider-second .single-news-page-slider-second-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 467.98px) {
    .single-news-page-body-content-sliders .single-news-page-slider-first {
        height: auto;
        max-height: 170px;
    }

    .single-news-page-body-content-sliders .single-news-page-slider-first .single-news-page-slider-first-slide {
        height: auto;
    }

    .single-news-page-body-content-sliders .single-news-page-slider-first .single-news-page-slider-first-slide img {
        max-width: 100%;
        max-height: 170px;
    }

    .single-news-page-body-content-sliders .single-news-page-slider-first .slick-arrow {
        top: calc(50% - 5px);
    }

    .single-news-page-body-content-sliders .single-news-page-slider-first .slick-arrow::before {
        content: url("../img/single-news-slider-arrow-adaptive.svg");
    }

    .single-news-page-body-content-sliders .single-news-page-slider-first .slick-prev::before {
        content: url("../img/single-news-slider-arrow-adaptive.svg");
    }

    .single-news-page-body-content-sliders .single-news-page-slider-second {
        margin: 0 -6px 20px;
        max-height: 50px;
        overflow: hidden;
    }

    .single-news-page-body-content-sliders .single-news-page-slider-second .slick-list {
        padding: 0 !important;
    }

    .single-news-page-body-content-sliders .single-news-page-slider-second .single-news-page-slider-second-slide {
        height: 50px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .single-news-page-body-content-sliders .single-news-page-slider-second .single-news-page-slider-second-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.single-news-page .fancybox-inner {
    height: 300px !important;
}

a.button {
	background: #417DDD;
	box-shadow: 0px 5px 20px rgba(84, 148, 251, 0.5);
	border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    border: none;
	height: 37px;
	justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
	display: flex;
}

.newspaper-download-btn a{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    height: 38px;
    border: none;
    background: #292929;
    border-radius: 2px;
    color: white;
}

.page-archive-content-buttons a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 9px);
    height: 47px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #555555;
    border: none;
}

.page-archive-content-buttons a:nth-child(2) {
    background: #61ABEC;
    color: #FFFFFF;
	border-radius: 2px;

}

.page-news-content {
	width: 100%;
}

.single-news-page-body-content img {
	max-width: 700px;
}

@media (max-width: 767.98px) {
.single-news-page-body-content img {
	max-width: 400px;
}
}

@media (max-width: 467.98px) {
.single-news-page-body-content img {
	max-width: 300px;
}
}

.single-news-page-body-content iframe {
    width: 100%;
    max-width: 700px;
    height: 393px;
}

@media (max-width: 991px) {
    .single-news-page-body-content iframe {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .single-news-page-body-content iframe {
        max-width: 400px;
        height: 225px;
    }
}

@media (max-width: 467px) {
    .single-news-page-body-content iframe {
        max-width: 300px;
        height: 169px;
    }
}

.news-property {
display: none;
}

.news-detail-back {
display: none;
}

.single-news-page-body-gallary-link-wrap {
	margin-bottom: 38px;
}



.insert-q-mark {
	box-sizing: border-box;
	position: relative;
	width: auto;
	margin: 30px 20px;
	background-color: #ffffff;
}

.insert-q-mark--small {
	max-width: 370px;
}

.insert-q-mark--middle {
	max-width: 60%;
}

.insert-q-mark--wide {

}

.insert-q-mark::before,
.insert-q-mark::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 28px;
	background-image: url("/local/templates/vesty/img/marks.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.insert-q-mark::before {
	top: -13px;
	left: -20px;
}

.insert-q-mark::after {
	bottom: -13px;
	right: -20px;
	transform: rotate(180deg);
}

.insert-q-wrap {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
}

.insert-q-wrap::before,
.insert-q-wrap::after {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 50%;
	background-color: transparent;
	border: 2px solid #4c4c4c;
}

.insert-q-wrap::before {
	top: 0;
	right: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.insert-q-wrap::after {
	bottom: 0;
	left: 0;
	border-top-color: transparent;
	border-right-color: transparent;
}

.insert-q {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
    word-break: break-word;

}

@media (max-width: 767px) {
	.insert-q-mark--small {
		max-width: unset;
	}

	.insert-q-mark--middle {
		max-width: unset;
	}

	.insert-q-mark--wide {
		max-width: unset;
	}
}

.top-banner img {
	max-width: 100vw;
	height: auto;
}


.ctrl_f-hint {
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 270px;
	height: 135px;
	overflow: hidden;
	cursor: pointer;
}

.ctrl_f-hint img {
	position: absolute;
	left: 50%;
	right: 0;
	top: 50%;
	bottom: 0;
	width: 110%;
	transform: translate(-50%,-50%);
}

@media(max-width: 600px) {
	.ctrl_f-hint {
		display: none !important;
	}
}

.single-news-page-tg {
	font-size: 16px;
  line-height: 19px;
  color: #555555;
  margin-bottom: 24px;
  margin-top: 30px;
}



.audio-content__desc {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}

@media(max-width: 600px) {
    .audio-content audio {
        width: 100%;
    }

    .audio-content audio::-webkit-media-controls-panel {
        background: aliceblue;
    }
}
