.images_qr {
    flex-flow: row;
}
.images_qr a {
    width: auto;
}
.images_qr a img {
    object-fit:contain;
}
.items.marquee .item {
    padding: 0 10px;
}
.images_flex.images_qr a {
    height: auto;
    color: #000;
}
.images_flex.images_qr .right-elem {
    margin-left: 30px
}
.images_flex.images_qr .caption {
    text-align: center;
    margin-top: 10px;

}
.images_flex.images_qr .caption a {
    font-weight: bold;
    text-decoration: underline;
}
.container-contacts {
    width: fit-content;
}
.wrap-contact {
    display: flex;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    width: fit-content;
    align-items: flex-end;

}
.wrap-contact svg {

}
.contact-footer {
    display: flex;
    gap: 10px;
    align-items: center;
}
.contact-footer .copy-contact {
    background: none;
    border: none;
}

.container-contacts .wrap-contact svg.type-contact {
    border-radius: 50%;
    background: #fff;
    width: 36px;
    height: 36px;
    padding: 5px;
    display: block;
    margin-right: 10px;
}
.container-contacts .wrap-contact svg.type-contact path {
    fill: #222;
}
/*.contacts_right a {
    text-decoration: none;
}
.contacts_right a + a {
    margin-top: 10px;
}
@media(max-width:770px){
    .contacts_right a {
        display: flex;
    }
}*/

/* Coockie */
.cookie-notice {
    padding: 16px 10px 10px;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 10;
    background-color: #232425;
    color: #fff;
    border: 1px solid #5d5d5d;
    border-radius: 20px;
    display: none;
}
.cookie-notice .button-wrapper a {
    text-decoration: none;
    border: 1px solid #eae60e;
    padding: 4px 10px;
    font-size: 16px;
    text-align: center;
    background: #eae60e;
    border-radius: 10px;
    color: #222;
    font-weight: 800;
}
.cookie-notice .button-wrapper a:hover {
    background-color: #949209;
}
.cookie-notice a:active {
    background-color: #626006;
}
.button-wrapper {
    text-align: right;
}
.button-wrapper:hover {

}
/* /Coockie */