@charset "utf-8";
header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #000;
  height: 100px;
  color: #fff; }
@media (max-width: 1199px) {
  header {
    height: 75px; } }
@media (max-width: 767px) {
  header {
    height: 55px; } }
header .inner {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -5px; }
  header .inner .left {
    float: left; }
    header .inner .left .logo img {
      max-height: 60px;
      padding: 20px 0px;
      margin-bottom: -5px; }
    @media (max-width: 1199px) {
      header .inner .left .logo img {
        max-height: 45px;
        padding: 15px 0px; } }
  @media (max-width: 767px) {
    header .inner .left .logo img {
      max-height: 35px;
      padding: 10px 0px; } }
  header .inner .right {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%); }
    header .inner .right .menu-btn {
      display: none; }
    @media (max-width: 899px) {
      header .inner .right .menu-btn {
        display: block;
        float: right;
        line-height: 35px;
        margin-left: 25px;
        font-size: 18px; }
        header .inner .right .menu-btn i {
          margin-left: 10px;
          font-size: 16px; } }
  @media (max-width: 499px) {
    header .inner .right .menu-btn {
      float: left; } }
  header .inner .right nav {
    float: left;
    padding-right: 20px; }
  @media (max-width: 899px) {
    header .inner .right nav {
      position: absolute;
      padding: 0;
      bottom: 70px;
      right: -1.5vw;
      float: none;
      text-align: right; } }
@media (max-width: 767px) {
  header .inner .right nav {
    bottom: 50px; } }
header .inner .right nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
@media (max-width: 899px) {
  header .inner .right nav ul {
    transition: 0.5s;
    transform: translateX(175px); } }
header .inner .right nav li {
  display: inline-block; }
@media (max-width: 899px) {
  header .inner .right nav li {
    display: block; } }
header .inner .right nav li.active a {
  background: none !important; }
@media (max-width: 1199px) {
  header .inner .right nav li.active a {
    background: #000 !important; } }
header .inner .right nav li:hover a {
  background: #111; }
header .inner .right nav a {
  display: block;
  color: inherit;
  padding: 0 15px;
  letter-spacing: 1px;
  font-style: italic;
  transition: 0.3s;
  line-height: 35px;
  border-radius: 5px; }
@media (max-width: 1199px) {
  header .inner .right nav a {
    font-size: 14px;
    padding: 0 10px; } }
@media (max-width: 899px) {
  header .inner .right nav a {
    font-size: 18px;
    background: #000;
    border-radius: 0;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
    margin-bottom: 10px; } }
header .inner .right .contact-buttons {
  float: left; }
@media (max-width: 500px) {
  header .inner .right .contact-buttons {
    display: none; } }
header .inner .right .contact-buttons .contact-button {
  display: inline-block;
  margin: 0; }
  header .inner .right .contact-buttons .contact-button i {
    line-height: 25px;
    width: 25px;
    margin: 3px 3px;
    border: solid 2px #ffffff;
    background: #fff;
    font-size: 14px;
    border-radius: 100px;
    color: #000;
    transition: 0.3s;
    cursor: pointer; }
  @media (max-width: 1199px) {
    header .inner .right .contact-buttons .contact-button i {
      line-height: 20px;
      width: 20px;
      margin: 5px 3px;
      font-size: 12px; } }
  header .inner .right .contact-buttons .contact-button i:hover {
    background: #1b2354;
    color: #fff; }

.main-block .overlay-menu {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 1;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  z-index: 1; }
  .main-block .overlay-menu div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: 0.5s; }

.menuStick header .inner .right nav {
  bottom: auto;
  top: 70px; }
@media (max-width: 767px) {
  .menuStick header .inner .right nav {
    top: 60px; } }

.open-menu header .inner .right nav ul {
  transform: translateX(0); }

.open-menu.menuStick .main-block .overlay-menu {
  height: 100%;
  transition-delay: 0s; }
  .open-menu.menuStick .main-block .overlay-menu div {
    background: rgba(255, 255, 255, 0.9); }

.contact-details {
  z-index: 2000;
  height: 0;
  overflow: hidden;
  top: 0;
  transition-delay: 0.5s;
  position: fixed;
  width: 100%; }
  .contact-details .overlay {
    background: rgba(255, 255, 255, 0.95);
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100vh; }
    .contact-details .overlay .custom {
      top: 45%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .contact-details .overlay .custom {
        transform: translateY(-50%);
        left: 5%;
        width: 90%; } }
    .contact-details .overlay .custom p {
      display: none;
      margin: 0;
      font-size: 26px;
      transition: 0.3s;
      line-height: 50px;
      padding: 0 30px;
      cursor: pointer;
      color: #000;
      font-weight: 600; }
      .contact-details .overlay .custom p:hover {
        transform: scale(1.1); }
      .contact-details .overlay .custom p a {
        color: inherit; }
    .contact-details .overlay .custom.phone-numbers p:nth-child(even) {
      color: #000;
      margin-bottom: 5vh; }
    .contact-details .overlay .custom.phone-numbers p:nth-child(odd) {
      line-height: 25px;
      font-size: 22px; }
      .contact-details .overlay .custom.phone-numbers p:nth-child(odd):hover {
        transform: none; }
    .contact-details .overlay .custom.phone-numbers p:last-child {
      margin-bottom: 0; }

.conpop1, .conpop2, .conpop3, .conpop4, .conpop5 {
  overflow: hidden; }
  .conpop1 .contact-details, .conpop2 .contact-details, .conpop3 .contact-details, .conpop4 .contact-details, .conpop5 .contact-details {
    height: 100vh;
    transition-delay: 0s; }
    .conpop1 .contact-details .overlay, .conpop2 .contact-details .overlay, .conpop3 .contact-details .overlay, .conpop4 .contact-details .overlay, .conpop5 .contact-details .overlay {
      opacity: 1; }

.conpop1 .contact-details .overlay .custom.phone-numbers p, .conpop2 .contact-details .overlay .custom.all-contacts p:nth-child(1), .conpop3 .contact-details .overlay .custom.all-contacts p:nth-child(2), .conpop4 .contact-details .overlay .custom.all-contacts p:nth-child(3), .conpop5 .contact-details .overlay .custom.all-contacts p:nth-child(4) {
  display: block; }

.menuStick header {
  position: fixed; }

.contact-button.contact-button-3 {
  display: none !important; }
