.mechanisms__btns.mechanisms__btns--showrooms {
    justify-content: center;
    margin-bottom: 4rem;
}
.contacts__item-text {
    margin-top: 4rem;
}
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

body .contacts__inner {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.contact-tabs h2 {
    text-align: center;
    font-family: "Forum";
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 100%;
    margin-bottom: 3rem;
}

.contact-tabs-wr {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.contact-tabs-item svg {
    width: 30px;
    height: 30px;
}

.contact-tabs-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #e3a550;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.contact-tabs-item.active,
.contact-tabs-item:hover {
    background: #e3a550;
}

.contact-tabs-item.active svg path,
.contact-tabs-item:hover svg path {
    fill: #fff;
}

.contact-tab-content-item {
    display: none;
}

.contact-tab-content-item.active {
    display: flex;
}

.contact-tabs-content {
    margin-bottom: 15px;
}

.images-contact-wr {
    display: flex;
    justify-content: space-between;
}

.images-contact-wr>a {
    width: calc(50% - 15px);
    margin-bottom: 15px;
    text-align: center;
    cursor: zoom-in;
}

.images-contact-wr>a p {
    font-size: 12px;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .images-contact-wr>a {
        width: 100%;
    }
    .images-contact-wr {
        flex-direction: column;
    }
}


/*  */

body .contacts__inner .contacts__item {
    width: 1220px;
    max-width: 100%;
}

body .contacts__inner .contacts__item-data {
    justify-content: space-around;
}

body .contacts__inner .contacts__item-btns {
    justify-content: center;
}

body .contacts__inner .contacts__item-info-description {
    width: 100%;
}

@media (max-width: 48em) {
    body .contacts__inner .contacts__item-info-description-item-drop>a::after {
        opacity: 0;
    }
    body .contacts__inner .contacts__item-info-description-item-drop>a {
        text-decoration: underline;
    }
}

.contact__text-in-border {
    width: 800px;
    max-width: 100%;
    margin: 0px auto 80px;
    padding: 20px 30px;
    border: 1px solid #cdaa6f;
    border-radius: 5px;
}

.contact__text-in-border p:last-child {
    margin-top: 20px;
}

.contact__text-in-border a {
    text-decoration: underline;
}
.contacts__item__subtitle {
    font-size: 1.85rem;
      width: 1220px;
    max-width: 100%;
    margin: 0 auto 2rem;
}
.tabs__content {
    display: none !important;
}
.tabs__content.active {
    display: flex !important;
}