.containerLogo {
  min-width: 190px; }

.logo-ingin {
  position: relative;
  top: 7px;
  left: 7px;
  width: 150px; }

ul.main-menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0;
  background-color: #040717;
  -webkit-transition: height 300ms;
  transition: height 300ms ease;
  will-change: height;
  overflow: hidden; }
  ul.main-menu.main-menu--hidden {
    overflow: hidden; }
  ul.main-menu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    ul.main-menu li.item--active {
      background-color: rgba(230, 230, 230, 0.1); }
    ul.main-menu li a {
      display: block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.75rem;
      height: 74px;
      line-height: 74px;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      opacity: 1;
      -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      -moz-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      -ms-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
      transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms; }
      ul.main-menu li a:hover {
        background-color: rgba(230, 230, 230, 0.1);
        color: #fff; }

@media screen and (min-width: 768px) {
  ul.main-menu {
    top: 100px; } }

@media screen and (min-width: 1024px) {
  ul.main-menu {
    top: 120px; } }

.spinner {
  position: sticky;
  width: 100%;
  height: 3px;
  opacity: 1;
  background-color: #0bf3ff;
  overflow: hidden;
  z-index: 9;
  top: 0; }
  .spinner .bar {
    height: 3px;
    background-color: #00838A;
    position: absolute; }
  .spinner .bar1 {
    left: 50%;
    width: 10%;
    -webkit-animation: bar1 7s infinite linear;
    -moz-animation: bar1 7s infinite linear;
    -ms-animation: bar1 7s infinite linear;
    animation: bar1 7s infinite linear; }
  .spinner .bar2 {
    left: 0%;
    width: 0%;
    -webkit-animation: bar2 7s infinite;
    -moz-animation: bar2 7s infinite;
    -ms-animation: bar2 7s infinite;
    animation: bar2 7s infinite; }

@-webkit-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@-moz-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@-ms-keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@keyframes bar1 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 30%;
    left: 100%; }
  19.99% {
    width: 30%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  30% {
    width: 80%;
    left: 100%; }
  30.01% {
    width: 0%;
    left: 0%; }
  40% {
    width: 5%;
    left: 30%; }
  50% {
    width: 50%;
    left: 100%; }
  50.01% {
    width: 0%;
    left: 0%; }
  60% {
    width: 60%;
    left: 20%; }
  70% {
    width: 5%;
    left: 100%; }
  70.01% {
    width: 0%;
    left: 0%; }
  80% {
    width: 50%;
    left: 30%; }
  90% {
    width: 10%;
    left: 80%; }
  100% {
    width: 20%;
    left: 100%; } }

@-webkit-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

@-moz-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

@-ms-keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

@keyframes bar2 {
  0% {
    width: 0%;
    left: 0%; }
  10% {
    width: 60%; }
  19.99% {
    width: 40%;
    left: 100%; }
  20% {
    width: 0%;
    left: 0%; }
  25% {
    width: 10%;
    left: 10%; }
  30% {
    width: 40%;
    left: 30%; }
  40% {
    width: 60%;
    left: 100%; }
  40.01% {
    width: 0%;
    left: 0%; }
  50% {
    width: 10%;
    left: 40%; }
  60% {
    width: 30%;
    left: 100%; }
  60.01% {
    width: 0%;
    left: 0%; }
  70% {
    width: 10%;
    left: 40%; }
  80% {
    width: 5%;
    left: 100%; }
  80.01% {
    width: 0%;
    left: 0%; }
  90% {
    width: 70%;
    left: 10%; }
  100% {
    width: 10%;
    left: 100%; } }

header {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  header.flexHeader {
    display: flex;
    justify-content: space-between; }
  header button {
    width: 70px;
    height: 70px;
    background: transparent;
    border: none;
    position: relative;
    padding: 0;
    cursor: pointer; }
    header button span.label {
      font-size: 0;
      position: absolute;
      margin-top: -9999px; }
  header img {
    height: 70px;
    width: auto; }

.progressBar {
  position: sticky;
  display: block;
  top: 0px;
  height: 6px;
  background-color: #00e4f0;
  z-index: 9;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -ms-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
  will-change: width; }

@media screen and (min-width: 768px) {
  header {
    height: 100px; }
    header button {
      width: 100px;
      height: 100px; }
    header img {
      height: 100px;
      width: auto; } }

@media screen and (min-width: 1024px) {
  header {
    height: 120px; }
    header button {
      width: 120px;
      height: 120px; }
    header img {
      height: 120px;
      width: auto; } }

.btn.socialNetworkButton {
  position: relative;
  padding: 0;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .btn.socialNetworkButton:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .btn.socialNetworkButton:hover span {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .btn.socialNetworkButton span {
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
    .btn.socialNetworkButton span.explicitName {
      display: block;
      position: absolute;
      top: -9999px;
      font-size: 0px; }

.footer {
  background-color: #000412;
  color: #CCCCCC;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box; }
  .footer .row {
    margin: 1.5rem 0; }
  .footer section {
    display: inline-block;
    margin-bottom: 1rem;
    flex: 1; }
    .footer section.contacts {
      margin-bottom: 1.5rem; }
    .footer section strong {
      text-transform: uppercase;
      font-size: 1rem;
      position: relative; }
      .footer section strong:after {
        content: '';
        position: absolute;
        width: 38px;
        left: 0px;
        height: 0;
        border-top: 2px solid #00838A;
        bottom: -10px; }
    .footer section ul {
      margin-top: 10px;
      display: inline-block; }
      .footer section ul li {
        font-size: 0.90rem;
        margin-bottom: 6px;
        position: relative;
        padding-left: 12px; }
        .footer section ul li:before {
          content: '';
          position: absolute;
          top: 2px;
          left: 0;
          width: 8px;
          height: 14px;
          background: url("/static/img/double-chevron.svg") no-repeat;
          -webkit-background-size: 8px;
          background-size: 8px;
          background-position: left; }
        .footer section ul li a {
          font-size: inherit;
          text-decoration: none;
          color: inherit; }
          .footer section ul li a:hover {
            text-decoration: underline; }
    .footer section:first-of-type {
      flex: 2; }
  .footer .socialLink {
    text-align: center;
    padding: 5px; }
    .footer .socialLink img {
      margin: 0 0 2rem; }
    .footer .socialLink p {
      margin: 0.2rem auto;
      position: relative; }
      .footer .socialLink p:after {
        content: '';
        position: absolute;
        display: block;
        width: 45px;
        height: 0px;
        border-top: 2px solid #00838A;
        left: 50%;
        transform: translateX(-50%);
        bottom: -4px; }

.copyright {
  background-color: #000412;
  color: #CCCCCC;
  padding: 8px;
  display: block;
  position: relative;
  font-size: 0.8rem;
  text-transform: uppercase; }
  .copyright .copyright__container {
    width: 190px;
    margin: 0 auto;
    text-align: center; }

@media screen and (min-width: 768px) {
  .footer {
    flex-direction: row; }
    .footer section {
      min-width: 150px; }
      .footer section h4 {
        font-size: 0.8rem; } }

