@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;500;800&family=Montserrat:wght@400;600;700&family=Mulish:wght@700&family=Roboto&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
  background: none;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
}

body {
  margin-right: auto;
  margin-left: auto;
  background: #102131;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1198px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.logo {
  width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  color: #AADBFF;
}
.logo img, .logo svg {
  margin-right: 8px;
}

.header {
  padding-top: 23px;
  line-height: 32px;
  position: relative;
  z-index: 10;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-menu ul {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu ul li {
  list-style: none;
  color: #7887A7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header-menu ul li:not(:last-child) {
  margin-right: 20px;
}
.header-menu ul li a {
  display: block;
}
.header-menu ul li a:hover {
  color: #4AF6CD;
}
.header-menu ul li a._active {
  font-weight: bold;
  color: #4AF6CD;
}
.header .burger {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 56px;
  height: 56px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .burger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #7887A7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .burger span:first-child {
  margin-top: -10px;
}
.header .burger span:last-child {
  margin-top: 10px;
}
.header .burger._active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .burger._active span:nth-child(2) {
  display: none;
}
.header .burger._active span:last-child {
  margin: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 11px;
  top: 27px;
}
.header .burger._active span:first-child {
  margin: 0;
}

.page {
  padding-left: 85px;
  padding-top: 75px;
  color: #FFFFFF;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  display: none;
}
.page::before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 1080px;
  bottom: 90px;
  right: 0;
  background: #253659;
  mix-blend-mode: lighten;
  border-radius: 50px;
  -webkit-transform: skewX(-48deg);
          transform: skewX(-48deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.page._active {
  position: relative;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  z-index: 1;
}
.page._active::before {
  opacity: 0.33;
}
.page._swipe {
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.page-wrap {
  min-height: 650px;
}
.page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 68px;
}
.page-text {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 38px;
  margin-top: 15px;
}
.page-img {
  position: absolute;
}
.page-img img {
  max-width: 100%;
}
.page-list {
  list-style: none;
}
.page-controls {
  position: relative;
  z-index: 3;
}
.page-controls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  counter-reset: heading;
}
.page-controls ul li {
  width: 200px;
}
.page-controls ul li:not(:last-child) {
  margin-right: 40px;
}
.page-controls ul li a {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-controls ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  left: 0;
  top: -15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-controls ul li a::before {
  counter-increment: heading;
  content: "0" counter(heading);
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-controls ul li a._active {
  color: #4AF6CD;
}
.page-controls ul li a._active::after {
  background: -webkit-gradient(linear, right top, left top, from(#4AF6CD), to(#6872DC));
  background: linear-gradient(270deg, #4AF6CD 0%, #6872DC 100%);
}
.page-controls ul li a._active::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#4AF6CD), to(#6872DC));
  background: linear-gradient(0deg, #4AF6CD 0%, #6872DC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.page-about {
  padding-bottom: 263px;
}
.page-about .page-text {
  max-width: 725px;
}
.page-about .page-img {
  width: 529px;
  height: 500px;
  top: 115px;
  left: 673px;
}
.page-trading {
  padding-left: 470px;
  padding-top: 116px;
  padding-bottom: 182px;
}
.page-trading::before {
  -webkit-transform: skewX(48deg);
          transform: skewX(48deg);
  bottom: 40px;
  left: 465px;
}
.page-trading .page-text {
  max-width: 733px;
}
.page-trading .page-img {
  top: 33px;
  left: 21px;
}
.page-career {
  padding-left: 105px;
}
.page-career::before {
  bottom: -40px;
  right: 35px;
}
.page-career .page-list {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 44px;
}
.page-career .page-list li {
  position: relative;
  padding-left: 33px;
}
.page-career .page-list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4AF6CD;
  -webkit-box-shadow: 0px 0px 35px rgba(74, 246, 205, 0.837777);
          box-shadow: 0px 0px 35px rgba(74, 246, 205, 0.837777);
  border-radius: 100%;
}
.page-career .page-img {
  left: 740px;
  top: 140px;
  width: 480px;
  height: 400px;
}
.page-contacts {
  padding-left: 96px;
}
.page-contacts::before {
  -webkit-transform: skewX(48deg);
          transform: skewX(48deg);
  bottom: -180px;
  left: -95px;
}
.page-contacts .page-list {
  margin-top: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 38px;
}
.page-contacts .page-list li {
  padding-left: 47px;
  position: relative;
  max-width: 462px;
}
.page-contacts .page-list li::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
}
.page-contacts .page-list li._email::before {
  background: url(../img/icons/contacts-mail.svg) no-repeat left center;
}
.page-contacts .page-list li._phone::before {
  background: url(../img/icons/contacts-phone.svg) no-repeat left center;
}
.page-contacts .page-list li._place::before {
  background: url(../img/icons/contacts-place.svg) no-repeat left center;
}
.page-contacts .page-list li:not(:first-child) {
  margin-top: 40px;
}
.page-contacts .page-img {
  left: 293px;
  top: 76px;
}

.footer {
  padding-top: 70px;
  position: relative;
  padding-bottom: 107px;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-right {
  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;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-social li:not(:last-child) {
  margin-right: 22px;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #7887A7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-menu ul li:not(:last-child) {
  margin-bottom: 11px;
}
.footer-menu ul li:hover {
  color: #a6b0c5;
}
.footer-place {
  text-align: right;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #2A4560;
  max-width: 310px;
}
.footer-copy {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
  background: #101F2D;
}
.footer-copy .container {
  position: relative;
}
.footer-copy-text {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #2A4560;
  line-height: 53px;
}
.footer-logo {
  height: 52px;
  opacity: 0.3;
}

@media screen and (max-width: 1198px) {
  .page-about .page-img {
    left: 473px;
  }
  .page-about .page-text {
    max-width: 640px;
  }
  .page-trading {
    padding-left: 320px;
  }
  .page-trading::before {
    left: 0;
  }
  .page-trading .page-img {
    left: -140px;
  }
  .page-career {
    padding-left: 60px;
  }
  .page-career .page-img {
    left: 505px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    height: 100vh;
    background: #101F2D;
    padding: 65px 25px 45px;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 35px rgba(74, 246, 205, 0.2);
            box-shadow: 0px 0px 35px rgba(74, 246, 205, 0.2);
  }
  .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header-menu ul li {
    line-height: 50px;
  }
  .header-menu._active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .header .burger {
    display: block;
  }

  .page {
    padding-left: 35px !important;
    padding-bottom: 0 !important;
  }
  .page-wrap {
    min-height: 500px;
  }
  .page-title {
    font-size: 40px;
    line-height: 50px;
  }
  .page-text {
    font-size: 20px;
    line-height: 32px;
  }
  .page-about::before {
    bottom: -100px;
    right: -270px;
  }
  .page-about .page-text {
    max-width: 510px;
  }
  .page-about .page-img {
    left: 400px;
    width: 410px;
    height: 310px;
  }
  .page-career::before {
    right: -260px;
  }
  .page-career .page-list {
    font-size: 16px;
    line-height: 26px;
  }
  .page-career .page-img {
    width: 300px;
    left: 380px;
    opacity: 0.6;
  }
  .page-trading::before {
    left: -200px;
    bottom: -20px;
  }
  .page-trading .page-text {
    max-width: 420px;
  }
  .page-trading .page-img {
    left: 455px;
    width: 370px;
  }
  .page-contacts::before {
    bottom: -50px;
    left: -265px;
  }
  .page-contacts .page-list {
    font-size: 20px;
    line-height: 32px;
  }
  .page-contacts .page-img {
    left: 190px;
    top: 76px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .page {
    padding-left: 15px !important;
    padding-top: 60px !important;
  }
  .page-wrap {
    min-height: 400px;
  }
  .page-title {
    font-size: 32px;
  }
  .page-text {
    font-size: 18px;
    line-height: 28px;
  }
  .page-controls ul li {
    width: 100px;
  }
  .page-controls ul li a {
    font-size: 16px;
  }
  .page-controls ul li a::before {
    display: none;
  }
  .page-controls ul li a::after {
    height: 3px;
    top: -10px;
  }
  .page-controls ul li:not(:last-child) {
    margin-right: 20px;
  }
  .page-about::before {
    bottom: -25px;
    right: -405px;
  }
  .page-about .page-text {
    max-width: 380px;
  }
  .page-about .page-img {
    left: 400px;
    width: 300px;
    height: 285px;
    top: 100px;
  }
  .page-trading::before {
    left: -310px;
    bottom: -30px;
  }
  .page-trading .page-text {
    max-width: 380px;
  }
  .page-trading .page-img {
    left: 390px;
    width: 265px;
  }
  .page-career::before {
    right: -370px;
  }
  .page-career .page-list {
    font-size: 14px;
    line-height: 24px;
  }
  .page-career .page-list li {
    padding-left: 20px;
  }
  .page-career .page-list li::before {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0px 0px 10px rgba(74, 246, 205, 0.5);
            box-shadow: 0px 0px 10px rgba(74, 246, 205, 0.5);
  }
  .page-career .page-img {
    width: 300px;
    top: 84px;
    left: 430px;
    height: 280px;
  }
  .page-contacts::before {
    left: -370px;
  }
  .page-contacts .page-list {
    font-size: 18px;
    line-height: 28px;
  }
  .page-contacts .page-list li {
    padding-left: 40px;
  }
  .page-contacts .page-list li:not(:first-child) {
    margin-top: 15px;
  }

  .footer-menu ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .footer-place {
    font-size: 14px;
  }
  .footer-copy-text {
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 575px) {
  .logo {
    font-size: 18px;
  }
  .logo svg {
    width: 22px;
  }

  .header {
    line-height: 50px;
    padding-top: 5px;
  }
  .header .burger {
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .header .burger._active span:last-child {
    left: 10px;
    top: 24px;
  }

  .page {
    padding-top: 35px !important;
  }
  .page-title {
    font-size: 24px;
  }
  .page-text {
    font-size: 14px;
    line-height: 22px;
    max-width: 290px;
  }
  .page-wrap {
    min-height: 450px;
  }
  .page-controls ul li {
    width: 40px;
  }
  .page-controls ul li a::before {
    display: block;
    right: 0;
    left: auto;
    font-size: 22px;
    margin-top: 8px;
  }
  .page-controls ul li a span {
    display: none;
  }
  .page-about .page-text {
    max-width: 290px;
  }
  .page-about .page-img {
    left: 180px;
    width: 260px;
    height: 253px;
    top: 138px;
    opacity: 0.6;
  }
  .page-trading::before {
    left: -415px;
  }
  .page-trading .page-text {
    max-width: 290px;
  }
  .page-trading .page-img {
    display: none;
  }
  .page-career .page-list {
    line-height: 20px;
  }
  .page-career .page-list li {
    padding-left: 5px;
  }
  .page-career .page-list li::before {
    top: 5px;
    left: -12px;
    -webkit-transform: none;
            transform: none;
  }
  .page-career .page-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .page-contacts .page-list {
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
  }
  .page-contacts .page-list li {
    max-width: 250px;
    padding-left: 30px;
  }
  .page-contacts .page-list li::before {
    width: 22px;
    height: 22px;
    background-size: contain !important;
  }

  .footer {
    padding-bottom: 145px;
  }
  .footer-wrap {
    -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;
  }
  .footer-place {
    display: none;
  }
  .footer-menu ul {
    text-align: center;
    list-style: none;
    margin-bottom: 25px;
  }
  .footer-copy {
    height: auto;
    text-align: center;
  }
  .footer-copy-text {
    position: relative;
    margin-top: 25px;
  }
  .footer-logo {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */