@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Source+Sans+Pro:wght@200;400;600;700;900&display=swap');

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #2D2D2D;
    background-color: #f4f4f4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Merriweather';
}

.header-logo img {
    height: 22px;
    display: block;
}

.wp-caption {
    width: 100% !important;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #2D2D2D;
}

.border-radius-8 {
    border-radius: 8px;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.calendar_info {
    font-size: 15px;
}

.max-width {
    max-width: 1552px;
    box-shadow: 0 0 32px rgb(0 0 0 / 8%);
    background-color: #fcfcfc;
}

#navbarToggleExternalContent .navbar-nav .nav-link {
    padding: 0 14px;
    line-height: 40px;

}

#navbarToggleExternalContent .navbar-nav .sub-menu .nav-link {
    line-height: 30px;
}

#navbarToggleExternalContent .navbar-nav .nav-item:hover > a.nav-link {
    color: #989898;
}

.menu-item-has-children {
    padding-right: 20px;
    position: relative;
}

.menu-item-has-children:before {
    display: block;
    content: "";
    position: absolute;
    right: 14px;
    width: 10px;
    height: 10px;
    background: url(../img/arr-down.svg) 0 0 no-repeat;
    top: 18px;
}


.card-block {
    min-height: 292px;
}

.maket {
    border-radius: 8px;
    border-color: #E2E2E2;
    transition: box-shadow .4s;
}

.maket:hover {
    box-shadow: 0 2px 18px rgb(0 0 0 / 8%);
}

.maket .card-header {
    padding-top: 16px
}

.maket_1 .title, .maket_2 .title {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.maket_3 .card-header {
    height: 160px
}

.maket_black {
    position: relative;
    overflow: hidden;
    background: #181716;
    border-radius: 8px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.maket_black .zag {
    color: #ffffff;
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    display: block;
}

.maket_black .card-body {
    z-index: 1;
}

.maket_black:after, .maket_black:before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 204px;
    background-size: 102px 204px;
    content: "";
}

.maket_black:before {
    left: 0;
    width: 33%;
    background-image: radial-gradient(circle 204px at left, #232323 50%, transparent 0);
}

.maket_black:after {
    left: 408px;
    width: 16%;
    background-image: radial-gradient(circle 204px at right, #232323 50%, transparent 0);
}

.round-active {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 204px;
    height: 204px;
    margin-left: -104px;
    background: #232323;
    border-radius: 100%;
    content: "";
    transition: transform .3s ease-out, background-color .3s ease-out;
}

.maket_black:hover .round-active {
    background-color: #101010;
    transform: scale(3.61);
}

ul.list_tags {
    padding: 0;
    margin: 0;
}

ul.list_tags li {
    display: inline;
    list-style: circle;
}


ul.list_tags li {
    color: #787878
}

ul.list_tags li.type_partner_news {
    color: #0082FF;
}

ul.list_tags li:before {
    margin: 0 8px;
    color: #989898;
    font-weight: 700;
}

ul.list_tags li + li:before {
    content: "·";
}

ul.list_tags li a {
    color: #0082FF;
    font-size: 13px;
}

ul.list_tags li.date {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
}

ul.list_tags li.date span {
    font-size: 28px;
    line-height: 30px;
}

ul.list_tags.font_22_48 {
    font-size: 22px;
    line-height: 48px;
}

ul.list_tags.font_12_16 {
    font-size: 12px;
    line-height: 16px;
}

ul.list_tags.gold, ul.list_tags.gold a {
    font-size: 13px;
    line-height: 16px;
    color: #B98C32;
}


ul.list_tags.font_22_48 li.date span {
    font-size: 22px;
    line-height: 48px;
}

ul.list_tags.font_22_48 li.date span {
    font-size: 80px;
    line-height: 88px;
}


.my_btn {
    padding: 4px 16px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
}

.my_btn.active {
    font-weight: 600;
    background-color: #E2E2E2;
}

.yellow_button {
    background: #F4E600;
    border: transparent;
}


.maket_2 div {
    z-index: 1;
}

.back_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 0;
}

.back_img:after {
    content: "";
    background: #181716;
    opacity: 0.7;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.sidebar {
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.calendar_date, .calendar_date, .text_date {
    font-size: 13px;
}

header.top-menu {
    height: 48px;
    background-color: #101010;

}

nav.top-menu {
    height: 48px;
}

header.top-menu a {
    color: #ffffff;
}

.main-content {
}

.ads-top, .ads-sidebar {
    background-color: #E2E2E2;
}

.ads-sidebar-zag, .ads-top-zag {
    font-size: 12px;
    line-height: 25px;
}

footer.footer {

    background: #101010 url("../img/Footer/Elenets/3.svg") no-repeat 0 0;
    color: #989898;
}

.footer-logo img {
    height: 20px;
}

.footer a {
    color: #989898;
    text-decoration: none;
}

.footer h3 {
    color: #ffffff;
}

footer .copyright, footer .address {
    font-size: 13px;
    border-top: solid 1px #2D2D2D;
}

footer ul li {
    margin-bottom: 5px
}

.zag_sidebar .zag {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.zag_sidebar {
    border-bottom: 1px solid #E2E2E2;
}

.user_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}


.text-gray-5 {
    color: #989898;
}

.text-gray-6 {
    color: #787878;
}

.text-gray-7 {
    color: #2D2D2D;
}

.text-blue,
.footer a.text-blue {
    color: #0082FF;
}

.footer-zag {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.zag_13_20 {
    font-size: 13px;
    line-height: 20px;
}

.zag_15_22 {
    font-size: 15px;
    line-height: 22px;
}

.text_24_30 {
    font-size: 24px;
    line-height: 30px;
}

h1.text_26_32 {
    font-size: 26px;
    line-height: 32px;
}

.search_block {
    border: solid 1px #E2E2E2;
    border-radius: 4px;
    background: #FCFCFC;
}

.search_block input {
    padding-left: 5px;
    outline: none;
}

.search_block input, .search_block button {
    border: none;
    background-color: transparent;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    display: none;
    width: 150%;
    position: absolute;
    background-color: #000;
    padding: 0;

}

.menu-item-has-children .sub-menu li {
    list-style: none;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.maket_rezident {
    color: #787878;
    position: relative;
}

.maket_rezident .arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s opacity, 0.4s visibility;
}

.maket_rezident:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.prew_rezident img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    transition: box-shadow .4s;
}

.prew_border img {
    z-index: 1;
    position: relative;
    box-shadow: none !important;
    border: none !important;
}

.prew_border {
    position: relative;
    width: 88px;
    height: 88px;
}

.prew_border::before {
    position: absolute;
    content: '';
    z-index: 0;
    inset: -4px;
    border-radius: 50%;
}

.prew_resident::before {
    background: linear-gradient(180deg, #FFF56A 0%, #EBBD48 29%, #FFFF74 59%, #C89A2C 100%);
}

.prew_expert::before {
    background: linear-gradient(180deg, #1C4028 0.08%, #4DBE72 29.06%, #265D38 59.03%, #6A997A 100%);
}

.prew_user {
    width: 48px;
}

.prew_user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.maket_rezident:hover .prew_rezident img {
    box-shadow: 0px 0px 0 8px #F4F4F4;
}

.maket_rezident .zag {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #2D2D2D;
}

.rezident_item {
    background: #FFFFFF;
    /* Gray / 3 */

    border: 1px solid #E2E2E2;
    border-radius: 8px;
}

.rezident_item .zag {
    border-bottom: solid 1px #E2E2E2;
}

.icon_rezident {
    position: relative;
}

.icon_rezident .type {
    position: absolute;
    width: 38px;
    height: 38px;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.type.gold {
    background: url("../img/status_gold.svg") no-repeat 0 0;
}

.type.silver {
    background: url("../img/status_silver.svg") no-repeat 0 0;
}

.type.platinum {
    background: url("../img/status_platinim.svg") no-repeat 0 0;
}

.type.type_resident {
    background: url("../img/resident.svg") no-repeat 0 0;
}

.type.type_expert {
    background: url("../img/expert.svg") no-repeat 0 0;
}

.icon_rezident img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
}


.text-white-55 {
    color: rgba(255, 255, 255, 0.55);
}

.fff {
    flex: 1 1 auto;
}

.video_block, .expertiza_block {
    background: #000000;
    color: #fff;
    border-radius: 8px;
    background: url("../img/Footer/Elenets/3.svg") no-repeat 0 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.expertiza .owl-stage,
.expertiza .owl-stage .owl-item,
.expertiza_item {
    height: 100%;
}

.expertiza_item {
    display: flex;
    flex-direction: column;
}

.expertiza_item .zag {
    font-size: 17px;
}

.expertiza_item .zag {
    max-height: 100%;
    height: auto;
    overflow: hidden;
}

.expertiza_item .zag {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
}

.video_zag, .expertiza_zag {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}

.video_prew {
    margin-bottom: 16px;
}

.video_item .list_tags {
    margin-bottom: 16px
}

.accordion-button {

}

.accordion-button:not(.collapsed) {
    color: #2D2D2D;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.border-bottom-1 {
    border-bottom: solid 1px #E2E2E2;
}

h2.text_22_32, .text_22_32 {
    font-size: 22px;
    line-height: 32px;
    color: #2D2D2D;
    font-weight: 700;
}

.text_16_24 {
    font-size: 16px;
    line-height: 24px;
}

.pub_prew img {
    width: 100%;
    border-radius: 4px;
}

.club_prew img {
    width: 100%;
    border-radius: 8px;
}

.club_description {
    font-size: 18px;
    line-height: 28px;
}

.image_partner_item img {
    width: 100%
}

.rating .partners {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.nav-link:hover, .nav-link:focus {
    color: #fff;

}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe,
.thumb-wrap object,
.thumb-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.age {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #2D2D2D;
    color: #C3C3C3;
    font-family: 'Merriweather';
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.page_news_item_author p {
    margin-bottom: 0;
}

.page_news_item_author img {
    border-radius: 50%;
}


.images_block {
    position: relative;
    margin-bottom: 15px;
}

.images_block button {
    position: absolute;
    bottom: 15px;
    right: 15px
}

.ozman_about {
    padding: 50px 40px;
}

.ozman_about a {
    color: #ffffff;
}

.member_item {
    max-width: 300px;
}

.image_member_item {
    height: 150px;
    width: 150px;
}

.image_member_item img {
    border-radius: 50%;
    width: 100%;
}

.content-block {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 24px;
    justify-content: center;
}

.left-content {
    width: 100%;
}

.left-content img {
    max-width: 100%;
    height: auto;
}

.right-ads-block {
    margin-left: auto;
}

.max-image {
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.max-image img {
    display: none;
}

.grid-box {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
}

.grid-box-main {
    grid-template-columns:repeat(4, 1fr);
}

.page-numbers {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    color: #2D2D2D;
    background-color: #F4E600;
}

.page-numbers.current {
    color: #0a53be;
}

.first-block .item-grid:nth-child(1) {

    grid-area: span 2/ span 1/ auto;
    grid-column: 4;
    grid-row-end: 1;

}

.first-block .item-grid:nth-child(2) {
    grid-area: span 1/ span 2/ auto;
}

.maket_3 .card-body {
    height: 130px;
}

.item-grid.expertiza {
    grid-column: span 4;
}

.item-grid.video {
    grid-column: span 4;
}

.maket_black .read-more {
    font-size: 16px
}

.search-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #101011;
    transition: all 1s linear;
    z-index: 1021;
}

.search-top-form {
    display: flex;
    max-width: 600px;
    min-width: 300px;
    margin: auto;
    gap: 10px;
    padding: 5px 20px 0;
}

.search-top-form input {
    padding-left: 5px;
    height: 30px;
    width: 100%;
    background-color: #3c3c3c;
    border: none;
    color: #fff;
}

.search-top-form input:focus {
    border: none;
    outline: none;
}

.search-top-form input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.search-top-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search-top-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.search-top-form button {
    height: 30px;
    padding: 0;
}

.shadow-all {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.8);
    z-index: 1000;
}

.fs-18 {
    font-size: 18px;
    line-height: 30px;
}

footer .copyright a, footer .address a {
    color: #0082ff
}

.form-subscribe {
    display: flex;
}

.form-subscribe input {

    padding: 12px 16px;
    border: 1px solid #2d2d2d;
    border-radius: 4px;
    background-color: transparent;
    caret-color: #0082ff;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    outline: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 180px;
}

.form-subscribe button {
    background-color: #2d2d2d;
    color: #fff;
    font-size: 16px;
    padding: 12px 16px;
    line-height: 24px;
    margin-bottom: 10px;
    hyphens: none;
}

.calendar {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    margin-left: -12px;
    margin-right: -12px;
}

.calendar_item_date {
    padding: 10px;
    text-align: center;
}

.calendar_item_date.active {
    background-color: #cccccc;
}

.calendar_item_date.day {
    background-color: #4F4F4FFF;
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
}

.toogle_month {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    background-color: transparent;
    border: none;
}

.toogle_month span {
    font-size: 22px;
    color: #484747;
}

.toogle_month:disabled span {
    color: #d4d4d4;
}

@media (max-width: 1552px) {

    .first-block .item-grid:nth-child(1) {

        grid-area: span 2/ span 1/ auto;
        grid-column: 3;
        grid-row-end: 1;

    }

    .item-grid.video {
        grid-column: span 3;
        grid-row-start: 6;
    }

    .item-grid.expertiza {
        grid-column: span 3;
    }


    .max-width {
        max-width: 1236px;
    }

    .max-image {
        height: 362px;
    }

    .grid-box {
        grid-template-columns:repeat(2, 1fr);
    }

    .grid-box-main {
        grid-template-columns:repeat(3, 1fr);
    }

}

@media (max-width: 1236px) {
    .maket_black:after, .maket_black:before {
        display: none;
    }


    .sidebar {
        display: none;
    }

    .content-block {
        justify-content: center;

    }

    .left-content {
        max-width: 652px;
        width: calc(100% - 300px);
    }

    .home .left-content {
        max-width: 936px;
        width: 936px;
    }

    .grid-box {
        grid-template-columns:repeat(2, 1fr);
    }

    .grid-box-main {
        grid-template-columns:repeat(3, 1fr);
    }

    .right-ads-block {
        margin-left: 0;
    }
}

@media (max-width: 1024px) {


}

@media (max-width: 991.98px) {

    #navbarToggleExternalContent {
        background-color: #232323;
        position: fixed;
        top: 39px;
        left: 0;
        right: 0;
        padding: 12px;
        bottom: 0;
    }

    #navbarToggleExternalContent ul {
        padding-left: 30px
    }

    .menu-item-has-children:before {
        left: -12px;
    }

    .menu-item-has-children .sub-menu {
        background-color: #2D2D2D;
    }

    #navbarToggleExternalContent ul.sub-menu {
        padding-left: 42px;
        margin-left: -42px;
        position: relative;
    }

    .menu-item-has-children .sub-menu a {
        color: #989898
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }


    h1 {
        font-size: 20px;
        line-height: 33px;
    }

    .ozman_about {
        padding: 30px 20px;
    }

    .home .left-content {
        max-width: 652px;

    }

    .left-content {
        max-width: 652px;
        width: auto;
    }

    .item-grid.video {
        grid-column: span 2;
        grid-row-start: auto;
    }

    .item-grid.expertiza {
        grid-column: span 2;
    }

    .first-block .item-grid:nth-child(1) {
        display: none;
    }

    .right-ads-block {
        display: none;
    }

    .grid-box-main {
        grid-template-columns:repeat(2, 1fr);
    }

}


@media (max-width: 767.98px) {
    footer .copyright, footer .address {
        border-top: none;
    }


    .footer-border-bottom-1 {
        border-bottom: solid 1px #2D2D2D
    }

    footer.footer {
        background: #101010 url("../img/footer_bg_vert.svg") no-repeat 100% 0;
    }

    .icon_rezident {
        text-align: center;
    }

    .icon_rezident img {
        max-width: 200px;
        margin: auto;
    }

    .ozman_about {
        padding: 30px 20px;
    }

    .member_item {
        max-width: none;
        margin-bottom: 15px
    }

    .image_member_item {
        margin: auto;
    }


    .max-image {
        background: none !important;
        height: auto;
        text-align: center;
    }

    .max-image img {
        display: block;
        max-height: 250px;
        margin: auto;
        border-radius: 8px;
    }

    .maket_black .zag {
        font-size: 18px;
        line-height: 28px;
    }

}

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

    .first-block .item-grid:nth-child(2) {
        grid-area: auto;
    }

    .grid-box {
        grid-template-columns:repeat(1, 1fr);
    }

    .item-grid.video {
        grid-column: span 1;
    }

    .item-grid.expertiza {
        grid-column: span 1;
    }

    .grid-box-main {
        grid-template-columns:repeat(1, 1fr);
    }

    .ozman_about {
        padding: 10px 0;
    }

    .maket.card-block {
        min-height: auto;
    }
}