@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');

body, html {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.logo_woxlink {
  max-width: 100%;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

header {
  background: url('../images/bg4.png') no-repeat top right, linear-gradient(249deg, rgba(0, 255, 255, 0.20) 6.07%, rgba(0, 0, 0, 0.00) 42.9%), linear-gradient(113deg, rgba(60, 5, 180, 0.50) 19.13%, rgba(4, 1, 11, 0.02) 54.48%, rgba(0, 0, 0, 0.00) 54.49%), linear-gradient(180deg, rgba(6, 26, 45, 0.21) 0%, #061A2D 99.16%), url(<path-to-image>), lightgray 50% / cover no-repeat;
  background-size: cover;
}

.custom_offcanvas-menu {
  width: 100% !important;
  top: 120px !important;
  height: calc(100% - 120px);
}

.closeMenu .closeMenuIcon {
  display: none;
}

.closeMenu .openMenuIcon {
  display: block;
}

.openMenu .openMenuIcon {
  display: none;
}

.openMenu .closeMenuIcon {
  display: block;
}

.custom_offcanvas-menu .offcanvas-body {
  padding: 55px 32px;
}

hr {
  margin: 16px 0;
  color: inherit;
  background-color: #E1E1E1;
}

p {
  margin-bottom: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}



.custom_offcanvas-menu .mod-menu {
  display: flex;
  flex-flow: column;
}

.custom_offcanvas-menu .mod-menu a {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #4A5D6D;
  margin-bottom: 12px;
}

.custom_offcanvas-menu h3 {
  color: #08131C;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.menu-column {
  padding-right: 64px;
}

header .img-header img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  top: 130px;
}

.text-header-contacts {
  padding: 85px 0 100px 0;
}

.text-header-contacts h1 {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 32px;
}

.text-header-contacts-2 {
  padding-bottom: 100px;
}

.text-header-contacts-2 h2 {
  color: #FFF;
  font-family: Jost, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%; /* 79.36px */
  text-transform: uppercase;
  margin-bottom: 32px;
}

.text-header-contacts-2 p {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 32px;
}

.text-header-contacts-2 .d-flex.align-items-center {
  margin-bottom: 32px;
}

.text-header-contacts-2 .d-flex.align-items-center a {
  margin-right: 24px;
}

.text-header-contacts-2 .col-12.col-lg-6:nth-child(2) {
  padding-left: 150px;
}

.text-header-contacts-2 .col-12.col-lg-6:nth-child(1) > div:last-child img {
  align-self: baseline;
  margin-right: 32px;
  margin-top: 16px;
}

.text-header-contacts-2 .col-12.col-lg-6:nth-child(1) > div:last-child p {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

footer {
  background: #02192D;
}

footer .big-footer-mod-1 {
  padding-right: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.50);
}

footer .big-footer-mod-1 img {
  margin-bottom: 32px;
}

footer .big-footer-mod-1 p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 164%;
  margin-bottom: 32px;
}

footer .big-footer-mod-1 a {
  margin-right: 24px;
}

footer .col-3 {
  height: auto;
}

footer .col-3:nth-child(1) {
  padding-right: 0;
}

footer .col-3:not(:nth-child(1)) {
  padding-left: 64px;
}

footer h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 32px;
}

footer ul {
  display: flex;
  flex-flow: column;

}

footer ul li {
  margin-bottom: 16px;
}

footer ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer ul a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}

footer .mod-custom a:hover svg path {
  fill-opacity: 1;
}

footer .hr {
  margin: 64px 0;
  color: inherit;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.50);
  height: 1px;
}

footer .horizontal-footer-menu ul {
  display: flex;
  flex-flow: row wrap;
}

footer .horizontal-footer-menu ul li {
  margin-bottom: 0;
  margin-right: 24px;
}

.text_copyright {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

footer .text_copyright li {
  margin-bottom: 0;
}

footer .text_copyright li a {
  color: rgba(255, 255, 255, 0.50);
}

footer .text_copyright li a:hover {
  color: #fff;
}

footer .all-items ul li:nth-child(1) {
  display: none;
}

footer .dropdown-language-horizontal {
  position: relative;
  border-radius: 8px;
  padding: 4px 8px;
  z-index: 10;
  display: flex;
  align-items: center;
}

footer .dropdown-language-horizontal .trigger-btn {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

footer .dropdown-language-horizontal .lans-block {
  position: absolute;
  z-index: 1;
  opacity: 0;
  right: 100%;
  display: flex;
  transform: translateX(100%);
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .lans-block {
  display: flex;
  opacity: 1;
  transform: translateX(0%);
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .lans-block a {
  color: rgba(255, 255, 255, 0.5);
}

footer .dropdown-language-horizontal .trigger-btn svg:nth-child(1) {
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal.show .trigger-btn svg:nth-child(1) {
  transform: rotate(180deg) !important;
  transition: all 0.1s ease;
}

footer .dropdown-language-horizontal ul {
  display: flex;
  flex-flow: row;
  align-items: center;
}

footer .dropdown-language-horizontal ul li.lang-active a {
  color: #fff !important;
  font-weight: 500;
}

footer .dropdown-language-horizontal ul li {
  margin: 0 32px 0 0;
  padding: 0 !important;
}

footer .dropdown-language-horizontal ul li.lang-active {
  background-color: transparent !important; 
}

footer .dropdown-language-horizontal ul li a {
  padding: 0 !important;
}


@media screen and (max-width: 1400px) {
  .text-header-contacts h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 1200px) {
  .text-header-contacts h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 992px) {
  .text-header-contacts h1 {
    font-size: 44px;
  }
  .big-footer-col-1 {
    margin-bottom: 50px;
  }
  .text-header-contacts-2 .col-12.col-lg-6:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .text-header-contacts h1 {
    font-size: 44px;
  }
  .menu-column {
    padding-top: 32px;
  }
  .big-footer-col {
    padding-top: 32px;
  }
  .big-footer-col-1 {
    margin-bottom: 0px;
  }

  .dropdown-language-horizontal-block {
    padding-top: 32px;
  }
  footer .big-footer-mod-1 {
    padding-right: 64px;
    border-right: 0;
  }
  .logo_woxlink {
    width: 135px !important;
  }
  .text-header-contacts {
    padding: 85px 0 60px 0 !important;
  }
  .text-header-contacts-2 h2 {
    font-size: 48px !important;
    line-height: 114% !important;
  }
  .text-header-contacts-2 .col-12.col-lg-6:nth-child(1) > div:last-child p {
    font-size: 28px !important;
    line-height: 150% !important;
  }
  .text-header-contacts-2 {
    padding-bottom: 1px !important;
  }
}

@media screen and (max-width: 576px) {
}