html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
  display: inline-block;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  min-width: 300px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.wrapper {
  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%;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-fluid {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-max {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-ultra {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.title img {
  margin: 0 auto;
}
.promo {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/main-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 300px;
}
.promo::after {
  content: "";
  background-image: url("../images/computer.png");
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1124px;
  width: 1404px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-view {
  max-width: 1404px;
  margin-top: 200px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.main-view__title {
  font-weight: 600;
  font-size: 96px;
  line-height: 117px;
}
.main-view__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
.about {
  color: #595c5b;
  text-align: center;
  margin-bottom: 100px;
}
.about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.about p:last-child {
  margin-bottom: 0;
}
.type {
  margin-bottom: 90px;
}
.type__img {
  margin-top: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-use {
  margin-bottom: 412px;
}
.color-use .title {
  margin-bottom: 100px;
}
.color-use__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-use__img {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.pay {
  background-color: #aa7530;
  height: 900px;
  position: relative;
  text-align: center;
  margin-bottom: 150px;
}
.pay .title {
  padding-top: 50%;
}
.pay p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.pay::before {
  content: "";
  background-image: url("../images/pay-img.png");
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 564px;
  width: 1150px;
}
.info-blog {
  background-image: url("../images/info-back.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-item {
  margin-bottom: 100px;
}
.info-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-item__img {
  width: 685px;
  height: 478px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.info-item__about {
  width: 477px;
  padding-top: 120px;
}
.info-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.info-item2 .info__img {
  margin-left: 50px;
  width: 640px;
  height: 388px;
}
.info-item2 .info-item__about {
  padding-top: 38px;
}
.stack {
  margin-top: 200px;
}
.stack__inner {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stack__img {
  margin: 0 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 2560px) {
  .type__img {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .promo::after {
    width: 100%;
    top: 30%;
  }
}
@media (max-width: 1230px) {
  .info-item__about {
    padding-top: 0;
  }
  .info-item__about {
    width: 100%;
  }
  .info-item__img,
  .info-item2 .info__img {
    margin: 0 auto;
  }
  .info-item__img,
  .info-item2 .info__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .info-item2 .info-item__about {
    padding-top: 0;
  }
}
@media (max-width: 1160px) {
  .pay::before {
    height: 463px;
    width: 1051px;
  }
}
@media (max-width: 1060px) {
  .pay::before {
    width: 952px;
  }
}
@media (max-width: 960px) {
  .promo {
    margin-bottom: 456px;
  }
  .type__img {
    margin-top: 0;
  }
  .pay::before {
    width: 852px;
  }
  .pay .title {
    padding-top: 40%;
  }
}
@media (max-width: 860px) {
  .pay {
    height: auto !important;
    padding-bottom: 40px;
  }
  .info-item__img,
  .info-item__img,
  .info-item2 .info__img {
    display: none;
  }
  .pay::before {
    display: none;
  }
  .pay .title {
    padding-top: 10%;
  }
  .pay {
    height: 560px;
  }
  .promo {
    margin-bottom: 60px;
  }
  .promo::after {
    display: none;
  }
  .main-view__title {
    font-size: 65px;
  }
  .color-use__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-item p {
    text-align: center;
  }
  .color-use {
    margin-bottom: 60px;
  }
}

@media (max-width: 560px) {
  .pay .title {
    padding-top: 0;
  }
  .main-view__title {
    font-size: 45px;
  }
  .main-view__subtitle {
    font-size: 18px;
  }
  .type {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-item {
    margin-bottom: 60px;
  }
  .stack__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .stack {
    margin-top: 0;
  }
}
@media (max-width: 460px) {
  .pay p {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .main-view {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-view__title {
    font-size: 35px;
  }
  .main-view__subtitle {
    font-size: 16px;
  }
}

/*-preloader*****/
/********************/
.box_preload {
  height: 80px;
  /*
   border:5px solid #0C84F3;*/
  /*
   -webkit-animation:download-1b8c66a7 2s infinite;
   animation:download-1b8c66a7 2s infinite;
   -webkit-animation-duration:1s;
   animation-duration:1s;
   */
  margin: 0 auto;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.44) !important;
  z-index: 1001;
  display: flex;
  align-items: center;
}
@keyframes download-1b8c66a7 {
  0% {
    border-radius: 0;
  }
  25% {
    border-radius: 2em;
  }
  50% {
    transform: rotate(90deg);
  }
  to {
    border-radius: 0;
    transform: rotate(90deg);
  }
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #337ab7;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
/*
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes preloader-bounce {
  
    0%,
    100% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  }
  */
.box_preload h1 {
  margin: 0;
  padding: 0;
  font-family: ‘Arial Narrow’, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  color: #a3e1f0;
}

.box_preload span {
  position: relative;
  top: 0.63em;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: rotateX(-90deg);
}

.box_preload .let1 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.box_preload .let2 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.3s;
}

.box_preload .let3 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.4s;
}

.box_preload .let4 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.5s;
}

.box_preload .let5 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.6s;
}

.box_preload .let6 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.7s;
}

.box_preload .let7 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.8s;
}

@keyframes drop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 6.94em;
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*-------*/
.mokup__logo {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 30px;
}

.mok_1 .connection__formblock {
  background-image: none;
  background-color: #007680;
}
.mok_1 .connection__formblock {
  color: white !important;
}
.formblock--title {
  color: white !important;
}
.formblock--contact a {
  color: white !important;
}
.mok_1 .popap_linck {
  color: white !important;
}
.mok_1 .strelka path {
  fill: white !important;
}
.mok_1 .popap_linck {
  color: white !important;
  margin-left: -6px;
}

.mx-wdth-img {
  max-width: 530px;
  width: 100%;
}

.mok_1 {
  padding: 0;
}
.mok_1 .container {
  max-width: 100%;
  padding: 0;
}

/*  */
.connection__formblock {
  background: #f8f8f8;
  box-shadow: 0px 4px 60px rgb(0 0 0 / 8%);
  padding: 70px 120px;
  background-image: url(../img/connection__bg.png);
}

.formblock--title {
  font-weight: 800;
  font-size: 36px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
}

.formblock--desc {
  max-width: 400px;
  margin-bottom: 20px;
}

.formblock--contact a {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  margin-right: 35px;
}

.formblock__desc--title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

input.input-linck {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  padding: 15px 30px;
  margin-bottom: 10px;
  outline: none;
}

button.input-linck {
  font-weight: bold;
  font-size: 24px;
  color: #0c84f3;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  margin-top: 10px;
}

@media screen and (max-width: 590px) {
  .bolashak__monitor__mobile {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .connection__formblock {
    padding-right: 15px !important;
  }
}

.data-fonts {
  position: relative;
}

.data-fonts::before {
  content: attr(data-fonts);
  font: normal 800 295px/85.3% Open Sans;
  letter-spacing: -0.045em;
  color: rgba(255, 255, 255, 0.14);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*--------*/
.websiteName {
  text-decoration: underline !important;
  color: white !important;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;

  margin-left: auto;
  margin-right: auto;
  z-index: 500;
}
.websiteName:hover {
  text-decoration: underline;
  color: white !important;
}
.main-view {
  z-index: 500;
}
