.cmp__country-selection[data-v-19a078c6] {
  padding: 104px 0 16px;
}
@media screen and (max-width: 767px) {
.cmp__country-selection[data-v-19a078c6] {
    padding: 74px 0 44px;
}
}
.cmp__country-selection .responsive__layout[data-v-19a078c6] {
  max-width: 800px;
  margin: 0 auto;
}
.cmp__country-selection-title[data-v-19a078c6] {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.95);
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
.cmp__country-selection-title[data-v-19a078c6] {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    margin-bottom: 16px;
    text-align: left;
}
}
.cmp__country-selection .area-nav[data-v-19a078c6] {
  display: none;
}
@media screen and (max-width: 767px) {
.cmp__country-selection .area-nav[data-v-19a078c6] {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}
.cmp__country-selection .area-nav[data-v-19a078c6]::-webkit-scrollbar {
    display: none;
}
.cmp__country-selection .area-nav__list[data-v-19a078c6] {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}
.cmp__country-selection .area-nav__item[data-v-19a078c6] {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.55);
    padding: 16px 0;
    position: relative;
    flex-shrink: 0;
}
.cmp__country-selection .area-nav__item[data-v-19a078c6]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
}
.cmp__country-selection .area-nav__item.active[data-v-19a078c6] {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 600;
}
.cmp__country-selection .area-nav__item.active[data-v-19a078c6]:after {
    opacity: 1;
}
}
.cmp__country-selection .area[data-v-19a078c6] {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
.cmp__country-selection .area[data-v-19a078c6] {
    margin-top: 32px;
    margin-bottom: 0;
    display: none;
}
.cmp__country-selection .area.active[data-v-19a078c6] {
    display: block;
}
}
.cmp__country-selection .area .area__title[data-v-19a078c6] {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
.cmp__country-selection .area .area__title[data-v-19a078c6] {
    display: none;
}
}
.cmp__country-selection .area .country-list[data-v-19a078c6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
.cmp__country-selection .area .country-list[data-v-19a078c6] {
    display: block;
}
}
.cmp__country-selection .area .country-list .country-item[data-v-19a078c6] {
  display: flex;
  align-items: center;
  flex: 0 0 40%;
  max-width: 40%;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.cmp__country-selection .area .country-list .country-item[data-v-19a078c6] {
    display: block;
    max-width: none !important;
}
}
.cmp__country-selection .area .country-list .country-item[data-v-19a078c6]:nth-child(3n-1) {
  flex: 0 0 40%;
  max-width: 40%;
}
.cmp__country-selection .area .country-list .country-item[data-v-19a078c6]:nth-child(3n) {
  flex: 0 0 20%;
  max-width: 20%;
}
.cmp__country-selection .area .country-list .country-item a[data-v-19a078c6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cmp__country-selection .area .country-list .country-item a:hover span[data-v-19a078c6] {
  color: rgba(0, 0, 0, 0.95);
}
.cmp__country-selection .area .country-list .country-item a img[data-v-19a078c6] {
  width: 20px;
  height: 14px;
  flex: 0 1 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cmp__country-selection .area .country-list .country-item a span[data-v-19a078c6] {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: rgba(0, 0, 0, 0.55);
  transition: 0.3s;
  flex: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
.cmp__country-selection .area .country-list .country-item a span[data-v-19a078c6] {
    font-weight: 500;
}
}