.countries .row {
  row-gap: 16px;
  --containerPadding: 30px;
}
@media (min-width: 62em) {
  .countries .row {
    row-gap: 20px;
  }
}
@media (min-width: 87.5em) {
  .countries .row {
    --containerPadding: 60px;
  }
}
@media (min-width: 62em) {
  .countries .col {
    width: 50%;
  }
}
.countries .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
}
.countries .card__text:first-child {
  margin-bottom: 10px;
}
@media (min-width: 62em) {
  .countries .card__text:first-child {
    margin-bottom: 18px;
  }
}
.countries .card__text:last-child {
  margin-top: auto;
}
.countries__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 36em) {
  .countries__list {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 62em) {
  .countries__list {
    flex-direction: column;
  }
}
@media (min-width: 75em) {
  .countries__list {
    flex-direction: row;
	flex-wrap:wrap;
  }
}
@media (min-width: 87.5em) {
  .countries__list {
    gap: 20px 40px;
  }
}
.countries__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 62em) {
  .countries__item {
    gap: 10px;
  }
}
.countries__flag {
  border-radius: 100%;
  border: 1px solid rgba(73, 73, 73, 0.4);
  width: 40px;
  aspect-ratio: 1/1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 75em) {
  .countries__flag {
    width: 50px;
  }
}
@media (min-width: 87.5em) {
  .countries__flag {
    width: 60px;
  }
}
.countries__flag img {
  display: block;
  width: 20px;
}
@media (min-width: 75em) {
  .countries__flag img {
    width: 24px;
  }
}
@media (min-width: 87.5em) {
  .countries__flag img {
    width: 27px;
  }
}
.countries__flag.bg-clr-2 {
  border: none;
}
.countries__map {
  display: block;
  margin: 30px 0;
}
@media (min-width: 62em) {
  .countries__map {
    margin: 36px 0;
  }
}
.countries .acc__item:last-child:after {
  content: none;
}
@media (min-width: 62em) {
  .countries--row .countries__map {
    margin: 0;
  }
}
@media (min-width: 62em) {
  .countries--row .countries__list {
    flex-direction: column;
    gap: 24px;
    font-size: 40px;
    font-family: var(--second-family);
  }
}
@media (min-width: 87.5em) {
  .countries--row .countries__list {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .countries--row .countries__item {
    gap: 12px;
  }
}
.countries--row .countries__flag {
  background: var(--clr-03);
  border: none;
}
@media (min-width: 62em) {
  .countries--row .countries__flag {
    width: 84px;
  }
  .countries--row .countries__flag img {
    width: 27px;
  }
}
.countries--row .row {
  row-gap: 30px;
  --containerPadding: 30px;
}
@media (min-width: 62em) {
  .countries--row .row {
    --containerPadding: 40px;
  }
}
@media (min-width: 87.5em) {
  .countries--row .row {
    --containerPadding: 60px;
  }
}
.countries--row .col {
  width: 100%;
}
@media (min-width: 62em) {
  .countries--row .col {
    width: 50%;
  }
}
.countries--row .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.countries--row .card__text:first-child {
  margin-bottom: 10px;
}
@media (min-width: 62em) {
  .countries--row .card__text:first-child {
    margin-bottom: 18px;
  }
}
.countries--row .card__text:last-child {
  margin-top: auto;
}
.countries--row .acc__item:first-child .acc__head {
  padding-top: 0;
}
@media (max-width: 991px) {
  .countries--row .acc__item:last-child .acc__head {
    padding-bottom: 0;
  }
  .countries--row .acc__item:last-child:after {
    content: none;
  }
}