@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Yellowtail&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  overflow-x: hidden;
  background-color: #e5e5e5;
}

body.hide_scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #212629;
  font-size: 1rem;
  cursor: pointer;
}

ul {
  list-style: none;
  list-style-position: inside;
}

button.btn_submit {
  width: 151px;
  height: 50px;
  text-align: center;
  background-color: #ea2a00;
  color: #dcdcdc;
  font-size: 1.2rem;
  border: none;
  border-radius: 5px;
  margin: 50px auto 0 auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #212629;
  text-transform: uppercase;
  font-weight: 200;
}

p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

input#telefon {
  display: none;
}

#default {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  z-index: -1;
}

#default .def_container {
  height: 100%;
  width: 1500px;
}

@media (max-width: 1500px) {
  #default .def_container {
    width: calc(1500px * 0.8);
  }
}

@media (max-width: 1200px) {
  #default .def_container {
    width: calc(1200px * 0.8);
  }
}

@media (max-width: 960px) {
  #default .def_container {
    width: calc(960px * 0.8);
  }
}

@media (max-width: 768px) {
  #default .def_container {
    width: 100%;
  }
}

.btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.btn.btn_slider {
  background: #ea2a00;
}

.btn.btn_divi {
  background-color: #ea2a00;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}

.btn.btn_poz {
  background-color: #212629;
  width: unset;
  height: unset;
  display: inline-block;
  padding: 0 40px;
  letter-spacing: 1.5px;
  margin: 10px 20px;
  line-height: 43px;
}

.btn.tel {
  background-color: #810000;
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 40px;
  width: unset;
  height: unset;
  padding: 12px 20px;
  display: inline-block;
  line-height: 1;
}

.btn_divisions {
  background-color: rgba(33, 38, 41, 0.8);
  color: #fff;
  height: 50px;
  width: 150px;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  border: none;
}

.btn_divisions.accents {
  background: #ea2a00;
}

.container-fluid {
  width: 80%;
  max-width: 1550px;
  margin: 0 auto;
  min-width: 320px;
}

.container {
  width: 1550px;
  min-width: 320px;
  margin: 0 auto;
}

@media (max-width: 1550px) {
  .container {
    width: calc(1550px * 0.8);
  }
}

@media (max-width: 1240px) {
  .container {
    width: calc(1240px * 0.8);
  }
}

@media (max-width: 990px) {
  .container {
    width: calc(990px * 0.8);
  }
}

@media (max-width: 792px) {
  .container {
    width: 100%;
  }
}

.karijera_cont {
  width: 1032px;
  min-width: 320px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .karijera_cont {
    width: calc(1032px * 0.8);
  }
}

@media (max-width: 832px) {
  .karijera_cont {
    width: calc(832px * 0.8);
  }
}

@media (max-width: 664px) {
  .karijera_cont {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .karijera_cont {
    width: 100%;
  }
}

.container_tl {
  width: 1550px;
  min-width: 320px;
  margin: 0 auto;
}

@media (max-width: 1550px) {
  .container_tl {
    width: calc(1550px * 0.8);
  }
}

@media (max-width: 1240px) {
  .container_tl {
    width: calc(1240px * 0.8);
  }
}

@media (max-width: 990px) {
  .container_tl {
    width: calc(990px * 0.8);
  }
}

@media (max-width: 792px) {
  .container_tl {
    width: calc(792px * 0.9);
  }
}

@media (max-width: 714px) {
  .container_tl {
    width: calc(714px * 0.9);
  }
}

@media (max-width: 642px) {
  .container_tl {
    width: calc(642px * 0.8);
  }
}

@media (max-width: 513px) {
  .container_tl {
    width: 100%;
    min-width: 340px;
  }
}

.container_divisions {
  width: 1150px;
  margin: 0 auto;
}

@media (max-width: 1150px) {
  .container_divisions {
    width: calc(1150px * 0.75);
  }
}

@media (max-width: 862px) {
  .container_divisions {
    width: calc(862px * 0.8);
  }
}

@media (max-width: 690px) {
  .container_divisions {
    width: 95%;
  }
}

.border {
  border: 1px solid red;
}

.border_right {
  border-right: 2px dashed #ea2a00;
}

.border_top {
  border-top: 2px dashed #ea2a00;
}

.border_left {
  border-left: 2px dashed #ea2a00;
}

.border_bottom {
  border-bottom: 2px dashed #ea2a00;
}

.br_r_t_r {
  border-top-right-radius: 20px;
}

.br_r_t_l {
  border-top-left-radius: 20px;
}

.br_r_b_l {
  border-bottom-left-radius: 20px;
}

.br_r_b_r {
  border-bottom-right-radius: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

#_2021 {
  border: 1px dashed #fff;
  width: 235px;
  height: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1550px) {
  #_2021 {
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 1240px) {
  #_2021 {
    width: 180px;
    height: 180px;
  }
}

section {
  margin-top: 20px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 100px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  z-index: -1 !important;
}

.owl-theme .owl-nav button[class*="owl-"] {
  height: 45px;
  width: 42px;
  margin: 0;
}

.owl-theme .owl-nav button[class*="owl-"] img {
  width: 100%;
  height: 100%;
  display: block;
}

.owl-theme#pivara_proizvodi .owl-nav, .owl-theme#dest_proizvodi .owl-nav {
  width: 115%;
}

.owl-theme#pivara_proizvodi .owl-nav button, .owl-theme#dest_proizvodi .owl-nav button {
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.owl-theme#pivara_proizvodi .owl-nav button img, .owl-theme#dest_proizvodi .owl-nav button img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.owl-theme#pivara_proizvodi .owl-nav button:hover, .owl-theme#dest_proizvodi .owl-nav button:hover {
  opacity: 0.7;
  background-color: transparent;
}

@media (max-width: 740px) {
  .owl-theme#pivara_proizvodi .owl-nav {
    width: 100%;
    z-index: 1 !important;
  }
}

@media (max-width: 520px) {
  .owl-theme .owl-nav {
    top: unset;
    bottom: 0px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
  }
  .owl-theme#pivara_proizvodi .owl-nav {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: unset;
  }
  .owl-theme#division_slider .owl-nav {
    z-index: 1010 !important;
    top: calc(100% + 30px);
    width: 100%;
  }
}

.side_nav {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 3030;
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.side_nav.show_side_nav {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.side_nav .nav_item {
  position: relative;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ea2a00), to(#9e1c00));
  background: linear-gradient(#ea2a00 60%, #9e1c00);
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 5px;
}

.side_nav .nav_item h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.side_nav .nav_item .nav_link {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  height: 50px;
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: #2c2c2c;
}

.side_nav .nav_item .nav_link a {
  color: #fff;
  font-size: 0.95rem;
  font-family: "Oswald", sans-serif;
  width: 100%;
}

.side_nav .nav_item:not(.item_abs):hover {
  max-width: 162px;
  min-width: 162px;
}

.side_nav .nav_item:not(.item_abs):hover .nav_link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side_nav .nav_item.show_item {
  max-width: 162px;
  min-width: 162px;
}

.side_nav .nav_item.show_item .nav_link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side_nav .nav_item.active {
  background: #2c2c2c;
}

.side_nav .nav_item.active .nav_link {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ea2a00), to(#9e1c00));
  background: linear-gradient(#ea2a00 60%, #9e1c00);
}

.side_nav .nav_item.item_abs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.side_nav .nav_item.item_abs img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.side_nav .nav_item.item_abs.hide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) translateX(-200%);
          transform: translateY(-50%) translateX(-200%);
}

@media (max-width: 550px) {
  .side_nav .nav_item.item_abs {
    height: 30px;
    max-width: 30px;
    min-width: 30px;
  }
  .side_nav .nav_item.item_abs img {
    width: 70%;
  }
}

.input_alert {
  outline: 2px solid #ea2a00 !important;
}

.msg_status_career {
  width: 270px;
  margin: 40px auto;
}

.msg_status_career > div {
  padding: 0.5em 1em;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  display: none;
}

.msg_status_career > div.show {
  display: block;
}

.msg_status_career > div p {
  font-family: "Oswald", sans-serif !important;
  font-weight: 500;
}

.msg_status_career > div.sending {
  border: 2px solid #fff;
}

.msg_status_career > div.sent {
  border: 2px solid #21d987;
}

.msg_status_career > div.error {
  border: 2px solid #ffc702;
}

.msg_status_general {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.msg_status_general > div {
  padding: 0.5em 1em;
  display: none;
  border-radius: 5px;
}

.msg_status_general > div p {
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
}

.msg_status_general > div.sending {
  border: 2px solid #fff;
}

.msg_status_general > div.error {
  border: 2px solid #ffc702;
}

.msg_status_general > div.sent {
  border: 2px solid #21d987;
}

.msg_status_general > div.show {
  display: block;
}

.msg_status_general.white > div p {
  color: #fff;
}

.msg_status_general.black > div p {
  color: #212629;
}

@media (max-width: 520px) {
  .msg_status_general {
    margin: 20px 0;
  }
}

.msg_status_division {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  min-width: 270px;
}

.msg_status_division > div {
  padding: 0.5em 1em;
  display: none;
  border-radius: 5px;
  text-align: center;
}

.msg_status_division > div p {
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
}

.msg_status_division > div.sending {
  border: 2px solid #212629;
  background-color: #fff;
}

.msg_status_division > div.error {
  border: 2px solid #ffc702;
  background-color: #ffc702;
}

.msg_status_division > div.error p {
  color: black;
}

.msg_status_division > div.sent {
  border: 2px solid #21d987;
  background-color: #21d987;
}

.msg_status_division > div.sent p {
  color: #fff;
}

.msg_status_division > div.show {
  display: block;
}

@media (max-width: 1550px) {
  .msg_status_division {
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .msg_status_division {
    margin-bottom: 0px;
  }
}

@media (max-width: 990px) {
  .msg_status_division {
    margin-bottom: 20px;
  }
}

@media (max-width: 792px) {
  .msg_status_division {
    margin-bottom: 0px;
  }
}

@media (max-width: 540px) {
  .msg_status_division {
    margin-bottom: 20px;
  }
}

.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 38, 41, 0);
  z-index: -2;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}

.nav_overlay.show {
  background-color: rgba(33, 38, 41, 0.9);
  z-index: 4;
}

nav.main_nav, nav.division_nav {
  font-family: "Oswald", sans-serif;
  background-color: #fff;
  padding: 1rem 8%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav.main_nav .drop_down, nav.division_nav .drop_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.main_nav .drop_down .close_mob, nav.division_nav .drop_down .close_mob {
  display: none;
}

nav.main_nav .drop_down ul, nav.division_nav .drop_down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav.main_nav .drop_down ul li, nav.division_nav .drop_down ul li {
  position: relative;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

nav.main_nav .drop_down ul li a, nav.division_nav .drop_down ul li a {
  letter-spacing: 1.5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
}

nav.main_nav .drop_down ul li.active_page a, nav.division_nav .drop_down ul li.active_page a {
  color: #ea2a00;
}

nav.main_nav .drop_down ul li.divisions_btn, nav.division_nav .drop_down ul li.divisions_btn {
  cursor: pointer;
}

nav.main_nav .drop_down ul li.divisions_btn a, nav.division_nav .drop_down ul li.divisions_btn a {
  pointer-events: none;
}

nav.main_nav .drop_down ul li img, nav.division_nav .drop_down ul li img {
  cursor: pointer;
  width: 12px;
  margin-top: 2px;
  margin-left: 3px;
  pointer-events: none;
}

nav.main_nav .drop_down ul li .div_nav, nav.division_nav .drop_down ul li .div_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2020;
  background-color: #fff;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0 25px;
}

nav.main_nav .drop_down ul li .div_nav a, nav.division_nav .drop_down ul li .div_nav a {
  margin: 5px 0;
}

nav.main_nav .drop_down ul li .div_nav.show_div_nav, nav.division_nav .drop_down ul li .div_nav.show_div_nav {
  min-height: 250px;
  max-height: 250px;
  width: 150px;
}

nav.main_nav .drop_down ul li .div_nav.show_div_nav a, nav.division_nav .drop_down ul li .div_nav.show_div_nav a {
  pointer-events: all;
}

nav.main_nav .drop_down ul li.home, nav.division_nav .drop_down ul li.home {
  display: none;
}

nav.main_nav .drop_down .langs, nav.division_nav .drop_down .langs {
  margin-left: 25px;
}

nav.main_nav .drop_down .langs a, nav.division_nav .drop_down .langs a {
  font-size: 0.9rem;
  color: #212629;
  cursor: pointer;
}

nav.main_nav .drop_down .langs a.act_lang, nav.division_nav .drop_down .langs a.act_lang {
  color: #ea2a00;
}

nav.main_nav .burger, nav.division_nav .burger {
  width: 25px;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

nav.main_nav .burger span, nav.division_nav .burger span {
  width: 100%;
  height: 2px;
  background-color: #212629;
  pointer-events: none;
}

@media (max-width: 1050px) {
  nav.main_nav, nav.division_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.main_nav .burger, nav.division_nav .burger {
    position: absolute;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  nav.main_nav .drop_down, nav.division_nav .drop_down {
    z-index: 2020;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    padding: 0 30px;
    background-color: #212629;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  nav.main_nav .drop_down .close_mob, nav.division_nav .drop_down .close_mob {
    display: block;
    height: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 100%;
    position: relative;
  }
  nav.main_nav .drop_down .close_mob .close_btn, nav.division_nav .drop_down .close_mob .close_btn {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: #ea2a00;
    border-radius: 50%;
    cursor: pointer;
  }
  nav.main_nav .drop_down .close_mob .close_btn span, nav.division_nav .drop_down .close_mob .close_btn span {
    position: absolute;
    display: block;
    height: 2px;
    width: 18px;
    background-color: #fff;
    top: 50%;
    left: 50%;
  }
  nav.main_nav .drop_down .close_mob .close_btn span:nth-child(1), nav.division_nav .drop_down .close_mob .close_btn span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  nav.main_nav .drop_down .close_mob .close_btn span:nth-child(2), nav.division_nav .drop_down .close_mob .close_btn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  nav.main_nav .drop_down ul, nav.division_nav .drop_down ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.main_nav .drop_down ul li.home, nav.division_nav .drop_down ul li.home {
    display: block;
  }
  nav.main_nav .drop_down ul li a, nav.division_nav .drop_down ul li a {
    color: #fff;
    font-size: 1.8rem;
  }
  nav.main_nav .drop_down ul li.divisions_btn, nav.division_nav .drop_down ul li.divisions_btn {
    display: block;
    text-align: center;
  }
  nav.main_nav .drop_down ul li.divisions_btn img, nav.division_nav .drop_down ul li.divisions_btn img {
    display: none;
  }
  nav.main_nav .drop_down ul li.divisions_btn .div_nav, nav.division_nav .drop_down ul li.divisions_btn .div_nav {
    position: relative;
    background-color: transparent;
    top: unset;
    left: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  nav.main_nav .drop_down ul li.divisions_btn .div_nav a, nav.division_nav .drop_down ul li.divisions_btn .div_nav a {
    font-size: 1rem;
  }
  nav.main_nav .drop_down .langs, nav.division_nav .drop_down .langs {
    margin: 40px 0 0 0;
  }
  nav.main_nav .drop_down .langs a, nav.division_nav .drop_down .langs a {
    font-size: 1.3rem;
    color: #fff;
  }
  nav.main_nav .drop_down.show_nav, nav.division_nav .drop_down.show_nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 560px) {
  nav.main_nav, nav.division_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav.main_nav .logo img, nav.division_nav .logo img {
    width: 80%;
  }
}

nav.division_nav {
  position: relative;
  padding: 0.9rem 8%;
}

nav.division_nav .logo {
  display: block;
}

nav.division_nav .logo img {
  max-width: 250px;
  display: block;
  max-height: 66px;
}

nav.division_nav .divi_drop_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.division_nav .divi_drop_down .divi_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.division_nav .divi_drop_down .divi_links li {
  margin: 0 10px;
}

nav.division_nav .divi_drop_down .divi_links li a {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
}

nav.division_nav .divi_drop_down .langs {
  margin-left: 30px;
  margin-right: 50px;
}

nav.division_nav .divi_drop_down .langs a {
  margin: 0 8px;
}

nav.division_nav .divi_drop_down .langs a.active {
  color: #ea2a00;
}

nav.division_nav .main_nav_drop {
  position: fixed;
  top: 0px;
  right: 0;
  background-color: #212629;
  z-index: 3020;
  height: 100vh;
  padding: 130px 40px 0 40px;
  text-align: center;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

nav.division_nav .main_nav_drop ul {
  text-align: center;
}

nav.division_nav .main_nav_drop ul li a {
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
}

nav.division_nav .main_nav_drop ul li.logo {
  margin-bottom: 20px;
}

nav.division_nav .main_nav_drop ul li.logo img {
  opacity: 0.7;
  width: 70%;
  margin: 0 auto;
}

nav.division_nav .main_nav_drop ul li.mob_divi_logo {
  margin-bottom: 20px;
}

nav.division_nav .main_nav_drop ul li.mob_divi_logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 70%;
  margin: 0 auto;
}

nav.division_nav .main_nav_drop .mob_d {
  display: none;
}

nav.division_nav .main_nav_drop.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

nav.division_nav .main_nav_drop .divider {
  width: 50%;
  margin: 30px auto;
  height: 2px;
  background: #ea2a00;
}

nav.division_nav .main_nav_drop .langs {
  margin-top: 30px;
}

nav.division_nav .main_nav_drop .langs a {
  color: #fff;
}

nav.division_nav .main_nav_drop .langs a.active {
  color: #ea2a00;
}

nav.division_nav .divi_burger {
  position: fixed;
  right: 50px;
  z-index: 3030;
  min-height: 62px;
  min-width: 62px;
  border-radius: 50%;
  background: #ea2a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

nav.division_nav .divi_burger .wrapper {
  pointer-events: none;
  height: 20px;
  position: relative;
  width: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

nav.division_nav .divi_burger .wrapper span {
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  will-change: transform;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

nav.division_nav .divi_burger .wrapper span.top {
  top: 0;
}

nav.division_nav .divi_burger .wrapper span.bottom {
  bottom: 0;
}

nav.division_nav .divi_burger .wrapper span.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav.division_nav .divi_burger.active {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}

nav.division_nav .divi_burger.active .wrapper span.top {
  -webkit-transform: rotate(42deg) translateX(6px) translateY(6px);
          transform: rotate(42deg) translateX(6px) translateY(6px);
}

nav.division_nav .divi_burger.active .wrapper span.middle {
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}

nav.division_nav .divi_burger.active .wrapper span.bottom {
  -webkit-transform: rotate(-42deg) translateX(6px) translateY(-6px);
          transform: rotate(-42deg) translateX(6px) translateY(-6px);
}

@media (max-width: 1050px) {
  nav.division_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 980px) {
  nav.division_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.division_nav .divi_drop_down {
    display: none;
  }
  nav.division_nav .main_nav_drop {
    padding: 80px 30px 20px 30px;
    overflow-y: auto;
  }
  nav.division_nav .main_nav_drop .main_d {
    display: none !important;
  }
  nav.division_nav .main_nav_drop .mob_hide {
    display: none;
  }
  nav.division_nav .main_nav_drop .mob_d {
    display: block;
  }
  nav.division_nav .main_nav_drop .mob_d .mob_divi_logo a {
    display: block;
    height: 60px;
  }
  nav.division_nav .main_nav_drop .mob_d .mob_divi_logo a img {
    width: 160px;
    opacity: 0.7;
  }
  nav.division_nav .main_nav_drop ul li a {
    font-size: 1.1rem;
  }
}

@media (max-width: 450px) {
  nav.division_nav .divi_burger {
    right: 20px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    width: 40px;
  }
  nav.division_nav .main_nav_drop {
    padding: 80px 30px 20px 30px;
    max-width: 250px;
    overflow-y: auto;
  }
  nav.division_nav .main_nav_drop .mob_d {
    display: block;
  }
  nav.division_nav .main_nav_drop .mob_d .mob_divi_logo a {
    display: block;
    height: 60px;
  }
  nav.division_nav .main_nav_drop .mob_d .mob_divi_logo a img {
    width: 160px;
    opacity: 0.7;
  }
  nav.division_nav .main_nav_drop ul li a {
    font-size: 1.1rem;
  }
}

.yellow {
  color: #ffc702 !important;
}

.yellow path {
  fill: #ffc702 !important;
}

.red {
  color: #ea2a00 !important;
}

.red path {
  fill: #ea2a00 !important;
}

.green {
  color: #21d987 !important;
}

.green path {
  fill: #21d987 !important;
}

footer {
  background-color: #212629;
  padding: 100px 0;
  color: #fff;
}

footer p {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
  letter-spacing: 1px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .container article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  border-right: 1px solid #fff;
  padding: 30px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .container article .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  width: 100%;
}

footer .container article .logos .logo img {
  width: 120px !important;
  min-width: unset;
  max-height: unset;
  margin: 0 auto;
}

footer .container article .logo {
  display: block;
  width: 65%;
  margin: 0 auto;
}

footer .container article .logo img {
  display: block;
  width: 100%;
  min-width: 150px;
  max-height: 110px;
}

footer .container article .socials {
  width: 65%;
  min-width: 135px;
  margin: 1.2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .container article .socials.dest a {
  margin-right: 10px;
}

footer .container article .socials.invest {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

footer .container article .socials a {
  z-index: 10;
  cursor: pointer;
}

footer .container article .socials a:hover svg path {
  fill: #fff !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

footer .container article ul li {
  margin-bottom: 0.4rem;
}

footer .container article ul li a {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

footer .container article ul li a:hover {
  color: #ea2a00;
}

footer .container article ul li:last-child {
  margin-bottom: 0;
}

footer .container article ul.dest li a:hover {
  color: #ffc702;
}

footer .container article ul.invest li a:hover {
  color: #21d987 !important;
}

footer .container article address {
  font-style: normal;
  min-width: 175px;
  margin-bottom: 1rem;
}

footer .container article address p {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
  letter-spacing: 1px;
}

footer .container article .contact {
  min-width: 175px;
}

footer .container article .contact a {
  color: #fff;
  display: block;
  cursor: pointer;
}

footer .container article .contact a:hover {
  color: #ea2a00;
}

footer .container article .contact.dest a:hover {
  color: #ffc702;
}

footer .container article .contact.invest a:hover {
  color: #21d987 !important;
}

footer .container article:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .container article:first-child .logos {
  padding-right: 20px;
}

footer .container article:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .container article:last-child {
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .container article:last-child .copyRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  letter-spacing: 1.3px;
}

footer .container article:last-child .copyRight p:first-child {
  margin-bottom: 1.2rem;
}

footer .container article:last-child .copyRight p:first-child span {
  color: #ea2a00;
}

footer .container.hotel article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

footer .container.hotel article.hotel_article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

footer .container.hotel article.hotel_article > * {
  min-width: unset;
}

footer .container.hotel article.hotel_article .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  min-width: 148px;
}

footer .container.hotel article.hotel_article .logo img {
  height: 100%;
  width: 100%;
  min-width: unset;
  min-height: unset;
  max-height: unset;
}

footer .container.hotel article.hotel_article .socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

footer .container.hotel article.hotel_article .socials div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}

footer .container.hotel article.hotel_article .socials div p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  line-height: 1.2;
}

footer .container.hotel article.hotel_article .socials div .social_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 0;
}

footer .container.hotel article.hotel_article .socials div .social_n a {
  margin-right: 15px;
}

footer .container.hotel article.hotel_article .socials div .social_n a:last-child {
  margin-right: 0;
}

@media (max-width: 1240px) {
  footer .container article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  footer .container article .logos {
    padding-right: 0;
  }
  footer .container article:nth-last-child(2) {
    border-right: none;
  }
  footer .container article:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  footer .container article:last-child .copyRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    text-align: center;
  }
  footer .container article:last-child .copyRight p:first-child {
    margin-bottom: 0.8rem;
  }
  footer .container.hotel article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  footer .container.hotel article.hotel_article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .container.hotel article:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 800px) {
  footer {
    padding: 50px 0;
  }
  footer .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container p,
  footer .container a {
    font-size: 0.85rem !important;
  }
  footer .container article:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: none;
  }
  footer .container article:nth-child(1) .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .container article:nth-child(1) .logos .logo {
    width: 140px;
    margin: unset;
  }
  footer .container article:nth-child(1) .logo {
    max-width: 300px;
  }
  footer .container article:nth-child(1) .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
    min-width: 250px;
  }
  footer .container article:nth-child(1) .socials a {
    margin-right: 20px;
  }
  footer .container article:nth-child(3) {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .container article:nth-child(3) ul li a {
    text-transform: capitalize;
  }
  footer .container article:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container article:nth-child(2) > * {
    min-width: unset;
  }
  footer .container article:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  footer .container article:last-child .copyRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  footer .container article:last-child .copyRight p:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  footer .container.hotel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .container.hotel article:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container.hotel article:first-child .logo {
    max-width: 150px;
  }
  footer .container.hotel article:first-child .socials {
    margin-top: 30px;
  }
  footer .container.hotel article:first-child .socials div {
    margin-bottom: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@-webkit-keyframes growUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes growUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes growDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes doted_line_anim {
  0% {
    opacity: 0;
    width: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes doted_line_anim {
  0% {
    opacity: 0;
    width: 0;
  }
  20% {
    opacity: 1;
  }
}

@-webkit-keyframes Overflow {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}

@keyframes Overflow {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}

@-webkit-keyframes hdl_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hdl_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes img_in {
  from {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes img_in {
  from {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes rect_height {
  from {
    height: 0;
  }
  to {
    height: 50%;
  }
}

@keyframes rect_height {
  from {
    height: 0;
  }
  to {
    height: 50%;
  }
}

@-webkit-keyframes circle_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes line_width {
  from {
    width: 0;
  }
  to {
    width: 252px;
  }
}

@keyframes line_width {
  from {
    width: 0;
  }
  to {
    width: 252px;
  }
}

@-webkit-keyframes content_line {
  from {
    width: 0;
  }
  to {
    width: 500px;
  }
}

@keyframes content_line {
  from {
    width: 0;
  }
  to {
    width: 500px;
  }
}

@-webkit-keyframes contact_hdl {
  from {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes contact_hdl {
  from {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes form_line_anim {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 35vw;
  }
}

@keyframes form_line_anim {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 35vw;
  }
}

@-webkit-keyframes show_form_img {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes show_form_img {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes contact_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes contact_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes contact_line {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
  }
}

@keyframes contact_line {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
  }
}

.timeline {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 38, 41, 0.6)), to(rgba(33, 38, 41, 0.6))), url(../assets/timeLine/timeLIneBg.jpg);
  background: linear-gradient(rgba(33, 38, 41, 0.6), rgba(33, 38, 41, 0.6)), url(../assets/timeLine/timeLIneBg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  min-height: 875px;
}

.timeline #turnOf {
  display: none;
}

.timeline .tl_wrapper {
  position: relative;
  height: 100%;
}

.timeline .tl_wrapper #line1 {
  position: absolute;
}

.timeline .tl_wrapper .tlHead {
  position: absolute;
  width: 55%;
  min-width: 320px;
  max-width: 1100px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline .tl_wrapper .tlHead img {
  width: 100%;
  display: block;
}

.timeline .tl_wrapper .tl_circle {
  position: absolute;
  bottom: 0;
  left: 0;
}

.timeline .tl_wrapper .tl_circle img {
  display: block;
  width: 100%;
}

.timeline .tl_wrapper .container_tl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.timeline .tl_wrapper .container_tl .tl-year {
  position: absolute;
  cursor: pointer;
}

.timeline .tl_wrapper .container_tl .tl-year h3,
.timeline .tl_wrapper .container_tl .tl-year p {
  position: relative;
  color: #fff;
  line-height: 1;
  z-index: 10;
  letter-spacing: 2px;
  -webkit-transition: 0.4s color ease-in-out;
  transition: 0.4s color ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timeline .tl_wrapper .container_tl .tl-year h3::-moz-selection,
.timeline .tl_wrapper .container_tl .tl-year p::-moz-selection {
  -moz-appearance: none;
       appearance: none;
}

.timeline .tl_wrapper .container_tl .tl-year h3::selection,
.timeline .tl_wrapper .container_tl .tl-year p::selection {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.timeline .tl_wrapper .container_tl .tl-year h3 {
  line-height: 0.8;
  z-index: 3;
  letter-spacing: -6px;
  display: inline-block;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines {
  position: absolute;
  z-index: 3;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
  height: 120px;
  width: 90px;
  top: 32px;
  left: 100%;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
  height: 165px;
  width: 100px;
  right: 94%;
  top: 50%;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_3 {
  width: 180px;
  height: 1px;
  top: 25px;
  left: 100%;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
  width: 55px;
  height: 262px;
  bottom: 97%;
  left: 65%;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
  height: 508px;
  width: 48px;
  top: 110%;
  right: 35%;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_7 {
  width: 10px;
  height: 140px;
  bottom: 98%;
  left: 10px;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
  width: 40px;
  height: 342px;
  top: 107%;
  left: 25px;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
  width: 65px;
  height: 255px;
  bottom: 100%;
  left: 15px;
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
  width: 35px;
  height: 140px;
  right: 85%;
  top: calc(100% + 8px);
}

.timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
  width: 1px;
  height: 270px;
  bottom: 97%;
  right: 60px;
}

.timeline .tl_wrapper .container_tl .tl-year .lines {
  pointer-events: none;
  position: absolute;
}

.timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
  height: 295px;
  width: 275px;
  right: 55%;
  top: 100%;
}

.timeline .tl_wrapper .container_tl .tl-year .lines#_6 .add {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.timeline .tl_wrapper .container_tl .tl-year .lines#_6 .add_2 {
  height: calc(100% - 40px);
  width: 50px;
  position: absolute;
  right: 0;
}

.timeline .tl_wrapper .container_tl .tl-year span {
  z-index: 1;
}

.timeline .tl_wrapper .container_tl .tl-year:hover .tl_title {
  color: #ea2a00;
}

.timeline .tl_wrapper .container_tl .tl-year:hover .tl_text {
  color: #ea2a00;
}

.timeline .tl_wrapper .container_tl .tl-year.active .tl_title {
  color: #ea2a00;
  z-index: 3030;
}

.timeline .tl_wrapper .container_tl .tl-year.active .tl_title .lines {
  border-color: #2f0800 !important;
}

.timeline .tl_wrapper .container_tl .tl-year.active .tl_text {
  color: #ea2a00;
  z-index: 3040;
}

.timeline .tl_wrapper .container_tl .tl-modal {
  display: block;
  position: absolute;
  background-color: white;
  bottom: 0%;
  right: -0%;
  opacity: 0;
  z-index: -1;
  padding: 45px 30px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal {
  opacity: 1;
  z-index: 3030;
  width: 550px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line {
  position: absolute;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.br_left {
  border-left: 2px dashed #ea2a00;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.br_right {
  border-right: 2px dashed #ea2a00;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.br_bottom {
  border-bottom: 2px dashed #ea2a00;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.br_top {
  border-top: 2px dashed #ea2a00;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.top::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.bottom::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.bottom_left::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  bottom: calc(100% - 3px);
  left: 0;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.bottom_right::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  bottom: calc(100% - 3px);
  right: 0;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.top_right::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  top: calc(100% - 3px);
  right: 0;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.top_left::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  top: calc(100% - 3px);
  left: 0;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.a_top::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  bottom: calc(100% - 3px);
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.a_bottom::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 6px;
  border-radius: 50%;
  background-color: #ea2a00;
  top: calc(100% - 3px);
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.a_left::before {
  right: 0;
}

.timeline .tl_wrapper .container_tl .tl-modal.show-modal .modal-line.a_right::before {
  left: 0;
}

.timeline .tl_wrapper .container_tl .tl-modal.fixed_pos {
  position: fixed;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) !important;
          transform: translate(-50%, 0%) !important;
}

.timeline .tl_wrapper .container_tl .tl-modal.fixed_pos .modal-line {
  display: none;
}

.timeline .tl_wrapper .container_tl .tl-modal .close {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background-color: #ea2a00;
  right: 0;
  top: 0;
  z-index: 5050;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.timeline .tl_wrapper .container_tl .tl-modal .close span {
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.timeline .tl_wrapper .container_tl .tl-modal .close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.timeline .tl_wrapper .container_tl .tl-modal .modal-content h2 {
  color: #ea2a00;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  font-size: 2rem;
}

.timeline .tl_wrapper .container_tl .tl-modal .modal-content p {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
  font-size: 1.3rem;
}

.timeline .tl_wrapper .container_tl .tl-modal .modal-content p span {
  color: #ea2a00;
}

@media (max-width: 1285px) {
  .timeline .tl_wrapper .container_tl .tl-modal.show-modal {
    width: 450px;
  }
}

@media (max-width: 1150px) {
  .timeline .tl_wrapper .container_tl .tl-modal.show-modal {
    width: 380px;
  }
}

@media (max-width: 990px) {
  .timeline .tl_wrapper .container_tl .tl-modal.show-modal {
    width: 100%;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 642px) {
  .timeline .tl_wrapper .container_tl .tl-modal.show-modal {
    width: 90%;
    min-width: 300px;
    left: 50% !important;
  }
}

.timeline .tl_wrapper .container_tl .overlay {
  position: absolute;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.timeline .tl_wrapper .container_tl .modal_nav {
  position: absolute;
  width: 50%;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 80px;
  z-index: 5030;
  display: none;
}

.timeline .tl_wrapper .container_tl .modal_nav.modal_nav_active {
  display: block;
}

.timeline .tl_wrapper .container_tl .modal_nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.6rem;
  color: #fff;
  position: absolute;
  line-height: 1;
  height: 80px;
  cursor: pointer;
  z-index: 5020;
}

.timeline .tl_wrapper .container_tl .modal_nav > div p {
  font-size: 0.9rem;
  margin: 4px 10px 0 10px;
  font-family: "Oswald", sans-serif !important;
  pointer-events: none;
}

.timeline .tl_wrapper .container_tl .modal_nav .prev {
  left: 0;
}

.timeline .tl_wrapper .container_tl .modal_nav .next {
  right: 0;
}

@media (max-width: 950px) {
  .timeline .tl_wrapper .container_tl .modal_nav {
    position: fixed;
  }
}

@media (max-width: 550px) {
  .timeline .tl_wrapper .container_tl .modal_nav {
    width: 90%;
  }
}

@media (max-width: 1550px) {
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    left: 90%;
    top: 28px;
    height: 135px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    height: 188px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_3 {
    top: 20px;
    width: 140px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
    height: 292px;
    width: 52px;
    left: 63%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
    height: 560px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_7 {
    height: 185px;
    left: 5px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
    height: 395px;
    left: 15px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
    height: 295px;
    width: 50px;
    left: 8px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
    height: 180px;
    right: 80%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    height: 310px;
    border-top: 2px dashed #ea2a00;
    width: 50px;
    border-top-right-radius: 20px;
    right: 50px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines {
    pointer-events: none;
    position: absolute;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    height: 325px;
    width: 215px;
  }
}

@media (max-width: 1240px) {
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    left: 100%;
    top: 23px;
    height: 148px;
    width: 70px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    height: 198px;
    width: 80px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_3 {
    top: 16px;
    width: 160px;
    left: calc(100% + 2px);
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
    height: 310px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
    height: 590px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_7 {
    height: 210px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
    height: 420px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
    height: 319px;
    width: 35px;
    left: 2px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
    height: 185px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    height: 310px;
    border-top: 2px dashed #ea2a00;
    width: 60px;
    border-top-right-radius: 20px;
    right: 45px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines {
    pointer-events: none;
    position: absolute;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    height: 343px;
    width: 215px;
  }
}

@media (max-width: 990px) {
  .timeline {
    height: 940px;
  }
  .timeline .tl_wrapper {
    height: 100%;
  }
  .timeline .tl_wrapper .tlHead {
    width: 70%;
    left: unset;
    right: -10%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-width: 550px;
  }
  .timeline .tl_wrapper .tl_circle {
    display: none;
  }
  .timeline .tl_wrapper .container_tl .tl-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_1 {
    left: 10px;
    top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_1 .tl_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_1 .tl_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_2 {
    top: 135px;
    left: 310px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_3 {
    left: 100px;
    top: 185px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 {
    left: 80px;
    top: 290px;
    display: block;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 .tl_text {
    margin-left: 10px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 {
    top: 280px;
    left: 400px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 10px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 {
    top: 100px;
    left: 500px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 .tl_text {
    margin-left: 5px;
    width: 80px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 {
    right: 142px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 6.5rem;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 10px;
    font-size: 1.4rem;
    margin-right: -18px;
    margin-top: -30px;
    text-align: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_8 {
    top: 500px;
    left: 200px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 {
    top: 560px;
    left: unset;
    right: 180px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_text {
    margin-left: 10px;
    width: 100px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_10 {
    left: 80px;
    top: 615px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2020 {
    top: unset;
    bottom: 150px;
    left: 130px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2021 {
    top: unset;
    bottom: 100px;
    left: 320px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 {
    top: unset;
    bottom: 100px;
    left: unset;
    right: 80px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022::after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 30px;
    border-right: 2px dashed #ea2a00;
    border-top: 2px dashed #ea2a00;
    border-top-right-radius: 20px;
    right: 53%;
    bottom: 100%;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    top: -283px;
    right: -30px;
    width: 30px;
    height: 315px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 div:nth-child(1) {
    border-left: none;
    border-bottom-left-radius: 0;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    height: 45px;
    width: 250px;
    top: 24px;
    left: calc(100% + 2px);
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    height: 30px;
    width: 185px;
    right: 38%;
    top: calc(100% + 2px);
    border: 2px dashed #ea2a00;
    border-top: none;
    border-top-right-radius: none;
    border-top-left-radius: none;
    border-left: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_3 {
    width: 60px;
    height: 190px;
    right: 100%;
    left: unset;
    border: 2px dashed #ea2a00;
    border-right: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
    width: 95px;
    height: 2px;
    bottom: 85%;
    left: 100%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
    height: 124px;
    width: 2px;
    top: unset;
    bottom: 100%;
    right: 7%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_7 {
    width: 220px;
    height: 2px;
    border-right: none;
    border-bottom: 2px dashed #ea2a00;
    left: 105%;
    top: 2px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
    height: 47px;
    width: 200px;
    border-bottom: 2px dashed #ea2a00;
    border-bottom-left-radius: 20px;
    left: unset;
    right: 88%;
    top: unset;
    bottom: 30%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
    border-bottom: 2px dashed #ea2a00;
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    height: 25px;
    width: 275px;
    left: 107%;
    top: -5px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
    bottom: 100%;
    top: unset;
    width: 2px;
    height: 85px;
    border-bottom: none;
    border-bottom-right-radius: 0;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    width: 135px;
    height: 2px;
    bottom: 10px;
    left: unset;
    right: 93%;
    border-right: none;
    border-top-right-radius: 0;
  }
}

@media (max-width: 792px) {
  .timeline .tl_wrapper .container_tl .tl-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_2 {
    top: 135px;
    left: 260px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_3 {
    left: 100px;
    top: 185px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 {
    left: 80px;
    top: 290px;
    display: block;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 .tl_text {
    margin-left: 10px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 {
    top: 280px;
    left: 370px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 10px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 {
    top: 100px;
    left: 460px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 .tl_text {
    margin-left: 5px;
    width: 80px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 {
    right: 142px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 6.5rem;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 10px;
    font-size: 1.4rem;
    margin-right: -18px;
    margin-top: -30px;
    text-align: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_8 {
    top: 500px;
    left: 120px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 {
    top: 560px;
    left: unset;
    right: 180px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_text {
    margin-left: 10px;
    width: 100px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_10 {
    left: 44px;
    top: 615px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2020 {
    top: unset;
    bottom: 150px;
    left: 95px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2021 {
    top: unset;
    bottom: 100px;
    left: 260px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 {
    top: unset;
    bottom: 100px;
    left: unset;
    right: unset;
    left: 550px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022::after {
    content: "";
    display: block;
    position: absolute;
    width: 170px;
    height: 30px;
    border-right: 2px dashed #ea2a00;
    border-top: 2px dashed #ea2a00;
    border-top-right-radius: 20px;
    right: 53%;
    bottom: 100%;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    top: -283px;
    right: -30px;
    width: 30px;
    height: 315px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 div:nth-child(1) {
    border-left: none;
    border-bottom-left-radius: 0;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    width: 200px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    width: 135px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
    width: 75px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    width: 110px;
  }
}

@media (max-width: 714px) {
  .timeline .tl_wrapper .container_tl .tl-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_1 {
    top: 60px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_2 {
    top: 135px;
    left: 215px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_3 {
    left: 100px;
    top: 185px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 {
    left: 86px;
    top: 290px;
    display: block;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 .tl_text {
    margin-left: 10px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 {
    top: 280px;
    left: 340px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 10px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 {
    top: 100px;
    left: 410px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 .tl_text {
    margin-left: 5px;
    width: 80px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 {
    right: 142px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 6.5rem;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 10px;
    font-size: 1.4rem;
    margin-right: -18px;
    margin-top: -30px;
    text-align: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_8 {
    top: 500px;
    left: 64px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 {
    top: 560px;
    left: 400px;
    right: unset;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_text {
    margin-left: 10px;
    width: 100px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_10 {
    left: 44px;
    top: 645px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2020 {
    top: unset;
    bottom: 120px;
    left: 65px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2021 {
    top: unset;
    bottom: 60px;
    left: 210px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 {
    top: unset;
    bottom: 70px;
    left: unset;
    right: unset;
    left: 500px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022::after {
    content: "";
    display: block;
    position: absolute;
    width: 170px;
    height: 30px;
    border-right: 2px dashed #ea2a00;
    border-top: 2px dashed #ea2a00;
    border-top-right-radius: 20px;
    right: 53%;
    bottom: 100%;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    top: -290px;
    right: -50px;
    width: 50px;
    height: 320px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 div:nth-child(1) {
    border-left: none;
    border-bottom-left-radius: 0;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    width: 160px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    width: 95px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
    width: 75px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
    height: 130px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
    width: 320px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
    width: 325px;
    height: 60px;
    top: -40px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
    height: 95px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    width: 110px;
  }
}

@media (max-width: 642px) {
  .timeline {
    height: 2200px;
  }
  .timeline #turnOf {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3060;
  }
  .timeline #turnOf.btn {
    border: none;
    color: #fff;
    background-color: #ea2a00;
    height: unset;
    width: unset;
    padding: 7px 12px;
    line-height: 1;
  }
  .timeline.in #turnOf {
    display: block;
  }
  .timeline .tl_wrapper .tlHead {
    display: none;
  }
  .timeline .tl_wrapper .container_tl .tl-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_2 {
    top: 120px;
    left: unset;
    right: 128px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_3 {
    left: 180px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 {
    right: unset;
    left: 160px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 {
    top: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 .tl_text {
    font-size: 24px;
    text-align: right;
    margin-top: 5px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 {
    top: 650px;
    left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 .tl_title {
    font-size: 100px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 .tl_text {
    margin-left: 5px;
    width: unset;
    margin-top: 5px;
    font-size: 20px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 {
    top: 840px;
    left: 90px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_title {
    font-size: 140px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_8 {
    top: 1060px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 {
    top: 1160px;
    left: 160px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_title {
    font-size: 100px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_text {
    font-size: 28px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_10 {
    top: 1300px;
    left: 110px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_10 .tl_title {
    font-size: 80px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2020 {
    bottom: unset;
    top: 1440px;
    left: 280px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2021 {
    border: none;
    bottom: unset;
    top: 1500px;
    left: 230px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 {
    bottom: unset;
    top: 1700px;
    left: 100px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 .tl_title {
    font-size: 80px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022::after {
    right: unset;
    left: 100%;
    border-top: none;
    border-bottom: 2px dashed #ea2a00;
    border-right: 2px dashed #ea2a00;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    height: 100px;
    bottom: 50%;
    width: 80px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    right: unset;
    left: 47%;
    top: unset;
    bottom: 100%;
    width: 50px;
    height: 85px;
    border-bottom: none;
    border-left: 2px dashed #ea2a00;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 > div {
    display: none;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    width: 270px;
    height: 22px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    width: 120px;
    height: 45px;
    top: calc(100% + 4px);
    right: 37%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_3 {
    width: 120px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_4 {
    width: 3px;
    height: 60px;
    top: 105%;
    left: 94%;
    border-top: none;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
    right: calc(100% - 10px);
    top: calc(100% - 20px);
    width: 162px;
    border-bottom: none;
    border-top: 2px dashed #ea2a00;
    border-right: none;
    border-left: 2px dashed #ea2a00;
    border-top-right-radius: none;
    border-top-left-radius: 20px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_7 {
    border-right: 2px dashed #ea2a00;
    border-bottom-right-radius: 20px;
    height: 120px;
    top: unset;
    bottom: 50%;
    width: 203px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
    width: 83px;
    height: 110px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
    width: 154px;
    height: 106px;
    top: unset;
    bottom: 50%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
    border-bottom: 2px dashed #ea2a00;
    border-right: none;
    border-left: 2px dashed #ea2a00;
    border-bottom-left-radius: 20px;
    right: 90%;
    width: 96px;
    height: 95px;
    bottom: 50%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    border-left: 2px dashed #ea2a00;
    bottom: 100%;
    top: unset;
    left: 50%;
    width: 2px;
    height: 65px;
  }
}

@media (max-width: 513px) {
  .timeline .tl_wrapper .tlHead {
    display: none;
  }
  .timeline .tl_wrapper .container_tl .tl-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_2 {
    left: 61vw;
    right: unset;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_3 {
    left: 20vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_4 {
    left: 15vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_5 {
    left: 52vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_6 {
    left: 10vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_title {
    font-size: 100px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_7 .tl_text {
    font-size: 18px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_8 {
    left: 10vw;
    top: 1000px;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 {
    left: 23vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_title {
    font-size: 75px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_9 .tl_text {
    font-size: 22px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#y_10 {
    left: 50vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2020 {
    left: 17vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2021 {
    left: unset;
    right: 10vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 {
    left: 15vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022 .tl_title {
    font-size: 70px !important;
  }
  .timeline .tl_wrapper .container_tl .tl-year#_2022::after {
    width: 20vw;
    height: 90px;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 {
    right: unset;
    left: 47%;
    top: unset;
    bottom: 100%;
    width: 50px;
    height: 85px;
    border-bottom: none;
    border-left: 2px dashed #ea2a00;
  }
  .timeline .tl_wrapper .container_tl .tl-year .lines#_6 > div {
    display: none;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_1 {
    width: 50vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_2 {
    width: 35vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_3 {
    width: 10vw;
    height: 180px;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_5 {
    width: 25vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_7 {
    height: 95px;
    width: 45vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_8 {
    height: 150px;
    width: 10vw;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_9 {
    width: 3px;
    height: 80px;
    border: none;
    border-left: 2px dashed #ea2a00;
    bottom: 100%;
    left: 45%;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_10 {
    bottom: 50%;
    left: 103%;
    width: 25vw;
    height: 93px;
    border: none;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom: 2px dashed #ea2a00;
    border-right: 2px dashed #ea2a00;
  }
  .timeline .tl_wrapper .container_tl .tl-year h3 .lines#_11 {
    right: 85%;
    left: unset;
    bottom: 50%;
    width: 28vw;
    height: 100px;
    border: none;
    border-bottom: 2px dashed #ea2a00;
    border-left: 2px dashed #ea2a00;
    border-bottom-left-radius: 20px;
  }
}

.video .video_wrapper {
  position: relative;
  background: #212629;
  overflow: hidden;
}

.video .video_wrapper .video_overlay {
  position: absolute;
  width: 670px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.video .video_wrapper .video_overlay.hide {
  opacity: 0;
  pointer-events: none;
}

.video .video_wrapper .video_overlay h2,
.video .video_wrapper .video_overlay p {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.video .video_wrapper .video_overlay h2 {
  font-size: 10rem;
}

.video .video_wrapper .video_overlay h2:first-of-type {
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.video .video_wrapper .video_overlay h2:last-of-type {
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-top: -32px;
}

.video .video_wrapper .video_overlay .control_border {
  height: 120px;
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border-radius: 50%;
  background: rgba(33, 38, 41, 0.5);
  margin: 0 15px;
  border: 6px solid transparent;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}

.video .video_wrapper .video_overlay .control_border .inner_border {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ea2a00;
  position: relative;
}

.video .video_wrapper .video_overlay .control_border .inner_border > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video .video_wrapper .video_overlay .control_border:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.video .video_wrapper .video_overlay p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-width: 175px;
  line-height: 1.5;
}

.video .video_wrapper .video_overlay.playing_v {
  opacity: 0;
  pointer-events: none;
}

.video .video_wrapper .video_overlay .btn {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: unset;
  width: unset;
  padding: 15px 20px;
  line-height: 1;
  border-radius: 0;
  display: none;
}

.video .video_wrapper .video_overlay.video_ended .btn {
  display: block;
}

.video .video_wrapper.playing_video .video-player {
  pointer-events: all;
  opacity: 1;
}

.video .video_wrapper .video-player {
  pointer-events: none;
  height: 700px;
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0.4;
}

.video .video_wrapper .video-player.playing {
  pointer-events: all;
}

.video .video_wrapper .video-player video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video .video_wrapper .video-player .video-controls {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(100%) translateY(-8px);
          transform: translateY(100%) translateY(-8px);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
}

.video .video_wrapper .video-player .video-controls button {
  border: none;
  background: transparent;
  font-size: 1.3rem;
  color: white;
}

.video .video_wrapper .video-player .video-controls .left-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}

.video .video_wrapper .video-player .video-controls .left-element button {
  margin-right: 10px;
  cursor: pointer;
}

.video .video_wrapper .video-player .video-controls .left-element span {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}

.video .video_wrapper .video-player .video-controls .left-element .time {
  min-width: 90px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.video .video_wrapper .video-player .video-controls .play-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  margin-right: 10px;
  cursor: pointer;
}

.video .video_wrapper .video-player .video-controls .progress {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 8px;
}

.video .video_wrapper .video-player .video-controls .progress input#main-range {
  position: relative;
  z-index: 1010;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

.video .video_wrapper .video-player .video-controls .progress input#main-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.video .video_wrapper .video-player .video-controls .progress input#main-range::-moz-range-thumb {
  border: none;
  background-color: transparent;
}

.video .video_wrapper .video-player .video-controls .progress .custom-progress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.video .video_wrapper .video-player .video-controls .progress .custom-progress .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #ea2a00;
  border-radius: 3px;
}

.video .video_wrapper .video-player .video-controls.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.video .video_wrapper .video-player .video-controls.show .progress {
  border-radius: 3px;
  position: relative;
  width: 70%;
  left: unset;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 768px) {
  .video .video_wrapper .video_overlay {
    width: 530px;
  }
  .video .video_wrapper .video_overlay h2 {
    font-size: 7rem;
  }
  .video .video_wrapper .video_overlay .control_border {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .video .video_wrapper .video_overlay p {
    font-size: 0.9rem;
    min-width: 160px;
  }
}

@media (max-width: 550px) {
  .video .video_wrapper .video_overlay {
    width: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video .video_wrapper .video_overlay h2 {
    font-size: 4.7rem;
  }
  .video .video_wrapper .video_overlay h2:first-of-type {
    text-align: center;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .video .video_wrapper .video_overlay h2:last-of-type {
    margin-top: -22px;
  }
  .video .video_wrapper .video_overlay .control_border {
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    margin: 0;
  }
  .video .video_wrapper .video_overlay .control_border img {
    width: 50%;
    display: block;
  }
  .video .video_wrapper .video_overlay .control_border:hover {
    -webkit-transform: scale(1.1) translateY(33%);
            transform: scale(1.1) translateY(33%);
  }
  .video .video_wrapper .video_overlay p {
    display: none;
  }
  .video .video_wrapper .video-player .video-controls.show .play-video {
    margin-right: 8px;
  }
  .video .video_wrapper .video-player .video-controls.show .progress {
    width: 85%;
  }
  .video .video_wrapper .video-player .video-controls .left-element {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  .video .video_wrapper .video-player .video-controls .left-element .time {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5px;
  }
}

@media (max-width: 430px) {
  .video .video_wrapper .video_overlay {
    width: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video .video_wrapper .video_overlay h2 {
    font-size: 4.7rem;
  }
  .video .video_wrapper .video_overlay h2:first-of-type {
    text-align: center;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .video .video_wrapper .video_overlay h2:last-of-type {
    margin-top: -14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .video .video_wrapper .video_overlay .control_border {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 90px;
    height: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin: 0;
  }
  .video .video_wrapper .video_overlay .control_border img {
    width: 50%;
    display: block;
  }
  .video .video_wrapper .video_overlay .control_border:hover {
    -webkit-transform: scale(1.1) translateY(0%);
            transform: scale(1.1) translateY(0%);
  }
  .video .video_wrapper .video_overlay p {
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 175px;
    text-align: center;
  }
}

section.mission {
  height: 707px;
  margin-top: 0;
  margin-bottom: 50px;
  background: rgba(33, 38, 41, 0.9);
  position: relative;
  overflow: hidden;
}

section.mission h2 {
  color: #fff;
  font-size: 9rem;
  line-height: 1;
}

section.mission .mission_hdl {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 1010;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

section.mission .mission_hdl::after {
  content: "";
  display: block;
  position: absolute;
  min-width: 0%;
  height: 2px;
  border-top: 2px dashed #ea2a00;
  right: 10px;
  bottom: 1.5rem;
  z-index: -1;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

section.mission .mission_hdl.show_hdl {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 350px;
}

section.mission .mission_hdl.show_hdl::after {
  min-width: 68%;
  max-width: 68%;
}

section.mission .mission_content {
  width: 45%;
  max-width: 572px;
  position: absolute;
  right: 20%;
  top: 35.7%;
}

section.mission .mission_content p {
  color: #fff;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 300;
}

section.mission .mission_content.show_mission_text .mission_line {
  min-width: 500px;
  max-width: 500px;
}

section.mission .mission_content .mission_line {
  position: absolute;
  min-width: 0px;
  height: 2px;
  border-top: 2px dashed #ea2a00;
  right: 102%;
  z-index: 1;
  top: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

section.mission .mission_content .mission_line::after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ea2a00;
  right: -8px;
  top: -6px;
}

section.mission .mission_img {
  position: relative;
  background-color: #212629;
  width: 658px;
  height: 543px;
  z-index: 1020;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

section.mission .mission_img.showMission {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

section.mission .mission_img.showMission .rectangle {
  min-height: 50%;
  max-height: 50%;
}

section.mission .mission_img.showMission h2 {
  opacity: 1;
}

section.mission .mission_img img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.mission .mission_img .rectangle {
  z-index: 1010;
  min-width: 15%;
  min-height: 0%;
  background: rgba(234, 42, 0, 0.65);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

section.mission .mission_img h2 {
  position: absolute;
  right: -80px;
  bottom: -50px;
  z-index: 1010;
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

section.mission .circle {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 330px;
  width: 215px;
}

section.mission .circle img {
  -webkit-animation: circle_spin 1.2s forwards ease-in-out 1s;
          animation: circle_spin 1.2s forwards ease-in-out 1s;
}

@media (max-width: 1620px) {
  section.mission {
    height: 650px;
  }
  section.mission h2 {
    font-size: 7.5rem;
  }
  section.mission .mission_img {
    height: 440px;
    width: 490px;
  }
  section.mission .mission_img h2 {
    right: -65px;
    bottom: -2rem;
  }
  section.mission .mission_content {
    top: 200px;
    right: 10%;
  }
  section.mission .mission_content p {
    font-size: 1.3rem;
  }
}

@media (max-width: 1160px) {
  section.mission .mission_content {
    right: 2%;
  }
}

@media (max-width: 1160px) {
  section.mission .mission_content {
    width: 40%;
    top: 206px;
    left: 58%;
  }
  section.mission .mission_content .mission_line {
    top: 15px;
  }
  section.mission .mission_content .mission_line::after {
    right: -5px;
  }
  section.mission .mission_content p {
    font-size: 1.1rem;
  }
  section.mission .mission_img h2 {
    font-size: 6rem;
  }
  section.mission .mission_hdl {
    font-size: 6rem;
    bottom: 7%;
    right: 12%;
  }
  section.mission .mission_hdl::after {
    bottom: 0.8rem;
  }
  section.mission .circle {
    bottom: -80px;
  }
}

@media (max-width: 900px) {
  section.mission {
    height: 580px;
  }
  section.mission .mission_img {
    height: 360px;
    width: 380px;
  }
  section.mission .mission_content {
    top: 165px;
  }
  section.mission .circle {
    bottom: -120px;
  }
}

@media (max-width: 768px) {
  section.mission {
    height: 707px;
  }
  section.mission .mission_img {
    height: 70%;
    width: 40%;
  }
  section.mission .mission_content {
    width: 45%;
    left: 48%;
  }
}

@media (max-width: 550px) {
  section.mission {
    height: 800px;
  }
  section.mission .mission_img {
    height: 300px;
    width: 330px;
  }
  section.mission .mission_content {
    top: calc(300px + 10%);
    left: 10%;
    width: 80%;
  }
  section.mission .mission_content p {
    font-size: 1.2rem;
  }
}

@media (max-width: 400px) {
  section.mission {
    height: 850px;
  }
  section.mission .mission_img h2 {
    right: 5%;
    left: unset;
  }
}

section.aboutUs {
  margin-top: 0;
  margin-bottom: 50px;
  background: rgba(33, 38, 41, 0.9);
  height: 707px;
  position: relative;
  overflow: hidden;
}

section.aboutUs .about_img {
  height: 90%;
  width: 435px;
  position: relative;
  z-index: 1010;
  background-color: #212629;
  -webkit-animation: img_in 0.6s both ease-in-out 0.5s;
          animation: img_in 0.6s both ease-in-out 0.5s;
}

section.aboutUs .about_img img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1010;
  opacity: 0.8;
}

section.aboutUs .about_img .rectangle {
  display: block;
  height: 50%;
  width: 65px;
  background-color: #ea2a00;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1020;
  opacity: 0.8;
  -webkit-animation: rect_height 0.7s both ease-in-out 1.3s;
          animation: rect_height 0.7s both ease-in-out 1.3s;
}

section.aboutUs .about_img .square {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ea2a00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1020;
}

section.aboutUs .about_img h2 {
  text-transform: uppercase;
  font-size: 9rem;
  position: absolute;
  color: #fff;
  top: 6%;
  right: -70%;
  z-index: 1020;
  -webkit-animation: hdl_in 0.4s both ease-in-out 1.3s;
          animation: hdl_in 0.4s both ease-in-out 1.3s;
}

section.aboutUs .aboutUs_content {
  width: 50%;
  max-width: 895px;
  position: absolute;
  top: 41.8%;
  right: 10%;
}

section.aboutUs .aboutUs_content p {
  color: #fff;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 300;
}

section.aboutUs .aboutUs_content p span {
  font-weight: bold;
}

section.aboutUs .aboutUs_content .about_line {
  width: 500px;
  height: 2px;
  position: absolute;
  border-top: 2px dashed #ea2a00;
  right: calc(100% + 15px);
  top: 20px;
  -webkit-animation: content_line 0.6s both ease-in-out 0.8s;
          animation: content_line 0.6s both ease-in-out 0.8s;
}

section.aboutUs .aboutUs_content .about_line::after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ea2a00;
  right: -8px;
  top: -6px;
}

section.aboutUs .circle {
  position: absolute;
  height: 450px;
  width: 450px;
  right: -225px;
  bottom: -150px;
}

section.aboutUs .circle .circle_line {
  position: absolute;
  top: 45%;
  right: 70%;
  height: 2px;
  width: 252px;
  border-top: 2px dashed #ea2a00;
  -webkit-animation: line_width 0.5s ease-in-out both 1s;
          animation: line_width 0.5s ease-in-out both 1s;
}

section.aboutUs .circle img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: circle_spin 1.5s both ease-in-out;
          animation: circle_spin 1.5s both ease-in-out;
}

@media (max-width: 1150px) {
  section.aboutUs .about_img {
    height: 80%;
    width: 380px;
  }
  section.aboutUs .about_img h2 {
    right: -80%;
  }
  section.aboutUs .aboutUs_content {
    top: 37%;
    width: 35%;
    right: unset;
    left: 43%;
  }
  section.aboutUs .aboutUs_content p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 990px) {
  section.aboutUs .aboutUs_content {
    left: 50%;
    width: 40%;
  }
  section.aboutUs .circle {
    bottom: -220px;
  }
  section.aboutUs .circle .circle_line {
    top: 30%;
  }
}

@media (max-width: 820px) {
  section.aboutUs {
    height: 560px;
  }
  section.aboutUs .about_img {
    height: 85%;
    width: 316px;
  }
  section.aboutUs .about_img .rectangle {
    width: 31px;
  }
  section.aboutUs .about_img h2 {
    font-size: 5.75rem;
    right: -63%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 0;
  }
  section.aboutUs .aboutUs_content {
    top: 38.5%;
    left: 55%;
  }
  section.aboutUs .aboutUs_content p {
    font-size: 0.95rem;
    letter-spacing: 1.3px;
  }
  section.aboutUs .aboutUs_content p span {
    font-weight: unset;
  }
  section.aboutUs .circle {
    right: -300px;
    bottom: -280px;
  }
}

@media (max-width: 640px) {
  section.aboutUs {
    height: 900px;
  }
  section.aboutUs .about_img {
    width: 316px;
    height: 341px;
  }
  section.aboutUs .about_img h2 {
    bottom: -13.5%;
    left: 80px;
    top: unset;
  }
  section.aboutUs .aboutUs_content {
    top: calc(341px + 10%);
    left: 10%;
    width: 80%;
  }
  section.aboutUs .aboutUs_content p {
    font-size: 1.1rem;
  }
  section.aboutUs .circle {
    right: -230px;
  }
}

section.karijera {
  background: url(../assets/main/header_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 10% 0;
}

section.karijera h2 {
  text-align: center;
}

section.karijera .karijera_cont .top {
  padding: 0 20px;
  margin-bottom: 5%;
}

section.karijera .karijera_cont .top h2 {
  position: relative;
  margin-bottom: 40px;
}

section.karijera .karijera_cont .top h2 {
  font-size: 60px;
}

@media screen and (min-width: 350px) {
  section.karijera .karijera_cont .top h2 {
    font-size: calc( 60px + 100 * ((100vw - 350px) / 1570));
  }
}

@media screen and (min-width: 1920px) {
  section.karijera .karijera_cont .top h2 {
    font-size: 160px;
  }
}

section.karijera .karijera_cont .top h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 2px;
  background-color: #ea2a00;
}

section.karijera .karijera_cont .top p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 300;
}

section.karijera .karijera_cont .top p span {
  font-weight: bold;
}

section.karijera .karijera_cont .oglas {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.karijera .karijera_cont .oglas h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

section.karijera .karijera_cont .oglas .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.karijera .karijera_cont .bottom {
  margin-top: 80px;
  background: #212629;
  color: #dcdcdc;
  position: relative;
  padding: 100px 0;
}

section.karijera .karijera_cont .bottom h3 {
  background-color: #ea2a00;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin: 0 auto;
  text-align: center;
  color: #dcdcdc;
  font-size: 2.25rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

section.karijera .karijera_cont .bottom h3 br {
  display: none;
}

section.karijera .karijera_cont .bottom h2 {
  color: #fff;
  font-size: 3rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

section.karijera .karijera_cont .bottom h2::after {
  content: "";
  width: 35%;
  height: 2px;
  background-color: #dcdcdc;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.karijera .karijera_cont .bottom form {
  width: 70%;
  margin: 0 auto;
}

section.karijera .karijera_cont .bottom form label {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}

section.karijera .karijera_cont .bottom form .form-group {
  width: 80%;
  max-width: 442px;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.karijera .karijera_cont .bottom form .form-group label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

section.karijera .karijera_cont .bottom form .form-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  border-radius: 0;
  border: none;
  padding: 0.3em 0;
}

section.karijera .karijera_cont .bottom form .form-group:nth-last-child(3) {
  margin-bottom: 50px;
}

section.karijera .karijera_cont .bottom form .form-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.karijera .karijera_cont .bottom form .form-position label {
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}

section.karijera .karijera_cont .bottom form .form-position .custom_select {
  position: relative;
}

section.karijera .karijera_cont .bottom form .form-position .custom_select select {
  border-radius: 0;
  border: none;
  font-size: 1.1rem;
  padding: 0.3em 0;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: "Oswald", sans-serif;
  color: #212629;
  font-size: 1.1rem;
  padding: 8px 15px;
}

section.karijera .karijera_cont .bottom form .form-position .custom_select img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

section.karijera .karijera_cont .bottom form .drag-area {
  border: 2px dashed rgba(220, 220, 220, 0.5);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  width: 80%;
  margin: 50px auto 20px;
  position: relative;
}

section.karijera .karijera_cont .bottom form .drag-area.dragging {
  border-color: #ea2a00;
}

section.karijera .karijera_cont .bottom form .drag-area.drag_alert {
  outline: 2px solid #ea2a00;
}

section.karijera .karijera_cont .bottom form .drag-area input[type="file"] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 2px solid red;
  z-index: 2020;
  cursor: pointer;
}

section.karijera .karijera_cont .bottom form .drag-area .upload_file {
  margin-right: 15px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  position: relative;
}

section.karijera .karijera_cont .bottom form .drag-area .upload_file img {
  width: 100%;
  display: block;
  pointer-events: none;
}

section.karijera .karijera_cont .bottom form .drag-area .upload_file p {
  text-align: center;
  font-size: 0.7rem;
}

section.karijera .karijera_cont .bottom form .drag-area .upload_text {
  font-size: 1.1rem;
  line-height: 1.2;
}

section.karijera .karijera_cont .bottom form .file_list {
  margin-bottom: 20px;
}

section.karijera .karijera_cont .bottom form .file_list ul li {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  height: 1.5rem;
  width: 250px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

section.karijera .karijera_cont .bottom form .file_list ul li:hover .remove_itm {
  display: block;
}

section.karijera .karijera_cont .bottom form .file_list ul li .remove_itm {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
}

section.karijera .karijera_cont .bottom form .btn {
  margin: 40px auto 0 auto;
}

@media (max-width: 832px) {
  section.karijera .karijera_cont .bottom h3 {
    font-size: 1.9rem;
  }
}

@media (max-width: 664px) {
  section.karijera .karijera_cont .bottom h3 {
    font-size: 1.6rem;
  }
  section.karijera .karijera_cont .bottom h3 br {
    display: inline;
  }
  section.karijera .karijera_cont .bottom form {
    width: 90%;
  }
  section.karijera .karijera_cont .bottom form .form-group {
    width: 90%;
  }
}

@media (max-width: 832px) {
  section.karijera .karijera_cont .oglas h2 {
    font-size: 2rem;
  }
  section.karijera .karijera_cont .oglas .buttons-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.karijera .karijera_cont .oglas .buttons-wrapper .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin: 10px 0;
    min-width: 320px;
    padding: 0 0;
  }
}

section.contact {
  margin-top: 0;
  background: #212629;
  height: 707px;
  margin-bottom: 50px;
}

section.contact .wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

section.contact .wrapper .img_wrapper {
  position: absolute;
  right: -80px;
  bottom: 0;
  overflow: hidden;
  -webkit-animation: show_form_img 0.6s ease-in-out both 0.3s;
          animation: show_form_img 0.6s ease-in-out both 0.3s;
}

section.contact .wrapper .img_wrapper .circle {
  position: absolute;
  bottom: 0;
  right: -300px;
  bottom: -270px;
  -webkit-animation: circle_spin 1s both ease-in-out 0.8s;
          animation: circle_spin 1s both ease-in-out 0.8s;
}

section.contact .wrapper .img_wrapper .rectangle {
  position: absolute;
  width: 45px;
  height: 50%;
  opacity: 0.9;
  background: #ea2a00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 79px;
  mix-blend-mode: hard-light;
}

section.contact .wrapper .overlay {
  position: absolute;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1010;
}

section.contact .wrapper .overlay hgroup {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  color: #fff;
  position: relative;
}

section.contact .wrapper .overlay hgroup article {
  display: none;
}

section.contact .wrapper .overlay hgroup h2 {
  color: #fff;
  font-size: 9.5rem;
  line-height: 1;
  display: inline-block;
  -webkit-animation: contact_hdl 0.5s ease-in-out 0.8s both;
          animation: contact_hdl 0.5s ease-in-out 0.8s both;
}

section.contact .wrapper .overlay hgroup h2 span {
  position: relative;
  display: inline-block;
}

section.contact .wrapper .overlay hgroup h2 span .address {
  position: absolute;
  top: calc(100% + 140px);
  left: 53px;
  width: 200px;
}

section.contact .wrapper .overlay hgroup h2 span .address p {
  text-transform: none !important;
  font-size: 1.3rem;
  font-weight: 300;
  -webkit-animation: contact_info 0.4s both ease-in-out 1.8s;
          animation: contact_info 0.4s both ease-in-out 1.8s;
  font-family: "Oswald", sans-serif !important;
  margin-bottom: 4px;
}

section.contact .wrapper .overlay hgroup h2 span .contact_info {
  position: absolute;
  top: calc(100% + 140px);
  left: 48px;
}

section.contact .wrapper .overlay hgroup h2 span .contact_info a {
  text-transform: lowercase;
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  -webkit-animation: contact_info 0.4s both ease-in-out 1.8s;
          animation: contact_info 0.4s both ease-in-out 1.8s;
  margin-bottom: 4px;
}

section.contact .wrapper .overlay hgroup h2 span .form_line {
  height: 90px;
  width: 35vw;
  position: absolute;
  left: calc(100% - 26px);
  top: 50%;
  border-top: 2px solid #ea2a00;
  border-right: 2px solid #ea2a00;
  -webkit-animation: form_line_anim 0.5s both ease-in-out 1.2s;
          animation: form_line_anim 0.5s both ease-in-out 1.2s;
}

section.contact .wrapper .overlay hgroup h2 span .form_line img {
  width: 20px;
  position: absolute;
  right: -11px;
  top: calc(100% - 9.5px);
  z-index: 1030;
}

section.contact .wrapper .overlay hgroup .abs_line {
  position: absolute;
  width: 30px;
  right: calc(100% + 10px);
  height: 163px;
  bottom: calc(100% - 18px);
  -webkit-animation: contact_line 0.5s both ease-in-out 1.2s;
          animation: contact_line 0.5s both ease-in-out 1.2s;
}

section.contact .wrapper .overlay hgroup .abs_line::after {
  display: block;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #ea2a00;
  border-radius: 50%;
  top: calc(100% - 3px);
  right: -4px;
}

section.contact .wrapper .overlay .form_wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.contact .wrapper .overlay .form_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  min-width: 400px;
}

section.contact .wrapper .overlay .form_wrapper form input,
section.contact .wrapper .overlay .form_wrapper form textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

section.contact .wrapper .overlay .form_wrapper form textarea {
  height: 200px;
}

section.contact .wrapper .overlay .form_wrapper form .btn_submit {
  margin: 0;
}

@media (max-width: 1240px) {
  section.contact .wrapper .overlay hgroup h2 {
    font-size: 6rem;
  }
  section.contact .wrapper .overlay hgroup h2 span .address {
    left: 50px;
    top: calc(100% + 220px);
  }
  section.contact .wrapper .overlay hgroup h2 span .address p {
    font-size: 0.9rem;
  }
  section.contact .wrapper .overlay hgroup h2 span .address .abs_line {
    height: 240px;
  }
  section.contact .wrapper .overlay hgroup h2 span .contact_info {
    left: 45px;
  }
  section.contact .wrapper .overlay hgroup h2 span .contact_info a {
    font-size: 0.9rem;
  }
  section.contact .wrapper .overlay hgroup h2 span .form_line {
    height: 120px;
    left: calc(100% - 17px);
  }
}

@media (max-width: 794px) {
  section.contact {
    height: 800px;
  }
  section.contact .wrapper .img_wrapper {
    display: none;
  }
  section.contact .wrapper .overlay {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.contact .wrapper .overlay hgroup {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.contact .wrapper .overlay hgroup h2 {
    display: inline-block;
    text-align: center;
    -webkit-animation: none;
            animation: none;
    margin-bottom: 30px;
  }
  section.contact .wrapper .overlay hgroup h2 span .form_line {
    display: none;
  }
  section.contact .wrapper .overlay hgroup h2 span .abs_line {
    display: none;
  }
  section.contact .wrapper .overlay hgroup h2 span .address,
  section.contact .wrapper .overlay hgroup h2 span .contact_info {
    display: none;
  }
  section.contact .wrapper .overlay hgroup article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  section.contact .wrapper .overlay hgroup article .address_info {
    display: block;
    color: #fff;
    position: relative;
  }
  section.contact .wrapper .overlay hgroup article .address_info a {
    color: #fff;
    display: block;
    font-family: "Oswald", sans-serif;
  }
  section.contact .wrapper .overlay hgroup article .address_info .line_address {
    display: block;
    position: absolute;
    height: 50px;
    width: 9.5vw;
    bottom: 100%;
  }
  section.contact .wrapper .overlay hgroup article .address_info .line_contact {
    display: block;
    position: absolute;
    height: 50px;
    width: 9.5vw;
    bottom: 100%;
  }
  section.contact .wrapper .overlay .form_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 520px) {
  section.contact .wrapper .overlay hgroup h2 {
    font-size: 4rem;
  }
  section.contact .wrapper .overlay hgroup article .address_info .line_contact {
    display: none;
  }
  section.contact .wrapper .overlay hgroup article .address_info .line_address {
    display: none;
  }
  section.contact .wrapper .overlay .form_wrapper form {
    min-width: 320px;
  }
}

.year_about {
  position: relative;
  text-align: right;
}

.year_about h4 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-right: 15px;
}

.year_about img {
  position: absolute;
  right: 15px;
  top: 2.1rem;
}

.year_about h2 {
  font-size: 14rem;
  line-height: 1;
}

p {
  font-family: "Playfair Display", serif !important;
}

header.energy_header {
  height: 743px;
  background: url(../assets/energy/energy_header.jpg);
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.energy_header hgroup {
  margin-top: 80px;
  position: relative;
}

header.energy_header hgroup h2,
header.energy_header hgroup h3,
header.energy_header hgroup p {
  color: #fff;
  text-align: center;
}

header.energy_header hgroup h2 {
  line-height: 1.1;
}

header.energy_header hgroup h2 {
  font-size: 50px;
}

@media screen and (min-width: 500px) {
  header.energy_header hgroup h2 {
    font-size: calc( 50px + 94 * ((100vw - 500px) / 1420));
  }
}

@media screen and (min-width: 1920px) {
  header.energy_header hgroup h2 {
    font-size: 144px;
  }
}

header.energy_header hgroup h3 {
  margin-bottom: 20px;
}

header.energy_header hgroup h3 {
  font-size: 20px;
}

@media screen and (min-width: 340px) {
  header.energy_header hgroup h3 {
    font-size: calc( 20px + 15 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  header.energy_header hgroup h3 {
    font-size: 35px;
  }
}

header.energy_header hgroup p {
  margin-top: 30px;
  font-family: "Playfair Display", serif;
  position: relative;
}

header.energy_header hgroup p::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 30px;
  width: 2px;
  background: #ea2a00;
}

header.energy_header hgroup .arrow_down {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 160px;
  width: 2px;
  background: #ea2a00;
  z-index: 1000;
}

header.energy_header hgroup .arrow_down img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% - 10px);
  width: 18px;
  z-index: 1010;
}

@media (max-width: 1000px) {
  header.energy_header {
    height: 500px;
  }
  header.energy_header hgroup {
    margin-top: -60px;
  }
  header.energy_header hgroup .arrow_down {
    height: 100px;
  }
}

@media (max-width: 500px) {
  header.energy_header {
    height: 400px;
  }
  header.energy_header hgroup {
    margin-top: -60px;
    padding: 0 20px;
  }
  header.energy_header hgroup h2 {
    font-size: 2.5rem;
  }
  header.energy_header hgroup p::after {
    width: 1.5px;
    height: 25px;
  }
  header.energy_header hgroup .arrow_down {
    height: 100px;
    width: 1.5px;
  }
  header.energy_header hgroup .arrow_down img {
    width: 15px;
    top: calc(100% - 8px);
    -webkit-transform: translateX(-51.3%);
            transform: translateX(-51.3%);
  }
}

section.energy_about {
  margin-top: 0;
  background-color: #fff;
}

section.energy_about .container_divisions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 700px;
}

section.energy_about .container_divisions p {
  font-family: "Playfair Display", serif;
}

section.energy_about .container_divisions .about_hdl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

section.energy_about .container_divisions .about_hdl h2 {
  font-size: 5.2rem;
  color: #ea2a00;
  display: inline-block;
  line-height: 1.2;
}

section.energy_about .container_divisions .about_hdl p {
  width: 280px;
  font-size: 0.9rem;
}

section.energy_about .container_divisions .year_about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

section.energy_about .container_divisions .about_energy_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

section.energy_about .container_divisions .about_energy_text p {
  line-height: 1.6;
}

@media (max-width: 862px) {
  section.energy_about .container_divisions .year_about h2 {
    font-size: 8.5rem;
    line-height: 0.9;
  }
  section.energy_about .container_divisions .year_about h4 {
    font-size: 1.3rem;
    margin-right: 0;
  }
  section.energy_about .container_divisions .year_about img {
    right: 0;
    width: 35px;
    top: 1.8rem;
  }
}

@media (max-width: 690px) {
  section.energy_about .container_divisions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.energy_about .container_divisions .about_hdl {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  section.energy_about .container_divisions .year_about {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  section.energy_about .container_divisions .about_energy_text {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  section.energy_about .container_divisions .about_energy_text p {
    width: 80%;
    margin: 0 auto;
  }
}

section.gasovod {
  background: url(../assets/energy/gasovod.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

section.gasovod .img_wrapper {
  margin-top: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.gasovod .img_wrapper img {
  display: block;
  width: 95%;
}

section.gasovod .gasovod_text {
  width: 880px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

section.gasovod .gasovod_text .gas_line {
  display: block;
  width: 35vw;
  height: 2px;
  border-top: 2px dashed #ea2a00;
  position: absolute;
  right: calc(100% + 10px);
  top: 0.8em;
}

section.gasovod .gasovod_text .gas_line::after {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  background: #ea2a00;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -6px;
}

section.gasovod .gasovod_text p {
  color: #fff;
  font-family: "Playfair Display", serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  line-height: 1.5;
  position: relative;
}

@media (max-width: 1100px) {
  section.gasovod .gasovod_text {
    width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}

@media (max-width: 620px) {
  section.gasovod .gasovod_text {
    width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.gasovod .gasovod_text p:nth-child(2) {
    margin-bottom: 1.5em;
  }
  section.gasovod .img_wrapper {
    margin-top: 50px;
  }
}

section.energy_karijera {
  background: url(../assets/energy/karijera_bg.jpg);
  background-position: center;
  background-size: cover;
}

section.energy_karijera .container {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.energy_karijera .container .img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

section.energy_karijera .container .img_wrapper img {
  display: block;
  width: 100%;
}

section.energy_karijera .container .karijera_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

section.energy_karijera .container .karijera_text .karijera_wrapper {
  position: relative;
  z-index: 1010;
  background-color: #fff;
  padding: 60px;
  margin-right: -50px;
}

section.energy_karijera .container .karijera_text .karijera_wrapper h2 {
  color: #ea2a00;
  font-size: 6rem;
}

section.energy_karijera .container .karijera_text .karijera_wrapper p {
  font-family: "Playfair Display", serif;
  margin-bottom: 45px;
}

@media (max-width: 990px) {
  section.energy_karijera .container .karijera_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin-top: -50px;
  }
  section.energy_karijera .container .karijera_text .karijera_wrapper {
    margin-right: 0;
  }
  section.energy_karijera .container .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 380px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.energy_karijera .container .img_wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 580px) {
  section.energy_karijera .container .karijera_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  section.energy_karijera .container .karijera_text .karijera_wrapper h2 {
    font-size: 4rem;
  }
}

section.energy_about_us, section.energy_contact {
  margin: 0;
  padding: 40px 0;
  background: url(../assets/energy/karijera_bg.jpg);
  background-size: cover;
  background-position: center;
}

section.energy_about_us .energy_bg, section.energy_contact .energy_bg {
  background: #fff;
  padding: 40px 0 150px 0;
}

section.energy_about_us .energy_bg .container hgroup, section.energy_contact .energy_bg .container hgroup {
  text-align: center;
  margin-bottom: 80px;
}

section.energy_about_us .energy_bg .container hgroup h2, section.energy_contact .energy_bg .container hgroup h2 {
  font-size: 8.5rem;
  color: #ea2a00;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

section.energy_about_us .energy_bg .container hgroup h2::after, section.energy_contact .energy_bg .container hgroup h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background: #212629;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.energy_about_us .energy_bg .container article, section.energy_contact .energy_bg .container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.energy_about_us .energy_bg .container article .text, section.energy_contact .energy_bg .container article .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

section.energy_about_us .energy_bg .container article .text p, section.energy_contact .energy_bg .container article .text p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  margin-top: 40px;
}

section.energy_about_us .energy_bg .container article .text p span, section.energy_contact .energy_bg .container article .text p span {
  font-weight: bold;
}

section.energy_about_us .energy_bg .container article .year_about, section.energy_contact .energy_bg .container article .year_about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

section.energy_about_us .energy_bg .container article .year_about h2, section.energy_contact .energy_bg .container article .year_about h2 {
  line-height: 0.9;
  font-size: 11rem;
}

@media (max-width: 994px) {
  section.energy_about_us .energy_bg .container hgroup, section.energy_contact .energy_bg .container hgroup {
    margin-bottom: 50px;
  }
  section.energy_about_us .energy_bg .container hgroup h2, section.energy_contact .energy_bg .container hgroup h2 {
    font-size: 6.5rem;
  }
  section.energy_about_us .energy_bg .container article .text, section.energy_contact .energy_bg .container article .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  section.energy_about_us .energy_bg .container article .text p, section.energy_contact .energy_bg .container article .text p {
    margin-top: 0;
  }
  section.energy_about_us .energy_bg .container article .text p:nth-child(2), section.energy_contact .energy_bg .container article .text p:nth-child(2) {
    margin-top: 25px;
  }
}

@media (max-width: 700px) {
  section.energy_about_us .energy_bg .container hgroup, section.energy_contact .energy_bg .container hgroup {
    padding: 0 30px;
  }
  section.energy_about_us .energy_bg .container hgroup h2, section.energy_contact .energy_bg .container hgroup h2 {
    font-size: 5.5rem;
  }
  section.energy_about_us .energy_bg .container article, section.energy_contact .energy_bg .container article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  section.energy_about_us .energy_bg .container article .text, section.energy_contact .energy_bg .container article .text {
    margin-bottom: 50px;
  }
}

section.energy_contact .energy_bg {
  padding: 80px 0 130px 0;
}

section.energy_contact .energy_bg .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.energy_contact .energy_bg .container .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

section.energy_contact .energy_bg .container .left .left_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.energy_contact .energy_bg .container .left .left_wrapper h2 {
  font-size: 8rem;
  color: #ea2a00;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1010;
}

section.energy_contact .energy_bg .container .left .left_wrapper h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 30vw;
  height: 2px;
  border-top: 2px dashed rgba(33, 38, 41, 0.4);
  top: 55%;
  right: calc(100% - 8px);
}

section.energy_contact .energy_bg .container .left .left_wrapper p {
  width: 400px;
  position: relative;
}

section.energy_contact .energy_bg .container .left .left_wrapper p::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30%;
  background: #ea2a00;
  top: -18px;
}

section.energy_contact .energy_bg .container .left .left_wrapper .energy_cnt {
  z-index: 10;
  position: absolute;
  height: 20px;
  right: -30px;
}

section.energy_contact .energy_bg .container .left .left_wrapper .energy_cnt svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
}

section.energy_contact .energy_bg .container .left .left_wrapper .energy_cnt .arrow_line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #c4c4c4;
}

section.energy_contact .energy_bg .container .left .left_wrapper .energy_cnt .arrow_head {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  top: 50%;
  right: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

section.energy_contact .energy_bg .container .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

section.energy_contact .energy_bg .container .right form {
  width: 80%;
  margin: 60px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.energy_contact .energy_bg .container .right form input,
section.energy_contact .energy_bg .container .right form textarea {
  width: 100%;
  margin-bottom: 10px;
  background: #f3f3f3f3;
  border: none;
  resize: none;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  color: rgba(33, 38, 41, 0.8);
  padding: 8px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

section.energy_contact .energy_bg .container .right form textarea {
  height: 150px;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  section.energy_contact .energy_bg .container .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper h2 {
    font-size: 6rem;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper p {
    width: 100%;
    font-size: 0.95rem;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper .energy_cnt {
    display: none;
  }
  section.energy_contact .energy_bg .container .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  section.energy_contact .energy_bg .container .right form {
    width: 95%;
  }
}

@media (max-width: 792px) {
  section.energy_contact .energy_bg .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.energy_contact .energy_bg .container .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper h2 {
    font-size: 6rem;
    margin: 0 auto 50px auto;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper h2::after {
    display: none;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper p::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  section.energy_contact .energy_bg .container .left .left_wrapper .energy_cnt {
    display: none;
  }
  section.energy_contact .energy_bg .container .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  section.energy_contact .energy_bg .container .right form {
    width: 80%;
    min-width: 340px;
  }
}

.bold {
  font-weight: bold;
}

.hotel_body {
  background-color: #fff;
}

header.header_hotel, header.header_realEstate {
  height: 851px;
  background: url(../assets/hotelijerstvo/hotelijerstvo_header.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header.header_hotel hgroup, header.header_realEstate hgroup {
  margin-left: 10rem;
  margin-top: -9rem;
}

header.header_hotel hgroup h2, header.header_realEstate hgroup h2,
header.header_hotel hgroup h3,
header.header_realEstate hgroup h3 {
  color: #fff;
  line-height: 0.9;
}

header.header_hotel hgroup .main_hdl h2, header.header_realEstate hgroup .main_hdl h2 {
  font-size: 9rem;
}


header.header_hotel hgroup h3,
header.header_realEstate hgroup h3 {
  font-size: 4.7rem;
}

@media (max-width: 800px) {
  header.header_hotel, header.header_realEstate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.308)), to(rgba(0, 0, 0, 0.479))), url(../assets//hotelijerstvo//hotelijerstvo_header.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.308), rgba(0, 0, 0, 0.479)), url(../assets//hotelijerstvo//hotelijerstvo_header.jpg);
    background-position: center;
    background-size: cover;
  }
  header.header_hotel hgroup, header.header_realEstate hgroup {
    margin-left: 0;
    margin-top: 0;
  }
  header.header_hotel hgroup .main_hdl h2, header.header_realEstate hgroup .main_hdl h2 {
    font-size: 6.5rem;
  }
  
  header.header_hotel hgroup h3,
  header.header_realEstate hgroup h3 {
    font-size: 3rem;
  }
}

@media (max-width: 550px) {
  header.header_hotel, header.header_realEstate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 400px;
    padding-left: 60px;
  }
  header.header_hotel hgroup .main_hdl h2, header.header_realEstate hgroup .main_hdl h2 {
    font-size: 4.5rem;
  }
  
  header.header_hotel hgroup h3,
  header.header_realEstate hgroup h3 {
    font-size: 2rem;
  }
}

section.hotel_about_us {
  background-color: #e5e5e5;
  margin-top: 0;
  padding: 100px 0;
}

section.hotel_about_us .container article {
  width: 80%;
  max-width: 919px;
  min-width: 340px;
  margin: 0 auto;
  padding: 0px 30px;
}

section.hotel_about_us .container article h2 {
  font-size: 8rem;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 40px;
}

section.hotel_about_us .container article h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 30%;
  background: #ea2a00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.hotel_about_us .container article .text_content p,
section.hotel_about_us .container article .text_content ul {
  margin-bottom: 15px;
}

section.hotel_about_us .container article .text_content ul {
  list-style-image: url(../assets/hotelijerstvo/list_marker.png);
  margin-left: 0.5rem;
  list-style-position: inside;
}

section.hotel_about_us .container article .text_content .text_content_hidden {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

section.hotel_about_us .container article .text_content .text_content_hidden p,
section.hotel_about_us .container article .text_content .text_content_hidden ul {
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

section.hotel_about_us .container article .text_content .text_content_hidden.show_content {
  max-height: 550px;
  min-height: 200px;
}

section.hotel_about_us .container article .text_content .text_content_hidden.show_content p,
section.hotel_about_us .container article .text_content .text_content_hidden.show_content ul {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

section.hotel_about_us .container article .btn {
  margin-top: 50px;
}

@media (max-width: 800px) {
  section.hotel_about_us .container article {
    width: 75%;
  }
  section.hotel_about_us .container article h2 {
    font-size: 6.5rem;
  }
}

@media (max-width: 520px) {
  section.hotel_about_us .container article {
    width: 80%;
  }
  section.hotel_about_us .container article h2 {
    font-size: 5.5rem;
  }
  section.hotel_about_us .container article h2::after {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
  }
  section.hotel_about_us .container .btn {
    margin: 50px auto 0 auto;
  }
}

section.gallery_hotel {
  background: #fff;
  padding: 80px 0;
}

section.gallery_hotel .gallery_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

section.gallery_hotel .gallery_wrapper .img_wrapper {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  position: relative;
  max-width: 870px;
}

section.gallery_hotel .gallery_wrapper .img_wrapper:nth-last-child(1) {
  margin-bottom: 0;
}

section.gallery_hotel .gallery_wrapper .img_wrapper:nth-last-child(2) {
  margin-bottom: 0;
}

section.gallery_hotel .gallery_wrapper .img_wrapper .gallery_img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.gallery_hotel .gallery_wrapper .img_wrapper .img_text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: unset;
  width: 100%;
  display: block;
}

@media (max-width: 550px) {
  section.gallery_hotel .gallery_wrapper .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  section.gallery_hotel .gallery_wrapper .img_wrapper:nth-last-child(2) {
    margin-bottom: 50px;
  }
}

section.hotel_contact, section.real_contact {
  padding: 80px 0;
  margin-top: 0;
  background-color: #e5e5e5;
  margin-bottom: 50px;
}

section.hotel_contact .from_wrapper, section.real_contact .from_wrapper {
  width: 497px;
  margin: 0 auto;
}

section.hotel_contact .from_wrapper hgroup, section.real_contact .from_wrapper hgroup {
  text-align: center;
  margin-bottom: 40px;
}

section.hotel_contact .from_wrapper hgroup h2, section.real_contact .from_wrapper hgroup h2 {
  font-size: 9rem;
  letter-spacing: 2px;
}

section.hotel_contact .from_wrapper hgroup p, section.real_contact .from_wrapper hgroup p {
  font-size: 1.1rem;
  width: 80%;
  margin: 0 auto;
}

section.hotel_contact .from_wrapper form, section.real_contact .from_wrapper form {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.hotel_contact .from_wrapper form input, section.real_contact .from_wrapper form input,
section.hotel_contact .from_wrapper form textarea,
section.real_contact .from_wrapper form textarea {
  width: 100%;
  font-family: "Oswald", sans-serif;
  color: #212629;
  font-size: 1.1rem;
  padding: 10px 10px;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

section.hotel_contact .from_wrapper form input, section.real_contact .from_wrapper form input {
  margin-bottom: 15px;
}


section.hotel_contact .from_wrapper form textarea,
section.real_contact .from_wrapper form textarea {
  resize: none;
  height: 156px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  section.hotel_contact .from_wrapper, section.real_contact .from_wrapper {
    width: 80%;
  }
  section.hotel_contact .from_wrapper hgroup h2, section.real_contact .from_wrapper hgroup h2 {
    font-size: 6rem;
  }
}

@media (max-width: 400px) {
  section.hotel_contact .from_wrapper, section.real_contact .from_wrapper {
    width: 80%;
  }
  section.hotel_contact .from_wrapper hgroup h2, section.real_contact .from_wrapper hgroup h2 {
    font-size: 5rem;
  }
  section.hotel_contact .from_wrapper hgroup p, section.real_contact .from_wrapper hgroup p {
    width: 100%;
  }
  section.hotel_contact .from_wrapper form, section.real_contact .from_wrapper form {
    width: 95%;
  }
}

header.header_realEstate {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.541)), color-stop(40%, rgba(0, 0, 0, 0))), url(../assets/realEstate/realEstate_bg.jpg);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.541) 0%, rgba(0, 0, 0, 0) 40%), url(../assets/realEstate/realEstate_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.header_realEstate hgroup p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 100;
  margin-left: 9px;
  margin-top: 20px;
}

@media (max-width: 800px) {
  header.header_realEstate {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.397)), to(rgba(0, 0, 0, 0.336))), url(../assets/realEstate/realEstate_bg.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.336)), url(../assets/realEstate/realEstate_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

section.about_estate {
  margin-top: 0;
  padding: 150px 0;
}

section.about_estate .container article {
  text-align: center;
}

section.about_estate .container article h2 {
  display: inline-block;
  font-size: 8rem;
  position: relative;
}

section.about_estate .container article h2::after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background: #ea2a00;
  margin: 0 auto;
}

section.about_estate .container article .text_content {
  width: 50%;
  min-width: 500px;
  margin: 60px auto 0 auto;
}

section.about_estate .container article .text_content p {
  text-align: left;
}

@media (max-width: 550px) {
  section.about_estate {
    padding: 80px 0;
  }
  section.about_estate .container article h2 {
    font-size: 6rem;
  }
  section.about_estate .container article .text_content {
    width: 80%;
    min-width: 320px;
  }
}

section.real_projects {
  background: url(../assets/realEstate/real_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}

section.real_projects .container_fluid {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.real_projects .container_fluid article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

section.real_projects .container_fluid article .article_wrapper {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 80px);
  background: #fff;
  padding: 80px;
}

section.real_projects .container_fluid article .article_wrapper h2 {
  font-size: 8rem;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  margin-bottom: 30px;
}

section.real_projects .container_fluid article .article_wrapper h2::after {
  content: "";
  width: 25%;
  height: 2px;
  background-color: #ea2a00;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.real_projects .container_fluid article .article_wrapper .text_content p {
  margin-bottom: 20px;
}

section.real_projects .container_fluid .img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

section.real_projects .container_fluid .img_wrapper img {
  width: 100%;
  display: block;
}

@media (max-width: 1550px) {
  section.real_projects .container_fluid article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  section.real_projects .container_fluid article .article_wrapper {
    padding: 60px;
    width: 700px;
  }
  section.real_projects .container_fluid article .article_wrapper h2 {
    font-size: 5.8rem;
  }
  section.real_projects .container_fluid .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

@media (max-width: 1100px) {
  section.real_projects .container_fluid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.real_projects .container_fluid article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -50px;
  }
  section.real_projects .container_fluid article .article_wrapper {
    position: relative;
    padding: 60px;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    left: 0;
  }
  section.real_projects .container_fluid article .article_wrapper h2 {
    font-size: 4rem;
  }
  section.real_projects .container_fluid .img_wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    height: 350px;
  }
  section.real_projects .container_fluid .img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 500px) {
  section.real_projects .container_fluid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.real_projects .container_fluid article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin-top: 0;
    min-width: 340px;
  }
  section.real_projects .container_fluid .img_wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    height: 350px;
    min-width: 340px;
  }
  section.real_projects .container_fluid .img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

section.real_contact {
  background-color: #fff;
}

section.real_contact .from_wrapper form input,
section.real_contact .from_wrapper form textarea {
  background-color: rgba(229, 229, 229, 0.3);
}

section.real_contact .from_wrapper form .btn {
  margin-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

header.header_frigo {
  background: url(../assets/frigo/frigo_header.jpg);
  background-size: cover;
  background-position: bottom;
  height: calc(100vw * 0.45);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header_frigo hgroup {
  text-align: center;
}

header.header_frigo hgroup h2 {
  line-height: 1.1;
}

header.header_frigo hgroup h2 {
  font-size: 40px;
}

@media screen and (min-width: 340px) {
  header.header_frigo hgroup h2 {
    font-size: calc( 40px + 90 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  header.header_frigo hgroup h2 {
    font-size: 130px;
  }
}

header.header_frigo hgroup h3 {
  line-height: 1.1;
}

header.header_frigo hgroup h3 {
  font-size: 25px;
}

@media screen and (min-width: 340px) {
  header.header_frigo hgroup h3 {
    font-size: calc( 25px + 43 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  header.header_frigo hgroup h3 {
    font-size: 68px;
  }
}

header.header_frigo hgroup .arrow_down {
  margin-top: 20px;
  height: 6vw;
  min-height: 60px;
}

header.header_frigo hgroup .arrow_down img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

section.frigo_info {
  padding: 80px 0;
  margin-top: 0;
}

section.frigo_info .info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  min-width: 550px;
  margin: 0 auto;
}

section.frigo_info .info_wrapper article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.frigo_info .info_wrapper article .article_wrapper {
  width: 380px;
  height: 258px;
}

section.frigo_info .info_wrapper article .article_wrapper h2 {
  font-size: 8rem;
  font-family: "Playfair Display", serif;
  color: rgba(33, 38, 41, 0.1);
}

section.frigo_info .info_wrapper article .article_wrapper h2 span {
  font-size: 8.5rem;
}

section.frigo_info .info_wrapper article .article_wrapper p {
  width: 247px;
  margin-left: auto;
  margin-top: -50px;
  font-size: 1.1rem;
}

section.frigo_info .info_wrapper article.left .article_wrapper {
  margin-right: 40px;
}

section.frigo_info .info_wrapper article.right {
  border-left: 1px solid #ea2a00;
}

section.frigo_info .info_wrapper article.right .article_wrapper {
  margin-left: 40px;
}

@media (max-width: 1052px) {
  section.frigo_info .info_wrapper {
    width: 95%;
  }
  section.frigo_info .info_wrapper article .article_wrapper {
    width: 100%;
  }
  section.frigo_info .info_wrapper article .article_wrapper h2 {
    font-size: 6.2rem;
  }
  section.frigo_info .info_wrapper article .article_wrapper h2 span {
    font-size: 6.5rem;
  }
}

@media (max-width: 850px) {
  section.frigo_info .info_wrapper {
    width: 500px;
  }
  section.frigo_info .info_wrapper article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    margin-left: auto;
  }
  section.frigo_info .info_wrapper article .article_wrapper {
    width: 380px;
  }
  section.frigo_info .info_wrapper article .article_wrapper h2 {
    font-size: 6.2rem;
  }
  section.frigo_info .info_wrapper article .article_wrapper h2 span {
    font-size: 6.5rem;
  }
  section.frigo_info .info_wrapper article.right {
    border-left: none;
    margin-right: auto;
    margin-left: 0;
    position: relative;
  }
  section.frigo_info .info_wrapper article.right::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 120%;
    left: 65%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: #ea2a00;
  }
}

@media (max-width: 550px) {
  section.frigo_info {
    padding: 50px 0;
  }
  section.frigo_info .info_wrapper {
    width: unset;
    min-width: unset;
  }
  section.frigo_info .info_wrapper article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin-left: unset;
  }
  section.frigo_info .info_wrapper article .article_wrapper {
    width: 90%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.frigo_info .info_wrapper article .article_wrapper h2 {
    font-size: 6.2rem;
  }
  section.frigo_info .info_wrapper article .article_wrapper h2 span {
    font-size: 6.5rem;
  }
  section.frigo_info .info_wrapper article .article_wrapper p {
    margin-top: -40px;
    width: 80%;
  }
  section.frigo_info .info_wrapper article.left {
    width: 100%;
  }
  section.frigo_info .info_wrapper article.right {
    border-left: none;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    border-top: 1px solid #ea2a00;
  }
  section.frigo_info .info_wrapper article.right::after {
    content: "";
    display: none;
  }
}

section.voce {
  margin-top: 0;
  background: url(../assets/frigo/frigo_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

section.voce .container h2.voce_hdl {
  text-align: center;
  margin-bottom: 80px;
}

section.voce .container h2.voce_hdl {
  font-size: 45px;
}

@media screen and (min-width: 340px) {
  section.voce .container h2.voce_hdl {
    font-size: calc( 45px + 45 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  section.voce .container h2.voce_hdl {
    font-size: 90px;
  }
}

section.voce .container h2.voce_hdl::after {
  content: "";
  display: block;
  width: 20vw;
  height: 2px;
  background: #ea2a00;
  margin: 0 auto;
}

section.voce .container .voce_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.voce .container .voce_wrapper .img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  border: 12px solid #fff;
  position: relative;
  z-index: 1010;
}

section.voce .container .voce_wrapper .img_wrapper .img_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.596) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, black 100%);
  z-index: 1010;
}

section.voce .container .voce_wrapper .img_wrapper img {
  position: relative;
  z-index: 1000;
  height: 100%;
  width: 100%;
  display: block;
}

section.voce .container .voce_wrapper .img_wrapper .num,
section.voce .container .voce_wrapper .img_wrapper hgroup {
  z-index: 1020;
  position: absolute;
  color: #fff;
}

section.voce .container .voce_wrapper .img_wrapper hgroup {
  bottom: 0;
  left: 10px;
}

section.voce .container .voce_wrapper .img_wrapper hgroup h3 {
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
}

section.voce .container .voce_wrapper .img_wrapper hgroup h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  background: #ea2a00;
}

section.voce .container .voce_wrapper .img_wrapper hgroup h2 {
  font-size: 2.5rem;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

section.voce .container .voce_wrapper .img_wrapper .num {
  right: 5px;
  top: 5px;
}

section.voce .container .voce_wrapper .img_wrapper .num h2 {
  font-size: 4rem;
  color: #fff;
  line-height: 1;
}

@media (max-width: 1240px) {
  section.voce .container .voce_wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.voce .container .voce_wrapper .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  section.voce .container .voce_wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.voce .container .voce_wrapper .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    min-width: 300px;
    margin-bottom: 40px;
  }
}

section.frigo_about_us {
  margin-top: 0;
  padding: 80px 0;
}

section.frigo_about_us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.frigo_about_us .container article {
  padding: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  min-width: 320px;
}

section.frigo_about_us .container article hgroup h3 {
  line-height: 1;
}

section.frigo_about_us .container article hgroup h3 {
  font-size: 19px;
}

@media screen and (min-width: 340px) {
  section.frigo_about_us .container article hgroup h3 {
    font-size: calc( 19px + 21 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  section.frigo_about_us .container article hgroup h3 {
    font-size: 40px;
  }
}

section.frigo_about_us .container article hgroup h2 {
  margin-bottom: 30px;
}

section.frigo_about_us .container article hgroup h2 {
  font-size: 30px;
}

@media screen and (min-width: 340px) {
  section.frigo_about_us .container article hgroup h2 {
    font-size: calc( 30px + 40 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  section.frigo_about_us .container article hgroup h2 {
    font-size: 70px;
  }
}

section.frigo_about_us .container article hgroup h2::after {
  content: "";
  display: block;
  width: 10vw;
  height: 2px;
  background: #ea2a00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
}

section.frigo_about_us .container article .text_content p {
  margin-bottom: 20px;
}

section.frigo_about_us .container article .text_content .text_hide {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

section.frigo_about_us .container article .text_content .text_hide.show_text {
  min-height: 150px;
  max-height: 450px;
}

section.frigo_about_us .container article .btn {
  margin-top: 40px;
}

section.frigo_about_us .container .img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  min-width: 350px;
  background: url(../assets/frigo/frigo_about.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 675px) {
  section.frigo_about_us .container .img_wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 400px;
    width: 320px;
  }
}

section.frigo_contact {
  background: url(../assets/frigo/frigo_bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 0;
  padding: 50px 0;
}

section.frigo_contact .frigo_contact_wrapper {
  background-color: #fff;
  padding: 100px 0;
  overflow-x: hidden;
}

section.frigo_contact .frigo_contact_wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  border: 10px solid #fff;
  outline: 1px dashed #212629;
  margin-right: 40px;
  position: relative;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper > img {
  display: block;
  width: 100%;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper {
  background: #ea2a00;
  position: absolute;
  height: 48px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 46%;
  right: 4%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper img {
  display: block;
  width: 95%;
  margin: 0 auto;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper .bubble_point {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #ea2a00;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper .bubble_text {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  bottom: calc(100% + 10px);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper .bubble_text p {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
  letter-spacing: 1.3px;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .hover_map {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper:hover .hover_map {
  z-index: 2020;
  opacity: 1;
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper:hover .bubble_wrapper {
  z-index: 2030;
  -webkit-transform: scale(1.1) translateX(-15%);
          transform: scale(1.1) translateX(-15%);
}

section.frigo_contact .frigo_contact_wrapper .container .img_wrapper:hover .bubble_wrapper .bubble_text {
  opacity: 1;
}

section.frigo_contact .frigo_contact_wrapper .container article {
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}

section.frigo_contact .frigo_contact_wrapper .container article hgroup {
  position: relative;
  display: inline-block;
}

section.frigo_contact .frigo_contact_wrapper .container article hgroup h2 {
  font-size: 5rem;
  margin-bottom: 50px;
}

section.frigo_contact .frigo_contact_wrapper .container article hgroup h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 5vw;
  background: #ea2a00;
}

section.frigo_contact .frigo_contact_wrapper .container article hgroup .contact_line {
  left: 105%;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  height: 1px;
  width: 50vw;
  border-top: 2px dashed #212629;
}

section.frigo_contact .frigo_contact_wrapper .container article hgroup .contact_line::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: #ea2a00;
  border-radius: 50%;
}

section.frigo_contact .frigo_contact_wrapper .container article form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.frigo_contact .frigo_contact_wrapper .container article form input,
section.frigo_contact .frigo_contact_wrapper .container article form textarea {
  display: block;
  background: #f3f3f3f3;
  border: none;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #212629;
  font-size: 1rem;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

section.frigo_contact .frigo_contact_wrapper .container article form textarea {
  resize: none;
  height: 150px;
  margin-bottom: 40px;
}

section.frigo_contact .frigo_contact_wrapper .container article form .msg_status_division {
  min-width: unset;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

@media (max-width: 1100px) {
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper {
    width: 180px;
    height: 40px;
    padding: 10px;
  }
  section.frigo_contact .frigo_contact_wrapper .container article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
  section.frigo_contact .frigo_contact_wrapper .container article hgroup h2 {
    font-size: 4rem;
  }
}

@media (max-width: 927px) {
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper {
    top: 43%;
    width: 150px;
    height: 35;
    padding: 10px;
  }
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper .bubble_text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  section.frigo_contact .frigo_contact_wrapper .container article {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
  section.frigo_contact .frigo_contact_wrapper .container article hgroup h2 {
    font-size: 4rem;
  }
}

@media (max-width: 755px) {
  section.frigo_contact .frigo_contact_wrapper .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  section.frigo_contact .frigo_contact_wrapper .container article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin-bottom: 50px;
    max-width: 530px;
    min-width: 320px;
  }
}

@media (max-width: 480px) {
  section.frigo_contact .frigo_contact_wrapper .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  section.frigo_contact .frigo_contact_wrapper .container .img_wrapper .bubble_wrapper {
    top: 40%;
    right: 2%;
  }
  section.frigo_contact .frigo_contact_wrapper .container article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin-bottom: 50px;
    max-width: 530px;
    min-width: 320px;
  }
}

.karijera_hdl {
  font-family: "Playfair Display", serif !important;
  text-transform: none;
}

.karijera_text {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
}

header.pivara_header, header.dest_header {
  background: url(../assets/pivara/pivara_bg.jpg);
  background-position: center;
  background-size: cover;
  height: 90vh;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.pivara_header hgroup, header.dest_header hgroup {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}

header.pivara_header hgroup h1, header.dest_header hgroup h1 {
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
}

header.pivara_header hgroup h1, header.dest_header hgroup h1 {
  font-size: 60px;
}

@media screen and (min-width: 340px) {
  header.pivara_header hgroup h1, header.dest_header hgroup h1 {
    font-size: calc( 60px + 110 * ((100vw - 340px) / 1580));
  }
}

@media screen and (min-width: 1920px) {
  header.pivara_header hgroup h1, header.dest_header hgroup h1 {
    font-size: 170px;
  }
}

header.pivara_header hgroup p, header.dest_header hgroup p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  header.pivara_header hgroup, header.dest_header hgroup {
    margin-top: 0;
  }
  header.pivara_header hgroup img.dest_logo, header.dest_header hgroup img.dest_logo {
    width: 150px;
  }
  header.pivara_header hgroup h1, header.dest_header hgroup h1 {
    font-size: 60px;
  }
  header.pivara_header hgroup p, header.dest_header hgroup p {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

section.aboutUs_pivara {
  margin-top: 0;
  padding: 80px 0;
  background: #fff;
}

section.aboutUs_pivara .container article {
  width: 80%;
  min-width: 330px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

section.aboutUs_pivara .container article h2 {
  text-align: center;
  font-size: 4.5rem;
  text-transform: none;
  margin-bottom: 40px;
}

section.aboutUs_pivara .container article p {
  margin-bottom: 20px;
  font-weight: 300;
}

section.pivara_karijera {
  margin-top: 0;
  padding: 80px 0;
}

section.pivara_karijera .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.pivara_karijera .wrapper article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 600px;
  min-width: 320px;
  background: #fff;
  margin-right: -10%;
  padding: 50px 40px;
  position: relative;
  z-index: 1010;
}

section.pivara_karijera .wrapper article .text_content h2 {
  font-size: 4.5rem;
  margin-bottom: 30px;
}

section.pivara_karijera .wrapper article .text_content p {
  margin-bottom: 20px;
}

section.pivara_karijera .wrapper article .text_content .btn {
  margin-top: 40px;
  background-color: #810000;
}

section.pivara_karijera .wrapper .img_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  height: 100%;
  position: relative;
}

section.pivara_karijera .wrapper .img_wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 994px) {
  section.pivara_karijera .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.pivara_karijera .wrapper article {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: unset;
    min-width: 320px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -30px;
  }
  section.pivara_karijera .wrapper article .text_content h2 {
    font-size: 3rem;
  }
  section.pivara_karijera .wrapper article .text_content p {
    margin-bottom: 10px;
  }
  section.pivara_karijera .wrapper .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 1020;
  }
  section.pivara_karijera .wrapper .img_wrapper .percent h3 {
    font-size: 1.8rem;
  }
  section.pivara_karijera .wrapper .img_wrapper .percent h3::after {
    margin-top: 5px;
    width: 120px;
  }
}

section.proizvodi {
  background: #fff;
  margin-top: 0;
  padding: 80px 0;
  text-align: center;
}

section.proizvodi .gallery_wrapper {
  margin: 0 auto;
  width: 90%;
}

section.proizvodi .gallery_wrapper h2 {
  font-size: 5rem;
  margin-bottom: 40px;
}

section.proizvodi .gallery_wrapper p.karijera_text {
  margin-bottom: 20px;
}

section.proizvodi .gallery_wrapper .tel {
  letter-spacing: 1.5px;
}

section.proizvodi .gallery_wrapper .gallery {
  width: 90%;
  margin: 0 auto;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .img_wrapper {
  background-color: #e5e5e5;
  height: 440px;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .img_wrapper img {
  height: 100%;
  display: block;
  width: unset;
  margin: 0 auto;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .text_content {
  text-align: center;
  width: 90%;
  margin: 20px auto 0 auto;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .text_content h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  text-transform: none;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .text_content h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  margin: 0 auto;
  background: #810000;
  margin-top: 5px;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .text_content p {
  line-height: 1.5;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel .item .text_content p.sub_t {
  font-style: italic;
  font-weight: 500;
}

section.proizvodi .gallery_wrapper .gallery .owl-carousel#dest_proizvodi .item .text_content h2 {
  font-size: 1.7rem;
}

section.proizvodi .gallery_wrapper a {
  margin-top: 30px;
  color: #7f7f7f;
  font-size: 1.2rem;
  display: inline-block;
}

@media (max-width: 500px) {
  section.proizvodi .gallery_wrapper h2 {
    font-size: 4rem;
  }
  section.proizvodi .gallery_wrapper .gallery a.karijera_text {
    position: relative;
    z-index: 1010;
  }
}

section.items_proizvodi {
  margin-top: 0;
  padding: 80px 0;
}

section.items_proizvodi .container h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  font-size: 5.5rem;
  margin-bottom: 50px;
}

section.items_proizvodi .container #products_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.items_proizvodi .container #products_gallery .card {
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 30px;
  min-width: 400px;
  cursor: pointer;
}

section.items_proizvodi .container #products_gallery .card .card_img {
  pointer-events: none;
}

section.items_proizvodi .container #products_gallery .card .card_img img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

section.items_proizvodi .container #products_gallery .card .card_text {
  pointer-events: none;
  text-align: center;
  width: 90%;
  margin: 0px auto 20px auto;
}

section.items_proizvodi .container #products_gallery .card .card_text h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: none;
}

section.items_proizvodi .container #products_gallery .card .card_text h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  margin: 0 auto;
  background: #810000;
  margin-top: 10px;
}

section.items_proizvodi .container #products_gallery .card .card_text p {
  line-height: 1.5;
}

section.items_proizvodi .container #products_gallery .card .card_text p.sub_t {
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 1550px) {
  section.items_proizvodi .container #products_gallery .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    min-width: 350px;
    margin-bottom: 60px;
  }
}

@media (max-width: 994px) {
  section.items_proizvodi .container #products_gallery .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    min-width: unset;
    min-width: 350px;
    margin-bottom: 60px;
  }
}

.pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(33, 38, 41, 0.7);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.pop-up.show_pop-up {
  z-index: 3030;
  opacity: 1;
}

.pop-up .modal_proizvod {
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 1100px;
  position: relative;
  padding: 50px;
}

.pop-up .modal_proizvod #proizvod_close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ea2a00;
  right: 0;
  top: 0;
  z-index: 3040;
  cursor: pointer;
}

.pop-up .modal_proizvod #proizvod_close span {
  position: absolute;
  pointer-events: none;
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  left: 50%;
  top: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.pop-up .modal_proizvod #proizvod_close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pop-up .modal_proizvod .modal_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.pop-up .modal_proizvod .modal_wrapper .img_wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  max-height: 550px;
}

.pop-up .modal_proizvod .modal_wrapper .left {
  padding: 30px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pop-up .modal_proizvod .modal_wrapper .left h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.pop-up .modal_proizvod .modal_wrapper .left h2::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #810000;
  margin-top: 15px;
}

.pop-up .modal_proizvod .modal_wrapper .left .text_content {
  max-height: 380px;
  overflow: auto;
  border-bottom: 1px solid rgba(33, 38, 41, 0.3);
  padding-bottom: 30px;
}

.pop-up .modal_proizvod .modal_wrapper .left .text_content p {
  margin-bottom: 15px;
}

.pop-up .modal_proizvod .modal_wrapper .left .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pop-up .modal_proizvod .modal_wrapper .left .bottom p {
  margin-right: 10px;
  color: rgba(33, 38, 41, 0.7);
}

.pop-up .modal_proizvod .modal_wrapper .left .bottom .btn {
  background-color: #810000;
}

@media (max-width: 880px) {
  .pop-up .modal_proizvod {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    padding: 30px;
  }
  .pop-up .modal_proizvod .modal_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pop-up .modal_proizvod .modal_wrapper .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .pop-up .modal_proizvod .modal_wrapper .img_wrapper img {
    height: 100%;
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .pop-up .modal_proizvod .modal_wrapper .left .bottom {
    margin-top: 25px;
  }
}

@media (max-width: 550px) {
  .pop-up .modal_proizvod {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    padding: 15px;
    overflow-y: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pop-up .modal_proizvod .modal_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pop-up .modal_proizvod .modal_wrapper .img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 150px;
  }
  .pop-up .modal_proizvod .modal_wrapper .img_wrapper img {
    height: 100%;
    width: unset;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
    display: block;
    margin: 0 auto;
  }
  .pop-up .modal_proizvod .modal_wrapper .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 15px 0;
  }
  .pop-up .modal_proizvod .modal_wrapper .left h2 {
    font-size: 1.4rem;
  }
  .pop-up .modal_proizvod .modal_wrapper .left p {
    font-size: 0.9rem;
  }
  .pop-up .modal_proizvod .modal_wrapper .left .btn {
    height: 30px;
    width: 120px;
    padding: 0;
    line-height: 30px;
    font-size: 0.95rem;
  }
}

section.product_contact {
  margin-top: 0;
  padding: 40px 0;
  background-color: #fff;
}

section.product_contact.destilery {
  background: url(../assets/destilerija/dest_contact_bg.jpg);
  background-size: cover;
  background-position: center;
}

section.product_contact.destilery .contact_wrapper {
  background-color: #fff;
}

section.product_contact.destilery .contact_wrapper .container form input,
section.product_contact.destilery .contact_wrapper .container form textarea {
  background-color: rgba(33, 38, 41, 0.1);
}

section.product_contact .contact_wrapper {
  background: #e5e5e5;
  padding: 80px 0;
}

section.product_contact .contact_wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.product_contact .contact_wrapper .container h2 {
  font-size: 5rem;
  display: inline-block;
  margin-bottom: 50px;
}

section.product_contact .contact_wrapper .container h2::after {
  display: block;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #810000;
  margin: 0 auto;
  margin-top: 25px;
}

section.product_contact .contact_wrapper .container form {
  max-width: 440px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.product_contact .contact_wrapper .container form input,
section.product_contact .contact_wrapper .container form textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: #fff;
  border: none;
  padding: 8px 10px;
  font-family: "Oswald", sans-serif;
  color: rgba(33, 38, 41, 0.6);
  font-size: 1rem;
  width: 100%;
  margin-bottom: 15px;
}

section.product_contact .contact_wrapper .container form textarea {
  resize: none;
  height: 180px;
  margin-bottom: 30px;
}

section.product_contact .contact_wrapper .container form .btn {
  background-color: #810000;
}

section.product_contact .contact_wrapper .container .about_us_content {
  max-width: 718px;
  margin: 0 auto;
}

section.product_contact .contact_wrapper .container .about_us_content h2 {
  text-align: center;
  display: block;
}

section.product_contact .contact_wrapper .container .about_us_content h2::after {
  display: none;
}

section.product_contact .contact_wrapper .container .about_us_content .text_content p {
  font-weight: 300;
  margin-bottom: 20px;
}

section.product_contact .contact_wrapper .container .about_us_content .text_content p .bold {
  font-weight: bold;
}

@media (max-width: 792px) {
  section.product_contact .contact_wrapper .about_us_content {
    padding: 0 40px;
  }
}

@media (max-width: 350px) {
  section.product_contact .contact_wrapper .container h2 {
    font-size: 3.7rem;
  }
}

header.dest_header {
  background: url(../assets/destilerija/dest_bg.jpg);
}

section.items_proizvodi .container #products_gallery {
  margin-bottom: 40px;
}

section.items_proizvodi .container #products_gallery[data-product="rakije"] {
  overflow-y: hidden;
  max-height: 1290px;
}

section.items_proizvodi .container #products_gallery[data-product="rakije"].show_all {
  min-height: unset;
  max-height: unset;
}

section.items_proizvodi .container h2.likeri {
  border-top: 1px solid rgba(33, 38, 41, 0.6);
  padding-top: 40px;
  margin-top: 40px;
}

section.items_proizvodi .container .tgl_btn {
  text-align: center;
}

section.items_proizvodi .container .tgl_btn p {
  cursor: pointer;
  font-size: 1.2rem;
  color: rgba(33, 38, 41, 0.7);
}

@media (max-width: 1550px) {
  section.items_proizvodi .container #products_gallery {
    margin-bottom: 40px;
  }
  section.items_proizvodi .container #products_gallery[data-product="rakije"] {
    overflow-y: hidden;
    max-height: 1450px;
  }
}

@media (max-width: 700px) {
  section.items_proizvodi .container #products_gallery {
    margin-bottom: 40px;
  }
  section.items_proizvodi .container #products_gallery[data-product="rakije"] {
    overflow-y: hidden;
    max-height: 2170px;
  }
}

header.main_header {
  position: relative;
  height: 100vh;
  background: url(../assets/main/header_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: hidden;
}

header.main_header hgroup {
  position: relative;
}

header.main_header hgroup #mainH {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 10;
  height: 280px;
}

header.main_header hgroup #mainH .blok {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

header.main_header hgroup #mainH .blok img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

header.main_header hgroup #mainH .blok.upper img {
  -webkit-animation: growUp 1s both ease-in-out;
          animation: growUp 1s both ease-in-out;
}

header.main_header hgroup #mainH .blok.lower {
  margin-top: -2px;
}

header.main_header hgroup #mainH .blok.lower img {
  -webkit-animation: growDown 1s both ease-in-out 0.6s;
          animation: growDown 1s both ease-in-out 0.6s;
}

header.main_header hgroup .strelica {
  position: absolute;
  left: 50%;
  top: 96%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

header.main_header hgroup .strelica.show {
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

header.main_header hgroup .strelica img {
  height: 100%;
  display: block;
}

header.main_header hgroup .medalje {
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: absolute;
  left: -130px;
  z-index: 0;
  top: 90%;
}

header.main_header hgroup .medalje.active {
  opacity: 1;
}

header.main_header hgroup .medalje .aps_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -33px;
  margin-left: -97px;
}

header.main_header hgroup .medalje .aps_content h2 {
  font-size: 4.5rem;
  position: relative;
}

header.main_header hgroup .medalje .aps_content h2 img.full {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 135px;
}

header.main_header hgroup .medalje .aps_content h2 img.semiCircle {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 135px;
}

header.main_header hgroup .medalje .aps_content .content_text {
  margin-left: 30px;
}

header.main_header hgroup .medalje .aps_content .content_text p:nth-child(1) {
  font-size: 1.5rem;
  line-height: 1;
}

header.main_header .accentBox {
  background: #ea2a00;
  padding: 35px 60px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0.02;
          transition-delay: 0.02;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
}

header.main_header .accentBox.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.main_header .accentBox.show .aps {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header.main_header .accentBox p,
header.main_header .accentBox h2:nth-child(2) {
  color: #fff;
}

header.main_header .accentBox p {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

header.main_header .accentBox h2:nth-child(2) {
  font-size: 1.6rem;
  font-family: "Playfair Display", serif;
}

header.main_header .accentBox .aps {
  position: absolute;
  font-size: 7.6rem;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  top: -115px;
  right: 125px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

header.main_header .accentCircle {
  display: none;
}

header.main_header ._950 {
  position: absolute;
  left: 125px;
  top: 53%;
}

header.main_header ._950 .aps_wrapper {
  position: relative;
}

header.main_header ._950 .aps_wrapper h2 {
  font-size: 15rem;
  position: absolute;
  top: -18rem;
  left: -8.6rem;
  z-index: 2;
  opacity: 0;
}

header.main_header ._950 .aps_wrapper img {
  max-height: 0px;
  min-height: 0px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header.main_header ._950 .aps_wrapper img.show {
  min-height: 87px;
  max-height: 87px;
}

header.main_header ._950 .aps_wrapper .aps_content {
  position: absolute;
  top: 90%;
  overflow: hidden;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  left: 50px;
  width: 300px;
}

header.main_header ._950 .aps_wrapper .aps_content p {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 1.3rem;
}

header.main_header ._950 .aps_wrapper .aps_content p.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

header.main_header .doted_line {
  position: absolute;
  top: 45%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  -webkit-animation: doted_line_anim 0.2s both linear 0.8s;
          animation: doted_line_anim 0.2s both linear 0.8s;
}

header.main_header .doted_line span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  height: 2px;
  background: #ea2a00;
  margin: 0 3px;
}

@media (max-width: 1538px) {
  header.main_header hgroup .medalje {
    left: -95px;
  }
  header.main_header hgroup .medalje .aps_wrapper img {
    width: 170px;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content {
    margin-top: -30px;
    margin-left: -40px;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content h2 {
    font-size: 4rem;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content img {
    width: 110px;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content .content_text p:nth-child(1) {
    font-size: 1.3rem;
  }
  header.main_header hgroup #mainH {
    height: 220px;
  }
  header.main_header hgroup #mainH .blok {
    height: 110px;
  }
  header.main_header ._950 {
    top: 47%;
    left: 100px;
  }
  header.main_header ._950 .aps_wrapper h2 {
    font-size: 11rem;
    top: -13rem;
    left: -7rem;
  }
  header.main_header ._950 .aps_wrapper .aps_content p {
    font-size: 1rem;
  }
}

header.main_header .accentBox .aps {
  font-size: 6rem;
  top: -90px;
}

header.main_header .accentBox h2:nth-child(2) {
  font-size: 1.5rem;
}

header.main_header .accentBox p {
  font-size: 1rem;
}

@media (max-width: 1155px) {
  header.main_header {
    height: 70vh;
  }
  header.main_header hgroup {
    margin-top: -15%;
  }
  header.main_header hgroup h1 {
    font-size: 8rem;
  }
  header.main_header hgroup .medalje {
    left: -98px;
    top: 94%;
  }
  header.main_header hgroup .strelica {
    top: 96%;
  }
  header.main_header hgroup #mainH {
    height: 180px;
  }
  header.main_header hgroup #mainH .blok {
    height: 90px;
  }
  header.main_header .doted_line {
    top: 25%;
  }
  header.main_header ._950 {
    top: 30%;
    left: 70px;
  }
  header.main_header ._950 .aps_wrapper h2 {
    font-size: 8.5rem;
    top: -10rem;
    left: -4.8rem;
  }
  header.main_header ._950 .aps_wrapper .aps_content {
    width: 220px;
  }
  header.main_header .accentBox {
    margin-top: 25%;
  }
}

@media (max-width: 950px) {
  header.main_header {
    height: 600px;
  }
  header.main_header hgroup {
    margin-top: -25%;
  }
  header.main_header hgroup h1 {
    font-size: 6.5rem;
  }
  header.main_header hgroup .medalje {
    left: -95px;
    top: 90%;
  }
  header.main_header hgroup #mainH {
    height: 200px;
  }
  header.main_header hgroup #mainH .blok {
    height: 100px;
  }
  header.main_header ._950 {
    top: 23%;
    left: 50px;
  }
  header.main_header ._950 .aps_wrapper h2 {
    top: -7.2rem;
    font-size: 6rem;
    left: -3.4rem;
  }
  header.main_header ._950 .aps_wrapper .aps_content {
    width: 220px;
  }
  header.main_header .doted_line {
    top: 20%;
  }
  header.main_header .accentBox {
    margin-top: 35%;
  }
}

@media (max-width: 768px) {
  header.main_header {
    height: 1100px;
    position: relative;
  }
  header.main_header ._950 {
    position: absolute;
    top: 5%;
    left: 30px;
  }
  header.main_header ._950 .aps_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header.main_header ._950 .aps_wrapper h2 {
    position: relative;
    font-size: 7rem;
    left: unset;
    top: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    line-height: 1;
  }
  header.main_header ._950 .aps_wrapper img {
    display: none;
  }
  header.main_header ._950 .aps_wrapper .aps_content {
    position: static;
    top: unset;
    left: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    padding-left: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header.main_header ._950 .aps_wrapper .aps_content p:nth-child(1) {
    font-size: 2rem;
  }
  header.main_header ._950 .aps_wrapper .aps_content::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 35%;
    top: 64%;
    right: 95%;
    background-color: #ea2a00;
  }
  header.main_header hgroup {
    margin-top: 20%;
  }
  header.main_header hgroup h1 {
    font-size: 22vw;
  }
  header.main_header hgroup .medalje {
    left: -20px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    top: unset;
    bottom: -45%;
  }
  header.main_header hgroup .medalje .aps_wrapper img.ugao {
    display: none;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content h2 {
    font-size: 4.6rem;
    line-height: 1.2;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content h2 img.full {
    display: none;
  }
  header.main_header hgroup .medalje .aps_wrapper .aps_content h2 img.semiCircle {
    display: block;
    width: 140px;
    height: 140px;
    top: 50%;
  }
  header.main_header hgroup .strelica {
    max-height: 400px;
    top: 52%;
    left: 50%;
    width: 2px;
    background-color: #ea2a00;
  }
  header.main_header hgroup .strelica img {
    display: none;
  }
  header.main_header hgroup .strelica::after {
    content: "";
    display: block;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 0px;
    left: -6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header.main_header .doted_line {
    display: none;
  }
  header.main_header .accentBox {
    position: absolute;
    padding: 20px 20px;
    margin-top: 0;
    top: 30%;
    z-index: 10;
  }
  header.main_header .accentBox .aps {
    left: 15px;
    top: -100px;
  }
  header.main_header .accentBox h2:nth-child(2) {
    font-size: 1.8rem;
  }
  header.main_header .accentBox p {
    font-size: 1.2rem;
  }
  header.main_header .accentCircle {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px dashed #212629;
    top: 17%;
    right: -50px;
  }
  header.main_header .accentCircle::after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 60%;
    background-color: #ea2a00;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30%;
  }
}

@media (max-width: 500px) {
  header.main_header {
    height: 980px;
  }
  header.main_header ._950 .aps_wrapper h2 {
    font-size: 4rem;
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header.main_header ._950 .aps_wrapper .aps_content p:nth-child(1) {
    font-size: 1.4rem;
  }
  header.main_header ._950 .aps_wrapper .aps_content::before {
    width: 10%;
  }
  header.main_header .accentBox {
    top: 28%;
  }
  header.main_header .accentBox .aps {
    font-size: 4rem;
    top: -1em;
  }
  header.main_header #header_hgr .medalje {
    left: -10%;
    bottom: unset;
    top: 140%;
  }
  header.main_header #header_hgr .medalje .aps_wrapper .aps_content {
    margin-left: -20px;
    margin-top: -10px;
  }
  header.main_header #header_hgr .medalje .aps_wrapper .aps_content h2 {
    font-size: 5.3rem;
  }
  header.main_header #header_hgr .medalje .aps_wrapper .aps_content img {
    height: 160px;
    width: 160px;
  }
  header.main_header #header_hgr #mainH {
    height: 140px;
  }
  header.main_header #header_hgr #mainH .blok {
    height: 70px;
  }
}

.divizije {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0.716)), color-stop(75%, rgba(255, 255, 255, 0.274))), url(../assets/divizje/divizije_bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.716) 45%, rgba(255, 255, 255, 0.274) 75%), url(../assets/divizje/divizije_bg.jpg);
  background-position: center;
  background-size: cover;
  overflow-y: hidden;
  padding-bottom: 50px;
}

.divizije .container-fluid .div_hg {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.divizije .container-fluid .div_hg p {
  font-weight: 300;
  letter-spacing: 1.3px;
  font-family: "Oswald", sans-serif !important;
  opacity: 0.8;
}

.divizije .container-fluid .div_hg > h2 {
  text-align: center;
  color: #fff;
  font-size: 10vw;
  -webkit-transform: translateY(-25.9%);
          transform: translateY(-25.9%);
  opacity: 0.8;
}

.divizije .container-fluid .div_hg .divi_content p {
  max-width: 372px;
}

.divizije .container-fluid .div_hg .divi_content p #ref1 {
  position: relative;
}

.divizije .container-fluid .div_hg .divi_content p #ref1 #ref1Line {
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  border-top: 2px dashed #ea2a00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 4px);
}

.divizije .container-fluid .div_hg .divi_content p #ref4 {
  position: relative;
}

.divizije .container-fluid .div_hg .divi_content p #ref4 #ref4Line {
  display: block;
  position: absolute;
  height: 2px;
  border-top: 2px dashed #ea2a00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 4px);
}

.divizije .container-fluid .div_hg .divi_content:nth-child(1) {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.divizije .container-fluid .div_hg .divi_content:nth-child(3) {
  right: 0;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}

.divizije .container-fluid .div_hg .divi_content:nth-child(3) .cite {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-left: 10%;
  margin-top: 20px;
  position: relative;
}

.divizije .container-fluid .div_hg .divi_content:nth-child(3) .cite::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  height: 2px;
  width: 8%;
  background-color: #ea2a00;
}

.divizije .divi_slider {
  margin: 80px auto;
}

.divizije .divi_slider .owl-carousel .item {
  text-align: center;
  position: relative;
}

.divizije .divi_slider .owl-carousel .item img {
  width: 100%;
  display: block;
  z-index: 0;
}

.divizije .divi_slider .owl-carousel .item .btn {
  position: absolute;
  z-index: 3010;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.divizije .divi_slider .owl-carousel .item .slider_content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 155px;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.divizije .divi_slider .owl-carousel .item .slider_content h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.divizije .divi_slider .owl-carousel .item .slider_content p {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif !important;
}

@media (max-width: 1076px) {
  .divizije .divi_slider .owl-carousel .item {
    height: 400px;
    width: 400px;
  }
}

@media (max-width: 400px) {
  .divizije .divi_slider .owl-carousel .item {
    height: 320px;
    width: 320px;
  }
  .divizije .divi_slider .owl-carousel .item .slider_content p {
    font-size: 0.9rem;
  }
  .divizije .divi_slider .owl-carousel .item .btn {
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 1338px) {
  .divizije .container-fluid .div_hg > h2 {
    -webkit-transform: translateY(-17%);
            transform: translateY(-17%);
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(1) {
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) {
    -webkit-transform: translateY(37%);
            transform: translateY(37%);
  }
}

@media (max-width: 1200px) {
  .divizije .container-fluid .div_hg h2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .divizije .container-fluid .div_hg .divi_content p {
    font-size: 0.85rem;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(1) {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) {
    -webkit-transform: translateY(65%);
            transform: translateY(65%);
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) .cite {
    font-size: 0.9rem;
  }
}

@media (max-width: 960px) {
  .divizije .container-fluid .div_hg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .divizije .container-fluid .div_hg h2 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .divizije .container-fluid .div_hg .divi_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
  }
  .divizije .container-fluid .div_hg .divi_content p {
    font-size: 0.85rem;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(1) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(1) #ref1 #ref1Line {
    display: none;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-right: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) .cite {
    font-size: 0.9rem;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) #ref4 #ref4Line {
    display: none;
  }
}

@media (max-width: 610px) {
  .divizije .container-fluid .div_hg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .divizije .container-fluid .div_hg h2 {
    font-size: 18vw;
  }
  .divizije .container-fluid .div_hg .divi_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    width: 85%;
    margin-bottom: 20px;
    min-width: 300px;
  }
  .divizije .container-fluid .div_hg .divi_content p {
    max-width: unset;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(1) {
    padding-left: 0px;
  }
  .divizije .container-fluid .div_hg .divi_content:nth-child(3) {
    padding-right: 0px;
  }
}

.videoSection {
  background: black;
  position: relative;
  margin-top: 0;
  height: 650px;
}

.videoSection > img {
  width: 100%;
  display: block;
  opacity: 0.3;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.videoSection .overlay_hg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 80%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.videoSection .overlay_hg .hg_text {
  width: 100%;
  text-align: center;
}

.videoSection .overlay_hg .hg_text h3 {
  color: #21d987;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 1.3rem;
}

.videoSection .overlay_hg .hg_text h2 {
  font-size: 4.5rem;
  color: #fff;
  position: relative;
  font-family: "Playfair Display", serif;
  display: inline-block;
  text-transform: capitalize;
}

.videoSection .overlay_hg .hg_text h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #21d987;
  margin: 0 auto;
}

.videoSection .overlay_hg .hg_text p {
  color: #fff;
  margin: 30px 0;
  font-family: "Oswald", sans-serif !important;
}

.videoSection .overlay_hg .video_controls {
  text-align: center;
}

.videoSection .overlay_hg .video_controls .play_btn {
  position: relative;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: black;
  cursor: pointer;
  z-index: 3;
}

.videoSection .overlay_hg .video_controls .play_btn img {
  width: 25px;
  position: relative;
  z-index: 4;
  pointer-events: none;
}

.videoSection .overlay_hg .video_controls .play_btn img.blured {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  opacity: 0.3;
}

.videoSection .overlay_hg .video_controls h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .videoSection {
    height: 450px;
  }
  .videoSection .overlay_hg {
    width: 80%;
    min-width: 280px;
    padding: 0px;
  }
  .videoSection .overlay_hg .hg_text h2 {
    font-size: 3.2rem;
  }
  .videoSection .overlay_hg .hg_text p {
    font-size: 0.9rem;
  }
}

.video_wrapper_2 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-height: 0;
  max-height: 0;
  min-width: 0;
  max-width: 0;
  background: rgba(0, 0, 0, 0.452);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.video_wrapper_2 iframe {
  opacity: 0;
}

.video_wrapper_2.active_video {
  top: 0;
  left: 0;
  min-height: 100vh;
  min-width: 100%;
  z-index: 5051;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video_wrapper_2.active_video iframe {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  opacity: 1;
  height: 70vh;
  width: 100%;
}

.video_wrapper_2 .close {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.video_wrapper_2 .close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  top: 50%;
  left: 50%;
}

.video_wrapper_2 .close span._1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.video_wrapper_2 .close span._2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */