.body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top_box {
  display: flex;
}

.left {
  background-color: #f5f5f5;
  width: 50%;
  position: relative;
}

.right {
  width: 50%;
}

.inrignt {
  position: relative;
}

.desk_photo {
  object-fit: cover;
  width: 100%;
  display: block;
}

.logo_box {
  position: absolute;
  inset: 3% auto auto 5%;
}

.ep_link_box {
  width: 160px;
}

.main_title {
  position: absolute;
  inset: auto 10% 30% 5%;
}

.h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 135%;
}

.subtitle_text {
  color: #000;
  padding-right: 10%;
}

.flags {
  margin-top: 20px;
  display: flex;
}

.ukr_fl {
  width: 80px;
}

.pjl_flag {
  width: 80px;
  margin-left: -5%;
}

.lang_cta {
  border-radius: 8px;
  padding: 0;
  position: absolute;
  inset: 3% 5% auto auto;
}

.lang_link_box {
  background-color: #ffffff5e;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 0 0 0 1px #ffffffe8;
}

.lang_link_box:hover {
  transform: translate(0, 10px);
}

.lang_in_pop {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lang_icon {
  width: 24px;
}

.lang_words {
  padding-left: 10px;
}

.lang_text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.mobi {
  display: none;
}

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp_date_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp_text {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.blues_sec {
  background-color: #e6e6e6;
  padding-bottom: 0;
}

.blues_story_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 135%;
}

.h2.darkstl {
  color: #000;
}

.h2.difg {
  padding-left: 0%;
  padding-right: 0%;
}

.h2.ew {
  padding-left: 5%;
  padding-right: 5%;
}

.ask_box {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.ask_box.blancostl {
  background-color: #e6e6e6;
}

.quest_text {
  color: #000;
  letter-spacing: .2px;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 800;
}

.quest_text.aspir {
  color: #000;
  border-bottom-color: #b4b6b8;
}

.h3 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.h3.blancoop {
  color: #000;
}

.regul_wh_text {
  color: #000;
  margin-bottom: 20px;
}

.white_sec {
  padding-bottom: 0;
}

.white_story_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.regul_blc_text {
  margin-bottom: 20px;
}

.redaction_span_text {
  color: #6b6b6b;
}

.fin_sec {
  background-color: #242424;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.link, .link-2, .link-3, .link-4 {
  color: #fff;
}

.logo_ep_bot {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ep_link_bot {
  width: 160px;
}

.photo_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.link-5, .link-6, .link-7 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .h1 {
    font-size: 32px;
  }

  .subtitle_text {
    font-size: 20px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .ep_link_box {
    width: 180px;
  }

  .h1 {
    font-size: 40px;
  }

  .subtitle_text {
    padding-right: 0%;
    font-size: 24px;
  }

  .h2, .h2.ew {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (min-width: 1920px) {
  .ep_link_box {
    width: 200px;
  }

  .h1 {
    font-size: 50px;
  }

  .subtitle_text {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    padding-right: 0%;
    font-size: 24px;
  }

  .subtitle_text {
    padding-right: 0%;
  }

  .ukr_fl {
    width: 40px;
  }

  .pjl_flag {
    width: 40px;
    margin-left: -5%;
  }

  .cont {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .top_box {
    flex-flow: column;
    position: relative;
  }

  .left {
    width: 100%;
    height: 300px;
    position: static;
  }

  .right {
    width: 100%;
    height: 320px;
  }

  .inrignt {
    position: static;
  }

  .desk_photo {
    object-position: 50% 50%;
    height: 320px;
    display: none;
  }

  .logo_box {
    z-index: 5;
    padding-top: 3%;
    padding-left: 0%;
    position: absolute;
    top: 0%;
  }

  .main_title {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 15%;
    position: static;
  }

  .h1 {
    text-align: center;
    padding-right: 0%;
  }

  .subtitle_text {
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  }

  .flags {
    justify-content: center;
    align-items: center;
  }

  .pjl_flag {
    margin-left: -2%;
  }

  .lang_cta {
    z-index: 6;
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .lang_link_box {
    background-color: #fff;
  }

  .mobi {
    object-fit: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .left {
    height: 360px;
  }

  .right {
    height: auto;
  }

  .desk_photo {
    display: none;
  }

  .logo_box {
    padding-left: 0%;
  }

  .main_title {
    padding-top: 26%;
  }

  .h1 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
  }

  .subtitle_text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lang_cta {
    right: 5%;
  }

  .lang_link_box {
    border-radius: 4px;
    padding: 6px 10px;
    box-shadow: 0 0 0 1px #a8a8a8a8;
  }

  .lang_words {
    padding-left: 4px;
  }

  .mobi {
    object-fit: cover;
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2 {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
  }

  .h2.difg, .h2.ew {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ask_box {
    padding: 20px;
  }

  .h3 {
    font-size: 16px;
  }

  .fin_text {
    font-size: 11px;
  }
}


