.col-2 {
  font-size: 0px;
}

.col-2 * {
  font-size: initial;
}

.col-1 {

  margin-top: 30px !important;
}

.col-1.e1a {
  display: block !important;
}

/*
ul#shipping_method input {
  -webkit-appearance: none !important;
}

*/
#billing_country_field {
  /*display: none !important;*/
}

input.shipping_method:before {
  display: block;
  font-family: 'Font Awesome\ 5 Free' !important;
  font-weight: 900 !important;
  content: '\f192';
  color: #f25e69;
  margin-top: -4px;
  margin-left: -1px;
}

input.shipping_method:not(:checked):before {
  content: '\f111' !important;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields #billing_country_field .woocommerce-input-wrapper {
  position: relative;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields #billing_country_field .woocommerce-input-wrapper::before {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 7px;
}

html[lang="ru-RU"] .checkout.woocommerce-checkout .woocommerce-billing-fields #billing_country_field .woocommerce-input-wrapper::before {
  top: 4px;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields #billing_country {
  width: 100% !important;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  height: 46px;
  line-height: 1.618;
  font-size: 16px;
  padding: .6180469716em;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
}
