b, strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

@media only screen and (min-width: 1200px) {
    .header__menu-item {
        margin-left: 25px;
    }
}

.virtual-museum {
    position: relative;
    overflow: hidden;
}

.virtual-museum .container {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .virtual-museum .container {
        position: static;
    }
}

.virtual-museum__text {
    width: 50%;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .virtual-museum__text {
        padding-top: 276px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .virtual-museum__text {
        width: 100%;
    }
}

.virtual-museum__text .block-title {
    padding-top: 20px;
    padding-left: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .virtual-museum__text .block-title {
        padding-top: 42px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .virtual-museum__text .block-title {
        padding-top: 44px;
    }
}

.virtual-museum__text .block-title span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding-top: 42px;
    margin-left: -30px;
}

@media only screen and (max-width: 767px) {
    .virtual-museum__text .block-title span {
        padding: 0;
        margin: 0;
    }
}


.virtual-museum__text .block-title svg {
    width: 118px;
    height: 118px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .virtual-museum__text .block-title svg {
        display: none;
    }
}

.virtual-museum__text .text {
    padding: 8px 70px 74px 65px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .virtual-museum__text .text {
        padding: 0 90px 34px 57px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .virtual-museum__text .text {
        padding: 0 0 34px 0px;
        margin-top: 24px;
    }
}

.virtual-museum__text .text ol {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .virtual-museum__text .text ol {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .virtual-museum__text .text ol {
        font-size: 14px;
    }
}

.virtual-museum__img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 50vw;
}

.virtual-museum__img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .virtual-museum__img {
        left: 0;
        width: 100%;
        height: 276px;
        overflow: hidden;
    }

    .virtual-museum__img img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .virtual-museum__img {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .virtual-museum__img img {
        height: auto;
    }
}

/*report-corruption*/

.report-corruption__wrapper {
    width: 100%;
    position: relative;
}

.report-corruption__wrapper .container {
    height: inherit;
}

@media only screen and (max-width: 767px) {
    .report-corruption__wrapper {
        background: #FFF;
        border-bottom: 1px solid #f6f6f6;
    }
}

@media only screen and (max-width: 767px) {
    .report-corruption .report-corruption__title-container .block-title:after {
        display: none;
    }

    .report-corruption .report-corruption__text-container {
        margin-top: 29px;
    }
}

.report-corruption .report-corruption__title-container .block-title {
    position: relative;
    max-width: 350px;
    padding-bottom: 56px;
}

.report-corruption .report-corruption__title-container .block-title:after {
    content: "";
    background: white;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 4px;
}

.report-corruption .report-corruption__title-container .block-title span {
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .report-corruption .report-corruption__title-container .block-title span {
        color: #f2512b;
    }
}

@media only screen and (max-width: 767px) {
    .report-corruption .block-title {
        position: static;
        padding-top: 52px;
    }

    .report-corruption .block-title span {
        font-family: "Gotham", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: .02em;
        font-weight: 600;
        color: #f2512b;
    }
}

.report-corruption__background {
    display: none;
    margin: 29px 0 24px 0;
}

@media only screen and (max-width: 767px) {
    .report-corruption__background {
        display: block;
        width: 100%;
    }
}

.report-corruption {
    display: flex;
}

.report-corruption__wrapper .container {
    position: static;
}

.report-corruption__title-container {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    background-color: #314A5D;
    width: 50%;
    text-align: right;
    padding: 17px 85px 17px 17px;
    box-sizing: border-box;
}

.report-corruption__text-container {
    width: 50%;
    background: white;
    padding: 61px 0 61px 75px;
    margin-left: auto;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .report-corruption__text-container {
        padding: 61px 51px 110px 51px;
    }
}

@media only screen and (max-width: 767px) {
    .report-corruption {
        flex-wrap: wrap;
    }

    .report-corruption__text-container {
        width: 100%;
        padding: 0 0 38px 0;
        height: auto;
    }

    .report-corruption__title-container {
        position: static;
        background-color: transparent;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .report-corruption .report-corruption__title-container .block-title {
        padding-bottom: 0;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .report-corruption__text .form-group {
        width: auto;
    }

    .report-corruption__text {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .report-corruption__text {
        width: 290px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .report-corruption__text-container {
        min-height: 435px;
    }
}


.report-corruption__form {
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .report-corruption__form {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .report-corruption__form {
        width: 100%;
        padding-left: 0;
    }
}

.report-corruption__form.success {
    padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .report-corruption__form.success {
        padding-top: 55px;
    }
}

.report-corruption__form.success .report-corruption__form-title {
    display: none;
}

.report-corruption__form.success form {
    display: none;
}

.report-corruption__form-title {
    padding-top: 0;
}

.report-corruption__form-title span {
    font-size: 18px;
    line-height: 24px;
    color: #384554;
}

.report-corruption form {
    width: 290px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .report-corruption form {
        width: 100%;
    }
}

.report-corruption__form-file {
    position: relative;
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .025em;
    font-weight: 400;
    color: #f2512b;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 2px;
    cursor: pointer;
}

.report-corruption__form-file:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #f2512b;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.report-corruption__form-file:hover {
    color: #f2512b;
}

.report-corruption__form-file:hover:after {
    width: 100%;
}

.report-corruption__form-file svg {
    fill: none;
    stroke: #384554;
    stroke-miterlimit: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.report-corruption__form-text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .025em;
    font-weight: 400;
    color: #f2512b;
    margin-bottom: 33px;
}

.report-corruption__form-area-text {
    position: relative;
    margin-left: 23px;
    font-size: 12px;
    cursor: pointer;
}

.report-corruption__form-file-text {
    position: relative;
    margin-left: 23px;
    font-size: 12px;
    cursor: pointer;
}

.report-corruption__form-submit {
    position: relative;
    width: auto;
    display: table;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .report-corruption__form-submit {
        margin-bottom: 22px;
    }
}

.report-corruption__form-submit .btn-main {
    z-index: 0;
}

.report-corruption__form-submit:hover .btn-main .btn-main__line {
    width: 100%;
}

.report-corruption__form-submit:hover .btn-main span {
    color: #FFF;
    z-index: 1;
}

.report-corruption .form-group input {
    box-sizing: border-box;
}

.report-corruption #textarea {
    width: 100%;
    border: 1px solid #d7dadd;
    resize: none;
    outline: none;
    height: 100px;
    padding: 0 2px;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: inherit;
    color: #384554;
}

.report-corruption #textarea:focus {
    border: 1px solid #f2512b;
}

.report-corruption .form-group.has-error #textarea {
    color: #ef0f29;
    border: 1px solid #ef0f29;
}

.report-corruption .form-group textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #384554;
}

.report-corruption .form-group textarea::-moz-placeholder {
    text-transform: uppercase;
    color: #384554;
}

.report-corruption .form-group textarea:-moz-placeholder {
    text-transform: uppercase;
    color: #384554;
}

.report-corruption .form-group textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #384554;
}

.report-corruption .form-group textarea::placeholder {
    text-transform: uppercase;
    color: #384554;
}

/*header menu*/

.header__menu a:after {
    display: none;
}

.header .header__menu .btn-dropdown__list li {
    margin-bottom: 0;
}

.header .header__menu .btn-dropdown__list li a {
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
    transform: none;
}

@media only screen and (min-width: 1200px) {
    .header .header__menu .btn-dropdown__list li a {
        padding: 10px 20px;
        line-height: 17px;
    }
}

.header .header__menu .btn-dropdown__list li a:hover {
    background-color: #F9F9F9;
}

/*header submenu*/

.header__menu .btn-dropdown__list {
    padding: 8px 0 0 0;
    max-width: 350px;
    width: max-content;
    white-space: normal;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-dropdown__list {
        width: 350px;
    }
}

.header__menu .btn-dropdown__list li {
    position: relative;
    overflow: visible;
}

.submenu {
    position: absolute;
    max-width: 250px;
    top: 0;
    right: 0;
    padding: 5px 0;
    background-color: #F9F9F9;
    transform: translateX(100%);
    transition: opacity .3s;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .submenu {
        padding: 0 0 5px;
    }
}


.header .header__menu .btn-dropdown__list .submenu li a:hover {
    background-color: transparent;
}

.header .header__menu .btn-dropdown__list .header__menu-item i {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

.header .header__menu .btn-dropdown__list .header__menu-item.hasSubmenu i:before {
    content: '';
    position: absolute;
    top: 6px;
    right: -16px;
    background-image: url(../static/img/svg-sprite/sprite.svg);
    background-position: -4px -1949px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    transform: scale(1.5) rotate(-90deg);
}

@media only screen and (min-width: 1200px) {
    .header .header__menu .btn-dropdown__list .header__menu-item.hasSubmenu i:before {
        top: 4px;
    }
}

@media only screen and (max-width: 1199px) {
    .header__menu a {
        padding: 20px 0;
        margin: 0 auto;
    }

    .header .header__menu .btn-dropdown {
        padding: 20px 0;
        margin: 0 auto;
    }

    .header .header__menu .btn-dropdown:before {
        top: 63px;
        height: 1px;
        background: #F75F3B;
    }

    .header__menu a:after {
        display: block;
        height: 1px;
    }

    .header .header__menu .btn-dropdown__list {
        top: 20px;
        margin: 60px auto 0;
        max-width: 100%;
    }

    .header .header__menu .btn-dropdown__list li.header__menu-item {
        border: none;
    }

    .header .header__menu .btn-dropdown__list li a {
        margin: 0;
        border: none;
        padding: 0;
        color: #384554;
    }

    .header .header__menu .btn-dropdown__list .header__menu-item {
        margin-bottom: 10px;
        padding-top: 15px;
    }

    .header .header__menu .btn-dropdown__list .header__menu-item:last-child {
        margin-bottom: 25px;
    }

    .header .header__menu .btn-dropdown__list li a:after {
        display: none;
    }

    .header .header__menu .btn-dropdown__list li a:hover {
        background-color: transparent;
    }

    .header .header__menu .btn-dropdown__list .header__menu-item.hasSubmenu i:before {
        top: 2px;
        transition: transform 0.5s;
        transform: scale(1.5) rotate(0deg);
    }

    .header .header__menu .btn-dropdown__list .header__menu-item.btn-dropdown-active {
        background-color: #F9F9F9;
    }

    .header .header__menu .btn-dropdown__list .header__menu-item.btn-dropdown-active i {
        color: #F75F3B;
    }

    .header .header__menu .btn-dropdown__list .header__menu-item.btn-dropdown-active i:before {
        top: 6px;
        right: -20px;
        transform: scale(1.5) rotate(-180deg);
    }

    .submenu {
        position: relative;
        transform: none;
        padding: 0;
        max-width: 100%;
        margin-top: 40px;
        margin-bottom: -25px;
    }

    .submenu.active {
        display: flex !important;
        flex-wrap: wrap;
    }

    .header__content {
        float: none;
        padding-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .header .header__menu .btn-dropdown {
        border-bottom: none;
        width: auto;
    }

    .header .header__menu .btn-dropdown:after {
        content: "";
        width: 70%;
        height: 1px;
        background-color: #6f6f6f;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }

}

.header__wrapper, .header, .header__menu-wrapper, .header__menu .btn-dropdown, .header__menu-item {
    display: block;
}

/*presskit*/

.kit__title-toggle {
    position: relative;
    padding-right: 20px;
}

.kit__title-toggle:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 2px;
    border-bottom: 1px solid #384554;
    border-right: 1px solid #384554;
    transition: all .3s;
    transform: rotate(45deg);
    right: 0;
}

.text .kit__title-toggle {
    font-weight: 600;
    cursor: pointer;
}

.kit__title-toggle.show:after {
    top: 9px;
    transform: rotate(-135deg);
}

/*structure*/


.structure__btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 5;
}

.structure__btns .block-title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 55px 100px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    background: #f2512b;
    overflow: visible;
}

.structure__btns .block-title a {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    display: table;
}

.structure__btns .block-title:not(.chosen) a:after {
    background: #fff;
}

.structure__btns .block-title.chosen {
    background: #FFF;
}

.structure__btns .block-title.chosen a {
    color: #f2512b;
    margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .structure__btns .block-title {
        padding: 55px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .structure__btns .block-title {
        width: 100%;
        float: none;
        padding: 25px 60px;
    }

    .structure__btns .block-title a {
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }
}


/*info-security*/

.info-security__wrapper {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .info-security__wrapper {
        margin-top: 56px;
    }
}

.info-security__wrapper .container {
    position: static;
}

.info-security__header {
    width: 100%;
    display: table;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .info-security__header {
        display: flex;
        flex-direction: column;
    }
}

.info-security__header-text {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 0 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security__header-text {
        float: none;
        margin-top: 315px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .info-security__header-text {
        order: 1;
        float: none;
        padding: 51px 0 0 0;
        margin-top: 0;
        width: 290px;
    }
}

.info-security__header-text .block-title {
    padding-top: 66px;
    padding-bottom: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security__header-text .block-title {
        padding-top: 56px;
        padding-bottom: 30px;
        width: 290px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .info-security__header-text .block-title {
        padding-top: 36px;
        padding-bottom: 29px;
    }
}

.info-security__header-text .block-title span {
    font-size: 16px;
    line-height: 21px;
}

.info-security__header-text .text {
    margin-top: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security__header-text .text {
        padding-top: 56px;
        padding-right: 25px;
        padding-left: 14px;
        margin-top: 0;
        border-bottom: 1px solid #d7dadd;
    }
}

.info-security__days {
    position: absolute;
    right: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security__days {
        width: 100%;
        right: 0;
        min-height: initial;
        height: 315px;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .info-security__header-text .text {
        margin-top: 0;
    }

    .info-security__days {
        order: 0;
        width: 100%;
        right: 0;
        min-height: initial;
        height: 400px;
        position: relative;
    }
}

.info-security__days img {
    min-width: 100%;
    min-height: 100%;
}

.info-security__mask {
    width: 100%;
    height: 100%;
    background: #314a5d;
    position: absolute;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.info-security__counter {
    position: absolute;
    right: 68px;
    bottom: 110px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security__counter {
        right: 17%;
        bottom: 41px;
    }
}

@media only screen and (max-width: 767px) {
    .info-security__counter {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: auto;
        bottom: auto;
    }
}

.info-security__counter p {
    width: 210px;
    font-size: 16px;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.info-security__numbers {
    font-size: 48px;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 27px;
    display: inline-block;
    text-align: justify;
    width: 100%;
    letter-spacing: .5em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security__numbers {
        margin-bottom: 14px;
    }
}

.info-security .line {
    background: #FFF;
    height: 4px;
    width: 100%;
    margin-bottom: 33px;
    -webkit-transition: width .5s;
    transition: width .5s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .info-security .line {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .info-security .line {
        position: static;
        margin-top: 19px;
        margin-bottom: 11px;
    }
}


/*invest*/
.invest__btns {
    display: flex;
    flex-wrap: wrap;
}

.invest__btns .block-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1 0 33.333333%;
}

.invest__btns .block-title__content {
    position: relative;
    display: inline-block;
}

.invest__btns .block-title span {
    margin: 0 !important;
}

.invest__btns .block-title a {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    display: table;
    cursor: pointer;
}

.invest__btns .block-title:not(.chosen) a:after {
    background: #fff;
}

.invest__btns .block-title.chosen a {
    color: #f2512b;
}

.invest__btns .block-title__list {
    width: auto;
    min-width: 100%;
    padding: 46px 15px 25px 15px;
    margin-left: -15px;
}

.invest__btns .block-title__list li {
    margin-left: 0 !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .invest__btns .block-title span, .invest__btns .block-title a {
        font-size: 14px;
    }

    .invest__btns .block-title svg {
        right: -30px;
        width: 15px;
        top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .invest__btns .block-title {
        width: 100%;
    }

    .invest__btns .block-title a {
        font-size: 16px;
    }

    .invest__btns .block-title__list {
        left: 0;
        transform: none;
        width: 100%;
    }

    .invest__btns .block-title__content {
        position: static;
        text-align: center;
    }

    .invest__btns .block-title__list {
        padding: 46px 20px 30px 20px;
        margin-left: 0;
        box-shadow: 0 14px 14px -2px rgba(0, 0, 0, 0.1);
    }

    .invest__btns .block-title__list li a {
        display: inline;
    }
}

.invest__certificates_info-security {

}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .invest__certificates_info-security .invest__certificates-links {
        margin-top: 50px;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .invest__certificates_info-security {
        display: block;
    }

    .invest__certificates_info-security .invest__certificates-header {
        padding-left: 0;
    }

    .invest__certificates_info-security .invest__certificates-list {
        padding: 0;
    }

    .invest__certificates_info-security .invest__certificates-colum {
        margin: 0 auto 48px auto !important;
        float: none;
        text-align: center;
    }

    .invest__certificates_info-security .invest__certificates-colum:last-child {
        margin: 0 auto 0 auto !important;
    }

    .invest__certificates_info-security .invest__certificates {
        padding-bottom: 56px;
    }
}


.report-corruption__text-container .vacancy__success .block-title {
    padding-left: 0;
}

@media only screen and (max-width: 1199px) {
    .report-corruption__text-container .vacancy__success-title {
        width: 100%;
    }
}


/*main page*/

.main-screen__buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.main-screen__buttons .main-screen__buttons-btn {
    padding: 0 15px;
}

.header__socials {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 22px;
    margin-right: 22px;
}

.header__socials a {
    position: absolute;
    width: 16px;
    height: 22px;
    left: 2px;
    top: 0;
    z-index: 3;
}

.header__socials a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #0fa6de;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header__socials a:hover:after {
    width: 100%;
}

.header__socials svg {
    transition: all .5s;
}


.header__socials:hover svg {
    fill: #0fa6de;
}


@media only screen and (max-width: 1199px) {
    .header__socials {
        display: none;
        border-bottom: 1px solid #f6f6f6;
        box-sizing: border-box;
        padding: 0;
        margin: 32px auto 0 auto;
        top: 1px;
        height: auto;
        width: 70%;
        text-align: center;
    }

    .header__socials a {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 52px;
        top: 2px;
        padding-top: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .header__socials {
        margin: 12px auto 0 auto;
    }

    .header__socials a {
        top: 1px;
        height: 30px;
    }
}

/*eco__wrapper*/

.eco__wrapper .eco__head-container-icon {
    max-width: 140px;
    margin-top: 20px;
}

.eco__wrapper .eco__head-container-icon img {
    width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 767px) {
    .eco__wrapper .eco__head-container-icon {
        max-width: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/*footer in bottom*/

.page__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page__wrapper > #document_pjax {
    flex-grow: 1;
}

/*subpage header*/
@media only screen and (min-width: 1200px) {
    .header__wrapper.subpage .header__socials svg {
        fill: #fff;
    }


    .header__wrapper.subpage .header__content {
        margin-bottom: 6px;
    }
}


.invest__certificates-img_height-0 {
    height: auto;
}

.invest__certificates-img_margin-0 {
    margin: 0;
}

.structure__count-head_hidden {
    visibility: hidden;
    opacity: 0;
}

.eco__release-counts-container {
    padding-top: 65px;
}

/*.eco__release-counts-wrapper .block-title {*/
/*padding: 0;*/
/*}*/

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .eco__release-counts-container {
        padding-top: 69px;
    }
}

@media only screen and (max-width: 767px) {
    .eco__release-counts-container {
        padding-top: 35px;
    }
}


.header__wrapper.menu-opened {
    position: fixed;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
}

.header .btn-dropdown.disabled {
    pointer-events: none;
}


@media only screen and (max-width: 1199px) {
    .header .btn-dropdown:hover:before, .header .btn-dropdown.active:before, .header .btn-dropdown:focus:before {
        width: 0;
    }

    .header .btn-dropdown.active:before {
        -webkit-animation: none;
        animation: none;
        width: 100%;
    }

    .header .btn-dropdown:hover span {
        color: inherit;
    }

    .header .btn-dropdown.active span {
        color: #f2512b;
    }
}


@media only screen and (max-width: 767px) {
    .header__wrapper.subpage.menu-opened {
        padding-bottom: 48px;
    }
}

/*filter-year*/

.journal_document-page {
    padding-top: 55px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .journal_document-page {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .journal_document-page {
        padding-top: 36px;
    }
}


.eco__release-title span {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .eco__release-title span {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .header .header__menu .btn-dropdown__list {
        margin-top: 0;
    }

    .submenu {
        margin-top: 5px;
    }

    .header .header__menu .btn-dropdown__list .hasSubmenu ul.submenu li.header__menu-item {
        padding-top: 0;
    }

    .header__menu .btn-dropdown__list {
        padding: 0;
    }

    .header .header__menu .btn-dropdown__list .header__menu-item.hasSubmenu i:before {
        top: -1px;
    }
}