.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-6 {
  max-width: 50%;
  width: 100%;
}

@media (min-width: 1200px) {
  .team_col {
    max-width: 50%;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .team_col {
    max-width: 25%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .team_col {
    max-width: 100%;
    width: 100%;
  }
  .col-6 {
    max-width: 100%;
  }
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #12151A;
  z-index: 200;
  top: 0;
  left: 0;
}

.elips {
  background: #EC0F37;
  max-width: 1168px;
  width: 100%;
  height: 1168px;
  border-radius: 50%;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
  top: 30%;
  -webkit-animation: elips1 3s ease 1s, elips2 0.8s linear 4.5s 2, elips3 0.5s linear 5.6s;
          animation: elips1 3s ease 1s, elips2 0.8s linear 4.5s 2, elips3 0.5s linear 5.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.elips .cloud_1 {
  position: absolute;
  top: 45px;
  right: -100%;
  -webkit-animation: cloud1 2s ease 2s;
          animation: cloud1 2s ease 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.elips .cloud_2 {
  position: absolute;
  top: 114px;
  left: -100%;
  -webkit-animation: cloud2 2s ease 2s;
          animation: cloud2 2s ease 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.elips .cloud_3 {
  position: absolute;
  top: 188px;
  right: -100%;
  -webkit-animation: cloud1 2s ease 2s;
          animation: cloud1 2s ease 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.elips .cloud_4 {
  position: absolute;
  top: 214px;
  left: -100%;
  -webkit-animation: cloud2 2s ease 2s;
          animation: cloud2 2s ease 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.mountain {
  position: absolute;
  bottom: -5px;
  width: 100%;
  -webkit-animation: mountain 0.5s linear 1s;
          animation: mountain 0.5s linear 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mountain img {
  width: 100%;
}

.preload_diamond {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 282px;
  height: 210px;
  -webkit-animation: diamond 1s ease 5.6s, diamond2 0.4s linear 6.5s;
          animation: diamond 1s ease 5.6s, diamond2 0.4s linear 6.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.preload_diamond img {
  width: 100%;
}

.preload_title {
  font-weight: 600;
  font-size: 75px;
  line-height: 94px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 40%;
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  -webkit-animation: title 0.5s linear 7s;
          animation: title 0.5s linear 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.preload_line {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.2);
      -ms-transform: translateX(-50%) scale(0.2);
          transform: translateX(-50%) scale(0.2);
  opacity: 0;
  -webkit-animation: line 0.5s linear 7.5s;
          animation: line 0.5s linear 7.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.preload_description {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation: description 0.5s linear 8.1s;
          animation: description 0.5s linear 8.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  color: #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.2);
      -ms-transform: translateX(-50%) scale(0.2);
          transform: translateX(-50%) scale(0.2);
  opacity: 0;
}

.preload_btn {
  width: 60px;
  height: 60px;
  position: absolute;
  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: 50%;
  border: 1px solid #fff;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  -webkit-animation: arrow 1s linear 9s, arrowPulse 1.5s linear 9.5s alternate infinite;
          animation: arrow 1s linear 9s, arrowPulse 1.5s linear 9.5s alternate infinite;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
}

@-webkit-keyframes arrow {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes arrow {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes arrowPulse {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  to {
    opacity: 0.1;
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}
@keyframes arrowPulse {
  from {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  to {
    opacity: 0.1;
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
  }
}
@-webkit-keyframes description {
  to {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes description {
  to {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes line {
  to {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes line {
  to {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes title {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes title {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes diamond {
  0% {
    -webkit-transform: translate(-50%, -50%) perspective(2500px) rotateX(-100deg);
            transform: translate(-50%, -50%) perspective(2500px) rotateX(-100deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) perspective(2500px) rotateX(0);
            transform: translate(-50%, -50%) perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
@keyframes diamond {
  0% {
    -webkit-transform: translate(-50%, -50%) perspective(2500px) rotateX(-100deg);
            transform: translate(-50%, -50%) perspective(2500px) rotateX(-100deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) perspective(2500px) rotateX(0);
            transform: translate(-50%, -50%) perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes diamond2 {
  from {
    top: 50%;
    width: 282px;
    height: 210px;
  }
  to {
    width: 188px;
    height: 140px;
    top: 263px;
  }
}
@keyframes diamond2 {
  from {
    top: 50%;
    width: 282px;
    height: 210px;
  }
  to {
    width: 188px;
    height: 140px;
    top: 263px;
  }
}
@-webkit-keyframes cloud1 {
  50% {
    right: 60%;
  }
  100% {
    right: 100%;
  }
}
@keyframes cloud1 {
  50% {
    right: 60%;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes cloud2 {
  50% {
    left: 60%;
  }
  100% {
    left: 100%;
  }
}
@keyframes cloud2 {
  50% {
    left: 60%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes elips1 {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes elips1 {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes elips2 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
            transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
            transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
  }
}
@keyframes elips2 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
            transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
            transform: translate(-50%, -50%) rotate3d(2, 0, 0, 3.142rad);
  }
}
@-webkit-keyframes elips3 {
  to {
    opacity: 0;
  }
}
@keyframes elips3 {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mountain {
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    visibility: hidden;
  }
}
@keyframes mountain {
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    visibility: hidden;
  }
}
@media (max-width: 1400px) {
  @-webkit-keyframes diamond2 {
    to {
      width: 188px;
      height: 140px;
      top: 25%;
    }
  }
  @keyframes diamond2 {
    to {
      width: 188px;
      height: 140px;
      top: 25%;
    }
  }
}
@media (max-width: 1100px) {
  .elips {
    max-width: 176px;
    max-height: 176px;
    top: 60%;
  }
  .preload_title {
    font-size: 35px;
  }
  .preload_description {
    font-size: 28px;
  }
  .preload_line {
    max-width: 90%;
  }
  .preload_line img {
    width: 100%;
  }
  @-webkit-keyframes diamond2 {
    to {
      width: 176px;
      height: 176px;
      top: 35%;
    }
  }
  @keyframes diamond2 {
    to {
      width: 176px;
      height: 176px;
      top: 35%;
    }
  }
}
@media (max-width: 475px) {
  .preload_btn {
    width: 40px;
    height: 40px;
  }
  .preload_btn img {
    width: 8px;
  }
  .preload_diamond {
    width: 134px;
    height: 100px;
  }
  .elips {
    max-width: 176px;
    max-height: 176px;
    top: 70%;
  }
  .preload_title {
    font-size: 25px;
  }
  .preload_description {
    font-size: 18px;
  }
  @-webkit-keyframes diamond2 {
    to {
      width: 70px;
      height: 52px;
      top: 35%;
    }
  }
  @keyframes diamond2 {
    to {
      width: 70px;
      height: 52px;
      top: 35%;
    }
  }
}
.btn {
  padding: 10px 30px 10px 30px;
  border: 1px solid #FAFAFA;
  border-radius: 62px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}

.btn:hover {
  background: #FAFAFA;
  color: #121419 !important;
}

.btn_next {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_2 {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 294px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D0D0D0;
  border: 1px solid #FFFFFF;
  border-radius: 62px;
  font-weight: 700;
  font-size: 24px;
  color: #191A1E;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_2:hover {
  background: #FAFAFA;
}
.btn_2 svg path {
  fill: #191A1E;
}

.modal,
.modal_thanks {
  background: #1B1F27;
  border: 1px solid #2A2F3A;
  -webkit-box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-width: 707px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  padding: 64px 85px 85px;
  z-index: 100;
  min-height: 783px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  color: #fff !important;
}
.modal.active,
.modal_thanks.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.modal form,
.modal_thanks form {
  max-width: 469px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal form input,
.modal_thanks form input {
  height: 65px;
  background: #2A2F3A;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 27px;
  border: none;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal;
}
.modal form input::-webkit-input-placeholder, .modal_thanks form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form input::-moz-placeholder, .modal_thanks form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form input:-ms-input-placeholder, .modal_thanks form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form input::-ms-input-placeholder, .modal_thanks form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form input::placeholder,
.modal_thanks form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form input:focus,
.modal_thanks form input:focus {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.modal form input.error,
.modal_thanks form input.error {
  border: 1px solid #FC4646;
}
.modal form label,
.modal_thanks form label {
  color: #EE505A;
  margin-top: -30px;
  margin-bottom: 30px;
}
.modal form textarea,
.modal_thanks form textarea {
  height: 135px;
  border: none;
  background: #2A2F3A;
  border-radius: 10px;
  padding-top: 25px;
  padding-left: 27px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 44px;
  color: #fff;
  font-style: normal;
  resize: none;
}
.modal form textarea::-webkit-input-placeholder, .modal_thanks form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form textarea::-moz-placeholder, .modal_thanks form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form textarea:-ms-input-placeholder, .modal_thanks form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form textarea::-ms-input-placeholder, .modal_thanks form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form textarea::placeholder,
.modal_thanks form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.modal form button,
.modal_thanks form button {
  height: 70px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  color: #191A1E;
  background: #D0D0D0;
  border: 1px solid #FFFFFF;
  border-radius: 62px;
  font-family: "Quicksand", sans-serif;
}
.modal h2,
.modal_thanks h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.modal .close,
.modal_thanks .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .close img,
.modal_thanks .close img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .close:hover img,
.modal_thanks .close:hover img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.thanks {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 457px;
  width: 100%;
  height: 100%;
}
.thanks p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.thanks img {
  margin-bottom: 28px;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}

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

body {
  background: #12151A;
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  color: #FAFAFA;
  font-weight: 500;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.header {
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  background: #121419;
  z-index: 11;
}
.header .logo {
  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;
  max-width: 234px;
  width: 100%;
  height: 45px;
}
.header .logo img {
  width: 100%;
}
.header .col:last-child {
  margin-left: auto;
}
.header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .mobile_info {
  display: none;
}
.header .burger {
  position: relative;
  width: 18px;
  height: 10px;
  display: none;
}
.header .burger span {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 4px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.header .burger::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.header .burger::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.header .burger.active span {
  height: 2px;
  width: 0;
  position: absolute;
  top: 4px;
  background: #fff;
}
.header .burger.active::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .burger.active::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .main_menu {
  gap: 50px;
  padding: 0;
}
.header .main_menu li.has_child {
  position: relative;
}
.header .main_menu li.has_child a:hover img {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.header .main_menu li.has_child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .main_menu li.has_child a img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 3px;
  margin-left: 7px;
}
.header .main_menu li.has_child a::after {
  content: none;
}
.header .main_menu a {
  color: #FAFAFA;
  position: relative;
}
.header .main_menu a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
.header .main_menu a:hover::after {
  width: 100%;
}
.header .main_menu .btn:after {
  display: none;
}
.header .main_menu .sub_menu {
  padding: 0;
  padding: 10px 24px;
  position: absolute;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #fff;
  left: -30px;
  min-width: 160px;
  border-top: 10px solid transparent;
  top: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .main_menu .sub_menu.active {
  opacity: 1;
  visibility: visible;
}
.header .main_menu .sub_menu a {
  color: #12151A;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .main_menu .sub_menu a:after {
  content: "" !important;
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: #12151A;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .main_menu .sub_menu a:hover:after {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .main_menu li.has_child {
    position: relative;
  }
  .main_menu li.has_child:hover .sub_menu {
    opacity: 1;
    visibility: visible;
  }
}
.section_01 {
  height: calc(100vh - 130px);
  top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.section_01 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_01 .col-6:first-child {
  padding-left: 128px;
}
.section_01 .col-6:nth-child(2) {
  padding-right: 81px;
}
.section_01 .pre_title {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  max-width: 393px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_01 .desc {
  font-size: 42px;
  color: #D0D0D0;
}
.section_01 h1 {
  color: #fff;
  font-family: "Cordelia";
  font-weight: 400;
  font-size: 96px;
}

.bg_image {
  width: 100%;
  max-height: 740px;
  height: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.next {
  position: absolute;
  bottom: 60px;
  font-weight: 500;
  font-size: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.btn_next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #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;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

@-webkit-keyframes arrow2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}

@keyframes arrow2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}
.section_02 {
  height: calc(100vh - 130px);
  margin-top: 130px;
  position: relative;
  overflow: hidden;
}
.section_02 .bg_image {
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
  margin-left: 200%;
  opacity: 0;
  visibility: hidden;
}
.section_02.active .bg_image {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.section_02 h2 {
  font-family: "Cordelia";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 10px;
}
.section_02 p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}
.section_02 .text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.section_02 .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 44px;
}
.section_02 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_02 .col-6:first-child {
  padding-left: 36px;
}
.section_02 .col-6:nth-child(2) {
  padding-right: 130px;
  padding-left: 154px;
}

.serv_section {
  height: calc(100vh - 130px);
  margin-top: 130px;
  position: relative;
}
.serv_section .paggination {
  color: #777777;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  bottom: 80px;
  left: 130px;
}
.serv_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.serv_section .col-6:first-child {
  padding-left: 130px;
  max-width: 760px;
}
.serv_section .col-6:first-child h2 {
  font-family: "Cordelia";
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 40px;
}
.serv_section .col-6:first-child p {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #D0D0D0;
}
.serv_section .col-6:first-child ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding-left: 0;
  list-style: disc;
}
.serv_section .col-6:first-child ul li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.serv_section .col-6:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 130px;
  padding-left: 250px;
}
.serv_section .col-6:nth-child(2) .vertical_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 800;
  font-size: 49px;
  line-height: 136.5%;
  letter-spacing: 25px;
}
.serv_section .col-6:nth-child(2) .image_box {
  position: relative;
  height: 600px;
}
.serv_section .col-6:nth-child(2) .image_box img:last-child {
  position: absolute;
  left: 198px;
  bottom: -70px;
  z-index: -1;
}
.serv_section .collapse_head {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.serv_section .collapse_head.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.serv_section .collapse_head img {
  margin-left: 8px;
  margin-top: 4px;
}
.serv_section .collapse_content {
  font-weight: 500;
  font-size: 18px;
  display: none;
  padding: 20px;
}
.serv_section .collapse_content ul {
  -webkit-column-count: unset !important;
     -moz-column-count: unset !important;
          column-count: unset !important;
}
.serv_section .collapse_item {
  margin-bottom: 30px;
}

.serv_section:nth-child(even) .col-6:nth-child(2) .image_box {
  position: relative;
}
.serv_section:nth-child(even) .col-6:nth-child(2) .image_box img:first-child {
  position: relative;
  left: 0;
  bottom: -120px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serv_section:nth-child(even) .col-6:nth-child(2) .image_box img:last-child {
  position: absolute;
  left: unset;
  right: -50px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.serv_section.active:nth-child(even) .col-6:nth-child(2) .image_box {
  position: relative;
}
.serv_section.active:nth-child(even) .col-6:nth-child(2) .image_box img:first-child {
  position: relative;
  left: 152px;
  bottom: -120px;
  top: 0;
}
.serv_section.active:nth-child(even) .col-6:nth-child(2) .image_box img:last-child {
  position: absolute;
  -webkit-animation: rotateImg 0.5s linear 0s;
          animation: rotateImg 0.5s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.section_05 .collapse_box {
  background: #12151A;
  z-index: 1;
}

.section_05 .col-6:nth-child(2) .image_box,
.section_07 .col-6:nth-child(2) .image_box,
.section_03 .col-6:nth-child(2) .image_box {
  position: relative;
}
.section_05 .col-6:nth-child(2) .image_box img:last-child,
.section_07 .col-6:nth-child(2) .image_box img:last-child,
.section_03 .col-6:nth-child(2) .image_box img:last-child {
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section_05 .col-6:nth-child(2) .image_box img:first-child,
.section_07 .col-6:nth-child(2) .image_box img:first-child,
.section_03 .col-6:nth-child(2) .image_box img:first-child {
  position: relative;
  right: -200px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section_05.active .col-6:nth-child(2) .image_box,
.section_07.active .col-6:nth-child(2) .image_box,
.section_03.active .col-6:nth-child(2) .image_box {
  position: relative;
}
.section_05.active .col-6:nth-child(2) .image_box img:last-child,
.section_07.active .col-6:nth-child(2) .image_box img:last-child,
.section_03.active .col-6:nth-child(2) .image_box img:last-child {
  position: absolute;
  left: 198px;
  bottom: -70px;
  z-index: -1;
}
.section_05.active .col-6:nth-child(2) .image_box img:first-child,
.section_07.active .col-6:nth-child(2) .image_box img:first-child,
.section_03.active .col-6:nth-child(2) .image_box img:first-child {
  position: relative;
  right: 0;
}

@-webkit-keyframes rotateImg {
  to {
    -webkit-transform: rotate3d(0, 1, 0, 3.142rad);
            transform: rotate3d(0, 1, 0, 3.142rad);
    left: 0;
    right: unset;
  }
}

@keyframes rotateImg {
  to {
    -webkit-transform: rotate3d(0, 1, 0, 3.142rad);
            transform: rotate3d(0, 1, 0, 3.142rad);
    left: 0;
    right: unset;
  }
}
@-webkit-keyframes translateImg {}
@keyframes translateImg {}
.section_08 {
  height: calc(100vh - 130px);
  margin-top: 130px;
  position: relative;
}
.section_08 .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_08 h2 {
  width: 100%;
  font-family: "Cordelia";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 70px;
}
.section_08 .team_col {
  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;
  max-width: 350px;
  padding: 0 5px;
}
.section_08 .team_col h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 46px;
  margin-bottom: 6px;
}
.section_08 .team_col img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 362px;
  max-width: 350px;
  width: 100%;
}

.section_09 {
  height: calc(100vh - 130px);
  margin-top: 130px;
  position: relative;
}
.section_09 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_09 .col-6:first-child {
  padding-left: 130px;
}
.section_09 h2 {
  font-family: "Cordelia";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 7px;
}
.section_09 p {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 70px;
}
.section_09 .button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 86px;
}
.section_09 .phone {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FAFAFA;
  display: block;
  margin-bottom: 8px;
}
.section_09 .mail {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  color: #FAFAFA;
  margin-bottom: 30px;
}
.section_09 .social_mobile__menu {
  gap: 31px;
  padding: 0;
}
.section_09 .social_mobile__menu li a svg path {
  fill: #D0D0D0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section_09 .social_mobile__menu li a:hover svg path {
  fill: #FAFAFA;
}
.section_09 .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: 128px;
  bottom: 53px;
  margin-bottom: 0;
  color: #777777;
}

body section {
  position: fixed !important;
  left: 0;
  top: 130px;
  margin-top: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
body section.active {
  opacity: 1;
  z-index: 10;
}