@font-face {
  font-family: InterstateceBlack;
  src: url("fonts/subset-interstatece-black-webfont.eot");
  src: url("fonts/subset-interstatece-black-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/subset-interstatece-black-webfont.svg") format("svg"),
    url("fonts/subset-interstatece-black-webfont.ttf") format("truetype"),
    url("fonts/subset-interstatece-black-webfont.woff") format("woff"),
    url("fonts/subset-interstatece-black-webfont.woff2") format("woff2");
}

@font-face {
  font-family: InterstateceBold;
  src: url("fonts/subset-interstatece-bold-webfont.eot");
  src: url("fonts/subset-interstatece-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/subset-interstatece-bold-webfont.svg") format("svg"),
    url("fonts/subset-interstatece-bold-webfont.ttf") format("truetype"),
    url("fonts/subset-interstatece-bold-webfont.woff") format("woff"),
    url("fonts/subset-interstatece-bold-webfont.woff2") format("woff2");
}

@font-face {
  font-family: InterstateceLight;
  src: url("fonts/subset-interstatece-light-webfont.eot");
  src: url("fonts/subset-interstatece-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/subset-interstatece-light-webfont.svg") format("svg"),
    url("fonts/subset-interstatece-light-webfont.ttf") format("truetype"),
    url("fonts/subset-interstatece-light-webfont.woff") format("woff"),
    url("fonts/subset-interstatece-light-webfont.woff2") format("woff2");
}

@font-face {
  font-family: InterstateceRegular;
  src: url("fonts/subset-interstatece-regular-webfont.eot");
  src: url("fonts/subset-interstatece-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/subset-interstatece-regular-webfont.svg") format("svg"),
    url("fonts/subset-interstatece-regular-webfont.ttf") format("truetype"),
    url("fonts/subset-interstatece-regular-webfont.woff") format("woff"),
    url("fonts/subset-interstatece-regular-webfont.woff2") format("woff2");
}
body {
  background-color: #002160;
}

.sb-input {
  color: black;
}

.title-container {
  position: absolute;
  top: 24%;
  left: 60%;
  transform: translateX(-50%);
  width: 223px;
  background-image: linear-gradient(to bottom, #0097da, #004e8f);
  color: #fff;
  padding: 15px 26px 18px 26px;
  text-align: left;
  letter-spacing: 0.02em;
  margin: 0 auto;
  font-family: InterstateceRegular, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .title-container {
    top: 20.5%;
    left: 50%;
    width: 577px;
    padding: 30px 52px 36px 52px;
  }
}

@media screen and (min-width: 1200px) {
  .title-container {
    top: 19.8%;
    left: 56.3%;
    width: 446px;
    padding: 30px 52px 36px 52px;
    transform: none;
    -ms-animation: apla 1s;
    animation: apla 1s;
  }
}

.title-h1 {
  color: #fff;
  font-size: 25px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .title-h1 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .title-h1 {
    font-size: 35px;
  }
}

.title-text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 200;
  margin-top: 15px;
  font-family: InterstateceLight, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .title-text {
    font-size: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .title-text {
    font-size: 22px;
  }
}

.title-button {
  background-color: #f18608;
  color: #fff;
  position: absolute;
  bottom: -8px;
  right: 10px;
  height: 18px;
  width: 104px;
  border: none;
  font-size: 12px;
  font-family: InterstateceRegular, Helvetica, Arial, sans-serif;
  text-align: center;
  padding-top: 3px;
}

.title-button:hover,
.title-button:active,
.title-button:focus {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .title-button {
    bottom: -13px;
    right: 34px;
    height: 36px;
    width: 208px;
    font-size: 24px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1100px) {
  .container {
    max-width: none;
  }
}

.main-txt {
  font-size: 12px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .main-txt {
    font-size: 24px;
    margin-top: 30px;

  }
}

@media screen and (min-width: 1200px) {
  .main-txt {
    font-size: 17px;
  }
}

.anchor {
  width: 27px;
  height: 15px;
  margin: 0 auto;
  position: absolute;
  bottom: 31%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .anchor {
    bottom: 35%;
    width: 54px;
    height: 31px;
  }
}

@media screen and (min-width: 1200px) {
  .anchor {
    display: flex;
    align-items: center;
    min-width: 220px;
    font-size: 24px;
    color: #16ADEF;
    bottom: 2.22%;
  }
}

.anchor img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .anchor img {
    transform: rotate(-90deg);
    height: 14px;
    width: auto;
  }
}

.anchor p {
  display: none;
}

@media screen and (min-width: 1200px) {
  .anchor p {
    padding-right: 20px;
    display: block;
  }
}

.anchor--up {
  bottom: 25px;
}

@media screen and (min-width: 768px) {
  .anchor--up {
    bottom: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .anchor--up {
    bottom: 2.2%;
  }
}

@media screen and (min-width: 1200px) {
  .anchor--up img {
      transform: none;
  }
}

.bgnd-2 .anchor,
.bgnd-3 .anchor {
  display: none;
}

@media screen and (min-width: 1200px) {
  .bgnd-2 .anchor,
  .bgnd-3 .anchor {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .anchor.mobile {
    display: none;
  }
}

.anchor.desktop {
    display: none;
}

@media screen and (min-width: 1200px) {
  .anchor.desktop {
    display: flex;
  }
}



header {
  display: block;
  font-weight: 200;
}

.c-logobar {
  background-image: linear-gradient(to bottom, #0097da, #004e8f);
  color: #fff;
  height: 45px;
  clear: both;
  position: fixed;
  width: 100%;
  top: 25px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .c-logobar {
    height: 65px;
  }
}

.c-logobar__con {
  width: calc(100% - 80px);
  padding: 0 5%;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-logobar__con {
    width: calc(100% - 144px);
  }
}

@media screen and (min-width: 1200px) {
  .c-logobar__con {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
  }
}

.c-logobar__logo img {
  margin-top: 15px;
  max-width: 100%;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .c-logobar__logo img {
    width: 200px;
  }
}

.c-logobar__logo--right {
  float: right;
  margin-top: 12px;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .c-logobar__logo--right {
    width: 95px;
  }
}

@media screen and (max-width: 1100px) {
  .c-logobar__logo img {
    margin-left: 0;
  }
}

.hamburger {
  display: flex;
  align-items: center;
  padding: 0 13px;
  font-size: 8px;
  height: 100%;
  background-color: #031335;
  width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
  text-align: left;
  transition: width 0.3s;
}

@media screen and (min-width: 768px) {
  .hamburger {
    width: 144px;
    font-size: 16px;
    padding: 0 26px;
  }
}

@media screen and (min-width: 1200px) {
  .hamburger {
    width: 144px;
    height: 77px;
    top: 65px;
    opacity: 0;
    -ms-animation: menu 1s;
    -ms-animation-delay: 1s;
    -ms-animation-fill-mode: forwards;
    animation: menu 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
}

.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 1px;
  background-color:white;
  display: none;
  /* opacity: 0; */
  /* transition: opacity 0.3s; */
  transition-delay: 0.3s;
}

.hamburger.is-open:before,
.hamburger.is-open:after {
  /* opacity: 1; */
  display: block;
}

.hamburger.is-open:before {
  transform: rotate(45deg);
  right: 12px;
}

.hamburger.is-open:after {
  transform: rotate(-45deg);
  right: 12px;
}

@media screen and (min-width: 768px) {
  .hamburger:before,
  .hamburger:after {
    width: 29px;
  }

  .hamburger.is-open:before {
    right: 30px;
  }

  .hamburger.is-open:after {
    right: 30px;
  }
}

.hamburger.is-open p,
.hamburger.is-open .hamburger__icon {
  display: none;
}

.hamburger.is-open {
  width: 45px;
}

@media screen and (min-width: 768px) {
  .hamburger.is-open {
    width: 90px;
  }
}

.hamburger.is-open .hamburger__nav {
  opacity: 1;
}

.hamburger__icon {
  width: 18px;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .hamburger__icon {
    width: 36px;
    margin-left: 10px;
  }
}

.hamburger__nav {
  position: absolute;
  right: 0;
  bottom: -110px;
  width: 180px;
  height: 110px;
  /* height: 210px; */
  background-color: #031335;
  padding: 10px 16px 12px 16px;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .hamburger__nav {
    width: 360px;
    height: 220px;
    padding: 20px 32px 24px 32px;
    bottom: -220px;
  }
}

.hamburger__nav li {
  border-bottom: 1px solid #093082;
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 0;
  letter-spacing: 0.3px;
  font-family: Segoe UI;
  position: relative;
}

@media screen and (min-width: 768px) {
  .hamburger__nav li {
    font-size: 20px;
    padding: 10px 0;
  }
}

.hamburger__nav li:nth-of-type(4),
.hamburger__nav li:nth-of-type(5),
.hamburger__nav li:nth-of-type(8) {
  border: none;
}

.hamburger__nav li:nth-of-type(5):after {
  display: none;
}

.hamburger__nav li:nth-of-type(6):after,
.hamburger__nav li:nth-of-type(7):after,
.hamburger__nav li:nth-of-type(8):after {
  transform: rotate(-90deg);
}

.hamburger__nav li:nth-of-type(5) {
  color: #16ADEF;
  font-size: 8px;
  padding: 10px 0;
  cursor: initial;
}

@media screen and (min-width: 768px) {
  .hamburger__nav li:nth-of-type(5) {
    font-size: 16px;
    padding: 20px 0;
  }
}

.hamburger__nav li a {
  width: 100%;
  height: 100%;
  display: block;
}

.hamburger__nav li:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/arrow-new.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  background-size: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .hamburger__nav li:after {
    width: 17px;
    height: 10px;
  }
}

.hamburger__nav li.active:after {
  display: none;
}

.hamburger__nav li.active a {
  color: #16ADEF;
}

.hamburger__nav.clickable {
  pointer-events: initial;
}

li.info-item {
  border: none;
  font-size: 16px;
  padding: 2px 0 2px 20px;
}

li.info-item:after {
  display: none;
}

footer {
  width: 100%;
  background-color: #333333;
  color: #fff;
  clear: both;
  overflow: hidden;
  font-weight: 200;
  position: relative;
}

footer .footer_con__top {
  border-bottom: solid 1px #fff;
  margin: 20px 0;
  overflow: hidden;
  font-size: 16px;
}

footer .footer_con__top ul {
  float: left;
  margin-bottom: 20px;
}

footer .footer_con ul li {
  float: left;
  margin-right: 15px;
}

footer .footer_con ul li:after {
  content: "|";
  margin-left: 15px;
}

footer .footer_con ul li:last-of-type:after {
  content: "";
}

footer .footer_con ul li a {
  color: #fff;
  text-decoration: none;
}

footer .footer_con__social {
  float: right;
  padding-bottom: 20px;
}

footer .footer_con .i-yt,
footer .footer_con .i-tw {
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-left: 20px;
}

footer .footer_con .i-yt {
  background: url(../img/youtube.png) center center no-repeat;
  height: 13px;
}

footer .footer_con .i-tw {
  background: url(../img/twitter.png) center center no-repeat;
}

footer .footer_con__bottom {
  clear: both;
  padding: 10px 0;
  overflow: hidden;
  font-size: 14px;
}

footer .footer_con__logo {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

footer .footer_con__bottom ul {
  margin-top: 10px;
}

footer .footer_con__bottom ul li a {
  text-decoration: underline;
  font-weight: 100;
}

@media screen and (max-width: 1100px) {
  footer .footer_con__top {
    border-bottom: 0;
    padding: 0;
    margin: 10px 0 0;
  }

  footer .footer_con__top ul {
    float: none;
  }

  footer .footer_con__top ul li {
    float: none;
    width: 100%;
    border-bottom: solid 1px #fff;
    font-size: 14px;
    padding: 12px 0;
  }

  footer .footer_con__top ul li:after {
    content: ">";
    float: right;
    font-size: 10px;
  }

  footer .footer_con__bottom {
    font-size: 11px;
    line-height: 15px;
  }

  footer .footer_con__logo {
    margin-right: 10px;
    margin-bottom: 60px;
    width: 40px;
  }

  footer .footer_con__bottom ul li {
    float: none;
  }

  footer .footer_con__bottom ul li:after {
    content: "";
  }
}

.content {
  margin: 4rem 0;
}

@media screen and (max-width: 1200px) {
  .content {
    margin: 3rem 0;
  }
}

@media screen and (max-width: 480px) {
  .content {
    margin: 2rem 0;
  }
}

.s-nav {
  
}

.text-container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0px 10% 40px;
  font-family: InterstateceRegular, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .text-container {
    padding: 0px 10% 0px;
  }
}

@media screen and (min-width: 1201px) {
  .text-container {
    padding: 60px 10% 0px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 768px) {
  .text-container {
    padding: 100px 10% 0px;
  }
}

/* @media screen and (max-width: 1199px) {
  .bgnd .container {
    padding: 20px 0 0px;
    max-width: 85%;
  }

  header+.bgnd {
    height: 400px;
    padding: 0;
    background-size: cover;
  }
} */

/* @-webkit-keyframes grad_anim {
  0% {
    left: -100px;
  }

  30% {
    left: 99px;
  }

  100% {
    left: 100px;
  }
} */

footer .footer_con__social {
  margin-right: 20px;
}


#head .top-bar--fixed {
  position: fixed;
}

.iframe-container {
  width: 90%;
  height: 195px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
}

@media screen and (min-width: 768px) {
  .iframe-container {
    height: 395px;
     max-height: none;
     top: 107px;
  }
}

@media screen and (min-width: 1200px) {
  .iframe-container {
    height: 680px;
    max-width: 1400px;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 0 5%;
  }
}

.iframe {
  width: 100%;
  height: 100%;
}

.text-title {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-family: InterstateceRegular, Helvetica, Arial, sans-serif;
}

.text-subtitle {
  padding-top: 10px;
  font-size: 15px;
  font-weight: normal;
  color: #92d1f2;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1;
  font-family: InterstateceRegular, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .text-title {
    font-size: 60px;
  }

  .text-subtitle {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 50px;
  }
}

.bgnd {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .bgnd {
    background-position: center;
    background-size: auto;
    /* height: calc(100vh - 89px);
    min-height: 800px; */
  }
}

@media screen and (min-width: 1200px) and (min-height: 850px) {
  .bgnd {
    height: calc(100vh - 89px);
    min-height: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .bgnd {
    background-size: 100% auto;
    background-position: top;
  }
}

.bgnd.bgnd-1 {
  background-image: url(../img/-e-g_tlo.jpg);
  /* background-position: 50% 65px; */
  position: relative;
  padding-bottom: 250%;
  margin-top: 65px;
}

.bgnd-2 {
  position: absolute;
  /* top: 23%; */
  bottom: 68.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
}

.bgnd.bgnd-3 {
  background-image: url(../img/-e-150_tlo.jpg);
  padding-bottom: 186.5%;
}

.bgnd.bgnd-4 {
  background-image: url(../img/-e-p_tlo.jpg);
  padding-bottom: 241%;
}

@media screen and (min-width: 1200px) {
  .bgnd.bgnd-1 {
    background-image: url(../img/_gora.png);
    margin-top: 90px;
    padding-bottom: 51%;
  }

  .bgnd-2 {
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 0;
    padding-top: 0px;
  }

  .bgnd.bgnd-3 {
    padding-bottom: 234px;
    background-image: url(../img/_citi.png);
  }

  .bgnd.bgnd-4 {
    padding-bottom: 110px;
    background-image: url(../img/_prezes.png);
    background-position: top;
  }
}

@media screen and (min-width: 1200px) and (min-height: 850px) {
  .bgnd.bgnd-1 {
    padding-bottom: 0;
  }

  .bgnd-2 {
    height: calc(100vh - 89px);
    min-height: 800px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .bgnd.bgnd-1 {
    background-position: center;
  }

  .bgnd.bgnd-3 {
    padding-bottom: 235px;
  }
}

@media screen and (min-width: 1200px) {
  .background {
    background-image: url(../img/tlo.jpg);
    background-repeat: no-repeat;
    position: fixed;
    padding-bottom: 56.25%;
    top: 90px;
    background-position: center;
    background-size: auto;
    height: calc(100vh - 89px);
    min-height: 800px;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 1920px) {
  .background {
    background-size: 100% 100%;
  }
}

.text-container {
  position: absolute;
  top: -130px;
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  .text-container {
    top: -230px;
  }
}

@media screen and (min-width: 1024px) and (min-height: 900px) {
  .text-container {
    top: -330px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 768px) {
  .text-container {
    top: -250px;
  }
}

.content-container {
  position: relative;
}

.wrapper--3,
.wrapper--4 {
  position: absolute;
  bottom: 9.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background-color: #000F44;
  background-size: 100% 100%;
  opacity: 0.9;
  padding: 26px 25px 50px 25px;
  max-width: 584px;
}

@media screen and (min-width: 768px) {
  .wrapper--3,
  .wrapper--4 {
    max-width: 650px;
    padding: 52px 45px 100px 45px;
    bottom: unset;
    top: 17.13%;
  }
}

.wrapper--4 {
  bottom: 5.5%;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .wrapper--4 {
    bottom: unset;
    top: 30.9%;
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper--4 {
    bottom: unset;
    top: 30.9%;
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper--3,
  .wrapper--4 {
    left: 0;
    top: -1px;
    transform: none;
    animation: apla-text 1s;
    display: none;
    position: relative;
    max-width: 584px;
  }
}

.wrapper--3:before,
.wrapper--4:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  background-image: url(../img/l.png);
  background-size: 100% 100%;
  width: 12px;
  height: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .wrapper--3:before,
  .wrapper--4:before {
    left: -24px;
    width: 24px;
  }
}

.wrapper--3:after,
.wrapper--4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: -12px;
  background-image: url(../img/d.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 48%;
  height: 12px;
  background-blend-mode: soft-light;
}

@media screen and (min-width: 768px) {
  .wrapper--3:after,
  .wrapper--4:after {
    left: -24px;
    bottom: -24px;
    height: 24px;
  }
}

.content-header {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .content-header {
    margin-bottom: 60px;
  }
}

.content-header h2 {
  align-self: flex-end;
  font-weight: normal;
  font-size: 20px;
  font-family: InterstateceRegular, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  .content-header h2 {
    margin-left: 58px;
    font-size: 40px;
    max-width: 260px;
  }
}

.content-img {
  max-height: 108px;
}

@media screen and (min-width: 768px) {
  .content-img {
    max-height: 216px;
    width: 146px;
  }
}

.content-img img {
  height: 100%;
}

.dekor {
  background-image: url(../img/-e-kreski.png);
  height: 165px;
  width: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .dekor {
    height: 329px;
    width: 298px;
    top: -160px;
  }
}

  .dekor-container {
    display: none;
  }

@media screen and (min-width: 1200px) {
  .dekor-container {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 500px;
    width: 584px;
    top: 0;
    left: 0;
  }
}

.dekor--index {
  z-index: -10;
}

.wrapper--4 .dekor {
  top: -40px;
}

@media screen and (min-width: 768px) {
  .wrapper--4 .dekor {
    top: -80px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 5%;
}

@media screen and (max-width: 1100px) {
  .container {
    max-width: none;
  }
}

.id {
  position: absolute;
  top: -65px;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .id {
    top: -90px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  display: block;
  padding: 0 5%;
}

@media screen and (min-width: 1200px) {
  .container {
    position: relative;
  }
}

#head .top-bar {
  padding: 0;
}

@keyframes menu {
  0% {
    top: -200px;
    opacity: 1;
  }

  80% {
    top: 75px;
  }

  100% {
    top: 65px;
    opacity: 1;
  }
}

@keyframes apla {
  0% {
    top: -400px;
  }

  80% {
    top: 235px;
  }

  100% {
    top: 214px;
  }
}

@keyframes apla-text {
  0% {
    left: -900px;
  }

  100% {
    left: 0;
  }
}