.i-countries-actions {
  display: flex;
  margin-bottom: 20px; }

.i-countries-container {
  display: flex;
  flex-wrap: wrap; }

.i-countries-dropdown {
  width: 300px;
  margin-right: 10px;
  cursor: pointer; }
  @media screen and (max-width: 425px) {
    .i-countries-dropdown {
      max-width: 50%; } }

.i-country {
  background: #EDEFF3;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 31px;
  margin-bottom: 6px !important;
  margin-right: 6px; }
  .i-country:after {
    content: none !important; }
  @media screen and (max-width: 425px) {
    .i-country {
      width: 48%; } }
  .i-country__img {
    margin-bottom: 10px; }
  .i-country__name {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #2361A9;
    margin: 0 !important;
    text-align: center; }
  .i-country__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #848D97 !important; }
    .i-country__link:after {
      content: none !important; }

