

/* Start:/contact/style.css?17769461231217*/
.offices-block {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 20px;
    margin-bottom: 30px;
}
.offices-block .item {
    padding: 30px;
    flex: 0 0 100%;
    box-sizing: border-box;
    background: var(--bs-light);
    text-align: center;
    position: relative;
}
.offices-block .flag {
    margin-bottom: 25px;
}
.offices-block .flag img {
    height: 55px;
}
.offices-block .address p, .offices-block .address a {
    margin-bottom: 10px;
    display: block;
}
.headquarters {
    position: absolute;
    background: var(--bs-primary);
    color: var(--bs-light);
    padding: 5px 10px;
    top: 0px;
    left: 0px;
    font-size: 0.9rem;
}
.our-websites {
    max-width: 850px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.our-websites .item {
    padding: 10px;
}
.our-websites .flag {
    height: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
.our-websites h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

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

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


/* Start:/bitrix/components/mav/feedback/templates/.default/style.css?17850684191140*/
.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;
}
.wait-spinner {
        display: none;
        text-align: center;
        height: 48px;
        margin-top: 10px;
        width: 100%;
}

.wait-spinner .spinner-border {
        width: 2rem;
        height: 2rem;
}

.success-block {
        text-align: center;
        padding: 40px 20px;
}

.success-icon {
        width: 56px;
        height: 56px;
        margin: 0 auto 20px;
        border: 1px solid var(--bs-dark);
        border-radius: 50%;
        color: var(--bs-dark);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
}

.success-block h3 {
        margin: 0 0 10px;
        font-size: 22px;
        font-weight: 500;
}

.success-block p {
        margin: 0;
        font-size: 15px;
}
/* End */
/* /contact/style.css?17769461231217 */
/* /bitrix/components/mav/feedback/templates/.default/style.css?17850684191140 */
