.header__contacts-block {
    margin-right: 0;
}

.header__contacts {
    justify-content: center;
    align-items: center;
}

iframe {
    border: none;
}

footer p {
    margin-bottom: 0;
}

.footer li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.header__search {
    list-style: none;
    margin-right: 30px;
    margin-left: 10px;
}

.header__search .i-m-search {
    width: 20px;
    filter: brightness(0) invert(1);
}

.header__search .header__imenu {
    left: unset;
    right: 5px;
    max-width: 250px;
    padding-inline: 10px;
}

.header__search .footer__search input {
    border-color: #ff5b5b;

}

.header__search .footer__search input::placeholder {
    color: #282828
}

#scroller {
    position: fixed;
    /**position the scroller**/
    bottom: 60px;
    right: 20px;
    /**arrow image**/
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    cursor: pointer;
    /**hide it first**/
    display: none;
    padding: 5px;
    z-index: 99999;
}

#scroller:hover {
    opacity: 0.8;
}

#scroller img {
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.b24-widget-button-wrapper {
    right: 20px !important;
    bottom: 140px !important;
}

.header__item {
    cursor: pointer;
}

.header__search_mobile {
    display: none;
}

@media (max-width: 768px) {
    .header__search_mobile {
        display: block;
        max-width: unset;
        margin-top: 20px;
        padding-inline: 20px;
    }

    .header__search {
        margin: 0;
    }

    .header__search .header__imenu {
        display: block;
        max-width: 100%;
    }
}

.work__video {
    display: block;
}

.work__media_footer {
    max-width: 100%;
}

.work__video_footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 500px;
}

.work__video_footer::before {
    content: none;
}

.work__video_footer picture {
    max-width: 100%;
    border-radius: 0;
}

.work__video_footer img {
    position: absolute !important;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100% !important;
    border-radius: 0 !important;
}

.work__video_footer picture::after {
    content: none;
}

.b24-widget-button-social-item {
    background-color: #fa5a5a !important;
}