.header__bottom-line {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 16px;
}

.header__bottom-line .main-link svg {
    height: 29px;
    width: 100px;
}

.header__bottom-line__lk {
    position: relative;
}

.header__bottom-line__lk svg {
    stroke: var(--dark-blue-color);
    fill: none;
    transition: stroke 0.5s ease;
}
.header__bottom-line__lk.authorized svg path {
    stroke: var(--orange-color);
}

.header__bottom-line__lk:hover svg {
    stroke: var(--orange-color);
}

.header__bottom-line__right-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__bottom-line__right-block .menu-button {
    display: none;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.top-menu__with-sub-menu {
    position: static;
}

.top-menu__with-sub-menu__section {
    /*display: none;*/
    position: absolute;
    height: 0;
    left: 0;
    top: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    background-color: var(--white-color);
    transition: opacity 0.5s ease, height 0.5s ease;
}

.top-menu__with-sub-menu__section__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 40px;
}

.top-menu__with-sub-menu__section__area {
    display: flex;
}

.with-sub-menu_open .top-menu__with-sub-menu__section {
    height: auto !important;
    opacity: 1;
    z-index: 5;
    /*display: block;*/
}

.images-block_big-pictures,
.images-block_one-big-two-small {
    display: flex;
}

.images-block_one-big-two-small__one-block {
    margin-right: 24px;
}

.images-block_one-big-two-small__one-block:last-child {
    margin-right: 0;
}

.images-block_one-big-two-small__two-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.images-block_one-big-two-small__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.images-block__image-box {
    position: relative;
}

.images-block__image-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0085FF4D;
    mix-blend-mode: screen;
    transition: 0.5s ease;
    opacity: 1;
}

.images-block__image-box img {
    filter: grayscale(1);
    transition: 0.5s ease;
}

.picture-hover-effect:hover .images-block__image-box:after {
    opacity: 0;
}

.picture-hover-effect:hover .images-block__image-box img {
    filter: grayscale(0);
}

.images-block_one-big-two-small__image {
    width: 264px;
}

.images-block_one-big-two-small__one-block .images-block_one-big-two-small__image {
    min-height: 224px;
}

.images-block_one-big-two-small__two-block .images-block_one-big-two-small__image {
    width: 264px;
}

.images-block_one-big-two-small__image__title {
    display: block;
    font-size: 19px;
    margin: 16px auto;
}

.images-block_one-big-two-small__image_box:hover .images-block_one-big-two-small__image__title {
    color: var(--orange-color);
}

.top-menu__root-item {
    display: flex;
    align-items: center;
    margin: 0 8px;
    text-decoration: none;
    transition: color 1s ease;
    white-space: nowrap;
}

.top-menu__root-item svg,
.top-menu__root-item svg path {
    transition: .3s;
}

.top-menu__root-item:hover {
    color: var(--orange-color);
}

.top-menu__root-item:hover svg {
    transform: rotate(180deg);
}

.top-menu__root-item:hover svg path {
    stroke: var(--orange-color);
}

.top-menu__root-item svg {
    margin-left: 8px;
}

.top-menu__with-sub-menu__section__title {
    font-weight: bold;
    margin-bottom: 16px;
}

.top-menu__with-sub-menu__section__list:not(:first-child) {
    margin-left: 97px;
}

.top-menu__with-sub-menu__section__list a {
    color: inherit;
}

.top-menu__with-sub-menu__section__list li {
    transition: .3s;
}

.top-menu__with-sub-menu__section__list li:hover {
    color: var(--orange-color);
}

.top-menu__with-sub-menu__section__list li:not(:last-child) {
    margin-bottom: 16px;
}

.images-block_one-big-two-small__image_box {
    cursor: pointer;
}

.images-block_one-big-two-small__image_box svg {
    margin-left: 8px;
    height: 16px;
    margin-bottom: -2px;
}

.images-block_one-big-two-small__image_box svg path {
    fill: var(--dark-blue-color);
    transition: .3s;
}

.images-block_one-big-two-small__image_box * {
    transition: color 1s ease;
}

.images-block_one-big-two-small__image_box:hover svg path {
    fill: var(--orange-color);
}

.images-block_one-big-two-small__image_box:hover * {
    color: var(--orange-color);
}

.header__bottom-line__lk,
.header__bottom-line__search-input {
    margin-right: 24px;
}

.header__bottom-line__lang-switcher {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 14px;
}

.header__bottom-line__lang-switcher svg {
    position: absolute;
    right: 0;
    top: 0.5em;
    width: 8px;
}

.header__bottom-line__lang-switcher .lang-switcher:not(:first-child) {
    position: absolute;
    top: 1.5em;
    opacity: 0;
    transition: all 0.25s ease;
}

a.lang-switcher {
    transition: color 0.5s ease;
}

a.lang-switcher:hover {
    color: var(--orange-color);
}

.header__bottom-line__lang-switcher:hover .lang-switcher:not(:first-child) {
    opacity: 1;
    line-height: inherit;
}

.top-menu__with-sub-menu__section__right {
    margin-left: 14%;
}

.images-block_big-pictures__image_box {
    position: relative;
    max-width: 264px;
}

.images-block_big-pictures__image_box+.images-block_big-pictures__image_box {
    margin-left: 24px;
}

.images-block_big-pictures__image_box .images-block__image-box {
    margin-bottom: 16px;
}

.images-block_big-pictures__image__date-time {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-grey-color);
    margin-top: 8px;
}

.images-block_big-pictures__image__title {
    margin: 8px auto;
    transition: color 0.5s ease;
}

.images-block_big-pictures__image_box:hover .images-block_big-pictures__image__title {
    color: var(--orange-color);
}

.images-block_big-pictures__image__description {
    font-size: 12px;
    font-weight: 400;
}

.images-block_big-pictures__marks-block {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}

.images-block_big-pictures__marks-block__item {
    display: block;
    padding: 8px 6px;
    background-color: var(--white-color);
    color: var(--orange-color);
    transition: color 0.5s ease;
    font-size: 12px;
}

.images-block_big-pictures__marks-block__item:not(:last-child) {
    margin-right: 16px;
}

.images-block_big-pictures__marks-block__item:hover {
    color: inherit;
}

.top-menu li:last-child .top-menu__root-item {
    margin-right: 24px;
}

@media screen and (max-width:1170px) {
    .top-menu__with-sub-menu__section__wrapper {
        padding-inline: 15px;
    }

    .top-menu__with-sub-menu__section__right {
        margin-left: 10%;
    }
}

@media screen and (max-width: 1279px) {
    .top-menu {
        display: none;
    }

    .header__bottom-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 66px;
        padding: 16px 0;
    }

    .header__bottom-line__lk svg {
        width: 30px;
        height: 30px;
    }

    .header__bottom-line__lang-switcher {
        display: none;
    }

    .header__bottom-line__right-block .menu-button {
        display: block;
    }

    .menu-button .open-menu {
        display: block;
    }

    .menu-button .close-menu {
        display: none;
    }

    .menu-button__close .open-menu {
        display: none;
    }

    .menu-button__close .close-menu {
        display: block;
    }

    .main-link svg {
        width: 120px;
        height: 34px;
    }
}

.images-block_big-pictures img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}