

/* Start:/local/templates/ampm-short-multilang/components/ampm/system.empty/country_selection/style.css?17488723191241*/
.country-selection {
    padding: 50px 0;
}

.country-selection__list {
    display: flex;
    flex-wrap: wrap;
}

.country-selection__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--main-color-gray);
    border-radius: 10px;
    padding: 20px;
    width: 260px;
    margin-right: 10px;
    margin-bottom: 50px;
    min-height: 137px;
}

.country-selection__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}

.country-selection__desc {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;

    & .is-mob {
        display: none;
    }
}

.country-selection__img {
    margin-right: 10px;
}

.country-selection__country {
    font-weight: 700;
    margin-right: 5px;
}

.country-selection__lang {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .country-selection__item {
        width: 185px;
        margin-bottom: 24px;
    }

    .country-selection__desc {
        font-weight: 400;
        font-size: 14px;

        & .is-mob {
            display: initial;
        }
        & .is-desc {
            display: none;
        }
    }

    .country-selection__country {
        font-weight: 400;
    }
}
/* End */
/* /local/templates/ampm-short-multilang/components/ampm/system.empty/country_selection/style.css?17488723191241 */
