/* Media Queries */
.residental-countries-modal {
  padding: 30px 5px 30px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991px) {
  .residental-countries-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    right: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.residental-countries-modal__content {
  padding: 20px 40px 20px 20px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .residental-countries-modal__content {
    padding: 10px;
  }
}
.residental-countries-modal__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f0933;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .residental-countries-modal__header {
    margin-bottom: 0;
  }
}
.residental-countries-modal__item-list {
  display: grid;
  grid-gap: 30px;
  grid-template-rows: repeat(40, auto);
  grid-auto-flow: column;
  list-style: none;
}
@media (max-width: 1700px) {
  .residental-countries-modal__item-list {
    grid-template-rows: repeat(48, auto);
  }
}
@media (max-width: 1500px) {
  .residental-countries-modal__item-list {
    grid-template-rows: repeat(60, auto);
  }
}
@media (max-width: 1299px) {
  .residental-countries-modal__item-list {
    grid-template-rows: repeat(80, auto);
  }
}
@media (max-width: 991px) {
  .residental-countries-modal__item-list {
    grid-gap: 30px 20px;
    grid-template-rows: repeat(120, auto);
  }
}
@media (max-width: 767px) {
  .residental-countries-modal__item-list {
    grid-template-rows: repeat(240, auto);
  }
}
.residental-countries-modal__item {
  color: #7e858b;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 767px) {
  .residental-countries-modal__line {
    border-bottom: 1px solid #e1e4eb;
    margin: 20px 0;
  }
}