  .block {
  padding: .8em .3em .9em;
  background: #030000;
}

.block .main_title {
  color: #194a5a;
  text-align: center;
  margin-bottom: .8em;
}

.block_back {
  width: 100%;
}

.block_info {
  border-radius: .4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  padding: .3em .5em .2em;
}

.block_info > div {
  border-bottom: 1px solid #c2c2c2;
}

.block_time_local {
  margin-bottom: .2em;
  color: #4D4D4D;
  font-size: .75em;
}

.block_title {
  padding: 0 .3em .15em;
  font-size: .85em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_time_title {
  font-weight: 500;
  font-size: .75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .1em;
}

.block_time_title:first-child {
  margin-bottom: .15em;
}

.block_time_title:first-child .button_view {
  outline: none;
  font-size: .9em;
  padding: .2em .45em;
  border: 1px solid black;
  border-radius: .4em;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: -.4em;
  background-color: transparent;
}

.block_time {
  font-size: .9em;
  text-align: end;
  font-weight: 700;
  font-style: italic;
}


.bblock_ttime2 {
  font-size: 20px;
  text-align: auto;
  font-weight: 700;
  font-style: italic;
}

.block_time span:nth-child(2n) {
  color: #6d6d6d;
  font-weight: initial;
}

.block_time span:nth-child(2n+1) {
  color: black;
}

.block .bandera {
  display: inline-block;
  height: 20px;
  margin-left: .2em;
}

.block h2 {
  color: white;
}

.block_overlay {
  padding: .15em .3em .3em;
  background-color: #1c3e72;
  border-radius: .5em;
  -webkit-box-shadow: 0px 5px 9px -4px black;
  box-shadow: 0px 5px 9px -4px black;
  margin-bottom: .5em;
}

.block_overlay:nth-child(2n) {
  background-color: #5f3469;
}

.block_overlay:last-child {
  margin-bottom: 0;
}
.block_country {
  width: 100%;
  display: none;
}

.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #797979;
  padding: .4em .3em;
}

.country_img img {
  width: 55px;
  height: 96px;
  border: 1px solid #797979;
  border-radius: .3em;
}

.country:last-child {
  border-bottom: 0;
  padding-bottom: .2em;
}

.country_inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.1em 0.5em;
  position: relative;
  z-index: 10;
}
.country_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.country_name img {
  width: 10%;
  margin-right: .3em;
}

.country_name p {
  font-weight: 700;
  margin-top: .15em;
}

.country .rating {
  display: inline-block;
  background: yellow;
  padding: .25em .4em;
  border-radius: .4em;
  font-weight: 500;
  font-size: .6em;
  color: black;
}


.country .new {
  display: inline-block;
  background: red;
  padding: .25em .4em;
  border-radius: .4em;
  font-weight: 500;
  font-size: .6em;
  color: white;
}


.country p {
  font-size: 0.72em;
  color: white;
  margin-top: .2em;
}

.country_coords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.country_coords .button {
  margin-left: .5em;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.4em;
  cursor: pointer;
  outline: none;
}

.country_coords .button:hover {
  color: black;
  background-color: white;
}

.country_coords p {
  margin-top: 0.5em;
}

.country_coords .message {
  margin-left: .5em;
  margin-top: 0.35em;
}

.country_coords p::-moz-selection {
  background: transparent;
}

.country_coords p::selection {
  background: transparent;
}

.country_coords .button,
.country_coords .message {
  font-size: 0.8em;
  color: white;
}
.loader {
 position: unset;
}