.facts_container {
  background-color: #FFF7D8;
  padding: 4px 0 60px;
  margin: 64px 0;
}
.facts_block {
  display: flex;
  width: 100%;
}
.facts_thumbs-col {
  width: 300px;
  height: 368px;
  padding-right: 24px;
}
.facts_thumbs-container {
  width: 308px;
  height: 396px;
  padding: 12px 16px 16px;
  overflow: hidden;
  position: relative;
  top: -12px;
  left: -16px;
}
.facts_thumbs {
  display: flex;
  flex-direction: column;
}
.facts_thumb {
  height: 80px;
  max-width: 276px;
  background: #fff;
  border-radius: 5px;
  padding: 8px 8px 8px 18px;
  border-left: 2px solid transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: box-shadow .3s;
}
.facts_thumbs-container:not(.swiper-container-initialized) .facts_thumb {
  margin-bottom: 16px;
}
.facts_thumb:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
}
.facts_thumb.active {
  border-color: #ffd839;
}
.facts_thumb-title {
  padding-right: 20px;
  width: calc(100% - 64px);
  font-size: 16px;
  font-weight: bold;
  color: #474f55;
}
.facts_thumb:hover .facts_thumb-title {
  color: #0072ed;
}
.facts_thumb-img {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  background: no-repeat center / cover;
}
.facts_content {
  border-radius: 5px;
  background: #fff;
  color: #404a51;
}
.facts_content-title {
  font-size: 20px;
  font-weight: bold;
}
.facts_content .facts_content-text {
  margin-top: 18px;
}
.facts_content .facts_content-text,
.facts_content .facts_content-text * {
  font-size: 16px !important;
  line-height: 1.63 !important;
  text-align: left !important;
}
.facts_content-img,
.facts_content::before {
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 5px;
  position: absolute;
}
.facts_content::before {
  content: '';
  background-color: #FFF7D8;
  top: 64px;
  right: 82px;
}
.facts_content-img {
  top: 24px;
  right: 40px;
  background: no-repeat center / cover;
}
.facts_slider-check {
  display: none;
}

[data-county="greece"] ~ .facts_container,
[data-county="greece"] ~ * .facts_content::before {
  background-color: #EFF6F9;
}
[data-county="bulgaria"] ~ .facts_container,
[data-county="bulgaria"] ~ * .facts_content::before {
  background-color: #E7F4F4;
}
[data-county="spain"] ~ .facts_container,
[data-county="spain"] ~ * .facts_content::before {
  background-color: #FFEDED;
}
[data-county="turkey"] ~ .facts_container,
[data-county="turkey"] ~ * .facts_content::before {
  background-color: #DAF5E5;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .facts_content {
    padding-left: 30px;
    padding-right: 376px;
  }
  .facts_content::before {
    right: 66px;
  }
  .facts_content-img {
    right: 24px;
  }
}
@media (min-width: 769px) {
  .facts_contents-container {
    width: calc(100% - 300px);
    height: 368px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  }
  .facts_contents,
  .facts_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .facts_content {
    display: flex;
    align-items: center;
    padding-left: 80px;
    padding-right: 450px;
  }
  .facts_content.active {
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .facts_slider-check {
    display: block;
  }
  .facts_block {
    width: 100vw;
    position: relative;
    left: -24px;
  }
  .facts_thumbs-col {
    display: none;
  }
  .facts_contents-container {
    padding-left: 24px;
  }
  .facts_content {
    max-width: 320px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
    padding: 300px 20px 28px;
  }
  .facts_contents-container:not(.swiper-container-initialized) .facts_content {
    margin-right: 8px;
  }
  .facts_content-img,
  .facts_content::before {
    width: 200px;
    height: 200px;
  }
  .facts_content::before {
    top: 72px;
    right: 24px;
  }
  .facts_content-img {
    top: 32px;
    right: 96px;
  }
}
@media (max-width: 767px) {
  .facts_block {
    left: -20px;
  }
  .facts_contents-container {
    padding-left: 20px;
    padding-right: 20px;
  }

}
@media (max-width: 320px) {
  .facts_content {
    max-width: 280px;
  }
  .facts_content-img {
    right: 56px;
  }
}
