.card_type_column__active {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #C8AB7A!important;
    border-radius: 4px;
    padding: 13px 15px;
    height: 100%;
    position: relative;
}

.card-link_type_column__active {
    color: #C8AB7A !important;
}
.form__search {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0;
    right: 43px;
}
.nav-link_without_child {
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 0;
}
.nav-link_without_child:hover {
    color: #154ec9;
}
.schema2 {
    width: 1140px!important;
}
.btn_outline_gold__active {
    color: #fff !important;
    background-color: #C8AB7A !important;
}

.cursor-pointer {
    cursor: pointer;
}

.highlight {
    background: #C8AB7A;
}

.section-cards .content__inner {
    padding-right: 0 !important;
}

.card-img-bnr img {
    width: 100%;
}

@font-face {
    font-display: block;
    font-family: NotoSerif;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/NotoSerif-Light.ttf") format("truetype");
}

@font-face {
    font-display: block;
    font-family: NotoSerif;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSerif-Regular.ttf") format("truetype");
}

.logo-text__top {
    font-family: NotoSerif, serif;
    font-weight: 300 !important;
    font-size: 0.55rem !important;
    color: #385782 !important;
}

.logo-text__bottom {
    font-family: NotoSerif, serif;
    font-weight: 500 !important;
    font-size: 1.15rem !important;
    color: #093269 !important;
}

@media (min-width: 576px) {
    .logo-text__bottom {
        font-size: 1.7rem !important;
    }
}

.header-menu__item.nav-item.accented {
    /* background: #2b3052; */
    border: 1px solid #4b4f6c;
    border-radius: 2px;
}
.header-menu__item.nav-item.accented:hover {
    background: #3b406a;
}
.header-menu__item.nav-item.accented .header-menu__link.nav-link {
    border-bottom: none !important;
}
.header-menu__item.nav-item.accented:hover .header-menu__link.nav-link {
    color: #fff;
}
.slider.slider__type_full {
    border-radius: 2px;
}
