.top-bar {
  background-color: #191919;
  width: 100%;
  position: fixed;
  height: 10vw;
  z-index: 100;
  top: 0;
  left: 0;
  background-image: url("../img/line_horizontal_title.svg"), url("../img/line_vertical_title.svg"); }

.top-bar_image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 992px) {
    .top-bar_image {
      z-index: -1;
      left: 50%;
      top: 20px;
      transform: translateX(-50%); } }

.top-bar_description {
  color: #446859;
  font-size: 1.09589vw;
  font-weight: 600;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  line-height: 1.5;
  position: relative;
  padding: 0.68493vw 20px;
  padding-left: 91px;
  width: 40vw; }
  @media (max-width: 991px) {
    .top-bar_description {
      display: none; } }
  .top-bar_description .top-bar_description_upper {
    background: -webkit-linear-gradient(-84deg, #71f8d0 0%, #2c9a98 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #71f8d0;
    font-family: 'omnes';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative; }
  .top-bar_description small {
    color: #ffffff;
    font-family: "omnes";
    font-weight: 600;
    letter-spacing: 0.93px;
    line-height: 21px;
    font-size: 14px;
    text-transform: capitalize;
    display: block; }
    .top-bar_description small:hover + .top-bar_message {
      display: block;
      opacity: 1;
      pointer-events: none; }

.top-bar_message {
  display: none;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.9589vw;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.5;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 2px 34px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  padding: 18px 20px;
  max-width: 30vw;
  opacity: 0;
  transition: 0.5s opacity linear; }
  .top-bar_message:before {
    content: '';
    top: 0;
    left: 13%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #a0d2bd; }

.top-bar_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative; }
  @media (max-width: 992px) {
    .top-bar_container {
      justify-content: center;
      align-items: flex-end; } }

.top-bar_accept,
[id=top-bar_decline] {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  cursor: pointer; }

[id=top-bar_decline] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: none; }
  @media (max-width: 992px) {
    [id=top-bar_decline] {
      position: absolute;
      top: 50%;
      right: calc((100% + 40px)/8 - 30px);
      transform: translate(50%, -50%); } }
  @media (max-width: 560px) {
    [id=top-bar_decline] {
      position: absolute;
      top: 25%;
      right: calc((100% + 40px)/8 - 30px);
      transform: translate(50%, -50%); } }
  [id=top-bar_decline] .close_green {
    display: none; }
  [id=top-bar_decline] img {
    height: 20px;
    width: 20px; }
  [id=top-bar_decline]:hover {
    background-color: white; }
    [id=top-bar_decline]:hover .close_green {
      display: block; }
    [id=top-bar_decline]:hover .close_white {
      display: none; }

.top-bar_accept {
  border: none;
  background: #71f8d0 url("../img/Triangle.png") no-repeat center center;
  background-size: 11px 12px; }

.top-bar_variant {
  margin-left: 25px;
  border-radius: 34px;
  border: 1px solid #ffffff;
  padding: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .top-bar_variant .top-bar_info {
    padding-left: 28px;
    margin-right: 22px; }
  @media (max-width: 1200px) {
    .top-bar_variant {
      padding: 7px; } }
  @media (max-width: 992px) {
    .top-bar_variant {
      margin-bottom: 15px; } }

.top-bar_info_heading {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.21);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block; }

.top-bar_info_timing {
  opacity: 0.55;
  color: #ffffff;
  font-family: "omnes";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px; }

.top-bar_info {
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.9589vw;
  font-weight: 500;
  letter-spacing: 0.25px; }

.top-bar_flag {
  width: 1.43836vw;
  min-width: 21px;
  height: 1.0274vw;
  min-height: 15px;
  margin-left: 11px; }
  .top-bar_flag img {
    height: 100%;
    max-width: none; }

.top-bar + header {
  top: 10vw; }

.top-bar ~ .body-box .main-wrap {
  padding-top: 20vw; }

@media (min-width: 992px) {
  [id=top-bar_decline] {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(calc(5vw - 46px / 2), -50%); } }

@media (max-width: 992px) {
  .top-bar {
    padding: 0 20px;
    height: 25vw; }
  .top-bar_description {
    padding: 0.68493vw 0;
    width: calc(75vw - 20px);
    font-size: 2.19178vw; }
    .top-bar_description small {
      font-size: 1.91781vw; } }
    @media (max-width: 992px) and (max-width: 400px) {
      .top-bar_description small {
        max-width: 100px;
        margin-bottom: -20px; } }

@media (max-width: 992px) {
  .top-bar_message {
    font-size: 1.30137vw;
    max-width: calc(50vw - 20px); }
  .top-bar_container {
    flex-wrap: wrap; }
  .top-bar_variant {
    max-width: 345px; }
  .top-bar_info {
    font-size: 15px; }
  .top-bar_info_heading {
    font-size: 13px; }
  .top-bar + header {
    top: 25vw; }
  .top-bar ~ .body-box .main-wrap {
    padding-top: 30vw; }
  [id=top-bar_accept] {
    background-size: 5px 7px; } }

@media (max-width: 560px) {
  .top-bar {
    height: 50vw; }
  .top-bar + header {
    top: 50vw; }
  .top-bar ~ .body-box .main-wrap {
    padding-top: 55vw; }
  .top-bar_description {
    font-size: 14px; }
    .top-bar_description small {
      font-size: 12px; }
  .top-bar_message {
    font-size: 12px;
    max-width: calc(75vw - 20px); } }
