.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px;
}
@media (max-width: 1599px) {
    .header .container {
        padding-bottom: 20px;
    }
}
@media (max-width: 1439px) {
    .header .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.header__logo {
    max-width: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 1599px) {
    .header__logo {
        width: 133px;
        height: 55px;
    }
}
@media (max-width: 1439px) {
    .header__logo {
        width: 109px;
        height: 45px;
    }
}
@media (max-width: 767px) {
    .header__logo {
        width: 95px;
        height: 40px;
    }
}
.header__logo svg {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
    height: 100%;
}
.header__logo svg:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
    margin-top: 13px;
}
@media (max-width: 1599px) {
    .header__menu {
        margin-left: 50px;
        margin-top: 21px;
    }
}
@media (max-width: 1439px) {
    .header__menu {
        margin-top: 9px;
        margin-left: 40px;
    }
}
@media (max-width: 1199px) {
    .header__menu {
        display: none;
    }
}
.header__menu .header__item {
    position: relative;
    list-style-type: none;
}
.header__menu .header__item:nth-child(4) .header__item-top:after {
    display: none;
}
.header__menu .header__item:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 0 !important;
}
.header__menu .header__item:hover .header__item-bottom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}
.header__menu .header__item:not(:last-child) {
    margin-right: 60px;
}
@media (max-width: 1599px) {
    .header__menu .header__item:not(:last-child) {
        margin-right: 50px;
    }
}
@media (max-width: 1439px) {
    .header__menu .header__item:not(:last-child) {
        margin-right: 40px;
    }
}
.header__menu .header__item-top {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 23px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1599px) {
    .header__menu .header__item-top {
        font-size: 16px!important;
        line-height: 21px!important;
    }
}
@media (max-width: 1439px) {
    .header__menu .header__item-top {
        font-size: 14px!important;
        line-height: 18px!important;
    }
}
.header__menu .header__item-top:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #c59217;
}
.header__menu .header__item-top:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 1px;
    background: #373a36;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.header__menu .header__item-top svg {
    display: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header__menu .header__item-bottom {
    position: absolute;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding-top: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(calc(100% + 20px));
    -ms-transform: translateX(-50%) translateY(calc(100% + 20px));
    transform: translateX(-50%) translateY(calc(100% + 20px));
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.header__menu .header__item-bottom .header__item-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background: #ffffff;
    z-index: 10;
    position: relative;
}
.header__menu .header__item-bottom .header__item-bottom-wrapper:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background: #ffffff;
}
.header__menu .header__item-bottom .header__item-bottom-wrapper .header__bottom-link {
    list-style-type: none;
}
.header__menu .header__item-bottom .header__item-bottom-wrapper .header__bottom-link a {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    white-space: nowrap;
    color: #373a36;
}
/*.header__menu .header__item-bottom .header__item-bottom-wrapper .header__bottom-link:not(:last-child) {*/
/*    margin-bottom: 25px;*/
/*}*/
.header__menu .header__item-bottom .header__item-bottom-wrapper .header__bottom-link:hover a {
    color: #373a36;
    font-weight: 700;
}
.header__menu .header__item.dropdown .header__item-top svg {
    display: block;
    margin-left: 8px;
}
.header__right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}
@media (max-width: 1599px) {
    .header__right {
        margin-top: 12px;
    }
}
@media (max-width: 1439px) {
    .header__right {
        margin-top: 3px;
    }
}
@media (max-width: 767px) {
    .header__right {
        margin-top: 4.5px;
    }
}
.header__langs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}
@media (max-width: 767px) {
    .header__langs {
        display: none;
    }
}
.header__langs svg {
    cursor: pointer;
}
.header__langs svg path {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header__langs:hover .header__langs-cont {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}
.header__langs-cont {
    padding-top: 27px;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(calc(100% + 20px));
    -ms-transform: translateX(-50%) translateY(calc(100% + 20px));
    transform: translateX(-50%) translateY(calc(100% + 20px));
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header__langs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    gap: 30px;
    background: #ffffff;
    position: relative;
}
.header__langs-wrapper:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background: #ffffff;
}
.header-lang {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #888b87;
    cursor: pointer;
}
/*.header-lang:not(:last-child) {*/
/*    margin-bottom: 30px;*/
/*}*/
.header-lang:nth-child(2) {
    margin-bottom: 0;
}
.header-lang:hover {
    font-weight: 700;
    color: #373a36;
}
.header-lang.active {
    color: #373a36;
    font-weight: bold;
}
.header__search {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 0.5px;
}
@media (max-width: 767px) {
    .header__search {
        margin-right: 25px;
    }
}
.header__search svg path {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header__btn {
    cursor: pointer;
    width: 100%;
}
@media (max-width: 1199px) {
    .header__btn {
        display: none;
    }
}
.header__btn-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    padding: 9px 20px 9px 25px;
}
.header__btn-cont svg path {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.header__btn-text {
    margin-right: 8px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    color: #ffffff;
    white-space: nowrap;
}
.header__burger {
    width: 24px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    display: none;
}
@media (max-width: 1199px) {
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header__burger div {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.header__burger div:first-child {
    left: 0;
    top: 0;
}
.header__burger div:nth-child(2) {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__burger div:last-child {
    left: 0;
    bottom: 0;
}
.header__search-full {
    display: none;
    margin: auto 30px 4.5px 60px;
    width: 100%;
    max-width: 1244px;
    border-bottom: 1px solid #dddee7;
}
@media (max-width: 1919px) {
    .header__search-full {
        margin: auto 30px 0 60px;
    }
}
@media (max-width: 767px) {
    .header__search-full {
        position: fixed;
        width: calc(100vw - 40px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        top: 81px;
        z-index: 100;
    }
}
.header__search-full-btn {
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__search-full-input-wrapper {
    width: 100%;
    margin-right: 20px;
}
.header__search-full-input {
    width: 100%;
    padding: 3px 0 10px 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #5c5f5b;
}
.header__search-full-input::-webkit-input-placeholder {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
    opacity: 1;
}
.header__search-full-input::-moz-placeholder {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
    opacity: 1;
}
.header__search-full-input:-ms-input-placeholder {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
    opacity: 1;
}
.header__search-full-input::-ms-input-placeholder {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
    opacity: 1;
}
.header__search-full-input::placeholder {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
    opacity: 1;
}
.header__search-full-close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.header__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 526px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(calc(100% + 20px));
    -ms-transform: translateX(-50%) translateY(calc(100% + 20px));
    transform: translateX(-50%) translateY(calc(100% + 20px));
    bottom: 1px;
    background: #f8f8fa;
    position: absolute;
    padding: 20px 72px 40px 72px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1023px) {
    .header__results {
        width: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(calc(100% + 20px));
        -ms-transform: translateX(0) translateY(calc(100% + 20px));
        transform: translateX(0) translateY(calc(100% + 20px));
    }
}
@media (max-width: 767px) {
    .header__results {
        height: calc(100vh - 59px);
        border-top: 1px solid #dddee7;
        padding: 54px 20px 20px 20px;
    }
}
@media (max-width: 1199px) {
    .header__results .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 38px;
    }
}
.header__results .btn svg {
    z-index: 1;
}
.header__results-wrapper {
    height: 371px;
    overflow: auto;
    font-family: PT Sans, sans-serif;
}
@media (max-width: 767px) {
    .header__results-wrapper {
        height: 80%;
    }
}
.header__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}
.header__result:not(:last-child) {
    border-bottom: 1px solid #dddee7;
}
.header__result-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17.5px;
}
@media (max-width: 767px) {
    .header__result-top {
        margin-bottom: 14px;
    }
}
.header__result-top svg {
    margin: 0 15px;
} /*.press__item-news .press__item-name {*/ /*    color: #551c25;*/ /*}*/ /*.press__item-think .press__item-name {*/ /*    color: #005760;*/ /*}*/ /*.press__item-analytic .press__item-name {*/ /*    color: #012169;*/ /*}*/ /*.header-result-name {*/ /*    color: #012169;*/ /*}*/
.header-result-date {
    color: #5c5f5b;
}
.header_result-btn {
    margin: 30px auto 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.header_result-btn .btn-text {
    position: relative;
    z-index: 2;
}
.header-result-title {
    margin-bottom: 15px;
}
.header-result-p {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #888b87;
}
.header.active_results .header__results {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}
@media (max-width: 1023px) {
    .header.active_results .header__results {
        -webkit-transform: translateX(0) translateY(100%);
        -ms-transform: translateX(0) translateY(100%);
        transform: translateX(0) translateY(100%);
    }
}
.header.white {
    background: #ffffff;
}
.header.white .header__item-bottom-wrapper {
    border: 1px solid #f0f1f8;
}
.header.white .header__item-bottom-wrapper:before {
    border: 1px solid #f0f1f8;
    border-bottom: none;
    border-right: none;
}
.header.white .header__langs .header__langs-wrapper {
    border: 1px solid #f0f1f8;
}
.header.white .header__langs .header__langs-wrapper:before {
    border: 1px solid #f0f1f8;
    border-bottom: none;
    border-right: none;
}
.header.white .header__logo svg:first-child {
    opacity: 0;
    visibility: hidden;
}
.header.white .header__logo svg:last-child {
    opacity: 1;
    visibility: visible;
}
.header.white .header__langs svg path {
    fill: #373a36;
}
.header.white .header__search svg path {
    fill: #373a36;
}
.header.white .header__btn:hover .header__btn-cont {
    border-color: #551c25;
}
.header.white .header__btn:hover .header__btn-text {
    color: #ffffff;
}
.header.white .header__btn:hover svg path {
    fill: #ffffff;
}
.header.white .header__btn svg path {
    fill: #373a36;
}
.header.white .header__burger div {
    background: #373a36;
}
.header.white .header__burger:hover .btn-cont {
    border-color: #551c25;
}
.header.white .header__burger:hover svg path {
    fill: #ffffff;
}
.header.white .header__burger:hover .header__btn-text {
    color: #ffffff;
}
.header.white .header__btn-cont {
    border-color: #373a36;
}
.header.white .header__btn-text {
    color: #373a36;
}
.header.white .header__item-top {
    color: #373a36;
}
.header.white .header__item-top svg path {
    fill: #373a36;
}
.header.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header.scroll {
    background: #f8f8fa;
}
.header.scroll .header__burger div {
    background: #373a36;
}
.header.scroll .header__item-bottom-wrapper {
    border: 1px solid #f0f1f8;
}
.header.scroll .header__item-bottom-wrapper:before {
    border: 1px solid #f0f1f8;
    border-bottom: none;
    border-right: none;
}
.header.scroll .header__langs .header__langs-wrapper {
    border: 1px solid #f0f1f8;
}
.header.scroll .header__langs .header__langs-wrapper:before {
    border: 1px solid #f0f1f8;
    border-bottom: none;
    border-right: none;
}
.header.scroll .header__langs svg path {
    fill: #373a36;
}
.header.scroll .header__search svg path {
    fill: #373a36;
}
.header.scroll .header__logo svg:first-child {
    opacity: 0;
    visibility: hidden;
}
.header.scroll .header__logo svg:last-child {
    opacity: 1;
    visibility: visible;
}
.header.scroll .header__btn:hover .header__btn-text {
    color: #ffffff;
}
.header.scroll .header__btn:hover svg path {
    fill: #ffffff;
}
.header.scroll .header__btn-cont {
    border-color: #373a36;
}
.header.scroll .header__btn-cont svg path {
    fill: #373a36;
}
.header.scroll .header__btn-text {
    color: #373a36;
}
.header.scroll .header__item-top {
    color: #373a36;
}
.header.scroll .header__item-top svg path {
    fill: #373a36;
}
.header.active_search {
    background: #f8f8fa;
}
.header.active_search .header__burger div {
    background: #373a36;
}
.header.active_search .header__logo svg:first-child {
    opacity: 0;
    visibility: hidden;
}
.header.active_search .header__logo svg:last-child {
    opacity: 1;
    visibility: visible;
}
.header.active_search .header__menu {
    display: none;
}
.header.active_search .header__langs {
    display: none;
}
.header.active_search .header__search {
    display: none;
}
@media (max-width: 767px) {
    .header.active_search .header__search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 767px) {
    .header.active_search .header__search svg path {
        fill: #373a36;
    }
}
.header.active_search .header__search-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header.active_search .header__btn:hover .header__btn-cont {
    border-color: #551c25;
}
.header.active_search .header__btn:hover .header__btn-text {
    color: #ffffff;
}
.header.active_search .header__btn:hover svg path {
    fill: #ffffff;
}
.header.active_search .header__btn-cont {
    border-color: #373a36;
}
.header.active_search .header__btn-cont svg path {
    fill: #373a36;
}
.header.active_search .header__btn-text {
    color: #373a36;
}
.header.active .header__burger div:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}
.header.active .header__burger div:nth-child(2) {
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    visibility: hidden;
}
.header.active .header__burger div:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
}
/*.header-lang:nth-child(3) {*/
/*    display: none;*/
/*}*/
.dropdown .sub-menu .menu-item:not(:first-child) {
    display: none!important;
}
