/* AJAX CUSTOM PRELOADER */
#win8_wrapper {
  display: none;
  background: rgba(249, 249, 249, 0.2);
  height: 100%;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.page-breadcrumbs {
  background-color: #f9f9f9;
  padding-top: 10px;
}

.windows8 {
  /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.windows8 .wBall {
  position: absolute;
  width: 47px;
  height: 47px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 3.3225s infinite;
  -o-animation: orbit 3.3225s infinite;
  -ms-animation: orbit 3.3225s infinite;
  -webkit-animation: orbit 3.3225s infinite;
  -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
  animation-delay: 0.726s;
  -o-animation-delay: 0.726s;
  -ms-animation-delay: 0.726s;
  -webkit-animation-delay: 0.726s;
  -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
  animation-delay: 0.143s;
  -o-animation-delay: 0.143s;
  -ms-animation-delay: 0.143s;
  -webkit-animation-delay: 0.143s;
  -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
  animation-delay: 0.2865s;
  -o-animation-delay: 0.2865s;
  -ms-animation-delay: 0.2865s;
  -webkit-animation-delay: 0.2865s;
  -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
  animation-delay: 0.4295s;
  -o-animation-delay: 0.4295s;
  -ms-animation-delay: 0.4295s;
  -webkit-animation-delay: 0.4295s;
  -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
  animation-delay: 0.583s;
  -o-animation-delay: 0.583s;
  -ms-animation-delay: 0.583s;
  -webkit-animation-delay: 0.583s;
  -moz-animation-delay: 0.583s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }

  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }

  76% {
    opacity: 0;
    transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }

  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }

  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }

  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }

  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }

  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }

  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}

/* AJAX CUSTOM PRELOADER END */

.goog-te-menu-frame {
  margin-left: -30px;
}

.header-flags {
  display: inline-block;
  background: #93b2bf;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 0px;
  margin-left: 3px;
  max-height: 32px;
  max-width: 105px;
  vertical-align: top;
}

.header-flags:before {
  margin-right: 0px !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
  font-size: 14px;
}

.header-flags div {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.goog-te-gadget-simple {
  padding: 0px;
  /* отступы от текста до рамки */
  border: none !important;
  -webkit-appearance: none;
  /* Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* убираем дефолнтные стрелочки */
  font-family: inherit;
  /* наследует от родителя */
  font-size: 1rem;
  color: #fff;
  background: #93b2bf !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child {
  color: #fff;
  display: block !important;
}

/* language */

.language {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.language__img {
  margin: 2px;
  cursor: pointer;
  opacity: 0.5;
}

.language__img:hover,
.language__img_active {
  opacity: 1;
}

/* content */

.content {
  text-align: center;
  margin: auto;
}

/** CUSTOMIZE */
header {
  background: #003949;
}

.main-header {
  border-bottom: none;
}

.main-footer {
  padding: 3rem 0;
  background: #202325;
}

header h1,
.main-footer h1 {
  color: #fff;
}

header .ta-right a {
  font-size: 14px;
  color: #fff;
}

.geo,
.tel,
.mess,
.social {
  position: relative;
}

.tel a,
.geo a,
.mess a,
.copy,
.fax a {
  color: #fff;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 10px;
  text-align: left;
  display: inline-block;
  float: right;
}

.search {
  padding: 7px 11px;
  background: #55acee;
  border-radius: 15px;
  margin-right: 0px;
}

.fax a {
  font-size: 16px;
  padding-left: 45px;
  padding-top: 7px;
}

.social {
  color: #fff;
  font-size: 12px;
  padding: 0 2px;
  text-align: right;
  display: inline-block;
  margin: auto;
}

.social div {
  display: inherit;
  padding-left: 32px;
}

.fb:before {
  content: url("img/fb.png");
  max-width: 30px;
  max-height: 30px;
  padding: 0px 2px;
}

.tw:before {
  content: url("img/tw.png");
  max-width: 30px;
  max-height: 30px;
  padding: 0px 2px;
}

.vk:before {
  content: url("img/vk_new.png");
  max-width: 30px;
  max-height: 30px;
  padding: 0px 2px;
}

.ok:before {
  content: url("img/ok.png");
  max-width: 30px;
  max-height: 30px;
  padding: 0px 2px;
}

.tel:after,
.geo:after,
.mess:after,
.fax:after {
  float: right;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
}

.tel:after {
  content: url("img/phone.png");
}

.geo:after {
  content: url("img/geo.png");
}

.mess:after {
  content: url("img/mess.png");
}

.fax:after {
  content: url("img/fax.png");
}

.copy {
  text-align: right;
}

.geo {
  float: left;
  padding-left: 35px;
  text-align: left;
  padding-right: unset;
  display: inline-flex;
}

.main-footer .contacts .geo {
  padding-left: 15px;
}

.main-footer .social div {
  display: inline-block;
}

.navigation_panel {
  background: #5d7d87db;
  position: inherit;
  width: 100%;
  z-index: 4;
}

.navigation_panel_fix {
  background: #5d7d87db;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.scroll {
  position: fixed;
  top: 0;
}

.shadow {
  -webkit-box-shadow: 0px 7px 17px -2px rgba(117, 117, 117, 1);
  -moz-box-shadow: 0px 7px 17px -2px rgba(117, 117, 117, 1);
  box-shadow: 0px 7px 17px -2px rgba(117, 117, 117, 1);
}

.order-header {
  background: #55acee;
  color: #fff;
  border-radius: 15px;
  /*
    padding-left: 15px;
    padding-right: 15px;
    margin: 17px auto;
    */
}

.order-header:hover {
  background: #55a8e6;
  color: #fff;
}

.contacts>div.col-xs-12:first-child {
  margin-bottom: 20px;
}

.nav-menu {
  z-index: 30;
}

/** TABS-START */
.tabs {
  clear: both;
  position: relative;
  margin: 0 auto;
  /* you can either manually set a min-height here or do it via JS ---> */
}

.tab {
  float: left;
}

.tab label {
  margin-right: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.tab h3.service-type__title {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
}

.tab [type="radio"] {
  display: none;
}

.tab__content {
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  opacity: 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

[type="radio"]~label {
  z-index: 2;
}

[type="radio"]:checked~label {
  border-bottom: 2px solid #0075a9;
  color: #0075a9;
  z-index: 2;
}

[type="radio"]:checked~label~.tab__content {
  z-index: 1;
  opacity: 1;
}

.tab__content .industry {
  margin-top: -70px;
}

/**  TABS-END  */
.home-industry {
  box-shadow: 0 70px 70px -5px rgba(0, 0, 0, 0.2) inset;
}

.footer-nav-menu {
  background-color: #e3e3e3;
  box-shadow: 0 30px 50px -5px #999999;
}

@media screen and (max-width: 425px) {
  .header-flags {
    margin-right: auto;
  }
}

.bw-card-2__img {
  height: 100%;
}

.bw-card-2__img img {
  max-height: 100%;
}

.bw-footer__menu-title {
  transition: 0.3s ease-in-out;
}

a.bw-footer__menu-title:hover {
  color: #2d81e9;
}

.bw-card-1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: grab;
}

.bw-card-1__img {
  height: 100%;
}

.bw-card-1__img img {}

.bw-card-1__description {
  height: 100%;
}

.bw-helpers__btns.bw-embla__buttons {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.bw-header__search input {
  box-sizing: border-box;
}

@media screen and (max-width: 425px) {
  body {
    padding-top: 0;
  }
}

.bw-mobile-menu__top.hidden {
  display: block !important;
}

.bw-mobile-menu__link--dropdown br {
  display: none;
}

.bw-mobile-menu__lvl-2-link {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.bw-mobile-menu__lvl-2-back {
  font-size: 16px;
}

.bw-header__pre-header-lang * {
  background-color: transparent !important;
  background: transparent !important;
  color: #fff !important;
}

.bw-header__pre-header-lang a>span:not(:first-child) {
  display: none;
}

.bw-header__pre-header-lang:after {
  content: "";
  display: none;
}

.bw-header__pre-header-lang .goog-te-gadget-simple::after {
  content: "";
  min-width: 24px;
  min-height: 24px;
  background-image: url(/local/templates/invest/newFront/styles/arrow-down.svg);
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.bw-header__pre-header-lang .goog-te-gadget-simple {
  display: flex;
  align-items: center;
}

.bw-header__menu-main-item--2:nth-child(n + 8) {
  grid-column-start: 2;
  grid-column: auto;
}

.bw-header__menu-main-item--2:nth-child(n + 16) {
  grid-column-start: 3;
}

.home-news__image img {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
}

.bw-header--detail .bw-header__pre-header-lang * {
  color: #303030 !important;
}

.bw-header--detail .bw-header__pre-header-lang .goog-te-gadget-simple::after {
  content: "";
  min-width: 24px;
  min-height: 24px;
  background-image: url(/local/templates/invest/newFront/styles/arrow-down-black.svg);
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.main-search__input,
.header-search__input::-webkit-input-placeholder {
  text-align: left;
}

.main-search__input,
.header-search__input {
  border: 1px solid #93b2bfe0;
  background: transparent;
}

.bx-breadcrumb {
  display: flex;
  align-items: center;
}

.bx-breadcrumb-item {
  display: flex;
  align-items: center;
  float: none;
}

.bw-header__menu-dropdown.show::before {
  content: "";
  width: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.bw-map-section__content-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
}

.bw-map-section__content-btn a {
  width: 100%;
}

.bw-footer__content-center__docs {
  column-gap: 30px;
  justify-content: right;
  grid-template-columns: repeat(2, auto);
}

@media (max-width: 1024px) {
  .bw-footer__content-center__docs {
    justify-content: left;
    grid-template-columns: repeat(1, auto);
  }
}

.bw-main-banner__title,
.bw-main-banner__text {
  max-width: 1200px;
  user-select: none;
}