

/* Start:/local/components/aft/contacts/templates/.default/style.css?17645921203405*/
.contact .page-caption {
    margin-bottom: 2.4rem;
}
.contact .countries {
    margin-bottom: 4.7rem;
}
.contact__filter {
    margin-bottom: 50px;
    position: relative;
}
.contact__label {
    color: var(--color-grey);
    cursor: text;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.contact__label .app-icon {
    color: inherit;
    display: block;
    height: 2.5rem;
    margin-right: 1.6rem;
    width: 2.5rem;
}
.contact__input {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-grey_20);
    outline: none;
    padding: 3.3rem 0;
    text-align: center;
    width: 100%;
}
.contact__section {
    margin-bottom: 11rem;
}
.contact__item {
    margin-bottom: 30px;
}
.contact__item p:not([class]) {
    margin: 0 0 10px;
}
.contact__name {
    line-height: 125%;
    margin-bottom: 16px;
    word-wrap: break-word;
}
.contact__sect-name {
    border-top: 8px solid var(--color-app__text);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 123%;
    margin-bottom: 5rem;
    position: relative;
    padding: 1.6rem 0;
}
.contact__type {
    font-weight: 400;
    opacity: 0.2;
    margin-bottom: 2.1rem;
}
@media (min-width: 768px) {
    .contact__filter {
        margin-bottom: 9rem;
    }
    .contact__item {
        margin-bottom: 7.9rem;
    }
    .contact__name {
        margin-bottom: 2rem;
    }
}
.countries {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.countries__item {
    border: 1px solid #e0e0e0;
    border-radius: 100vmax;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2px;
    padding: 1rem 1.7rem;
}
.countries__item--selected {
    border-color: var(--color-app__text);
}
.countries__logo {
    border-radius: 50%;
    display: block;
    height: 4.8rem;
    margin-right: 1.6rem;
    overflow: hidden;
    width: 4.8rem;
}
.countries__logo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.countries-popup p {
    text-align: center;
    margin: 0 auto;
    max-width: 30ch;
}
.countries-popup .modal__close {
    display: flex;
    align-items: center;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 3rem;
    height: 3rem;
    outline: none;
}
.countries-popup .modal__close svg {
    fill: inherit;
    stroke: inherit;
}
.countries-popup__wrap {
    background-color: #fff;
    margin: 0 auto;
    max-width: 80rem;
    padding: 10rem 3.2rem 9.9rem;
    position: relative;
    transform: translateZ(0) translateY(-50%);
    top: 50%;
    border-radius: 3.5rem;
    width: 100%;
}
.countries-popup__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.countries-popup__btn {
    background-color: transparent;
    color: var(--color-app__text);
    font-weight: 700;
    margin: 0 8% 0 0;
    padding: 0 15px;
}
.countries-popup__btn:last-child {
    margin: 0;
}
@media (min-width: 576px) {
    .countries__item {
        margin: 1rem;
        padding: 1.2rem 1.8rem;
    }
    .countries-popup__btns {
        margin-top: 56px;
    }
    .countries-popup__btn {
        padding: 0 10px;
    }
}

/* End */
/* /local/components/aft/contacts/templates/.default/style.css?17645921203405 */
