@charset "UTF-8";
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Italic.eot");
  src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url("../fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'msjh';
  src: url("../fonts/msjh.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url(../assets/main2-bg1.svg), #303864 center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
}

body.chinese {
  font-family: 'msjh', sans-serif;
  font-weight: normal;
}

body.chinese .eng h3 {
  font-size: 18px;
}

body.chinese .eng p {
  font-size: 14px;
}

body.chinese h2 {
  font-weight: bold;
}

body.chinese h3 {
  font-size: 20px;
}

body.chinese p,
body.chinese .content1 p {
  font-size: 18px;
}

body.chinese nav {
  font-size: 18px;
}

body.chinese nav .lang {
  font-size: 16px;
}

body.chinese .main-first h2 {
  font-size: 57px;
  padding-bottom: 40px;
}

body.chinese .main-first p.light {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  body.chinese .main-first h2 {
    font-size: 47px;
  }
  body.chinese .main-first p.light {
    font-size: 24px;
    padding: 25px 0;
  }
  body.chinese .main-first p {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  body.chinese .main-first h2 {
    font-size: 37px;
  }
  body.chinese .main-first p.light {
    font-size: 18px;
  }
  body.chinese .main-first p {
    font-size: 18px;
  }
}

h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 41px;
  line-height: 56px;
  color: #fff;
}

h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}

.glass-box {
  border-radius: 12px;
  -webkit-box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.12), 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.12), 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: rgba(44, 51, 94, 0.2);
  padding: 40px 30px;
}

.button_primary {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 40px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  border: 1px solid #556CB4;
  border-radius: 12px;
  background: #556CB4;
  cursor: pointer;
}

.button_primary:hover {
  background: transparent;
  border: 1px solid #556CB4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button_secondary {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 40px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  border: 1px solid #556CB4;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.button_secondary:hover {
  background: #556CB4;
  border: 1px solid #556CB4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 33px;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
  p {
    font-size: 14px;
    line-height: 19px;
  }
}

button.slick-arrow {
  position: absolute;
  bottom: 55px;
  top: unset;
  z-index: 10;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.slick-next {
  right: 80px;
}

.slick-next::before {
  content: url(../assets/next.svg);
}

.slick-prev {
  left: unset;
  right: 160px;
}

.slick-prev::before {
  content: url(../assets/prev.svg);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dotted.slick-slider .slick-dots {
  bottom: 10px;
}

.slick-dotted.slick-slider .slick-dots li button:before {
  color: #94ADFF;
  font-size: 10px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 11;
  margin-top: 20px;
}

header .container {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 84px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container a {
  z-index: 100;
  text-decoration: none;
}

header .container .logo {
  width: 175px;
}

header .container .logo-mob {
  display: none;
}

header .container .nav {
  height: auto;
  z-index: 90;
}

header .container .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container .nav ul li {
  padding-right: 50px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

header .container .nav ul li a {
  color: #fff;
  text-decoration: none;
}

header .container .nav ul li a:hover {
  opacity: .65;
}

header .container .nav ul .lang {
  position: relative;
}

header .container .nav ul .lang div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

header .container .nav ul .lang .next {
  display: none;
  position: absolute;
  padding-top: 2px;
}

header .container .nav ul .lang .next a {
  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;
  width: 58px;
}

header .container .nav ul .lang .show {
  display: block;
}

header .container .nav ul .lang .flag {
  width: 26px;
}

header .container .nav ul .lang .angle {
  width: 13px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

header .container .nav ul .lang .rotate {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  header {
    margin: 0;
  }
  header .container {
    background: #2A315B;
  }
  header .container .nav {
    width: 100%;
    text-align: center;
    background: #2A315B;
    display: none;
    position: fixed;
    top: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 50px;
  }
  header .container .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .container .nav ul li {
    padding: 24px 0 0 0;
  }
  header .container .nav ul .lang {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 0 45px;
  }
  header .container .nav ul .lang .show {
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 500px) {
  header .container .logo-mob {
    display: block;
  }
  header .container .logo {
    display: none;
  }
}

header .burger-menu {
  display: none;
  z-index: 100;
}

header .burger-menu .close {
  display: none;
}

header .burger-menu .show {
  display: block;
}

@media screen and (max-width: 768px) {
  header .burger-menu {
    display: block;
  }
}

.blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: rgba(42, 49, 91, 0.3);
  margin-top: 0;
}

.main-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 900px;
  color: #fff;
  background: url(../assets/main1-bg1.jpg) center;
  background-size: cover;
}

.main-first .content {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.main-first .content h2 {
  font-weight: 900;
  font-size: 52px;
  line-height: 1.2;
}

.main-first .content p.light {
  padding: 5px 0 45px;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.65);
}

.main-first .content p {
  font-size: 35px;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .main-first .content {
    padding: 0 40px;
  }
  .main-first .content h2 {
    font-size: 42px;
  }
  .main-first .content p.light {
    font-size: 18px;
    padding: 25px 0;
  }
  .main-first .content p {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-first {
    min-height: 700px;
  }
  .main-first .content {
    padding: 0 20px;
  }
  .main-first .content h2 {
    font-size: 32px;
  }
  .main-first .content p.light {
    font-size: 14px;
  }
  .main-first .content p {
    font-size: 18px;
  }
}

.main-second {
  padding: 40px 0;
}

.main-second h2 {
  padding-bottom: 30px;
}

.main-second .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
      grid-template-columns: 65% 35%;
  padding: 0 10px;
}

.main-second .video {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.main-second .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.main-second .solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-second .solutions .glass-box {
  padding: 0;
}

.main-second .solutions .solution {
  padding: 10px 20px;
  height: auto;
  max-height: 80px;
  width: 100%;
  margin: 5px 0;
  color: #fff;
  overflow: hidden;
}

.main-second .solutions .solution .solution-header {
  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;
  padding-bottom: 25px;
}

.main-second .solutions .solution .solution-header img {
  opacity: 0;
}

.main-second .solutions .solution p {
  opacity: 0;
}

.main-second .solutions .solution.active {
  max-height: 500px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.main-second .solutions .solution.active p {
  opacity: .65;
}

.main-second .solutions .solution.active .solution-header img {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  .main-second .container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .main-second .container .solutions {
    padding-left: 0;
    padding-top: 20px;
  }
}

.main-third {
  padding: 100px 0 180px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 38, 73, 0.4)), to(rgba(46, 55, 94, 0.4)));
  background: linear-gradient(90deg, rgba(32, 38, 73, 0.4) 0%, rgba(46, 55, 94, 0.4) 100%);
}

.main-third .carousel button.slick-arrow {
  bottom: -130px;
}

.main-third .carousel .slick-prev {
  right: 80px;
}

.main-third .carousel .slick-next {
  right: 0;
}

.main-third .slick-dotted.slick-slider .slick-dots {
  bottom: -60px;
}

.main-third h2 {
  text-align: center;
  padding-bottom: 50px;
}

.main-third .glass-box {
  width: auto;
  margin: 5px 10px;
  padding: 0;
}

.main-third .glass-box img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.main-third .glass-box .text {
  padding: 25px 34px 40px;
  color: #fff;
}

.main-third .glass-box .text h3 {
  min-height: 75px;
}

.main-third .glass-box .text p {
  padding: 20px 0 40px;
  opacity: .65;
  min-height: 136px;
}

@media screen and (max-width: 425px) {
  .main-third .glass-box .text {
    padding: 25px 15px 40px;
  }
  .main-third .glass-box .text .button_secondary {
    margin: 0 auto;
  }
}

.main-fourth {
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 23, 69, 0.4)), to(rgba(48, 55, 99, 0.4)));
  background: linear-gradient(90deg, rgba(28, 23, 69, 0.4) 0%, rgba(48, 55, 99, 0.4) 100%);
  padding: 90px 0;
}

.main-fourth .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.main-fourth .container .content0,
.main-fourth .container .content1 {
  width: 100%;
}

.main-fourth .container .content1 {
  padding-left: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.main-fourth .container .content1 .event {
  color: #fff;
  padding-bottom: 45px;
}

.main-fourth .container .content1 .event a {
  display: block;
  font-size: 14px;
  padding-top: 12px;
  color: #94ADFF;
  font-style: italic;
}

.main-fourth .container h2 {
  padding-bottom: 50px;
}

.main-fourth .container .form-wrapper {
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  padding: 0 10px;
}

.main-fourth .container .form-wrapper input, .main-fourth .container .form-wrapper textarea {
  width: 100%;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
  padding: 10px;
}

.main-fourth .container .form-wrapper input::-webkit-input-placeholder, .main-fourth .container .form-wrapper textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.45;
  vertical-align: top;
}

.main-fourth .container .form-wrapper input:-ms-input-placeholder, .main-fourth .container .form-wrapper textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.45;
  vertical-align: top;
}

.main-fourth .container .form-wrapper input::-ms-input-placeholder, .main-fourth .container .form-wrapper textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.45;
  vertical-align: top;
}

.main-fourth .container .form-wrapper input::placeholder, .main-fourth .container .form-wrapper textarea::placeholder {
  color: #fff;
  opacity: 0.45;
  vertical-align: top;
}

.main-fourth .container .form-wrapper input[type="text"] {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-fourth .container .form-wrapper textarea {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  min-height: 125px;
}

.main-fourth .container .form-wrapper .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
}

.main-fourth .container .form-wrapper .contact ul li {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 3px 22px;
  list-style: none;
  border: 1px solid #fff;
  border-radius: 12px;
  opacity: 0.45;
  cursor: pointer;
}

.main-fourth .container .form-wrapper .contact ul li:hover {
  border: 1px solid #556CB4;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-fourth .container .form-wrapper .contact ul .active {
  border: 1px solid #556CB4;
  color: #fff;
  opacity: 1;
}

.main-fourth .container .form-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-fourth .container .form-wrapper .btn input[type="submit"] {
  width: unset;
  padding: 12px 40px;
  margin: 0;
  border: 1px solid #556CB4;
  border-radius: 12px;
  background: #556CB4;
  cursor: pointer;
}

.main-fourth .container .form-wrapper .btn input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #556CB4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .main-fourth .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .main-fourth .container .content0,
  .main-fourth .container .content1 {
    width: 96%;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .main-fourth .container .content0 h2,
  .main-fourth .container .content1 h2 {
    text-align: center;
  }
  .main-fourth .container .content0 .btn,
  .main-fourth .container .content1 .btn {
    padding-bottom: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-fourth .container .content1 {
    padding-top: 65px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
    border-left: none;
  }
  .main-fourth .container .content1 .event {
    padding-left: 10%;
  }
}

@media screen and (max-width: 375px) {
  .main-fourth .container .form-wrapper .contact ul li {
    padding: 3px 10px;
  }
}

.team {
  padding: 60px 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 23, 69, 0.4)), to(rgba(48, 55, 99, 0.4)));
  background: linear-gradient(90deg, rgba(28, 23, 69, 0.4) 0%, rgba(48, 55, 99, 0.4) 100%);
}

.team h2 {
  text-align: center;
  padding-bottom: 40px;
}

.team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.team .container .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 116px 1fr;
      grid-template-columns: 116px 1fr;
  width: 100%;
  max-width: 390px;
  background: #2C335E;
  -webkit-box-shadow: 0px 4px 12px rgba(22, 28, 61, 0.6);
          box-shadow: 0px 4px 12px rgba(22, 28, 61, 0.6);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  margin: 10px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.team .container .card .info {
  padding: 30px 20px 0;
}

.team .container .card .info p {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
}

.team .container .card .info span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 17px;
}

.team .container .card:hover {
  background-color: #556CB4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer {
  background: #0D1329;
  padding: 0 20px;
}

footer .contacts {
  padding: 80px 0;
  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;
  color: #fff;
}

footer .contacts .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contacts .logos img {
  padding: 0 25px;
  width: 276px;
}

footer .contacts .logos img:last-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

footer .contacts a {
  text-decoration: none;
  color: #fff;
}

footer .contacts .mail {
  width: 200px;
  font-size: 18px;
}

footer .contacts .social {
  position: relative;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

footer .contacts .social a img {
  height: 22px;
  width: auto;
}

footer .contacts .social .hiden {
  display: none;
  position: absolute;
  bottom: 45px;
  right: 10px;
  max-width: 220px;
  border-radius: 12px;
}

footer .copir {
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  padding: 60px 0;
}

footer .copir p {
  font-size: 16px;
}

footer .text {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  footer .contacts {
    padding: 50px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contacts .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }
  footer .contacts .logos img {
    padding: 25px 0;
  }
  footer .contacts .logos img:last-of-type {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  footer .contacts .mail {
    width: auto;
  }
  footer .contacts a {
    padding-bottom: 50px;
  }
  footer .contacts .social .hiden {
    bottom: 90px;
    right: -38px;
    max-width: 276px;
  }
  footer .copir {
    padding: 0 0 50px 0;
  }
  footer .text {
    padding-bottom: 40px;
  }
}

.mining .mining-first {
  padding: 180px 25px 0;
}

.mining .mining-first .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 25px 35px;
}

.mining .mining-first .container .glass-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  background: rgba(108, 105, 220, 0.1);
}

.mining .mining-first .container .glass-box img {
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.mining .mining-first .container .glass-box:hover img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.mining .mining-first .container h3 {
  padding-bottom: 10px;
}

.mining .mining-first .container p {
  font-size: 14px;
  line-height: 24px;
  opacity: .65;
}

@media screen and (max-width: 1100px) {
  .mining .mining-first .container .glass-box img {
    width: 200px;
  }
}

@media screen and (max-width: 900px) {
  .mining .mining-first .container .glass-box {
    padding: 15px;
  }
  .mining .mining-first .container .glass-box img {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .mining .mining-first .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .mining .mining-first .container .glass-box img {
    width: auto;
  }
  .mining .mining-first .container .hiden {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .mining .mining-first .container .glass-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .mining .mining-first .container .glass-box img {
    width: 100%;
  }
}

.mining .form-wrapper {
  padding: 200px 0;
}

.mining .form-wrapper h2 {
  padding-bottom: 75px;
  text-align: center;
}

.mining .form-wrapper .form {
  color: #fff;
}

.mining .form-wrapper .form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mining .form-wrapper .form .wrapper .block {
  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: 0 10px;
}

.mining .form-wrapper .form .wrapper .block label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  padding: 40px 0 20px 0;
}

.mining .form-wrapper .form .wrapper .block input,
.mining .form-wrapper .form .wrapper .block .nice-select {
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: transparent;
  padding: 0 30px 0 25px;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.mining .form-wrapper .form .wrapper .block .nice-select.empty {
  color: rgba(255, 255, 255, 0.45);
}

.mining .form-wrapper .form .wrapper .block .nice-select.empty ul {
  color: #fff;
}

.mining .form-wrapper .form .wrapper .block input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input::placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block .nice-select {
  line-height: 50px;
}

.mining .form-wrapper .form .wrapper .block .nice-select ul {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.1);
}

.mining .form-wrapper .form .wrapper .block .nice-select ul .option {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mining .form-wrapper .form .wrapper .block .nice-select ul .option:hover {
  background: rgba(255, 255, 255, 0.12);
}

.mining .form-wrapper .form .wrapper .block .nice-select ul .selected.focus {
  background: rgba(255, 255, 255, 0.12);
}

.mining .form-wrapper .form .wrapper .block input[type="date"] {
  color: white;
  padding-right: 7px;
}

.mining .form-wrapper .form .wrapper .block input[type="date"]::-webkit-clear-button {
  display: none;
}

.mining .form-wrapper .form .wrapper .block input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.mining .form-wrapper .form .wrapper .block input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(255, 255, 255, 0.45);
}

.mining .form-wrapper .form .wrapper .block input[type="date"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input[type="date"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input[type="date"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input[type="date"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
  vertical-align: top;
}

.mining .form-wrapper .form .wrapper .block input[type="date"].empty {
  color: rgba(255, 255, 255, 0.45);
}

.mining .form-wrapper .form .wrapper .block input[type=date]:invalid::-webkit-datetime-edit {
  color: #999 !important;
}

.mining .form-wrapper input[type="submit"] {
  display: block;
  width: unset;
  padding: 12px 40px;
  margin: 80px auto 0;
  outline: none;
  border: 1px solid #556CB4;
  border-radius: 12px;
  background: #556CB4;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
}

.mining .form-wrapper input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #556CB4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .mining .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hosting .wrapper {
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 23, 69, 0.6)), to(rgba(94, 106, 184, 0.2)));
  background: linear-gradient(90deg, rgba(28, 23, 69, 0.6) 0%, rgba(94, 106, 184, 0.2) 100%);
}

.hosting .content {
  padding: 170px 0 80px 0;
  text-align: center;
  color: #fff;
}

.hosting .content p {
  font-size: 14px;
  line-height: 24px;
  max-width: 880px;
  opacity: .65;
  padding-top: 36px;
  margin: 0 auto;
}

.hosting .glass-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 30px 40px;
  margin: 35px;
}

.hosting .glass-box .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting .glass-box .elem img {
  padding: 0 22px;
}

.hosting .glass-box .elem .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #fff;
}

.hosting .glass-box .elem .info .gray {
  opacity: .65;
}

.hosting .button_primary {
  display: block;
  margin: 80px auto;
  max-width: 230px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hosting .glass-box {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 660px) {
  .hosting .glass-box {
    padding: 30px 0;
  }
  .hosting .glass-box .elem {
    -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;
    text-align: center;
  }
  .hosting .glass-box .elem img {
    padding-bottom: 20px;
  }
  .hosting .glass-box .elem .gray {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
  }
}

.new {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new h2 {
  padding: 60px 0;
}

.new .wrapper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 120px 20px;
}

.new .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px;
}

.new .wrapper .content img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}

.new .wrapper .content .text {
  color: #fff;
  padding-left: 100px;
}

.new .wrapper .content .text h3 {
  padding-bottom: 30px;
  min-height: 50px;
}

.new .wrapper .content .text p {
  opacity: .65;
  font-size: 14px;
  line-height: 24px;
}

.new .wrapper .content .text span a {
  color: #fff;
  opacity: .65;
}

@media screen and (max-width: 768px) {
  .new .wrapper .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .new .wrapper .content .text {
    padding: 50px 0 0 0;
  }
}

.monitoring .slick-next {
  right: unset;
  left: 160px;
}

.monitoring .slick-prev {
  right: unset;
  left: 80px;
}

.monitoring .slick-dotted.slick-slider .slick-dots {
  bottom: 85px;
}

@media screen and (max-width: 1400px) {
  .monitoring .slick-dotted.slick-slider .slick-dots {
    bottom: 5px;
  }
}

.monitoring .monitoring-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 900px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 23, 69, 0.4)), to(rgba(48, 55, 99, 0.4)));
  background: linear-gradient(90deg, rgba(28, 23, 69, 0.4) 0%, rgba(48, 55, 99, 0.4) 100%);
  background-size: cover;
}

.monitoring .monitoring-first .first {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.monitoring .monitoring-first .first img {
  width: 100%;
  max-width: 650px;
  padding: 25px;
}

.monitoring .monitoring-first .first .text {
  padding-left: 25px;
}

.monitoring .monitoring-first .first .text p {
  padding-top: 36px;
  opacity: .65;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 1400px) {
  .monitoring .monitoring-first .first {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .monitoring .monitoring-first .first img {
    place-self: end center;
  }
  .monitoring .monitoring-first .first .text {
    place-self: center;
    padding: 180px 30px 100px;
  }
}

@media screen and (max-width: 700px) {
  .monitoring .monitoring-first {
    min-height: 750px;
  }
  .monitoring .monitoring-first .first .text {
    padding: 0 30px;
    place-self: end center;
  }
}

.monitoring .second {
  background: linear-gradient(45deg, rgba(27, 30, 68, 0.5) 0%, rgba(60, 70, 118, 0.5) 100%);
}

.monitoring .monitoring-second {
  padding: 100px 0;
  text-align: center;
  color: #fff;
}

.monitoring .monitoring-second h2 {
  padding-bottom: 36px;
}

.monitoring .monitoring-second h3 {
  padding-bottom: 20px;
}

.monitoring .monitoring-second img {
  padding-bottom: 30px;
  height: 90px;
}

.monitoring .monitoring-second p {
  opacity: .65;
}

.monitoring .monitoring-second a {
  color: #fff;
}

.monitoring .monitoring-second a:hover {
  opacity: 1;
  font-weight: bold;
}

.monitoring .monitoring-second .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  padding-top: 80px;
  grid-gap: 80px 20px;
}

.monitoring .monitoring-second .info .elem {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .monitoring .monitoring-second {
    padding: 80px 10px;
  }
  .monitoring .monitoring-second .info {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.monitoring .monitoring-third {
  background: rgba(33, 41, 71, 0.4);
  padding: 80px 20px;
  color: #fff;
}

.monitoring .monitoring-third h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 60px;
}

.monitoring .monitoring-third .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 50px 125px;
}

.monitoring .monitoring-third .elem {
  padding-bottom: 60px;
}

.monitoring .monitoring-third .elem h3 {
  padding-bottom: 40px;
}

.monitoring .monitoring-third .elem p {
  word-spacing: 20px;
  line-height: 36px;
  opacity: .65;
}

.monitoring .monitoring-third .elem p span {
  word-spacing: normal;
}

.monitoring .monitoring-third .avalon {
  padding-left: 30%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

@media screen and (max-width: 768px) {
  .monitoring .monitoring-third {
    text-align: center;
    padding: 80px 20px 20px;
  }
  .monitoring .monitoring-third .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .monitoring .monitoring-third .grid .avalon {
    padding-left: 0;
    padding-top: 60px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
/*# sourceMappingURL=style.css.map */