

/* Start:/contact/style.css?1753222565649*/
.offices-block {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 20px;
}
.offices-block .item {
    padding: 30px;
    flex: 0 0 100%;
    box-sizing: border-box;
    background: var(--bs-light);
    text-align: center;
}
.offices-block .flag {
    margin-bottom: 25px;
}
.offices-block .flag img {
    height: 65px;
}
.offices-block .address p, .offices-block .address a {
    margin-bottom: 10px;
    display: block;
}

@media (min-width: 576px) {
    .offices-block .item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .offices-block .item {
        flex: 0 0 calc(33.333% - 13.33px);
    }
}
/* End */


/* Start:/bitrix/components/mav/feedback/templates/.default/style.css?1742039379498*/
.contact-us {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
}
.contact-us h2 {
        text-align: center;
        margin-bottom: 10px;
}
.contact-us .sub-header {
        text-align: center;
        margin-bottom: 30px;
}
textarea {
        min-height: 200px !important;
}
.buttons-block {
        padding: 20px 0;
        text-align: center;
}
.success-block {
	text-align: center;
    margin-bottom: 30px;
}
.success-block i {
        color: var(--bs-green);
}
/* End */
/* /contact/style.css?1753222565649 */
/* /bitrix/components/mav/feedback/templates/.default/style.css?1742039379498 */
