* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 100%;
  max-width: 1324px;
  padding: 0 12px;
}
@media (max-width: 1323.98px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 1023.98px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 576.98px) {
  .container {
    padding: 0 12px;
  }
}

a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul,
li {
  list-style-type: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

p {
  margin: 0;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-Roman.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-Bold.otf");
  font-weight: 700;
}
html,
body {
  font-family: "Helvetica", sans-serif;
}

body {
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-position: top left;
}

body.overflow {
  overflow-y: hidden;
}

.preloader {
  height: 100vh;
  width: 100%;
  position: fixed;
  inset: 0;
  left: 0;
  top: 0;
  z-index: 9999;
  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;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-position: top left;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader.preloader-hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader .logo {
  width: 130px;
  height: 130px;
}

.menu {
  background-image: url("../img/orange-bg.png");
  background-repeat: repeat;
  background-position: top left;
  padding: 70px 12px 0 12px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu.menu-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 43px;
}
.menu-top__logo img {
  width: 134px;
}
.menu-top__close img {
  width: 35px;
}
.menu-list {
  padding: 0 24px;
  margin-bottom: 58px;
}
.menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}
.menu-list ul li {
  font-size: 18px;
  letter-spacing: -0.41px;
  color: #fff;
  position: relative;
}
.menu-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-list ul li:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu-nav {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-bottom: 58px;
}
.menu-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-nav__list span {
  font-size: 10px;
  letter-spacing: -0.31px;
  color: #FAFAFA;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.menu-nav__list a {
  font-size: 16px;
  letter-spacing: -0.41px;
  color: #fff;
  margin-bottom: 5px;
}
.menu-nav__list a.nav-email {
  font-size: 13px;
  font-weight: 500;
}
.menu-nav__list p {
  font-size: 16px;
  letter-spacing: -0.41px;
  color: #fff;
  margin-bottom: 24px;
}
.menu-nav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
.menu-nav__list ul li a {
  font-size: 16px;
  letter-spacing: -0.41px;
  color: #FAFAFA;
  position: relative;
}
.menu-nav__list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-nav__list ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
  padding: 0 24px;
}
.menu-media span {
  font-size: 10px;
  letter-spacing: -0.31px;
  color: #FAFAFA;
  text-transform: uppercase;
}
.menu-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.menu-media ul li:last-child a img {
  -webkit-transform: translate(-1px, 1px);
          transform: translate(-1px, 1px);
}
.menu-media ul li a {
  width: 32px;
  height: 32px;
  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;
  background-color: #ECA22C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.menu-media ul li a:hover {
  background-color: #FF8C00;
}
@media (max-width: 1023.98px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.advanced {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 12px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9996;
  border-radius: 68px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 8px 32px rgba(242, 242, 242, 0.1);
          box-shadow: inset 0 8px 32px rgba(242, 242, 242, 0.1);
}
.advanced-consultation {
  width: 142px;
  height: 43px;
  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;
  border-radius: 44px;
  background-color: #FF8C00;
  font-size: 16px;
  letter-spacing: -0.41px;
  color: #FAFAFA;
}
.advanced-lang {
  background-color: #FAFAFA;
  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;
  width: 77px;
  height: 43px;
  border-radius: 44px;
  font-size: 16px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
}
@media (max-width: 1023.98px) {
  .advanced {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#popup-bg {
  opacity: 0;
  pointer-events: none;
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#popup-bg.popup-active {
  opacity: 1;
  pointer-events: auto;
}
#popup-bg.popup-active .popup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#popup-bg .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  row-gap: 40px;
  padding: 48px 51px;
  background-color: #001444;
  width: 850px;
  height: 809px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
#popup-bg .popup > img {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 48px;
  cursor: pointer;
}
#popup-bg .popup-logo {
  display: none;
}
#popup-bg .popup__caption h2 {
  font-size: 64px;
  color: #FAFAFA;
  text-align: center;
}
#popup-bg .popup__caption p {
  font-size: 18px;
  letter-spacing: -1px;
  color: #CCCCCC;
  text-align: center;
}
#popup-bg .popup__main .main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 12px;
  width: 644px;
}
#popup-bg .popup__main .main-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 644px;
}
#popup-bg .popup__main .main-form__item label {
  padding: 10px;
  font-size: 18px;
  color: #FAFAFA;
}
#popup-bg .popup__main .main-form__item input {
  padding: 18px 24px;
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  border-radius: 4px;
  color: #000;
}
#popup-bg .popup__main .main-form__item input::-webkit-input-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item input::-moz-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item input:-ms-input-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item input::-ms-input-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item input::placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item.main-form__name, #popup-bg .popup__main .main-form__item.main-form__company {
  width: 316px;
}
#popup-bg .popup__main .main-form__item.main-form__msg textarea {
  resize: none;
  padding: 18px 24px;
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  border-radius: 4px;
  height: 108px;
  color: #000;
}
#popup-bg .popup__main .main-form__item.main-form__msg textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item.main-form__msg textarea::-moz-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item.main-form__msg textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item.main-form__msg textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__item.main-form__msg textarea::placeholder {
  color: #CCCCCC;
}
#popup-bg .popup__main .main-form__fileTwo {
  width: 100%;
  margin-top: 6px;
}
#popup-bg .popup__main .main-form__fileTwo label {
  cursor: pointer;
  width: 100%;
  height: 58px;
  border: 2px solid #FAFAFA;
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-radius: 4px;
}
#popup-bg .popup__main .main-form__fileTwo label img {
  width: 24px;
}
#popup-bg .popup__main .main-form__fileTwo label p {
  font-size: 18px;
  color: #FAFAFA;
}
#popup-bg .popup__main .main-form__fileTwo input[type=file] {
  display: none;
}
#popup-bg .popup__main .main-form input[type=submit] {
  margin-top: 20px;
  width: 100%;
  background-color: #FF8C00;
  height: 57px;
  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;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  color: #FAFAFA;
}
#popup-bg .popup__main .main-form .terms {
  text-align: center;
  font-size: 14px;
  color: #FAFAFA;
  width: 100%;
}
@media (max-width: 1023.98px) {
  #popup-bg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #popup-bg .popup {
    row-gap: 30px;
    padding: 47px 24px;
    width: 100%;
    height: auto;
    border-radius: 24px 24px 0 0;
  }
  #popup-bg .popup > img {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 48px;
    cursor: pointer;
  }
  #popup-bg .popup-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #popup-bg .popup__caption {
    margin-bottom: 40px;
  }
  #popup-bg .popup__caption h2 {
    font-size: 28px;
  }
  #popup-bg .popup__caption p {
    font-size: 12px;
  }
  #popup-bg .popup__main {
    width: 100%;
  }
  #popup-bg .popup__main .main-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    width: 100%;
  }
  #popup-bg .popup__main .main-form__item {
    width: 100%;
  }
  #popup-bg .popup__main .main-form__item label {
    padding: 6px;
    font-size: 12px;
  }
  #popup-bg .popup__main .main-form__item input {
    padding: 14px 10px;
  }
  #popup-bg .popup__main .main-form__item.main-form__name, #popup-bg .popup__main .main-form__item.main-form__company {
    width: 100%;
  }
  #popup-bg .popup__main .main-form__item.main-form__msg textarea {
    padding: 14px;
    height: 66px;
  }
  #popup-bg .popup__main .main-form__fileTwo {
    margin-top: 12px;
  }
  #popup-bg .popup__main .main-form__fileTwo label {
    height: 35px;
    border: 1px solid #FAFAFA;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #popup-bg .popup__main .main-form__fileTwo label img {
    width: 18px;
  }
  #popup-bg .popup__main .main-form__fileTwo label p {
    font-size: 16px;
  }
  #popup-bg .popup__main .main-form input[type=submit] {
    margin-top: 12px;
    height: 35px;
    font-size: 16px;
  }
  #popup-bg .popup__main .main-form .terms {
    font-size: 10px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
}
.breadcrumbs svg {
  width: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumbs svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumbs p {
  font-size: 18px;
  letter-spacing: -1px;
  color: #999999;
}
.breadcrumbs a {
  font-size: 18px;
  letter-spacing: -1px;
  color: #FAFAFA;
}
.breadcrumbs:hover svg path {
  stroke: #CCCCCC;
}
@media (max-width: 1323.98px) {
  .breadcrumbs {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .breadcrumbs svg {
    width: 18px;
  }
  .breadcrumbs p {
    font-size: 14px;
  }
  .breadcrumbs a {
    font-size: 12px;
  }
}

.header {
  height: 110px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9996;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.header.header-scroll {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(60%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header.header-scroll .header-all__nav ul li a {
  color: #0A0A0A;
}
.header.header-scroll .header-all__advanced-lang p {
  color: #0A0A0A;
}
.header.header-filter {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.header-all {
  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;
  height: 100%;
}
.header-all__logo {
  width: 146px;
}
.header-all .header-logo-mob {
  display: none;
}
.header-all__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.header-all__nav ul li {
  padding: 10px 10px 16px 10px;
}
.header-all__nav ul li a {
  font-size: 16px;
  color: #FAFAFA;
  letter-spacing: -0.41px;
  position: relative;
}
.header-all__nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.header-all__nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header-all__nav ul li a.nav-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header-all__advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.header-all__advanced-lang {
  cursor: pointer;
  margin-right: 168px;
  padding: 12px 24px;
  height: 46px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.header-all__advanced-lang p {
  font-size: 20px;
  color: #FAFAFA;
  letter-spacing: -0.41px;
}
.header-all__advanced-lang .lang-active {
  opacity: 1;
}
.header-all__advanced-lang .lang-select {
  opacity: 0;
  pointer-events: none;
}
.header-all__advanced-lang:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  height: auto;
  margin-top: 74px;
  border-radius: 4px;
  background-color: #FAFAFA;
}
.header-all__advanced-lang:hover .lang-active {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}
.header-all__advanced-lang:hover .lang-select {
  opacity: 1;
  pointer-events: all;
}
.header-all__advanced-lang:hover p {
  color: #0A0A0A;
}
.header-all__advanced-consultation {
  width: 156px;
  height: 46px;
  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;
  background-color: #FF8C00;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  right: calc((100vw - 1324px) / 2 + 12px);
  top: 32px;
}
.header-all__advanced-consultation span {
  color: #FAFAFA;
  font-size: 20px;
  letter-spacing: -0.41px;
  width: 156px;
  height: 46px;
  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;
}
.header-all__advanced-consultation .consultation-click {
  display: none;
}
.header-all__advanced-consultation.consultation-active {
  position: fixed;
  cursor: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-all__advanced-consultation.consultation-active span {
  display: none;
}
.header-all__advanced-consultation.consultation-active .consultation-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 85px;
  padding: 80px 70px 0;
}
.header-all__advanced-consultation.consultation-active .consultation-click > img {
  position: absolute;
  right: 34px;
  top: 63px;
  width: 97px;
  cursor: pointer;
}
.header-all__advanced-consultation.consultation-active .consultation-click__caption h1 {
  font-size: 82px;
  line-height: 82px;
  letter-spacing: -2.41px;
  color: #FAFAFA;
}
.header-all__advanced-consultation.consultation-active .consultation-click__caption p {
  font-size: 18px;
  letter-spacing: -1px;
  color: #FAFAFA;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  padding-left: 45px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-img {
  width: 544px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 12px;
  width: 644px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 644px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item label {
  padding: 10px;
  font-size: 18px;
  color: #FAFAFA;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item input {
  padding: 18px 24px;
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  border-radius: 4px;
  color: #000;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item input::-moz-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item input:-ms-input-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item input::-ms-input-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item input::placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__name, .header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__company {
  width: 316px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__msg textarea {
  resize: none;
  padding: 18px 24px;
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  border-radius: 4px;
  height: 108px;
  color: #000;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__msg textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__msg textarea::-moz-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__msg textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__msg textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__item.main-form__msg textarea::placeholder {
  color: #CCCCCC;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__file {
  width: 100%;
  margin-top: 6px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__file label {
  cursor: pointer;
  width: 100%;
  height: 58px;
  border: 2px solid #FAFAFA;
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-radius: 4px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__file label img {
  width: 24px;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__file label p {
  font-size: 18px;
  color: #FAFAFA;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form__file input[type=file] {
  display: none;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form input[type=submit] {
  margin-top: 20px;
  width: 100%;
  background-color: #FAFAFA;
  height: 57px;
  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;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  color: #0A0A0A;
}
.header-all__advanced-consultation.consultation-active .consultation-click__main .main-form .terms {
  text-align: center;
  font-size: 14px;
  color: #FAFAFA;
  width: 100%;
}
.header-all__bar {
  display: none;
}
@media (max-width: 1323.98px) {
  .header-all__advanced-consultation {
    right: 12px;
  }
  .header-all__advanced-consultation.consultation-active .consultation-click {
    row-gap: 40px;
    padding: 40px 40px 0;
  }
  .header-all__advanced-consultation.consultation-active .consultation-click__caption h1 {
    font-size: 44px;
  }
  .header-all__advanced-consultation.consultation-active .consultation-click__caption p {
    font-size: 14px;
  }
  .header-all__advanced-consultation.consultation-active .consultation-click__main {
    padding-left: 0;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-all__advanced-consultation.consultation-active .consultation-click__main .main-img {
    width: 300px;
  }
}
@media (max-width: 1023.98px) {
  .header {
    height: 130px;
    padding-top: 70px;
    padding-bottom: 18px;
  }
  .header.header-scroll {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .header.header-scroll .header-all__nav ul li a {
    color: #FAFAFA;
  }
  .header-all__logo {
    display: none;
  }
  .header-all .header-logo-mob {
    display: block;
    width: 134px;
  }
  .header-all__nav {
    display: none;
  }
  .header-all__advanced {
    display: none;
  }
  .header-all__bar {
    display: block;
    cursor: pointer;
  }
}

.hero {
  padding-bottom: 66px;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  height: 900px;
  background: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 70%);
}
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.hero-all__text h1 {
  font-size: 80px;
  letter-spacing: -1.19px;
  color: #FAFAFA;
}
.hero-all__text span {
  font-size: 32px;
  letter-spacing: -1.02px;
  color: #FAFAFA;
}
.hero-all__text .hr {
  background-color: #CCCCCC;
  width: 526px;
  height: 1px;
  margin: 12px 0;
}
.hero-all__text p {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.41px;
  color: #FAFAFA;
}
@media (max-width: 767.98px) {
  .hero {
    padding-bottom: 120px;
    height: 852px;
    margin-bottom: 80px;
  }
  .hero::before {
    height: 852px;
  }
  .hero video {
    height: 852px;
  }
  .hero-all__text h1 {
    font-size: 46px;
    letter-spacing: -0.81px;
    line-height: 66px;
  }
  .hero-all__text span {
    font-size: 18px;
    letter-spacing: -0.43px;
  }
  .hero-all__text .hr {
    width: 100%;
    margin: 10px 0;
  }
  .hero-all__text p {
    font-size: 14px;
  }
}

.whoweare {
  margin-bottom: 80px;
}
.whoweare-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
}
.whoweare-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whoweare-all__caption h3 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #0A0A0A;
}
.whoweare-all__caption-button {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.whoweare-all__caption-button:hover svg {
  width: 41px;
}
.whoweare-all__caption-button:hover svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.whoweare-all__caption-button:hover svg path:last-child {
  d: path("M -15.75 6 H 24.75");
}
.whoweare-all__caption-button p {
  font-size: 20px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  text-transform: uppercase;
}
.whoweare-all__caption-button svg {
  width: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.whoweare-all__text {
  color: #0A0A0A;
  font-size: 52px;
  letter-spacing: -0.41px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #000), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, #000 30%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 200%;
  background-position: 0 100%;
}
@media (max-width: 767.98px) {
  .whoweare {
    margin-bottom: 64px;
  }
  .whoweare-all {
    row-gap: 40px;
  }
  .whoweare-all__caption h3 {
    font-size: 18px;
  }
  .whoweare-all__caption-button {
    padding: 0;
  }
  .whoweare-all__caption-button p {
    font-size: 14px;
  }
  .whoweare-all__caption-button img {
    width: 17px;
  }
  .whoweare-all__text {
    font-size: 14px;
  }
}

.desc {
  position: relative;
  overflow: hidden;
  margin-bottom: -40px;
  height: 920px;
}
.desc-all {
  position: relative;
  height: 100%;
}
.desc-all .desc-img {
  width: 644px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.desc-all .desc-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 155px 40px 0;
}
.desc-all .desc-messages__item {
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 23px 44px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 23px 44px 0px rgba(0, 0, 0, 0.12);
  width: 425px;
  height: 286px;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  margin-bottom: -180px;
}
.desc-all .desc-messages__item:nth-child(odd) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.desc-all .desc-messages__item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.desc-all .desc-messages__item .item-text {
  font-size: 24px;
  color: #000;
  letter-spacing: -0.41px;
}
.desc-all .desc-messages__item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.desc-all .desc-messages__item .item-icon img {
  width: 49px;
}
@media (max-width: 1323.98px) {
  .desc {
    display: none;
  }
}

.desc-mob {
  display: none;
}
@media (max-width: 1323.98px) {
  .desc-mob {
    display: block;
    margin-bottom: 102px;
    text-align: center;
  }
}

.steps {
  margin-bottom: 150px;
}
.steps-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
  overflow: hidden;
  padding-top: 120px;
}
.steps-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps-all__caption .steps-name {
  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;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 105px;
  height: 24px;
  margin-bottom: 18px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.steps-all__caption .steps-name .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
}
.steps-all__caption .steps-name span {
  text-transform: uppercase;
  color: #666666;
  font-size: 10px;
  letter-spacing: -0.41px;
}
.steps-all__caption h1 {
  font-size: 94px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
.steps-all__caption p {
  color: #666666;
  font-size: 18px;
  letter-spacing: -1px;
}
.steps-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.steps-all__main .steps-item {
  min-width: 421px;
  width: 421px;
  height: 398px;
  padding: 32px;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.steps-all__main .steps-item.step-one {
  background-color: #4FA0F8;
}
.steps-all__main .steps-item.step-one .steps-item__title, .steps-all__main .steps-item.step-one .steps-item__text {
  color: #fff;
}
.steps-all__main .steps-item.step-two {
  background-color: #fff;
}
.steps-all__main .steps-item.step-two .steps-item__title, .steps-all__main .steps-item.step-two .steps-item__text {
  color: #4FA0F8;
}
.steps-all__main .steps-item.step-three {
  background-color: #FF8C00;
}
.steps-all__main .steps-item.step-three .steps-item__title, .steps-all__main .steps-item.step-three .steps-item__text {
  color: #fff;
}
.steps-all__main .steps-item.step-four {
  background-color: #fff;
}
.steps-all__main .steps-item.step-four .steps-item__title, .steps-all__main .steps-item.step-four .steps-item__text {
  color: #FF8C00;
}
.steps-all__main .steps-item.step-five {
  background-color: #0A0A0A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.steps-all__main .steps-item.step-five::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF8C00;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: 0;
}
.steps-all__main .steps-item.step-five:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(35);
          transform: translate(-50%, -50%) scale(35);
}
.steps-all__main .steps-item.step-five .steps-item__go {
  color: #FAFAFA;
  text-align: center;
  font-size: 64px;
  position: relative;
  z-index: 1;
}
.steps-all__main .steps-item.step-five .steps-item__go span {
  font-size: 100px;
}
.steps-all__main .steps-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.steps-all__main .steps-item__icon img {
  width: 60px;
}
.steps-all__main .steps-item__title {
  font-size: 64px;
  line-height: 58px;
  letter-spacing: -0.41px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.steps-all__main .steps-item__text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  max-width: 300px;
}
@media (max-width: 1323.98px) {
  .steps {
    margin-bottom: 150px;
  }
  .steps-all {
    row-gap: 130px;
    padding-top: 0;
  }
  .steps-all__caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .steps-all__caption .steps-name {
    width: 76px;
    height: 18px;
    margin-bottom: 10px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .steps-all__caption .steps-name .circle {
    width: 3px;
    height: 3px;
  }
  .steps-all__caption .steps-name span {
    font-size: 8px;
  }
  .steps-all__caption h1 {
    font-size: 52px;
    margin-bottom: 4px;
  }
  .steps-all__caption p {
    font-size: 12px;
    letter-spacing: -0.41px;
    text-align: center;
    padding: 0 32px;
  }
  .steps-all__caption p br {
    display: none;
  }
  .steps-all__main {
    overflow: auto;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding-left: 50%;
  }
  .steps-all__main .steps-item {
    min-width: 262px;
    width: 262px;
    height: auto;
    min-height: 364px;
    padding: 20px 16px;
  }
  .steps-all__main .steps-item.step-five {
    background-color: #0A0A0A;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
  }
  .steps-all__main .steps-item.step-five .steps-item__go {
    font-size: 44px;
  }
  .steps-all__main .steps-item.step-five .steps-item__go span {
    font-size: 44px;
  }
  .steps-all__main .steps-item__icon img {
    width: 40px;
  }
  .steps-all__main .steps-item__title {
    font-size: 52px;
    line-height: 52px;
  }
  .steps-all__main .steps-item__text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.41px;
    max-width: 300px;
  }
}

.servises {
  margin-bottom: 120px;
}
.servises-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 54px;
}
.servises-all__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.servises-all__top .servises-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.servises-all__top .servises-all__caption .servises-name {
  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;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 24px;
  margin-bottom: 18px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.servises-all__top .servises-all__caption .servises-name .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
}
.servises-all__top .servises-all__caption .servises-name span {
  text-transform: uppercase;
  color: #666666;
  font-size: 10px;
  letter-spacing: -0.41px;
}
.servises-all__top .servises-all__caption h1 {
  font-size: 94px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
.servises-all__top .servises-all__caption p {
  color: #666666;
  font-size: 18px;
  letter-spacing: -1px;
}
.servises-all__top .servises-all__button {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.servises-all__top .servises-all__button:hover svg {
  width: 41px;
}
.servises-all__top .servises-all__button:hover svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.servises-all__top .servises-all__button:hover svg path:last-child {
  d: path("M -15.75 6 H 24.75");
}
.servises-all__top .servises-all__button p {
  font-size: 20px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  text-transform: uppercase;
}
.servises-all__top .servises-all__button svg {
  width: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.servises-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  position: relative;
  overflow: hidden;
  height: 625px;
}
.servises-all__main .servises-item {
  position: absolute;
  inset: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 24px;
  width: 100%;
  height: 593px;
}
.servises-all__main .servises-item.servises-one {
  background: url("../img/servises-one.jpg") no-repeat center/cover;
}
.servises-all__main .servises-item.servises-two {
  background: url("../img/servises-two.jpg") no-repeat center/cover;
}
.servises-all__main .servises-item.servises-three {
  background: url("../img/servises-three.jpg") no-repeat center/cover;
}
.servises-all__main .servises-item__title {
  font-size: 48px;
  letter-spacing: -1px;
  color: #FAFAFA;
}
.servises-all__main .servises-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.servises-all__main .servises-item__bottom p {
  font-size: 24px;
  letter-spacing: -0.41px;
  color: #FAFAFA;
}
.servises-all__main .servises-item__bottom .servises-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.servises-all__main .servises-item__bottom .servises-buttons__item {
  width: 152px;
  height: 53px;
  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;
  border-radius: 4px;
  font-size: 24px;
  background-color: #FAFAFA;
  color: #0A0A0A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.servises-all__main .servises-item__bottom .servises-buttons__item:hover {
  background-color: #d8d8d8;
}
.servises-all__main .servises-item__bottom .servises-buttons__item.popupOpen {
  background-color: #FF8C00;
  color: #FAFAFA;
}
.servises-all__main .servises-item__bottom .servises-buttons__item.popupOpen:hover {
  background-color: #ffa02c;
}
@media (max-width: 1323.98px) {
  .servises {
    margin-bottom: 64px;
  }
  .servises-all {
    row-gap: 48px;
  }
  .servises-all__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .servises-all__top .servises-all__caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servises-all__top .servises-all__caption .servises-name {
    width: 56px;
    height: 18px;
    margin-bottom: 10px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .servises-all__top .servises-all__caption .servises-name .circle {
    width: 3px;
    height: 3px;
  }
  .servises-all__top .servises-all__caption .servises-name span {
    font-size: 8px;
  }
  .servises-all__top .servises-all__caption h1 {
    font-size: 52px;
    margin-bottom: 4px;
  }
  .servises-all__top .servises-all__caption p {
    font-size: 12px;
    text-align: center;
  }
  .servises-all__top .servises-all__caption p br {
    display: none;
  }
  .servises-all__top .servises-all__button {
    padding: 0;
  }
  .servises-all__top .servises-all__button p {
    font-size: 14px;
  }
  .servises-all__top .servises-all__button svg {
    width: 17px;
  }
  .servises-all__main {
    height: 450px;
  }
  .servises-all__main .servises-item {
    padding: 20px;
    border-radius: 16px;
    height: 450px;
  }
  .servises-all__main .servises-item__title {
    font-size: 24px;
  }
  .servises-all__main .servises-item__bottom {
    -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;
    row-gap: 16px;
  }
  .servises-all__main .servises-item__bottom p {
    font-size: 14px;
  }
  .servises-all__main .servises-item__bottom p br {
    display: none;
  }
  .servises-all__main .servises-item__bottom .servises-buttons {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 100%;
  }
  .servises-all__main .servises-item__bottom .servises-buttons__item {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}

.clients {
  margin-bottom: 120px;
}
.clients-all {
  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;
}
.clients-all__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 124px;
  height: 691px;
}
.clients-all__desc .clients-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clients-all__desc .clients-all__caption .clients-name {
  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;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 140px;
  height: 24px;
  margin-bottom: 18px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.clients-all__desc .clients-all__caption .clients-name .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
}
.clients-all__desc .clients-all__caption .clients-name span {
  text-transform: uppercase;
  color: #666666;
  font-size: 10px;
  letter-spacing: -0.41px;
}
.clients-all__desc .clients-all__caption h1 {
  font-size: 94px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
}
.clients-all__desc .clients-all__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  width: 535px;
}
.clients-all__desc .clients-all__tabs-item {
  cursor: pointer;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.clients-all__desc .clients-all__tabs-item .tab-title {
  font-size: 40px;
  letter-spacing: -1px;
  color: #CCCCCC;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.clients-all__desc .clients-all__tabs-item .tab-text {
  font-size: 18px;
  letter-spacing: -1px;
  color: #0A0A0A;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.clients-all__desc .clients-all__tabs-item.tab-active .tab-title {
  color: #0A0A0A;
}
.clients-all__desc .clients-all__tabs-item.tab-active .tab-text {
  max-height: 100px;
  opacity: 1;
  padding-top: 12px;
}
.clients-all__imgs {
  width: 714px;
  position: relative;
  overflow: hidden;
  height: 820px;
  border-radius: 12px 0 0 12px;
}
.clients-all__imgs .tab-img {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.clients-all__imgs .tab-img img {
  border-radius: 12px 0 0 12px;
}
.clients-all__imgs .tab-img.tab-img-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1323.98px) {
  .clients {
    margin-bottom: 64px;
  }
  .clients-all {
    -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;
    row-gap: 90px;
  }
  .clients-all__desc {
    row-gap: 60px;
    height: auto;
    width: 100%;
  }
  .clients-all__desc .clients-all__caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .clients-all__desc .clients-all__caption .clients-name {
    width: 103px;
    height: 18px;
    margin-bottom: 10px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .clients-all__desc .clients-all__caption .clients-name .circle {
    width: 3px;
    height: 3px;
  }
  .clients-all__desc .clients-all__caption .clients-name span {
    font-size: 8px;
  }
  .clients-all__desc .clients-all__caption h1 {
    font-size: 52px;
  }
  .clients-all__desc .clients-all__tabs {
    row-gap: 20px;
    width: 100%;
  }
  .clients-all__desc .clients-all__tabs-item {
    padding-bottom: 20px;
  }
  .clients-all__desc .clients-all__tabs-item .tab-title {
    font-size: 24px;
  }
  .clients-all__desc .clients-all__tabs-item .tab-text {
    font-size: 12px;
  }
  .clients-all__desc .clients-all__tabs-item.tab-active .tab-text {
    padding-top: 8px;
  }
  .clients-all__imgs {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 12px 12px 0 0;
  }
  .clients-all__imgs .tab-img img {
    border-radius: 12px 12px 0 0;
  }
}

.faq {
  margin-bottom: 120px;
}
.faq-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}
.faq-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq-all__caption .faq-name {
  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;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 52px;
  height: 24px;
  margin-bottom: 18px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.faq-all__caption .faq-name .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
}
.faq-all__caption .faq-name span {
  text-transform: uppercase;
  color: #666666;
  font-size: 10px;
  letter-spacing: -0.41px;
}
.faq-all__caption h1 {
  font-size: 94px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
.faq-all__caption p {
  color: #666666;
  font-size: 18px;
  letter-spacing: -1px;
}
.faq-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-all__main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #999999;
}
.faq-all__main-wrap .faq-item {
  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-right: 26px;
  border-bottom: 1px solid #999999;
  height: 160px;
  width: 643px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.faq-all__main-wrap .faq-item .item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
.faq-all__main-wrap .faq-item .item-text__title {
  font-size: 28px;
  letter-spacing: -1px;
  color: #999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.faq-all__main-wrap .faq-item .item-text__desc {
  font-size: 24px;
  letter-spacing: -1px;
  color: #0A0A0A;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.faq-all__main-wrap .faq-item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  position: relative;
}
.faq-all__main-wrap .faq-item .item-icon span {
  display: block;
  width: 48px;
  height: 4px;
  background-color: #999999;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.faq-all__main-wrap .faq-item .item-icon span.plus-two {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media (hover: hover) {
  .faq-all__main-wrap .faq-item:hover {
    height: auto;
    padding: 40px 26px 40px 0;
  }
  .faq-all__main-wrap .faq-item:hover .item-text__title {
    color: #0A0A0A;
  }
  .faq-all__main-wrap .faq-item:hover .item-text__desc {
    max-height: 400px;
    opacity: 1;
    padding-top: 17px;
  }
  .faq-all__main-wrap .faq-item:hover .item-icon span {
    background-color: #0A0A0A;
  }
  .faq-all__main-wrap .faq-item:hover .item-icon span.plus-two {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}
@media (max-width: 1323.98px) {
  .faq {
    margin-bottom: 64px;
  }
  .faq-all__caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-all__caption .faq-name {
    width: 34px;
    height: 18px;
    margin-bottom: 10px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .faq-all__caption .faq-name .circle {
    width: 3px;
    height: 3px;
  }
  .faq-all__caption .faq-name span {
    font-size: 8px;
  }
  .faq-all__caption h1 {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .faq-all__caption p {
    font-size: 12px;
    text-align: center;
    max-width: 305px;
  }
  .faq-all__caption p br {
    display: none;
  }
  .faq-all__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .faq-all__main-wrap:last-child {
    border-top: 0;
  }
  .faq-all__main-wrap .faq-item {
    padding-right: 11px;
    height: 120px;
    width: 100%;
  }
  .faq-all__main-wrap .faq-item .item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 310px;
  }
  .faq-all__main-wrap .faq-item .item-text__title {
    font-size: 20px;
  }
  .faq-all__main-wrap .faq-item .item-text__desc {
    font-size: 12px;
  }
  .faq-all__main-wrap .faq-item .item-icon {
    width: 24px;
    height: 24px;
  }
  .faq-all__main-wrap .faq-item .item-icon span {
    width: 24px;
    height: 2px;
    border-radius: 4px;
  }
  .faq-all__main-wrap .faq-item.faq-active {
    height: auto;
    padding: 24px 11px 24px 0;
  }
  .faq-all__main-wrap .faq-item.faq-active .item-text__title {
    color: #0A0A0A;
  }
  .faq-all__main-wrap .faq-item.faq-active .item-text__desc {
    max-height: 600px;
    padding-top: 8px;
    opacity: 1;
  }
  .faq-all__main-wrap .faq-item.faq-active .item-icon span {
    background-color: #0A0A0A;
  }
  .faq-all__main-wrap .faq-item.faq-active .item-icon span.plus-two {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}

.discuss {
  margin-bottom: 120px;
  background: url("../img/form-bg.jpg") no-repeat center/cover;
  padding: 69px 0;
}
.discuss-all__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  padding: 48px;
  background: linear-gradient(130deg, rgb(0, 20, 68) 0%, rgba(0, 20, 68, 0) 100%);
  height: 660px;
  -webkit-backdrop-filter: blur(10px) brightness(0.7);
          backdrop-filter: blur(10px) brightness(0.7);
}
.discuss-all__form .form-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.discuss-all__form .form-desc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.discuss-all__form .form-desc__top h3 {
  font-size: 40px;
  letter-spacing: -1px;
  color: #FAFAFA;
  margin-bottom: 10px;
}
.discuss-all__form .form-desc__top p {
  font-size: 18px;
  letter-spacing: -1px;
  color: #CCCCCC;
  margin-bottom: 25px;
}
.discuss-all__form .form-desc__top img {
  width: 265px;
  margin-bottom: 13px;
}
.discuss-all__form .form-desc__top a {
  font-size: 18px;
  color: #FAFAFA;
  opacity: 0.4;
  margin-bottom: 4px;
}
.discuss-all__form .form-desc__bottom span {
  font-size: 24px;
  letter-spacing: -1px;
  color: #CCCCCC;
  margin-bottom: 4px;
}
.discuss-all__form .form-desc__bottom p {
  font-size: 18px;
  letter-spacing: -1px;
  color: #999999;
}
.discuss-all__form .main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 12px;
  width: 644px;
}
.discuss-all__form .main-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 644px;
}
.discuss-all__form .main-form__item label {
  padding: 10px;
  font-size: 18px;
  color: #FAFAFA;
}
.discuss-all__form .main-form__item input {
  padding: 18px 24px;
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  border-radius: 4px;
  color: #000;
}
.discuss-all__form .main-form__item input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item input::-moz-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item input:-ms-input-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item input::-ms-input-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item input::placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item.main-form__name, .discuss-all__form .main-form__item.main-form__company {
  width: 316px;
}
.discuss-all__form .main-form__item.main-form__msg textarea {
  resize: none;
  padding: 18px 24px;
  background-color: #F0F0F0;
  border: 0;
  outline: none;
  border-radius: 4px;
  height: 108px;
  color: #000;
}
.discuss-all__form .main-form__item.main-form__msg textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item.main-form__msg textarea::-moz-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item.main-form__msg textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item.main-form__msg textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__item.main-form__msg textarea::placeholder {
  color: #CCCCCC;
}
.discuss-all__form .main-form__fileThree {
  width: 100%;
  margin-top: 6px;
}
.discuss-all__form .main-form__fileThree label {
  cursor: pointer;
  width: 100%;
  height: 58px;
  border: 2px solid #FAFAFA;
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-radius: 4px;
}
.discuss-all__form .main-form__fileThree label img {
  width: 24px;
}
.discuss-all__form .main-form__fileThree label p {
  font-size: 18px;
  color: #FAFAFA;
}
.discuss-all__form .main-form__fileThree input[type=file] {
  display: none;
}
.discuss-all__form .main-form input[type=submit] {
  margin-top: 20px;
  width: 100%;
  background-color: #FF8C00;
  height: 57px;
  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;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  color: #FAFAFA;
}
.discuss-all__form .main-form .terms {
  text-align: center;
  font-size: 14px;
  color: #FAFAFA;
  width: 100%;
}
@media (max-width: 1323.98px) {
  .discuss {
    margin-bottom: 108px;
    padding: 61px 0;
  }
  .discuss-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discuss-all__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px 48px 24px;
    height: auto;
    width: 100%;
    max-width: 700px;
  }
  .discuss-all__form .form-desc__top {
    margin-bottom: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .discuss-all__form .form-desc__top h3 {
    font-size: 28px;
    margin-bottom: 4px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .discuss-all__form .form-desc__top p {
    font-size: 12px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .discuss-all__form .form-desc__top img {
    width: 166px;
    margin-bottom: 47px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .discuss-all__form .form-desc__top a {
    display: none;
  }
  .discuss-all__form .form-desc__bottom {
    display: none;
  }
  .discuss-all__form .main-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    width: 100%;
  }
  .discuss-all__form .main-form__item {
    width: 100%;
  }
  .discuss-all__form .main-form__item label {
    padding: 6px;
    font-size: 12px;
  }
  .discuss-all__form .main-form__item input {
    padding: 14px 10px;
  }
  .discuss-all__form .main-form__item.main-form__name, .discuss-all__form .main-form__item.main-form__company {
    width: 100%;
  }
  .discuss-all__form .main-form__item.main-form__msg textarea {
    padding: 14px;
    height: 66px;
  }
  .discuss-all__form .main-form__fileThree {
    margin-top: 12px;
  }
  .discuss-all__form .main-form__fileThree label {
    height: 35px;
    border: 1px solid #FAFAFA;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .discuss-all__form .main-form__fileThree label img {
    width: 18px;
  }
  .discuss-all__form .main-form__fileThree label p {
    font-size: 16px;
  }
  .discuss-all__form .main-form input[type=submit] {
    margin-top: 12px;
    height: 35px;
    font-size: 16px;
  }
  .discuss-all__form .main-form .terms {
    font-size: 10px;
  }
}

.latest {
  margin-bottom: 120px;
}
.latest-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}
.latest-all__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-all__top .latest-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.latest-all__top .latest-all__caption .latest-name {
  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;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 61px;
  height: 24px;
  margin-bottom: 18px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.latest-all__top .latest-all__caption .latest-name .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
}
.latest-all__top .latest-all__caption .latest-name span {
  text-transform: uppercase;
  color: #666666;
  font-size: 10px;
  letter-spacing: -0.41px;
}
.latest-all__top .latest-all__caption h1 {
  font-size: 94px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
.latest-all__top .latest-all__caption p {
  color: #666666;
  font-size: 18px;
  letter-spacing: -1px;
}
.latest-all__top .latest-all__button {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.latest-all__top .latest-all__button:hover svg {
  width: 41px;
}
.latest-all__top .latest-all__button:hover svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.latest-all__top .latest-all__button:hover svg path:last-child {
  d: path("M -15.75 6 H 24.75");
}
.latest-all__top .latest-all__button p {
  font-size: 20px;
  letter-spacing: -0.41px;
  color: #0A0A0A;
  text-transform: uppercase;
}
.latest-all__top .latest-all__button svg {
  width: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.latest-all__main {
  width: 100%;
}
.latest-all__main .swiper {
  width: 100%;
  height: 100%;
}
.latest-all__main .swiper-slide .news-item {
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.latest-all__main .swiper-slide .news-item__img {
  width: 100%;
  margin-bottom: 24px;
}
.latest-all__main .swiper-slide .news-item__img img {
  width: 100%;
  border-radius: 6px;
}
.latest-all__main .swiper-slide .news-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 12px;
}
.latest-all__main .swiper-slide .news-item__tags .tag {
  border-radius: 2px;
  background-color: #FF8C00;
  padding: 4px 8px;
  font-size: 16px;
  color: #FAFAFA;
}
.latest-all__main .swiper-slide .news-item__title {
  font-size: 32px;
  color: #0A0A0A;
  margin-bottom: 12px;
}
.latest-all__main .swiper-slide .news-item__text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
}
.latest-all__main .swiper-slide .news-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.latest-all__main .swiper-slide .news-item__bottom .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.latest-all__main .swiper-slide .news-item__bottom .date img {
  width: 20px;
}
.latest-all__main .swiper-slide .news-item__bottom .date p {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.latest-all__main .swiper-slide .news-item__bottom a {
  width: 207px;
  height: 43px;
  background-color: #0A0A0A;
  border-radius: 4px;
  color: #FAFAFA;
  font-size: 16px;
  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;
}
.latest-all__main .swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
  margin-top: 36px;
}
.latest-all__main .swiper-nav svg, .latest-all__main .swiper-nav path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.latest-all__main .swiper-nav > div {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.latest-all__main .swiper-nav-prev:hover svg path {
  stroke: #0A0A0A;
}
@media (max-width: 1323.98px) {
  .latest {
    margin-bottom: 64px;
  }
  .latest-all {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 64px;
  }
  .latest-all__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .latest-all__top .latest-all__caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest-all__top .latest-all__caption .latest-name {
    width: 42px;
    height: 18px;
    margin-bottom: 10px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .latest-all__top .latest-all__caption .latest-name .circle {
    width: 3px;
    height: 3px;
  }
  .latest-all__top .latest-all__caption .latest-name span {
    font-size: 8px;
  }
  .latest-all__top .latest-all__caption h1 {
    font-size: 52px;
    margin-bottom: 4px;
  }
  .latest-all__top .latest-all__caption p {
    font-size: 12px;
    text-align: center;
  }
  .latest-all__top .latest-all__caption p br {
    display: none;
  }
  .latest-all__top .latest-all__button {
    padding: 0;
  }
  .latest-all__top .latest-all__button p {
    font-size: 14px;
  }
  .latest-all__top .latest-all__button svg {
    width: 17px;
  }
  .latest-all__main .swiper-slide .news-item {
    padding: 12px 16px;
  }
  .latest-all__main .swiper-slide .news-item-wrap {
    position: relative;
  }
  .latest-all__main .swiper-slide .news-item__img {
    margin-bottom: 16px;
  }
  .latest-all__main .swiper-slide .news-item__tags {
    margin-bottom: 16px;
  }
  .latest-all__main .swiper-slide .news-item__tags .tag {
    font-size: 12px;
  }
  .latest-all__main .swiper-slide .news-item__title {
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 16px;
    border-top: 1px solid #CCCCCC;
  }
  .latest-all__main .swiper-slide .news-item__text {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .latest-all__main .swiper-slide .news-item__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest-all__main .swiper-slide .news-item__bottom .date {
    position: absolute;
    right: 16px;
    top: 0;
  }
  .latest-all__main .swiper-slide .news-item__bottom .date img {
    width: 14px;
  }
  .latest-all__main .swiper-slide .news-item__bottom .date p {
    font-size: 12px;
  }
  .latest-all__main .swiper-slide .news-item__bottom a {
    width: 100%;
    height: 35px;
  }
  .latest-all__main .swiper-nav {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-top: 24px;
  }
  .latest-all__main .swiper-nav svg {
    width: 35px;
  }
}

.footer {
  padding-bottom: 32px;
  padding-top: 50px;
  height: 680px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 680px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 31, 63, 0.4)), to(rgb(3, 31, 63)));
  background: linear-gradient(180deg, rgba(3, 31, 63, 0.4) 0%, rgb(3, 31, 63) 100%);
}
.footer video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.footer-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  row-gap: 18px;
  z-index: 1;
}
.footer-all__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-all__top .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.footer-all__top .footer-list.list-one ul li a {
  font-size: 24px;
}
.footer-all__top .footer-list span {
  font-size: 14px;
  letter-spacing: -0.31px;
  color: #CCCCCC;
  text-transform: uppercase;
}
.footer-all__top .footer-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.footer-all__top .footer-list ul li a {
  font-size: 16px;
  letter-spacing: -0.41px;
  color: #fff;
  position: relative;
}
.footer-all__top .footer-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-all__top .footer-list ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-all__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
.footer-all__top-left .left-logo {
  width: 309px;
}
.footer-all__top-left .left-logo img {
  width: 309px;
}
.footer-all__top-left .footer-list-hide {
  display: none;
}
.footer-all__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.footer-all__top-right .right-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}
.footer-all__top-right .right-email p {
  font-size: 24px;
  line-height: -1px;
  color: #fff;
}
.footer-all__top-right .right-email__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.footer-all__top-right .right-email__send input[type=email] {
  border-radius: 4px;
  padding: 18px;
  font-size: 18px;
  height: 57px;
  letter-spacing: -0.41px;
  color: #999999;
  width: 535px;
  outline: none;
  background-color: #F0F0F0;
}
.footer-all__top-right .right-email__send input[type=submit] {
  border-radius: 4px;
  width: 97px;
  height: 57px;
  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;
  font-size: 18px;
  letter-spacing: -0.41px;
  color: #FAFAFA;
  outline: none;
  background-color: #FF8C00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-all__top-right .right-email__send input[type=submit]:hover {
  background-color: #ed9b36;
}
.footer-all__top-right .right-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 250px;
     -moz-column-gap: 250px;
          column-gap: 250px;
}
.footer-all__top-right .right-lists .footer-list-mob {
  display: none;
}
.footer-all__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-all__bottom .footer-phone {
  font-size: 36px;
  font-weight: 500;
  color: #FF8C00;
  letter-spacing: -0.81px;
  text-align: right;
  margin-bottom: -20px;
}
.footer-all__bottom .footer-email {
  font-size: 149px;
  letter-spacing: -3.4px;
  color: #FF8C00;
  margin-bottom: 36px;
}
.footer-all__bottom .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 250px;
     -moz-column-gap: 250px;
          column-gap: 250px;
  margin-bottom: 14px;
}
.footer-all__bottom .footer-info p, .footer-all__bottom .footer-info a {
  color: #CCCCCC;
  font-size: 14px;
  letter-spacing: -0.41px;
  font-weight: 500;
}
.footer-all__bottom .footer-address {
  font-size: 12px;
  letter-spacing: -0.41px;
  color: #666666;
}
.footer-all__bottom .footer-list-media {
  display: none;
}
@media (max-width: 1323.98px) {
  .footer {
    padding-bottom: 104px;
    padding-top: 24px;
    height: auto;
  }
  .footer::before {
    height: 100%;
  }
  .footer video {
    height: 100%;
  }
  .footer-all {
    row-gap: 30px;
    padding: 0 36px;
  }
  .footer-all__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .footer-all__top .footer-list {
    row-gap: 14px;
  }
  .footer-all__top .footer-list.list-one {
    display: none;
  }
  .footer-all__top .footer-list span {
    font-size: 10px;
  }
  .footer-all__top .footer-list ul {
    row-gap: 14px;
  }
  .footer-all__top-left .footer-list-hide {
    display: block;
  }
  .footer-all__top-left .footer-list-hide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
  }
  .footer-all__top-left .footer-list-hide ul li {
    font-size: 18px;
    letter-spacing: -0.41px;
    color: #fff;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-all__top-left .footer-list-hide ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer-all__top-left .footer-list-hide ul li:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .footer-all__top-right .right-email {
    display: none;
  }
  .footer-all__top-right .right-lists {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .footer-all__top-right .right-lists .list-hide {
    display: none;
  }
  .footer-all__top-right .right-lists .footer-list-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-all__top-right .right-lists .footer-list-mob span {
    font-size: 10px;
    letter-spacing: -0.31px;
    color: #CCCCCC;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .footer-all__top-right .right-lists .footer-list-mob p {
    font-size: 16px;
    letter-spacing: -0.41px;
    color: #fff;
    margin-bottom: 24px;
  }
  .footer-all__top-right .right-lists .footer-list-mob a {
    font-size: 14px;
    letter-spacing: -0.41px;
    color: #FF8C00;
    margin-bottom: 4px;
  }
  .footer-all__bottom {
    row-gap: 40px;
  }
  .footer-all__bottom .footer-phone {
    display: none;
  }
  .footer-all__bottom .footer-email {
    display: none;
  }
  .footer-all__bottom .footer-list-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
  }
  .footer-all__bottom .footer-list-media span {
    font-size: 10px;
    letter-spacing: -0.31px;
    color: #CCCCCC;
    text-transform: uppercase;
  }
  .footer-all__bottom .footer-list-media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .footer-all__bottom .footer-list-media ul li:last-child a img {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  .footer-all__bottom .footer-list-media ul li a {
    width: 32px;
    height: 32px;
    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;
    background-color: #ECA22C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
  }
  .footer-all__bottom .footer-list-media ul li a:hover {
    background-color: #FF8C00;
  }
  .footer-all__bottom .footer-info {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
    margin-bottom: 0;
  }
  .footer-all__bottom .footer-info p, .footer-all__bottom .footer-info a {
    font-size: 8px;
  }
  .footer-all__bottom .footer-address {
    display: none;
  }
}

.aboutHero {
  margin-bottom: 0;
  padding-top: 122px;
  background-image: url("../img/blue-bg.png");
  background-repeat: repeat;
  background-position: top left;
  height: 920px;
}
.aboutHero-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.aboutHero-all__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  width: 100%;
  margin-bottom: 30px;
}
.aboutHero-all__title span {
  font-size: 211px;
  color: #FAFAFA;
  letter-spacing: -1px;
  width: 100%;
  z-index: 1;
}
.aboutHero-all__title span:last-child {
  font-size: 204px;
  color: #CCCCCC;
  text-align: right;
  width: 100%;
  z-index: 0;
  margin-top: -103px;
}
.aboutHero-all__img {
  width: 972px;
}
.aboutHero-all__img img {
  border-radius: 12px;
}
.aboutHero-all__img img:last-child {
  display: none;
}
@media (max-width: 1323.98px) {
  .aboutHero {
    margin-bottom: 170px;
    padding-top: 154px;
    height: 852px;
  }
  .aboutHero-all__title {
    margin-top: 43px;
    width: 369px;
  }
  .aboutHero-all__title span {
    font-size: 62px;
  }
  .aboutHero-all__title span:last-child {
    font-size: 60px;
    margin-top: -32px;
  }
  .aboutHero-all__img {
    width: 100%;
    max-width: 380px;
  }
  .aboutHero-all__img img {
    border-radius: 0;
  }
  .aboutHero-all__img img:first-child {
    display: none;
  }
  .aboutHero-all__img img:last-child {
    display: block;
  }
}

.aboutInfo {
  margin-bottom: 120px;
  padding-top: 80px;
}
.aboutInfo-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
.aboutInfo-all__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.aboutInfo-all__caption h3 {
  font-size: 40px;
  font-weight: 500;
  color: #0A0A0A;
}
.aboutInfo-all__caption p {
  font-size: 16px;
  font-weight: 300;
  color: #0A0A0A;
}
.aboutInfo-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
.aboutInfo-all__main .aboutInfo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.aboutInfo-all__main .aboutInfo-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.aboutInfo-all__main .aboutInfo-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutInfo-all__main .aboutInfo-item__img {
  width: 535px;
}
.aboutInfo-all__main .aboutInfo-item__img img {
  border-radius: 8px;
}
.aboutInfo-all__main .aboutInfo-item__text {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023.98px) {
  .aboutInfo {
    margin-bottom: 64px;
    padding-top: 0;
  }
  .aboutInfo-all {
    row-gap: 32px;
  }
  .aboutInfo-all__caption h3 {
    font-size: 18px;
  }
  .aboutInfo-all__caption p {
    font-size: 14px;
  }
  .aboutInfo-all__main {
    row-gap: 32px;
  }
  .aboutInfo-all__main .aboutInfo-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .aboutInfo-all__main .aboutInfo-item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutInfo-all__main .aboutInfo-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutInfo-all__main .aboutInfo-item__img {
    width: 100%;
  }
  .aboutInfo-all__main .aboutInfo-item__img img {
    width: 100%;
  }
  .aboutInfo-all__main .aboutInfo-item__text {
    font-size: 12px;
  }
}

.descAbout {
  margin-bottom: 98px;
}

.contacts {
  margin-bottom: 120px;
  padding-top: 122px;
}
.contacts .breadcrumbs a {
  color: #0A0A0A;
}
.contacts-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-all__main {
  margin-top: 100px;
}
.contacts-all__main h1 {
  font-size: 94px;
  color: #0A0A0A;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-all__main h1 span {
  font-size: 24px;
}
.contacts-all__main .contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.contacts-all__main .contacts-list__item {
  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: 48px 40px;
  width: 644px;
  background-color: #fff;
  border-radius: 8px;
}
.contacts-all__main .contacts-list__item .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.contacts-all__main .contacts-list__item .item-text__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.contacts-all__main .contacts-list__item .item-text__top img {
  width: 24px;
}
.contacts-all__main .contacts-list__item .item-text__top span {
  font-size: 18px;
  color: #666666;
}
.contacts-all__main .contacts-list__item .item-text p {
  font-size: 36px;
  color: #000;
}
.contacts-all__main .contacts-list__item .item-link {
  border-radius: 4px;
  background-color: #FAFAFA;
  width: 70px;
  height: 70px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-list__item .item-link svg {
  width: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-list__item .item-link svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-list__item .item-link:hover {
  background-color: #FF8C00;
}
.contacts-all__main .contacts-list__item .item-link:hover svg path {
  stroke: #fff;
}
.contacts-all__main .contacts-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.contacts-all__main .contacts-other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px 40px;
  width: 644px;
  background-color: #fff;
  border-radius: 8px;
}
.contacts-all__main .contacts-other__item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-bottom: 16px;
}
.contacts-all__main .contacts-other__item .item-top img {
  width: 24px;
}
.contacts-all__main .contacts-other__item .item-top span {
  font-size: 18px;
  color: #666666;
}
.contacts-all__main .contacts-other__item p {
  font-size: 36px;
  color: #000;
  margin-bottom: 24px;
}
.contacts-all__main .contacts-other__item .howtoget {
  padding: 13px 24px;
  border-radius: 4px;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-other__item .howtoget span {
  font-size: 24px;
  color: #000;
}
.contacts-all__main .contacts-other__item .howtoget svg {
  width: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-other__item .howtoget svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-other__item .howtoget:hover {
  background-color: #FF8C00;
}
.contacts-all__main .contacts-other__item .howtoget:hover span {
  color: #fff;
}
.contacts-all__main .contacts-other__item .howtoget:hover svg path {
  stroke: #fff;
}
.contacts-all__main .contacts-other__item .contacts-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.contacts-all__main .contacts-other__item .contacts-media a {
  border-radius: 4px;
  width: 70px;
  height: 70px;
  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;
  background-color: rgba(153, 153, 153, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-other__item .contacts-media a svg, .contacts-all__main .contacts-other__item .contacts-media a path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contacts-all__main .contacts-other__item .contacts-media a:hover {
  background-color: #FF8C00;
}
.contacts-all__main .contacts-other__item .contacts-media a:hover svg path {
  fill: #fff;
}
@media (max-width: 1323.98px) {
  .contacts {
    margin-bottom: 64px;
    padding-top: 154px;
  }
  .contacts-all {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts-all__main {
    margin-top: 43px;
  }
  .contacts-all__main h1 {
    font-size: 52px;
    margin-bottom: 43px;
  }
  .contacts-all__main h1 span {
    font-size: 12px;
  }
  .contacts-all__main .contacts-list {
    gap: 4px;
    margin-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-all__main .contacts-list__item {
    padding: 20px;
    width: 100%;
  }
  .contacts-all__main .contacts-list__item .item-text__top img {
    width: 18px;
  }
  .contacts-all__main .contacts-list__item .item-text__top span {
    font-size: 12px;
  }
  .contacts-all__main .contacts-list__item .item-text p {
    font-size: 18px;
  }
  .contacts-all__main .contacts-list__item .item-link {
    width: 50px;
    height: 50px;
  }
  .contacts-all__main .contacts-list__item .item-link img {
    width: 20px;
  }
  .contacts-all__main .contacts-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
  .contacts-all__main .contacts-other__item {
    padding: 20px;
    width: 100%;
  }
  .contacts-all__main .contacts-other__item .item-top img {
    width: 18px;
  }
  .contacts-all__main .contacts-other__item .item-top span {
    font-size: 12px;
  }
  .contacts-all__main .contacts-other__item p {
    font-size: 18px;
  }
  .contacts-all__main .contacts-other__item .howtoget {
    padding: 16px;
    height: 45px;
  }
  .contacts-all__main .contacts-other__item .howtoget span {
    font-size: 12px;
  }
  .contacts-all__main .contacts-other__item .howtoget img {
    width: 20px;
  }
  .contacts-all__main .contacts-other__item .contacts-media {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .contacts-all__main .contacts-other__item .contacts-media a {
    width: 48px;
    height: 48px;
  }
  .contacts-all__main .contacts-other__item .contacts-media a img {
    width: 20px;
  }
}

.services {
  margin-bottom: 120px;
  padding-top: 122px;
}
.services .breadcrumbs a {
  color: #0A0A0A;
}
.services-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-all h1 {
  font-size: 94px;
  color: #0A0A0A;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.services-all h1 span {
  font-size: 24px;
}
.services-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-all__main .services-nav {
  width: 293px;
}
.services-all__main .services-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 160px;
}
.services-all__main .services-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-all__main .services-content__item .item-img {
  margin-bottom: 32px;
}
.services-all__main .services-content__item .item-img img {
  border-radius: 8px;
  width: 100%;
}
.services-all__main .services-content__item .item-text h3 {
  font-size: 38px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 500;
}
.services-all__main .services-content__item .item-text span {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  max-width: 650px;
}
.services-all__main .services-content__item .item-text p {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.services-all__main .services-content__item .item-text p b {
  font-weight: 500;
}
.services-all__main .services-content__item .item-go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.services-all__main .services-content__item .item-go__get {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.services-all__main .services-content__item .item-go__button {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #000;
  border-radius: 4px;
  width: 207px;
  height: 43px;
  font-size: 16px;
  color: #fff;
  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;
}
.services-all__main .services-content__item .item-go__button:hover {
  background-color: #222222;
}
@media (max-width: 1323.98px) {
  .services {
    margin-bottom: 64px;
    padding-top: 154px;
  }
  .services-all {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-all h1 {
    font-size: 52px;
    margin-bottom: 43px;
    margin-top: 43px;
  }
  .services-all h1 span {
    font-size: 12px;
  }
  .services-all__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
  .services-all__main .services-nav {
    width: 100%;
  }
  .services-all__main .services-content {
    row-gap: 80px;
  }
  .services-all__main .services-content__item .item-text h3 {
    font-size: 18px;
  }
  .services-all__main .services-content__item .item-text span {
    font-size: 14px;
  }
  .services-all__main .services-content__item .item-text p {
    font-size: 12px;
  }
  .services-all__main .services-content__item .item-go__get {
    font-size: 24px;
  }
  .services-all__main .services-content__item .item-go__button {
    width: 78px;
    height: 35px;
  }
}

.news {
  margin-bottom: 120px;
  padding-top: 122px;
}
.news .breadcrumbs a {
  color: #0A0A0A;
}
.news-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-all .news-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
}
.news-all .news-caption h1 {
  font-size: 94px;
  color: #0A0A0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-all .news-caption h1 span {
  font-size: 24px;
}
.news-all .news-caption .news-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 32px;
  width: 316px;
}
.news-all .news-caption .news-search input {
  padding: 0;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 18px;
}
.news-all__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.news-all__main .news-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 10px;
  width: 316px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.news-all__main .news-tags .tag {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
  padding: 4px 8px;
  background-color: #CCCCCC;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.news-all__main .news-tags .tag.tag-active {
  background-color: #FF8C00;
}
.news-all__main .news-tags .tag:hover {
  background-color: #FF8C00;
}
.news-all__main .news-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
.news-all__main .news-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.news-all__main .news-main__list .newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 24px;
  background-color: #FAFAFA;
  border-radius: 8px;
  height: 373px;
}
.news-all__main .news-main__list .newsItem-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-all__main .news-main__list .newsItem-info__top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
}
.news-all__main .news-main__list .newsItem-info__top .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.news-all__main .news-main__list .newsItem-info__top .date img {
  width: 20px;
}
.news-all__main .news-main__list .newsItem-info__top .date p {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.news-all__main .news-main__list .newsItem-info__top .newsItem-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.news-all__main .news-main__list .newsItem-info__top .newsItem-tags .tag {
  border-radius: 2px;
  background-color: #FF8C00;
  padding: 4px 8px;
  font-size: 16px;
  color: #FAFAFA;
}
.news-all__main .news-main__list .newsItem-info__title {
  font-size: 32px;
  color: #0A0A0A;
  margin-bottom: 12px;
}
.news-all__main .news-main__list .newsItem-info__text {
  font-size: 16px;
  color: #666666;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-all__main .news-main__list .newsItem-info a {
  width: 207px;
  height: 43px;
  background-color: #0A0A0A;
  border-radius: 4px;
  color: #FAFAFA;
  font-size: 16px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-all__main .news-main__list .newsItem-info a:hover {
  background-color: #222222;
}
.news-all__main .news-main__list .newsItem-img {
  width: 450px;
}
.news-all__main .news-main__list .newsItem-img img {
  border-radius: 6px;
  height: 100%;
}
.news-all__main .news-main__more {
  border-radius: 4px;
  width: 100%;
  height: 43px;
  background-color: #CCCCCC;
  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;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
@media (max-width: 1323.98px) {
  .news {
    margin-bottom: 64px;
    padding-top: 154px;
  }
  .news-all {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-all .news-caption {
    margin-top: 43px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
  .news-all .news-caption h1 {
    font-size: 52px;
  }
  .news-all .news-caption h1 span {
    font-size: 12px;
  }
  .news-all .news-caption .news-search {
    padding: 16px 20px;
    width: 100%;
    max-width: 367px;
  }
  .news-all .news-caption .news-search input {
    font-size: 14px;
  }
  .news-all__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .news-all__main .news-tags {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-all__main .news-main {
    row-gap: 24px;
  }
  .news-all__main .news-main__list {
    row-gap: 12px;
  }
  .news-all__main .news-main__list .newsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 16px;
    padding: 12px 16px;
    height: auto;
  }
  .news-all__main .news-main__list .newsItem-info__top .date img {
    width: 14px;
  }
  .news-all__main .news-main__list .newsItem-info__top .date p {
    font-size: 12px;
  }
  .news-all__main .news-main__list .newsItem-info__top .newsItem-tags .tag {
    font-size: 12px;
  }
  .news-all__main .news-main__list .newsItem-info__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .news-all__main .news-main__list .newsItem-info__text {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .news-all__main .news-main__list .newsItem-info a {
    width: 100%;
    height: 35px;
  }
  .news-all__main .news-main__list .newsItem-img {
    width: 100%;
  }
  .news-all__main .news-main__list .newsItem-img img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */