section.country__intro {
  padding: 130px 0 70px;
  text-align: center;
  background-color: #c12b33;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.country__title {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 69px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 10px;
}
.country__description {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin-bottom: 22px;
}
.country__intro .btn {
  display: inline-block;
}
.country__information {
  padding-top: 25px;
}
.country__id {
  display: flex;
  margin-top: 47px;
  align-items: center;
}
.country__content {
  display: flex;
  align-items: baseline;
}
.country__tables {
  width: 390px;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  margin-left: 35px;
  padding: 30px;
  flex-shrink: 0;
}
.country__flag {
  width: 49px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 18px;
  margin-top: -2px;
  display: block;
}
.country__name {
  font-family: "Proxima Nova";
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
}
.country__subtitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 25px;
  display: block;
}
.country__subtitle--lg {
  font-size: 30px;
  line-height: 37px;
  margin-top: 80px;
}
.country__subtitle:not(:first-child) {
  margin-top: 50px;
}
.country__text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 28px;
}
.country__tables table td {
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.country__tables table td:first-child {
  padding-right: 20px;
  width: 225px;
  box-sizing: border-box;
  font-weight: 400;
}
.country__tables table td a {
  text-decoration: underline;
  color: inherit;
}
.country__tables table td a[href]:hover {
  color: #2E62FF;
}
.country__payment-methods {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.country__payment-method {
  height: 100px;
  width: 144px;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: border 0.3s;
}
.country__payment-method:hover {
  border-color: #2E62FF;
}
.country__payment-method-logo {
  height: 57px;
  width: 110px;
  margin: 8px auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.country__payment-method-name {
  font-family: "Proxima Nova";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  display: block;
  color: #000;
}
.country__market-indicators {
  display: flex;
  flex-wrap: wrap;
  margin-right: -45px;
}
.country__market-indicator {
  margin-right: 45px;
  margin-bottom: 35px;
}
.country__market-indicator--lg {
  width: 100%;
}
.country__market-indicator-value {
  color: #788AA2;
  font-family: "Proxima Nova";
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.99px;
  line-height: 41px;
}
.country__market-indicator--lg .country__market-indicator-value {
  font-size: 50px;
  letter-spacing: 1.46px;
  line-height: 61px;
}
.country__market-indicator-entity {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.country__carriers {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.country__carrier {
  width: 144px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 940px) {
  .country__market-indicator-value {
    font-size: 28px;
  }
  .country__market-indicator--lg .country__market-indicator-value {
    font-size: 34px;
    font-weight: 800;
    line-height: 41px;
  }
  .country__tables {
    width: 330px;
  }
  .country__tables table td:first-child {
    padding-right: 20px;
    width: 165px;
  }
}
@media (max-width: 767px) {
  .country__content {
    flex-wrap: wrap;
  }
  .country__market-indicators, .country__payment-methods, .country__carriers {
    margin-right: 0;
  }
  .country__tables {
    margin: 30px 0 30px;
    width: 100%;
  }
  .country__tables table td:first-child {
    width: 220px;
  }
}
@media (max-width: 380px) {
  .country__title {
    font-size: 36px;
    line-height: 1.5;
  }
  .country__intro br {
    display: none;
  }
  .country__market-indicator--lg .country__market-indicator-value, .country__market-indicator-value {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .country__market-indicator {
    margin-right: 30px;
  }
}
