

/* Start:/local/components/kit/site.support/templates/.default/style.css?17381776081299*/
.support {
    display: flex;
}
.support__left, .support__right {
    width: 100%;
}
.support__left .contacts {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}
.support__left .contacts .link {
    margin-bottom: 5px;
}
.support__left .contacts .link span {
    margin-right: 10px;
}
.support__left .icon-tel::before, .support__left .icon-wa::before {
    color: #242424;
}
.support__left .link:hover > .icon-tel::before, .support__left .link:hover > .icon-wa::before {
    color: #52ad60;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.gallery a {
    text-decoration: none;
    width: calc(33% - 7px);
    margin: 0 15px 15px 0;
}
.gallery a:last-child {
    margin-right: 0;
}
.gallery img {
    display: block;
    width: 100%;
    height: 100%;
}


@media (max-width: 930px) {
    .gallery a {
        width: 30%;
    }

    .support__left, .support__right {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .support {
        flex-direction: column;
    }
    .support__left, .support__right {
        width: 100%;
    }
    .support__right {
        margin-top: 10px;
    }
    .gallery a {
        margin: 0 10px 10px 0;
        width: calc(33% - 6px);
    }
}
/* End */
/* /local/components/kit/site.support/templates/.default/style.css?17381776081299 */
