@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}

.new-header{
    margin-bottom: 40px;
}
.new-header__top {
  background-color: #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.new-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-header__top-nav {
  margin-right: auto;
}
.new-header__top-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-header__top-nav > ul li {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 24px;
  position: relative;
}
.new-header__top-nav > ul li a {
  color: rgba(40, 40, 40, 0.7882352941);
  text-decoration: none;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
.new-header__top-nav > ul li:last-child {
  margin-right: 0;
}
.new-header__top-nav > ul li.menu-item-has-children {
  padding-right: 16px;
}
.new-header__top-nav > ul li.menu-item-has-children::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #2277C4;
  border-bottom: none;
  border-left: none;
  right: 0;
  top: calc(50% - 6px);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.new-header__top-nav > ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}
.new-header__top-nav > ul li ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1882352941);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 90%;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.new-header__top-nav > ul li ul li {
  width: 100%;
}
.new-header__top-nav > ul li ul li a {
  padding: 5px 15px;
  text-decoration: none;
  color: inherit;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-header__top-nav > ul li ul li a:hover {
  background-color: #EFEFEF;
  color: #2277C4;
}
.new-header__top-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-header__top-action a {
  font-weight: 600;
  color: rgba(40, 40, 40, 0.7882352941);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-header__top-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.new-header__top-socials a {
  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;
}
.new-header__top-socials span {
  margin-left: 4px;
  display: block;
  font-weight: 600;
  color: rgba(40, 40, 40, 0.7882352941);
}
.new-header__top-lang {
  position: relative;
}
.new-header__top-lang button {
  border: none;
  background-color: transparent;
  padding: 2px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}
.new-header__top-lang button::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 6px;
  height: 6px;
  border: 1px solid #2277C4;
  border-radius: 2px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.new-header__top-lang .lang-list {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1882352941);
  border-radius: 8px;
  top: 100%;
  right: 0;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.new-header__top-lang .lang-list.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.new-header__top-lang .lang-list a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: rgba(40, 40, 40, 0.7882352941);
  font-size: 14px;
  padding: 5px 10px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.new-header__top-lang .lang-list span {
    text-align: center;
    display: block;
}
.new-header__top-lang .lang-list a:hover {
  background-color: #EFEFEF;
  color: #2277C4;
}
.new-header__middle .container {
  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-top: 20px;
  padding-bottom: 20px;
}
.new-header__middle-title a {
  color: rgba(40, 40, 40, 0.7882352941);
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Geologica";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-header__middle-title a p {
  margin: 0;
}
.new-header__middle-title a .title-img {
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}
.new-header__middle-title a .title-img::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 1px;
  background-color: #282828;
  height: 24px;
  opacity: 0.3;
}
.new-header__middle-title a .title-text {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.new-header__middle-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 8px;
  justify-content: flex-end !important;
}
.new-header__bottom {
  background-color: #2277C4;
}
.new-header__bottom .container nav {
  display: block;
  width: 100%;
}
.new-header__bottom .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
.new-header__bottom .container nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-header__bottom .container nav ul li a {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  display: block;
  text-align: center;
  width: 100%;
  padding: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.new-header__bottom .container nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.0823529412);
}
.new-header__subinfo {
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(1, 1, 1, 0.15));
          filter: drop-shadow(0px 2px 4px rgba(1, 1, 1, 0.15));
  padding: 8px 0;
}
.new-header__subinfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.new-header__subinfo ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-header__subinfo ul li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.new-header__subinfo ul li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.new-header__subinfo ul li p {
  margin: 0;
  display: block;
  margin-right: 5px;
  color: rgba(40, 40, 40, 0.7882352941);
}
.new-header__subinfo ul li span {
  color: #FD6837;
  font-weight: 600;
  font-size: 14px;
}

.new-style__button {
  padding: 10px 20px !important;
  border-radius: 8px;
  border: 1px solid #2277C4;
  background-color: transparent;
  background-color: #2277C4;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.new-style__button.trans-button {
  border-color: rgba(34, 119, 196, 0.2823529412);
  background-color: #fff;
  color: rgba(40, 40, 40, 0.7882352941);
}
.new-style__button:hover {
  background-color: #1c63a5;
}
.new-style__button:hover.trans-button {
  color: #fff;
}

@media (max-width: 1024px) {
  .new-header__top-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-right: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .new-header__top-action > a:first-child svg {
    margin-right: 5px;
  }
}
@media (max-width: 920px) {
  .new-header__middle .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .new-header__middle-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-header__subinfo ul li {
    -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;
  }

  .new-header__subinfo ul li p {
    text-align: center;
  }
}
.new-header__middle-mobile-btn {
  display: none;
}

@media (max-width: 767px) {
  .new-header__top-nav {
    display: none;
  }
  .new-header__middle-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
  .new-header__middle-mobile-btn button {
    width: 40px !important;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    background-image: none !important;
    background: none !important;
  }
  .new-header__middle-mobile-btn button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #2277C4;
  }
  .new-header__middle-mobile-btn button span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #2277C4;
  }
  .new-header__middle-mobile-btn button::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 5px);
    width: 100%;
    height: 2px;
    background-color: #2277C4;
  }
  .new-header__top-action {
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .new-header__top-socials span {
    display: none;
  }
  .new-header__middle-actions {
    display: none;
  }
  .new-header__middle {
    -webkit-box-shadow: 0px 2px 4px rgba(170, 170, 170, 0.15);
            box-shadow: 0px 2px 4px rgba(170, 170, 170, 0.15);
  }
  .new-header__middle a .title-img {
    padding-right: 0;
    margin-right: 0;
  }
  .new-header__middle a .title-img::before {
    display: none;
  }
  .new-header__middle a .title-text {
    display: none;
  }
  .new-header__bottom {
    display: none;
  }
  .new-header__subinfo {
    display: none;
  }
}


@media(max-width:560px) {
    .new-header__middle-actions button {
        max-width: 140px !important;
        padding: 5px 10px !important;
        padding: 5px 10px !important;

    }
    .new-header__middle a .title-img svg {
        max-width: 140px;
        margin-right: 20px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media(max-width:1200px) {
    .new-header__middle-actions {
        align-items: flex-end !important;
    }
    .new-header__middle-actions button{
       font-size: 14px !important; 
       max-width: 170px;
       width: 100% !important;
       
    }

}