#rec561265783{
    background-image:url("https://static.tildacdn.com/tild3962-6239-4535-b563-386434326137/5c29e91c-117a-41e0-9.png") important!;
    background-size:cover;
    background-repeat:no-repeat;
}

/* language */

.language {
    position: fixed;
    left: 10px;
    top: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index:99999999;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

/* Эта часть отвечает за то чтобы кнопки находились фиксировано на странице*/

.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Эта часть отвечает за то чтобы не было видно надписи – Переводчик Google */

.skiptranslate {
    display: none !important;
}

.t-menu__link-item:last-child{
  color: transparent !important;
}
.t450__list_item .t-menu__link-item {
    color: #6E615A !important;
}
