@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');

body, html {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url('../images/back_fon.png') no-repeat, linear-gradient(288deg, #175DCD 0%, #082B64 46.88%, #072C66 100%);
  background-size: cover;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.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;
}

.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;
}

.social-link-footer .mod-custom {
  display: flex;
  align-items: center;
}

.social-link-footer .mod-custom a {
  margin-right: 24px;
}

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

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

.center-text-home-page h1 {
  color: #FFF;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 124%;
}

.center-text-home-page p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 64px;
}

.center-text-home-page div a {
  border-radius: 32px;
  height: 64px;
  text-align: center;
  min-width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 0 24px;
}

.center-text-home-page div a:nth-child(1) {
  background: #00C9EE;
  color: #001A41;
  margin-right: 32px;
}

.center-text-home-page div a:nth-child(2) {
  border: 1px solid #FFF;
  color: #001A41;
  color: #fff;
}

/* .img_center-home .img-block img:nth-child(1) {
  top: 50%;
  right: 215px;
  max-width: calc(100% - 202px);
  transform: translateY(-48%);
  z-index: 1;
  max-height: 628px;
} */

.img_center-home .img-block img:nth-child(1) {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}

.img_center-home .img-block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

/* .img_center-home .img-block img:nth-child(2) {
  position: absolute;
  z-index: 3;
  max-height: 100%;
  max-width: calc(100% - 132px);
  top: 50%;
  transform: translateY(-50%);
} */

header .dropdown-language {
  overflow: hidden;
  right: 20px;
  top: 43px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 8px;
  z-index: 10;
}

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

header .dropdown-language .lans-block {
  
  position: relative;
  z-index: 1;
  opacity: 0;
  display: flex;
  height: 0;
  transition: all 0.1s ease;
}

header .dropdown-language.show .lans-block {
  padding-top: 16px;
  position: relative;
  display: flex;
  opacity: 1;
  height: 100%;
  transition: all 0.1s ease;
}

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

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

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

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

header .dropdown-language ul li {
  margin: 0 0 8px 0;
  padding: 0 !important;
}

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

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


@media screen and (max-width: 1400px) {
  #menuHome {
    position: relative;
    right: 50px;
  }
}
.logo_woxlink {
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .center-text-home-page h1 {
    font-size: 58px;
    margin-bottom: 16px;
    line-height: 112%;
  }
  .center-text-home-page p {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .center-text-home-page div a {
    height: 54px;
    font-size: 18px;
  }
  .img_center-home .img-block img:nth-child(1) {
    /* left: 12%;
    right: auto; */
  }
}

@media screen and (max-width: 1200px) {
  .center-text-home-page h1 {
    font-size: 68px;
  }
}

@media screen and (max-width: 992px) {
  .center-text-home-page h1 {
    font-size: 48px;
  }
  .center-text-home-page p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .center-text-home-page h1 {
    font-size: 48px;
  }
  .center-text-home-page p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .center-text-home-page div a {
    height: 56px;
    min-width: 122px;
    align-items: center;
    font-size: 16px;
  }
  .menu-column {
    padding-top: 32px;
  }
  .logo_woxlink {
    width: 135px !important;
  }
}

@media screen and (max-width: 576px) {
  .center-text-home-page h1 {
    font-size: 48px;
  }
  .center-text-home-page p {
    font-size: 20px;
  }

  .social-link-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }
  .text_copyright-block {
    display: flex;
    justify-content: center;
  }
}