@media (min-width: 768px) {
    .root_banner_wrapper {
        margin-top: 55px;
    }
}

.header_phone_legit {
    display: inline-block;
    color: #222222;
    text-decoration: none;
    border-bottom: 0px;
    outline: none;
    margin-top: 3px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.header_phone_legit:hover {
    border-bottom: 0px;
}

.header_ma_logo,
.header_ma_logo_white {
    width: 181px;
}

html,
body {
    height: 100%;
    margin: 0;
}

body > div.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.text-with-images {
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    font-size: 18px;
}

.text-with-images img {
    max-width: 30%;
    height: auto;
    margin: 10px;
}

.img-right {
    float: right;
    margin-left: 20px;
}

.img-left {
    float: left;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .text-with-images img {
        float: none !important;
        display: block;
        margin: 20px auto;
        max-width: 100%;
    }

    .submodels_list {
        display: none;
    }
}

.news_text h3,
.itemListElementTitle,
.dynamic-content-title {
    text-transform: uppercase;
}

figure.attachment figcaption {
    display: none;
}

.news_name, .action_name {
    text-transform: uppercase;
}

.root_news .root_news_item, .other_news .other_news_item {
    height: 200px;
}
.root_actions .root_action_item, .other_actions .other_action_item {
    height: 180px;
    overflow: hidden;
}
.root_actions .root_action_item img, .other_actions .other_action_item img {
    margin-top: 80px;
}

.m-b-15 {
    margin-bottom: 15px;
}